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, body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/common_bk.png);
  background-size: 1920px 500px;
  background-position: 50% 0;
  background-repeat: repeat-y;
  color: #4a4a4a;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

#container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
#container img {
  vertical-align: bottom;
}
#container a {
  text-decoration: none;
}
#container > h1 {
  display: none;
}

#header_nav {
  position: absolute;
  width: 1264px;
  height: 54px;
  top: 0;
  left: 50%;
  margin-left: -632px;
  border-radius: 0 0 32px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(113, 93, 84, 0.1);
          box-shadow: 0px 3px 40px 0px rgba(113, 93, 84, 0.1);
  overflow: hidden;
  z-index: 20;
}
#header_nav ul {
  width: 1040px;
  height: 54px;
  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_nav ul li a {
  display: block;
  position: relative;
  font-size: 0;
}
#header_nav ul li a::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}
#header_nav ul li a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  content: "";
}
#header_nav ul li a:hover::before {
  opacity: 0;
}
#header_nav ul li a:hover::after {
  opacity: 1;
}
#header_nav ul li a.active::before {
  opacity: 0;
}
#header_nav ul li a.active::after {
  opacity: 1;
}
#header_nav ul li span {
  display: block;
  position: relative;
  font-size: 0;
}
#header_nav ul li span::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  content: "";
}
#header_nav ul li span::after {
  display: none;
}
#header_nav ul li.item_00 a, #header_nav ul li.item_00 span {
  width: 33px;
  height: 11px;
}
#header_nav ul li.item_00 a::before, #header_nav ul li.item_00 span::before {
  background-image: url(../img/nav_00.png);
}
#header_nav ul li.item_00 a::after, #header_nav ul li.item_00 span::after {
  background-image: url(../img/nav_00_on.png);
}
#header_nav ul li.item_01 a, #header_nav ul li.item_01 span {
  width: 125px;
  height: 11px;
}
#header_nav ul li.item_01 a::before, #header_nav ul li.item_01 span::before {
  background-image: url(../img/nav_01.png);
}
#header_nav ul li.item_01 a::after, #header_nav ul li.item_01 span::after {
  background-image: url(../img/nav_01_on.png);
}
#header_nav ul li.item_02 a, #header_nav ul li.item_02 span {
  width: 52px;
  height: 11px;
}
#header_nav ul li.item_02 a::before, #header_nav ul li.item_02 span::before {
  background-image: url(../img/nav_02.png);
}
#header_nav ul li.item_02 a::after, #header_nav ul li.item_02 span::after {
  background-image: url(../img/nav_02_on.png);
}
#header_nav ul li.item_03 a, #header_nav ul li.item_03 span {
  width: 99px;
  height: 11px;
}
#header_nav ul li.item_03 a::before, #header_nav ul li.item_03 span::before {
  background-image: url(../img/nav_03.png);
}
#header_nav ul li.item_03 a::after, #header_nav ul li.item_03 span::after {
  background-image: url(../img/nav_03_on.png);
}
#header_nav ul li.item_04 a, #header_nav ul li.item_04 span {
  width: 70px;
  height: 11px;
}
#header_nav ul li.item_04 a::before, #header_nav ul li.item_04 span::before {
  background-image: url(../img/nav_04.png);
}
#header_nav ul li.item_04 a::after, #header_nav ul li.item_04 span::after {
  background-image: url(../img/nav_04_on.png);
}
#header_nav ul li.item_05 a, #header_nav ul li.item_05 span {
  width: 50px;
  height: 11px;
}
#header_nav ul li.item_05 a::before, #header_nav ul li.item_05 span::before {
  background-image: url(../img/nav_05.png);
}
#header_nav ul li.item_05 a::after, #header_nav ul li.item_05 span::after {
  background-image: url(../img/nav_05_on.png);
}
#header_nav ul li.item_06 a, #header_nav ul li.item_06 span {
  width: 47px;
  height: 11px;
}
#header_nav ul li.item_06 a::before, #header_nav ul li.item_06 span::before {
  background-image: url(../img/nav_06.png);
}
#header_nav ul li.item_06 a::after, #header_nav ul li.item_06 span::after {
  background-image: url(../img/nav_06_on.png);
}
#header_nav ul li.item_07 a, #header_nav ul li.item_07 span {
  width: 46px;
  height: 11px;
}
#header_nav ul li.item_07 a::before, #header_nav ul li.item_07 span::before {
  background-image: url(../img/nav_07.png);
}
#header_nav ul li.item_07 a::after, #header_nav ul li.item_07 span::after {
  background-image: url(../img/nav_07_on.png);
}
#header_nav ul li.item_08 a, #header_nav ul li.item_08 span {
  width: 79px;
  height: 11px;
}
#header_nav ul li.item_08 a::before, #header_nav ul li.item_08 span::before {
  background-image: url(../img/nav_08.png);
}
#header_nav ul li.item_08 a::after, #header_nav ul li.item_08 span::after {
  background-image: url(../img/nav_08_on.png);
}
#header_nav ul li.item_09 a, #header_nav ul li.item_09 span {
  width: 66px;
  height: 11px;
}
#header_nav ul li.item_09 a::before, #header_nav ul li.item_09 span::before {
  background-image: url(../img/nav_09.png);
}
#header_nav ul li.item_09 a::after, #header_nav ul li.item_09 span::after {
  background-image: url(../img/nav_09_on.png);
}

#sub_header {
  position: relative;
  width: 100%;
  height: 310px;
  margin-bottom: 35px;
  background-size: 1920px 310px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#sub_header h2 {
  width: 100%;
  height: 310px;
  background-position: 50% 76px;
  background-repeat: no-repeat;
  font-size: 0;
}
#sub_header::after {
  position: absolute;
  width: 100%;
  height: 558px;
  top: 0;
  left: 0;
  background-image: url(../img/common_sub_header.png);
  background-size: 1920px 558px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}

#footer,
#sub_footer {
  position: relative;
  z-index: 20;
  margin-top: 190px;
  padding: 25px 0 250px;
  background-color: #ad9c94;
}
#footer::before,
#sub_footer::before {
  position: absolute;
  width: 100%;
  height: 50px;
  top: -49px;
  left: 0;
  background-image: url(../img/footer_bk.png);
  background-size: 1920px 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 22;
  content: "";
}
#footer .inner,
#sub_footer .inner {
  width: 1060px;
  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 .contents,
#sub_footer .inner .contents {
  width: 720px;
}
#footer .inner .contents h2,
#sub_footer .inner .contents h2 {
  width: 720px;
  height: 40px;
  background-image: url(../img/footer_h2_01.png);
  background-size: 102px 19px;
  background-position: 10px 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b9aba4;
  font-size: 0;
}
#footer .inner .contents ul,
#sub_footer .inner .contents ul {
  width: 700px;
  height: 70px;
  margin: 70px 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: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
#footer .inner .contents ul a, #footer .inner .contents ul span,
#sub_footer .inner .contents ul a,
#sub_footer .inner .contents ul span {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#footer .inner .contents ul a:hover,
#sub_footer .inner .contents ul a:hover {
  opacity: 0.5;
}
#footer .inner .contents ul span,
#sub_footer .inner .contents ul span {
  opacity: 0.3;
}
#footer .inner .contents ul .item_00,
#sub_footer .inner .contents ul .item_00 {
  width: 125px;
}
#footer .inner .contents ul .item_00 a, #footer .inner .contents ul .item_00 span,
#sub_footer .inner .contents ul .item_00 a,
#sub_footer .inner .contents ul .item_00 span {
  width: 26px;
  height: 10px;
  background-image: url(../img/footer_nav_01.png);
}
#footer .inner .contents ul .item_01,
#sub_footer .inner .contents ul .item_01 {
  width: 198px;
}
#footer .inner .contents ul .item_01 a, #footer .inner .contents ul .item_01 span,
#sub_footer .inner .contents ul .item_01 a,
#sub_footer .inner .contents ul .item_01 span {
  width: 99px;
  height: 10px;
  background-image: url(../img/footer_nav_02.png);
}
#footer .inner .contents ul .item_02,
#sub_footer .inner .contents ul .item_02 {
  width: 140px;
}
#footer .inner .contents ul .item_02 a, #footer .inner .contents ul .item_02 span,
#sub_footer .inner .contents ul .item_02 a,
#sub_footer .inner .contents ul .item_02 span {
  width: 42px;
  height: 10px;
  background-image: url(../img/footer_nav_03.png);
}
#footer .inner .contents ul .item_03,
#sub_footer .inner .contents ul .item_03 {
  width: 180px;
}
#footer .inner .contents ul .item_03 a, #footer .inner .contents ul .item_03 span,
#sub_footer .inner .contents ul .item_03 a,
#sub_footer .inner .contents ul .item_03 span {
  width: 78px;
  height: 10px;
  background-image: url(../img/footer_nav_04.png);
}
#footer .inner .contents ul .item_04,
#sub_footer .inner .contents ul .item_04 {
  width: 57px;
}
#footer .inner .contents ul .item_04 a, #footer .inner .contents ul .item_04 span,
#sub_footer .inner .contents ul .item_04 a,
#sub_footer .inner .contents ul .item_04 span {
  width: 57px;
  height: 10px;
  background-image: url(../img/footer_nav_05.png);
}
#footer .inner .contents ul .item_05,
#sub_footer .inner .contents ul .item_05 {
  width: 125px;
}
#footer .inner .contents ul .item_05 a, #footer .inner .contents ul .item_05 span,
#sub_footer .inner .contents ul .item_05 a,
#sub_footer .inner .contents ul .item_05 span {
  width: 41px;
  height: 10px;
  background-image: url(../img/footer_nav_06.png);
}
#footer .inner .contents ul .item_06,
#sub_footer .inner .contents ul .item_06 {
  width: 198px;
}
#footer .inner .contents ul .item_06 a, #footer .inner .contents ul .item_06 span,
#sub_footer .inner .contents ul .item_06 a,
#sub_footer .inner .contents ul .item_06 span {
  width: 37px;
  height: 10px;
  background-image: url(../img/footer_nav_07.png);
}
#footer .inner .contents ul .item_07,
#sub_footer .inner .contents ul .item_07 {
  width: 140px;
}
#footer .inner .contents ul .item_07 a, #footer .inner .contents ul .item_07 span,
#sub_footer .inner .contents ul .item_07 a,
#sub_footer .inner .contents ul .item_07 span {
  width: 36px;
  height: 10px;
  background-image: url(../img/footer_nav_08.png);
}
#footer .inner .contents ul .item_08,
#sub_footer .inner .contents ul .item_08 {
  width: 180px;
}
#footer .inner .contents ul .item_08 a, #footer .inner .contents ul .item_08 span,
#sub_footer .inner .contents ul .item_08 a,
#sub_footer .inner .contents ul .item_08 span {
  width: 63px;
  height: 10px;
  background-image: url(../img/footer_nav_09.png);
}
#footer .inner .contents ul .item_09,
#sub_footer .inner .contents ul .item_09 {
  width: 57px;
}
#footer .inner .contents ul .item_09 a, #footer .inner .contents ul .item_09 span,
#sub_footer .inner .contents ul .item_09 a,
#sub_footer .inner .contents ul .item_09 span {
  width: 53px;
  height: 10px;
  background-image: url(../img/footer_nav_10.png);
}
#footer .inner .sns,
#sub_footer .inner .sns {
  width: 280px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b9aba4;
}
#footer .inner .sns h2,
#sub_footer .inner .sns h2 {
  width: 280px;
  height: 40px;
  background-image: url(../img/footer_h2_02.png);
  background-size: 38px 19px;
  background-position: 10px 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #b9aba4;
  font-size: 0;
}
#footer .inner .sns ul,
#sub_footer .inner .sns ul {
  width: 230px;
  margin: 40px 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;
}
#footer .inner .sns ul li a,
#sub_footer .inner .sns ul li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#footer .inner .sns ul li a:hover,
#sub_footer .inner .sns ul li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .sns ul .item_01 a,
#sub_footer .inner .sns ul .item_01 a {
  background-image: url(../img/footer_sns_01.png);
}
#footer .inner .sns ul .item_02 a,
#sub_footer .inner .sns ul .item_02 a {
  background-image: url(../img/footer_sns_02.png);
}
#footer .inner .sns ul .item_03 a,
#sub_footer .inner .sns ul .item_03 a {
  background-image: url(../img/footer_sns_03.png);
}
#footer .inner .credit,
#sub_footer .inner .credit {
  width: 100%;
  margin-top: 40px;
}
#footer .inner .credit a,
#sub_footer .inner .credit a {
  display: block;
  width: 204px;
  height: 48px;
  margin: 0 auto;
  background-image: url(../img/footer_maker.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#footer .inner .credit a:hover,
#sub_footer .inner .credit a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .credit p,
#sub_footer .inner .credit p {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#sub_footer::after {
  position: absolute;
  width: 100%;
  height: 230px;
  top: -265px;
  left: 0;
  background-image: url(../img/footer_sub_deco.png);
  background-size: 1920px 230px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 21;
  pointer-events: none;
  content: "";
}

#hum_nav .toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  border-radius: 0 0 0 8px;
  background-color: #ad9c94;
  z-index: 96;
  cursor: pointer;
  -webkit-transform: translateX(74px);
  transform: translateX(74px);
  -webkit-transition: 0.3s ease transform, 0.3s ease background-color, 0.2s ease opacity;
  transition: 0.3s ease transform, 0.3s ease background-color, 0.2s ease opacity;
}
#hum_nav .toggle:hover {
  opacity: 0.5;
}
#hum_nav .toggle .bar {
  position: absolute;
  width: 42px;
  height: 4px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.3s ease transform, 0.3s ease opacity, 0.3s ease background-color;
  transition: 0.3s ease transform, 0.3s ease opacity, 0.3s ease background-color;
}
#hum_nav .toggle .bar_01 {
  top: 19px;
  left: 16px;
}
#hum_nav .toggle .bar_02,
#hum_nav .toggle .bar_04 {
  top: 35px;
  left: 16px;
}
#hum_nav .toggle .bar_03 {
  top: 51px;
  left: 16px;
}
#hum_nav.active .toggle, #hum_nav.open .toggle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#hum_nav.open .toggle {
  background-color: rgba(173, 156, 148, 0);
}
#hum_nav.open .toggle .bar {
  background-color: #ad9c94;
}
#hum_nav.open .toggle .bar_01 {
  opacity: 0 !important;
}
#hum_nav.open .toggle .bar_02 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hum_nav.open .toggle .bar_04 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hum_nav.open .toggle .bar_03 {
  opacity: 0 !important;
}
#hum_nav .inner {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 95;
}
#hum_nav .inner ul {
  position: absolute;
  width: 100%;
  height: 950px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
#hum_nav .inner ul li a, #hum_nav .inner ul li span {
  position: relative;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#hum_nav .inner ul li a {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#hum_nav .inner ul li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#hum_nav .inner ul li span {
  opacity: 0.3;
}
#hum_nav .inner ul li span::after {
  position: absolute;
  display: block;
  width: 100%;
  width: calc(100% + 10px);
  height: 4px;
  top: 14px;
  left: -5px;
  border-radius: 1px;
  background-color: #715d54;
  content: "";
}
#hum_nav .inner .item_00 a, #hum_nav .inner .item_00 span {
  width: 84px;
  height: 29px;
  background-image: url(../img/hum_nav_01.png);
}
#hum_nav .inner .item_01 a, #hum_nav .inner .item_01 span {
  width: 326px;
  height: 29px;
  background-image: url(../img/hum_nav_02.png);
}
#hum_nav .inner .item_02 a, #hum_nav .inner .item_02 span {
  width: 135px;
  height: 29px;
  background-image: url(../img/hum_nav_03.png);
}
#hum_nav .inner .item_03 a, #hum_nav .inner .item_03 span {
  width: 259px;
  height: 29px;
  background-image: url(../img/hum_nav_04.png);
}
#hum_nav .inner .item_04 a, #hum_nav .inner .item_04 span {
  width: 186px;
  height: 29px;
  background-image: url(../img/hum_nav_05.png);
}
#hum_nav .inner .item_05 a, #hum_nav .inner .item_05 span {
  width: 132px;
  height: 29px;
  background-image: url(../img/hum_nav_06.png);
}
#hum_nav .inner .item_06 a, #hum_nav .inner .item_06 span {
  width: 121px;
  height: 29px;
  background-image: url(../img/hum_nav_07.png);
}
#hum_nav .inner .item_07 a, #hum_nav .inner .item_07 span {
  width: 120px;
  height: 29px;
  background-image: url(../img/hum_nav_08.png);
}
#hum_nav .inner .item_08 a, #hum_nav .inner .item_08 span {
  width: 205px;
  height: 29px;
  background-image: url(../img/hum_nav_09.png);
}
#hum_nav .inner .item_09 a, #hum_nav .inner .item_09 span {
  width: 172px;
  height: 29px;
  background-image: url(../img/hum_nav_10.png);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 200;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#loading #loading_bar {
  position: relative;
  width: 300px;
  height: 3px;
  background-color: #f8f4f0;
  border-radius: 1.5px;
  overflow: hidden;
}
#loading #loading_bar .bar {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #715d54;
}
#loading #loading_bar .cover {
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #fff;
}

.content_section {
  margin: 0 auto;
}
.content_section > .header h2, .content_section > .header h3, .content_section > .header h4 {
  position: relative;
  margin: 0 auto;
}
.content_section > .header h2 .text, .content_section > .header h3 .text, .content_section > .header h4 .text {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
.content_section > .header h2 .deco, .content_section > .header h3 .deco, .content_section > .header h4 .deco {
  position: absolute;
  top: 0;
}
.content_section > .header h2 .deco.deco_left, .content_section > .header h3 .deco.deco_left, .content_section > .header h4 .deco.deco_left {
  width: 32px;
  height: 49px;
  right: 100%;
  margin-right: 32px;
  background-image: url(../img/common_title_deco_left.png);
  background-size: 32px 49px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.content_section > .header h2 .deco.deco_right, .content_section > .header h3 .deco.deco_right, .content_section > .header h4 .deco.deco_right {
  width: 32px;
  height: 49px;
  left: 100%;
  margin-left: 32px;
  background-image: url(../img/common_title_deco_right.png);
  background-size: 32px 49px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#body_home #jumbotron {
  position: relative;
  width: 100%;
  height: 1920px;
  background-image: url(../img/jumbotron_bk_r.png);
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px 834px;
}
#body_home #jumbotron .inner {
  position: absolute;
  width: 100%;
  padding-top: 600px;
  top: 0;
  left: 0;
  z-index: 10;
}
#body_home #jumbotron .inner h1 {
  width: 573px;
  height: 215px;
  margin: 0 auto;
  background-image: url(../img/jumbotron_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron .inner .hatsubai_date {
  width: 392px;
  height: 99px;
  margin: -12px auto 0;
  background-image: url(../img/jumbotron_date_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron .inner .yoyaku_date {
  width: 191px;
  height: 51px;
  margin: -10px auto 0;
  background-image: url(../img/jumbotron_date_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #jumbotron .bk {
  position: relative;
  width: 100%;
  height: 100%;
}
#body_home #jumbotron .bk .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1920px;
  background-image: url(../img/jumbotron_bk_cover.png);
  background-size: 1920px 1920px;
  background-position: 50% 0;
  z-index: 9;
}
#body_home #jumbotron .bk .character {
  position: relative;
}
#body_home #jumbotron .bk .character div {
  position: absolute;
  width: 100%;
  height: 1920px;
  top: 0;
  left: 0;
  background-size: 1920px 1920px;
  background-position: 50% 0;
}
#body_home #jumbotron .bk .character.character_01 {
  z-index: 6;
}
#body_home #jumbotron .bk .character.character_01 div {
  background-image: url(../img/jumbotron_character_01.png);
  -webkit-animation: fuwafuwa 2s 0.5s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 0.5s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#body_home #jumbotron .bk .character.character_02 {
  z-index: 5;
}
#body_home #jumbotron .bk .character.character_02 div {
  background-image: url(../img/jumbotron_character_02.png);
  -webkit-animation: fuwafuwa 2s 1s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 1s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#body_home #jumbotron .bk .character.character_03 {
  z-index: 4;
}
#body_home #jumbotron .bk .character.character_03 div {
  background-image: url(../img/jumbotron_character_03.png);
  -webkit-animation: fuwafuwa 1.5s 0.5s ease-in-out infinite alternate;
  animation: fuwafuwa 1.5s 0.5s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#body_home #jumbotron .bk .character.character_04 {
  z-index: 3;
}
#body_home #jumbotron .bk .character.character_04 div {
  background-image: url(../img/jumbotron_character_04.png);
  -webkit-animation: fuwafuwa 2s 2s ease-in-out infinite alternate;
  animation: fuwafuwa 2s 2s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#body_home #news {
  position: relative;
  margin: -835px auto 0;
  z-index: 11;
}
#body_home #news .header {
  margin-bottom: 40px;
}
#body_home #news .header h2 {
  width: 147px;
  height: 49px;
}
#body_home #news .header h2 .text {
  background-image: url(../img/news_h2.png);
}
#body_home #news .inner {
  width: 960px;
  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: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#body_home #news .inner .item {
  width: 428px;
  padding: 0 17px;
  margin-bottom: 25px;
  background-size: 428px 2px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_home #news .inner .item:nth-of-type(1), #body_home #news .inner .item:nth-of-type(2) {
  background-image: url(../img/news_hr.png);
}
#body_home #news .inner .item h3 {
  padding-bottom: 12px;
  color: #ad9c94;
  font-size: 18px;
  line-height: 18px;
}
#body_home #news .inner .item p {
  padding-bottom: 20px;
  text-align: justify;
}
#body_home #news .inner .item p a {
  text-decoration: none;
  color: #4a4a4a;
}
#body_home #news .inner .item p a:hover {
  color: #ee7491;
}
#body_home #news .inner .dummy {
  width: 428px;
  height: 1px;
}
#body_home #news .footer {
  margin-top: 30px;
}
#body_home #news .footer a {
  display: block;
  width: 340px;
  height: 42px;
  margin: 0 auto;
  border-radius: 21px;
  background-color: #f0a5b7;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(226, 189, 136, 0.4);
          box-shadow: 0px 1px 20px 0px rgba(226, 189, 136, 0.4);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_home #news .footer a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_home #pickup {
  position: relative;
  margin-top: 140px;
  z-index: 11;
}
#body_home #pickup .header {
  margin-bottom: 40px;
}
#body_home #pickup .header h2 {
  width: 193px;
  height: 49px;
}
#body_home #pickup .header h2 .text {
  background-image: url(../img/pickup_h2.png);
}
#body_home #pickup .inner {
  width: 1060px;
  margin: 0 auto;
}
#body_home #pickup .inner ul {
  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 #pickup .inner li {
  width: 340px;
  height: 180px;
  padding-bottom: 20px;
}
#body_home #pickup .inner li a {
  display: block;
  width: 340px;
  height: 180px;
  border-radius: 8px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_home #pickup .inner li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_home #pickup .inner .dummy {
  display: block;
  width: 340px;
  height: 180px;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-radius: 8px;
  background-color: #d7c9c3;
  background-image: url(../img/pickup_thumbnail_dummy.png);
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
}
#body_home #pickup .footer {
  margin-top: 30px;
}
#body_home #pickup .footer a {
  display: block;
  width: 340px;
  height: 42px;
  margin: 0 auto;
  border-radius: 21px;
  background-color: #f0a5b7;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(226, 189, 136, 0.4);
          box-shadow: 0px 1px 20px 0px rgba(226, 189, 136, 0.4);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_home #pickup .footer a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
#body_intro #sub_header {
  background-image: url(../img/intro_header_bk.png);
}
#body_intro #sub_header h2 {
  background-image: url(../img/intro_h2.png);
  background-size: 215px 108px;
}
#body_intro #concept {
  position: relative;
  width: 1060px;
  margin: 0 auto 160px;
}
#body_intro #concept .header {
  margin-bottom: 75px;
}
#body_intro #concept .header h3 {
  width: 234px;
  height: 49px;
}
#body_intro #concept .header h3 .text {
  background-image: url(../img/concept_h3.png);
}
#body_intro #concept .inner .text {
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #concept .inner .text_01 {
  width: 942px;
  height: 55px;
  margin-bottom: 50px;
  background-image: url(../img/concept_text_01.png);
}
#body_intro #concept .inner .text_02 {
  width: 843px;
  height: 22px;
  background-image: url(../img/concept_text_02.png);
}
#body_intro #point {
  position: relative;
  width: 1060px;
  margin: 0 auto 160px;
}
#body_intro #point .header {
  margin-bottom: 65px;
}
#body_intro #point .header h3 {
  width: 159px;
  height: 49px;
}
#body_intro #point .header h3 .text {
  background-image: url(../img/point_h3.png);
}
#body_intro #point .inner .point {
  margin-bottom: 50px;
}
#body_intro #point .inner .point h4 .num {
  display: block;
  width: 68px;
  height: 80px;
  margin: 0 auto 5px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#body_intro #point .inner .point h4 .img {
  display: block;
  position: relative;
  margin: 0 auto 40px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #point .inner .point .text {
  display: block;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #point .inner .point .text_01 {
  margin-bottom: 45px;
  background-size: contain;
}
#body_intro #point .inner .point_01 h4 .num {
  background-image: url(../img/point_01_num.png);
}
#body_intro #point .inner .point_01 h4 .img {
  width: 175px;
  height: 212px;
  background-image: url(../img/point_01_img.png);
}
#body_intro #point .inner .point_01 .inner .text_01 {
  width: 947px;
  height: 32px;
  background-image: url(../img/point_01_h4.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #point .inner .point_01 .inner .text_02 {
  width: 670px;
  height: 20px;
  background-image: url(../img/point_01_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #point .inner .point_02 h4 .num {
  background-image: url(../img/point_02_num.png);
}
#body_intro #point .inner .point_02 h4 .img {
  width: 219px;
  height: 221px;
  left: -18px;
  background-image: url(../img/point_02_img.png);
}
#body_intro #point .inner .point_02 .inner .text_01 {
  width: 954px;
  height: 32px;
  background-image: url(../img/point_02_h4.png);
}
#body_intro #point .inner .point_02 .inner .text_02 {
  width: 776px;
  height: 36px;
  background-image: url(../img/point_02_text.png);
  background-size: 776px 91px;
  background-position: 0 0px;
}
#body_intro #point .inner .point_02 .inner .text_03 {
  width: 776px;
  height: 36px;
  background-image: url(../img/point_02_text.png);
  background-size: 776px 91px;
  background-position: 0 -36px;
}
#body_intro #point .inner .point_02 .inner .text_04 {
  width: 776px;
  height: 36px;
  background-image: url(../img/point_02_text.png);
  background-size: 776px 91px;
  background-position: 0 -72px;
}
#body_intro #point .inner .point_03 h4 .num {
  background-image: url(../img/point_03_num.png);
}
#body_intro #point .inner .point_03 h4 .img {
  width: 202px;
  height: 222px;
  left: 5px;
  background-image: url(../img/point_03_img.png);
}
#body_intro #point .inner .point_03 .inner .text_01 {
  width: 508px;
  height: 30px;
  background-image: url(../img/point_03_h4.png);
}
#body_intro #point .inner .point_03 .inner .text_02 {
  width: 619px;
  height: 30px;
  background-image: url(../img/point_03_text.png);
  background-size: 619px 85px;
  background-position: 0 0px;
}
#body_intro #point .inner .point_03 .inner .text_03 {
  width: 619px;
  height: 30px;
  margin-top: 6px;
  background-image: url(../img/point_03_text.png);
  background-size: 619px 85px;
  background-position: 0 -30px;
}
#body_intro #point .inner .point_03 .inner .text_04 {
  width: 619px;
  height: 30px;
  margin-top: 6px;
  background-image: url(../img/point_03_text.png);
  background-size: 619px 85px;
  background-position: 0 -60px;
}
#body_intro #point .inner .point_04 h4 .num {
  background-image: url(../img/point_04_num.png);
}
#body_intro #point .inner .point_04 h4 .img {
  width: 154px;
  height: 223px;
  left: 3px;
  background-image: url(../img/point_04_img.png);
}
#body_intro #point .inner .point_04 .inner .text_01 {
  width: 652px;
  height: 32px;
  background-image: url(../img/point_04_h4.png);
}
#body_intro #point .inner .point_04 .inner .text_02 {
  width: 512px;
  height: 30px;
  background-image: url(../img/point_04_text.png);
  background-size: 512px 84px;
  background-position: 0 0px;
}
#body_intro #point .inner .point_04 .inner .text_03 {
  width: 512px;
  height: 30px;
  margin-top: 6px;
  background-image: url(../img/point_04_text.png);
  background-size: 512px 84px;
  background-position: 0 -30px;
}
#body_intro #point .inner .point_04 .inner .text_04 {
  width: 512px;
  height: 30px;
  margin-top: 6px;
  background-image: url(../img/point_04_text.png);
  background-size: 512px 84px;
  background-position: 0 -60px;
}
#body_intro #stage {
  position: relative;
  margin: 0 auto 300px;
}
#body_intro #stage .header {
  margin-bottom: 95px;
}
#body_intro #stage .header h3 {
  width: 163px;
  height: 49px;
}
#body_intro #stage .header h3 .text {
  background-image: url(../img/stage_h3.png);
}
#body_intro #stage .inner .stage {
  width: 100%;
  height: 516px;
  padding-top: 385px;
  margin-bottom: 10px;
  background-size: 1920px 516px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_intro #stage .inner .stage .inner {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7.2px 0.8px rgba(113, 93, 84, 0.4);
          box-shadow: 0px 0px 7.2px 0.8px rgba(113, 93, 84, 0.4);
  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: 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_intro #stage .inner .stage .inner h4, #body_intro #stage .inner .stage .inner p {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_intro #stage .inner .stage_01 {
  background-image: url(../img/stage_01_bk.png);
}
#body_intro #stage .inner .stage_01 h4 {
  width: 117px;
  height: 25px;
  margin-right: 45px;
  background-image: url(../img/stage_01_h5.png);
}
#body_intro #stage .inner .stage_01 p {
  width: 643px;
  height: 54px;
  background-image: url(../img/stage_01_text.png);
}
#body_intro #stage .inner .stage_02 {
  background-image: url(../img/stage_02_bk.png);
}
#body_intro #stage .inner .stage_02 h4 {
  width: 87px;
  height: 25px;
  margin-right: 76px;
  background-image: url(../img/stage_02_h5.png);
}
#body_intro #stage .inner .stage_02 p {
  width: 635px;
  height: 34px;
  background-image: url(../img/stage_02_text.png);
}
#body_intro #stage .inner .stage_03 {
  background-image: url(../img/stage_03_bk.png);
}
#body_intro #stage .inner .stage_03 h4 {
  width: 178px;
  height: 24px;
  margin-right: 24px;
  background-image: url(../img/stage_03_h5.png);
}
#body_intro #stage .inner .stage_03 p {
  width: 718px;
  height: 54px;
  background-image: url(../img/stage_03_text.png);
}

#body_story #sub_header {
  background-image: url(../img/story_header_bk.png);
}
#body_story #sub_header h2 {
  background-image: url(../img/story_h2.png);
  background-size: 103px 108px;
}
#body_story #story {
  width: 1046px;
  padding: 40px 0 200px;
  margin: 0 auto;
}
#body_story #story .header h3 {
  width: 998px;
  height: 93px;
  margin: 0 auto;
  background-image: url(../img/story_text_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner {
  margin-top: 90px;
}
#body_story #story .inner .text_group {
  width: 1006px;
  margin: 0 auto 50px;
}
#body_story #story .inner .text_group .text {
  display: block;
  width: 100%;
  height: 36px;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner .text_group .text.group_child_01 {
  background-position: 0 0px;
}
#body_story #story .inner .text_group .text.group_child_02 {
  background-position: 0 -36px;
}
#body_story #story .inner .text_group .text.group_child_03 {
  background-position: 0 -72px;
}
#body_story #story .inner .serif_left {
  margin-bottom: 70px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner .serif_right {
  margin-bottom: 70px;
  margin-right: 0;
  margin-left: auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_story #story .inner .serif_left + .serif_right,
#body_story #story .inner .serif_right + .serif_left {
  margin-top: -30px;
}
#body_story #story .inner .text_01,
#body_story #story .inner .text_02,
#body_story #story .inner .text_03 {
  background-image: url(../img/story_text_02.png);
  background-size: 898px 92px;
}
#body_story #story .inner .text_04 {
  background-image: url(../img/story_text_03.png);
  background-size: 606px 19px;
}
#body_story #story .inner .text_05 {
  width: 893px;
  height: 214px;
  background-image: url(../img/story_text_04.png);
}
#body_story #story .inner .text_06,
#body_story #story .inner .text_07,
#body_story #story .inner .text_08 {
  background-image: url(../img/story_text_05.png);
  background-size: 942px 92px;
}
#body_story #story .inner .text_09 {
  width: 846px;
  height: 214px;
  background-image: url(../img/story_text_06.png);
}
#body_story #story .inner .text_10,
#body_story #story .inner .text_11 {
  background-image: url(../img/story_text_07.png);
  background-size: 636px 56px;
}
#body_story #story .inner .text_12 {
  width: 938px;
  height: 214px;
  background-image: url(../img/story_text_08.png);
}
#body_story #story .inner .text_13 {
  width: 844px;
  height: 214px;
  background-image: url(../img/story_text_09.png);
}
#body_story #story .inner .text_14 {
  width: 695px;
  height: 214px;
  background-image: url(../img/story_text_10.png);
}
#body_story #story .inner .text_15 {
  background-image: url(../img/story_text_11.png);
  background-size: 871px 20px;
}
#body_story #story .inner .text_16,
#body_story #story .inner .text_17,
#body_story #story .inner .text_18 {
  background-image: url(../img/story_text_12.png);
  background-size: 548px 92px;
}
#body_story #story .inner .text_19 {
  width: 960px;
  height: 214px;
  background-image: url(../img/story_text_13.png);
}
#body_story #story .inner .text_20 {
  width: 1010px;
  height: 214px;
  background-image: url(../img/story_text_14.png);
}
#body_story #story .inner .text_21 {
  width: 1028px;
  height: 214px;
  background-image: url(../img/story_text_15.png);
}
#body_story #story .inner .text_22 {
  width: 1009px;
  height: 214px;
  background-image: url(../img/story_text_16.png);
}
#body_story #story .inner .text_23,
#body_story #story .inner .text_24 {
  background-image: url(../img/story_text_17.png);
  background-size: 1006px 56px;
}
#body_story #story .inner .text_25 {
  width: 1014px;
  height: 39px;
  margin: 70px auto 0;
  background-image: url(../img/story_text_18.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_gallery #sub_header {
  background-image: url(../img/gallery_header_bk.png);
}
#body_gallery #sub_header h2 {
  background-image: url(../img/gallery_h2.png);
  background-size: 133px 109px;
}
#body_gallery #event_cg {
  position: relative;
  width: 1060px;
  margin: 0 auto 160px;
}
#body_gallery #event_cg .header {
  margin-bottom: 75px;
}
#body_gallery #event_cg .header h3 {
  width: 244px;
  height: 49px;
}
#body_gallery #event_cg .header h3 .text {
  background-image: url(../img/eventcg_h3.png);
}
#body_gallery #event_cg .inner {
  width: 1054px;
  margin: 0 auto;
  padding: 0 0 200px;
}
#body_gallery #event_cg .inner ul {
  width: 1054px;
  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 #event_cg .inner ul li {
  width: 256px;
  margin-bottom: 12px;
}
#body_gallery #event_cg .inner ul li .thumbnail {
  width: 256px;
  height: 144px;
  border-radius: 8px;
  background-size: cover;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_gallery #event_cg .inner ul li .thumbnail:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_gallery #event_cg .inner ul .item_01 .thumbnail {
  background-image: url(../img/gallery_thumbnail_01.png);
}
#body_gallery #event_cg .inner ul .item_02 .thumbnail {
  background-image: url(../img/gallery_thumbnail_02.png);
}
#body_gallery #event_cg .inner ul .item_03 .thumbnail {
  background-image: url(../img/gallery_thumbnail_03.png);
}
#body_gallery #event_cg .inner ul .item_04 .thumbnail {
  background-image: url(../img/gallery_thumbnail_04.png);
}
#body_gallery #event_cg .inner ul .item_05 .thumbnail {
  background-image: url(../img/gallery_thumbnail_05.png);
}
#body_gallery #event_cg .inner ul .item_06 .thumbnail {
  background-image: url(../img/gallery_thumbnail_06.png);
}
#body_gallery #event_cg .inner ul .dummy {
  width: 256px;
  height: 144px;
  border-radius: 8px;
  background-image: url(../img/gallery_thumbnail_dummy.png);
  background-size: cover;
  font-size: 0;
}

#gallery_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
#gallery_modal .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#gallery_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(105, 92, 125, 0.2);
          box-shadow: 0 0 5px rgba(105, 92, 125, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#gallery_modal .close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#gallery_modal .close:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#gallery_modal .close::before {
  position: absolute;
  width: 42px;
  height: 4px;
  top: 19px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#gallery_modal .close::after {
  position: absolute;
  width: 42px;
  height: 4px;
  top: 19px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#gallery_modal .next {
  position: fixed;
  top: 50%;
  right: 16px;
  margin-top: -24px;
  width: 24px;
  height: 42px;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#gallery_modal .next:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#gallery_modal .next::before {
  position: absolute;
  width: 24px;
  height: 4px;
  top: 12px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#gallery_modal .next::after {
  position: absolute;
  width: 24px;
  height: 4px;
  top: 26px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#gallery_modal .prev {
  position: fixed;
  top: 50%;
  left: 16px;
  margin-top: -24px;
  width: 24px;
  height: 42px;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#gallery_modal .prev:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#gallery_modal .prev::before {
  position: absolute;
  width: 24px;
  height: 4px;
  top: 12px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
#gallery_modal .prev::after {
  position: absolute;
  width: 24px;
  height: 4px;
  top: 26px;
  left: 0;
  background-color: #ad9c94;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
#gallery_modal #gallery_01 {
  background-image: url(../zoom/1.jpg);
}
#gallery_modal #gallery_02 {
  background-image: url(../zoom/2.jpg);
}
#gallery_modal #gallery_03 {
  background-image: url(../zoom/3.jpg);
}
#gallery_modal #gallery_04 {
  background-image: url(../zoom/4.jpg);
}
#gallery_modal #gallery_05 {
  background-image: url(../zoom/5.jpg);
}
#gallery_modal #gallery_06 {
  background-image: url(../zoom/6.jpg);
}

#caption_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 150;
}
#caption_modal .inner {
  position: absolute;
  width: 630px;
  height: 380px;
  padding-top: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(105, 92, 125, 0.1);
          box-shadow: 0 0 8px rgba(105, 92, 125, 0.1);
  background-color: #fff;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#caption_modal .inner .logo {
  display: block;
  width: 318px;
  height: 75px;
  margin: 0 auto;
  background-image: url(../img/caption_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#caption_modal .inner p {
  padding-top: 30px;
  color: #898989;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
#caption_modal .inner .btns {
  padding-top: 40px;
  text-align: center;
}
#caption_modal .inner .btns span {
  display: inline-block;
  width: 210px;
  height: 44px;
  padding-bottom: 2px;
  border-radius: 5px;
  margin: 0 15px;
  background-color: #ff1434;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#caption_modal .inner .btns span:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#caption_modal .inner .btns a {
  display: inline-block;
  width: 210px;
  height: 44px;
  padding-bottom: 2px;
  border-radius: 5px;
  margin: 0 15px;
  background-color: #231815;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#caption_modal .inner .btns a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#body_character #sub_header {
  height: 416px;
  background-image: url(../img/character_header_bk.png);
  background-size: 1920px 416px;
}
#body_character #sub_header h2 {
  background-image: url(../img/character_h2.png);
  background-size: 174px 109px;
}
#body_character #character_nav {
  position: relative;
  width: 934px;
  margin: -155px auto 0;
  z-index: 20;
  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_character #character_nav dl {
  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_character #character_nav dl.main {
  width: 328px;
}
#body_character #character_nav dl.main dt {
  width: 100%;
  height: 28px;
  background-image: url(../img/character_nav_dt_01.png);
  background-size: 144px 11px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character_nav dl.sub {
  width: 504px;
}
#body_character #character_nav dl.sub dt {
  width: 100%;
  height: 28px;
  background-image: url(../img/character_nav_dt_02.png);
  background-size: 136px 11px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character_nav dl dd {
  width: 64px;
  height: 64px;
}
#body_character #character_nav dl dd .icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #715d54;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(226, 189, 136, 0.6);
          box-shadow: 0px 0px 16px 2px rgba(226, 189, 136, 0.6);
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  overflow: hidden;
}
#body_character #character_nav dl dd .icon::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(238, 116, 145, 0.4);
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  opacity: 0;
  content: "";
}
#body_character #character_nav dl dd .icon.active::after {
  opacity: 1;
}
#body_character #character_nav dl dd .icon.dis {
  opacity: 0.2;
  pointer-events: none;
}
#body_character #character_nav dl dd .icon:not(.active) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character_nav dl dd .icon:not(.active):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character_nav dl dd.item_01 .icon {
  background-image: url(../img/character_nav_dd_01.png);
}
#body_character #character_nav dl dd.item_02 .icon {
  background-image: url(../img/character_nav_dd_02.png);
}
#body_character #character_nav dl dd.item_03 .icon {
  background-image: url(../img/character_nav_dd_03.png);
}
#body_character #character_nav dl dd.item_04 .icon {
  background-image: url(../img/character_nav_dd_04.png);
}
#body_character #character_nav dl dd.item_05 .icon {
  background-image: url(../img/character_nav_dd_05.png);
}
#body_character #character_nav dl dd.item_06 .icon {
  background-image: url(../img/character_nav_dd_06.png);
}
#body_character #character_nav dl dd.item_07 .icon {
  background-image: url(../img/character_nav_dd_07.png);
}
#body_character #character_nav dl dd.item_08 .icon {
  background-image: url(../img/character_nav_dd_08.png);
}
#body_character #character_nav dl dd.item_09 .icon {
  background-image: url(../img/character_nav_dd_09.png);
}
#body_character #character_nav dl dd.item_10 .icon {
  background-image: url(../img/character_nav_dd_10.png);
}
#body_character #character {
  position: relative;
  width: 1060px;
  height: 1500px;
  margin: 0 auto 200px;
}
#body_character #character #character_arrow .prev {
  position: absolute;
  top: 500px;
  left: -70px;
  width: 28px;
  height: 74px;
  background-image: url(../img/character_nav_left.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character #character_arrow .prev:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character #character_arrow .prev {
  z-index: 15;
}
#body_character #character #character_arrow .next {
  position: absolute;
  top: 500px;
  right: -70px;
  width: 28px;
  height: 74px;
  background-image: url(../img/character_nav_right.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character #character_arrow .next:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character #character_arrow .next {
  z-index: 15;
}
#body_character #character .character_section {
  position: absolute;
  display: none;
  width: 1060px;
  height: 1500px;
  top: 0;
  left: 0;
}
#body_character #character[data-view="1"] #character_01 {
  display: block;
}
#body_character #character[data-view="2"] #character_02 {
  display: block;
}
#body_character #character[data-view="3"] #character_03 {
  display: block;
}
#body_character #character[data-view="4"] #character_04 {
  display: block;
}
#body_character #character[data-view="5"] #character_05 {
  display: block;
}
#body_character #character[data-view="6"] #character_06 {
  display: block;
}
#body_character #character[data-view="7"] #character_07 {
  display: block;
}
#body_character #character[data-view="8"] #character_08 {
  display: block;
}
#body_character #character[data-view="9"] #character_09 {
  display: block;
}
#body_character #character[data-view="10"] #character_10 {
  display: block;
}
#body_character #character .visual {
  position: absolute;
  width: 700px;
  height: 1300px;
  top: 0;
  left: 0;
}
#body_character #character .visual .item {
  position: absolute;
  width: 700px;
  height: 1300px;
  top: 0;
  left: -44px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease opacity;
  transition: 0.4s ease opacity;
}
#body_character #character .visual[data-view="1"] .item_01 {
  opacity: 1;
}
#body_character #character .visual[data-view="2"] .item_02 {
  opacity: 1;
}
#body_character #character .visual[data-view="3"] .item_03 {
  opacity: 1;
}
#body_character #character .visual[data-view="4"] .item_04 {
  opacity: 1;
}
#body_character #character .visual[data-view="5"] .item_05 {
  opacity: 1;
}
#body_character #character .visual[data-view="6"] .item_06 {
  opacity: 1;
}
#body_character #character .serif {
  position: absolute;
  top: 100px;
  right: 972px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}
#body_character #character .profile_wrap {
  width: 474px;
  margin: 0 0 0 auto;
  padding-top: 100px;
}
#body_character #character .profile_wrap .hr {
  display: block;
  position: relative;
  width: 474px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  background-image: url(../img/character_hr.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .hr::after {
  position: absolute;
  display: block;
  bottom: 6px;
  right: 2px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#body_character #character .profile_wrap .meta .copy {
  width: 317px;
  height: 30px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .meta h3 {
  margin: 14px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .meta .aside {
  width: 100%;
  margin: 18px 0 30px;
  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: 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 .profile_wrap .meta .aside .name_en {
  margin-right: 25px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .meta .aside .cv {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .voice {
  position: relative;
}
#body_character #character .profile_wrap .voice .hr::after {
  width: 68px;
  height: 14px;
  background-image: url(../img/character_label_01.png);
}
#body_character #character .profile_wrap .voice .voice_list {
  width: 300px;
  height: 98px;
  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 .profile_wrap .voice .voice_list li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-image: url(../img/character_voice_btns.png);
  background-size: 120px 40px;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .voice .voice_list li.cv {
  background-position: 0 0;
}
#body_character #character .profile_wrap .profile {
  position: relative;
}
#body_character #character .profile_wrap .profile .hr::after {
  width: 89px;
  height: 14px;
  background-image: url(../img/character_label_02.png);
}
#body_character #character .profile_wrap .profile dl {
  width: 424px;
  padding: 33px 0 37px 50px;
  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: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#body_character #character .profile_wrap .profile dl dt {
  width: 140px;
  height: 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 0;
}
#body_character #character .profile_wrap .profile dl dt.dt_01 {
  background-image: url(../img/character_dt_01.png);
  background-size: 44px 14px;
}
#body_character #character .profile_wrap .profile dl dt.dt_02 {
  background-image: url(../img/character_dt_02.png);
  background-size: 29px 14px;
}
#body_character #character .profile_wrap .profile dl dt.dt_03 {
  background-image: url(../img/character_dt_03.png);
  background-size: 91px 14px;
}
#body_character #character .profile_wrap .profile dl dt.dt_04 {
  background-image: url(../img/character_dt_04.png);
  background-size: 90px 13px;
}
#body_character #character .profile_wrap .profile dl dt.dt_05 {
  background-image: url(../img/character_dt_05.png);
  background-size: 75px 14px;
}
#body_character #character .profile_wrap .profile dl dd {
  width: 284px;
  height: 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 0;
}
#body_character #character .profile_wrap .costume {
  position: relative;
}
#body_character #character .profile_wrap .costume .hr::after {
  width: 106px;
  height: 14px;
  background-image: url(../img/character_label_03.png);
}
#body_character #character .profile_wrap .costume .costume_change {
  width: 420px;
  padding: 25px 0 40px 50px;
  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_character #character .profile_wrap .costume .costume_change .item {
  position: relative;
  width: 58px;
  height: 94px;
  border-radius: 8px;
  border: 2px solid #715d54;
  background-color: #fff;
  font-size: 0;
  overflow: hidden;
  background-size: cover;
}
#body_character #character .profile_wrap .costume .costume_change .item::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(238, 116, 145, 0.4);
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  opacity: 0;
  content: "";
}
#body_character #character .profile_wrap .story {
  position: relative;
}
#body_character #character .profile_wrap .story .hr::after {
  width: 71px;
  height: 14px;
  background-image: url(../img/character_label_04.png);
}
#body_character #character .profile_wrap .story p {
  width: 100%;
  padding: 32px 0 40px 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body_character #character .profile_wrap .story p .text {
  display: block;
  width: 100%;
  height: 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_character #character .profile_wrap .story p .text.text_01 {
  background-position: 0 0px;
}
#body_character #character .profile_wrap .story p .text.text_02 {
  background-position: 0 -26px;
}
#body_character #character .profile_wrap .story p .text.text_03 {
  background-position: 0 -52px;
}
#body_character #character .profile_wrap .story p .text.text_04 {
  background-position: 0 -78px;
}
#body_character #character .profile_wrap .story p .text.text_05 {
  background-position: 0 -104px;
}
#body_character #character .profile_wrap .story p .text.text_06 {
  background-position: 0 -130px;
}
#body_character #character .profile_wrap .story p .text.text_07 {
  background-position: 0 -156px;
}
#body_character #character .profile_wrap .story p .text.text_08 {
  background-position: 0 -182px;
}
#body_character #character .profile_wrap .story p .text.text_09 {
  background-position: 0 -208px;
}
#body_character #character .profile_wrap .story p .text.text_10 {
  background-position: 0 -234px;
}
#body_character #character .profile_wrap .story p .text.text_11 {
  background-position: 0 -260px;
}
#body_character #character .profile_wrap .story p .text.text_12 {
  background-position: 0 -286px;
}
#body_character #character .profile_wrap .story p .text.text_13 {
  background-position: 0 -312px;
}
#body_character #character .profile_wrap .story p .text.text_14 {
  background-position: 0 -338px;
}
#body_character #character .profile_wrap .story p .text.text_15 {
  background-position: 0 -364px;
}
#body_character #character .profile_wrap .story p .text.text_16 {
  background-position: 0 -390px;
}
#body_character #character .profile_wrap .story p .text.text_17 {
  background-position: 0 -416px;
}
#body_character #character .profile_wrap .story p .text.text_18 {
  background-position: 0 -442px;
}
#body_character #character .profile_wrap .story p .text.text_19 {
  background-position: 0 -468px;
}
#body_character #character .profile_wrap .story p .text.text_20 {
  background-position: 0 -494px;
}
#body_character #character .profile_wrap .story p .text.text_21 {
  background-position: 0 -520px;
}
#body_character #character .profile_wrap .story p .text.text_22 {
  background-position: 0 -546px;
}
#body_character #character .profile_wrap .story p .text.text_23 {
  background-position: 0 -572px;
}
#body_character #character .profile_wrap .story p .text.text_24 {
  background-position: 0 -598px;
}
#body_character #character .profile_wrap .story p .text.text_25 {
  background-position: 0 -624px;
}
#body_character #character .profile_wrap .story p .text.text_26 {
  background-position: 0 -650px;
}
#body_character #character .profile_wrap .story p .text.text_27 {
  background-position: 0 -676px;
}
#body_character #character .profile_wrap .story p .text.text_28 {
  background-position: 0 -702px;
}
#body_character #character .profile_wrap .story p .text.text_29 {
  background-position: 0 -728px;
}
#body_character #character .profile_wrap .story p .text.text_30 {
  background-position: 0 -754px;
}
#body_character #character .profile_wrap .story p .text_01 + .text_03 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_02 + .text_04 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_03 + .text_05 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_04 + .text_06 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_05 + .text_07 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_06 + .text_08 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_07 + .text_09 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_08 + .text_10 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_09 + .text_11 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_10 + .text_12 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_11 + .text_13 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_12 + .text_14 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_13 + .text_15 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_14 + .text_16 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_15 + .text_17 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_16 + .text_18 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_17 + .text_19 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_18 + .text_20 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_19 + .text_21 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_20 + .text_22 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_21 + .text_23 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_22 + .text_24 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_23 + .text_25 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_24 + .text_26 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_25 + .text_27 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_26 + .text_28 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_27 + .text_29 {
  margin-top: 20px;
}
#body_character #character .profile_wrap .story p .text_28 + .text_30 {
  margin-top: 20px;
}
#body_character #character .visual[data-view="1"] + .profile_wrap .costume_change .item_01::after {
  opacity: 1;
}
#body_character #character .visual[data-view="1"] + .profile_wrap .costume_change .item:not(.item_01) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="1"] + .profile_wrap .costume_change .item:not(.item_01):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .visual[data-view="2"] + .profile_wrap .costume_change .item_02::after {
  opacity: 1;
}
#body_character #character .visual[data-view="2"] + .profile_wrap .costume_change .item:not(.item_02) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="2"] + .profile_wrap .costume_change .item:not(.item_02):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .visual[data-view="3"] + .profile_wrap .costume_change .item_03::after {
  opacity: 1;
}
#body_character #character .visual[data-view="3"] + .profile_wrap .costume_change .item:not(.item_03) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="3"] + .profile_wrap .costume_change .item:not(.item_03):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .visual[data-view="4"] + .profile_wrap .costume_change .item_04::after {
  opacity: 1;
}
#body_character #character .visual[data-view="4"] + .profile_wrap .costume_change .item:not(.item_04) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="4"] + .profile_wrap .costume_change .item:not(.item_04):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .visual[data-view="5"] + .profile_wrap .costume_change .item_05::after {
  opacity: 1;
}
#body_character #character .visual[data-view="5"] + .profile_wrap .costume_change .item:not(.item_05) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="5"] + .profile_wrap .costume_change .item:not(.item_05):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character .visual[data-view="6"] + .profile_wrap .costume_change .item_06::after {
  opacity: 1;
}
#body_character #character .visual[data-view="6"] + .profile_wrap .costume_change .item:not(.item_06) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_character #character .visual[data-view="6"] + .profile_wrap .costume_change .item:not(.item_06):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#body_character #character_01 .visual .item_01 {
  background-image: url(../img/c01_visual_01.png);
}
#body_character #character_01 .visual .item_02 {
  background-image: url(../img/c01_visual_02.png);
}
#body_character #character_01 .visual .item_03 {
  background-image: url(../img/c01_visual_03.png);
}
#body_character #character_01 .visual .item_04 {
  background-image: url(../img/c01_visual_04.png);
}
#body_character #character_01 .visual .item_05 {
  background-image: url(../img/c01_visual_05.png);
}
#body_character #character_01 .visual .item_06 {
  background-image: url(../img/c01_visual_06.png);
}
#body_character #character_01 .serif {
  width: 84px;
  height: 560px;
  background-image: url(../img/c01_serif.png);
}
#body_character #character_01 .meta .copy {
  background-image: url(../img/c01_copy.png);
}
#body_character #character_01 .meta h3 {
  width: 415px;
  height: 73px;
  background-image: url(../img/c01_name_jp.png);
}
#body_character #character_01 .meta .name_en {
  width: 243px;
  height: 24px;
  background-image: url(../img/c01_name_en.png);
}
#body_character #character_01 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c01_cv.png);
}
#body_character #character_01 .profile dl dd.dd_01 {
  background-image: url(../img/c01_dd_01.png);
  background-size: 99px 25px;
}
#body_character #character_01 .profile dl dd.dd_02 {
  background-image: url(../img/c01_dd_02.png);
  background-size: 70px 26px;
}
#body_character #character_01 .profile dl dd.dd_03 {
  background-image: url(../img/c01_dd_03.png);
  background-size: 137px 26px;
}
#body_character #character_01 .profile dl dd.dd_04 {
  background-image: url(../img/c01_dd_04.png);
  background-size: 131px 19px;
}
#body_character #character_01 .profile dl dd.dd_05 {
  background-image: url(../img/c01_dd_05.png);
  background-size: 247px 25px;
}
#body_character #character_01 .costume .item_01 {
  background-image: url(../img/c01_costume_01.png);
}
#body_character #character_01 .costume .item_02 {
  background-image: url(../img/c01_costume_02.png);
}
#body_character #character_01 .costume .item_03 {
  background-image: url(../img/c01_costume_03.png);
}
#body_character #character_01 .costume .item_04 {
  background-image: url(../img/c01_costume_04.png);
}
#body_character #character_01 .costume .item_05 {
  background-image: url(../img/c01_costume_05.png);
}
#body_character #character_01 .costume .item_06 {
  background-image: url(../img/c01_costume_06.png);
}
#body_character #character_01 .story .text {
  background-image: url(../img/c01_text.png);
  background-size: 364px 352px;
}
#body_character #character_02 .visual .item_01 {
  background-image: url(../img/c02_visual_01.png);
}
#body_character #character_02 .visual .item_02 {
  background-image: url(../img/c02_visual_02.png);
}
#body_character #character_02 .visual .item_03 {
  background-image: url(../img/c02_visual_03.png);
}
#body_character #character_02 .visual .item_04 {
  background-image: url(../img/c02_visual_04.png);
}
#body_character #character_02 .visual .item_05 {
  background-image: url(../img/c02_visual_05.png);
}
#body_character #character_02 .visual .item_06 {
  background-image: url(../img/c02_visual_06.png);
}
#body_character #character_02 .serif {
  width: 124px;
  height: 696px;
  background-image: url(../img/c02_serif.png);
}
#body_character #character_02 .meta .copy {
  background-image: url(../img/c02_copy.png);
}
#body_character #character_02 .meta h3 {
  width: 339px;
  height: 73px;
  background-image: url(../img/c02_name_jp.png);
}
#body_character #character_02 .meta .name_en {
  width: 150px;
  height: 19px;
  background-image: url(../img/c02_name_en.png);
}
#body_character #character_02 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c02_cv.png);
}
#body_character #character_02 .profile dl dd.dd_01 {
  background-image: url(../img/c02_dd_01.png);
  background-size: 83px 25px;
}
#body_character #character_02 .profile dl dd.dd_02 {
  background-image: url(../img/c02_dd_02.png);
  background-size: 67px 26px;
}
#body_character #character_02 .profile dl dd.dd_03 {
  background-image: url(../img/c02_dd_03.png);
  background-size: 82px 25px;
}
#body_character #character_02 .profile dl dd.dd_04 {
  background-image: url(../img/c02_dd_04.png);
  background-size: 247px 25px;
}
#body_character #character_02 .profile dl dd.dd_05 {
  background-image: url(../img/c02_dd_05.png);
  background-size: 192px 26px;
}
#body_character #character_02 .costume .item_01 {
  background-image: url(../img/c02_costume_01.png);
}
#body_character #character_02 .costume .item_02 {
  background-image: url(../img/c02_costume_02.png);
}
#body_character #character_02 .costume .item_03 {
  background-image: url(../img/c02_costume_03.png);
}
#body_character #character_02 .costume .item_04 {
  background-image: url(../img/c02_costume_04.png);
}
#body_character #character_02 .costume .item_05 {
  background-image: url(../img/c02_costume_05.png);
}
#body_character #character_02 .costume .item_06 {
  background-image: url(../img/c02_costume_06.png);
}
#body_character #character_02 .story .text {
  background-image: url(../img/c02_text.png);
  background-size: 322px 534px;
}
#body_character #character_03 .visual .item_01 {
  background-image: url(../img/c03_visual_01.png);
}
#body_character #character_03 .visual .item_02 {
  background-image: url(../img/c03_visual_02.png);
}
#body_character #character_03 .visual .item_03 {
  background-image: url(../img/c03_visual_03.png);
}
#body_character #character_03 .visual .item_04 {
  background-image: url(../img/c03_visual_04.png);
}
#body_character #character_03 .visual .item_05 {
  background-image: url(../img/c03_visual_05.png);
}
#body_character #character_03 .visual .item_06 {
  background-image: url(../img/c03_visual_06.png);
}
#body_character #character_03 .serif {
  width: 124px;
  height: 561px;
  background-image: url(../img/c03_serif.png);
}
#body_character #character_03 .meta .copy {
  background-image: url(../img/c03_copy.png);
}
#body_character #character_03 .meta h3 {
  width: 259px;
  height: 74px;
  background-image: url(../img/c03_name_jp.png);
}
#body_character #character_03 .meta .name_en {
  width: 189px;
  height: 19px;
  background-image: url(../img/c03_name_en.png);
}
#body_character #character_03 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c03_cv.png);
}
#body_character #character_03 .profile dl dd.dd_01 {
  background-image: url(../img/c03_dd_01.png);
  background-size: 100px 25px;
}
#body_character #character_03 .profile dl dd.dd_02 {
  background-image: url(../img/c03_dd_02.png);
  background-size: 70px 26px;
}
#body_character #character_03 .profile dl dd.dd_03 {
  background-image: url(../img/c03_dd_03.png);
  background-size: 81px 25px;
}
#body_character #character_03 .profile dl dd.dd_04 {
  background-image: url(../img/c03_dd_04.png);
  background-size: 277px 25px;
}
#body_character #character_03 .profile dl dd.dd_05 {
  background-image: url(../img/c03_dd_05.png);
  background-size: 276px 26px;
}
#body_character #character_03 .costume .item_01 {
  background-image: url(../img/c03_costume_01.png);
}
#body_character #character_03 .costume .item_02 {
  background-image: url(../img/c03_costume_02.png);
}
#body_character #character_03 .costume .item_03 {
  background-image: url(../img/c03_costume_03.png);
}
#body_character #character_03 .costume .item_04 {
  background-image: url(../img/c03_costume_04.png);
}
#body_character #character_03 .costume .item_05 {
  background-image: url(../img/c03_costume_05.png);
}
#body_character #character_03 .costume .item_06 {
  background-image: url(../img/c03_costume_06.png);
}
#body_character #character_03 .story .text {
  background-image: url(../img/c03_text.png);
  background-size: 342px 638px;
}
#body_character #character_04 .visual .item_01 {
  background-image: url(../img/c04_visual_01.png);
}
#body_character #character_04 .visual .item_02 {
  background-image: url(../img/c04_visual_02.png);
}
#body_character #character_04 .visual .item_03 {
  background-image: url(../img/c04_visual_03.png);
}
#body_character #character_04 .visual .item_04 {
  background-image: url(../img/c04_visual_04.png);
}
#body_character #character_04 .visual .item_05 {
  background-image: url(../img/c04_visual_05.png);
}
#body_character #character_04 .visual .item_06 {
  background-image: url(../img/c04_visual_06.png);
}
#body_character #character_04 .serif {
  width: 84px;
  height: 641px;
  background-image: url(../img/c04_serif.png);
}
#body_character #character_04 .meta .copy {
  background-image: url(../img/c04_copy.png);
}
#body_character #character_04 .meta h3 {
  width: 404px;
  height: 72px;
  background-image: url(../img/c04_name_jp.png);
}
#body_character #character_04 .meta .name_en {
  width: 170px;
  height: 19px;
  background-image: url(../img/c04_name_en.png);
}
#body_character #character_04 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c04_cv.png);
}
#body_character #character_04 .profile dl dd.dd_01 {
  background-image: url(../img/c04_dd_01.png);
  background-size: 96px 25px;
}
#body_character #character_04 .profile dl dd.dd_02 {
  background-image: url(../img/c04_dd_02.png);
  background-size: 67px 26px;
}
#body_character #character_04 .profile dl dd.dd_03 {
  background-image: url(../img/c04_dd_03.png);
  background-size: 221px 26px;
}
#body_character #character_04 .profile dl dd.dd_04 {
  background-image: url(../img/c04_dd_04.png);
  background-size: 178px 26px;
}
#body_character #character_04 .profile dl dd.dd_05 {
  background-image: url(../img/c04_dd_05.png);
  background-size: 194px 26px;
}
#body_character #character_04 .costume .item_01 {
  background-image: url(../img/c04_costume_01.png);
}
#body_character #character_04 .costume .item_02 {
  background-image: url(../img/c04_costume_02.png);
}
#body_character #character_04 .costume .item_03 {
  background-image: url(../img/c04_costume_03.png);
}
#body_character #character_04 .costume .item_04 {
  background-image: url(../img/c04_costume_04.png);
}
#body_character #character_04 .costume .item_05 {
  background-image: url(../img/c04_costume_05.png);
}
#body_character #character_04 .costume .item_06 {
  background-image: url(../img/c04_costume_06.png);
}
#body_character #character_04 .story .text {
  background-image: url(../img/c04_text.png);
  background-size: 383px 690px;
}
#body_character #character_05 .visual {
  top: 30px;
}
#body_character #character_05 .visual .item_01 {
  background-image: url(../img/c05_visual.png);
}
#body_character #character_05 .serif {
  width: 124px;
  height: 739px;
  background-image: url(../img/c05_serif.png);
}
#body_character #character_05 .meta {
  top: 30px;
}
#body_character #character_05 .meta h3 {
  width: 320px;
  height: 73px;
  background-image: url(../img/c05_name_jp.png);
}
#body_character #character_05 .meta .name_en {
  width: 163px;
  height: 19px;
  background-image: url(../img/c05_name_en.png);
}
#body_character #character_05 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c05_cv.png);
}
#body_character #character_05 .profile dl dd.dd_01 {
  background-image: url(../img/c05_dd_01.png);
  background-size: 96px 25px;
}
#body_character #character_05 .story .text {
  background-image: url(../img/c05_text.png);
  background-size: 314px 118px;
}
#body_character #character_06 .visual {
  top: 30px;
}
#body_character #character_06 .visual .item_01 {
  background-image: url(../img/c06_visual.png);
}
#body_character #character_06 .serif {
  width: 124px;
  height: 825px;
  background-image: url(../img/c06_serif.png);
}
#body_character #character_06 .meta {
  top: 30px;
}
#body_character #character_06 .meta h3 {
  width: 333px;
  height: 72px;
  background-image: url(../img/c06_name_jp.png);
}
#body_character #character_06 .meta .name_en {
  width: 191px;
  height: 24px;
  background-image: url(../img/c06_name_en.png);
}
#body_character #character_06 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c06_cv.png);
}
#body_character #character_06 .profile dl dd.dd_01 {
  background-image: url(../img/c06_dd_01.png);
  background-size: 100px 25px;
}
#body_character #character_06 .story .text {
  background-image: url(../img/c06_text.png);
  background-size: 384px 300px;
}
#body_character #character_07 .visual {
  top: 30px;
}
#body_character #character_07 .visual .item_01 {
  background-image: url(../img/c07_visual.png);
}
#body_character #character_07 .serif {
  width: 84px;
  height: 754px;
  background-image: url(../img/c07_serif.png);
}
#body_character #character_07 .meta {
  top: 30px;
}
#body_character #character_07 .meta h3 {
  width: 336px;
  height: 73px;
  background-image: url(../img/c07_name_jp.png);
}
#body_character #character_07 .meta .name_en {
  width: 118px;
  height: 19px;
  background-image: url(../img/c07_name_en.png);
}
#body_character #character_07 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c07_cv.png);
}
#body_character #character_07 .profile dl dd.dd_01 {
  background-image: url(../img/c07_dd_01.png);
  background-size: 99px 25px;
}
#body_character #character_07 .story .text {
  background-image: url(../img/c07_text.png);
  background-size: 384px 144px;
}
#body_character #character_08 .visual {
  top: 30px;
}
#body_character #character_08 .visual .item_01 {
  background-image: url(../img/c08_visual.png);
}
#body_character #character_08 .serif {
  width: 84px;
  height: 782px;
  background-image: url(../img/c08_serif.png);
}
#body_character #character_08 .meta {
  top: 30px;
}
#body_character #character_08 .meta h3 {
  width: 335px;
  height: 74px;
  background-image: url(../img/c08_name_jp.png);
}
#body_character #character_08 .meta .name_en {
  width: 139px;
  height: 19px;
  background-image: url(../img/c08_name_en.png);
}
#body_character #character_08 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c08_cv.png);
}
#body_character #character_08 .profile dl dd.dd_01 {
  background-image: url(../img/c08_dd_01.png);
  background-size: 96px 25px;
}
#body_character #character_08 .story .text {
  background-image: url(../img/c08_text.png);
  background-size: 328px 92px;
}
#body_character #character_09 .visual {
  top: 30px;
}
#body_character #character_09 .visual .item_01 {
  background-image: url(../img/c09_visual.png);
}
#body_character #character_09 .serif {
  width: 85px;
  height: 387px;
  background-image: url(../img/c09_serif.png);
}
#body_character #character_09 .meta {
  top: 30px;
}
#body_character #character_09 .meta h3 {
  width: 133px;
  height: 63px;
  background-image: url(../img/c09_name_jp.png);
}
#body_character #character_09 .meta .cv {
  width: 143px;
  height: 17px;
  background-image: url(../img/c09_cv.png);
}
#body_character #character_09 .profile dl dd.dd_01 {
  background-image: url(../img/c09_dd_01.png);
  background-size: 69px 23px;
}
#body_character #character_09 .story .text {
  background-image: url(../img/c09_text.png);
  background-size: 176px 65px;
}
#body_character #character_10 .visual .item_01 {
  background-image: url(../img/c10_visual.png);
}
#body_character #character_10 .meta h3 {
  width: 337px;
  height: 73px;
  background-image: url(../img/c10_name_jp.png);
}
#body_character #character_10 .meta .name_en {
  width: 194px;
  height: 19px;
  background-image: url(../img/c10_name_en.png);
}
#body_character #character_10 .story .text {
  background-image: url(../img/c10_text.png);
  background-size: 244px 66px;
}

#body_news #sub_header {
  background-image: url(../img/story_header_bk.png);
}
#body_news #sub_header h2 {
  background-image: url(../img/news_archive_h2.png);
  background-size: 95px 109px;
}
#body_news #news_archive {
  position: relative;
  width: 1024px;
  margin: -35px auto 160px;
}
#body_news #news_archive .news_archive_pagenation ul {
  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: 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_news #news_archive .news_archive_pagenation ul li {
  padding: 0 20px;
}
#body_news #news_archive .news_archive_pagenation ul li a {
  color: #715d54;
  font-size: 18px;
  line-height: 18px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
#body_news #news_archive .news_archive_pagenation ul li.arrow_old a {
  display: block;
  width: 9px;
  height: 8px;
  background-image: url(../img/news_nav_old.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_news #news_archive .news_archive_pagenation ul li.arrow_new a {
  display: block;
  width: 9px;
  height: 8px;
  background-image: url(../img/news_nav_new.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_news #news_archive .news_archive_pagenation ul li.dis a {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
#body_news #news_archive .news_archive_pagenation ul li:not(.dis) a {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_news #news_archive .news_archive_pagenation ul li:not(.dis) a:hover {
  opacity: 0.5;
}
#body_news #news_archive .list {
  width: 855px;
  margin: 60px auto 100px;
}
#body_news #news_archive .list li {
  width: 755px;
  padding: 13px 50px 18px;
  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;
  background-image: url(../img/news_archive_line.png);
  background-size: 855px 3px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#body_news #news_archive .list li .date {
  width: 115px;
  color: #ad9c94;
  font-size: 15px;
  line-height: 15px;
}
#body_news #news_archive .list li a {
  width: 640px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_news #news_archive .list li a:hover {
  opacity: 0.5;
}
#body_news #news_single {
  position: relative;
  width: 1024px;
  margin: -17px auto 160px;
}
#body_news #news_single .news_archive_pagenation ul {
  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: 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_news #news_single .news_archive_pagenation ul li a {
  position: relative;
  padding: 0 30px;
  color: #715d54;
  font-size: 18px;
  line-height: 18px;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
#body_news #news_single .news_archive_pagenation ul li.nav_index a {
  color: #ee7491;
}
#body_news #news_single .news_archive_pagenation ul li.nav_old a::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 8px;
  background-image: url(../img/news_nav_old.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#body_news #news_single .news_archive_pagenation ul li.nav_new a::after {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 9px;
  height: 8px;
  background-image: url(../img/news_nav_new.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}
#body_news #news_single .news_archive_pagenation ul li.dis a {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
#body_news #news_single .news_archive_pagenation ul li:not(.dis) a {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_news #news_single .news_archive_pagenation ul li:not(.dis) a:hover {
  opacity: 0.5;
}
#body_news #news_single .header {
  width: 980px;
  margin: 75px auto 0;
  padding: 0 22px;
  background-image: url(../img/news_single_line.png);
  background-size: 1024px 3px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  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_news #news_single .header .date {
  padding-right: 22px;
  color: #ad9c94;
  font-size: 15px;
  line-height: 15px;
}
#body_news #news_single .header .sns_button {
  position: relative;
  top: 3px;
}
#body_news #news_single .header h3 {
  width: 100%;
  padding: 12px 0 22px;
  color: #4a4a4a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.08em;
  opacity: 1;
}
#body_news #news_single .inner {
  width: 980px;
  margin: 30px auto 75px;
  padding: 0 22px 50px;
  background-image: url(../img/news_single_line.png);
  background-size: 1024px 3px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-weight: 400;
}
#body_news #news_single .inner a {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#body_news #news_single .inner a:hover {
  opacity: 0.5;
}
#body_news #news_single .inner p {
  margin-bottom: 30px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: justify;
}
#body_news #news_single .inner p a {
  color: #f29cae;
  text-decoration: underline;
}
#body_news #news_single .inner img {
  margin: 0 auto 30px;
  border-radius: 12px;
}
#body_news #news_single .inner p img {
  margin: 0 auto;
}
#body_news #news_single .inner p + p {
  margin-top: -10px;
}
#body_news #news_single .inner p + p img {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */