@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;700&display=swap");
:root {
  --screen-height:100vh;
  --screen-width:0; }

/*********************************************************************
 * Hover Scale系.
 *********************************************************************/
@-webkit-keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }
@keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }

@-webkit-keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@-webkit-keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

@keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

/*********************************************************************
 * Bounce系.
 *********************************************************************/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@-webkit-keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@-webkit-keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/************************************************************************
 * TOP css
 *************************************************************************/
article#main-contents {
  position: relative;
  width: 400px;
  margin: 0 auto;
  z-index: 0;
  overflow: visible;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 733px) {
    article#main-contents {
      width: 100%; } }
  article#main-contents nav#character-select {
    position: sticky;
    top: 3%;
    width: 100%;
    z-index: 10; }
    article#main-contents nav#character-select ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      article#main-contents nav#character-select ul li {
        position: relative;
        width: 22.75%;
        height: 22.75%; }
        article#main-contents nav#character-select ul li:nth-child(n+2) {
          margin-left: 4%; }
        article#main-contents nav#character-select ul li.on a img.on {
          display: block; }
        article#main-contents nav#character-select ul li.on a img.off {
          display: none; }
        article#main-contents nav#character-select ul li.on:nth-child(1)::after {
          background-color: #2138ef; }
        article#main-contents nav#character-select ul li.on:nth-child(2)::after {
          background-color: #83d30f; }
        article#main-contents nav#character-select ul li.on:nth-child(3)::after {
          background-color: #f7be39; }
        article#main-contents nav#character-select ul li.on::after {
          content: "";
          width: 20px;
          height: 12px;
          display: block;
          position: absolute;
          bottom: -11px;
          right: 50%;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%);
          clip-path: polygon(0 0, 20px 0, 20px 4px, 16px 4px, 16px 8px, 12px 8px, 12px 12px, 8px 12px, 8px 8px, 4px 8px, 4px 4px, 0 4px); }
        article#main-contents nav#character-select ul li a {
          cursor: pointer;
          display: block;
          width: 100%; }
          article#main-contents nav#character-select ul li a img {
            width: 100%; }
          article#main-contents nav#character-select ul li a img.on {
            display: none; }
  article#main-contents section {
    position: relative; }
    article#main-contents section img {
      width: 100%; }
    article#main-contents section div.contents-inner {
      padding-left: 5.75%;
      padding-right: 5.75%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #000;
      background-image: url("../img/section-bg@2x.png");
      background-size: 100%;
      background-repeat: repeat-y; }
    article#main-contents section h2.common {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 3%; }
      article#main-contents section h2.common span {
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 0; }
        @media screen and (max-width: 733px) {
          article#main-contents section h2.common span {
            font-size: 8.5vw; } }
      article#main-contents section h2.common::before {
        content: "";
        background-image: url("../img/header-dot@2x.png");
        background-size: 11px 16px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 11px;
        height: 16px;
        display: block;
        position: relative;
        margin-right: 11px; }
        @media screen and (max-width: 733px) {
          article#main-contents section h2.common::before {
            background-image: url("../img/header-dot@2x.png");
            background-size: 2.93333vw 4.26667vw;
            background-repeat: no-repeat;
            background-position: center top;
            width: 2.93333vw;
            height: 4.26667vw;
            display: block;
            position: relative;
            margin-right: 3.75vw; } }
    article#main-contents section .common-btn {
      cursor: pointer;
      display: block;
      text-decoration: none;
      position: relative;
      background-image: url("../img/button/btn_blue_center@2x.png");
      background-repeat: repeat-x;
      background-size: 100% 100%;
      width: auto;
      height: 64px;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 13px; }
      @media screen and (max-width: 733px) {
        article#main-contents section .common-btn {
          height: 16vw;
          padding-top: 3.25vw; } }
      article#main-contents section .common-btn.on span {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
      article#main-contents section .common-btn span {
        display: inline-block;
        font-family: 'DotGothic16-Regular';
        font-size: 16px;
        color: #fff; }
        @media screen and (max-width: 733px) {
          article#main-contents section .common-btn span {
            font-size: 4vw; } }
      article#main-contents section .common-btn::before {
        content: "";
        background-image: url("../img/button/btn_blue_left@2x.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 16px;
        height: 64px;
        position: absolute;
        left: -15px;
        top: 0; }
        @media screen and (max-width: 733px) {
          article#main-contents section .common-btn::before {
            width: 4vw;
            height: 16vw;
            left: -3.8vw; } }
      article#main-contents section .common-btn::after {
        content: "";
        background-image: url("../img/button/btn_blue_right@2x.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 19px;
        height: 64px;
        position: absolute;
        right: -18px;
        top: 0; }
        @media screen and (max-width: 733px) {
          article#main-contents section .common-btn::after {
            width: 4.75vw;
            height: 16vw;
            right: -4.55vw; } }
    article#main-contents section .common-btn.blue-btn {
      background-image: url("../img/button/btn_blue_center@2x.png"); }
      article#main-contents section .common-btn.blue-btn::before {
        background-image: url("../img/button/btn_blue_left@2x.png"); }
      article#main-contents section .common-btn.blue-btn::after {
        background-image: url("../img/button/btn_blue_right@2x.png"); }
      article#main-contents section .common-btn.blue-btn.on {
        background-image: url("../img/button/btn_blue_on_center@2x.png"); }
        article#main-contents section .common-btn.blue-btn.on::before {
          background-image: url("../img/button/btn_blue_on_left@2x.png"); }
        article#main-contents section .common-btn.blue-btn.on::after {
          background-image: url("../img/button/btn_blue_on_right@2x.png"); }
    article#main-contents section .common-btn.green-btn {
      background-image: url("../img/button/btn_green_center@2x.png"); }
      article#main-contents section .common-btn.green-btn::before {
        background-image: url("../img/button/btn_green_left@2x.png"); }
      article#main-contents section .common-btn.green-btn::after {
        background-image: url("../img/button/btn_green_right@2x.png"); }
      article#main-contents section .common-btn.green-btn.on {
        background-image: url("../img/button/btn_green_on_center@2x.png"); }
        article#main-contents section .common-btn.green-btn.on::before {
          background-image: url("../img/button/btn_green_on_left@2x.png"); }
        article#main-contents section .common-btn.green-btn.on::after {
          background-image: url("../img/button/btn_green_on_right@2x.png"); }
    article#main-contents section .common-btn.orange-btn {
      background-image: url("../img/button/btn_orange_center@2x.png"); }
      article#main-contents section .common-btn.orange-btn::before {
        background-image: url("../img/button/btn_orange_left@2x.png"); }
      article#main-contents section .common-btn.orange-btn::after {
        background-image: url("../img/button/btn_orange_right@2x.png"); }
      article#main-contents section .common-btn.orange-btn.on {
        background-image: url("../img/button/btn_orange_on_center@2x.png"); }
        article#main-contents section .common-btn.orange-btn.on::before {
          background-image: url("../img/button/btn_orange_on_left@2x.png"); }
        article#main-contents section .common-btn.orange-btn.on::after {
          background-image: url("../img/button/btn_orange_on_right@2x.png"); }
  article#main-contents div.stage-enter-frame {
    position: relative;
    width: 100%;
    height: 782px;
    margin-bottom: 40%; }
    @media screen and (max-width: 733px) {
      article#main-contents div.stage-enter-frame {
        height: 195.5vw; } }
    article#main-contents div.stage-enter-frame::before {
      content: "";
      background-image: url("../img/stage-moya-upper@2x.png");
      width: 100%;
      height: 80px;
      background-size: 100%;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 2; }
      @media screen and (max-width: 733px) {
        article#main-contents div.stage-enter-frame::before {
          height: 20vw; } }
    article#main-contents div.stage-enter-frame::after {
      content: "";
      background-image: url("../img/stage-moya-bottom@2x.png");
      width: 100%;
      height: 80px;
      background-size: 100%;
      position: absolute;
      bottom: -1px;
      left: 0;
      z-index: 2; }
      @media screen and (max-width: 733px) {
        article#main-contents div.stage-enter-frame::after {
          height: 20vw; } }
    article#main-contents div.stage-enter-frame.under-character-select {
      margin-top: 75%; }
      article#main-contents div.stage-enter-frame.under-character-select:nth-child(n+5) {
        margin-top: 45%; }
    article#main-contents div.stage-enter-frame div.stage-enter-message {
      z-index: 1;
      width: 60%;
      position: absolute;
      bottom: 14%;
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
      article#main-contents div.stage-enter-frame div.stage-enter-message.en {
        width: 70%; }
      article#main-contents div.stage-enter-frame div.stage-enter-message.cn {
        width: 35%; }
      article#main-contents div.stage-enter-frame div.stage-enter-message .message-window-inner {
        padding: 20px 30px; }
        @media screen and (max-width: 733px) {
          article#main-contents div.stage-enter-frame div.stage-enter-message .message-window-inner {
            padding: 5vw 7.5vw; } }
    article#main-contents div.stage-enter-frame div.stage-enter-check {
      opacity: 0 !important;
      z-index: 1;
      width: 47%;
      position: absolute;
      bottom: 48%;
      left: 0%; }
    article#main-contents div.stage-enter-frame .stage-enter-bg {
      position: absolute;
      left: 0;
      top: 0; }
      article#main-contents div.stage-enter-frame .stage-enter-bg .exclamations figure {
        position: absolute;
        width: 10%; }
        article#main-contents div.stage-enter-frame .stage-enter-bg .exclamations figure img {
          opacity: 0;
          -webkit-transform-origin: center bottom;
                  transform-origin: center bottom;
          -webkit-transition: opacity .5s;
          transition: opacity .5s; }
        article#main-contents div.stage-enter-frame .stage-enter-bg .exclamations figure.on img {
          opacity: 1;
          -webkit-animation: excla-bound .8s ease-out alternate;
                  animation: excla-bound .8s ease-out alternate; }

@-webkit-keyframes excla-bound {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1); }
  20% {
    -webkit-transform: translateY(-40%) scale(1, 1);
            transform: translateY(-40%) scale(1, 1); }
  40% {
    -webkit-transform: translateY(0%) scale(1, 1);
            transform: translateY(0%) scale(1, 1); }
  60% {
    -webkit-transform: translateY(0%) scale(1.1, 0.8);
            transform: translateY(0%) scale(1.1, 0.8); }
  70% {
    -webkit-transform: translateY(0%) scale(1.1, 1);
            transform: translateY(0%) scale(1.1, 1); }
  100% {
    -webkit-transform: translateY(0%) scale(1.1, 1);
            transform: translateY(0%) scale(1.1, 1); } }

@keyframes excla-bound {
  0% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1); }
  20% {
    -webkit-transform: translateY(-40%) scale(1, 1);
            transform: translateY(-40%) scale(1, 1); }
  40% {
    -webkit-transform: translateY(0%) scale(1, 1);
            transform: translateY(0%) scale(1, 1); }
  60% {
    -webkit-transform: translateY(0%) scale(1.1, 0.8);
            transform: translateY(0%) scale(1.1, 0.8); }
  70% {
    -webkit-transform: translateY(0%) scale(1.1, 1);
            transform: translateY(0%) scale(1.1, 1); }
  100% {
    -webkit-transform: translateY(0%) scale(1.1, 1);
            transform: translateY(0%) scale(1.1, 1); } }
    article#main-contents div.stage-enter-frame .stage-enter-character {
      position: absolute;
      right: 0;
      top: 23%;
      width: 14.5%; }
      article#main-contents div.stage-enter-frame .stage-enter-character[data-index='1'] {
        right: 47%;
        top: 60%; }
      article#main-contents div.stage-enter-frame .stage-enter-character[data-index='2'] {
        right: 28%;
        top: 44.9%;
        width: 13.5%; }
      article#main-contents div.stage-enter-frame .stage-enter-character img {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: center;
                transform-origin: center; }

@-webkit-keyframes ch1-jump {
  from {
    -webkit-transform: translateX(-160%) translateY(0) scale(1);
            transform: translateX(-160%) translateY(0) scale(1); }
  10% {
    -webkit-transform: translateX(-160%) translateY(10%) scale(1);
            transform: translateX(-160%) translateY(10%) scale(1); }
  11% {
    -webkit-transform: translateX(-162%) translateY(11%) scale(1);
            transform: translateX(-162%) translateY(11%) scale(1); }
  13% {
    -webkit-transform: translateX(-158%) translateY(12%) scale(1);
            transform: translateX(-158%) translateY(12%) scale(1); }
  15% {
    -webkit-transform: translateX(-162%) translateY(13%) scale(1);
            transform: translateX(-162%) translateY(13%) scale(1); }
  17% {
    -webkit-transform: translateX(-158%) translateY(14%) scale(1);
            transform: translateX(-158%) translateY(14%) scale(1); }
  19% {
    -webkit-transform: translateX(-162%) translateY(15%) scale(1);
            transform: translateX(-162%) translateY(15%) scale(1); }
  21% {
    -webkit-transform: translateX(-158%) translateY(16%) scale(1);
            transform: translateX(-158%) translateY(16%) scale(1); }
  30% {
    -webkit-transform: translateX(-160%) translateY(16%) scale(1);
            transform: translateX(-160%) translateY(16%) scale(1); }
  50% {
    -webkit-transform: translateX(-160%) translateY(14%) scale(1);
            transform: translateX(-160%) translateY(14%) scale(1); }
  55% {
    -webkit-transform: translateX(-200%) translateY(-50%) scale(1.3);
            transform: translateX(-200%) translateY(-50%) scale(1.3); }
  60% {
    -webkit-transform: translateX(-230%) translateY(-70%) scale(1.3);
            transform: translateX(-230%) translateY(-70%) scale(1.3); }
  65% {
    -webkit-transform: translateX(-250%) translateY(-80%) scale(1.3);
            transform: translateX(-250%) translateY(-80%) scale(1.3); }
  70% {
    -webkit-transform: translateX(-270%) translateY(-70%) scale(1.1);
            transform: translateX(-270%) translateY(-70%) scale(1.1); }
  75% {
    -webkit-transform: translateX(-280%) translateY(-50%) scale(0.5);
            transform: translateX(-280%) translateY(-50%) scale(0.5); }
  80% {
    -webkit-transform: translateX(-290%) translateY(-20%) scale(0);
            transform: translateX(-290%) translateY(-20%) scale(0); }
  to {
    -webkit-transform: translateX(-290%) translateY(0%) scale(0);
            transform: translateX(-290%) translateY(0%) scale(0); } }

@keyframes ch1-jump {
  from {
    -webkit-transform: translateX(-160%) translateY(0) scale(1);
            transform: translateX(-160%) translateY(0) scale(1); }
  10% {
    -webkit-transform: translateX(-160%) translateY(10%) scale(1);
            transform: translateX(-160%) translateY(10%) scale(1); }
  11% {
    -webkit-transform: translateX(-162%) translateY(11%) scale(1);
            transform: translateX(-162%) translateY(11%) scale(1); }
  13% {
    -webkit-transform: translateX(-158%) translateY(12%) scale(1);
            transform: translateX(-158%) translateY(12%) scale(1); }
  15% {
    -webkit-transform: translateX(-162%) translateY(13%) scale(1);
            transform: translateX(-162%) translateY(13%) scale(1); }
  17% {
    -webkit-transform: translateX(-158%) translateY(14%) scale(1);
            transform: translateX(-158%) translateY(14%) scale(1); }
  19% {
    -webkit-transform: translateX(-162%) translateY(15%) scale(1);
            transform: translateX(-162%) translateY(15%) scale(1); }
  21% {
    -webkit-transform: translateX(-158%) translateY(16%) scale(1);
            transform: translateX(-158%) translateY(16%) scale(1); }
  30% {
    -webkit-transform: translateX(-160%) translateY(16%) scale(1);
            transform: translateX(-160%) translateY(16%) scale(1); }
  50% {
    -webkit-transform: translateX(-160%) translateY(14%) scale(1);
            transform: translateX(-160%) translateY(14%) scale(1); }
  55% {
    -webkit-transform: translateX(-200%) translateY(-50%) scale(1.3);
            transform: translateX(-200%) translateY(-50%) scale(1.3); }
  60% {
    -webkit-transform: translateX(-230%) translateY(-70%) scale(1.3);
            transform: translateX(-230%) translateY(-70%) scale(1.3); }
  65% {
    -webkit-transform: translateX(-250%) translateY(-80%) scale(1.3);
            transform: translateX(-250%) translateY(-80%) scale(1.3); }
  70% {
    -webkit-transform: translateX(-270%) translateY(-70%) scale(1.1);
            transform: translateX(-270%) translateY(-70%) scale(1.1); }
  75% {
    -webkit-transform: translateX(-280%) translateY(-50%) scale(0.5);
            transform: translateX(-280%) translateY(-50%) scale(0.5); }
  80% {
    -webkit-transform: translateX(-290%) translateY(-20%) scale(0);
            transform: translateX(-290%) translateY(-20%) scale(0); }
  to {
    -webkit-transform: translateX(-290%) translateY(0%) scale(0);
            transform: translateX(-290%) translateY(0%) scale(0); } }

@-webkit-keyframes ch2-dash {
  0% {
    -webkit-transform: translateX(0%) translateY(-92%) scale(1);
            transform: translateX(0%) translateY(-92%) scale(1); }
  10% {
    -webkit-transform: translateX(0%) translateY(-82%) scale(1);
            transform: translateX(0%) translateY(-82%) scale(1); }
  20% {
    -webkit-transform: translateX(0%) translateY(-76%) scale(1);
            transform: translateX(0%) translateY(-76%) scale(1); }
  30% {
    -webkit-transform: translateX(0%) translateY(-72%) scale(1);
            transform: translateX(0%) translateY(-72%) scale(1); }
  40% {
    -webkit-transform: translateX(0%) translateY(-70%) scale(1);
            transform: translateX(0%) translateY(-70%) scale(1); }
  30% {
    -webkit-transform: translateX(0%) translateY(-69%) scale(1);
            transform: translateX(0%) translateY(-69%) scale(1); }
  50% {
    -webkit-transform: translateX(0%) translateY(-69%) scale(1);
            transform: translateX(0%) translateY(-69%) scale(1); }
  80% {
    -webkit-transform: translateY(-200%) translateX(29%) scale(0);
            transform: translateY(-200%) translateX(29%) scale(0); }
  100% {
    -webkit-transform: translateY(-200%) translateX(29%) scale(0);
            transform: translateY(-200%) translateX(29%) scale(0); } }

@keyframes ch2-dash {
  0% {
    -webkit-transform: translateX(0%) translateY(-92%) scale(1);
            transform: translateX(0%) translateY(-92%) scale(1); }
  10% {
    -webkit-transform: translateX(0%) translateY(-82%) scale(1);
            transform: translateX(0%) translateY(-82%) scale(1); }
  20% {
    -webkit-transform: translateX(0%) translateY(-76%) scale(1);
            transform: translateX(0%) translateY(-76%) scale(1); }
  30% {
    -webkit-transform: translateX(0%) translateY(-72%) scale(1);
            transform: translateX(0%) translateY(-72%) scale(1); }
  40% {
    -webkit-transform: translateX(0%) translateY(-70%) scale(1);
            transform: translateX(0%) translateY(-70%) scale(1); }
  30% {
    -webkit-transform: translateX(0%) translateY(-69%) scale(1);
            transform: translateX(0%) translateY(-69%) scale(1); }
  50% {
    -webkit-transform: translateX(0%) translateY(-69%) scale(1);
            transform: translateX(0%) translateY(-69%) scale(1); }
  80% {
    -webkit-transform: translateY(-200%) translateX(29%) scale(0);
            transform: translateY(-200%) translateX(29%) scale(0); }
  100% {
    -webkit-transform: translateY(-200%) translateX(29%) scale(0);
            transform: translateY(-200%) translateX(29%) scale(0); } }

@-webkit-keyframes ch3-jump {
  0% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); }
  10% {
    -webkit-transform: translateX(-160%) translateY(-20%) scale(1, 1);
            transform: translateX(-160%) translateY(-20%) scale(1, 1); }
  20% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); }
  100% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); } }

@keyframes ch3-jump {
  0% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); }
  10% {
    -webkit-transform: translateX(-160%) translateY(-20%) scale(1, 1);
            transform: translateX(-160%) translateY(-20%) scale(1, 1); }
  20% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); }
  100% {
    -webkit-transform: translateX(-160%) translateY(0) scale(1, 1);
            transform: translateX(-160%) translateY(0) scale(1, 1); } }

@-webkit-keyframes ch3-dash {
  0% {
    -webkit-transform: translateX(-160%) translateY(0) scale(-1, 1);
            transform: translateX(-160%) translateY(0) scale(-1, 1); }
  40% {
    -webkit-transform: translateX(-160%) translateY(0) scale(-1, 1);
            transform: translateX(-160%) translateY(0) scale(-1, 1); }
  100% {
    -webkit-transform: translateX(-115%) translateY(-30%) scale(0.01, 0.01);
            transform: translateX(-115%) translateY(-30%) scale(0.01, 0.01); } }

@keyframes ch3-dash {
  0% {
    -webkit-transform: translateX(-160%) translateY(0) scale(-1, 1);
            transform: translateX(-160%) translateY(0) scale(-1, 1); }
  40% {
    -webkit-transform: translateX(-160%) translateY(0) scale(-1, 1);
            transform: translateX(-160%) translateY(0) scale(-1, 1); }
  100% {
    -webkit-transform: translateX(-115%) translateY(-30%) scale(0.01, 0.01);
            transform: translateX(-115%) translateY(-30%) scale(0.01, 0.01); } }
  article#main-contents section#title {
    position: fixed;
    width: 100%; }
    @media (orientation: landscape) {
      article#main-contents section#title {
        position: absolute; } }
    article#main-contents section#title.pc {
      position: fixed !important; }
      article#main-contents section#title.pc.horizontal {
        position: absolute !important; }
    article#main-contents section#title .language-choice-box {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media screen and (max-width: 1120px) {
        article#main-contents section#title .language-choice-box {
          opacity: 1; } }
      @media screen and (min-width: 1121px) {
        article#main-contents section#title .language-choice-box {
          opacity: 0;
          pointer-events: none; } }
      article#main-contents section#title .language-choice-box.hide {
        display: none; }
    @media screen and (min-width: 734px) {
      article#main-contents section#title {
        max-width: 400px; } }
    article#main-contents section#title div.title-inner {
      position: relative;
      overflow: hidden;
      padding-bottom: 198%; }
      article#main-contents section#title div.title-inner div.bg {
        pointer-events: none;
        position: absolute;
        width: 300%;
        height: 100%;
        -webkit-transform: translateX(-26.64%);
                transform: translateX(-26.64%);
        opacity: 1;
        -webkit-transition: opacity 2s linear;
        transition: opacity 2s linear; }
        article#main-contents section#title div.title-inner div.bg.on {
          opacity: 1; }

@-webkit-keyframes bg-animate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-66%);
            transform: translateX(-66%); } }

@keyframes bg-animate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-66%);
            transform: translateX(-66%); } }
      article#main-contents section#title div.title-inner div.title-logo {
        position: absolute;
        width: 87%;
        right: 50%;
        top: 37%;
        -webkit-transform: translateX(50%) translateY(-3%);
                transform: translateX(50%) translateY(-3%);
        opacity: 0;
        -webkit-transition: opacity .5s linear, -webkit-transform .5s linear;
        transition: opacity .5s linear, -webkit-transform .5s linear;
        transition: transform .5s linear, opacity .5s linear;
        transition: transform .5s linear, opacity .5s linear, -webkit-transform .5s linear; }
        article#main-contents section#title div.title-inner div.title-logo.on {
          opacity: 1;
          -webkit-transform: translateX(50%) translateY(0);
                  transform: translateX(50%) translateY(0); }
      article#main-contents section#title div.title-inner div.sub-title {
        position: absolute;
        left: 17%;
        top: 61%;
        opacity: 0;
        -webkit-transition: opacity .7s linear;
        transition: opacity .7s linear; }
        article#main-contents section#title div.title-inner div.sub-title.on {
          opacity: 1; }
        article#main-contents section#title div.title-inner div.sub-title.en {
          left: 11%; }
          @media screen and (max-width: 733px) {
            article#main-contents section#title div.title-inner div.sub-title.en {
              left: 8%; } }
          article#main-contents section#title div.title-inner div.sub-title.en p span {
            font-size: 15px; }
            @media screen and (max-width: 733px) {
              article#main-contents section#title div.title-inner div.sub-title.en p span {
                font-size: 4vw; } }
        article#main-contents section#title div.title-inner div.sub-title.kr {
          left: 16.5%; }
        article#main-contents section#title div.title-inner div.sub-title.cn {
          left: 24%; }
        article#main-contents section#title div.title-inner div.sub-title p {
          padding-top: 2px;
          padding-bottom: 1px;
          padding-left: 5px;
          padding-right: 5px; }
          article#main-contents section#title div.title-inner div.sub-title p span {
            color: #000;
            font-size: 16px;
            font-weight: bold; }
            @media screen and (max-width: 733px) {
              article#main-contents section#title div.title-inner div.sub-title p span {
                font-size: 4vw; } }
        article#main-contents section#title div.title-inner div.sub-title p.text {
          mix-blend-mode: screen;
          background-color: #fff; }
        article#main-contents section#title div.title-inner div.sub-title p.overlay {
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); }
          article#main-contents section#title div.title-inner div.sub-title p.overlay span {
            opacity: .5; }
      article#main-contents section#title div.title-inner div.scroll {
        position: absolute;
        top: 67%;
        left: 39%;
        opacity: 0;
        -webkit-transition: opacity 2s linear;
        transition: opacity 2s linear; }
        article#main-contents section#title div.title-inner div.scroll.on {
          opacity: 1; }
        article#main-contents section#title div.title-inner div.scroll p {
          line-height: 1; }
          article#main-contents section#title div.title-inner div.scroll p span.scroll-icon {
            font-size: 15px;
            font-weight: bold;
            -webkit-text-stroke: 5px white;
            paint-order: stroke;
            margin-right: 5px;
            color: #000;
            display: inline-block;
            -webkit-animation: 1s bounce ease-out infinite;
                    animation: 1s bounce ease-out infinite; }
            @media screen and (max-width: 733px) {
              article#main-contents section#title div.title-inner div.scroll p span.scroll-icon {
                font-size: 4vw; } }
          article#main-contents section#title div.title-inner div.scroll p span.scroll-text {
            font-size: 13px;
            font-weight: bold;
            -webkit-text-stroke: 5px white;
            paint-order: stroke;
            color: #000; }
            @media screen and (max-width: 733px) {
              article#main-contents section#title div.title-inner div.scroll p span.scroll-text {
                font-size: 4vw; } }
  article#main-contents section#story {
    pointer-events: none;
    padding-top: 168%; }
    @media screen and (max-width: 733px) {
      article#main-contents section#story {
        padding-top: 168vw; } }
    article#main-contents section#story div.bg-upper {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    article#main-contents section#story div.contents-inner.story {
      padding-top: 15%; }
      article#main-contents section#story div.contents-inner.story div.message-window {
        width: 100%; }
  article#main-contents section#sticky-panel {
    padding-top: 12.5%;
    background-color: #000;
    background-image: url("../img/section-bg@2x.png");
    background-size: 100%;
    background-repeat: repeat-y; }
    article#main-contents section#sticky-panel div.contents-inner.story {
      padding-top: 15%; }
    article#main-contents section#sticky-panel div.contents-inner.character {
      position: relative; }
      article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box {
        margin-top: 6.75%;
        position: relative;
        overflow: hidden; }
        article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.bg-grad {
          -webkit-transition: opacity .5s;
          transition: opacity .5s; }
        article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.bg-illust {
          width: 66%;
          position: absolute;
          right: .7%;
          top: 3%;
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s; }
        article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical {
          position: absolute;
          left: 8%;
          top: 6%;
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s; }
          article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical p {
            background-color: #000;
            padding: 10px 5px;
            clip-path: polygon(0 4px, 4px 4px, 4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px)); }
            article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical p span {
              font-size: 26px; }
          article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical.jp, article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical.cn, article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical.kr {
            -webkit-writing-mode: vertical-rl;
                -ms-writing-mode: tb-rl;
                    writing-mode: vertical-rl; }
          article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.name-vertical.en p {
            padding: 6px 10px 9px 10px;
            line-height: 1; }
        article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.character {
          position: absolute;
          width: 47.25%;
          bottom: 52%;
          right: 48%;
          -webkit-transform: translate(50%, 50%);
                  transform: translate(50%, 50%);
          -webkit-transition: opacity .4s;
          transition: opacity .4s; }
          article#main-contents section#sticky-panel div.contents-inner.character div.character-info-box div.character[data-index='0'] {
            right: 43%; }
      article#main-contents section#sticky-panel div.contents-inner.character div.message-window.attribute {
        width: 45%;
        position: absolute;
        right: 4%;
        top: 71%; }
        article#main-contents section#sticky-panel div.contents-inner.character div.message-window.attribute.en {
          width: 62%; }
        article#main-contents section#sticky-panel div.contents-inner.character div.message-window.attribute div.message-window-inner {
          padding: 21px; }
          @media screen and (max-width: 733px) {
            article#main-contents section#sticky-panel div.contents-inner.character div.message-window.attribute div.message-window-inner {
              padding: 5.25vw; } }
      article#main-contents section#sticky-panel div.contents-inner.character div.message-window.confirm {
        position: absolute;
        width: 84.5%;
        right: 50%;
        top: 90.3%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      article#main-contents section#sticky-panel div.contents-inner.character a.confirm-btn {
        width: 49.5%;
        position: absolute;
        bottom: -48%;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
    article#main-contents section#sticky-panel div.quest-frame:nth-child(n+2) {
      margin-top: 45%; }
    article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest {
      background-image: none;
      background-color: #242424;
      position: relative;
      padding-top: 12%;
      padding-bottom: 6%;
      width: 89%;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }
      article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-symbol {
        position: absolute;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        top: -60px;
        height: 80px; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-symbol::before {
          content: "";
          background-image: url("../img/gif/effects-excl.gif");
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 30px;
          height: 30px;
          display: block;
          position: relative;
          position: absolute;
          top: -35px;
          right: 50%;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%); }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-symbol img {
          width: auto;
          height: 100%; }
      article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-marquee-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        gap: .5rem; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-marquee-box div.quest-marquee {
          font-size: 16px;
          -webkit-animation: marquee 15s linear infinite;
                  animation: marquee 15s linear infinite; }

@-webkit-keyframes marquee {
  0% {
    translate: 0; }
  100% {
    translate: calc(-100% - .5rem); } }

@keyframes marquee {
  0% {
    translate: 0; }
  100% {
    translate: calc(-100% - .5rem); } }
      article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box {
        width: 89%;
        margin: 0 auto;
        margin-top: 7.5%; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.message-window.encounter-name {
          width: 82.5%;
          margin-top: -5%; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.message-window-wrapper.encounter-message-wrapper {
          margin-bottom: 8.5%; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.message-window-wrapper.encounter-message-wrapper div.message-window.encounter-message {
            margin-top: -6%;
            margin-left: 4%;
            width: 98%; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box .common-btn {
          width: 90%;
          margin: 0 auto;
          margin-bottom: 3.75%; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper {
          display: none;
          overflow: hidden;
          position: relative;
          padding-top: 12px;
          margin-top: 0;
          margin-bottom: 6%; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper::before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 12px;
            background-color: #000;
            top: 1px;
            right: 50%;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%);
            clip-path: polygon(0 8px, 4px 8px, 4px 4px, 8px 4px, 8px 0, 12px 0, 12px 4px, 16px 4px, 16px 8px, 20px 8px, 20px 12px, 0 12px); }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box {
            position: relative;
            padding-top: 15.7%;
            background-color: #000;
            clip-path: polygon(0 16px, 4px 16px, 4px 12px, 8px 12px, 8px 8px, 12px 8px, 12px 4px, 16px 4px, 16px 0, calc(100% - 16px) 0, calc(100% - 16px) 4px, calc(100% - 12px) 4px, calc(100% - 12px) 8px, calc(100% - 8px) 8px, calc(100% - 8px) 12px, calc(100% - 4px) 12px, calc(100% - 4px) 16px, calc(100%) 16px, calc(100%) calc(100% - 12px), calc(100% - 4px) calc(100% - 12px), calc(100% - 4px) calc(100% - 8px), calc(100% - 8px) calc(100% - 8px), calc(100% - 8px) calc(100% - 4px), calc(100% - 12px) calc(100% - 4px), calc(100% - 12px) calc(100%), 12px 100%, 12px calc(100% - 4px), 8px calc(100% - 4px), 8px calc(100% - 8px), 4px calc(100% - 8px), 4px calc(100% - 12px), 0px calc(100% - 12px)); }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation {
              width: 50%;
              margin: 0 auto;
              margin-bottom: 15%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.great-fireworks1 {
                position: absolute;
                top: 0;
                width: 40%;
                right: 6%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.great-fireworks2 {
                position: absolute;
                left: 10%;
                top: 23%;
                width: 20%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.ok-fireworks1 {
                position: absolute;
                top: 10%;
                width: 40%;
                right: 6%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.ok-fireworks2 {
                position: absolute;
                left: 10%;
                top: 23%;
                width: 20%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.miss-sweat1 {
                position: absolute;
                top: 10%;
                width: 20%;
                right: 18%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.result-animation figure.miss-sweat2 {
                position: absolute;
                left: 10%;
                top: 23%;
                width: 20%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box div.message-window {
              width: 90%;
              margin: 0 auto; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box a.close {
              cursor: pointer;
              text-decoration: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: white;
              line-height: 1;
              padding-top: 7%;
              padding-bottom: 7%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box a.close i {
                display: inline-block;
                width: 3.75%;
                margin-right: 2%; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-result-wrapper div.quest-result-box a.close span {
                font-size: 15px; }
        article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box {
          margin-top: 16.1%;
          position: relative;
          display: none; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box.open {
            display: block; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.quest-explanation-title-box {
            margin-bottom: 9.4%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.quest-explanation-title-box div.message-window {
              width: 90%;
              margin-left: auto;
              margin-right: auto; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header {
            position: relative;
            margin-bottom: 19.4%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-title {
              width: 83%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face {
              position: absolute;
              right: 0;
              bottom: -18%;
              width: 27%; }
              @media screen and (max-width: 733px) {
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face {
                  right: -2%; } }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face > figure {
                z-index: 1; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face::before, article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face::after {
                z-index: 1; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face div.message-window-inner {
                padding: 8%; }
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face div.message-window-inner::before, article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face div.message-window-inner::after {
                  z-index: 1; }
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face div.message-window-inner figure {
                  width: 100%; }
                  article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box .quest-explanation-header .explanation-face div.message-window-inner figure img {
                    clip-path: polygon(0 10px, 10px 0, calc(100% - 9px) 0, 100% 10px, 100% calc(100% - 5px), calc(100% - 6px) 100%, 5px 100%, 0 calc(100% - 6px)); }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure-wrapper {
            position: relative; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure {
            margin-bottom: 9.7%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure p.title {
              font-size: 13px;
              margin-bottom: 3%;
              text-align: center; }
              @media screen and (max-width: 733px) {
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure p.title {
                  font-size: 3vw; } }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure p.caption {
              font-size: 10px;
              margin-top: 1%; }
              @media screen and (max-width: 733px) {
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure p.caption {
                  font-size: 2.3vw; } }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-figure figure {
              width: 100%; }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-youtube {
            margin-bottom: 6.7%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-youtube .youtube-container {
              overflow: hidden;
              aspect-ratio: 16 / 9;
              background: black; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-youtube .youtube-container iframe {
                width: 100% !important;
                height: 100% !important;
                aspect-ratio: 16/9 !important;
                vertical-align: bottom;
                pointer-events: none; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-youtube p.caption {
              font-size: 13px;
              line-height: 1.8em;
              background: black;
              margin-top: -1px;
              padding: 13px 18px; }
              @media screen and (max-width: 733px) {
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-youtube p.caption {
                  font-size: 3.3vw;
                  line-height: 1.7em;
                  padding: 3.5vw 4.5vw; } }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-video {
            margin-bottom: 6.7%; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-video .video-container {
              overflow: hidden; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-video .video-container video {
                width: 100%;
                aspect-ratio: 16 / 9;
                vertical-align: bottom; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-video p.caption {
              font-size: 13px;
              line-height: 1.8em;
              background: black;
              margin-top: -1px;
              padding: 13px 18px; }
              @media screen and (max-width: 733px) {
                article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-video p.caption {
                  font-size: 3.3vw;
                  line-height: 1.7em;
                  padding: 3.5vw 4.5vw; } }
          article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-text {
            margin-bottom: 6.7%;
            font-family: 'DotGothic16-Regular'; }
            article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-text p {
              margin-bottom: 1.5em; }
              article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-text p span {
                font-size: 15px;
                line-height: 28px; }
                @media screen and (max-width: 733px) {
                  article#main-contents section#sticky-panel div.quest-frame div.contents-inner.quest div.quest-information-box div.quest-explanation-box div.explanation-text p span {
                    font-size: 3.75vw;
                    line-height: 7vw; } }
  article#main-contents section#footer {
    background-color: #000;
    background-image: url("../img/section-bg@2x.png");
    background-size: 100%;
    background-repeat: repeat-y; }
    article#main-contents section#footer div.footer-sushi-rail-box {
      overflow: hidden;
      padding-top: 20%;
      padding-bottom: 20%; }
      article#main-contents section#footer div.footer-sushi-rail-box div.footer-sushi-rail div.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        article#main-contents section#footer div.footer-sushi-rail-box div.footer-sushi-rail div.row div.col {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 17%;
          margin-right: 2%; }
          article#main-contents section#footer div.footer-sushi-rail-box div.footer-sushi-rail div.row div.col img {
            width: 100%; }
    article#main-contents section#footer div.footer-message-box {
      width: 100%;
      background-color: #fff;
      padding-bottom: 2%; }
      article#main-contents section#footer div.footer-message-box p.thanks {
        text-align: center;
        padding-top: 18.75%;
        padding-bottom: 18.75%; }
        article#main-contents section#footer div.footer-message-box p.thanks span {
          color: #d61820;
          font-size: 32px;
          line-height: 40px;
          font-weight: bold; }
          @media screen and (max-width: 733px) {
            article#main-contents section#footer div.footer-message-box p.thanks span {
              font-size: 8vw;
              line-height: 10vw; } }
      article#main-contents section#footer div.footer-message-box p.message {
        width: 89%;
        margin: 0 auto;
        line-height: 28.45px; }
        @media screen and (max-width: 733px) {
          article#main-contents section#footer div.footer-message-box p.message {
            line-height: 6.9vw; } }
        article#main-contents section#footer div.footer-message-box p.message span {
          font-size: 13.82px;
          color: #000; }
          @media screen and (max-width: 733px) {
            article#main-contents section#footer div.footer-message-box p.message span {
              font-size: 3.45vw; } }
      article#main-contents section#footer div.footer-message-box figure.logo {
        padding-top: 11.25%;
        padding-bottom: 11.25%;
        width: 57.75%;
        margin: 0 auto; }
      article#main-contents section#footer div.footer-message-box p.copyright {
        text-align: center; }
        article#main-contents section#footer div.footer-message-box p.copyright span {
          color: #000;
          font-size: 11.56px;
          font-weight: bold; }
          @media screen and (max-width: 733px) {
            article#main-contents section#footer div.footer-message-box p.copyright span {
              font-size: 2.89vw; } }

/*# sourceMappingURL=maps/home.css.map */
