@charset "UTF-8";
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_2x/bk.png);
  background-position: 800px 800px;
  color: #4b2814;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-indent: -0.02em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

#container .deco {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron {
  position: relative;
  width: 100%;
  background-image: url(../img_2x/jumbotron_bk.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  aspect-ratio: 64 / 37;
}

#jumbotron .inner {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  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: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#jumbotron .inner h1 {
  width: 43.75%;
  aspect-ratio: 840 / 236;
  margin-bottom: 5px;
  background-image: url(../img_2x/jumbotron_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner p.date {
  width: 27.55%;
  aspect-ratio: 529 / 63;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner p.staff {
  width: 28.85%;
  aspect-ratio: 554 / 51;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#news {
  position: absolute;
  width: 410px;
  height: 32px;
  left: 50%;
  bottom: 45px;
  margin-left: -205px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(150, 135, 133, 0.25);
          box-shadow: 0px 0px 0px 1px rgba(150, 135, 133, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  z-index: 10;
}

#news ul {
  position: relative;
  width: 410px;
  height: 32px;
}

#news ul li {
  width: 410px;
  height: 32px;
  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: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
}

#news ul li .date {
  color: #dc6a8e;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

#news ul li .text {
  position: relative;
  top: -1px;
  color: #4a2200;
  margin-left: 25px;
  font-size: 14px;
  line-height: 14px;
}

#news ul li .text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#news ul li .text a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1650px) {
  #jumbotron .inner {
    padding-bottom: 80px;
  }
  #jumbotron .inner h1 {
    margin-bottom: 0;
  }
  #jumbotron .inner p.date {
    margin-top: -5px;
  }
  #jumbotron .inner p.staff {
    margin-top: -2px;
  }
  #news {
    bottom: 30px;
  }
}

#fixed_nav {
  position: fixed;
  width: 100%;
  height: 68px;
  top: -68px;
  left: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#fixed_nav.active {
  -webkit-transform: translateY(68px);
  transform: translateY(68px);
}

#fixed_nav ul {
  width: 1000px;
  height: 68px;
  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;
}

#fixed_nav ul li {
  padding-top: 17px;
}

#fixed_nav ul li a {
  display: block;
  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;
}

#fixed_nav ul li a:hover {
  opacity: 0.5;
}

#fixed_nav ul li.item_01 a {
  width: 89px;
  height: 35px;
}

#fixed_nav ul li.item_02 a {
  width: 72px;
  height: 34px;
}

#fixed_nav ul li.item_03 a {
  width: 61px;
  height: 31px;
}

#fixed_nav ul li.item_04 a {
  width: 59px;
  height: 32px;
}

#fixed_nav ul li.item_05 a {
  width: 62px;
  height: 34px;
}

#fixed_nav ul li.item_06 a {
  width: 52px;
  height: 35px;
}

#fixed_nav ul li.item_07 a {
  width: 61px;
  height: 32px;
}

#fixed_nav ul li.item_08 a {
  width: 79px;
  height: 34px;
}

#fixed_nav ul li.item_09 a {
  width: 71px;
  height: 32px;
}

#banners {
  position: relative;
  width: 100%;
  aspect-ratio: 48 / 7;
  overflow: hidden;
}

#banners.slider_animate ul {
  -webkit-transition: 0.7s ease transform;
  transition: 0.7s ease transform;
}

#banners ul {
  position: relative;
  height: 100%;
}

#banners ul li {
  position: absolute;
  width: calc(100vw / 3);
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

#banners ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  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;
}

#banners ul li a:hover {
  opacity: 0.5;
}

#banners ul li:nth-of-type(1) {
  left: 0;
}

#banners ul li:nth-of-type(2) {
  left: calc(100vw / 3 * 1);
}

#banners ul li:nth-of-type(3) {
  left: calc(100vw / 3 * 2);
}

#banners ul li:nth-of-type(4) {
  left: calc(100vw / 3 * 3);
}

#banners ul li:nth-of-type(5) {
  left: calc(100vw / 3 * 4);
}

#banners ul li:nth-of-type(6) {
  left: calc(100vw / 3 * 5);
}

#banners ul li:nth-of-type(7) {
  left: calc(100vw / 3 * 6);
}

#banners ul li:nth-of-type(8) {
  left: calc(100vw / 3 * 7);
}

#banners ul li:nth-of-type(9) {
  left: calc(100vw / 3 * 8);
}

#banners ul li:nth-of-type(10) {
  left: calc(100vw / 3 * 9);
}

#banners ul li:nth-of-type(11) {
  left: calc(100vw / 3 * 10);
}

#banners ul li:nth-of-type(12) {
  left: calc(100vw / 3 * 11);
}

#banners ul li:nth-of-type(13) {
  left: calc(100vw / 3 * 12);
}

#banners ul li:nth-of-type(14) {
  left: calc(100vw / 3 * 13);
}

#banners ul li:nth-of-type(15) {
  left: calc(100vw / 3 * 14);
}

#banners ul li:nth-of-type(16) {
  left: calc(100vw / 3 * 15);
}

#banners ul li:nth-of-type(17) {
  left: calc(100vw / 3 * 16);
}

#banners ul li:nth-of-type(18) {
  left: calc(100vw / 3 * 17);
}

#banners ul li:nth-of-type(19) {
  left: calc(100vw / 3 * 18);
}

#banners ul li:nth-of-type(20) {
  left: calc(100vw / 3 * 19);
}

#banners[data-view="1"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 0));
  transform: translateX(calc(-100vw / 3 * 0));
}

#banners[data-view="2"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 1));
  transform: translateX(calc(-100vw / 3 * 1));
}

#banners[data-view="3"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 2));
  transform: translateX(calc(-100vw / 3 * 2));
}

#banners[data-view="4"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 3));
  transform: translateX(calc(-100vw / 3 * 3));
}

#banners[data-view="5"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 4));
  transform: translateX(calc(-100vw / 3 * 4));
}

#banners[data-view="6"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 5));
  transform: translateX(calc(-100vw / 3 * 5));
}

#banners[data-view="7"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 6));
  transform: translateX(calc(-100vw / 3 * 6));
}

#banners[data-view="8"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 7));
  transform: translateX(calc(-100vw / 3 * 7));
}

#banners[data-view="9"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 8));
  transform: translateX(calc(-100vw / 3 * 8));
}

#banners[data-view="10"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 9));
  transform: translateX(calc(-100vw / 3 * 9));
}

#banners[data-view="11"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 10));
  transform: translateX(calc(-100vw / 3 * 10));
}

#banners[data-view="12"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 11));
  transform: translateX(calc(-100vw / 3 * 11));
}

#banners[data-view="13"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 12));
  transform: translateX(calc(-100vw / 3 * 12));
}

#banners[data-view="14"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 13));
  transform: translateX(calc(-100vw / 3 * 13));
}

#banners[data-view="15"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 14));
  transform: translateX(calc(-100vw / 3 * 14));
}

#banners[data-view="16"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 15));
  transform: translateX(calc(-100vw / 3 * 15));
}

#banners[data-view="17"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 16));
  transform: translateX(calc(-100vw / 3 * 16));
}

#banners[data-view="18"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 17));
  transform: translateX(calc(-100vw / 3 * 17));
}

#banners[data-view="19"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 18));
  transform: translateX(calc(-100vw / 3 * 18));
}

#banners[data-view="20"] ul {
  -webkit-transform: translateX(calc(-100vw / 3 * 19));
  transform: translateX(calc(-100vw / 3 * 19));
}

#story {
  width: 100%;
  position: relative;
}

#story .header {
  width: 100%;
  background-image: url(../img_2x/story_visual.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  aspect-ratio: 64 / 37;
}

#story .header h2 {
  display: none;
}

#story .inner {
  position: relative;
  margin-top: -23vw;
  z-index: 2;
}

#story .inner .copy {
  width: 1039px;
  height: 67px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner .text_wrap {
  width: 1000px;
  margin: 62px 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: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#story .inner .text_wrap p .text {
  display: block;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner .text_wrap p.left {
  width: 495px;
}

#story .inner .text_wrap p.left .text {
  background-size: 403px 339px;
}

#story .inner .text_wrap p.right {
  width: 498px;
  margin-top: 4px;
}

#story .inner .text_wrap p.right .text {
  background-size: 498px 336px;
}

#story .inner .text_wrap p .text_01 {
  height: 60px;
  background-position: 0 0;
}

#story .inner .text_wrap p .text_02 {
  height: 30px;
  background-position: 0 -60px;
}

#story .inner .text_wrap p .text_03 {
  height: 30px;
  background-position: 0 -90px;
}

#story .inner .text_wrap p .text_04 {
  height: 60px;
  background-position: 0 -120px;
}

#story .inner .text_wrap p .text_05 {
  height: 40px;
  background-position: 0 -180px;
}

#story .inner .text_wrap p .text_06 {
  height: 60px;
  background-position: 0 -220px;
}

#story .inner .text_wrap p .text_07 {
  height: 30px;
  background-position: 0 -280px;
}

#story .inner .text_wrap p .text_08 {
  height: 29px;
  background-position: 0 -310px;
}

#story .inner .text_wrap p .text_09 {
  height: 20px;
  background-position: 0 0;
}

#story .inner .text_wrap p .text_10 {
  height: 30px;
  background-position: 0 -20px;
}

#story .inner .text_wrap p .text_11 {
  height: 70px;
  background-position: 0 -50px;
}

#story .inner .text_wrap p .text_12 {
  height: 30px;
  background-position: 0 -120px;
}

#story .inner .text_wrap p .text_13 {
  height: 50px;
  background-position: 0 -150px;
}

#story .inner .text_wrap p .text_14 {
  height: 50px;
  background-position: 0 -200px;
}

#story .inner .text_wrap p .text_15 {
  height: 50px;
  background-position: 0 -250px;
}

#story .inner .text_wrap p .text_16 {
  height: 36px;
  background-position: 0 -300px;
}

#story .deco_01 {
  width: 44px;
  height: 49px;
  top: 43vw;
  left: 50%;
  margin-left: -600px;
  background-image: url(../img_2x/story_deco_01.png);
}

#story .deco_02 {
  width: 71px;
  height: 318px;
  top: 50vw;
  right: 50%;
  margin-right: -640px;
  background-image: url(../img_2x/story_deco_02.png);
}

@media screen and (min-width: 1920px) {
  #story .inner {
    margin-top: -440px;
  }
}

@media screen and (max-width: 1200px) {
  #story .inner {
    margin-top: -276px;
  }
}

.section_box {
  width: 1060px;
  margin: 0 auto;
}

.section_box > .header {
  padding: 110px 0 50px;
}

.section_box > .header h2 {
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#character > .header {
  padding-bottom: 0;
}

#character > .header h2 {
  width: 182px;
  height: 18px;
  background-image: url(../img_2x/character_h2.png);
}

#character .deco_01 {
  width: 98px;
  height: 369px;
  top: 254px;
  left: -105px;
  background-image: url(../img_2x/character_deco_01.png);
}

#character .deco_02 {
  width: 1px;
  height: 284px;
  top: 296px;
  right: -20px;
  background-image: url(../img_2x/character_deco_02.png);
}

#character_nav ul {
  padding-top: 45px;
  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;
}

#character_nav ul li {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 0 22px;
  background-size: cover;
  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;
}

#character_nav ul li:hover {
  opacity: 0.5;
}

#character_nav ul li.item_01 {
  background-image: url(../img_2x/character_nav_01.png);
}

#character_nav ul li.item_02 {
  background-image: url(../img_2x/character_nav_02.png);
}

#character_nav ul li.item_03 {
  background-image: url(../img_2x/character_nav_03.png);
}

#character_nav ul li.item_04 {
  background-image: url(../img_2x/character_nav_04.png);
}

#character_nav ul li.item_05 {
  background-image: url(../img_2x/character_nav_05.png);
}

#character_nav ul li.active {
  cursor: default;
  opacity: 1;
}

#character_wrapper .character_section {
  display: none;
  position: relative;
  width: 1060px;
  height: 1135px;
}

#character_wrapper .character_section .profile {
  position: relative;
  width: 505px;
  height: 1135px;
  margin-left: 530px;
}

#character_wrapper .character_section .profile .header {
  position: relative;
  padding: 130px 0 30px;
}

#character_wrapper .character_section .profile .header h3 .jp {
  display: block;
  position: relative;
  margin-bottom: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper .character_section .profile .header h3 .en {
  display: block;
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper .character_section .profile .header .cv {
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper .character_section .profile .header .copy {
  position: relative;
  margin-top: 23px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper .character_section .profile .inner {
  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;
}

#character_wrapper .character_section .profile .inner dl dt {
  padding: 0 2px 8px;
  border-bottom: 1px solid #f0dfd1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#character_wrapper .character_section .profile .inner dl dd {
  padding: 15px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#character_wrapper .character_section .profile .inner .scene {
  width: 165px;
}

#character_wrapper .character_section .profile .inner .scene dt {
  color: #dc6a8e;
}

#character_wrapper .character_section .profile .inner .scene dd {
  width: 100%;
  height: 55px;
  margin-top: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper .character_section .profile .inner .voice {
  width: 300px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#character_wrapper .character_section .profile .inner .voice dt {
  width: 100%;
  color: #26b2ca;
}

#character_wrapper .character_section .profile .inner .voice dd {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 12px 15px 0 0;
  border-radius: 8px;
  background-image: url(../img_2x/character_voice_btn.png);
  background-size: 288px 48px;
  font-size: 0;
}

#character_wrapper .character_section .profile .inner .voice dd.normal {
  background-position: -48px 0;
}

#character_wrapper .character_section .profile .inner .voice dd.normal.cs {
  background-position: -0px 0;
}

#character_wrapper .character_section .profile .inner .voice dd.hscene {
  background-position: -144px 0;
}

#character_wrapper .character_section .profile .inner .voice dd.hscene.cs {
  background-position: -96px 0;
}

/* 再生ボタン追記 */
#character_wrapper .character_section .profile .inner .voice .voice_play {
  padding-top: 12px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#character_wrapper .character_section .profile .inner .voice .voice_play li {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  background-size: 48px 96px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 7px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#character_wrapper .character_section .profile .inner .voice .voice_play li {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 12px 15px 0 0;
  border-radius: 8px;
  font-size: 0;
}

#character_wrapper .character_section .profile .inner .voice .voice_play li:hover {
  opacity: 0.5;
}

#character_wrapper .character_section .profile .inner .voice .voice_play li.active {
  background-position: 0 -48px;
}

#character_wrapper .character_section .profile .inner .voice .voice_play li.normal {
  background-image: url(../img_2x/character_voice_btn_normal.png);
}

#character_wrapper .character_section .profile .inner .voice .voice_play li.hscene {
  background-image: url(../img_2x/character_voice_btn_hscene.png);
}


#character_wrapper .character_section .profile .inner .event_cg {
  margin-top: 23px;
  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;
}

#character_wrapper .character_section .profile .inner .event_cg li {
  width: 162px;
  height: 74px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f0dfd1;
}

#character_wrapper .character_section .profile .inner .event_cg li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 0;
  background-size: cover;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#character_wrapper .character_section .profile .inner .event_cg li span:hover {
  opacity: 0.5;
}

#character_wrapper .character_section .profile .inner h4 {
  width: 100%;
  padding: 25px 2px 8px;
  border-bottom: 1px solid #f0dfd1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#character_wrapper .character_section .profile .inner h4.inner_prof {
  color: #dc6a8e;
}

#character_wrapper .character_section .profile .inner h4.inner_story {
  color: #26b2ca;
}

#character_wrapper .character_section .profile .inner h4 + p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 526px;
      -ms-flex: 0 0 526px;
          flex: 0 0 526px;
  width: 530px;
  padding: 10px 2px 0;
}

#character_wrapper .character_section .visual_wrap {
  position: absolute;
  width: 530px;
  height: 1135px;
  top: 0;
  left: 0;
}

#character_wrapper .character_section .visual_wrap .visual {
  position: relative;
  width: 530px;
  height: 1135px;
  z-index: 2;
}

#character_wrapper .character_section .visual_wrap .visual li {
  position: absolute;
  width: 530px;
  height: 1135px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
  opacity: 0;
}

#character_wrapper .character_section .visual_wrap .bk {
  position: absolute;
  width: 530px;
  height: 1135px;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_visual_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 1;
}

#character_wrapper .character_section .visual_wrap nav {
  position: absolute;
  width: 530px;
  height: 10px;
  bottom: -10px;
  left: 0;
  z-index: 4;
}

#character_wrapper .character_section .visual_wrap nav ul {
  width: 100%;
  height: 10px;
  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;
}

#character_wrapper .character_section .visual_wrap nav ul li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 17px;
  background-color: #d9cfca;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#character_wrapper .character_section .visual_wrap nav ul li:hover {
  opacity: 0.5;
}

#character_wrapper .character_section .visual_wrap[data-visual_id="1"] .visual .img_01 {
  opacity: 1;
}

#character_wrapper .character_section .visual_wrap[data-visual_id="1"] nav ul li:nth-of-type(1) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#character_wrapper .character_section .visual_wrap[data-visual_id="2"] .visual .img_02 {
  opacity: 1;
}

#character_wrapper .character_section .visual_wrap[data-visual_id="2"] nav ul li:nth-of-type(2) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#character_wrapper .character_section .serif {
  position: absolute;
  top: 187px;
  left: 0;
  z-index: 5;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_wrapper[data-view="1"] #character_01 {
  display: block;
}

#character_wrapper[data-view="2"] #character_02 {
  display: block;
}

#character_wrapper[data-view="3"] #character_03 {
  display: block;
}

#character_wrapper[data-view="4"] #character_04 {
  display: block;
}

#character_wrapper[data-view="5"] #character_05 {
  display: block;
}

#character_01 .visual_wrap .visual .img_01 {
  background-image: url(../img_2x/c01_visual_01.png);
}

#character_01 .visual_wrap .visual .img_02 {
  background-image: url(../img_2x/c01_visual_02.png);
}

#character_01 .profile .header h3 .jp {
  width: 266px;
  height: 53px;
}

#character_01 .profile .header h3 .en {
  width: 341px;
  height: 28px;
  padding-left: 4px;
  background-image: url(../img_2x/c01_name_en.png);
}

#character_01 .profile .header .cv {
  width: 143px;
  height: 26px;
  left: 292px;
  top: 155px;
  background-image: url(../img_2x/c01_cv.png);
}

#character_01 .profile .header .copy {
  width: 380px;
  height: 20px;
  left: 2px;
}

#character_01 .profile .inner .scene dd {
  background-size: 121px 55px;
}

#character_01 .profile .inner .event_cg .item_01 {
  background-image: url(../img_2x/c01_cg_01.png);
}

#character_01 .profile .inner .event_cg .item_02 {
  background-image: url(../img_2x/c01_cg_02.png);
}

#character_01 .profile .inner .event_cg .item_03 {
  background-image: url(../img_2x/c01_cg_03.png);
}

#character_01 .profile .inner .event_cg .item_04 {
  background-image: url(../img_2x/c01_cg_04.png);
}

#character_01 .profile .inner .event_cg .item_05 {
  background-image: url(../img_2x/c01_cg_05.png);
}

#character_01 .profile .inner .event_cg .item_06 {
  background-image: url(../img_2x/c01_cg_06.png);
}

#character_01 .serif {
  width: 35px;
  height: 559px;
}

#character_02 .visual_wrap .visual .img_01 {
  background-image: url(../img_2x/c02_visual_01.png);
}

#character_02 .visual_wrap .visual .img_02 {
  background-image: url(../img_2x/c02_visual_02.png);
}

#character_02 .profile .header h3 .jp {
  width: 266px;
  height: 54px;
}

#character_02 .profile .header h3 .en {
  width: 322px;
  height: 28px;
  padding-left: 4px;
  background-image: url(../img_2x/c02_name_en.png);
}

#character_02 .profile .header .cv {
  width: 133px;
  height: 26px;
  left: 292px;
  top: 155px;
  background-image: url(../img_2x/c02_cv.png);
}

#character_02 .profile .header .copy {
  width: 323px;
  height: 21px;
  left: 2px;
}

#character_02 .profile .inner .scene dd {
  height: 66px !important;
  background-size: 121px 66px;
}

#character_02 .profile .inner .event_cg .item_01 {
  background-image: url(../img_2x/c02_cg_01.png);
}

#character_02 .profile .inner .event_cg .item_02 {
  background-image: url(../img_2x/c02_cg_02.png);
}

#character_02 .profile .inner .event_cg .item_03 {
  background-image: url(../img_2x/c02_cg_03.png);
}

#character_02 .profile .inner .event_cg .item_04 {
  background-image: url(../img_2x/c02_cg_04.png);
}

#character_02 .profile .inner .event_cg .item_05 {
  background-image: url(../img_2x/c02_cg_05.png);
}

#character_02 .profile .inner .event_cg .item_06 {
  background-image: url(../img_2x/c02_cg_06.png);
}

#character_02 .serif {
  width: 35px;
  height: 407px;
}

#character_03 .visual_wrap .visual .img_01 {
  position: relative;
}

#character_03 .visual_wrap .visual .img_01 .sayumi_omote {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/c03_visual_01a.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_03 .visual_wrap .visual .img_01 .sayumi_ura {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/c03_visual_01b.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#character_03 .visual_wrap .visual .img_02 {
  position: relative;
}

#character_03 .visual_wrap .visual .img_02 .sayumi_omote {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/c03_visual_02a.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_03 .visual_wrap .visual .img_02 .sayumi_ura {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/c03_visual_02b.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#character_03 .profile .header h3 .jp {
  width: 252px;
  height: 54px;
}

#character_03 .profile .header h3 .jp #sayumi_toggle_wrap {
  position: relative;
  width: 252px;
  height: 54px;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#character_03 .profile .header h3 .jp #sayumi_toggle_wrap:hover {
  opacity: 0.5;
}

#character_03 .profile .header h3 .jp #sayumi_toggle_wrap .sayumi_omote {
  position: absolute;
  display: block;
  width: 252px;
  height: 54px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_03 .profile .header h3 .jp #sayumi_toggle_wrap .sayumi_ura {
  position: absolute;
  display: block;
  width: 252px;
  height: 54px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#character_03 .profile .header h3 .en {
  width: 341px;
  height: 28px;
  padding-left: 4px;
  background-image: url(../img_2x/c03_name_en.png);
}

#character_03 .profile .header .cv {
  width: 143px;
  height: 26px;
  left: 278px;
  top: 155px;
  background-image: url(../img_2x/c03_cv.png);
}

#character_03 .profile .header .copy {
  width: 374px;
  height: 21px;
  left: 2px;
}

#character_03 .profile .inner .scene dd {
  height: 66px !important;
  background-size: 121px 66px;
}

#character_03 .profile .inner .event_cg .item_01 {
  background-image: url(../img_2x/c03_cg_01.png);
}

#character_03 .profile .inner .event_cg .item_02 {
  background-image: url(../img_2x/c03_cg_02.png);
}

#character_03 .profile .inner .event_cg .item_03 {
  background-image: url(../img_2x/c03_cg_03.png);
}

#character_03 .profile .inner .event_cg .item_04 {
  background-image: url(../img_2x/c03_cg_04.png);
}

#character_03 .profile .inner .event_cg .item_05 {
  background-image: url(../img_2x/c03_cg_05.png);
}

#character_03 .profile .inner .event_cg .item_06 {
  background-image: url(../img_2x/c03_cg_06.png);
}

#character_03 p .sayumi_ura {
  display: none;
  color: #dc6a8e;
}

#character_03 .serif {
  width: 36px;
  height: 749px;
}

#character_03 .serif .sayumi_omote {
  position: relative;
  display: block;
  width: 36px;
  height: 749px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_03 .serif .sayumi_ura {
  position: relative;
  display: block;
  width: 35px;
  height: 331px;
  top: -749px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#character_04 .visual_wrap .visual .img_01 {
  background-image: url(../img_2x/c04_visual_01.png);
}

#character_04 .visual_wrap .visual .img_02 {
  background-image: url(../img_2x/c04_visual_02.png);
}

#character_04 .profile .header h3 .jp {
  width: 335px;
  height: 54px;
}

#character_04 .profile .header h3 .en {
  width: 373px;
  height: 28px;
  padding-left: 4px;
  background-image: url(../img_2x/c04_name_en.png);
}

#character_04 .profile .header .cv {
  width: 133px;
  height: 26px;
  left: 361px;
  top: 155px;
  background-image: url(../img_2x/c04_cv.png);
}

#character_04 .profile .header .copy {
  width: 424px;
  height: 21px;
  left: 2px;
}

#character_04 .profile .inner .scene dd {
  background-size: 121px 55px;
}

#character_04 .profile .inner .event_cg .item_01 {
  background-image: url(../img_2x/c04_cg_01.png);
}

#character_04 .profile .inner .event_cg .item_02 {
  background-image: url(../img_2x/c04_cg_02.png);
}

#character_04 .profile .inner .event_cg .item_03 {
  background-image: url(../img_2x/c04_cg_03.png);
}

#character_04 .profile .inner .event_cg .item_04 {
  background-image: url(../img_2x/c04_cg_04.png);
}

#character_04 .profile .inner .event_cg .item_05 {
  background-image: url(../img_2x/c04_cg_05.png);
}

#character_04 .profile .inner .event_cg .item_06 {
  background-image: url(../img_2x/c04_cg_06.png);
}

#character_04 .serif {
  width: 35px;
  height: 711px;
}

#character_05 .visual_wrap .visual .img_01 {
  background-image: url(../img_2x/c05_visual_01.png);
}

#character_05 .visual_wrap .visual .img_02 {
  background-image: url(../img_2x/c05_visual_02.png);
}

#character_05 .profile .header h3 .jp {
  width: 469px;
  height: 110px;
}

#character_05 .profile .header .cv {
  width: 148px;
  height: 26px;
  left: 284px;
  top: 209px;
  background-image: url(../img_2x/c05_cv.png);
}

#character_05 .profile .header .copy {
  width: 377px;
  height: 20px;
  left: 2px;
}

#character_05 .profile .inner .scene dd {
  height: 66px !important;
  background-size: 121px 66px;
}

#character_05 .profile .inner .event_cg .item_01 {
  background-image: url(../img_2x/c05_cg_01.png);
}

#character_05 .profile .inner .event_cg .item_02 {
  background-image: url(../img_2x/c05_cg_02.png);
}

#character_05 .profile .inner .event_cg .item_03 {
  background-image: url(../img_2x/c05_cg_03.png);
}

#character_05 .profile .inner .event_cg .item_04 {
  background-image: url(../img_2x/c05_cg_04.png);
}

#character_05 .profile .inner .event_cg .item_05 {
  background-image: url(../img_2x/c05_cg_05.png);
}

#character_05 .profile .inner .event_cg .item_06 {
  background-image: url(../img_2x/c05_cg_06.png);
}

#character_05 .serif {
  width: 35px;
  height: 559px;
}

#point {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#point > .header h2 {
  width: 108px;
  height: 18px;
  background-image: url(../img_2x/point_h2.png);
}

#point > .inner {
  width: 1060px;
}

#point > .inner .point_section {
  margin-bottom: 8px;
  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;
}

#point > .inner .point_section .img {
  position: relative;
  width: 530px;
  height: 100%;
}

#point > .inner .point_section .img .character {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point > .inner .point_section .img .num {
  position: absolute;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point > .inner .point_section .text {
  width: 530px;
}

#point > .inner .point_section .text h3 {
  padding-bottom: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point #point_01 {
  height: 234px;
}

#point #point_01 .character {
  width: 221px;
  height: 234px;
  top: 0;
  left: 43px;
  background-image: url(../img_2x/point_01_character.png);
}

#point #point_01 .num {
  width: 140px;
  height: 137px;
  top: 12px;
  left: 283px;
  background-image: url(../img_2x/point_01_num.png);
}

#point #point_01 h3 {
  width: 353px;
  height: 23px;
}

#point #point_02 {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 238px;
}

#point #point_02 .character {
  width: 155px;
  height: 238px;
  top: 0;
  left: 42px;
  background-image: url(../img_2x/point_02_character.png);
}

#point #point_02 .num {
  width: 140px;
  height: 137px;
  top: 17px;
  left: 230px;
  background-image: url(../img_2x/point_02_num.png);
}

#point #point_02 h3 {
  width: 294px;
  height: 23px;
}

#point #point_03 {
  height: 231px;
}

#point #point_03 .character {
  width: 217px;
  height: 231px;
  top: 0;
  left: 41px;
  background-image: url(../img_2x/point_03_character.png);
}

#point #point_03 .num {
  width: 140px;
  height: 137px;
  top: 8px;
  left: 283px;
  background-image: url(../img_2x/point_03_num.png);
}

#point #point_03 h3 {
  width: 441px;
  height: 23px;
}

#point #point_04 {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 254px;
}

#point #point_04 .character {
  width: 189px;
  height: 254px;
  top: 0;
  left: 17px;
  background-image: url(../img_2x/point_04_character.png);
}

#point #point_04 .num {
  width: 140px;
  height: 137px;
  top: 29px;
  left: 230px;
  background-image: url(../img_2x/point_04_num.png);
}

#point #point_04 h3 {
  width: 339px;
  height: 23px;
}

#point .deco_01 {
  width: 86px;
  height: 93px;
  top: 590px;
  left: -120px;
  background-image: url(../img_2x/point_deco_01.png);
}

#system {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#system > .header h2 {
  width: 130px;
  height: 18px;
  background-image: url(../img_2x/system_h2.png);
}

#system > .inner {
  width: 1060px;
  margin-bottom: 110px;
  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;
}

#system > .inner .system_section {
  width: 530px;
}

#system > .inner .system_section h3 {
  margin-bottom: 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#system > .inner .system_section .img {
  margin-bottom: 15px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#system #system_01 {
  margin-bottom: 75px;
}

#system #system_01 h3 {
  width: 212px;
  height: 23px;
}

#system #system_01 .img {
  width: 476px;
  height: 148px;
  background-image: url(../img_2x/system_01_img.png);
}

#system #system_02 {
  margin-bottom: 75px;
}

#system #system_02 h3 {
  width: 150px;
  height: 22px;
  margin-top: 1px;
}

#system #system_02 .img {
  width: 476px;
  height: 148px;
  background-image: url(../img_2x/system_02_img.png);
}

#system #system_03 {
  margin-bottom: 50px;
}

#system #system_03 h3 {
  width: 377px;
  height: 23px;
  margin-top: 1px;
}

#system #system_04 {
  margin-bottom: 50px;
}

#system #system_04 h3 {
  width: 153px;
  height: 24px;
}

#system #system_05 h3 {
  width: 183px;
  height: 23px;
}

#system .deco_01 {
  width: 86px;
  height: 540px;
  top: 74px;
  left: -93px;
  background-image: url(../img_2x/system_deco_01.png);
}

#system .deco_02 {
  width: 1px;
  height: 478px;
  top: -15px;
  right: -76px;
  background-image: url(../img_2x/system_deco_02.png);
}

#stage > .header {
  display: none;
}

#stage .visual {
  position: relative;
  width: 100%;
  aspect-ratio: 96 / 43;
  background-color: #fff;
}

#stage .visual .stage_section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  opacity: 0;
}

#stage .visual .stage_section .label {
  position: absolute;
  display: block;
  width: 220px;
  height: 36px;
  bottom: 40px;
  left: 50%;
  margin-left: -110px;
  border-radius: 18px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#stage .visual .stage_section .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(74, 35, 0, 0.8);
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  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;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#stage .visual .stage_section .hover h3 {
  margin-bottom: 40px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#stage .visual .stage_section .hover p {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#stage .visual .stage_section:hover .hover {
  opacity: 1;
}

#stage .visual .stage_section:hover .label {
  opacity: 0;
}

#stage #stage_01 {
  background-image: url(../img_2x/stage_01_img.png);
}

#stage #stage_01 .label {
  background-size: 86px 16px;
}

#stage #stage_01 h3 {
  width: 317px;
  height: 55px;
}

#stage #stage_01 p {
  width: 582px;
  height: 79px;
}

#stage #stage_02 {
  background-image: url(../img_2x/stage_02_img.png);
}

#stage #stage_02 .label {
  background-size: 88px 17px;
}

#stage #stage_02 h3 {
  width: 334px;
  height: 53px;
}

#stage #stage_02 p {
  width: 565px;
  height: 79px;
}

#stage #stage_03 {
  background-image: url(../img_2x/stage_03_img.png);
}

#stage #stage_03 .label {
  background-size: 70px 17px;
}

#stage #stage_03 h3 {
  width: 260px;
  height: 55px;
}

#stage #stage_03 p {
  width: 447px;
  height: 79px;
}

#stage #stage_04 {
  background-image: url(../img_2x/stage_04_img.png);
}

#stage #stage_04 .label {
  background-size: 87px 17px;
}

#stage #stage_04 h3 {
  width: 326px;
  height: 53px;
}

#stage #stage_04 p {
  width: 484px;
  height: 79px;
}

#stage #stage_05 {
  background-image: url(../img_2x/stage_05_img.png);
}

#stage #stage_05 .label {
  background-size: 125px 17px;
}

#stage #stage_05 h3 {
  width: 476px;
  height: 53px;
}

#stage #stage_05 p {
  width: 288px;
  height: 47px;
}

#stage #stage_nav {
  width: 100%;
  margin-top: 25px;
  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;
}

#stage #stage_nav li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 17px;
  background-color: #d9cfca;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#stage #stage_nav li:hover {
  opacity: 0.5;
}

#stage[data-view="1"] #stage_01 {
  opacity: 1;
  z-index: 2;
}

#stage[data-view="1"] #stage_nav li:nth-of-type(1) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#stage[data-view="2"] #stage_02 {
  opacity: 1;
  z-index: 2;
}

#stage[data-view="2"] #stage_nav li:nth-of-type(2) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#stage[data-view="3"] #stage_03 {
  opacity: 1;
  z-index: 2;
}

#stage[data-view="3"] #stage_nav li:nth-of-type(3) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#stage[data-view="4"] #stage_04 {
  opacity: 1;
  z-index: 2;
}

#stage[data-view="4"] #stage_nav li:nth-of-type(4) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

#stage[data-view="5"] #stage_05 {
  opacity: 1;
  z-index: 2;
}

#stage[data-view="5"] #stage_nav li:nth-of-type(5) {
  background-color: #dc6a8e;
  cursor: default !important;
  opacity: 1 !important;
}

.section_list > .inner ul {
  margin-top: -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;
}

.section_list > .inner ul li {
  width: 342px;
  margin-top: 50px;
}

.section_list > .inner ul li .thumbnail {
  display: block;
  width: 342px;
  height: 284px;
  border-radius: 8px;
  background-color: #f0dfd1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

.section_list > .inner ul li .thumbnail:hover {
  opacity: 0.5;
}

.section_list > .inner ul li .date {
  margin-top: 20px;
  color: #dc6a8e;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.section_list > .inner ul li .caption {
  margin-top: 5px;
  color: #473535;
  font-size: 16px;
  line-height: 24px;
}

.section_list > .inner ul li:empty {
  margin: 0;
  height: 0;
}

#movie > .header h2 {
  width: 130px;
  height: 18px;
  background-image: url(../img_2x/movie_h2.png);
}

#special {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#special > .header h2 {
  width: 135px;
  height: 18px;
  background-image: url(../img_2x/special_h2.png);
}

#special .deco_01 {
  width: 72px;
  height: 73px;
  top: 54px;
  right: -35px;
  background-image: url(../img_2x/special_deco_01.png);
}

#download {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#download > .header h2 {
  width: auto;
  height: auto;
  background-image: none;
  color: #8f4358;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
}

#download > .inner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto 110px;
  padding: 0;
}

#download .special__visual-frame,
#download .team_testimonials,
#download .special__mod-download {
  margin-top: 24px;
}

#download .special__visual-frame:first-child {
  margin-top: 0;
}

.special__visual-frame {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
}

.special__visual-frame__ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(143, 67, 88, 0.08);
  border: 2px solid #8f4358;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}

.special__visual-frame__ratio img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special__visual-frame__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #8f4358;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  text-align: center;
  letter-spacing: 0;
}

.special__visual-frame__en {
  display: block;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}

.special__visual-frame__jp {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

/* Team Testimonials - Isolated Fixed Metrics */
.team_testimonials,
.team_testimonials * {
  box-sizing: border-box;
}

.team_testimonials {
  --tt-color-main: #8f4358;
  --tt-color-sub: #c7778d;
  --tt-item-bg: rgba(143, 67, 88, 0.14);
  --tt-item-bg-hover: rgba(143, 67, 88, 0.23);
  --tt-text-color: #4b2814;
  --tt-heimu-bg: #5a2638;
  --tt-heimu-text: #ffffff;
  --tt-heimu-link: #f0b5c5;
  --tt-heimu-link-visited: #e7a4b7;
  --tt-heimu-link-new: #ffd0dc;
  --tt-heimu-link-new-visited: #ffc0d0;
  --tt-heimu-link-ext-visited: #dc91a8;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: left;
  text-justify: auto;
  text-indent: 0;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border: 3px solid var(--tt-color-main, #8f4358);
  outline: 0;
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
}

.team_testimonials.no-title {
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.team_testimonials.no-title .testimonials_title {
  display: none;
}

.testimonials_title {
  background: linear-gradient(135deg, var(--tt-color-main, #8f4358), var(--tt-color-sub, #c7778d));
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid var(--tt-color-main, #8f4358);
}

.testimonials_title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.testimonials_content {
  padding: 20px;
}

.team_testimonials.no-title .testimonials_content {
  padding: 0;
}

.testimonial_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--tt-item-bg, rgba(143, 67, 88, 0.14));
  border-left: 4px solid var(--tt-color-main, #8f4358);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.testimonial_item:hover {
  background: var(--tt-item-bg-hover, rgba(143, 67, 88, 0.23));
  transform: translateX(5px);
  box-shadow: 0 2px 5px rgba(143, 67, 88, 0.25);
}

.testimonial_item:last-child {
  margin-bottom: 0;
}

.member_info {
  min-width: 150px;
  margin-right: 20px;
  padding-top: 2px;
  text-align: right;
}

.member_name {
  margin-bottom: 4px;
  color: var(--tt-color-main, #8f4358);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.member_position {
  color: rgba(75, 40, 20, 0.72);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 400;
  font-family: "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.member_position a,
.member_position a:visited {
  color: var(--tt-color-main, #8f4358);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.member_comment {
  flex: 1;
  color: var(--tt-text-color, #4b2814);
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 400;
  font-family: "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.member_comment code {
  display: inline-block;
  max-width: 100%;
  padding: 2px 4px;
  color: #5a2638;
  background: rgba(143, 67, 88, 0.08);
  border-radius: 4px;
  font-family: "Cascadia Mono", "Cascadia Code", "Noto Sans SC", monospace;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
  text-indent: 0;
  white-space: normal;
}

.member_comment_image {
  display: block;
  max-width: 100%;
  height: auto;
}

.member_comment_image--quarter {
  width: 128px;
}

/* Heimu / Spoiler */
.heimu,
.heimu rt {
  --heimu-color: var(--tt-heimu-bg, #5a2638);
  --heimu-text-color: var(--tt-heimu-text, #fff);
  --heimu-link-color: var(--tt-heimu-link, #f0b5c5);
  --heimu-visited-link-color: var(--tt-heimu-link-visited, #e7a4b7);
  --heimu-new-link-color: var(--tt-heimu-link-new, #ffd0dc);
  --heimu-new-visited-link-color: var(--tt-heimu-link-new-visited, #ffc0d0);
  --heimu-extiw-visited-link-color: var(--tt-heimu-link-ext-visited, #dc91a8);
  background-color: var(--heimu-color);
  transition: background-color 0.13s linear, color 0.13s linear;
  border-radius: 3px;
  padding: 1px 2px;
  line-height: 1.2;
  letter-spacing: 0;
}

.heimu,
.heimu a,
a .heimu,
a.new .heimu,
span.heimu a:visited,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect {
  transition: color 0.13s linear;
  color: var(--heimu-color);
  text-shadow: none;
}

span.heimu:hover,
span.heimu:active {
  color: var(--heimu-text-color);
  background-color: var(--heimu-color);
}

span.heimu:hover a,
a:hover span.heimu {
  color: var(--heimu-link-color);
}

span.heimu:hover a:visited,
a:visited:hover span.heimu {
  color: var(--heimu-visited-link-color);
}

span.heimu:hover a.new,
a.new:hover span.heimu {
  color: var(--heimu-new-link-color);
}

span.heimu a.new:hover:visited,
a.new:hover:visited span.heimu {
  color: var(--heimu-new-visited-link-color);
}

span.heimu:hover a.extiw:visited,
a.extiw:visited:hover span.heimu {
  color: var(--heimu-extiw-visited-link-color);
}

.special__mod-download {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  background-color: #ffffff;
  border: 1px solid #8f4358;
  border-radius: 16px;
}

.special__mod-download__title {
  padding: 14px 16px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  color: #8f4358;
  text-align: center;
  border-radius: 16px 16px 0 0;
  font-family: "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.special__mod-download__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #8f4358;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.special__mod-download__head {
  padding: 10px 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  text-align: center;
  color: #4b2814;
  background-color: #d9a6b5;
  border-right: 1px solid #8f4358;
  font-family: "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.special__mod-download__head:nth-child(2) {
  border-right: 0;
}

.special__mod-download__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  border-top: 1px solid #8f4358;
  border-right: 1px solid #8f4358;
}

.special__mod-download__cell:nth-child(4) {
  border-right: 0;
}

.special__mod-download__btn,
.special__mod-download__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  cursor: pointer;
  background: #8f4358;
  border: 0;
  border-radius: 8px;
}

.special__mod-download__btn:hover {
  background: #a7566d;
}

.special__mod-download__btn.is-disabled,
.special__mod-download__btn.is-disabled:hover {
  color: #6a5d61;
  cursor: default;
  background: #c7b8bd;
}

@media screen and (max-width: 960px) {
  #download > .inner {
    width: auto;
    padding: 0 14px;
  }

  #download .special__visual-frame,
  #download .team_testimonials,
  #download .special__mod-download {
    margin-top: 16px;
  }

  .special__visual-frame__ratio {
    border-width: 1px;
  }

  .special__visual-frame__en {
    font-size: 20px;
    line-height: 26px;
  }

  .special__visual-frame__jp {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .team_testimonials {
    border-radius: 12px;
  }

  .team_testimonials.no-title {
    border-radius: 0;
  }

  .testimonials_title h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonials_content {
    padding: 14px;
  }

  .team_testimonials.no-title .testimonials_content {
    padding: 0;
  }

  .testimonial_item {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
    padding: 12px;
  }

  .member_info {
    min-width: 0;
    margin-right: 0;
    text-align: left;
  }

  .member_name {
    font-size: 15px;
    line-height: 18px;
  }

  .member_position {
    font-size: 11px;
    line-height: 15px;
  }

  .member_comment {
    font-size: 14px;
    line-height: 22px;
  }

  .member_comment code {
    font-size: 13px;
    line-height: 20px;
  }

  .special__mod-download {
    border-radius: 12px;
  }

  .special__mod-download__title {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 12px 12px 0 0;
  }

  .special__mod-download__grid {
    border-radius: 0 0 12px 12px;
  }

  .special__mod-download__head {
    padding: 8px 6px;
    font-size: 13px;
    line-height: 17px;
  }

  .special__mod-download__cell {
    padding: 10px 8px;
  }

  .special__mod-download__btn,
  .special__mod-download__btn:visited {
    min-width: 120px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 17px;
  }
}

#product {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}

#product > .header h2 {
  width: 151px;
  height: 18px;
  background-image: url(../img_2x/product_h2.png);
}

#character > .header h2,
#point > .header h2,
#system > .header h2,
#stage > .header h2,
#download > .header h2,
#product > .header h2,
#movie > .header h2,
#special > .header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 18px;
  margin: 0 auto;
  color: #a08e87;
  background-image: none;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 6px;
  text-indent: 0;
  font-weight: 400;
  white-space: nowrap;
}

#character > .header h2::before,
#point > .header h2::before,
#system > .header h2::before,
#stage > .header h2::before,
#download > .header h2::before,
#product > .header h2::before,
#movie > .header h2::before,
#special > .header h2::before {
  content: "[";
  margin-right: 8px;
  letter-spacing: 0;
}

#character > .header h2::after,
#point > .header h2::after,
#system > .header h2::after,
#stage > .header h2::after,
#download > .header h2::after,
#product > .header h2::after,
#movie > .header h2::after,
#special > .header h2::after {
  content: "]";
  margin-left: 2px;
  letter-spacing: 0;
}

#stage > .header {
  display: block;
  padding: 110px 0 50px;
}

#product > .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;
}

#product > .inner .product_section {
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#product > .inner .product_section h3 {
  padding: 0 5px 8px;
  border-bottom: 1px solid #f0dfd1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
}

#product > .inner .product_section dt {
  padding: 28px 5px 10px;
  color: #a79681;
  font-size: 14px;
  line-height: 14px;
}

#product > .inner .product_section dd {
  padding: 0 5px 0;
  font-size: 20px;
  line-height: 28px;
}

#product > .inner .product_section ul {
  padding-top: 15px;
}

#product > .inner .product_section ul li {
  padding: 0 5px 0;
  color: #dc6a8e;
  font-size: 16px;
  line-height: 26px;
}

#product > .inner .product_section ul li::before {
  display: inline-block;
  padding-right: 3px;
  content: "※";
}

#product > .inner .staff {
  width: 490px;
}

#product > .inner .staff h3 {
  color: #dc6a8e;
}

#product > .inner .product {
  width: 540px;
}

#product > .inner .product h3 {
  color: #26b2ca;
}

#product > .inner .spec {
  width: 100%;
}

#product > .inner .spec h3 {
  color: #dc6a8e;
}

#product .deco_01 {
  width: 79px;
  height: 402px;
  top: 80px;
  left: -78px;
  background-image: url(../img_2x/product_deco_01.png);
}

#product .deco_02 {
  width: 86px;
  height: 601px;
  top: 1160px;
  right: -32px;
  background-image: url(../img_2x/product_deco_02.png);
}

#footer {
  width: 100%;
  padding: 150px 0 100px;
}

#footer .inner .pagetop {
  position: relative;
  display: block;
  width: 90px;
  height: 80px;
  margin: 0 auto;
}

#footer .inner .pagetop .icon {
  position: absolute;
  display: block;
  width: 90px;
  height: 49px;
  bottom: 0;
  left: 0;
  background-image: url(../img_2x/pagetop_allow.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;
}

#footer .inner .pagetop .text {
  position: absolute;
  display: block;
  width: 66px;
  height: 10px;
  top: 0;
  left: 12px;
  background-image: url(../img_2x/pagetop_label.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;
}

#footer .inner .pagetop:hover .text {
  opacity: 0.6;
}

#footer .inner .pagetop:hover .icon {
  opacity: 0.6;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#footer .inner .sns {
  margin: 60px 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: 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;
}

#footer .inner .brand {
  display: block;
  width: 154px;
  height: 80px;
  margin: 50px auto 0;
  background-image: url(../img_2x/footer_logo.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 .brand:hover {
  opacity: 0.5;
}

#footer .inner .copyright {
  display: block;
  width: 430px;
  height: 13px;
  margin: 30px auto 0;
  background-image: url(../img_2x/footer_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#gallery_modal,
#movie_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 80;
}

#gallery_modal .inner,
#movie_modal .inner {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#gallery_modal .inner div,
#movie_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(75, 40, 20, 0.1);
          box-shadow: 0 0 5px rgba(75, 40, 20, 0.1);
  background-color: #fff;
  overflow: hidden;
}

#gallery_modal .inner div iframe,
#movie_modal .inner div iframe {
  width: 100%;
  height: 100%;
}

#gallery_modal .close,
#movie_modal .close {
  position: fixed;
  display: block;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  background-image: url(../img_2x/modal_close.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;
}

#gallery_modal .close:hover,
#movie_modal .close:hover {
  opacity: 0.5;
}

#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: 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;
}

#loading .progress {
  width: 25%;
  height: 2px;
  border-radius: 1px;
  background-color: #f0dfd1;
}

#loading .progress .bar {
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #8f4358;
}

#blur {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
