@charset "UTF-8";
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@-webkit-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-moz-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-webkit-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-moz-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
/* line 94, _animation.scss */
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

/*==================================================*/
/* 前提css */
/*==================================================*/
/* line 8, _default.scss */
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

/* line 8, _default.scss */
a, small, span, strong {
  vertical-align: baseline; }

/* line 8, _default.scss */
article, footer, header, nav, section {
  display: block; }

/* line 8, _default.scss */
li {
  list-style: none; }

/* line 8, _default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 8, _default.scss */
address, th {
  font-style: normal; }

/* line 8, _default.scss */
:focus, a:focus {
  outline: 0; }

/* line 8, _default.scss */
br {
  letter-spacing: normal; }

/* line 9, _default.scss */
textarea {
  resize: none; }

/* line 10, _default.scss */
a {
  text-decoration: none; }

/* line 12, _default.scss */
main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
/* line 17, _default.scss */
.pc {
  display: block; }
  /* line 19, _default.scss */
  .pc.inline {
    display: inline; }
  /* line 22, _default.scss */
  .pc.flex {
    display: flex; }

/* line 26, _default.scss */
.sp {
  display: none; }
  /* line 28, _default.scss */
  .sp.inline {
    display: none; }
  /* line 31, _default.scss */
  .sp.flex {
    display: none; }

@media (max-width: 375px) {
  /* line 36, _default.scss */
  .pc {
    display: none; }
    /* line 38, _default.scss */
    .pc.inline {
      display: none; }
    /* line 41, _default.scss */
    .pc.flex {
      display: none; }

  /* line 45, _default.scss */
  .sp {
    display: block; }
    /* line 47, _default.scss */
    .sp.inline {
      display: inline; }
    /* line 50, _default.scss */
    .sp.flex {
      display: flex; } }
/* line 20, style.scss */
* {
  font-family: 'Noto Sans JP',   sans-serif; }

/* 画面全体の設定 */
/* line 26, style.scss */
#loader_wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: url("../img/mainVisual-bg01.jpg");
  /* ローディングアニメーションの設定 */ }
  /* line 36, style.scss */
  #loader_wrap .loader {
    width: 150px;
    height: 150px;
    background: url("../img/logo.png") no-repeat;
    opacity: 0;
    animation: blink 1.5s infinite linear; }

@keyframes blink {
  50% {
    opacity: 1; } }
/* ローディング終了後 */
/* line 51, style.scss */
.loaded {
  opacity: 0;
  visibility: hidden; }

/* -----------------------------------------------------
   main_Visual
----------------------------------------------------- */
/* line 59, style.scss */
.mainVisual {
  width: 100%;
  height: 45.4166666667vw;
  background-image: url("../img/mainVisual-bg01.jpg");
  background-size: cover;
  position: relative; }
  @media (max-width: 768px) {
    /* line 59, style.scss */
    .mainVisual {
      height: 226.6666666667vw; } }

/* line 69, style.scss */
.mainVisual-bg {
  width: 59.375vw;
  position: absolute;
  left: 3.90625vw;
  top: 0; }
  @media (max-width: 768px) {
    /* line 69, style.scss */
    .mainVisual-bg {
      width: 100%;
      position: absolute;
      left: auto;
      top: 0; } }

/* line 81, style.scss */
.mainVisual-character {
  position: absolute;
  width: 62.65625vw;
  left: 0;
  top: 0; }
  @media (max-width: 768px) {
    /* line 81, style.scss */
    .mainVisual-character {
      display: none; } }

/* line 90, style.scss */
.mainVisual-character_sp {
  display: none; }
  @media (max-width: 768px) {
    /* line 90, style.scss */
    .mainVisual-character_sp {
      display: block;
      position: absolute;
      width: 100%;
      left: auto;
      top: 0; } }

/* line 100, style.scss */
.logo_list {
  display: flex;
  padding: 0.5208333333vw 1.0416666667vw;
  align-items: center;
  background-image: url("../img/logo_link-bg.png");
  position: absolute;
  right: 0.2604166667vw;
  top: 0.5208333333vw;
  z-index: 5; }
  @media (max-width: 768px) {
    /* line 100, style.scss */
    .logo_list {
      right: auto;
      left: 1.3020833333vw;
      top: 1.3020833333vw; } }
  /* line 114, style.scss */
  .logo_list li:nth-child(1) {
    width: 3.0208333333vw; }
    @media (max-width: 768px) {
      /* line 114, style.scss */
      .logo_list li:nth-child(1) {
        width: 7.5520833333vw; } }
  /* line 120, style.scss */
  .logo_list li:nth-child(2) {
    width: 9.0104166667vw;
    margin: 0 1.0416666667vw; }
    @media (max-width: 768px) {
      /* line 120, style.scss */
      .logo_list li:nth-child(2) {
        width: 22.5260416667vw;
        margin: 0 2.6041666667vw; } }
  /* line 128, style.scss */
  .logo_list li:nth-child(3) {
    width: 6.7708333333vw; }
    @media (max-width: 768px) {
      /* line 128, style.scss */
      .logo_list li:nth-child(3) {
        width: 16.9270833333vw; } }

/* line 136, style.scss */
.logo {
  position: absolute;
  width: 30.4166666667vw;
  left: 50%;
  right: auto;
  top: 2.0833333333vw;
  margin: 0 0 0 9.3229166667vw; }
  @media (max-width: 768px) {
    /* line 136, style.scss */
    .logo {
      position: absolute;
      width: 70%;
      left: 0;
      right: -3.2552083333vw;
      top: 106.7708333333vw;
      margin: auto; } }

/* line 152, style.scss */
.release {
  width: 31.40625vw;
  /*width: vw(620);*/
  position: absolute;
  left: 50%;
  right: auto;
  top: 25.5208333333vw;
  /*top: vw(475);*/
  margin: 0 0 0 8.0208333333vw; }
  @media (max-width: 768px) {
    /* line 152, style.scss */
    .release {
      /*width: 80%;*/
      width: 95%;
      left: 0;
      right: 0;
      /*top: vw_p(1245);*/
      top: 158.8541666667vw;
      margin: 0 auto; } }

/* line 171, style.scss */
.updateBtn {
  background: #bb0000;
  border: 2px solid #bb956c;
  box-shadow: 0 0 0 2px #f4ddb1, 0 0 0 3px #a48659;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1979166667vw;
  position: absolute;
  left: 50%;
  right: auto;
  margin: 0 0 0 12.5vw;
  top: 31.7708333333vw;
  text-align: center;
  width: 100%;
  max-width: 21.875vw;
  transition: all .3s; }
  @media (max-width: 768px) {
    /* line 171, style.scss */
    .updateBtn {
      margin: 0 auto;
      font-size: 18px;
      left: 0;
      right: 0;
      max-width: 85%;
      top: 179.6875vw; } }
  /* line 196, style.scss */
  .updateBtn:hover {
    background: #ff4500;
    transition: all .3s; }
    @media (max-width: 768px) {
      /* line 196, style.scss */
      .updateBtn:hover {
        background: #bb0000; } }
  @media (max-width: 768px) {
    /* line 203, style.scss */
    .updateBtn:active {
      background: #ff4500;
      transition: all .3s; } }
  /* line 209, style.scss */
  .updateBtn a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 0.78125vw 0;
    width: 100%;
    height: 100%;
    transition: all .3s; }
    @media (max-width: 768px) {
      /* line 209, style.scss */
      .updateBtn a {
        padding: 3.90625vw 0; } }
    /* line 220, style.scss */
    .updateBtn a span {
      font-family: "Noto Serif JP", serif;
      font-weight: 800;
      position: relative;
      display: inline-block;
      margin-left: -0.625vw; }
      @media (max-width: 768px) {
        /* line 220, style.scss */
        .updateBtn a span {
          margin-left: -20px; } }
      /* line 229, style.scss */
      .updateBtn a span::before {
        content: "";
        background: url("../img/spec_arrow.png") no-repeat;
        background-size: 100%;
        height: 0.78125vw;
        width: 0.625vw;
        position: absolute;
        right: -2.6041666667vw;
        top: 50%;
        margin-top: -0.4166666667vw;
        transition: all .3s; }
        @media (max-width: 768px) {
          /* line 229, style.scss */
          .updateBtn a span::before {
            height: 15px;
            width: 12px;
            margin-top: -7px;
            right: -6.5104166667vw; } }
    /* line 250, style.scss */
    .updateBtn a:hover span::before {
      right: -2.8645833333vw;
      transition: all .3s; }
      @media (max-width: 768px) {
        /* line 250, style.scss */
        .updateBtn a:hover span::before {
          right: -6.5104166667vw; } }
    /* line 261, style.scss */
    .updateBtn a:active span::before {
      transition: all .3s; }
      @media (max-width: 768px) {
        /* line 261, style.scss */
        .updateBtn a:active span::before {
          right: -8.4635416667vw; } }

/* line 271, style.scss */
.twitter {
  width: 31.9791666667vw;
  position: absolute;
  left: 50%;
  right: auto;
  top: 35.9375vw;
  margin: 0 0 0 7.65625vw; }
  /* line 278, style.scss */
  .twitter:hover {
    animation: pulse .5s ease; }
  @media (max-width: 768px) {
    /* line 271, style.scss */
    .twitter {
      width: 90%;
      left: 0;
      right: 0;
      top: 200.5208333333vw;
      margin: auto; }
      /* line 287, style.scss */
      .twitter:hover {
        animation: none; }
      /* line 290, style.scss */
      .twitter:active {
        animation: pulse .5s ease; } }

/* line 295, style.scss */
img {
  width: 100%; }

/* -----------------------------------------------------
   PC_menu
----------------------------------------------------- */
/* line 302, style.scss */
.globalNavi {
  border-bottom: 1px solid #e1cba0;
  font-weight: 900;
  position: relative;
  width: 100%;
  z-index: 1000; }
  /* line 308, style.scss */
  .globalNavi.fix {
    position: fixed;
    top: 0; }
  @media (max-width: 768px) {
    /* line 302, style.scss */
    .globalNavi {
      display: none; } }
  /* line 315, style.scss */
  .globalNavi::before {
    content: "";
    background: #e1cba0;
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    z-index: 102; }
  /* line 324, style.scss */
  .globalNavi::after {
    content: "";
    background: #bb956c;
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 100%;
    z-index: 101; }
  /* line 333, style.scss */
  .globalNavi_list {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 70px; }
    @media (max-width: 768px) {
      /* line 333, style.scss */
      .globalNavi_list {
        background: none; } }
    /* line 342, style.scss */
    .globalNavi_list li {
      color: #fff;
      font-family: "Noto Serif JP", serif !important;
      font-size: 20px;
      letter-spacing: .05em;
      text-indent: .05em;
      position: relative;
      z-index: 106;
      padding: 0;
      margin: 0; }
      @media (max-width: 1280px) {
        /* line 342, style.scss */
        .globalNavi_list li {
          font-size: 1.5625vw; } }
      @media (max-width: 768px) {
        /* line 342, style.scss */
        .globalNavi_list li {
          font-size: 20px;
          font-weight: bold;
          padding: 20px 0;
          box-sizing: border-box; } }
      /* line 361, style.scss */
      .globalNavi_list li:nth-child(n + 2) {
        margin-left: 60px; }
        @media (max-width: 1480px) {
          /* line 361, style.scss */
          .globalNavi_list li:nth-child(n + 2) {
            margin-left: 30px; } }
        @media (max-width: 768px) {
          /* line 361, style.scss */
          .globalNavi_list li:nth-child(n + 2) {
            margin-left: 0; } }
      /* line 370, style.scss */
      .globalNavi_list li.active {
        color: #ffff00; }
      /* line 373, style.scss */
      .globalNavi_list li.off {
        opacity: .3; }
      /* line 376, style.scss */
      .globalNavi_list li.spec-btn {
        height: auto;
        max-width: 137px;
        position: relative; }
        /* line 380, style.scss */
        .globalNavi_list li.spec-btn::after {
          content: "";
          background: url("../img/spec-btn_arrow.png") no-repeat;
          height: 10px;
          width: 13px;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -5px; }
        /* line 390, style.scss */
        .globalNavi_list li.spec-btn:hover {
          transition: all 0.3s;
          opacity: .8; }
          /* line 393, style.scss */
          .globalNavi_list li.spec-btn:hover::after {
            transition: all 0.3s;
            margin-top: 0;
            opacity: 1; }
      /* line 400, style.scss */
      .globalNavi_list li.reserve-btn {
        height: auto;
        max-width: 137px;
        position: relative; }
        /* line 404, style.scss */
        .globalNavi_list li.reserve-btn::after {
          content: "";
          background: url("../img/reserve-btn_arrow.png") no-repeat;
          transform: rotateZ(90deg);
          height: 13px;
          width: 10px;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -6px; }
        /* line 415, style.scss */
        .globalNavi_list li.reserve-btn:hover {
          transition: all 0.3s;
          opacity: .8; }
          @media (max-width: 768px) {
            /* line 415, style.scss */
            .globalNavi_list li.reserve-btn:hover {
              opacity: 1; } }
          /* line 421, style.scss */
          .globalNavi_list li.reserve-btn:hover::after {
            transition: all 0.3s;
            /*right: 15px;*/
            top: 25px;
            opacity: 1; }
            @media (max-width: 768px) {
              /* line 421, style.scss */
              .globalNavi_list li.reserve-btn:hover::after {
                right: 20px; } }
        @media (max-width: 768px) {
          /* line 432, style.scss */
          .globalNavi_list li.reserve-btn:active {
            transition: all 0.3s; }
            /* line 434, style.scss */
            .globalNavi_list li.reserve-btn:active::after {
              transition: all 0.3s;
              right: 15px;
              opacity: 1; } }
      /* line 442, style.scss */
      .globalNavi_list li a {
        color: #fff;
        font-family: "Noto Serif JP", serif !important;
        transition: all 0.3s; }
        /* line 446, style.scss */
        .globalNavi_list li a:hover {
          color: #ffff00; }
        @media (max-width: 768px) {
          /* line 450, style.scss */
          .globalNavi_list li a:hover {
            color: #fff; }
          /* line 453, style.scss */
          .globalNavi_list li a:active {
            color: #ffff00; } }

/* -----------------------------------------------------
   SP_menu
----------------------------------------------------- */
/* line 465, style.scss */
.buy_menu_btn {
  background: #fff144;
  border: 1px solid #3d120a;
  box-sizing: border-box;
  color: #3d120a;
  display: none;
  font-size: 2.9947916667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: fixed;
  right: 14.3229166667vw;
  text-align: center;
  top: 1.3020833333vw;
  height: 11.9791666667vw;
  width: 23.4375vw;
  z-index: 80; }
  @media (max-width: 768px) {
    /* line 465, style.scss */
    .buy_menu_btn {
      display: block; } }
  /* line 484, style.scss */
  .buy_menu_btn:active {
    transition: all .5s;
    background: rgba(255, 241, 68, 0.6); }
  /* line 488, style.scss */
  .buy_menu_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    color: #3d120a;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .5s; }
    /* line 501, style.scss */
    .buy_menu_btn a:active {
      transition: all .5s;
      color: #3d120a; }
  /* line 506, style.scss */
  .buy_menu_btn figure {
    margin-right: 2px;
    height: auto;
    width: 4.5572916667vw; }
    /* line 510, style.scss */
    .buy_menu_btn figure img {
      height: auto;
      width: 100%; }

/* line 517, style.scss */
.globalNavi_sp {
  display: none; }
  @media (max-width: 768px) {
    /* line 517, style.scss */
    .globalNavi_sp {
      display: block; } }
  /* line 522, style.scss */
  .globalNavi_sp .globalNavi_list {
    flex-direction: column;
    height: auto; }
    @media (max-width: 768px) {
      /* line 522, style.scss */
      .globalNavi_sp .globalNavi_list {
        padding: 30px 0; } }
  /* line 529, style.scss */
  .globalNavi_sp .globalNavi_item {
    margin-right: 0; }
  /* line 532, style.scss */
  .globalNavi_sp .globalNavi_item a {
    margin: 0 auto; }

/* line 537, style.scss */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #000;
  transition: all 0.5s; }
  @media (max-width: 768px) {
    /* line 537, style.scss */
    .menu-content {
      background: rgba(0, 0, 0, 0.9); } }

/* line 550, style.scss */
.menu-btn {
  position: fixed;
  top: 1.3020833333vw;
  right: 1.3020833333vw;
  display: flex;
  height: 11.71875vw;
  width: 11.71875vw;
  justify-content: center;
  align-items: center;
  z-index: 120;
  background: #000;
  border: 1px solid #fff; }

/* line 563, style.scss */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 0.390625vw;
  width: 4.6875vw;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s; }

/* line 577, style.scss */
.menu-btn span::before {
  bottom: 1.5625vw; }
/* line 578, style.scss */
.menu-btn span::after {
  top: 1.5625vw; }

/* line 581, style.scss */
#menu-btn-check {
  display: none; }

/* line 584, style.scss */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

/* line 587, style.scss */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg); }

/* line 591, style.scss */
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg); }

/* line 595, style.scss */
#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/ }

/* -----------------------------------------------------
   footer
----------------------------------------------------- */
/* line 603, style.scss */
footer {
  background: #000;
  padding: 80px 0 40px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    /* line 603, style.scss */
    footer {
      padding: 40px 0;
      height: auto;
      width: 100%; } }

/* line 613, style.scss */
.footer_twitter {
  width: 64px;
  margin-left: 50px; }
  @media (max-width: 768px) {
    /* line 613, style.scss */
    .footer_twitter {
      /*margin-top: 30px;*/
      margin-left: 0; } }

/* line 621, style.scss */
.footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  width: 100%; }
  @media (max-width: 768px) {
    /* line 621, style.scss */
    .footer_link {
      flex-direction: column; } }
  /* line 630, style.scss */
  .footer_link .footer_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    height: 70px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
    padding: 0 60px 0 30px;
    position: relative; }
    /* line 631, style.scss */
    .footer_link .footer_btn a {
      color: #fff;
      line-height: 1.2; }
    @media (max-width: 768px) {
      /* line 630, style.scss */
      .footer_link .footer_btn {
        width: 90%;
        height: 70px; } }
    /* line 650, style.scss */
    .footer_link .footer_btn::after {
      content: "";
      width: 12px;
      height: 15px;
      background-image: url("../img/spec_arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      right: 21px;
      transition: .3s;
      margin-top: -8px; }
      @media (max-width: 768px) {
        /* line 650, style.scss */
        .footer_link .footer_btn::after {
          width: 12px;
          height: 15px;
          right: 21px;
          margin-top: -8px; } }
    /* line 670, style.scss */
    .footer_link .footer_btn:hover {
      transition: all 0.3s;
      background: rgba(235, 97, 0, 0.3); }
      /* line 673, style.scss */
      .footer_link .footer_btn:hover::after {
        right: 0.7291666667vw; }
    @media (max-width: 768px) {
      /* line 678, style.scss */
      .footer_link .footer_btn:hover {
        background: none; }
        /* line 680, style.scss */
        .footer_link .footer_btn:hover::after {
          right: 21px; }
      /* line 684, style.scss */
      .footer_link .footer_btn:active {
        background: rgba(235, 97, 0, 0.3); }
        /* line 686, style.scss */
        .footer_link .footer_btn:active::after {
          right: 14px; } }
    /* line 691, style.scss */
    .footer_link .footer_btn:nth-child(n + 2) {
      margin-left: 30px; }
      @media (max-width: 768px) {
        /* line 691, style.scss */
        .footer_link .footer_btn:nth-child(n + 2) {
          margin-left: 0;
          margin-top: 20px; } }
      /* line 697, style.scss */
      .footer_link .footer_btn:nth-child(n + 2):hover {
        transition: all 0.3s;
        background: rgba(35, 15, 92, 0.5); }
        /* line 700, style.scss */
        .footer_link .footer_btn:nth-child(n + 2):hover::after {
          right: 0.7291666667vw; }
      @media (max-width: 768px) {
        /* line 705, style.scss */
        .footer_link .footer_btn:nth-child(n + 2):hover {
          background: none; }
          /* line 707, style.scss */
          .footer_link .footer_btn:nth-child(n + 2):hover::after {
            right: 21px; }
        /* line 711, style.scss */
        .footer_link .footer_btn:nth-child(n + 2):active {
          background: rgba(228, 0, 127, 0.3); }
          /* line 713, style.scss */
          .footer_link .footer_btn:nth-child(n + 2):active::after {
            right: 14px; } }
    /* line 719, style.scss */
    .footer_link .footer_btn:nth-child(n + 3) {
      margin-left: 30px; }
      @media (max-width: 768px) {
        /* line 719, style.scss */
        .footer_link .footer_btn:nth-child(n + 3) {
          margin-left: 0;
          margin-top: 20px; } }
      /* line 725, style.scss */
      .footer_link .footer_btn:nth-child(n + 3):hover {
        transition: all 0.3s;
        background: rgba(228, 0, 127, 0.3); }
        /* line 728, style.scss */
        .footer_link .footer_btn:nth-child(n + 3):hover::after {
          right: 0.7291666667vw; }
      @media (max-width: 768px) {
        /* line 733, style.scss */
        .footer_link .footer_btn:nth-child(n + 3):hover {
          background: none; }
          /* line 735, style.scss */
          .footer_link .footer_btn:nth-child(n + 3):hover::after {
            right: 21px; }
        /* line 739, style.scss */
        .footer_link .footer_btn:nth-child(n + 3):active {
          background: rgba(228, 0, 127, 0.3); }
          /* line 741, style.scss */
          .footer_link .footer_btn:nth-child(n + 3):active::after {
            right: 14px; } }

/* line 750, style.scss */
.footer_link_2nd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    /* line 750, style.scss */
    .footer_link_2nd {
      margin: 0 auto;
      width: 90%; } }
  /* line 764, style.scss */
  .footer_link_2nd li:nth-child(1) a {
    width: 266px; }
    @media (max-width: 768px) {
      /* line 764, style.scss */
      .footer_link_2nd li:nth-child(1) a {
        margin: 0 auto;
        width: 80%; } }
  /* line 771, style.scss */
  .footer_link_2nd li:nth-child(2) a {
    width: 269px;
    margin-left: 10px; }
    @media (max-width: 768px) {
      /* line 771, style.scss */
      .footer_link_2nd li:nth-child(2) a {
        margin: 20px auto 0;
        width: 80%; } }
  /* line 779, style.scss */
  .footer_link_2nd li:nth-child(3) a {
    width: 237px; }
    @media (max-width: 768px) {
      /* line 779, style.scss */
      .footer_link_2nd li:nth-child(3) a {
        margin: 20px auto 0;
        width: 80%; } }
  /* line 786, style.scss */
  .footer_link_2nd li:nth-child(4) a {
    width: 121px;
    margin-left: 30px; }
    @media (max-width: 768px) {
      /* line 786, style.scss */
      .footer_link_2nd li:nth-child(4) a {
        margin: 40px auto 0; } }
  /* line 793, style.scss */
  .footer_link_2nd li:hover {
    transition: all 0.3s;
    opacity: .5; }
    @media (max-width: 768px) {
      /* line 793, style.scss */
      .footer_link_2nd li:hover {
        opacity: 1; } }
  @media (max-width: 768px) {
    /* line 801, style.scss */
    .footer_link_2nd li:active {
      transition: all 0.3s;
      opacity: .5; } }

/* line 809, style.scss */
.footer_logo_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 768px) {
    /* line 809, style.scss */
    .footer_logo_list {
      box-sizing: border-box;
      padding: 0 15px; } }
  /* line 819, style.scss */
  .footer_logo_list li:nth-child(1) {
    width: 60px; }
  /* line 822, style.scss */
  .footer_logo_list li:nth-child(2) {
    width: 170px;
    margin-left: 20px; }
  /* line 826, style.scss */
  .footer_logo_list li:nth-child(3) {
    width: 130px;
    margin-left: 20px; }

/* line 834, style.scss */
.footer_bn a {
  display: block;
  margin-right: 1.0416666667vw; }

/* line 839, style.scss */
.copy {
  width: 40%;
  margin: 26px auto 0; }
  @media (max-width: 768px) {
    /* line 839, style.scss */
    .copy {
      width: 90%; } }

/* -----------------------------------------------------
   TOP
----------------------------------------------------- */
/* line 852, style.scss */
.about {
  height: 31.1979166667vw;
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768px) {
    /* line 852, style.scss */
    .about {
      height: 109.375vw;
      background-image: url("../img/about-bg-sp.jpg");
      background-position: center;
      overflow: hidden; } }
  /* line 864, style.scss */
  .about_inr {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.0416666667vw;
    text-align: center;
    text-shadow: 2px 1px 5px #000;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -7%;
    width: 40.8333333333vw; }
    /* line 876, style.scss */
    .about_inr::before {
      content: "";
      background-image: url("../img/about-bg.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      margin-top: -13.6458333333vw;
      height: 27.34375vw;
      width: 40.8333333333vw;
      top: 50%;
      left: 0;
      z-index: 1; }
    @media (max-width: 768px) {
      /* line 864, style.scss */
      .about_inr {
        background-image: url("../img/about-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 13.0208333333vw 0;
        font-size: 3.125vw;
        line-height: 4.6875vw;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -10%;
        margin-right: -5.859375vw;
        width: 100%; } }
    /* line 904, style.scss */
    .about_inr h2 {
      position: relative;
      margin-left: 3.2552083333vw;
      max-width: 31.7708333333vw;
      z-index: 2; }
      @media (max-width: 768px) {
        /* line 904, style.scss */
        .about_inr h2 {
          margin-left: 0;
          margin: 0 auto;
          max-width: 80%; } }
  /* line 916, style.scss */
  .about_text {
    line-height: 160%;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      /* line 916, style.scss */
      .about_text {
        margin-top: 10px;
        margin-left: -12%; } }

/* line 927, style.scss */
.movie {
  box-sizing: border-box;
  padding: 3.8541666667vw 0 6.25vw;
  background-image: url("../img/movie-bg01.png"), url("../img/movie-bg02.png"), url("../img/movie-bg.jpg");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: right -3.125vw, left -3.125vw, center;
  background-size: 26%,26%,auto;
  border-bottom: 0.3125vw solid #d6be90;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    /* line 927, style.scss */
    .movie {
      background-image: url("../img/movie-bg.jpg");
      background-repeat: repeat;
      background-position: center;
      background-size: auto;
      padding: 10.4166666667vw 0 13.0208333333vw; } }
  /* line 943, style.scss */
  .movie_area {
    box-sizing: border-box;
    margin: 30px auto 0;
    max-width: 560px;
    padding: 0 20px; }
    /* line 948, style.scss */
    .movie_area p {
      color: #555555;
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      margin-top: 10px;
      text-align: center; }
      /* line 955, style.scss */
      .movie_area p .sp {
        display: none; }
        @media (max-width: 768px) {
          /* line 955, style.scss */
          .movie_area p .sp {
            display: block; } }
  /* line 963, style.scss */
  .movie_cont {
    border: 1px solid #dbb15e; }
    /* line 965, style.scss */
    .movie_cont .thumb {
      position: relative;
      border: 2px solid #e1cba0;
      transition: all 0.3s; }
      /* line 969, style.scss */
      .movie_cont .thumb::before {
        content: "";
        background: url("../img/movie-btn.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 6.7708333333vw;
        width: 6.7708333333vw;
        margin-top: -3.3854166667vw; }
        @media (max-width: 1480px) {
          /* line 969, style.scss */
          .movie_cont .thumb::before {
            height: 8.7837837838vw;
            width: 8.7837837838vw;
            margin-top: -4.3918918919vw; } }
        @media (max-width: 1280px) {
          /* line 969, style.scss */
          .movie_cont .thumb::before {
            height: 10.15625vw;
            width: 10.15625vw;
            margin-top: -5.078125vw; } }
        @media (max-width: 1024px) {
          /* line 969, style.scss */
          .movie_cont .thumb::before {
            height: 9.765625vw;
            width: 9.765625vw;
            margin-top: -4.8828125vw; } }
        @media (max-width: 768px) {
          /* line 969, style.scss */
          .movie_cont .thumb::before {
            height: 16.9270833333vw;
            width: 16.9270833333vw;
            margin-top: -8.4635416667vw; } }
      /* line 1002, style.scss */
      .movie_cont .thumb:hover {
        transition: all 0.3s;
        opacity: .7; }
      /* line 1006, style.scss */
      .movie_cont .thumb img {
        border: 1px solid #f0e1c3;
        object-fit: cover;
        max-height: 315px; }

/* line 1014, style.scss */
.movie_title {
  margin: 0 auto;
  width: 204px; }
  @media (max-width: 1480px) {
    /* line 1014, style.scss */
    .movie_title {
      width: 13.7837837838vw; } }
  @media (max-width: 1280px) {
    /* line 1014, style.scss */
    .movie_title {
      width: 15.9375vw; } }
  @media (max-width: 1024px) {
    /* line 1014, style.scss */
    .movie_title {
      width: 19.921875vw; } }
  @media (max-width: 768px) {
    /* line 1014, style.scss */
    .movie_title {
      width: 26.5625vw; } }

/* line 1030, style.scss */
.movie_titleJP {
  text-align: center;
  color: #c19d68;
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding-top: 0.8333333333vw;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    /* line 1030, style.scss */
    .movie_titleJP {
      font-size: 2.6041666667vw;
      padding-top: 2.0833333333vw; } }

/* line 1042, style.scss */
.movie_slider {
  width: 62.5vw;
  margin: 1.3541666667vw auto 0;
  position: relative; }
  @media (max-width: 768px) {
    /* line 1042, style.scss */
    .movie_slider {
      width: 80%; } }

/* line 1050, style.scss */
.swiper-slide {
  position: relative;
  box-sizing: border-box; }
  /* line 1053, style.scss */
  .swiper-slide p {
    line-height: 140%;
    text-align: center;
    margin-top: 0.7291666667vw;
    font-size: 0.9375vw; }
    @media (max-width: 768px) {
      /* line 1053, style.scss */
      .swiper-slide p {
        margin-top: 3.7333333333vw;
        font-size: 4.8vw; } }

/* line 1064, style.scss */
.swiper-button-prev {
  background-image: url("../img/movie_prev.png");
  width: 3.6458333333vw !important;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    /* line 1064, style.scss */
    .swiper-button-prev {
      width: 9.1145833333vw !important; } }
  /* line 1072, style.scss */
  .swiper-button-prev::after {
    display: none; }

/* line 1076, style.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -2.0833333333vw !important; }
  @media (max-width: 768px) {
    /* line 1076, style.scss */
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: -2.0833333333vw !important;
      top: 50% !important;
      margin-top: -8.3333333333vw !important; } }

/* line 1084, style.scss */
.swiper-button-next {
  background-image: url("../img/movie_next.png");
  width: 3.6458333333vw !important;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    /* line 1084, style.scss */
    .swiper-button-next {
      width: 9.1145833333vw !important; } }
  /* line 1092, style.scss */
  .swiper-button-next::after {
    display: none; }

/* line 1096, style.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -2.0833333333vw !important; }
  @media (max-width: 768px) {
    /* line 1096, style.scss */
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: -2.0833333333vw !important;
      top: 50% !important;
      margin-top: -8.3333333333vw !important; } }

/* line 1105, style.scss */
#point {
  box-sizing: border-box;
  background-image: url(../img/point-bg.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 200px 0 300px; }
  @media (max-width: 1024px) {
    /* line 1105, style.scss */
    #point {
      background-size: 100%;
      background-repeat: repeat-y;
      padding: 180px 0 200px; } }
  /* line 1117, style.scss */
  #point .pc {
    display: block; }
    @media (max-width: 768px) {
      /* line 1117, style.scss */
      #point .pc {
        display: none; } }
  /* line 1123, style.scss */
  #point .sp {
    display: none; }
    @media (max-width: 768px) {
      /* line 1123, style.scss */
      #point .sp {
        display: block; } }
  @media (max-width: 768px) {
    /* line 1105, style.scss */
    #point {
      background-size: cover;
      background-position: center right;
      padding: 80px 0 230px; } }
  /* line 1135, style.scss */
  #point .point_cloud01 {
    position: absolute;
    top: -4.7916666667vw;
    right: 0;
    width: 21.9270833333vw; }
    @media (max-width: 768px) {
      /* line 1135, style.scss */
      #point .point_cloud01 {
        right: 0;
        top: -10.6770833333vw;
        width: 41.796875vw; } }
  /* line 1146, style.scss */
  #point .point_cloud02 {
    position: absolute;
    bottom: -6.71875vw;
    left: 0;
    width: 22.3958333333vw; }
    @media (max-width: 768px) {
      /* line 1146, style.scss */
      #point .point_cloud02 {
        left: 0;
        bottom: -11.9791666667vw;
        width: 42.96875vw; } }
  /* line 1157, style.scss */
  #point .point_inr {
    margin: 0 auto;
    width: 71.6145833333vw; }
    @media (max-width: 768px) {
      /* line 1157, style.scss */
      #point .point_inr {
        width: 100%; } }
  /* line 1164, style.scss */
  #point .point_cont {
    position: relative;
    margin: 0 0 0 auto;
    width: 52.0833333333vw;
    border: 2px solid #524943; }
    /* line 1169, style.scss */
    #point .point_cont:nth-child(2) {
      margin: 0 auto 0 0;
      margin-top: 11.9791666667vw; }
      @media (max-width: 768px) {
        /* line 1169, style.scss */
        #point .point_cont:nth-child(2) {
          margin: 45% auto 0; } }
      /* line 1175, style.scss */
      #point .point_cont:nth-child(2)::before {
        content: "";
        background: url("../img/point03_img_sp.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: auto;
        right: -21.6145833333vw;
        top: 2vw;
        height: 24.21875vw;
        width: 26.3541666667vw;
        z-index: 1; }
        @media (max-width: 768px) {
          /* line 1175, style.scss */
          #point .point_cont:nth-child(2)::before {
            top: 90%;
            left: auto;
            right: 0;
            height: 49.7395833333vw;
            width: 54.6875vw; } }
    /* line 1195, style.scss */
    #point .point_cont:nth-child(3) {
      margin: 0 0 0 auto;
      margin-top: 11.9791666667vw; }
      @media (max-width: 768px) {
        /* line 1195, style.scss */
        #point .point_cont:nth-child(3) {
          margin: 50% auto 5%; } }
      /* line 1201, style.scss */
      #point .point_cont:nth-child(3)::before {
        content: "";
        background: url("../img/point02_img_sp.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: -22.65625vw;
        top: 0;
        height: 28.0208333333vw;
        width: 32.2916666667vw;
        z-index: 1; }
        @media (max-width: 768px) {
          /* line 1201, style.scss */
          #point .point_cont:nth-child(3)::before {
            top: 90%;
            left: 0;
            height: 54.4270833333vw;
            width: 61.1979166667vw; } }
    /* line 1219, style.scss */
    #point .point_cont::before {
      content: "";
      background: url("../img/point01_img_sp.png") no-repeat;
      background-size: 100%;
      position: absolute;
      left: -22.65625vw;
      top: 0;
      height: 28.6458333333vw;
      width: 33.75vw;
      z-index: 1; }
      @media (max-width: 768px) {
        /* line 1219, style.scss */
        #point .point_cont::before {
          top: 75%;
          left: 0vw;
          height: 54.6875vw;
          width: 60.9375vw; } }
    @media (max-width: 768px) {
      /* line 1164, style.scss */
      #point .point_cont {
        margin: 0 auto;
        width: 90%; } }
    /* line 1240, style.scss */
    #point .point_cont .wrap {
      box-sizing: border-box;
      padding: 30px 20px 100px;
      color: #fff;
      border: 1px solid #ddc79d; }
      @media (max-width: 768px) {
        /* line 1240, style.scss */
        #point .point_cont .wrap {
          padding-bottom: 70px; } }
      /* line 1248, style.scss */
      #point .point_cont .wrap.left {
        background: rgba(16, 15, 15, 0.8);
        position: relative; }
        /* line 1251, style.scss */
        #point .point_cont .wrap.left::before {
          content: "";
          background: url("../img/point-cloud_img02.png") no-repeat;
          background-size: 100%;
          position: absolute;
          top: -3.90625vw;
          right: -1.5625vw;
          height: 6.3020833333vw;
          width: 12.8645833333vw; }
          @media (max-width: 768px) {
            /* line 1251, style.scss */
            #point .point_cont .wrap.left::before {
              top: -9.765625vw;
              right: -3.90625vw;
              height: 15.7552083333vw;
              width: 32.1614583333vw; } }
        /* line 1267, style.scss */
        #point .point_cont .wrap.left::after {
          content: "";
          background: url("../img/point-cloud_img01.png") no-repeat;
          background-size: 100%;
          position: absolute;
          bottom: -1.5625vw;
          left: -2.0833333333vw;
          height: 5.7291666667vw;
          width: 18.75vw; }
          @media (max-width: 768px) {
            /* line 1267, style.scss */
            #point .point_cont .wrap.left::after {
              display: none; } }
        /* line 1280, style.scss */
        #point .point_cont .wrap.left .btn {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2.8645833333vw;
          margin: 0 auto;
          width: 21.0416666667vw;
          z-index: 1; }
          /* line 1288, style.scss */
          #point .point_cont .wrap.left .btn:hover {
            animation: pulse .5s ease; }
          /* line 1291, style.scss */
          #point .point_cont .wrap.left .btn-long {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2.8645833333vw;
            margin: 0 auto;
            width: 27.0833333333vw;
            z-index: 1; }
            /* line 1299, style.scss */
            #point .point_cont .wrap.left .btn-long:hover {
              animation: pulse .5s ease; }
            @media (max-width: 768px) {
              /* line 1291, style.scss */
              #point .point_cont .wrap.left .btn-long {
                right: auto;
                width: 67.7083333333vw;
                bottom: -7.1614583333vw; }
                /* line 1306, style.scss */
                #point .point_cont .wrap.left .btn-long:hover {
                  animation: none; }
                /* line 1309, style.scss */
                #point .point_cont .wrap.left .btn-long:active {
                  animation: pulse .5s ease; } }
          @media (max-width: 768px) {
            /* line 1280, style.scss */
            #point .point_cont .wrap.left .btn {
              right: auto;
              width: 52.6041666667vw;
              bottom: -7.1614583333vw; }
              /* line 1318, style.scss */
              #point .point_cont .wrap.left .btn:hover {
                animation: none; }
              /* line 1321, style.scss */
              #point .point_cont .wrap.left .btn:active {
                animation: pulse .5s ease; } }
      /* line 1327, style.scss */
      #point .point_cont .wrap.right {
        margin: 0 0 0 auto;
        background: rgba(16, 15, 15, 0.8);
        position: relative; }
        /* line 1331, style.scss */
        #point .point_cont .wrap.right::before {
          content: "";
          background: url("../img/point-cloud_img02.png") no-repeat;
          background-size: 100%;
          position: absolute;
          bottom: -2.0833333333vw;
          right: -2.0833333333vw;
          height: 6.3020833333vw;
          width: 12.8645833333vw; }
          @media (max-width: 768px) {
            /* line 1331, style.scss */
            #point .point_cont .wrap.right::before {
              display: none; } }
        /* line 1344, style.scss */
        #point .point_cont .wrap.right::after {
          content: "";
          background: url("../img/point-cloud_img01.png") no-repeat;
          background-size: 100%;
          position: absolute;
          top: -4.1666666667vw;
          left: -1.5625vw;
          height: 5.7291666667vw;
          width: 18.75vw; }
          @media (max-width: 768px) {
            /* line 1344, style.scss */
            #point .point_cont .wrap.right::after {
              top: -10.4166666667vw;
              left: -5.2083333333vw;
              height: 14.3229166667vw;
              width: 46.875vw; } }
        /* line 1360, style.scss */
        #point .point_cont .wrap.right .btn {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2.8645833333vw;
          margin: 0 auto;
          width: 21.0416666667vw;
          z-index: 1; }
          /* line 1368, style.scss */
          #point .point_cont .wrap.right .btn:hover {
            animation: pulse .5s ease; }
          @media (max-width: 768px) {
            /* line 1360, style.scss */
            #point .point_cont .wrap.right .btn {
              left: auto;
              width: 52.6041666667vw;
              bottom: -7.1614583333vw; }
              /* line 1375, style.scss */
              #point .point_cont .wrap.right .btn:hover {
                animation: none; }
              /* line 1378, style.scss */
              #point .point_cont .wrap.right .btn:active {
                animation: pulse .5s ease; } }
      /* line 1384, style.scss */
      #point .point_cont .wrap h2 {
        margin: 0 auto 10px;
        width: 45.3125vw; }
        @media (max-width: 768px) {
          /* line 1384, style.scss */
          #point .point_cont .wrap h2 {
            width: 100%; } }
      /* line 1391, style.scss */
      #point .point_cont .wrap .txt_area {
        box-sizing: border-box;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 180%;
        text-align: center; }
        @media (max-width: 768px) {
          /* line 1391, style.scss */
          #point .point_cont .wrap .txt_area {
            text-align: left; } }
        /* line 1399, style.scss */
        #point .point_cont .wrap .txt_area .pc {
          display: block; }
          @media (max-width: 768px) {
            /* line 1399, style.scss */
            #point .point_cont .wrap .txt_area .pc {
              display: none; } }
        /* line 1405, style.scss */
        #point .point_cont .wrap .txt_area span {
          font-weight: 700;
          font-size: 1.3541666667vw; }
          @media (max-width: 768px) {
            /* line 1405, style.scss */
            #point .point_cont .wrap .txt_area span {
              font-size: 3.3854166667vw; } }
          /* line 1411, style.scss */
          #point .point_cont .wrap .txt_area span.blue {
            color: #00ffff; }
          /* line 1414, style.scss */
          #point .point_cont .wrap .txt_area span.yellow {
            display: inline-block;
            margin-top: 10px;
            color: #ffff00; }

/* line 1426, style.scss */
.spec {
  box-sizing: border-box;
  padding-top: 7.0833333333vw;
  box-sizing: border-box;
  /*height: vw(750);*/
  background-image: url("../img/spec-bg01.png"), url("../img/spec-bg.jpg");
  background-size: 34%,cover;
  background-position: 102% 111%,center;
  background-repeat: no-repeat,no-repeat; }
  @media (max-width: 768px) {
    /* line 1426, style.scss */
    .spec {
      padding: 17.7083333333vw 0;
      height: auto; } }
  /* line 1439, style.scss */
  .spec_wrap {
    display: flex;
    margin: 0 auto;
    width: 59.5833333333vw; }
    @media (max-width: 768px) {
      /* line 1439, style.scss */
      .spec_wrap {
        flex-direction: column;
        margin-bottom: 30px;
        width: 80%; } }
  /* line 1449, style.scss */
  .spec_date {
    display: flex; }
    @media (max-width: 768px) {
      /* line 1449, style.scss */
      .spec_date {
        flex-direction: column; } }
    /* line 1454, style.scss */
    .spec_date-wrap {
      display: flex;
      align-items: flex-end;
      color: #fff;
      font-family: "Noto Serif JP", serif;
      font-weight: bold;
      font-size: 1.4583333333vw; }
      @media (max-width: 768px) {
        /* line 1454, style.scss */
        .spec_date-wrap {
          font-size: 18px; } }
      /* line 1464, style.scss */
      .spec_date-wrap > span {
        font-family: "Noto Serif JP", serif;
        font-weight: bold;
        font-size: 1.9791666667vw; }
        @media (max-width: 768px) {
          /* line 1464, style.scss */
          .spec_date-wrap > span {
            font-size: 28px; } }
  /* line 1474, style.scss */
  .spec_productImg {
    width: 15.1041666667vw;
    margin-right: 2.6041666667vw; }
    @media (max-width: 768px) {
      /* line 1474, style.scss */
      .spec_productImg {
        margin: 0 auto;
        width: 54.6875vw; } }
  /* line 1482, style.scss */
  .spec_title {
    max-width: 607px;
    margin-top: 1.5625vw;
    margin-bottom: 1.9791666667vw; }
    @media (max-width: 768px) {
      /* line 1482, style.scss */
      .spec_title {
        max-width: 100%;
        margin-top: 5.2083333333vw;
        margin-bottom: 7.8125vw; } }
  /* line 1492, style.scss */
  .spec_wrap02 {
    display: flex;
    height: 2.6041666667vw;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 1492, style.scss */
      .spec_wrap02 {
        flex-direction: column;
        height: auto;
        margin-top: 1.171875vw; } }
    /* line 1501, style.scss */
    .spec_wrap02:nth-child(n + 2) {
      margin-top: 0.46875vw; }
      @media (max-width: 768px) {
        /* line 1501, style.scss */
        .spec_wrap02:nth-child(n + 2) {
          margin: 20px 0 30px; } }
    /* line 1508, style.scss */
    .spec_wrap02 span.yellow {
      color: #ffff00;
      font-size: 0.8333333333vw;
      margin-right: 1.0416666667vw;
      font-weight: 500; }
      @media (max-width: 768px) {
        /* line 1508, style.scss */
        .spec_wrap02 span.yellow {
          font-size: 16px;
          margin-bottom: 10px;
          text-align: center; } }
  /* line 1521, style.scss */
  .spec_box {
    background: rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    font-size: 0.9375vw;
    color: #fff;
    width: 10.4166666667vw;
    height: 2.6041666667vw;
    text-align: center;
    border: 1px solid #fff;
    line-height: 2.6041666667vw;
    margin-right: 1.71875vw; }
    @media (max-width: 768px) {
      /* line 1521, style.scss */
      .spec_box {
        font-size: 18px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        margin-bottom: 15px; } }
  /* line 1541, style.scss */
  .spec_price {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 1.9791666667vw; }
    /* line 1546, style.scss */
    .spec_price span {
      font-size: 1.3541666667vw; }
    @media (max-width: 768px) {
      /* line 1541, style.scss */
      .spec_price {
        font-size: 24px;
        width: 100%;
        margin: 15px 0 30px;
        text-align: center; } }
  /* line 1556, style.scss */
  .spec_wrap03 {
    display: flex;
    height: 2.6041666667vw;
    align-items: center;
    margin-top: 1.09375vw; }
    @media (max-width: 768px) {
      /* line 1556, style.scss */
      .spec_wrap03 {
        height: 50px;
        margin: 15px 0 50px;
        flex-direction: column;
        align-items: center; } }
  /* line 1569, style.scss */
  .spec_wrap04 .link_box {
    box-sizing: border-box;
    display: flex;
    margin: 2.0833333333vw auto 0;
    padding-bottom: 6.25vw;
    justify-content: center;
    width: 59.5833333333vw; }
    @media (max-width: 768px) {
      /* line 1569, style.scss */
      .spec_wrap04 .link_box {
        flex-direction: column;
        margin: 6.5104166667vw auto 0;
        padding-bottom: 0vw;
        width: 80%; } }
  /* line 1583, style.scss */
  .spec_wrap04 h2 {
    box-sizing: border-box;
    border-bottom: 1px solid #555;
    color: #fff;
    font-size: 1.6666666667vw;
    margin: 2.0833333333vw auto 1.0416666667vw;
    padding-bottom: 20px;
    text-align: center;
    width: 59.5833333333vw; }
    @media (max-width: 768px) {
      /* line 1583, style.scss */
      .spec_wrap04 h2 {
        font-size: 24px;
        margin: 15.625vw auto 0vw;
        width: 80%; } }
  /* line 1599, style.scss */
  .spec_btn {
    height: 3.6458333333vw;
    line-height: 3.6458333333vw;
    padding: 0 3.3854166667vw 0 1.6666666667vw;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.25vw;
    /*height: vw(70);
    line-height: vw(70);
    padding: 0 vw(65) 0 vw(32);
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    font-size: vw(20);
    @include pad{
      height: 50px;
      line-height: 50px;
      padding: 0 vw_p(65) 0 vw_p(32);
      font-size: 18px;
      width: vw_p(500);
      margin: 0 auto;
    }*/ }
    @media (max-width: 768px) {
      /* line 1599, style.scss */
      .spec_btn {
        height: 50px;
        line-height: 50px;
        padding: 0 8.4635416667vw 0 4.1666666667vw;
        font-size: 18px;
        width: 67.7083333333vw;
        margin: 0 auto; } }
    /* line 1630, style.scss */
    .spec_btn.reserve {
      background: rgba(255, 0, 0, 0.8);
      border: 1px solid #ff0000; }
    /* line 1634, style.scss */
    .spec_btn.switch {
      background: rgba(255, 0, 0, 0.8);
      border: 1px solid #ff0000; }
    /* line 1638, style.scss */
    .spec_btn.playstation {
      background: rgba(26, 43, 208, 0.8);
      border: 1px solid #1a2bcb; }
    /* line 1642, style.scss */
    .spec_btn.steam {
      background: rgba(35, 15, 92, 0.8);
      border: 1px solid #351592; }
    /* line 1646, style.scss */
    .spec_btn.privilege {
      background: rgba(255, 93, 32, 0.8);
      border: 1px solid #ff4500; }
    /* line 1650, style.scss */
    .spec_btn::after {
      content: "";
      width: 0.625vw;
      height: 0.78125vw;
      background-image: url("../img/spec_arrow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      right: 1.71875vw;
      transition: .3s;
      margin-top: -0.4166666667vw; }
      @media (max-width: 768px) {
        /* line 1650, style.scss */
        .spec_btn::after {
          content: "";
          right: 4.296875vw;
          width: 12px;
          height: 15px;
          margin-top: -8px; } }
    /* line 1671, style.scss */
    .spec_btn:hover {
      transition: all .3s;
      opacity: .8; }
      @media (max-width: 768px) {
        /* line 1671, style.scss */
        .spec_btn:hover {
          opacity: 1; } }
      /* line 1677, style.scss */
      .spec_btn:hover::after {
        right: 26px; }
        @media (max-width: 768px) {
          /* line 1677, style.scss */
          .spec_btn:hover::after {
            right: 4.296875vw; } }
    @media (max-width: 768px) {
      /* line 1686, style.scss */
      .spec_btn:active::after {
        right: 2.6041666667vw; } }
    /* line 1691, style.scss */
    .spec_btn + .spec_btn {
      margin-left: 1.71875vw; }
      @media (max-width: 768px) {
        /* line 1691, style.scss */
        .spec_btn + .spec_btn {
          margin: 2.6041666667vw auto 0 auto; } }

/*---------------------------------------------------------
  lower
---------------------------------------------------------*/
/* line 1703, style.scss */
#lower {
  position: relative; }
  /* line 1705, style.scss */
  #lower .globalNavi {
    background: #000;
    font-weight: 900;
    position: fixed;
    width: 100%;
    z-index: 998; }
    @media (max-width: 768px) {
      /* line 1705, style.scss */
      #lower .globalNavi {
        display: none; } }
    /* line 1714, style.scss */
    #lower .globalNavi::before {
      content: "";
      background: url("../img/cloud-imgL.png") no-repeat;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 7.2395vw;
      width: 11.9791vw;
      z-index: 103; }
      @media (max-width: 1480px) {
        /* line 1714, style.scss */
        #lower .globalNavi::before {
          top: 1.902vw;
          height: 8.2395vw;
          width: 12.9791vw; } }
      @media (max-width: 1280px) {
        /* line 1714, style.scss */
        #lower .globalNavi::before {
          top: 3.402vw;
          height: 7.2395vw;
          width: 11.9791vw; } }
      @media (max-width: 1024px) {
        /* line 1714, style.scss */
        #lower .globalNavi::before {
          display: none; } }
    /* line 1738, style.scss */
    #lower .globalNavi::after {
      content: "";
      background: url("../img/cloud-imgR.png") no-repeat;
      background-size: 100%;
      position: absolute;
      right: 0;
      top: 12px;
      height: 7.2395vw;
      width: 11.9791vw;
      z-index: 103; }
      @media (max-width: 1480px) {
        /* line 1738, style.scss */
        #lower .globalNavi::after {
          top: 1.902vw;
          height: 8.2395vw;
          width: 12.9791vw; } }
      @media (max-width: 1280px) {
        /* line 1738, style.scss */
        #lower .globalNavi::after {
          top: 3.402vw;
          height: 7.2395vw;
          width: 11.9791vw; } }
      @media (max-width: 1024px) {
        /* line 1738, style.scss */
        #lower .globalNavi::after {
          display: none; } }
    /* line 1762, style.scss */
    #lower .globalNavi_list {
      height: 70px;
      position: fixed;
      align-items: center;
      margin: 0 auto;
      width: 100%;
      z-index: 100; }
      @media (max-width: 768px) {
        /* line 1762, style.scss */
        #lower .globalNavi_list {
          height: auto; }
          /* line 1771, style.scss */
          #lower .globalNavi_list::before, #lower .globalNavi_list::after {
            display: none; } }
      /* line 1776, style.scss */
      #lower .globalNavi_list::before {
        content: "";
        background: #e1cba0;
        position: absolute;
        height: 1px;
        top: 70px;
        width: 100%;
        z-index: 102; }
      /* line 1785, style.scss */
      #lower .globalNavi_list::after {
        content: "";
        background: #bb956c;
        position: absolute;
        height: 3px;
        top: 70px;
        width: 100%;
        z-index: 101; }
      /* line 1794, style.scss */
      #lower .globalNavi_list li {
        color: #fff;
        font-family: "Noto Serif JP", serif !important;
        font-size: 20px;
        letter-spacing: .05em;
        text-indent: .05em;
        position: relative;
        z-index: 106;
        padding: 0;
        margin: 0;
        padding: 20px 0; }
        @media (max-width: 1280px) {
          /* line 1794, style.scss */
          #lower .globalNavi_list li {
            font-size: 1.5625vw; } }
        @media (max-width: 768px) {
          /* line 1794, style.scss */
          #lower .globalNavi_list li {
            font-size: 20px;
            font-weight: bold; } }
        /* line 1812, style.scss */
        #lower .globalNavi_list li:nth-child(n + 2) {
          margin-left: 60px; }
          @media (max-width: 1480px) {
            /* line 1812, style.scss */
            #lower .globalNavi_list li:nth-child(n + 2) {
              margin-left: 30px; } }
          @media (max-width: 768px) {
            /* line 1812, style.scss */
            #lower .globalNavi_list li:nth-child(n + 2) {
              margin-left: 0; } }
        /* line 1821, style.scss */
        #lower .globalNavi_list li.active {
          color: #ffff00; }
        /* line 1824, style.scss */
        #lower .globalNavi_list li.off {
          opacity: .3; }
        /* line 1827, style.scss */
        #lower .globalNavi_list li.spec-btn {
          height: auto;
          max-width: 137px;
          position: relative; }
          /* line 1831, style.scss */
          #lower .globalNavi_list li.spec-btn::after {
            content: "";
            background: url("../img/spec-btn_arrow.png") no-repeat;
            height: 10px;
            width: 13px;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -5px; }
          /* line 1841, style.scss */
          #lower .globalNavi_list li.spec-btn:hover {
            transition: all 0.3s;
            opacity: .8; }
            /* line 1844, style.scss */
            #lower .globalNavi_list li.spec-btn:hover::after {
              transition: all 0.3s;
              margin-top: 0;
              opacity: 1; }
        /* line 1851, style.scss */
        #lower .globalNavi_list li.reserve-btn {
          height: auto;
          max-width: 137px;
          position: relative; }
          /* line 1855, style.scss */
          #lower .globalNavi_list li.reserve-btn::after {
            content: "";
            background: url("../img/reserve-btn_arrow.png") no-repeat;
            height: 13px;
            width: 10px;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px; }
          /* line 1865, style.scss */
          #lower .globalNavi_list li.reserve-btn:hover {
            transition: all 0.3s;
            opacity: .8; }
            @media (max-width: 768px) {
              /* line 1865, style.scss */
              #lower .globalNavi_list li.reserve-btn:hover {
                opacity: 1; } }
            /* line 1871, style.scss */
            #lower .globalNavi_list li.reserve-btn:hover::after {
              transition: all 0.3s;
              /*right: 15px;  */
              top: 45px;
              opacity: 1; }
              @media (max-width: 768px) {
                /* line 1871, style.scss */
                #lower .globalNavi_list li.reserve-btn:hover::after {
                  right: 20px; } }
          @media (max-width: 768px) {
            /* line 1882, style.scss */
            #lower .globalNavi_list li.reserve-btn:active {
              transition: all 0.3s; }
              /* line 1884, style.scss */
              #lower .globalNavi_list li.reserve-btn:active::after {
                transition: all 0.3s;
                right: 15px;
                opacity: 1; } }
        /* line 1892, style.scss */
        #lower .globalNavi_list li a {
          color: #fff;
          font-family: "Noto Serif JP", serif !important;
          transition: all 0.3s; }
          /* line 1896, style.scss */
          #lower .globalNavi_list li a:hover {
            color: #ffff00; }
          @media (max-width: 768px) {
            /* line 1900, style.scss */
            #lower .globalNavi_list li a:hover {
              color: #fff; }
            /* line 1903, style.scss */
            #lower .globalNavi_list li a:active {
              color: #ffff00; } }
    /* line 1910, style.scss */
    #lower .globalNavi_sp {
      display: none; }
      @media (max-width: 768px) {
        /* line 1910, style.scss */
        #lower .globalNavi_sp {
          display: block; } }
      /* line 1915, style.scss */
      #lower .globalNavi_sp .globalNavi_list {
        flex-direction: column;
        height: auto; }
      /* line 1919, style.scss */
      #lower .globalNavi_sp .globalNavi_item {
        margin-right: 0; }
      /* line 1922, style.scss */
      #lower .globalNavi_sp .globalNavi_item a {
        margin: 0 auto; }
  /* line 1928, style.scss */
  #lower img {
    height: auto;
    width: 100%; }
  /* line 1933, style.scss */
  #lower #game {
    box-sizing: border-box;
    padding-top: 73px;
    background: url("../img/lower_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh; }
    @media (max-width: 768px) {
      /* line 1933, style.scss */
      #lower #game {
        background: none;
        background: url("../img/lower_bg_sp_top.jpg") no-repeat, url("../img/lower_bg_sp_bottom.jpg") no-repeat, #fef1df;
        background-size: 100%, 100%, auto;
        background-position: top, bottom;
        padding-top: 50px; } }
    /* line 1949, style.scss */
    #lower #game .game_inr {
      box-sizing: border-box;
      margin-top: 75px;
      padding-bottom: 120px;
      padding: 0 30px 120px; }
      @media (max-width: 768px) {
        /* line 1949, style.scss */
        #lower #game .game_inr {
          margin-top: 0;
          padding: 0 0 80px; } }
      /* line 1958, style.scss */
      #lower #game .game_inr h2 {
        height: auto;
        max-width: 733px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          /* line 1958, style.scss */
          #lower #game .game_inr h2 {
            max-width: 90%; } }
    /* line 1967, style.scss */
    #lower #game .game_wrap {
      padding-top: 70px;
      margin-top: -70px; }
      /* line 1970, style.scss */
      #lower #game .game_wrap:nth-child(n + 3) {
        margin-top: 80px; }
        @media (max-width: 768px) {
          /* line 1970, style.scss */
          #lower #game .game_wrap:nth-child(n + 3) {
            margin-top: 0; } }
        /* line 1975, style.scss */
        #lower #game .game_wrap:nth-child(n + 3) h3 {
          margin-top: 0; }
      /* line 1979, style.scss */
      #lower #game .game_wrap h3 {
        max-height: 117px;
        max-width: auto;
        text-align: center;
        margin-top: 45px; }
        @media (max-width: 768px) {
          /* line 1979, style.scss */
          #lower #game .game_wrap h3 {
            position: relative;
            z-index: 3; } }
        /* line 1988, style.scss */
        #lower #game .game_wrap h3 img {
          height: 100%;
          width: auto; }
        @media (max-width: 768px) {
          /* line 1979, style.scss */
          #lower #game .game_wrap h3 {
            margin: 0 auto;
            margin-top: 25px;
            max-width: 90%; }
            /* line 1996, style.scss */
            #lower #game .game_wrap h3 img {
              height: auto;
              width: 100%; } }
      /* line 2002, style.scss */
      #lower #game .game_wrap h4 {
        margin-bottom: 20px;
        position: relative;
        max-width: 361px;
        z-index: 3; }
        @media (max-width: 768px) {
          /* line 2002, style.scss */
          #lower #game .game_wrap h4 {
            margin: 0 auto 20px;
            max-width: 280px; } }
      /* line 2012, style.scss */
      #lower #game .game_wrap .cont {
        display: flex;
        align-items: center;
        margin: 50px auto 0;
        max-width: 1100px;
        position: relative; }
        @media (max-width: 768px) {
          /* line 2012, style.scss */
          #lower #game .game_wrap .cont {
            flex-direction: column;
            max-width: 90%;
            margin-top: 50px; } }
        /* line 2023, style.scss */
        #lower #game .game_wrap .cont:nth-child(n + 3) {
          margin: 0 auto; }
          @media (max-width: 768px) {
            /* line 2023, style.scss */
            #lower #game .game_wrap .cont:nth-child(n + 3) {
              margin-top: 80px; } }
        /* line 2029, style.scss */
        #lower #game .game_wrap .cont.ttl {
          margin-top: 60px; }
        /* line 2033, style.scss */
        #lower #game .game_wrap .cont .swiper-slide::after {
          display: none; }
        /* line 2037, style.scss */
        #lower #game .game_wrap .cont .game_slider_wrapper {
          text-align: center; }
        /* line 2040, style.scss */
        #lower #game .game_wrap .cont .swiper-pagination-bullet {
          width: 12px;
          height: 12px;
          background: #bb956c !important;
          opacity: .8;
          margin-top: 20px; }
          /* line 2046, style.scss */
          #lower #game .game_wrap .cont .swiper-pagination-bullet:nth-child(n + 2) {
            margin-left: 20px; }
          /* line 2049, style.scss */
          #lower #game .game_wrap .cont .swiper-pagination-bullet-active {
            background: #bf0f00 !important;
            opacity: 1; }
        @media (max-width: 768px) {
          /* line 2054, style.scss */
          #lower #game .game_wrap .cont.Left {
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 160%; } }
        @media (max-width: 768px) {
          /* line 2061, style.scss */
          #lower #game .game_wrap .cont.Left.top {
            margin-top: 30px;
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 120%; }
            /* line 2068, style.scss */
            #lower #game .game_wrap .cont.Left.top .text_area {
              margin-top: 0; } }
        /* line 2073, style.scss */
        #lower #game .game_wrap .cont.Left .text_area {
          margin-top: -20px;
          width: 100%;
          max-width: 570px; }
          @media (max-width: 1024px) {
            /* line 2073, style.scss */
            #lower #game .game_wrap .cont.Left .text_area {
              max-width: 50%; } }
          @media (max-width: 768px) {
            /* line 2073, style.scss */
            #lower #game .game_wrap .cont.Left .text_area {
              max-width: 90%; } }
          /* line 2083, style.scss */
          #lower #game .game_wrap .cont.Left .text_area p {
            box-sizing: border-box;
            color: #4c3434;
            font-family: notoSans;
            font-weight: bold;
            font-size: 20px;
            line-height: 160%;
            max-width: 570px;
            position: relative;
            z-index: 1; }
            @media (max-width: 768px) {
              /* line 2083, style.scss */
              #lower #game .game_wrap .cont.Left .text_area p {
                font-size: 18px; } }
            /* line 2096, style.scss */
            #lower #game .game_wrap .cont.Left .text_area p::before {
              content: url("../img/game_text-area_bg.png");
              position: absolute;
              left: -30px;
              top: 50%;
              z-index: -1;
              margin-top: -170px; }
              @media (max-width: 768px) {
                /* line 2096, style.scss */
                #lower #game .game_wrap .cont.Left .text_area p::before {
                  content: "";
                  left: -25%; } }
          /* line 2111, style.scss */
          #lower #game .game_wrap .cont.Left .text_area.no_ttl p::before {
            top: 50%;
            margin-top: -135px; }
        /* line 2118, style.scss */
        #lower #game .game_wrap .cont.Left .game_slider {
          margin-left: 60px;
          position: relative;
          z-index: 2;
          max-width: 475px; }
          /* line 2123, style.scss */
          #lower #game .game_wrap .cont.Left .game_slider img {
            border: 1px solid #bb956c; }
          @media (max-width: 1024px) {
            /* line 2118, style.scss */
            #lower #game .game_wrap .cont.Left .game_slider {
              margin-left: 30px;
              max-width: 50%; } }
          @media (max-width: 768px) {
            /* line 2118, style.scss */
            #lower #game .game_wrap .cont.Left .game_slider {
              margin-left: 0;
              margin-top: 20px;
              max-width: 90%; } }
          /* line 2136, style.scss */
          #lower #game .game_wrap .cont.Left .game_slider.omake::before {
            content: "";
            background: url("../img/game/omake_icon_Img.png") no-repeat;
            background-size: 100%;
            height: 100%;
            max-height: 14.5833333333vw;
            width: 100%;
            max-width: 30.2604166667vw;
            position: absolute;
            bottom: -11.9791666667vw;
            left: -9.8958333333vw;
            z-index: 1000; }
            @media (max-width: 1480px) {
              /* line 2136, style.scss */
              #lower #game .game_wrap .cont.Left .game_slider.omake::before {
                bottom: -15.5405405405vw;
                left: -11.4864864865vw;
                max-height: 18.9189189189vw;
                max-width: 39.2567567568vw; } }
            @media (max-width: 1280px) {
              /* line 2136, style.scss */
              #lower #game .game_wrap .cont.Left .game_slider.omake::before {
                bottom: -17.96875vw;
                left: -13.28125vw;
                max-height: 21.875vw;
                max-width: 45.390625vw; } }
            @media (max-width: 1024px) {
              /* line 2136, style.scss */
              #lower #game .game_wrap .cont.Left .game_slider.omake::before {
                bottom: -22.4609375vw;
                left: -16.6015625vw;
                max-height: 27.34375vw;
                max-width: 56.73828125vw; } }
            @media (max-width: 768px) {
              /* line 2136, style.scss */
              #lower #game .game_wrap .cont.Left .game_slider.omake::before {
                bottom: -29.9479166667vw;
                left: 0;
                right: 0;
                margin: 0 auto;
                max-height: 36.4583333333vw;
                max-width: 90%; } }
        @media (max-width: 768px) {
          /* line 2178, style.scss */
          #lower #game .game_wrap .cont.Right {
            flex-direction: column-reverse;
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 160%; } }
        @media (max-width: 768px) {
          /* line 2186, style.scss */
          #lower #game .game_wrap .cont.Right.top {
            flex-direction: column-reverse;
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 120%;
            margin-top: 50px; }
            /* line 2194, style.scss */
            #lower #game .game_wrap .cont.Right.top .text_area {
              margin-top: 0; } }
        /* line 2199, style.scss */
        #lower #game .game_wrap .cont.Right .text_area {
          margin-top: -20px;
          width: 100%;
          max-width: 570px; }
          @media (max-width: 1024px) {
            /* line 2199, style.scss */
            #lower #game .game_wrap .cont.Right .text_area {
              max-width: 50%; } }
          @media (max-width: 768px) {
            /* line 2199, style.scss */
            #lower #game .game_wrap .cont.Right .text_area {
              max-width: 90%; } }
          /* line 2209, style.scss */
          #lower #game .game_wrap .cont.Right .text_area p {
            box-sizing: border-box;
            color: #4c3434;
            font-family: notoSans;
            font-weight: bold;
            font-size: 20px;
            line-height: 160%;
            max-width: 570px;
            position: relative;
            z-index: 1; }
            @media (max-width: 768px) {
              /* line 2209, style.scss */
              #lower #game .game_wrap .cont.Right .text_area p {
                font-size: 18px; } }
            /* line 2222, style.scss */
            #lower #game .game_wrap .cont.Right .text_area p::before {
              content: url("../img/game_text-area_bg.png");
              position: absolute;
              right: -30px;
              top: 50%;
              z-index: -1;
              margin-top: -155px; }
              @media (max-width: 768px) {
                /* line 2222, style.scss */
                #lower #game .game_wrap .cont.Right .text_area p::before {
                  content: "";
                  right: -25%; } }
          /* line 2237, style.scss */
          #lower #game .game_wrap .cont.Right .text_area.no_ttl p::before {
            top: 50%;
            margin-top: -135px; }
        /* line 2244, style.scss */
        #lower #game .game_wrap .cont.Right .game_slider {
          margin-right: 60px;
          position: relative;
          z-index: 2;
          max-width: 475px; }
          /* line 2249, style.scss */
          #lower #game .game_wrap .cont.Right .game_slider img {
            border: 1px solid #bb956c; }
          @media (max-width: 1024px) {
            /* line 2244, style.scss */
            #lower #game .game_wrap .cont.Right .game_slider {
              margin-right: 30px;
              max-width: 50%; } }
          @media (max-width: 768px) {
            /* line 2244, style.scss */
            #lower #game .game_wrap .cont.Right .game_slider {
              margin-right: 0;
              margin-top: 20px;
              max-width: 90%; } }
        /* line 2263, style.scss */
        #lower #game .game_wrap .cont.Center {
          flex-direction: column; }
          @media (max-width: 768px) {
            /* line 2263, style.scss */
            #lower #game .game_wrap .cont.Center {
              background: url("../img/game_text-area_bg.png") no-repeat;
              background-position: 50% 40%;
              background-size: 160%;
              max-width: 100%; } }
          /* line 2271, style.scss */
          #lower #game .game_wrap .cont.Center .txt {
            color: #4c3434;
            font-family: notoSans;
            font-weight: bold;
            font-size: 20px;
            line-height: 160%;
            text-align: center; }
            /* line 2278, style.scss */
            #lower #game .game_wrap .cont.Center .txt span {
              color: #bf0f00; }
              /* line 2280, style.scss */
              #lower #game .game_wrap .cont.Center .txt span.notes {
                font-size: 18px;
                color: #957777; }
            @media (max-width: 768px) {
              /* line 2271, style.scss */
              #lower #game .game_wrap .cont.Center .txt {
                text-align: left;
                width: 90%; } }
          /* line 2290, style.scss */
          #lower #game .game_wrap .cont.Center .hachamechaBtn {
            background: #222;
            border: 2px solid #bb956c;
            box-shadow: 0 0 0 2px #f4ddb1, 0 0 0 3px #a48659;
            border-radius: 30px;
            box-sizing: border-box;
            color: #fff;
            font-size: 23px;
            margin-top: 20px;
            position: relative;
            text-align: center;
            width: 100%;
            max-width: 420px;
            transition: all .3s; }
            @media (max-width: 768px) {
              /* line 2290, style.scss */
              #lower #game .game_wrap .cont.Center .hachamechaBtn {
                font-size: 20px;
                max-width: 85%; } }
            /* line 2308, style.scss */
            #lower #game .game_wrap .cont.Center .hachamechaBtn:hover {
              background: #bb0000;
              transition: all .3s; }
              @media (max-width: 768px) {
                /* line 2308, style.scss */
                #lower #game .game_wrap .cont.Center .hachamechaBtn:hover {
                  background: #222; } }
            @media (max-width: 768px) {
              /* line 2315, style.scss */
              #lower #game .game_wrap .cont.Center .hachamechaBtn:active {
                background: #bb0000;
                transition: all .3s; } }
            /* line 2321, style.scss */
            #lower #game .game_wrap .cont.Center .hachamechaBtn a {
              box-sizing: border-box;
              color: #fff;
              display: block;
              padding: 15px 0;
              width: 100%;
              height: 100%;
              transition: all .3s; }
              /* line 2329, style.scss */
              #lower #game .game_wrap .cont.Center .hachamechaBtn a span {
                font-family: "Noto Serif JP", serif;
                font-weight: 800;
                position: relative;
                display: inline-block;
                margin-left: -0.625vw; }
                @media (max-width: 768px) {
                  /* line 2329, style.scss */
                  #lower #game .game_wrap .cont.Center .hachamechaBtn a span {
                    margin-left: -20px; } }
                /* line 2338, style.scss */
                #lower #game .game_wrap .cont.Center .hachamechaBtn a span::before {
                  content: "";
                  background: url("../img/spec_arrow.png") no-repeat;
                  background-size: 100%;
                  height: 15px;
                  width: 12px;
                  position: absolute;
                  right: -2.0833333333vw;
                  top: 50%;
                  margin-top: -8px;
                  transition: all .3s; }
                  @media (max-width: 768px) {
                    /* line 2338, style.scss */
                    #lower #game .game_wrap .cont.Center .hachamechaBtn a span::before {
                      right: -5.2083333333vw; } }
              /* line 2356, style.scss */
              #lower #game .game_wrap .cont.Center .hachamechaBtn a:hover span::before {
                right: -2.8645833333vw;
                transition: all .3s; }
                @media (max-width: 768px) {
                  /* line 2356, style.scss */
                  #lower #game .game_wrap .cont.Center .hachamechaBtn a:hover span::before {
                    right: -6.5104166667vw; } }
              /* line 2367, style.scss */
              #lower #game .game_wrap .cont.Center .hachamechaBtn a:active span::before {
                transition: all .3s; }
                @media (max-width: 768px) {
                  /* line 2367, style.scss */
                  #lower #game .game_wrap .cont.Center .hachamechaBtn a:active span::before {
                    right: -8.4635416667vw; } }
          /* line 2377, style.scss */
          #lower #game .game_wrap .cont.Center .text_area {
            text-align: center;
            margin: 65px 0 80px;
            width: 100%;
            max-width: 570px; }
            @media (max-width: 1024px) {
              /* line 2377, style.scss */
              #lower #game .game_wrap .cont.Center .text_area {
                max-width: 50%; } }
            @media (max-width: 768px) {
              /* line 2377, style.scss */
              #lower #game .game_wrap .cont.Center .text_area {
                max-width: 90%; } }
            /* line 2388, style.scss */
            #lower #game .game_wrap .cont.Center .text_area::before {
              content: url("../img/game_text-area_bg.png");
              position: absolute;
              left: 0;
              right: 0;
              top: 50%;
              z-index: -1;
              margin: 0 auto;
              margin-top: -170px;
              text-align: center; }
              @media (max-width: 768px) {
                /* line 2388, style.scss */
                #lower #game .game_wrap .cont.Center .text_area::before {
                  content: ""; } }
            /* line 2402, style.scss */
            #lower #game .game_wrap .cont.Center .text_area h2 {
              margin: 0 auto 20px;
              position: relative;
              max-width: 361px;
              z-index: 3; }
              @media (max-width: 768px) {
                /* line 2402, style.scss */
                #lower #game .game_wrap .cont.Center .text_area h2 {
                  margin: 0 auto 20px;
                  max-width: 280px; } }
            /* line 2412, style.scss */
            #lower #game .game_wrap .cont.Center .text_area p {
              box-sizing: border-box;
              color: #4c3434;
              font-family: notoSans;
              font-weight: bold;
              font-size: 20px;
              line-height: 160%;
              max-width: 570px;
              position: relative;
              z-index: 1; }
              @media (max-width: 768px) {
                /* line 2412, style.scss */
                #lower #game .game_wrap .cont.Center .text_area p {
                  text-align: center;
                  font-size: 18px; } }
              /* line 2426, style.scss */
              #lower #game .game_wrap .cont.Center .text_area p span {
                color: #bf0f00; }
                /* line 2428, style.scss */
                #lower #game .game_wrap .cont.Center .text_area p span.notes {
                  font-size: 18px;
                  color: #957777; }
      /* line 2437, style.scss */
      #lower #game .game_wrap .omake_area {
        margin-bottom: 230px; }
        @media (max-width: 1024px) {
          /* line 2437, style.scss */
          #lower #game .game_wrap .omake_area {
            margin-bottom: 22.4609375vw; } }
        @media (max-width: 768px) {
          /* line 2437, style.scss */
          #lower #game .game_wrap .omake_area {
            margin-bottom: 41.6666666667vw; } }
  /* line 2450, style.scss */
  #lower #story {
    box-sizing: border-box;
    padding-top: 73px;
    background: url("../img/lower_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh; }
    @media (max-width: 768px) {
      /* line 2450, style.scss */
      #lower #story {
        background: none;
        background: url("../img/lower_bg_sp_top.jpg") no-repeat, url("../img/lower_bg_sp_bottom.jpg") no-repeat, #fef1df;
        background-size: 100%, 100%, auto;
        background-position: top, bottom;
        padding-top: 50px; } }
    /* line 2466, style.scss */
    #lower #story .story_inr {
      box-sizing: border-box;
      margin-top: 75px;
      padding-bottom: 120px; }
      @media (max-width: 768px) {
        /* line 2466, style.scss */
        #lower #story .story_inr {
          margin-top: 0;
          padding: 0 0 80px; } }
      /* line 2474, style.scss */
      #lower #story .story_inr h2 {
        height: auto;
        max-width: 733px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          /* line 2474, style.scss */
          #lower #story .story_inr h2 {
            max-width: 90%; } }
    /* line 2484, style.scss */
    #lower #story .story_cont .nav {
      margin: 70px auto;
      width: 80%; }
      @media (max-width: 768px) {
        /* line 2484, style.scss */
        #lower #story .story_cont .nav {
          width: 90%;
          margin: 45px auto 70px; } }
      /* line 2491, style.scss */
      #lower #story .story_cont .nav ul {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        margin-left: -25px;
        margin-top: -25px; }
        @media (max-width: 768px) {
          /* line 2491, style.scss */
          #lower #story .story_cont .nav ul {
            margin-left: 0;
            justify-content: space-around; } }
        /* line 2502, style.scss */
        #lower #story .story_cont .nav ul li {
          margin-left: 25px;
          margin-top: 25px; }
          @media (max-width: 768px) {
            /* line 2502, style.scss */
            #lower #story .story_cont .nav ul li {
              margin-left: 0; } }
          /* line 2508, style.scss */
          #lower #story .story_cont .nav ul li.storyBtn {
            background: #222;
            border: 2px solid #bb956c;
            box-shadow: 0 0 0 2px #f4ddb1, 0 0 0 3px #a48659;
            border-radius: 30px;
            box-sizing: border-box;
            color: #fff;
            font-size: 23px;
            position: relative;
            text-align: center;
            width: 100%;
            max-width: 230px;
            transition: all .3s; }
            @media (max-width: 768px) {
              /* line 2508, style.scss */
              #lower #story .story_cont .nav ul li.storyBtn {
                font-size: 20px;
                max-width: 45%; } }
            /* line 2525, style.scss */
            #lower #story .story_cont .nav ul li.storyBtn:hover {
              background: #bb0000;
              transition: all .3s; }
              @media (max-width: 768px) {
                /* line 2525, style.scss */
                #lower #story .story_cont .nav ul li.storyBtn:hover {
                  background: #222; } }
            @media (max-width: 768px) {
              /* line 2532, style.scss */
              #lower #story .story_cont .nav ul li.storyBtn:active {
                background: #bb0000;
                transition: all .3s; } }
            /* line 2538, style.scss */
            #lower #story .story_cont .nav ul li.storyBtn a {
              box-sizing: border-box;
              color: #fff;
              display: block;
              padding: 15px 0;
              width: 100%;
              height: 100%;
              transition: all .3s; }
              /* line 2546, style.scss */
              #lower #story .story_cont .nav ul li.storyBtn a span {
                font-family: "Noto Serif JP", serif;
                font-weight: 800;
                position: relative;
                display: inline-block;
                margin-left: -0.625vw; }
                @media (max-width: 768px) {
                  /* line 2546, style.scss */
                  #lower #story .story_cont .nav ul li.storyBtn a span {
                    margin-left: -20px; } }
                /* line 2555, style.scss */
                #lower #story .story_cont .nav ul li.storyBtn a span::before {
                  content: "";
                  background: url("../img/spec_arrow.png") no-repeat;
                  background-size: 100%;
                  height: 15px;
                  width: 12px;
                  position: absolute;
                  right: -2.6041666667vw;
                  top: 50%;
                  margin-top: -8px;
                  transition: all .3s; }
                  @media (max-width: 768px) {
                    /* line 2555, style.scss */
                    #lower #story .story_cont .nav ul li.storyBtn a span::before {
                      right: -6.5104166667vw; } }
              /* line 2573, style.scss */
              #lower #story .story_cont .nav ul li.storyBtn a:hover span::before {
                right: -2.8645833333vw;
                transition: all .3s; }
                @media (max-width: 768px) {
                  /* line 2573, style.scss */
                  #lower #story .story_cont .nav ul li.storyBtn a:hover span::before {
                    right: -6.5104166667vw; } }
              /* line 2584, style.scss */
              #lower #story .story_cont .nav ul li.storyBtn a:active span::before {
                transition: all .3s; }
                @media (max-width: 768px) {
                  /* line 2584, style.scss */
                  #lower #story .story_cont .nav ul li.storyBtn a:active span::before {
                    right: -8.4635416667vw; } }
    /* line 2598, style.scss */
    #lower #story .story_wrap {
      padding-top: 65px;
      margin-top: -65px;
      margin-bottom: 120px;
      width: 100%; }
      @media (max-width: 768px) {
        /* line 2598, style.scss */
        #lower #story .story_wrap {
          padding-top: 45px;
          margin-top: -45px;
          margin-bottom: 60px; } }
      /* line 2608, style.scss */
      #lower #story .story_wrap > .inr {
        background: url("../img/story/wrap_bg_02.jpg") no-repeat #fcf9f4;
        background-position: center top;
        background-size: 100%;
        border-bottom: 8px solid #f3e2c9;
        margin-top: 71px;
        position: relative;
        width: 100%; }
        @media (max-width: 768px) {
          /* line 2608, style.scss */
          #lower #story .story_wrap > .inr {
            background-position: center bottom;
            background-size: cover; } }
        /* line 2620, style.scss */
        #lower #story .story_wrap > .inr::before {
          content: "";
          background: url("../img/story/wrap_bg_01.png") no-repeat;
          background-size: cover;
          position: absolute;
          top: -70px;
          left: 0;
          right: 0;
          margin: 0 auto;
          height: 71px;
          width: 100%; }
        /* line 2632, style.scss */
        #lower #story .story_wrap > .inr > .wrap {
          display: flex;
          justify-content: flex-end;
          box-sizing: border-box;
          margin: 0 auto;
          padding: 60px 0 75px;
          position: relative;
          width: 100%;
          max-width: 1400px; }
          @media (max-width: 768px) {
            /* line 2632, style.scss */
            #lower #story .story_wrap > .inr > .wrap {
              flex-direction: column;
              box-sizing: border-box;
              padding: 40px 20px; } }
          /* line 2646, style.scss */
          #lower #story .story_wrap > .inr > .wrap figure {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -25%;
            width: 39.53125vw;
            z-index: 1; }
            @media (max-width: 1280px) {
              /* line 2646, style.scss */
              #lower #story .story_wrap > .inr > .wrap figure {
                width: 51.484375vw; } }
            @media (max-width: 1024px) {
              /* line 2646, style.scss */
              #lower #story .story_wrap > .inr > .wrap figure {
                width: 50%; } }
            @media (max-width: 768px) {
              /* line 2646, style.scss */
              #lower #story .story_wrap > .inr > .wrap figure {
                position: static;
                width: 100%;
                margin: 0;
                margin-top: 20px; } }
            /* line 2665, style.scss */
            #lower #story .story_wrap > .inr > .wrap figure img {
              height: auto;
              width: 100%; }
              /* line 2668, style.scss */
              #lower #story .story_wrap > .inr > .wrap figure img.pc {
                display: block; }
                @media (max-width: 768px) {
                  /* line 2668, style.scss */
                  #lower #story .story_wrap > .inr > .wrap figure img.pc {
                    display: none; } }
              /* line 2674, style.scss */
              #lower #story .story_wrap > .inr > .wrap figure img.sp {
                display: none; }
                @media (max-width: 768px) {
                  /* line 2674, style.scss */
                  #lower #story .story_wrap > .inr > .wrap figure img.sp {
                    display: block; } }
            /* line 2681, style.scss */
            #lower #story .story_wrap > .inr > .wrap figure.wide {
              width: 41.875vw; }
              @media (max-width: 1280px) {
                /* line 2681, style.scss */
                #lower #story .story_wrap > .inr > .wrap figure.wide {
                  width: 55vw; } }
              @media (max-width: 1024px) {
                /* line 2681, style.scss */
                #lower #story .story_wrap > .inr > .wrap figure.wide {
                  width: 50%; } }
              @media (max-width: 768px) {
                /* line 2681, style.scss */
                #lower #story .story_wrap > .inr > .wrap figure.wide {
                  position: static;
                  width: 100%;
                  margin: 0;
                  margin-top: 20px; } }
          /* line 2697, style.scss */
          #lower #story .story_wrap > .inr > .wrap .txt_area {
            position: relative;
            width: 100%;
            max-width: 650px;
            z-index: 2; }
            @media (max-width: 1280px) {
              /* line 2697, style.scss */
              #lower #story .story_wrap > .inr > .wrap .txt_area {
                box-sizing: border-box;
                padding-right: 20px;
                max-width: 50%; } }
            @media (max-width: 768px) {
              /* line 2697, style.scss */
              #lower #story .story_wrap > .inr > .wrap .txt_area {
                max-width: 100%; } }
            /* line 2710, style.scss */
            #lower #story .story_wrap > .inr > .wrap .txt_area h3 {
              height: 3.59375vw;
              width: auto;
              text-align: right;
              margin-bottom: 40px; }
              @media (max-width: 768px) {
                /* line 2710, style.scss */
                #lower #story .story_wrap > .inr > .wrap .txt_area h3 {
                  height: auto;
                  margin-bottom: 20px;
                  width: 85%; } }
              /* line 2720, style.scss */
              #lower #story .story_wrap > .inr > .wrap .txt_area h3 img {
                height: 100%;
                width: auto; }
                @media (max-width: 768px) {
                  /* line 2720, style.scss */
                  #lower #story .story_wrap > .inr > .wrap .txt_area h3 img {
                    height: auto;
                    width: 100%; } }
            /* line 2730, style.scss */
            #lower #story .story_wrap > .inr > .wrap .txt_area p {
              font-size: 18px;
              line-height: 160%;
              text-shadow: 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4, 0 0 3px #fcf9f4; }
          /* line 2736, style.scss */
          #lower #story .story_wrap > .inr > .wrap .photo_list {
            display: flex;
            justify-content: space-between;
            margin-top: 30px; }
            /* line 2740, style.scss */
            #lower #story .story_wrap > .inr > .wrap .photo_list li {
              border: 4px solid #f3e2c9;
              background: #555;
              height: 100%;
              max-height: 280px;
              width: 100%;
              max-width: 310px;
              cursor: pointer;
              transition: all .3s; }
              @media (max-width: 1280px) {
                /* line 2750, style.scss */
                #lower #story .story_wrap > .inr > .wrap .photo_list li:nth-child(n + 2) {
                  margin-left: 20px; } }
              @media (max-width: 768px) {
                /* line 2740, style.scss */
                #lower #story .story_wrap > .inr > .wrap .photo_list li {
                  border: 3px solid #f3e2c9;
                  max-width: 47%; }
                  /* line 2757, style.scss */
                  #lower #story .story_wrap > .inr > .wrap .photo_list li:nth-child(n + 2) {
                    margin-left: 20px; } }
              /* line 2761, style.scss */
              #lower #story .story_wrap > .inr > .wrap .photo_list li:hover {
                transition: all .3s;
                opacity: .8; }
              @media (max-width: 768px) {
                /* line 2766, style.scss */
                #lower #story .story_wrap > .inr > .wrap .photo_list li:hover {
                  transition: all .3s;
                  opacity: 1; }
                /* line 2770, style.scss */
                #lower #story .story_wrap > .inr > .wrap .photo_list li:active {
                  transition: all .3s;
                  opacity: .8; } }
            @media (max-width: 768px) {
              /* line 2736, style.scss */
              #lower #story .story_wrap > .inr > .wrap .photo_list {
                position: absolute;
                bottom: -76.8229166667vw;
                left: 0; } }
  /* line 2788, style.scss */
  #lower #character {
    box-sizing: border-box;
    padding-top: 73px;
    background: url("../img/lower_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
    min-height: 100vh; }
    @media (max-width: 768px) {
      /* line 2788, style.scss */
      #lower #character {
        background: none;
        background: url("../img/lower_bg_sp_top.jpg") no-repeat, url("../img/lower_bg_sp_bottom.jpg") no-repeat, #fef1df;
        background-size: 100%, 100%, auto;
        background-position: top, bottom;
        padding-top: 50px; } }
    /* line 2804, style.scss */
    #lower #character .character_inr {
      box-sizing: border-box;
      margin-top: 75px;
      padding-bottom: 120px; }
      @media (max-width: 768px) {
        /* line 2804, style.scss */
        #lower #character .character_inr {
          margin-top: 0;
          padding: 0 0 80px; } }
      /* line 2812, style.scss */
      #lower #character .character_inr h2 {
        height: auto;
        max-width: 733px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          /* line 2812, style.scss */
          #lower #character .character_inr h2 {
            max-width: 90%; } }
    /* line 2822, style.scss */
    #lower #character .character_wrap:nth-child(n + 3) {
      margin-top: 80px; }
      /* line 2824, style.scss */
      #lower #character .character_wrap:nth-child(n + 3) h3 {
        margin-top: 0; }
    /* line 2828, style.scss */
    #lower #character .character_wrap h3 {
      margin-top: 45px;
      max-height: 117px;
      max-width: auto;
      text-align: center; }
      @media (max-width: 768px) {
        /* line 2828, style.scss */
        #lower #character .character_wrap h3 {
          position: relative;
          z-index: 3; } }
      /* line 2837, style.scss */
      #lower #character .character_wrap h3 img {
        height: 100%;
        width: auto; }
      @media (max-width: 768px) {
        /* line 2828, style.scss */
        #lower #character .character_wrap h3 {
          margin: 0 auto;
          margin-top: 25px;
          max-width: 90%; }
          /* line 2845, style.scss */
          #lower #character .character_wrap h3 img {
            height: auto;
            width: 100%; } }
    /* line 2851, style.scss */
    #lower #character .character_wrap .chara-list {
      box-sizing: border-box;
      margin: -40px auto 0;
      padding-top: 40px;
      display: flex;
      justify-content: center;
      flex-flow: wrap; }
      @media (max-width: 768px) {
        /* line 2851, style.scss */
        #lower #character .character_wrap .chara-list {
          margin: -30px auto 0;
          padding: 40px 15px; } }
      /* line 2862, style.scss */
      #lower #character .character_wrap .chara-list li {
        margin-top: 40px;
        position: relative;
        cursor: pointer;
        max-width: 150px; }
        @media (max-width: 768px) {
          /* line 2862, style.scss */
          #lower #character .character_wrap .chara-list li {
            margin-top: 30px;
            max-width: 80px; } }
        /* line 2871, style.scss */
        #lower #character .character_wrap .chara-list li:nth-child(n + 2) {
          margin-left: 60px; }
          @media (max-width: 768px) {
            /* line 2871, style.scss */
            #lower #character .character_wrap .chara-list li:nth-child(n + 2) {
              margin-left: 20px; } }
        /* line 2878, style.scss */
        #lower #character .character_wrap .chara-list li.shu::before {
          content: "";
          background: url("../img/chara/icon_shu.png") no-repeat;
          background-size: 100%;
          width: 100%;
          max-height: 70px;
          height: 100%;
          max-width: 73px;
          position: absolute;
          top: -10px;
          left: -34px;
          z-index: 1; }
          @media (max-width: 768px) {
            /* line 2878, style.scss */
            #lower #character .character_wrap .chara-list li.shu::before {
              max-height: 40px;
              max-width: 43px;
              left: -19px; } }
        /* line 2898, style.scss */
        #lower #character .character_wrap .chara-list li.other::before {
          content: "";
          background: url("../img/chara/icon_other.png") no-repeat;
          background-size: 100%;
          width: 100%;
          max-height: 70px;
          height: 100%;
          max-width: 73px;
          position: absolute;
          top: -10px;
          left: -34px;
          z-index: 1; }
          @media (max-width: 768px) {
            /* line 2898, style.scss */
            #lower #character .character_wrap .chara-list li.other::before {
              max-height: 40px;
              max-width: 43px;
              left: -19px; } }
        /* line 2918, style.scss */
        #lower #character .character_wrap .chara-list li.new::after {
          content: "";
          background: url("../img/chara/icon_new.png") no-repeat;
          background-size: 100%;
          width: 100%;
          max-height: 49px;
          height: 100%;
          max-width: 80px;
          position: absolute;
          top: -15px;
          right: -15px;
          z-index: 1; }
          @media (max-width: 768px) {
            /* line 2918, style.scss */
            #lower #character .character_wrap .chara-list li.new::after {
              max-height: 25px;
              max-width: 43px;
              right: -5px;
              top: -9px;
              z-index: 1; } }
    /* line 2941, style.scss */
    #lower #character .character_wrap figure {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      /* line 2945, style.scss */
      #lower #character .character_wrap figure img {
        height: auto;
        width: 100%; }
    /* line 2951, style.scss */
    #lower #character .character_cont {
      background: rgba(255, 255, 255, 0.8);
      position: relative;
      border-top: 5px solid #d5be90;
      border-bottom: 5px solid #d5be90;
      box-sizing: border-box;
      margin-top: 140px;
      padding: 90px 0 120px; }
      @media (max-width: 768px) {
        /* line 2951, style.scss */
        #lower #character .character_cont {
          margin-top: 120px;
          padding: 5.2083333333vw 0 0; }
          /* line 2962, style.scss */
          #lower #character .character_cont .chara_content {
            margin-top: 80px; } }
      /* line 2966, style.scss */
      #lower #character .character_cont h3 {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1; }
      /* line 2974, style.scss */
      #lower #character .character_cont .chara-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -30px auto 0;
        box-sizing: border-box;
        padding-top: 50px;
        width: 100%;
        /*max-width: 1800px;*/
        max-width: 1420px; }
        @media (max-width: 1280px) {
          /* line 2974, style.scss */
          #lower #character .character_cont .chara-list {
            flex-wrap: wrap;
            margin: 0;
            margin: -30px auto 0;
            box-sizing: border-box;
            padding-top: 80px;
            max-width: 90%; } }
        @media (max-width: 1024px) {
          /* line 2974, style.scss */
          #lower #character .character_cont .chara-list {
            margin: 0;
            margin: -30px 0 0 -15px;
            box-sizing: border-box;
            padding: 80px 50px 0;
            max-width: 100%; } }
        @media (max-width: 768px) {
          /* line 2974, style.scss */
          #lower #character .character_cont .chara-list {
            flex-wrap: wrap;
            margin: 0;
            margin: -30px 0 120px -8px;
            box-sizing: border-box;
            padding: 0;
            max-width: 100%; }
            /* line 3006, style.scss */
            #lower #character .character_cont .chara-list.shu {
              position: relative; }
              /* line 3008, style.scss */
              #lower #character .character_cont .chara-list.shu::before {
                content: "";
                background: url("../img/chara/ttl_chara-list_shu.png") no-repeat;
                background-size: 100%;
                height: 100%;
                max-height: 19.0104166667vw;
                width: 100%;
                max-width: 19.0104166667vw;
                position: absolute;
                top: -10.4166666667vw;
                left: 7.8125vw;
                right: 0;
                margin: 0 auto;
                z-index: -1; }
            /* line 3024, style.scss */
            #lower #character .character_cont .chara-list.gi {
              position: relative; }
              /* line 3026, style.scss */
              #lower #character .character_cont .chara-list.gi::before {
                content: "";
                background: url("../img/chara/ttl_chara-list_gi.png") no-repeat;
                background-size: 100%;
                height: 100%;
                max-height: 19.0104166667vw;
                width: 100%;
                max-width: 19.0104166667vw;
                position: absolute;
                top: -10.4166666667vw;
                left: 7.8125vw;
                right: 0;
                margin: 0 auto;
                z-index: -1; }
            /* line 3042, style.scss */
            #lower #character .character_cont .chara-list.go {
              position: relative; }
              /* line 3044, style.scss */
              #lower #character .character_cont .chara-list.go::before {
                content: "";
                background: url("../img/chara/ttl_chara-list_go.png") no-repeat;
                background-size: 100%;
                height: 100%;
                max-height: 19.0104166667vw;
                width: 100%;
                max-width: 19.0104166667vw;
                position: absolute;
                top: -10.4166666667vw;
                left: 7.8125vw;
                right: 0;
                margin: 0 auto;
                z-index: -1; }
            /* line 3060, style.scss */
            #lower #character .character_cont .chara-list.other {
              position: relative; }
              /* line 3062, style.scss */
              #lower #character .character_cont .chara-list.other::before {
                content: "";
                background: url("../img/chara/ttl_chara-list_other.png") no-repeat;
                background-size: 100%;
                height: 100%;
                max-height: 19.0104166667vw;
                width: 100%;
                max-width: 19.0104166667vw;
                position: absolute;
                top: -10.4166666667vw;
                left: 7.8125vw;
                right: 0;
                margin: 0 auto;
                z-index: -1; } }
        /* line 3079, style.scss */
        #lower #character .character_cont .chara-list li {
          position: relative;
          cursor: pointer;
          max-width: 6.25vw;
          margin: 0;
          margin-top: 30px; }
          /* line 3085, style.scss */
          #lower #character .character_cont .chara-list li:nth-child(n + 2) {
            margin-left: 30px; }
          @media (max-width: 1280px) {
            /* line 3079, style.scss */
            #lower #character .character_cont .chara-list li {
              margin: 0;
              margin-top: 30px;
              max-width: 9.375vw; }
              /* line 3092, style.scss */
              #lower #character .character_cont .chara-list li:nth-child(n + 2) {
                margin-left: 30px; } }
          @media (max-width: 1024px) {
            /* line 3079, style.scss */
            #lower #character .character_cont .chara-list li {
              margin: 30px 0 0 15px;
              padding: 0;
              max-width: 100px; } }
          @media (max-width: 768px) {
            /* line 3079, style.scss */
            #lower #character .character_cont .chara-list li {
              margin: 30px 0 0 15px !important;
              max-width: 90px; }
              /* line 3102, style.scss */
              #lower #character .character_cont .chara-list li:nth-child(n + 2) {
                margin-left: 0; } }
          /* line 3108, style.scss */
          #lower #character .character_cont .chara-list li.shu {
            position: relative; }
            /* line 3110, style.scss */
            #lower #character .character_cont .chara-list li.shu::before {
              content: "";
              background: url("../img/chara/ttl_chara-list_shu.png") no-repeat;
              background-size: 100%;
              height: 100%;
              max-height: 7.6041666667vw;
              width: 100%;
              max-width: 7.6041666667vw;
              position: absolute;
              top: 50%;
              left: -5.5208333333vw;
              margin-top: -3.8020833333vw;
              z-index: -1; }
              @media (max-width: 768px) {
                /* line 3110, style.scss */
                #lower #character .character_cont .chara-list li.shu::before {
                  display: none; } }
          /* line 3128, style.scss */
          #lower #character .character_cont .chara-list li.gi {
            position: relative; }
            /* line 3130, style.scss */
            #lower #character .character_cont .chara-list li.gi::before {
              content: "";
              background: url("../img/chara/ttl_chara-list_gi.png") no-repeat;
              background-size: 100%;
              height: 100%;
              max-height: 7.6041666667vw;
              width: 100%;
              max-width: 7.6041666667vw;
              position: absolute;
              top: 50%;
              left: -5.5208333333vw;
              margin-top: -3.8020833333vw;
              z-index: -1; }
              @media (max-width: 768px) {
                /* line 3130, style.scss */
                #lower #character .character_cont .chara-list li.gi::before {
                  display: none; } }
          /* line 3148, style.scss */
          #lower #character .character_cont .chara-list li.go {
            position: relative; }
            /* line 3150, style.scss */
            #lower #character .character_cont .chara-list li.go::before {
              content: "";
              background: url("../img/chara/ttl_chara-list_go.png") no-repeat;
              background-size: 100%;
              height: 100%;
              max-height: 7.6041666667vw;
              width: 100%;
              max-width: 7.6041666667vw;
              position: absolute;
              top: 50%;
              left: -5.5208333333vw;
              margin-top: -3.8020833333vw;
              z-index: -1; }
              @media (max-width: 768px) {
                /* line 3150, style.scss */
                #lower #character .character_cont .chara-list li.go::before {
                  display: none; } }
          /* line 3168, style.scss */
          #lower #character .character_cont .chara-list li.other {
            position: relative; }
            /* line 3170, style.scss */
            #lower #character .character_cont .chara-list li.other::before {
              content: "";
              background: url("../img/chara/ttl_chara-list_other.png") no-repeat;
              background-size: 100%;
              height: 100%;
              max-height: 7.6041666667vw;
              width: 100%;
              max-width: 7.6041666667vw;
              position: absolute;
              top: 50%;
              left: -5.5208333333vw;
              margin-top: -3.8020833333vw;
              z-index: -1; }
              @media (max-width: 768px) {
                /* line 3170, style.scss */
                #lower #character .character_cont .chara-list li.other::before {
                  display: none; } }
  /* line 3194, style.scss */
  #lower #hachamecha {
    box-sizing: border-box;
    padding-top: 73px;
    background: url("../img/lower_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh; }
    @media (max-width: 768px) {
      /* line 3194, style.scss */
      #lower #hachamecha {
        background: none;
        background: url("../img/lower_bg_sp_top.jpg") no-repeat, url("../img/lower_bg_sp_bottom.jpg") no-repeat, #fef1df;
        background-size: 100%, 100%, auto;
        background-position: top, bottom;
        padding-top: 50px; } }
    /* line 3210, style.scss */
    #lower #hachamecha .hachamecha_inr {
      box-sizing: border-box;
      margin-top: 75px;
      padding-bottom: 120px;
      padding: 0 30px 120px; }
      @media (max-width: 768px) {
        /* line 3210, style.scss */
        #lower #hachamecha .hachamecha_inr {
          margin-top: 0;
          padding: 0 0 80px; } }
      /* line 3219, style.scss */
      #lower #hachamecha .hachamecha_inr h2 {
        height: auto;
        max-width: 1037px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          /* line 3219, style.scss */
          #lower #hachamecha .hachamecha_inr h2 {
            max-width: 90%; } }
    /* line 3228, style.scss */
    #lower #hachamecha .hachamecha_wrap {
      /*padding-top: 70px;
      margin-top: -70px;  */ }
      /* line 3231, style.scss */
      #lower #hachamecha .hachamecha_wrap:nth-child(n + 3) {
        margin-top: 100px; }
        @media (max-width: 768px) {
          /* line 3231, style.scss */
          #lower #hachamecha .hachamecha_wrap:nth-child(n + 3) {
            margin-top: 50px; } }
        /* line 3236, style.scss */
        #lower #hachamecha .hachamecha_wrap:nth-child(n + 3) h3 {
          margin-top: 0; }
      /* line 3240, style.scss */
      #lower #hachamecha .hachamecha_wrap h3 {
        max-height: 117px;
        max-width: auto;
        text-align: center; }
        @media (max-width: 768px) {
          /* line 3240, style.scss */
          #lower #hachamecha .hachamecha_wrap h3 {
            position: relative;
            z-index: 3; } }
        /* line 3248, style.scss */
        #lower #hachamecha .hachamecha_wrap h3 img {
          height: 100%;
          width: auto; }
        @media (max-width: 768px) {
          /* line 3240, style.scss */
          #lower #hachamecha .hachamecha_wrap h3 {
            margin: 0 auto;
            margin-top: 25px;
            max-width: 90%; }
            /* line 3256, style.scss */
            #lower #hachamecha .hachamecha_wrap h3 img {
              height: auto;
              width: 100%; } }
      /* line 3262, style.scss */
      #lower #hachamecha .hachamecha_wrap h4 {
        margin-bottom: 20px;
        position: relative;
        max-width: 361px;
        z-index: 3; }
        @media (max-width: 768px) {
          /* line 3262, style.scss */
          #lower #hachamecha .hachamecha_wrap h4 {
            margin: 0 auto 20px;
            max-width: 280px; } }
      /* line 3272, style.scss */
      #lower #hachamecha .hachamecha_wrap .text_area_wrap {
        color: #4c3434;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
        line-height: 160%;
        margin-top: 50px;
        text-align: center; }
        @media (max-width: 768px) {
          /* line 3272, style.scss */
          #lower #hachamecha .hachamecha_wrap .text_area_wrap {
            font-size: 18px;
            text-align: left;
            margin: 30px auto 0;
            width: 90%; } }
        /* line 3287, style.scss */
        #lower #hachamecha .hachamecha_wrap .text_area_wrap span.notes {
          font-size: 18px;
          color: #957777; }
          /* line 3290, style.scss */
          #lower #hachamecha .hachamecha_wrap .text_area_wrap span.notes.red {
            color: #bf0f00; }
        /* line 3296, style.scss */
        #lower #hachamecha .hachamecha_wrap .text_area_wrap strong.red {
          color: #bf0f00; }
      /* line 3301, style.scss */
      #lower #hachamecha .hachamecha_wrap .photo_list {
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        @media (max-width: 768px) {
          /* line 3301, style.scss */
          #lower #hachamecha .hachamecha_wrap .photo_list {
            position: static !important;
            flex-direction: column; } }
        /* line 3310, style.scss */
        #lower #hachamecha .hachamecha_wrap .photo_list.one_column li {
          border: 1px solid #bb956c;
          background: #555;
          height: 100%;
          max-height: 370px;
          width: 100%;
          max-width: 580px;
          cursor: pointer;
          transition: all .3s; }
          @media (max-width: 768px) {
            /* line 3310, style.scss */
            #lower #hachamecha .hachamecha_wrap .photo_list.one_column li {
              margin: 0 auto;
              max-height: auto;
              width: 100%;
              max-width: 90%; } }
        /* line 3327, style.scss */
        #lower #hachamecha .hachamecha_wrap .photo_list li {
          border: 1px solid #bb956c;
          background: #555;
          height: 100%;
          max-height: 270px;
          width: 100%;
          max-width: 480px;
          cursor: pointer;
          transition: all .3s; }
          /* line 3336, style.scss */
          #lower #hachamecha .hachamecha_wrap .photo_list li:nth-child(n + 2) {
            margin-left: 40px; }
            @media (max-width: 768px) {
              /* line 3336, style.scss */
              #lower #hachamecha .hachamecha_wrap .photo_list li:nth-child(n + 2) {
                margin-left: 0;
                margin: 30px auto 0; } }
          @media (max-width: 768px) {
            /* line 3327, style.scss */
            #lower #hachamecha .hachamecha_wrap .photo_list li {
              border: 1px solid #bb956c;
              margin: 0 auto;
              max-height: auto;
              max-width: 90%; } }
          /* line 3349, style.scss */
          #lower #hachamecha .hachamecha_wrap .photo_list li:hover {
            transition: all .3s;
            opacity: .8; }
          @media (max-width: 768px) {
            /* line 3354, style.scss */
            #lower #hachamecha .hachamecha_wrap .photo_list li:hover {
              transition: all .3s;
              opacity: 1; }
            /* line 3358, style.scss */
            #lower #hachamecha .hachamecha_wrap .photo_list li:active {
              transition: all .3s;
              opacity: .8; } }
        @media (max-width: 768px) {
          /* line 3301, style.scss */
          #lower #hachamecha .hachamecha_wrap .photo_list {
            position: absolute;
            bottom: -76.8229166667vw;
            left: 0; } }
      /* line 3370, style.scss */
      #lower #hachamecha .hachamecha_wrap .cont {
        display: flex;
        align-items: center;
        margin: 50px auto 0;
        max-width: 1100px;
        position: relative; }
        @media (max-width: 768px) {
          /* line 3370, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont {
            flex-direction: column;
            max-width: 90%;
            margin-top: 50px; } }
        /* line 3381, style.scss */
        #lower #hachamecha .hachamecha_wrap .cont:nth-child(n + 3) {
          margin: 0 auto; }
          @media (max-width: 768px) {
            /* line 3381, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont:nth-child(n + 3) {
              margin-top: 80px; } }
        /* line 3387, style.scss */
        #lower #hachamecha .hachamecha_wrap .cont.ttl {
          margin-top: 60px; }
        @media (max-width: 768px) {
          /* line 3390, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont.Left {
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 160%; }
            /* line 3396, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left + .text_area_wrap {
              margin-top: 30px; } }
        @media (max-width: 768px) {
          /* line 3400, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont.Left.top {
            margin-top: 30px;
            max-width: 100%;
            background: url("../img/game_text-area_bg.png") no-repeat;
            background-position: 50% -10%;
            background-size: 120%; }
            /* line 3407, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left.top .text_area {
              margin-top: 0; } }
        /* line 3412, style.scss */
        #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap {
          border: 1px solid #bb956c;
          position: relative;
          z-index: 5;
          width: 100%;
          max-width: 480px; }
          @media (max-width: 768px) {
            /* line 3412, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap {
              margin-top: 30px;
              max-width: 90%; } }
          /* line 3422, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap a {
            transition: all .3s; }
            /* line 3424, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap a:hover {
              transition: all .3s;
              opacity: .8; }
            @media (max-width: 768px) {
              /* line 3429, style.scss */
              #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap a:hover {
                transition: all .3s;
                opacity: 1; }
              /* line 3433, style.scss */
              #lower #hachamecha .hachamecha_wrap .cont.Left .movie_area_wrap a:active {
                transition: all .3s;
                opacity: .8; } }
        /* line 3440, style.scss */
        #lower #hachamecha .hachamecha_wrap .cont.Left .text_area {
          margin-top: -20px;
          width: 100%;
          max-width: 570px; }
          @media (max-width: 1024px) {
            /* line 3440, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .text_area {
              max-width: 50%; } }
          @media (max-width: 768px) {
            /* line 3440, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .text_area {
              max-width: 90%; } }
          /* line 3450, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont.Left .text_area p {
            box-sizing: border-box;
            color: #4c3434;
            font-family: notoSans;
            font-weight: bold;
            font-size: 20px;
            line-height: 160%;
            max-width: 520px;
            padding-right: 20px;
            position: relative;
            z-index: 1;
            float: left; }
            /* line 3462, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .text_area p span {
              display: block;
              width: 100%; }
            @media (max-width: 768px) {
              /* line 3450, style.scss */
              #lower #hachamecha .hachamecha_wrap .cont.Left .text_area p {
                font-size: 18px; } }
            /* line 3469, style.scss */
            #lower #hachamecha .hachamecha_wrap .cont.Left .text_area p::before {
              content: url("../img/game_text-area_bg.png");
              position: absolute;
              left: -30px;
              top: 50%;
              z-index: -1;
              margin-top: -170px; }
              @media (max-width: 768px) {
                /* line 3469, style.scss */
                #lower #hachamecha .hachamecha_wrap .cont.Left .text_area p::before {
                  content: "";
                  left: -25%; } }
          /* line 3484, style.scss */
          #lower #hachamecha .hachamecha_wrap .cont.Left .text_area.no_ttl p::before {
            top: 50%;
            margin-top: -135px; }

/* line 3500, style.scss */
#modal_box {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  /* line 3511, style.scss */
  #modal_box .modal_close {
    cursor: pointer;
    position: fixed;
    width: 73px;
    height: 50px;
    top: 2%;
    right: 2%;
    z-index: 10; }
    @media (max-width: 768px) {
      /* line 3511, style.scss */
      #modal_box .modal_close {
        width: 9.5052083333vw;
        height: 6.5104166667vw; } }
  /* line 3524, style.scss */
  #modal_box .detail_content {
    position: relative;
    z-index: 5; }
    /* line 3527, style.scss */
    #modal_box .detail_content .bg_chara {
      background: url("../img/chara/modal_bg.png") no-repeat;
      background-size: 100%;
      background-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 1480px) {
        /* line 3527, style.scss */
        #modal_box .detail_content .bg_chara {
          background-size: 120%; } }
      @media (max-width: 1280px) {
        /* line 3527, style.scss */
        #modal_box .detail_content .bg_chara {
          background-size: 125%; } }
      @media (max-width: 1024px) {
        /* line 3527, style.scss */
        #modal_box .detail_content .bg_chara {
          background-size: 145%; } }
      @media (max-width: 768px) {
        /* line 3527, style.scss */
        #modal_box .detail_content .bg_chara {
          background-size: cover;
          background-position: left; } }
  /* line 3551, style.scss */
  #modal_box #modal_wrap {
    overflow-y: hidden;
    overflow-x: hidden; }

/* line 3556, style.scss */
#chara-detail_slider {
  height: 100vh;
  width: 100%; }
  /* line 3559, style.scss */
  #chara-detail_slider .slide-arrow {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: block;
    width: 121px;
    height: 140px;
    cursor: pointer;
    transition: all .2s;
    z-index: 10; }
    @media (max-width: 1280px) {
      /* line 3559, style.scss */
      #chara-detail_slider .slide-arrow {
        width: 9.453125vw;
        height: 10.9375vw; } }
    @media (max-width: 768px) {
      /* line 3559, style.scss */
      #chara-detail_slider .slide-arrow {
        width: 13.1510416667vw;
        height: 15.625vw;
        transform: translateY(0);
        top: 15%; } }
  /* line 3580, style.scss */
  #chara-detail_slider .prev-arrow {
    left: 30px; }
    @media (max-width: 768px) {
      /* line 3580, style.scss */
      #chara-detail_slider .prev-arrow {
        left: 3.90625vw; } }
    /* line 3585, style.scss */
    #chara-detail_slider .prev-arrow:hover {
      transform: translateY(-50%) translateX(-15%); }
      @media (max-width: 768px) {
        /* line 3585, style.scss */
        #chara-detail_slider .prev-arrow:hover {
          transform: translateY(0); } }
  /* line 3592, style.scss */
  #chara-detail_slider .next-arrow {
    right: 30px; }
    @media (max-width: 768px) {
      /* line 3592, style.scss */
      #chara-detail_slider .next-arrow {
        right: 3.90625vw; } }
    /* line 3597, style.scss */
    #chara-detail_slider .next-arrow:hover {
      transform: translateY(-50%) translateX(15%); }
      @media (max-width: 768px) {
        /* line 3597, style.scss */
        #chara-detail_slider .next-arrow:hover {
          transform: translateY(0); } }
  /* line 3604, style.scss */
  #chara-detail_slider li {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative; }
    /* line 3609, style.scss */
    #chara-detail_slider li .chara_cont {
      display: flex;
      justify-content: flex-end;
      margin: 0 auto;
      position: relative;
      height: 750px;
      width: 980px; }
      @media (max-width: 1480px) {
        /* line 3609, style.scss */
        #chara-detail_slider li .chara_cont {
          height: 720px;
          height: 48.6486486486vw;
          width: 66.2162162162vw; } }
      @media (max-width: 1280px) {
        /* line 3609, style.scss */
        #chara-detail_slider li .chara_cont {
          height: 45.3125vw;
          width: 68.75vw; } }
      @media (max-width: 768px) {
        /* line 3609, style.scss */
        #chara-detail_slider li .chara_cont {
          flex-direction: column;
          height: 100%;
          width: 100%; } }
      /* line 3631, style.scss */
      #chara-detail_slider li .chara_cont.dot figure {
        position: absolute;
        top: 50%;
        left: 0;
        height: 100%;
        max-height: 534px;
        width: 100%;
        max-width: 300px;
        z-index: 9;
        margin-top: -267px; }
        @media (max-width: 1480px) {
          /* line 3631, style.scss */
          #chara-detail_slider li .chara_cont.dot figure {
            max-width: 20.2702702703vw;
            margin-top: -18.0405405405vw; } }
        @media (max-width: 1280px) {
          /* line 3631, style.scss */
          #chara-detail_slider li .chara_cont.dot figure {
            max-width: 23.4375vw;
            margin-top: -20.859375vw; } }
        @media (max-width: 768px) {
          /* line 3631, style.scss */
          #chara-detail_slider li .chara_cont.dot figure {
            right: 0;
            margin: 0 auto;
            /*margin-top: -87px;*/
            max-width: 52.0833333333vw;
            /*top: 50%;*/
            top: 10%; } }
      /* line 3658, style.scss */
      #chara-detail_slider li .chara_cont.dot .inr {
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        max-width: 540px;
        z-index: 10; }
        @media (max-width: 1280px) {
          /* line 3658, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr {
            max-width: 39.0625vw; } }
        @media (max-width: 1024px) {
          /* line 3658, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr {
            max-width: 50.78125vw;
            margin-top: 1.46484375vw; } }
        @media (max-width: 768px) {
          /* line 3658, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr {
            background: rgba(0, 0, 0, 0.5);
            padding: 20px 0 40px;
            max-width: 100%;
            align-items: center; } }
        /* line 3679, style.scss */
        #chara-detail_slider li .chara_cont.dot .inr > .notes {
          background: rgba(255, 0, 0, 0.8);
          box-sizing: border-box;
          border: 1px solid #ff0000;
          display: inline-block;
          padding: 10px 15px;
          position: absolute;
          color: #fff;
          font-weight: bold;
          top: 170px;
          left: 0; }
          @media (max-width: 1480px) {
            /* line 3679, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr > .notes {
              top: 10.8108108108vw; } }
          @media (max-width: 1280px) {
            /* line 3679, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr > .notes {
              top: 10.9375vw; } }
          @media (max-width: 1024px) {
            /* line 3679, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr > .notes {
              top: 6.34765625vw; } }
          @media (max-width: 768px) {
            /* line 3679, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr > .notes {
              position: static;
              border: 0;
              margin: 0 auto;
              width: 100%;
              max-width: 90%;
              text-align: center;
              font-size: 2.0833333333vw; } }
        /* line 3709, style.scss */
        #chara-detail_slider li .chara_cont.dot .inr .name_inr {
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: absolute;
          top: 0;
          left: -100px;
          width: 620px; }
          @media (max-width: 1480px) {
            /* line 3709, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr .name_inr {
              left: -6.7567567568vw;
              width: 41.8918918919vw; } }
          @media (max-width: 1280px) {
            /* line 3709, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr .name_inr {
              left: -5.46875vw;
              top: -3.90625vw;
              width: 48.4375vw; } }
          @media (max-width: 1024px) {
            /* line 3709, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr .name_inr {
              left: 0;
              top: -6.8359375vw;
              width: 48.828125vw; } }
          @media (max-width: 768px) {
            /* line 3709, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr .name_inr {
              position: static;
              margin-bottom: 15px;
              width: 90%; } }
          /* line 3736, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 {
            height: 134px;
            width: auto; }
            /* line 3739, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 img {
              height: 100%;
              width: auto;
              object-fit: contain; }
            @media (max-width: 1480px) {
              /* line 3736, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 {
                height: 9.0540540541vw; } }
            @media (max-width: 1280px) {
              /* line 3736, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 {
                height: 10.46875vw; } }
            @media (max-width: 1024px) {
              /* line 3736, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 {
                height: 9.765625vw; } }
            @media (max-width: 768px) {
              /* line 3736, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr h2 {
                height: 15.625vw; } }
          /* line 3757, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr .name_inr .dot_chara {
            max-width: 160px; }
            @media (max-width: 1480px) {
              /* line 3757, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr .dot_chara {
                max-width: 10.8108108108vw; } }
            @media (max-width: 1280px) {
              /* line 3757, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr .dot_chara {
                max-width: 12.5vw; } }
            @media (max-width: 1024px) {
              /* line 3757, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr .dot_chara {
                max-width: 13.671875vw; } }
            @media (max-width: 768px) {
              /* line 3757, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr .name_inr .dot_chara {
                max-width: 20.8333333333vw; } }
        /* line 3773, style.scss */
        #chara-detail_slider li .chara_cont.dot .inr dl {
          box-sizing: border-box;
          padding-top: 210px;
          max-width: 540px; }
          @media (max-width: 1480px) {
            /* line 3773, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr dl {
              padding-top: 14.1891891892vw;
              max-width: 33.7837837838vw; } }
          @media (max-width: 1280px) {
            /* line 3773, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr dl {
              padding-top: 14.0625vw;
              max-width: 39.0625vw; } }
          @media (max-width: 1024px) {
            /* line 3773, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr dl {
              padding-top: 10.7421875vw;
              max-width: 41.015625vw; } }
          @media (max-width: 768px) {
            /* line 3773, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr dl {
              padding: 0;
              margin: 0 auto;
              width: 100%;
              max-width: 90%; } }
          /* line 3796, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr dl div:nth-child(n + 2) {
            margin-top: 50px; }
            @media (max-width: 768px) {
              /* line 3796, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div:nth-child(n + 2) {
                margin-top: 6.5104166667vw; } }
          /* line 3802, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr dl div dt {
            box-sizing: border-box;
            background: url("../img/chara/name_bg.png") no-repeat;
            background-size: 100%;
            color: #ffff00;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: bold;
            font-size: 20px;
            display: flex;
            align-items: center;
            line-height: 40px;
            max-height: 40px;
            max-width: 250px;
            padding-left: 20px; }
            /* line 3816, style.scss */
            #chara-detail_slider li .chara_cont.dot .inr dl div dt span {
              font-size: 14px;
              margin-left: 8px; }
            @media (max-width: 1480px) {
              /* line 3802, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dt {
                font-size: 1.3513513514vw;
                line-height: 2.7027027027vw;
                max-height: 2.7027027027vw;
                max-width: 16.8918918919vw;
                padding-left: 1.3513513514vw; } }
            @media (max-width: 1280px) {
              /* line 3802, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dt {
                font-size: 1.5625vw;
                line-height: 3.125vw;
                max-height: 3.125vw;
                max-width: 19.53125vw;
                padding-left: 1.5625vw; } }
            @media (max-width: 1024px) {
              /* line 3802, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dt {
                font-size: 1.953125vw;
                line-height: 3.90625vw;
                max-height: 3.90625vw;
                max-width: 24.4140625vw;
                padding-left: 1.953125vw; } }
            @media (max-width: 768px) {
              /* line 3802, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dt {
                background-size: contain;
                font-size: 4.1666666667vw;
                line-height: 7.8125vw;
                max-height: 7.8125vw;
                max-width: 100%;
                padding-left: 2.6041666667vw; } }
          /* line 3850, style.scss */
          #chara-detail_slider li .chara_cont.dot .inr dl div dd {
            color: #fff;
            font-size: 20px;
            line-height: 160%;
            margin-top: 20px;
            text-shadow: 2px 2px 4px #7a0f00; }
            @media (max-width: 1480px) {
              /* line 3850, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dd {
                font-size: 1.3513513514vw; } }
            @media (max-width: 1280px) {
              /* line 3850, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dd {
                font-size: 1.5625vw; } }
            @media (max-width: 1024px) {
              /* line 3850, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dd {
                font-size: 1.953125vw; } }
            @media (max-width: 768px) {
              /* line 3850, style.scss */
              #chara-detail_slider li .chara_cont.dot .inr dl div dd {
                text-shadow: 2px 2px 2px #000;
                margin-top: 2.6041666667vw;
                font-size: 3.3854166667vw; } }
      /* line 3876, style.scss */
      #chara-detail_slider li .chara_cont figure {
        position: absolute;
        top: 50%;
        left: 0;
        height: 100%;
        max-height: 870px;
        width: 100%;
        max-width: 520px;
        z-index: 9;
        margin-top: -435px; }
        @media (max-width: 1480px) {
          /* line 3876, style.scss */
          #chara-detail_slider li .chara_cont figure {
            max-width: 35.1351351351vw;
            margin-top: -29.3918918919vw; } }
        @media (max-width: 1280px) {
          /* line 3876, style.scss */
          #chara-detail_slider li .chara_cont figure {
            max-width: 35.390625vw;
            margin-top: -29.296875vw; } }
        @media (max-width: 768px) {
          /* line 3876, style.scss */
          #chara-detail_slider li .chara_cont figure {
            right: 0;
            margin: 0 auto;
            margin-top: 0;
            max-width: 70.703125vw;
            top: 3%; } }
        @media (max-width: 1280px) {
          /* line 3901, style.scss */
          #chara-detail_slider li .chara_cont figure.kunio {
            left: -3.90625vw; } }
        /* line 3906, style.scss */
        #chara-detail_slider li .chara_cont figure.left {
          left: -80px; }
          @media (max-width: 1480px) {
            /* line 3906, style.scss */
            #chara-detail_slider li .chara_cont figure.left {
              left: -4.0540540541vw; } }
          @media (max-width: 1280px) {
            /* line 3906, style.scss */
            #chara-detail_slider li .chara_cont figure.left {
              left: -9.375vw; } }
          @media (max-width: 1024px) {
            /* line 3906, style.scss */
            #chara-detail_slider li .chara_cont figure.left {
              left: -11.71875vw; } }
          @media (max-width: 768px) {
            /* line 3906, style.scss */
            #chara-detail_slider li .chara_cont figure.left {
              left: 0; } }
        /* line 3921, style.scss */
        #chara-detail_slider li .chara_cont figure.wide {
          height: 100%;
          max-height: 925px;
          width: 100%;
          max-width: 545px;
          left: -75px;
          margin-top: -462px; }
          @media (max-width: 1480px) {
            /* line 3921, style.scss */
            #chara-detail_slider li .chara_cont figure.wide {
              left: -5.0675675676vw;
              max-width: 36.8243243243vw;
              margin-top: -31.2162162162vw; } }
          @media (max-width: 1280px) {
            /* line 3921, style.scss */
            #chara-detail_slider li .chara_cont figure.wide {
              left: -5.859375vw;
              max-width: 36.328125vw;
              margin-top: -30.859375vw; } }
          @media (max-width: 768px) {
            /* line 3921, style.scss */
            #chara-detail_slider li .chara_cont figure.wide {
              left: 0;
              margin: 0 auto;
              margin-top: 0;
              max-width: 70.9635416667vw; } }
          /* line 3944, style.scss */
          #chara-detail_slider li .chara_cont figure.wide_left {
            left: -120px; }
            @media (max-width: 1480px) {
              /* line 3944, style.scss */
              #chara-detail_slider li .chara_cont figure.wide_left {
                left: -8.1081081081vw; } }
            @media (max-width: 1280px) {
              /* line 3944, style.scss */
              #chara-detail_slider li .chara_cont figure.wide_left {
                left: -9.375vw; } }
            @media (max-width: 768px) {
              /* line 3944, style.scss */
              #chara-detail_slider li .chara_cont figure.wide_left {
                left: -15.625vw; } }
        /* line 3957, style.scss */
        #chara-detail_slider li .chara_cont figure.wide_long {
          height: 100%;
          max-height: 880px;
          width: 100%;
          max-width: 727px;
          left: -220px;
          margin-top: -440px; }
          @media (max-width: 1480px) {
            /* line 3957, style.scss */
            #chara-detail_slider li .chara_cont figure.wide_long {
              left: -14.8648648649vw;
              max-width: 49.1216216216vw;
              margin-top: -29.7297297297vw; } }
          @media (max-width: 1280px) {
            /* line 3957, style.scss */
            #chara-detail_slider li .chara_cont figure.wide_long {
              left: -15.625vw;
              max-width: 48.984375vw;
              margin-top: -28.90625vw; } }
          @media (max-width: 768px) {
            /* line 3957, style.scss */
            #chara-detail_slider li .chara_cont figure.wide_long {
              left: 0;
              margin: 0 auto;
              margin-top: 0;
              max-width: 94.6614583333vw; } }
      /* line 3982, style.scss */
      #chara-detail_slider li .chara_cont .inr {
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        max-width: 500px;
        z-index: 10; }
        @media (max-width: 1024px) {
          /* line 3982, style.scss */
          #chara-detail_slider li .chara_cont .inr {
            margin-top: -2.44140625vw; } }
        @media (max-width: 768px) {
          /* line 3982, style.scss */
          #chara-detail_slider li .chara_cont .inr {
            background: rgba(0, 0, 0, 0.5);
            padding: 20px 0 40px;
            max-width: 100%;
            align-items: center; } }
        /* line 3999, style.scss */
        #chara-detail_slider li .chara_cont .inr > .notes {
          background: rgba(255, 0, 0, 0.8);
          box-sizing: border-box;
          border: 1px solid #ff0000;
          display: inline-block;
          padding: 10px 15px;
          position: absolute;
          color: #fff;
          font-weight: bold;
          top: 160px;
          left: 0; }
          @media (max-width: 1480px) {
            /* line 3999, style.scss */
            #chara-detail_slider li .chara_cont .inr > .notes {
              top: 10.8108108108vw; } }
          @media (max-width: 1280px) {
            /* line 3999, style.scss */
            #chara-detail_slider li .chara_cont .inr > .notes {
              top: 9.375vw; } }
          @media (max-width: 1024px) {
            /* line 3999, style.scss */
            #chara-detail_slider li .chara_cont .inr > .notes {
              top: 4.8828125vw; } }
          @media (max-width: 768px) {
            /* line 3999, style.scss */
            #chara-detail_slider li .chara_cont .inr > .notes {
              position: static;
              border: 0;
              margin: 0 auto 15px;
              width: 100%;
              max-width: 90%;
              text-align: center;
              font-size: 2.0833333333vw; } }
          @media (max-width: 768px) {
            /* line 4028, style.scss */
            #chara-detail_slider li .chara_cont .inr > .notes.top {
              margin: 0 auto;
              width: 100%;
              max-width: 90%;
              left: 0;
              right: 0;
              top: 33.8541666667vw;
              text-align: center; } }
        /* line 4040, style.scss */
        #chara-detail_slider li .chara_cont .inr .name_inr {
          display: flex;
          justify-content: space-between;
          align-items: center;
          position: absolute;
          top: 0;
          left: -100px;
          width: 620px; }
          @media (max-width: 1480px) {
            /* line 4040, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr {
              left: -6.7567567568vw;
              width: 41.8918918919vw; } }
          @media (max-width: 1280px) {
            /* line 4040, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr {
              left: -7.8125vw;
              top: -3.90625vw;
              width: 48.4375vw; } }
          @media (max-width: 1024px) {
            /* line 4040, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr {
              left: 0;
              top: -6.8359375vw;
              width: 48.828125vw; } }
          @media (max-width: 768px) {
            /* line 4040, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr {
              position: static;
              margin-bottom: 15px;
              width: 90%; } }
          /* line 4067, style.scss */
          #chara-detail_slider li .chara_cont .inr .name_inr.Top {
            top: -45px; }
            @media (max-width: 1480px) {
              /* line 4067, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr.Top {
                top: -2.7027027027vw; } }
            @media (max-width: 1280px) {
              /* line 4067, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr.Top {
                top: -4.6875vw; } }
            @media (max-width: 1024px) {
              /* line 4067, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr.Top {
                top: -9.765625vw; } }
            @media (max-width: 768px) {
              /* line 4067, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr.Top {
                top: -10.4166666667vw; } }
            /* line 4081, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr.Top .dot_chara_long {
              max-width: 160px; }
              @media (max-width: 1480px) {
                /* line 4081, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr.Top .dot_chara_long {
                  max-width: 10.8108108108vw; } }
              @media (max-width: 1280px) {
                /* line 4081, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr.Top .dot_chara_long {
                  max-width: 12.5vw; } }
              @media (max-width: 1024px) {
                /* line 4081, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr.Top .dot_chara_long {
                  max-width: 13.671875vw; } }
              @media (max-width: 768px) {
                /* line 4081, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr.Top .dot_chara_long {
                  max-width: 20.8333333333vw; } }
          /* line 4097, style.scss */
          #chara-detail_slider li .chara_cont .inr .name_inr_wide {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            top: 0;
            left: -120px;
            width: 650px; }
            @media (max-width: 1480px) {
              /* line 4097, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr_wide {
                left: -8.1081081081vw;
                width: 41.8918918919vw; } }
            @media (max-width: 1280px) {
              /* line 4097, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr_wide {
                left: -9.375vw;
                top: -3.90625vw;
                width: 48.4375vw; } }
            @media (max-width: 1024px) {
              /* line 4097, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr_wide {
                left: 0;
                top: -5.859375vw;
                width: 48.828125vw; } }
            @media (max-width: 768px) {
              /* line 4097, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr_wide {
                position: static;
                margin-bottom: 40px;
                width: 90%; } }
            /* line 4125, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr_wide h2 img {
              height: 100%;
              width: auto;
              object-fit: contain; }
            /* line 4130, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr_wide h2.wide {
              height: 120px;
              width: auto; }
              @media (max-width: 1480px) {
                /* line 4130, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide h2.wide {
                  height: 8.1081081081vw; } }
              @media (max-width: 1280px) {
                /* line 4130, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide h2.wide {
                  height: 9.375vw; } }
              @media (max-width: 1024px) {
                /* line 4130, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide h2.wide {
                  height: 7.8125vw; } }
              @media (max-width: 768px) {
                /* line 4130, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide h2.wide {
                  height: 13.0208333333vw; } }
            /* line 4147, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr_wide .dot_chara {
              max-width: 160px; }
              @media (max-width: 1480px) {
                /* line 4147, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide .dot_chara {
                  max-width: 10.8108108108vw; } }
              @media (max-width: 1280px) {
                /* line 4147, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide .dot_chara {
                  max-width: 12.5vw; } }
              @media (max-width: 1024px) {
                /* line 4147, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide .dot_chara {
                  max-width: 13.671875vw; } }
              @media (max-width: 768px) {
                /* line 4147, style.scss */
                #chara-detail_slider li .chara_cont .inr .name_inr_wide .dot_chara {
                  max-width: 20.8333333333vw; } }
          /* line 4163, style.scss */
          #chara-detail_slider li .chara_cont .inr .name_inr h2 {
            height: 134px;
            width: auto; }
            /* line 4166, style.scss */
            #chara-detail_slider li .chara_cont .inr .name_inr h2 img {
              height: 100%;
              width: auto;
              object-fit: contain; }
            @media (max-width: 1480px) {
              /* line 4163, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr h2 {
                height: 9.0540540541vw; } }
            @media (max-width: 1280px) {
              /* line 4163, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr h2 {
                height: 10.46875vw; } }
            @media (max-width: 1024px) {
              /* line 4163, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr h2 {
                height: 9.765625vw; } }
            @media (max-width: 768px) {
              /* line 4163, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr h2 {
                height: 15.625vw; } }
          /* line 4184, style.scss */
          #chara-detail_slider li .chara_cont .inr .name_inr .dot_chara {
            max-width: 160px; }
            @media (max-width: 1480px) {
              /* line 4184, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr .dot_chara {
                max-width: 10.8108108108vw; } }
            @media (max-width: 1280px) {
              /* line 4184, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr .dot_chara {
                max-width: 12.5vw; } }
            @media (max-width: 1024px) {
              /* line 4184, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr .dot_chara {
                max-width: 13.671875vw; } }
            @media (max-width: 768px) {
              /* line 4184, style.scss */
              #chara-detail_slider li .chara_cont .inr .name_inr .dot_chara {
                max-width: 20.8333333333vw; } }
        /* line 4200, style.scss */
        #chara-detail_slider li .chara_cont .inr dl {
          box-sizing: border-box;
          padding-top: 220px;
          max-width: 500px; }
          @media (max-width: 1480px) {
            /* line 4200, style.scss */
            #chara-detail_slider li .chara_cont .inr dl {
              padding-top: 14.1891891892vw;
              max-width: 33.7837837838vw; } }
          @media (max-width: 1280px) {
            /* line 4200, style.scss */
            #chara-detail_slider li .chara_cont .inr dl {
              padding-top: 14.0625vw;
              max-width: 39.0625vw; } }
          @media (max-width: 1024px) {
            /* line 4200, style.scss */
            #chara-detail_slider li .chara_cont .inr dl {
              padding-top: 10.7421875vw;
              max-width: 48.828125vw; } }
          @media (max-width: 768px) {
            /* line 4200, style.scss */
            #chara-detail_slider li .chara_cont .inr dl {
              padding: 0;
              margin: 0 auto;
              width: 100%;
              max-width: 90%; } }
          /* line 4223, style.scss */
          #chara-detail_slider li .chara_cont .inr dl div:nth-child(n + 2) {
            margin-top: 50px; }
            @media (max-width: 768px) {
              /* line 4223, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div:nth-child(n + 2) {
                margin-top: 6.5104166667vw; } }
          /* line 4229, style.scss */
          #chara-detail_slider li .chara_cont .inr dl div dt {
            box-sizing: border-box;
            background: url("../img/chara/name_bg.png") no-repeat;
            background-size: 100%;
            color: #ffff00;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: bold;
            font-size: 20px;
            display: flex;
            align-items: center;
            line-height: 40px;
            max-height: 40px;
            max-width: 250px;
            padding-left: 20px; }
            /* line 4243, style.scss */
            #chara-detail_slider li .chara_cont .inr dl div dt span {
              font-size: 14px;
              margin-left: 8px; }
            @media (max-width: 1480px) {
              /* line 4229, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dt {
                font-size: 1.3513513514vw;
                line-height: 2.7027027027vw;
                max-height: 2.7027027027vw;
                max-width: 16.8918918919vw;
                padding-left: 1.3513513514vw; } }
            @media (max-width: 1280px) {
              /* line 4229, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dt {
                font-size: 1.5625vw;
                line-height: 3.125vw;
                max-height: 3.125vw;
                max-width: 19.53125vw;
                padding-left: 1.5625vw; } }
            @media (max-width: 1024px) {
              /* line 4229, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dt {
                font-size: 1.953125vw;
                line-height: 3.90625vw;
                max-height: 3.90625vw;
                max-width: 24.4140625vw;
                padding-left: 1.953125vw; } }
            @media (max-width: 768px) {
              /* line 4229, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dt {
                background-size: contain;
                font-size: 4.1666666667vw;
                line-height: 7.8125vw;
                max-height: 7.8125vw;
                max-width: 100%;
                padding-left: 2.6041666667vw; } }
          /* line 4277, style.scss */
          #chara-detail_slider li .chara_cont .inr dl div dd {
            color: #fff;
            font-size: 20px;
            line-height: 160%;
            margin-top: 20px;
            text-shadow: 2px 2px 4px #7a0f00; }
            @media (max-width: 1480px) {
              /* line 4277, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dd {
                font-size: 1.3513513514vw; } }
            @media (max-width: 1280px) {
              /* line 4277, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dd {
                font-size: 1.5625vw; } }
            @media (max-width: 1024px) {
              /* line 4277, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dd {
                font-size: 1.953125vw; } }
            @media (max-width: 768px) {
              /* line 4277, style.scss */
              #chara-detail_slider li .chara_cont .inr dl div dd {
                text-shadow: 2px 2px 2px #000;
                margin-top: 2.6041666667vw;
                font-size: 3.3854166667vw; } }

/* line 4304, style.scss */
#ssPhotolist {
  height: 100vh;
  width: 100%; }
  /* line 4307, style.scss */
  #ssPhotolist li {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 4312, style.scss */
    #ssPhotolist li figure {
      height: auto;
      width: 100%;
      max-width: 60%; }
      @media (max-width: 768px) {
        /* line 4312, style.scss */
        #ssPhotolist li figure {
          max-width: 95%; } }
      /* line 4319, style.scss */
      #ssPhotolist li figure img {
        height: auto;
        width: 100%; }

/* line 4328, style.scss */
.slide_In {
  opacity: 0;
  transition: all .2s;
  animation-duration: 2s;
  animation-fill-mode: both; }

/* line 4334, style.scss */
.effect {
  animation-name: slideIn;
  transition: .3s; }

@keyframes slideIn {
  0% {
    transform: translateY(90px);
    opacity: 0; }
  100% {
    transform: translateY(0); }
  40%,100% {
    opacity: 1; } }
/* line 4350, style.scss */
.fade-in {
  opacity: 0;
  animation: fadein-top 1.5s .3s ease-out forwards; }

@keyframes fadein-top {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes bounce {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(-15px); }
  22.5% {
    transform: translateY(0); }
  35% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(0); } }
