html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  background-color: #fff;
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
  color: #753e0e;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1060px;
  margin: 0 auto;
  overflow-x: hidden;
  background-image: url(../img_2x/sub_bk_01.png);
  background-size: 1920px 611px;
  background-position: 50% 0;
}
#container a {
  text-decoration: none;
}
#container img {
  vertical-align: bottom;
}
#container .sp_only {
  display: none;
}

#header {
  position: relative;
  width: 100%;
  height: 90px;
  background-image: url(../img_2x/header_bk.png);
  background-size: 1920px 91px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 3px rgba(137, 139, 141, 0.2);
          box-shadow: 0 0 3px rgba(137, 139, 141, 0.2);
  z-index: 10;
}
#header #header_nav {
  width: 1060px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#header #header_nav .logo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 160px;
  height: 90px;
}
#header #header_nav .logo a {
  display: block;
  position: relative;
  width: 153px;
  height: 92px;
  margin: 0 auto;
  top: 7px;
  background-image: url(../img_2x/header_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#header #header_nav .logo a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#header #header_nav ul.nav {
  width: 430px;
  height: 90px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#header #header_nav ul.nav a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#header #header_nav ul.nav a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#header #header_nav ul.nav span {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}
#header #header_nav .nav_01 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#header #header_nav .nav_02 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
#header #header_nav .item_01 a, #header #header_nav .item_01 span {
  width: 85px;
  height: 43px;
  background-image: url(../img_2x/header_nav_01.png);
}
#header #header_nav .item_02 a, #header #header_nav .item_02 span {
  width: 74px;
  height: 42px;
  background-image: url(../img_2x/header_nav_02.png);
}
#header #header_nav .item_03 a, #header #header_nav .item_03 span {
  width: 133px;
  height: 43px;
  background-image: url(../img_2x/header_nav_03.png);
}
#header #header_nav .item_04 a, #header #header_nav .item_04 span {
  width: 86px;
  height: 43px;
  background-image: url(../img_2x/header_nav_04.png);
}
#header #header_nav .item_05 a, #header #header_nav .item_05 span {
  width: 99px;
  height: 43px;
  background-image: url(../img_2x/header_nav_05.png);
}
#header #header_nav .item_06 a, #header #header_nav .item_06 span {
  width: 130px;
  height: 43px;
  background-image: url(../img_2x/header_nav_06.png);
}
#header #header_nav .item_07 a, #header #header_nav .item_07 span {
  width: 89px;
  height: 43px;
  background-image: url(../img_2x/header_nav_07.png);
}
#header #header_nav .item_08 a, #header #header_nav .item_08 span {
  width: 57px;
  height: 43px;
  background-image: url(../img_2x/header_nav_08.png);
}

#footer {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(../img_2x/footer_bk.png);
  background-size: 1920px 539px;
  background-position: 50% 0;
  -webkit-box-shadow: 0 0 3px rgba(137, 139, 141, 0.2);
          box-shadow: 0 0 3px rgba(137, 139, 141, 0.2);
}
#footer .inner {
  position: relative;
  width: 1060px;
  padding-top: 100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#footer .inner .nav li {
  display: inline-block;
  padding-right: 25px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
#footer .inner .nav li a {
  color: #753e0e;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#footer .inner .nav li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .nav li span {
  opacity: 0.2;
}
#footer .inner .nav li span.active {
  opacity: 1;
  color: #fa7920;
}
#footer .inner .copyright {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
#footer .inner .x_btn {
  position: absolute;
  right: 0;
  top: 75px;
  text-align: right;
}

#body_home #jumbotron {
  margin-top: -90px;
  padding-bottom: 500px;
  background-image: url(../img_2x/home_bk.png);
  background-size: 1920px 2607px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_home #jumbotron > .inner {
  width: 1034px;
  margin: 0 auto;
  padding: 410px 0 0;
}
#body_home #jumbotron > .inner > h1 {
  width: 628px;
  height: 392px;
  margin: 0 auto;
  background-image: url(../img_2x/jumbotron_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron > .inner > .date {
  display: block;
  width: 600px;
  height: 57px;
  margin: 5px auto 0;
  background-image: url(../img_2x/jumbotron_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron > .inner > .staff dd {
  display: none;
}
#body_home #jumbotron > .inner > .staff .dt_01 {
  width: 504px;
  height: 92px;
  margin: 18px auto 0;
  background-image: url(../img_2x/jumbotron_staff_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron > .inner > .staff .dt_02 {
  width: 151px;
  height: 82px;
  margin: 15px auto 0;
  background-image: url(../img_2x/jumbotron_staff_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron > .inner .pickup {
  width: 100%;
  margin: 115px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_home #jumbotron > .inner .pickup li {
  margin-bottom: 20px;
  /*margin: 0 auto 20px;*/
}
#body_home #jumbotron > .inner .pickup li a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_home #jumbotron > .inner .pickup li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_home #jumbotron > .inner .info_wrap {
  width: 1030px;
  margin: 45px auto 0;
  /*
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  */
}
#body_home #jumbotron > .inner .info_wrap section {
  /*width: 498px;*/
  width: 800px;
  margin: 0 auto;
}
#body_home #jumbotron > .inner .info_wrap section .header {
  /*width: 498px;*/
  width: 800px;
  height: 40px;
  /*background-image: url(../img_2x/home_info_header_bk.png);*/
  background-image: url(../img_2x/home_info_header_loop_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  /*background-repeat: no-repeat;*/
  background-repeat: repeat-x;
  font-size: 0;
}
#body_home #jumbotron > .inner .info_wrap section .header h2 {
  /*width: 498px;*/
  width: 800px;
  height: 40px;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron > .inner .info_wrap section .inner {
  position: relative;
  margin-top: 10px;
  height: 320px;
  overflow: hidden;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}
#body_home #jumbotron > .inner .info_wrap section .inner iframe {
  width: 100% !important;
  height: 100% !important;
}
#body_home #jumbotron > .inner .info_wrap #information h2 {
  background-image: url(../img_2x/home_info_header_01.png);
  background-size: 282px 32px;
  background-position: 18px 3px;
}
#body_home #jumbotron > .inner .info_wrap #information .inner .news_list {
  padding-top: 30px;
}
#body_home #jumbotron > .inner .info_wrap #information .inner .news_list li {
  width: 794px;
  margin-bottom: 12px;
  padding: 10px 0;
  border-left: 4px solid #f87a22;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(137, 159, 178, 0.4);
          box-shadow: 0px 1px 2px 1px rgba(137, 159, 178, 0.4);
  font-size: 12px;
  line-height: 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_home #jumbotron > .inner .info_wrap #information .inner .news_list li .date {
  width: 106px;
  padding-left: 14px;
  font-weight: 700;
}
#body_home #jumbotron > .inner .info_wrap #information .inner .news_list li p {
  width: 360px;
  text-align: justify;
}
#body_home #jumbotron > .inner .info_wrap #x_timeline h2 {
  background-image: url(../img_2x/home_info_header_02.png);
  background-size: 168px 32px;
  background-position: 18px 5px;
}
#body_home #jumbotron > .inner .info_wrap #x_timeline .inner {
  background-color: #fff;
}
#body_home #jumbotron > .inner .info_wrap #x_timeline .inner iframe {
  width: 100%;
  height: 320px !important;
}
#body_home #footer {
  margin-top: -300px;
}

#body_story #story {
  margin-top: -90px;
  padding-bottom: 500px;
  background-image: url(../img_2x/story_bk.png);
  background-size: 1920px 2607px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_story #story .header {
  padding-top: 120px;
}
#body_story #story .header h2 {
  width: 353px;
  height: 89px;
  margin: 0 auto;
  background-image: url(../img_2x/story_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner {
  padding-top: 90px;
}
#body_story #story .inner .text {
  display: block;
  width: 785px;
  margin: 0 auto;
  background-image: url(../img_2x/story_text.png);
  background-size: 785px 1330px;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner .text.text_01 {
  height: 150px;
  background-position: 0 0;
}
#body_story #story .inner .text.text_02 {
  height: 90px;
  background-position: 0 -150px;
}
#body_story #story .inner .text.text_03 {
  height: 50px;
  background-position: 0 -240px;
}
#body_story #story .inner .text.text_04 {
  height: 100px;
  background-position: 0 -290px;
}
#body_story #story .inner .text.text_05 {
  height: 80px;
  background-position: 0 -390px;
}
#body_story #story .inner .text.text_06 {
  height: 100px;
  background-position: 0 -470px;
}
#body_story #story .inner .text.text_07 {
  height: 100px;
  background-position: 0 -570px;
}
#body_story #story .inner .text.text_08 {
  height: 70px;
  background-position: 0 -670px;
}
#body_story #story .inner .text.text_09 {
  height: 70px;
  background-position: 0 -740px;
}
#body_story #story .inner .text.text_10 {
  height: 70px;
  background-position: 0 -810px;
}
#body_story #story .inner .text.text_11 {
  height: 80px;
  background-position: 0 -880px;
}
#body_story #story .inner .text.text_12 {
  height: 100px;
  background-position: 0 -960px;
}
#body_story #story .inner .text.text_13 {
  height: 90px;
  background-position: 0 -1060px;
}
#body_story #story .inner .text.text_14 {
  height: 100px;
  background-position: 0 -1150px;
}
#body_story #story .inner .text.text_15 {
  height: 80px;
  background-position: 0 -1250px;
}
#body_story #footer {
  margin-top: -300px;
}

#body_spec #spec .header .header_wrap {
  width: 100%;
  height: 156px;
  margin-top: -90px;
  padding-top: 120px;
  background-image: url(../img_2x/sub_header_bk.png);
  background-size: 1920px 276px;
  background-position: 50% 0;
}
#body_spec #spec .header h2 {
  width: 285px;
  height: 89px;
  margin: 0 auto;
  background-image: url(../img_2x/spec_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_spec #spec .inner {
  width: 1060px;
  margin: 0 auto 150px;
}
#body_spec #spec .inner h3 {
  margin: 55px auto 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_spec #spec .inner h3.h3_01 {
  width: 144px;
  height: 61px;
  background-image: url(../img_2x/spec_h3_01.png);
}
#body_spec #spec .inner h3.h3_02 {
  width: 76px;
  height: 60px;
  background-image: url(../img_2x/spec_h3_02.png);
}
#body_spec #spec .inner .table_wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_spec #spec .inner dl {
  width: 470px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_spec #spec .inner dl dt {
  width: 183px;
  height: 42px;
  margin-bottom: 25px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_spec #spec .inner dl dt.dt_01 {
  background-image: url(../img_2x/spec_dt_01.png);
}
#body_spec #spec .inner dl dt.dt_02 {
  background-image: url(../img_2x/spec_dt_03.png);
}
#body_spec #spec .inner dl dt.dt_03 {
  background-image: url(../img_2x/spec_dt_04.png);
}
#body_spec #spec .inner dl dt.dt_04 {
  background-image: url(../img_2x/spec_dt_05.png);
}
#body_spec #spec .inner dl dt.dt_05 {
  background-image: url(../img_2x/spec_dt_06.png);
}
#body_spec #spec .inner dl dt.dt_06 {
  background-image: url(../img_2x/spec_dt_02.png);
}
#body_spec #spec .inner dl dt.dt_07 {
  background-image: url(../img_2x/spec_dt_07.png);
}
#body_spec #spec .inner dl dt.dt_08 {
  background-image: url(../img_2x/spec_dt_08.png);
}
#body_spec #spec .inner dl dt.dt_09 {
  background-image: url(../img_2x/spec_dt_09.png);
}
#body_spec #spec .inner dl dt.dt_10 {
  background-image: url(../img_2x/spec_dt_10.png);
}
#body_spec #spec .inner dl dt.dt_11 {
  background-image: url(../img_2x/spec_dt_11.png);
}
#body_spec #spec .inner dl dt.dt_12 {
  background-image: url(../img_2x/spec_dt_12.png);
}
#body_spec #spec .inner dl dt.dt_13 {
  background-image: url(../img_2x/spec_dt_13.png);
}
#body_spec #spec .inner dl dd {
  width: 262px;
  margin-bottom: 25px;
  padding: 7px 0 0 25px;
  font-size: 16px;
  line-height: 28px;
}
#body_spec #spec .inner dl.dl_01 {
  width: 590px;
}
#body_spec #spec .inner dl.dl_01 dd {
  width: 382px;
}

#body_spec #spec .inner dl.dl_02 {
  width: 470px;
}
#body_spec #spec .inner dl.dl_02 dd {
  width: 262px;
}

#body_spec #spec .inner dl.long {
  width: 1060px;
}
#body_spec #spec .inner dl.long dd {
  width: 852px;
}
#body_gallery #gallery .header {
  padding-top: 25px;
}
#body_gallery #gallery .header h2 {
  width: 390px;
  height: 89px;
  margin: 0 auto;
  background-image: url(../img_2x/gallery_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_gallery #gallery .inner {
  width: 1060px;
  min-height: 500px;
  margin: 55px auto 150px;
}
#body_gallery #gallery .inner ul {
  width: 1060px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_gallery #gallery .inner ul li {
  width: 260px;
  height: 152px;
  margin-bottom: 25px;
}
#body_gallery #gallery .inner ul li span {
  display: block;
  width: 260px;
  height: 152px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_gallery #gallery .inner ul li.item_01 span {
  background-image: url(../img_2x/gallery_thumbnail_01.png);
}
#body_gallery #gallery .inner ul li.item_02 span {
  background-image: url(../img_2x/gallery_thumbnail_02.png);
}
#body_gallery #gallery .inner ul li.item_03 span {
  background-image: url(../img_2x/gallery_thumbnail_03.png);
}
#body_gallery #gallery .inner ul li.item_04 span {
  background-image: url(../img_2x/gallery_thumbnail_04.png);
}
#body_gallery #gallery .inner ul li.item_05 span {
  background-image: url(../img_2x/gallery_thumbnail_05.png);
}
#body_gallery #gallery .inner ul li.item_06 span {
  background-image: url(../img_2x/gallery_thumbnail_06.png);
}
#body_gallery #gallery .inner ul li.item_07 span {
  background-image: url(../img_2x/gallery_thumbnail_07.png);
}
#body_gallery #gallery .inner ul li.item_08 span {
  background-image: url(../img_2x/gallery_thumbnail_08.png);
}
#body_gallery #gallery .inner ul .open_modal {
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_gallery #gallery .inner ul .open_modal:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_gallery #gallery .inner ul .dummy {
  height: 1px;
  margin-bottom: 0;
}

#body_character #character > .header .header_wrap {
  width: 100%;
  height: 156px;
  margin-top: -90px;
  padding-top: 120px;
  background-image: url(../img_2x/sub_header_bk.png);
  background-size: 1920px 276px;
  background-position: 50% 0;
}
#body_character #character > .header h2 {
  width: 470px;
  height: 89px;
  margin: 0 auto;
  background-image: url(../img_2x/character_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character #character_nav {
  width: 1004px;
  margin: -46px auto 0;
}
#body_character #character #character_nav ul {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  z-index: 5;
}
#body_character #character #character_nav ul li {
  width: 78px;
  height: 96px;
}
#body_character #character #character_nav ul li span {
  display: block;
  width: 78px;
  height: 96px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character #character_nav ul li:not(.active) span {
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_character #character #character_nav ul li:not(.active) span:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character #character_nav ul li.item_01 span {
  background-image: url(../img_2x/character_nav_01.png);
}
#body_character #character #character_nav ul li.item_02 span {
  background-image: url(../img_2x/character_nav_02.png);
}
#body_character #character #character_nav ul li.item_03 span {
  background-image: url(../img_2x/character_nav_03.png);
}
#body_character #character #character_nav ul li.item_04 span {
  background-image: url(../img_2x/character_nav_04.png);
}
#body_character #character #character_nav ul li.item_05 span {
  background-image: url(../img_2x/character_nav_05.png);
}
#body_character #character #character_nav ul li.item_06 span {
  background-image: url(../img_2x/character_nav_06.png);
}
#body_character #character #character_nav ul li.item_07 span {
  background-image: url(../img_2x/character_nav_07.png);
}
#body_character #character #character_nav ul li.item_08 span {
  background-image: url(../img_2x/character_nav_08.png);
}
#body_character #character #character_nav ul li.item_09 span {
  background-image: url(../img_2x/character_nav_09.png);
}
#body_character #character #character_nav ul li.item_10 span {
  background-image: url(../img_2x/character_nav_10.png);
}
#body_character #character #character_nav ul li.item_11 span {
  background-image: url(../img_2x/character_nav_11.png);
}
#body_character #character #character_nav ul li.item_12 span {
  background-image: url(../img_2x/character_nav_12.png);
}
#body_character #character #character_wrap {
  position: relative;
  width: 960px;
  height: 1100px;
  margin: -46px auto 0;
}
#body_character #character #character_wrap[data-view_id="1"] #character_01 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="2"] #character_02 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="3"] #character_03 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="4"] #character_04 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="5"] #character_05 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="6"] #character_06 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="7"] #character_07 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="8"] #character_08 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="9"] #character_09 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="10"] #character_10 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="11"] #character_11 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character #character_wrap[data-view_id="12"] #character_12 {
  opacity: 1;
  pointer-events: auto;
}
#body_character #character .character_section {
  position: absolute;
  width: 960px;
  height: 1100px;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#body_character #character .character_section .img {
  position: absolute;
  width: 850px;
  height: 1100px;
  top: 0;
  right: -94px;
  z-index: 1;
  background-size: 850px 1100px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#body_character #character .character_section > .header {
  position: relative;
  padding: 110px 0 18px;
  z-index: 4;
}
#body_character #character .character_section > .header h3 {
  width: 480px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: 8px 50%;
  font-size: 0;
}
#body_character #character .character_section > .header dl {
  padding-left: 6px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#body_character #character .character_section > .header dl dt {
  display: block;
  width: 77px;
  height: 33px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .character_section > .header dl dt.dt_01 {
  background-image: url(../img_2x/character_profile_dt_01.png);
}
#body_character #character .character_section > .header dl dt.dt_02 {
  margin-left: 25px;
  background-image: url(../img_2x/character_profile_dt_02.png);
}
#body_character #character .character_section > .header dl dt.dt_03 {
  margin-top: 10px;
  background-image: url(../img_2x/character_profile_dt_03.png);
}
#body_character #character .character_section > .header dl dd {
  position: relative;
  top: -1px;
  margin-left: 4px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .character_section > .header dl dd.dd_03 {
  margin-top: 10px;
}
#body_character #character .character_section > .voice {
  position: relative;
  width: 372px;
  height: 30px;
  padding: 24px 0 5px;
  z-index: 4;
}
#body_character #character .character_section > .voice .deco_line_top {
  display: block;
  position: absolute;
  width: 381px;
  height: 13px;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_deco_line.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#body_character #character .character_section > .voice ul {
  width: 255px;
  height: 29px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#body_character #character .character_section > .voice ul li {
  width: 32px;
  height: 29px;
  background-image: url(../img_2x/character_voice_btn_cs.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .character_section > .text {
  position: relative;
  width: 370px;
  padding: 30px 5px 22px 5px;
  z-index: 4;
}
#body_character #character .character_section > .text .deco_line_top {
  display: block;
  position: absolute;
  width: 381px;
  height: 13px;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_deco_line.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#body_character #character .character_section > .text .deco_line_bottom {
  display: block;
  position: absolute;
  width: 381px;
  height: 13px;
  bottom: 0;
  left: 0;
  background-image: url(../img_2x/character_deco_line.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#body_character #character .character_section > .text p span {
  display: block;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .character_section > .text p span.text_01 {
  background-position: 0 0px;
}
#body_character #character .character_section > .text p span.text_02 {
  background-position: 0 -28px;
}
#body_character #character .character_section > .text p span.text_03 {
  background-position: 0 -56px;
}
#body_character #character .character_section > .text p span.text_04 {
  background-position: 0 -84px;
}
#body_character #character .character_section > .text p span.text_05 {
  background-position: 0 -112px;
}
#body_character #character .character_section > .text p span.text_06 {
  background-position: 0 -140px;
}
#body_character #character .character_section > .text p span.text_07 {
  background-position: 0 -168px;
}
#body_character #character .character_section > .text p span.text_08 {
  background-position: 0 -196px;
}
#body_character #character .character_section > .text p span.text_09 {
  background-position: 0 -224px;
}
#body_character #character .character_section > .text p span.text_10 {
  background-position: 0 -252px;
}
#body_character #character .character_section > .text p span.text_11 {
  background-position: 0 -280px;
}
#body_character #character .character_section > .text p span.text_12 {
  background-position: 0 -308px;
}
#body_character #character .character_section > .text p span.text_13 {
  background-position: 0 -336px;
}
#body_character #character .character_section > .text p span.text_14 {
  background-position: 0 -364px;
}
#body_character #character .character_section > .text p span.text_15 {
  background-position: 0 -392px;
}
#body_character #character .character_section > .text p span.text_16 {
  background-position: 0 -420px;
}
#body_character #character .character_section > .text p span.text_17 {
  background-position: 0 -448px;
}
#body_character #character .character_section > .text p span.text_18 {
  background-position: 0 -476px;
}
#body_character #character .character_section > .text p span.text_19 {
  background-position: 0 -504px;
}
#body_character #character .character_section > .text p span.text_20 {
  background-position: 0 -532px;
}
#body_character #character .character_section .genga {
  padding: 22px 0 0 9px;
  color: #421800;
  font-size: 14px;
  line-height: 14px;
}
#body_character #character .character_section .genga span {
  display: inline-block;
  padding: 0 4px;
}
#body_character #character .character_section .serif {
  position: absolute;
  width: 55px;
  height: 967px;
  top: 133px;
  right: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  font-size: 0;
}
#body_character #character .arrow #character_nav_next {
  display: block;
  position: absolute;
  width: 18px;
  height: 29px;
  top: 760px;
  right: 50%;
  margin-right: -530px;
  background-image: url(../img_2x/character_nav_arrow_next.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  z-index: 10;
}
#body_character #character .arrow #character_nav_next:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .arrow #character_nav_prev {
  display: block;
  position: absolute;
  width: 18px;
  height: 29px;
  top: 760px;
  left: 50%;
  margin-left: -530px;
  background-image: url(../img_2x/character_nav_arrow_prev.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  z-index: 10;
}
#body_character #character .arrow #character_nav_prev:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character_01 h3 {
  background-image: url(../img_2x/character_01_name.png);
  background-size: 372px 75px;
}
#body_character #character_01 .dd_01 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_01_race.png);
}
#body_character #character_01 .dd_02 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_01_job.png);
}
#body_character #character_01 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_01 p span {
  background-image: url(../img_2x/character_01_text.png);
  background-size: 362px 472px;
}
#body_character #character_01 .img {
  background-image: url(../img_2x/character_01_img.png);
}
#body_character #character_01 .serif {
  background-image: url(../img_2x/character_01_serif.png);
}
#body_character #character_02 h3 {
  background-image: url(../img_2x/character_02_name.png);
  background-size: 249px 67px;
}
#body_character #character_02 .dd_01 {
  width: 92px;
  height: 37px;
  background-image: url(../img_2x/character_02_race.png);
}
#body_character #character_02 .dd_02 {
  width: 95px;
  height: 38px;
  background-image: url(../img_2x/character_02_job.png);
}
#body_character #character_02 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_02 p span {
  background-image: url(../img_2x/character_02_text.png);
  background-size: 362px 444px;
}
#body_character #character_02 .img {
  background-image: url(../img_2x/character_02_img.png);
}
#body_character #character_02 .serif {
  background-image: url(../img_2x/character_02_serif.png);
}
#body_character #character_03 h3 {
  background-image: url(../img_2x/character_03_name.png);
  background-size: 121px 75px;
}
#body_character #character_03 .dd_01 {
  width: 65px;
  height: 37px;
  background-image: url(../img_2x/character_03_race.png);
}
#body_character #character_03 .dd_02 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_03_job.png);
}
#body_character #character_03 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_03 p span {
  background-image: url(../img_2x/character_03_text.png);
  background-size: 362px 473px;
}
#body_character #character_03 .img {
  background-image: url(../img_2x/character_03_img.png);
}
#body_character #character_03 .serif {
  background-image: url(../img_2x/character_03_serif.png);
}
#body_character #character_04 h3 {
  background-image: url(../img_2x/character_04_name.png);
  background-size: 184px 69px;
}
#body_character #character_04 .dd_01 {
  width: 85px;
  height: 37px;
  background-image: url(../img_2x/character_04_race.png);
}
#body_character #character_04 .dd_02 {
  width: 179px;
  height: 38px;
  background-image: url(../img_2x/character_04_job.png);
}
#body_character #character_04 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_04 p span {
  background-image: url(../img_2x/character_04_text.png);
  background-size: 362px 444px;
}
#body_character #character_04 .img {
  background-image: url(../img_2x/character_04_img.png);
}
#body_character #character_04 .serif {
  background-image: url(../img_2x/character_04_serif.png);
}
#body_character #character_05 h3 {
  background-image: url(../img_2x/character_05_name.png);
  background-size: 178px 69px;
}
#body_character #character_05 .dd_01 {
  width: 66px;
  height: 37px;
  background-image: url(../img_2x/character_05_race.png);
}
#body_character #character_05 .dd_02 {
  width: 121px;
  height: 35px;
  background-image: url(../img_2x/character_05_job.png);
}
#body_character #character_05 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_05 p span {
  background-image: url(../img_2x/character_05_text.png);
  background-size: 362px 501px;
}
#body_character #character_05 .img {
  background-image: url(../img_2x/character_05_img.png);
}
#body_character #character_05 .serif {
  background-image: url(../img_2x/character_05_serif.png);
}
#body_character #character_06 h3 {
  background-image: url(../img_2x/character_06_name.png);
  background-size: 124px 67px;
}
#body_character #character_06 .dd_01 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_06_race.png);
}
#body_character #character_06 .dd_02 {
  width: 123px;
  height: 38px;
  background-image: url(../img_2x/character_06_job.png);
}
#body_character #character_06 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_06 p span {
  background-image: url(../img_2x/character_06_text.png);
  background-size: 362px 528px;
}
#body_character #character_06 .img {
  background-image: url(../img_2x/character_06_img.png);
}
#body_character #character_06 .serif {
  background-image: url(../img_2x/character_06_serif.png);
}
#body_character #character_07 h3 {
  background-image: url(../img_2x/character_07_name.png);
  background-size: 417px 74px;
}
#body_character #character_07 .dd_01 {
  width: 64px;
  height: 37px;
  background-image: url(../img_2x/character_07_race.png);
}
#body_character #character_07 .dd_02 {
  width: 180px;
  height: 37px;
  background-image: url(../img_2x/character_07_job.png);
}
#body_character #character_07 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_07 p span {
  background-image: url(../img_2x/character_07_text.png);
  background-size: 362px 416px;
}
#body_character #character_07 .img {
  background-image: url(../img_2x/character_07_img.png);
}
#body_character #character_07 .serif {
  background-image: url(../img_2x/character_07_serif.png);
}
#body_character #character_08 h3 {
  background-image: url(../img_2x/character_08_name.png);
  background-size: 418px 67px;
}
#body_character #character_08 .dd_01 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_08_race.png);
}
#body_character #character_08 .dd_02 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_08_job.png);
}
#body_character #character_08 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_08 p span {
  background-image: url(../img_2x/character_08_text.png);
  background-size: 362px 472px;
}
#body_character #character_08 .img {
  background-image: url(../img_2x/character_08_img.png);
}
#body_character #character_08 .serif {
  background-image: url(../img_2x/character_08_serif.png);
}
#body_character #character_09 h3 {
  background-image: url(../img_2x/character_09_name.png);
  background-size: 109px 65px;
}
#body_character #character_09 .dd_01 {
  width: 64px;
  height: 37px;
  background-image: url(../img_2x/character_09_race.png);
}
#body_character #character_09 .dd_02 {
  width: 64px;
  height: 38px;
  background-image: url(../img_2x/character_09_job.png);
}
#body_character #character_09 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_09 p span {
  background-image: url(../img_2x/character_09_text.png);
  background-size: 362px 444px;
}
#body_character #character_09 .img {
  background-image: url(../img_2x/character_09_img.png);
}
#body_character #character_09 .serif {
  background-image: url(../img_2x/character_09_serif.png);
}
#body_character #character_10 h3 {
  background-image: url(../img_2x/character_10_name.png);
  background-size: 246px 69px;
}
#body_character #character_10 .dd_01 {
  width: 85px;
  height: 37px;
  background-image: url(../img_2x/character_10_race.png);
}
#body_character #character_10 .dd_02 {
  width: 85px;
  height: 37px;
  background-image: url(../img_2x/character_10_race.png);
  /*
  width: 95px;
  height: 38px;
  background-image: url(../img_2x/character_10_job.png);
  */
}
#body_character #character_10 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_10 p span {
  background-image: url(../img_2x/character_10_text.png);
  background-size: 362px 248px;
  /*
  background-image: url(../img_2x/character_10_text.png);
  background-size: 362px 248px;
  */
}
#body_character #character_10 .img {
  background-image: url(../img_2x/character_10_img.png);
}
#body_character #character_10 .serif {
  background-image: url(../img_2x/character_10_serif.png);
}
#body_character #character_11 h3 {
  background-image: url(../img_2x/character_11_name.png);
  background-size: 177px 65px;
}
#body_character #character_11 .dd_01 {
  width: 64px;
  height: 37px;
  background-image: url(../img_2x/character_11_race.png);
}
#body_character #character_11 .dd_02 {
  width: 93px;
  height: 38px;
  background-image: url(../img_2x/character_11_job.png);
}
#body_character #character_11 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_11 p span {
  background-image: url(../img_2x/character_11_text.png);
  background-size: 362px 500px;
}
#body_character #character_11 .img {
  background-image: url(../img_2x/character_11_img.png);
}
#body_character #character_11 .serif {
  background-image: url(../img_2x/character_11_serif.png);
}
#body_character #character_12 h3 {
  background-image: url(../img_2x/character_12_name.png);
  background-size: 169px 71px;
}
#body_character #character_12 .dd_01 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_12_race.png);
}
#body_character #character_12 .dd_02 {
  width: 66px;
  height: 38px;
  background-image: url(../img_2x/character_12_job.png);
}
#body_character #character_12 .dd_03 {
  width: 88px;
  height: 41px;
  background-image: url(../img_2x/character_00_cv.png);
}
#body_character #character_12 p span {
  background-image: url(../img_2x/character_12_text.png);
  background-size: 362px 416px;
}
#body_character #character_12 .img {
  background-image: url(../img_2x/character_12_img.png);
}
#body_character #character_12 .serif {
  background-image: url(../img_2x/character_12_serif.png);
}


/*スペシャル*/
#body_special #special .header {
  padding-top: 25px;
}
#body_special #special .header h2 {
  width: 386px;
  height: 89px;
  margin: 0 auto;
  background-image: url(../img_2x/special_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_special #special .inner {
  width: 1060px;
  min-height: 500px;
  margin: 0 auto 150px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}


#body_special #special .inner .pickup {
  width: 100%;
  margin: 55px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#body_special #special .inner .pickup li {
  margin-bottom: 20px;
  /*margin: 0 auto 20px;*/
}
#body_special #special .inner .pickup li a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#body_special #special .inner .pickup li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}


#body_special #special p.text {
  width: 100%;
  font-size: 100%;
  line-height: 150%;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
}

/*店舗特典情報*/
#body_special #special h3.shop {
  width: 246px;
  height: 52px;
  margin: 0 auto 20px;
  background-image: url(../img_2x/shop_h3.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_special #special .shop_item {
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

#body_special #special .shop_item .newly_list {
  width: 1000px;
  margin: 0 auto 60px;
}

#body_special #special .shop_item .newly_list .newly {
  position: relative;
  width: 200px;
  height: 30px;
  margin: 0 auto 25px;
  padding-top: 1px;
  background-color: #753e0e;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#body_special #special .shop_item .original_list {
  width: 1000px;
  margin: 0 auto 0;
}


#body_special #special .shop_item ul:after {
  content: "";
  display: block;
  clear: both
}

#body_special #special .shop_item .newly_list li {
  width: 480px;
  height: 700px;
  /*margin: 0 auto 30px;*/
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}

#body_special #special .shop_item .original_list li {
  width: 480px;
  height: 700px;
  /*margin: 0 auto 30px;*/
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}


#body_special #special .shop_item li h4 {
  text-align: center;
  color: #753e0e;
  margin: 0 0 10px;
}

#body_special #special .shop_item li h4 span.shop_name{
  font-size: 140%;
  color: #f97920;
  font-weight: bold;
  margin-right: 5px;
}

#body_special #special .shop_item .newly_list li .img {
  width: 480px;
  height: 500px;
  border-radius: 10px;
  border: 2px solid #421800;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#body_special #special .shop_item .original_list li .img {
  width: 480px;
  height: 500px;
  border-radius: 10px;
  border: 2px solid #421800;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#body_special #special .shop_item .item_01 .img {
  background-image: url(../img/newly_item01.jpg);
}

#body_special #special .shop_item .item_02 .img {
  background-image: url(../img/newly_item02.jpg);
}

#body_special #special .shop_item .item_03 .img {
  background-image: url(../img/newly_item03.jpg);
}

#body_special #special .shop_item .item_04 .img {
  background-image: url(../img/newly_item04.jpg);
}

#body_special #special .shop_item .item_05 .img {
  background-image: url(../img/newly_item05.jpg);
}

#body_special #special .shop_item li p {
  font-size: 16px;
  font-weight: bold;
  color: #753e0e;
  margin: 10px auto;
}

#body_special #special .shop_item li .buy_bt {
  display: block;
  width: 240px;
  height: 32px;
  border-radius: 20px;
  background-color: #ff6699;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 3px;
  margin: 0 auto 10px;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#body_special #special .shop_item li .buy_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#body_special #special .shop_item li .bt01 {
  background-color: #f59547;
}

#body_special #special .shop_item li .bt02 {
  background-color: #ff6595;
}


/*製品セット内容*/
#body_special #special h3.set {
  width: 298px;
  height: 51px;
  margin: 30px auto 20px;
  background-image: url(../img_2x/set_h3.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_special #special .set_item {
  width: 1060px;
  margin: 0 auto 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

#body_special #special .set_item .pack_list {
  width: 1060px;
  background-color: #fff5d9;
  border-radius: 20px;
  border: solid 2px #421800;
  position: relative;
  margin: 0 auto 60px;
  padding-bottom: 20px;
}

#body_special #special .set_item .pack_list:after {
  content: "";
  border: solid 2px #fff;
  border-radius: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

#body_special #special .set_item .pack_list h4 {
  width: 100%;
  height: 46px;
  background-color: #ff6a89;
  background-image: url(../img_2x/pack_h4.png);
  background-size: 167px 29px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  font-size: 0;
}

#body_special #special .set_item .pack_list .kyoto {
  width: 980px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 0;
}

#body_special #special .set_item .pack_list .flex {
  display: flex;
  align-items: stretch;
}

#body_special #special .set_item .pack_list .kyoto .mv {
  position: relative;
  width: 500px;
  height: 350px;
  background-image: url(../img_2x/mv_kyoto.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 0 0;
}

#body_special #special .set_item .pack_list .kyoto .right {
  position: relative;
  width: 470px;
  height: auto;
  margin: 0 auto 20px 20px;
}

#body_special #special .set_item .pack_list .kyoto .right h5 {
  width: 100%;
  height: 28px;
  background-image: url(../img_2x/head_kyoto.png);
  background-size: 439px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 15px;
}

#body_special #special .set_item .pack_list .kyoto .image {
  position: relative;
  width: 980px;
  height: 700px;
  background-image: url(../img_2x/set_kyoto.jpg);
  background-size: 980px 700px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#body_special #special .set_item .pack_list .normal {
  width: 980px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 0;
}

#body_special #special .set_item .pack_list .normal .mv {
  position: relative;
  width: 318px;
  height: 450px;
  background-image: url(../img_2x/mv_normal.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 0 0;
}

#body_special #special .set_item .pack_list .normal .right {
  position: relative;
  width: 640px;
  height: auto;
  margin: 0 auto 20px 20px;
}

#body_special #special .set_item .pack_list .normal .right h5 {
  width: 100%;
  height: 28px;
  background-image: url(../img_2x/head_normal.png);
  background-size: 362px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 15px;
}

#body_special #special .set_item .pack_list .normal .image {
  position: relative;
  width: 640px;
  height: 260px;
  background-image: url(../img_2x/set_normal.jpg);
  background-size: 640px 260px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 20px;
}


#body_special #special .set_item .dl_list {
  width: 1060px;
  background-color: #fff5d9;
  border-radius: 20px;
  border: solid 2px #421800;
  position: relative;
  margin: 0 auto 60px;
  padding-bottom: 20px;
}

#body_special #special .set_item .dl_list:after {
  content: "";
  border: solid 2px #fff;
  border-radius: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

#body_special #special .set_item .dl_list h4 {
  width: 100%;
  height: 46px;
  background-color: #66b3ff;
  background-image: url(../img_2x/dl_h4.png);
  background-size: 190px 29px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  font-size: 0;
}

#body_special #special .set_item .dl_list .kyoto {
  width: 980px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 0;
}

#body_special #special .set_item .dl_list .flex {
  display: flex;
  align-items: stretch;
}

#body_special #special .set_item .dl_list .kyoto .mv {
  position: relative;
  width: 500px;
  height: 350px;
  background-image: url(../img_2x/mv_kyoto.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 0 0;
}

#body_special #special .set_item .dl_list .kyoto .right {
  position: relative;
  width: 470px;
  height: auto;
  margin: 0 auto 20px 20px;
}

#body_special #special .set_item .dl_list .kyoto .right h5 {
  width: 100%;
  height: 28px;
  background-image: url(../img_2x/head_kyoto.png);
  background-size: 439px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 15px;
}

#body_special #special .set_item .dl_list .normal {
  width: 980px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 0;
}

#body_special #special .set_item .dl_list .normal .mv {
  position: relative;
  width: 318px;
  height: 450px;
  background-image: url(../img_2x/mv_normal.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 0 0;
}

#body_special #special .set_item .dl_list .normal .right {
  position: relative;
  width: 640px;
  height: auto;
  margin: 0 auto 20px 20px;
}

#body_special #special .set_item .dl_list .normal .right h5 {
  width: 100%;
  height: 28px;
  background-image: url(../img_2x/head_normal.png);
  background-size: 362px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 15px;
}


#body_special #special .set_item .bonus_serial {
  width: 1060px;
  background-color: #fff5d9;
  border-radius: 20px;
  border: solid 2px #421800;
  position: relative;
  margin: 0 auto 60px;
  padding: 20px 0;
}

#body_special #special .set_item .bonus_serial:after {
  content: "";
  border: solid 2px #fff;
  border-radius: 17px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

#body_special #special .set_item .bonus_serial h4 {
  width: 620px;
  height: 40px;
  background-color: #ff6a89;
  background-image: url(../img_2x/bonus_serial_h4.png);
  background-size: 569px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 20px;
  font-size: 0;
  margin: 0 auto;
}

#body_special #special .set_item .bonus_serial .flex {
  display: flex;
  align-items: stretch;
  width: 1040px;
  margin: 0 auto;
}


#body_special #special .set_item .bonus_serial .maokarin {
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  margin: 20px auto 0;
}

#body_special #special .set_item .bonus_serial .maokarin h5 {
  width: 100%;
  height: 56px;
  background-image: url(../img_2x/maokarin_h5.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_special #special .set_item .bonus_serial .maokarin dl {
  width: 440px;
  min-height: 120px;
  background-color: #ff6a89;
  border-radius: 10px;
  padding: 20px 0;
  margin: 20px auto 0;
  color: #fff;
  padding-left: 20px;
  line-height: 150%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#body_special #special .set_item .bonus_serial .maokarin dl dt {
  width: 240px;
  margin-left: 40px;
}

#body_special #special .set_item .bonus_serial .koihime-taisen {
  width: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  margin: 20px auto 0;
}

#body_special #special .set_item .bonus_serial .koihime-taisen h5 {
  width: 100%;
  height: 56px;
  background-image: url(../img_2x/koihime-taisen_h5.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_special #special .set_item .bonus_serial .koihime-taisen dl {
  width: 440px;
  min-height: 120px;
  background-color: #ff6a89;
  border-radius: 10px;
  padding: 20px 0;
  margin: 20px auto 0;
  color: #fff;
  padding-left: 20px;
  line-height: 150%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#body_special #special .set_item .bonus_serial .koihime-taisen dl dt {
  width: 240px;
  margin-left: 40px;
}

#body_special #special .set_item .bonus_serial .attn {
  width: 960px;
  font-size: 90%;
  line-height: 150%;
  margin: 30px auto 10px;
}


/*モーダルウィンドウ*/
#modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
#modal .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fa7920;
  overflow: hidden;
}
#modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border: 6px solid #421800;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#modal .inner div#zoom_01 {
  background-image: url(../zoom/gallery_zoom_01.jpg);
}
#modal .inner div#zoom_02 {
  background-image: url(../zoom/gallery_zoom_02.jpg);
}
#modal .inner div#zoom_03 {
  background-image: url(../zoom/gallery_zoom_03.jpg);
}
#modal .inner div#zoom_04 {
  background-image: url(../zoom/gallery_zoom_04.jpg);
}
#modal .inner div#zoom_05 {
  background-image: url(../zoom/gallery_zoom_05.jpg);
}
#modal .inner div#zoom_06 {
  background-image: url(../zoom/gallery_zoom_06.jpg);
}
#modal .inner div#zoom_07 {
  background-image: url(../zoom/gallery_zoom_07.jpg);
}
#modal .inner div#zoom_08 {
  background-image: url(../zoom/gallery_zoom_08.jpg);
}
#modal .close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 30px;
  right: 30px;
  background-image: url(../img_2x/close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#modal .close:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
#loading .progress {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #f5f5f5;
}
#loading .progress span {
  display: block;
  position: absolute;
  width: 0%;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #f6a860;
}
#loading .progress_cover {
  position: absolute;
  width: 0%;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -6px;
  background-color: #fff;
}

#loading_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}/*# sourceMappingURL=style_2x.css.map */