@charset "UTF-8";
@media (min-width: 960px) {
  .adventure__container {
    max-width: 1190px !important;
    padding: 0 20px 50px !important;
  }
}

.float-bnr-wrapper {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  width: 100%;
  z-index: 4;
}
.float-bnr-wrapper.-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 959px) {
  .float-bnr-wrapper {
    height: calc(100% + 80px);
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .float-bnr-wrapper {
    height: calc(100% + 80px);
  }
}

@-webkit-keyframes kouseiBnrIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kouseiBnrIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.float-bnr {
  -webkit-animation: kouseiBnrIn 1s 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: kouseiBnrIn 1s 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  background-color: #ff8cc8;
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.35));
  opacity: 0;
  pointer-events: auto;
  position: -webkit-sticky;
  position: sticky;
  transform: scale(1.1);
}
@media (max-width: 959px) {
  .float-bnr {
    left: calc(61.5vw - 10px);
    top: calc(100svh - 38.5vw - 10px);
    width: 38.5vw;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .float-bnr {
    left: calc(100vw - 160px - 10px);
    top: calc(100svh - 160px - 10px);
    width: 160px;
  }
}
@media (orientation: landscape) and (max-height: 768px) {
  .float-bnr {
    left: calc(100vw - 160px - 10px);
    top: calc(100svh - 160px - 10px);
    width: 160px;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .float-bnr {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    left: calc(100vw - 200px - 32px);
    top: calc(100svh - 200px - 32px);
    width: 200px;
  }
}

.float-bnr__inner {
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

@-webkit-keyframes bnrBookMove {
  0% {
    transform: rotate(-10deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(-14deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-14deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@keyframes bnrBookMove {
  0% {
    transform: rotate(-10deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(-14deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-14deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.float-bnr__img {
  -webkit-animation: bnrBookMove 3.2s 2s cubic-bezier(0.47, 0, 0.745, 0.715) infinite;
          animation: bnrBookMove 3.2s 2s cubic-bezier(0.47, 0, 0.745, 0.715) infinite;
  left: -0.5%;
  position: absolute;
  top: 22%;
  transform: rotate(-10deg);
  transform-origin: bottom;
  width: 46%;
}

.float-bnr__texts {
  left: 22%;
  position: absolute;
  top: 22%;
  width: 73.5%;
}

.float-bnr__btn {
  background-color: #afafaf;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 16%;
  position: absolute;
  right: 9%;
  top: 0;
  width: 16%;
}
.float-bnr__btn::before, .float-bnr__btn::after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 65.6%;
}
.float-bnr__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.float-bnr__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.game {
  position: relative;
}
@media (max-width: 959px) {
  .game {
    margin: 30px 0 0;
    width: 100vw;
    transform: translate(-5.1vw, 0);
  }
}
@media (min-width: 960px) {
  .game {
    background: url(../img/special/adventure/content/game_bg.png) 0 0/100% auto no-repeat;
    margin: 40px 0 0;
    padding: 10px;
  }
}

.game__inner {
  aspect-ratio: 1130/640;
  background: url(../img/special/adventure/content/game_image.webp) 0 0/100% auto;
  position: relative;
}
@media (orientation: landscape) and (max-width: 959px) {
  .game__inner {
    height: calc(100vh - 48px);
    margin: 0 auto;
  }
}
.game__inner canvas {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.gamedebug {
  font-size: 0.875rem;
  margin-left: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.gamedebug__link {
  cursor: pointer;
}
.gamedebug__link span {
  text-decoration: underline;
}

.game__credit {
  background: #F2F5F7;
}
@media (max-width: 959px) {
  .game__credit {
    margin: 20px auto 40px;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .game__credit {
    margin: 32px auto 45px;
    max-width: 960px;
  }
}

.game__credit__text {
  color: #809CAB;
  font-weight: 400;
}
@media (max-width: 959px) {
  .game__credit__text {
    font-size: 0.6875rem;
    line-height: 1.3846153846;
    padding: 10px 15px;
  }
}
@media (min-width: 960px) {
  .game__credit__text {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    padding: 14px 20px;
  }
}

.adventure .m-howto {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.m-howto__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: initial;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.m-howto__content {
  aspect-ratio: 1130/650;
  background: url(../img/special/adventure/howto/board.png) 50% 50%/100% auto no-repeat;
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translate(20px, -40px) rotate(2deg);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.-active .m-howto__content {
  opacity: 1;
  transform: none;
}

.m-howto__tsuta {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-out;
}
.m-howto__tsuta.-tsuta1 {
  position: absolute;
  top: 0;
  left: 2.1%;
  transform: scale(0) rotate(-50deg);
  transform-origin: 30% 100%;
  transition-delay: 0.8s;
  width: 20.2%;
}
.m-howto__tsuta.-tsuta2 {
  position: absolute;
  top: 67%;
  left: 0;
  transform: scale(0) rotate(50deg);
  transform-origin: 50% 30%;
  transition-delay: 0.5s;
  width: 17.2%;
}
.m-howto__tsuta.-tsuta3 {
  position: absolute;
  top: 58%;
  left: 87%;
  transform: scale(0) rotate(-50deg);
  transform-origin: 0 100%;
  transition-delay: 0.6s;
  width: 13.7%;
}
.-active .m-howto__tsuta {
  transform: none;
}

.m-howto__main {
  aspect-ratio: 790/484;
  margin: 9.8% auto 0;
  overflow-y: scroll;
  width: 69.9%;
  /*スクロールバー全体*/
  /*スクロールバーの動く部分*/
}
@media (max-width: 959px) {
  .m-howto__main {
    padding: 0 10px 20px 0;
  }
}
@media (min-width: 960px) {
  .m-howto__main {
    padding: 0 20px 40px 0;
  }
}
@media (max-width: 959px) {
  .m-howto__main::-webkit-scrollbar {
    width: 3px;
  }
}
@media (min-width: 960px) {
  .m-howto__main::-webkit-scrollbar {
    width: 6px;
  }
}
.m-howto__main::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.m-howto__close {
  position: absolute;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 959px) {
  .m-howto__close {
    top: 0;
    right: 6%;
    max-width: 50px;
    width: 11.7vw;
  }
}
@media (min-width: 960px) {
  .m-howto__close {
    top: 0;
    right: 48px;
    width: 108px;
  }
}

.m-howto__secbox {
  color: #FFF;
}
@media (max-width: 959px) {
  .m-howto__secbox:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 960px) {
  .m-howto__secbox:not(:first-child) {
    margin-top: 50px;
  }
}

.m-howto__title {
  background: url(../img/special/adventure/howto/line.png) 0 100% repeat-x;
  font-weight: 900;
  line-height: 1.1470588235;
  position: relative;
}
@media (max-width: 959px) {
  .m-howto__title {
    font-size: 0.875rem;
    background-size: auto 2px;
    margin-bottom: 4px;
    padding: 0 0 10px 25px;
  }
}
@media (min-width: 960px) {
  .m-howto__title {
    font-size: 2.125rem;
    background-size: auto 3px;
    margin-bottom: 8px;
    padding: 0 0 23px 60px;
  }
}
.m-howto__title::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
}
@media (max-width: 959px) {
  .m-howto__title::before {
    height: 14px;
    width: 20px;
    top: 2px;
  }
}
@media (min-width: 960px) {
  .m-howto__title::before {
    height: 32px;
    width: 44px;
    top: 4px;
  }
}
.-goal .m-howto__title::before {
  background: url(../img/special/adventure/howto/ico_goal.png) 0 0/100% auto no-repeat;
}
.-howtoplay .m-howto__title::before {
  background: url(../img/special/adventure/howto/ico_play.png) 0 0/100% auto no-repeat;
}

.m-howto__text {
  font-weight: 600;
}
@media (max-width: 959px) {
  .m-howto__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 960px) {
  .m-howto__text {
    font-size: 1.75rem;
    line-height: 1.5185185185;
  }
}
.m-howto__text strong {
  color: #FFE15A;
}
@media (max-width: 959px) {
  .m-howto__text .-s {
    font-size: 0.625rem;
  }
}
@media (min-width: 960px) {
  .m-howto__text .-s {
    font-size: 1.4375rem;
  }
}

.howtoplay__points li {
  margin-top: 10px;
}

@media (max-width: 959px) {
  .howtoplay__points__ico {
    margin-right: 5px;
  }
}
@media (min-width: 960px) {
  .howtoplay__points__ico {
    margin-right: 10px;
  }
}
@media (max-width: 959px) {
  .howtoplay__points__ico.-ico1 {
    max-width: 47px;
    width: 12.1vw;
  }
}
@media (min-width: 960px) {
  .howtoplay__points__ico.-ico1 {
    width: 134px;
  }
}
@media (max-width: 959px) {
  .howtoplay__points__ico.-ico2, .howtoplay__points__ico.-ico3 {
    max-width: 22px;
    width: 5.7vw;
  }
}
@media (min-width: 960px) {
  .howtoplay__points__ico.-ico2, .howtoplay__points__ico.-ico3 {
    width: 63px;
  }
}

.howtoplay__notes {
  background: url(../img/special/adventure/howto/note_bg.png) 0 0/100% auto no-repeat;
  aspect-ratio: 970/170;
}
@media (max-width: 959px) {
  .howtoplay__notes {
    margin-top: 10px;
  }
}
@media (min-width: 960px) {
  .howtoplay__notes {
    margin-top: 20px;
  }
}

.howtoplay__notes__text {
  position: absolute;
  top: 50%;
  left: 22.2%;
  font-weight: 600;
  position: relative;
  transform: translate(0, -50%);
  width: 72.1%;
}
@media (max-width: 959px) {
  .howtoplay__notes__text {
    font-size: 0.625rem;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .howtoplay__notes__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .howtoplay__notes__text {
    font-size: 1.75rem;
    line-height: 1.5185185185;
  }
}
.howtoplay__notes__text strong {
  color: #FFE15A;
}

.m-precaution {
  background-color: #fff;
}

.m-precaution__inner {
  overflow-y: scroll;
  height: 100svh;
  width: 100%;
}
@media (min-width: 960px) {
  .m-precaution__inner {
    font-size: 1rem;
    line-height: 1.875;
    max-width: 1040px;
    margin: 0 auto;
    padding: 144px 40px 80px;
  }
}

.m-precaution__content {
  color: #3c3c3c;
}
@media (max-width: 959px) {
  .m-precaution__content {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
    padding: 10.4vw 5.2vw;
  }
}
@media (orientation: landscape) and (max-width: 959px) {
  .m-precaution__content {
    padding: 7.8vw 5.2vw 7.8vw;
  }
}
@media (min-width: 960px) {
  .m-precaution__content {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.m-precaution__content dt {
  font-weight: 900;
}
.m-precaution__content a {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .m-precaution__content a:hover {
    text-decoration: none;
  }
}

.m-precaution__title {
  border: 2px solid #3c3c3c;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 959px) {
  .m-precaution__title {
    font-size: 0.875rem;
    padding: 27px 20px;
  }
}
@media (min-width: 960px) {
  .m-precaution__title {
    font-size: 1.375rem;
    padding: 34px 40px;
  }
}

@media (max-width: 959px) {
  .m-precaution__kv {
    margin-top: 24px;
  }
}
@media (min-width: 960px) {
  .m-precaution__kv {
    margin: 32px auto 0;
    width: 640px;
  }
}

.m-precaution__lead {
  font-weight: 400;
}
@media (max-width: 959px) {
  .m-precaution__lead {
    margin-top: 22px;
  }
}
@media (min-width: 960px) {
  .m-precaution__lead {
    margin-top: 25px;
  }
}

.m-precaution__box {
  background-color: #f3f3f3;
}
@media (max-width: 959px) {
  .m-precaution__box {
    margin-top: 22px;
    padding: 15px 20px;
  }
  .m-precaution__box dt:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .m-precaution__box {
    margin-top: 25px;
    padding: 32px;
  }
  .m-precaution__box dt:not(:first-child) {
    margin-top: 18px;
  }
}

@media (max-width: 959px) {
  .m-precaution__list:not(:first-child) {
    margin-top: 26px;
  }
}
@media (min-width: 960px) {
  .m-precaution__list:not(:first-child) {
    margin-top: 30px;
  }
}
.m-precaution__list dd {
  position: relative;
}
@media (max-width: 959px) {
  .m-precaution__list dd {
    padding-left: 9px;
  }
}
@media (min-width: 960px) {
  .m-precaution__list dd {
    padding-left: 18px;
  }
}
.m-precaution__list dd::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #3c3c3c;
  border-radius: 50%;
}
@media (max-width: 959px) {
  .m-precaution__list dd::before {
    top: 11px;
  }
}
@media (min-width: 960px) {
  .m-precaution__list dd::before {
    top: 14px;
  }
}
.m-precaution__list dd:not(:first-child) {
  margin-top: 2px;
}

@media (max-width: 959px) {
  .m-precaution__notice {
    font-size: 0.6875rem;
    line-height: 1.7272727273;
  }
}
@media (min-width: 960px) {
  .m-precaution__notice {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

@-webkit-keyframes atriClearInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes atriClearInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes atriHightScoreInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes atriHightScoreInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  80% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes atriMissInAnime {
  0% {
    opacity: 0;
    transform: translate(0, -50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, 10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes atriMissInAnime {
  0% {
    opacity: 0;
    transform: translate(0, -50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, 10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes atriClearTextInAnime {
  0% {
    opacity: 0;
    transform: scale(1.5) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: scale(0.95) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes atriClearTextInAnime {
  0% {
    opacity: 0;
    transform: scale(1.5) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: scale(0.95) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
.adventure .m-result {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.m-result__wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.m-result__boad {
  position: absolute;
  top: 0;
  left: 50%;
  aspect-ratio: 685/640;
  background: url(../img/special/adventure/result/board.png) 0 0/100% auto no-repeat;
  transform: translate(-50%, 0);
  width: 60.6%;
  opacity: 0;
  transform: translate(-50%, -40px);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.-active .m-result__boad {
  opacity: 1;
  transform: translate(-50%, 0);
}

.m-result__tsuta {
  transition: transform 0.5s ease-out;
}
.m-result__tsuta.-tsuta1 {
  position: absolute;
  top: 15%;
  left: -3.6%;
  transform: scale(0);
  transform-origin: 60% 100%;
  transition-delay: 0.8s;
  width: 13.1%;
}
.m-result__tsuta.-tsuta2 {
  position: absolute;
  top: 48%;
  left: 17%;
  transform: scale(0) rotate(-50deg);
  transform-origin: 100% 70%;
  transition-delay: 0.5s;
  width: 10%;
}
.m-result__tsuta.-tsuta3 {
  position: absolute;
  top: 11%;
  left: 75%;
  transform: scale(0) rotate(50deg);
  transform-origin: 70% 100%;
  transition-delay: 1s;
  width: 29%;
}
.-active .m-result__tsuta {
  transform: none;
}

.m-result__links {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: flex;
  transform: translate(-50%, 0);
  width: 83.1%;
}

.m-result__links__item {
  width: 57%;
}
.m-result__links__item:not(:first-child) {
  margin-left: -3%;
}
.m-result__links__item a {
  display: block;
}
[data-result="0"] .m-result__links__item.-digicon {
  background: url(../img/special/adventure/result/btn_notclear.png) 0 0/100% auto no-repeat;
  pointer-events: none;
}
[data-result="0"] .m-result__links__item.-digicon img {
  visibility: hidden;
}
[data-result="2"] .m-result__links__item.-x {
  background: url(../img/special/adventure/result/btn_x_highscore.png) 0 0/100% auto no-repeat;
}
[data-result="2"] .m-result__links__item.-x img {
  visibility: hidden;
}

.m-result__score {
  position: absolute;
  top: 39%;
  right: 21%;
  color: #FFF;
  font-weight: bold;
  transform: translate(0, -50%);
}
@media (max-width: 959px) {
  .m-result__score {
    font-size: min(30px, 6.2vw);
  }
}
@media (min-width: 960px) {
  .m-result__score {
    font-size: 4.375rem;
  }
}

.m-result__clear {
  position: absolute;
  top: 58%;
  right: 21%;
  color: #FFF;
  font-weight: 700;
  transform: translate(0, -50%);
}
@media (max-width: 959px) {
  .m-result__clear {
    font-size: min(30px, 6.2vw);
  }
}
@media (min-width: 960px) {
  .m-result__clear {
    font-size: 4.375rem;
  }
}
.m-result__clear .-pointleader {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  line-height: 1;
  transform: translate(-100%, 0);
}

.m-result__navs {
  position: absolute;
  top: 47%;
  right: 10%;
  width: 12.4%;
}
.m-result__navs a {
  display: block;
}

.m-result__navs__item {
  cursor: pointer;
}
.m-result__navs__item.-gametop {
  margin-top: -14%;
}

.m-result__clearatri {
  position: absolute;
  top: 61%;
  left: -5%;
  width: 30.9%;
  display: none;
}
[data-result="1"].-active .m-result__clearatri {
  -webkit-animation: atriClearInAnime 0.35s 1s ease-out both;
          animation: atriClearInAnime 0.35s 1s ease-out both;
  display: block;
}
[data-result="1"].-active .m-result__clearatri .m-result__clearatri__text {
  -webkit-animation: atriClearTextInAnime 0.25s 1.5s ease-out both;
          animation: atriClearTextInAnime 0.25s 1.5s ease-out both;
}

.m-result__clearatri__image {
  transform: rotate(2deg);
}

.m-result__clearatri__star1 {
  position: absolute;
  top: 0;
  left: 22.5%;
  width: 12.5%;
}
.-active .m-result__clearatri__star1 {
  animation: kiraAnime 0.5s infinite alternate-reverse;
}

.m-result__clearatri__star2 {
  position: absolute;
  top: 11%;
  left: 18.5%;
  width: 9.1%;
}
.-active .m-result__clearatri__star2 {
  animation: kiraAnime 0.5s 0.25s infinite alternate-reverse;
}

.m-result__clearatri__text {
  position: absolute;
  top: -20%;
  left: 51.5%;
  width: 36.4%;
  opacity: 0;
}

@-webkit-keyframes highscoreKaniRotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes highscoreKaniRotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes highscoreKaniRotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes highscoreKaniRotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes highscoreKaniFall {
  0% {
    transform: translate(0, -100px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes highscoreKaniFall {
  0% {
    transform: translate(0, -100px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shadowiHightScoreInAnime {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shadowiHightScoreInAnime {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes highscoreTextBlink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes highscoreTextBlink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-result__highscoreatri {
  position: absolute;
  top: 55.5%;
  left: 3%;
  width: 16.1%;
  display: none;
}
.m-result__highscoreatri::before {
  position: absolute;
  left: 26%;
  bottom: -2%;
  aspect-ratio: 91/21;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  content: "";
  display: block;
  width: 50%;
  opacity: 0;
}
.m-result__highscoreatri img {
  position: relative;
}
[data-result="2"].-active .m-result__highscoreatri {
  display: block;
}
[data-result="2"].-active .m-result__highscoreatri::before {
  -webkit-animation: shadowiHightScoreInAnime 0.45s 0.95s ease-out both;
          animation: shadowiHightScoreInAnime 0.45s 0.95s ease-out both;
}
[data-result="2"].-active .m-result__highscoreatri .m-result__highscoreatri__image {
  -webkit-animation: atriHightScoreInAnime 0.45s 0.75s ease-out both;
          animation: atriHightScoreInAnime 0.45s 0.75s ease-out both;
}
[data-result="2"].-active .m-result__highscoreatri .m-result__clearatri__kani span {
  -webkit-animation: highscoreKaniFall 0.5s 0.5s linear both;
          animation: highscoreKaniFall 0.5s 0.5s linear both;
}
[data-result="2"].-active .m-result__highscoreatri .m-result__highscoreatri__text1 {
  -webkit-animation: highscoreTextBlink 0.2s 2s 2 ease-in-out both;
          animation: highscoreTextBlink 0.2s 2s 2 ease-in-out both;
}
[data-result="2"].-active .m-result__highscoreatri .m-result__highscoreatri__text2 {
  -webkit-animation: atriClearTextInAnime 0.25s 1.5s ease-out both;
          animation: atriClearTextInAnime 0.25s 1.5s ease-out both;
}

.m-result__clearatri__kani span {
  display: block;
  opacity: 0;
}
.m-result__clearatri__kani img {
  display: block;
}
.m-result__clearatri__kani.-kani1 {
  position: absolute;
  top: 22%;
  left: -13%;
  width: 48.3%;
}
.m-result__clearatri__kani.-kani1 img {
  -webkit-animation: highscoreKaniRotate1 1s linear infinite;
          animation: highscoreKaniRotate1 1s linear infinite;
}
.m-result__clearatri__kani.-kani2 {
  position: absolute;
  top: 20%;
  right: -16%;
  width: 49.4%;
}
.m-result__clearatri__kani.-kani2 img {
  -webkit-animation: highscoreKaniRotate2 1s linear infinite;
          animation: highscoreKaniRotate2 1s linear infinite;
}

.m-result__highscoreatri__text1 {
  position: absolute;
  top: -1%;
  left: -5%;
  width: 19.7%;
  opacity: 0;
}

.m-result__highscoreatri__text2 {
  position: absolute;
  top: 2%;
  left: 3%;
  width: 93.9%;
  opacity: 0;
}

.m-result__missatri {
  position: absolute;
  top: 60%;
  left: 0;
  width: 26.1%;
  display: none;
}
[data-result="0"].-active .m-result__missatri {
  -webkit-animation: atriMissInAnime 0.35s 1s ease-out both;
          animation: atriMissInAnime 0.35s 1s ease-out both;
  display: block;
}
[data-result="0"].-active .m-result__missatri .m-result__missatri__text {
  -webkit-animation: atriMissInAnime 0.35s 1.5s ease-out both;
          animation: atriMissInAnime 0.35s 1.5s ease-out both;
}

.m-result__missatri__star {
  position: absolute;
  top: -11%;
  left: 5.5%;
  width: 20.9%;
}

.m-result__missatri__text {
  position: absolute;
  top: -10%;
  left: 40%;
  width: 41.2%;
  opacity: 0;
}

@-webkit-keyframes appendBaloon {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appendBaloon {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes disappearBaloon {
  100% {
    transform: scale(0);
  }
}
@keyframes disappearBaloon {
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes circleBaloonBg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circleBaloonBg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes floatBaloon {
  0% {
    transform: translateY(0) scale(1);
  }
  33% {
    transform: translateY(0.775%) scale(1.04);
  }
  66% {
    transform: translateY(-0.875%) scale(1.02);
  }
  100% {
    transform: translateY(1) scale(1);
  }
}
@keyframes floatBaloon {
  0% {
    transform: translateY(0) scale(1);
  }
  33% {
    transform: translateY(0.775%) scale(1.04);
  }
  66% {
    transform: translateY(-0.875%) scale(1.02);
  }
  100% {
    transform: translateY(1) scale(1);
  }
}
.m-result__balloon {
  position: absolute;
  top: 48.1%;
  left: 26%;
  width: 22.8%;
  display: none;
  opacity: 0;
  transform-origin: bottom center;
  pointer-events: none;
}
[data-result="2"].-active .m-result__balloon {
  display: block;
  -webkit-animation: appendBaloon 0.6s ease-out 2s 1 both, disappearBaloon 0.2s ease-out 10s 1 both;
          animation: appendBaloon 0.6s ease-out 2s 1 both, disappearBaloon 0.2s ease-out 10s 1 both;
}
.m-result__balloon img {
  width: 100%;
  height: auto;
}

.m-result__balloon__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93.7%;
}
[data-result="2"].-active .m-result__balloon__bg {
  -webkit-animation: circleBaloonBg 5.8s linear 0s infinite;
          animation: circleBaloonBg 5.8s linear 0s infinite;
}

.m-result__balloon__body {
  position: relative;
}
[data-result="2"].-active .m-result__balloon__body {
  -webkit-animation: floatBaloon 3.6s linear 2.3s infinite;
          animation: floatBaloon 3.6s linear 2.3s infinite;
}

.m-result__balloon__text {
  position: absolute;
  top: 24.7%;
  left: 15.5%;
  width: 70.5%;
  z-index: 1;
}
[data-result="2"].-active .m-result__balloon__text {
  -webkit-animation: floatBaloon 3.6s linear 2.3s infinite;
          animation: floatBaloon 3.6s linear 2.3s infinite;
}

@-webkit-keyframes kiraAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.65);
  }
}

@keyframes kiraAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.65);
  }
}
@-webkit-keyframes atriInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes atriInAnime {
  0% {
    opacity: 0;
    transform: translate(0, 50px) rotate(-5deg);
  }
  80% {
    opacity: 1;
    transform: translate(0, -10px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes titleInAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes titleInAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes badgeInAnime {
  0% {
    opacity: 0;
    transform: scale(1.5) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes badgeInAnime {
  0% {
    opacity: 0;
    transform: scale(1.5) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.overview {
  position: relative;
}
@media (max-width: 959px) {
  .overview {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .overview {
    margin: 24px auto 0;
    width: 960px;
  }
}

.overview__header {
  overflow: hidden;
  position: relative;
}
@media (max-width: 959px) {
  .overview__header {
    aspect-ratio: 704/312;
    background: url(../img/special/adventure/header/header_bg_nrw.webp) 0 0/100% auto no-repeat;
  }
}
@media (min-width: 960px) {
  .overview__header {
    aspect-ratio: 960/230;
    background: url(../img/special/adventure/header/header_bg.webp);
  }
}

.overview__atri {
  position: absolute;
}
@media (max-width: 959px) {
  .overview__atri {
    left: 42vw;
    top: -2vw;
    width: 58.5vw;
  }
  .overview__atri img {
    transform: rotate(-15deg);
  }
}
@media (min-width: 960px) {
  .overview__atri {
    left: 426px;
    top: -15px;
    width: 506px;
  }
}
.overview__atri span {
  display: block;
  opacity: 0;
}
.-load .overview__atri span {
  -webkit-animation: atriInAnime 0.35s 0.5s ease-out both;
          animation: atriInAnime 0.35s 0.5s ease-out both;
}

.overview__title {
  position: absolute;
  opacity: 0;
}
@media (max-width: 959px) {
  .overview__title {
    left: -1.4vw;
    top: 5.2vw;
    width: 76.8vw;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .overview__title {
    left: 18px;
    top: 37px;
    width: 586px;
  }
}
.-load .overview__title {
  -webkit-animation: titleInAnime 0.35s 0.75s ease-out both;
          animation: titleInAnime 0.35s 0.75s ease-out both;
}

.overview__badge {
  position: absolute;
  opacity: 0;
}
@media (max-width: 959px) {
  .overview__badge {
    right: -2vw;
    top: 23.2vw;
    width: 28.1vw;
    z-index: 1;
  }
}
@media (min-width: 960px) {
  .overview__badge {
    right: -22px;
    top: -50px;
    width: 169px;
  }
}
.-load .overview__badge {
  -webkit-animation: badgeInAnime 0.3s 1.5s ease-out both;
          animation: badgeInAnime 0.3s 1.5s ease-out both;
}

.overview__kira {
  opacity: 0;
  transition: opacity 0.5s 0.75s ease-out;
}
.-load .overview__kira {
  opacity: 1;
}

.overview__kira__item {
  position: absolute;
  animation: kiraAnime 0.5s infinite alternate-reverse;
}
@media (max-width: 959px) {
  .overview__kira__item.-item1 {
    left: 49vw;
    top: 2vw;
    width: 7.6vw;
  }
}
@media (min-width: 960px) {
  .overview__kira__item.-item1 {
    left: 585px;
    top: 11px;
    width: 42px;
  }
}
.overview__kira__item.-item2 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media (max-width: 959px) {
  .overview__kira__item.-item2 {
    left: 54.5vw;
    top: 7vw;
    width: 4.9vw;
  }
}
@media (min-width: 960px) {
  .overview__kira__item.-item2 {
    left: 587px;
    top: 51px;
    width: 24px;
  }
}
.overview__kira__item.-item3 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
@media (max-width: 959px) {
  .overview__kira__item.-item3 {
    left: 50.5vw;
    top: 10vw;
    width: 4.4vw;
  }
}
@media (min-width: 960px) {
  .overview__kira__item.-item3 {
    left: 612px;
    top: 40px;
    width: 27px;
  }
}
@media (max-width: 959px) {
  .overview__kira__item.-item4 {
    left: 82.5vw;
    top: 15vw;
    width: 5.8vw;
  }
}
@media (min-width: 960px) {
  .overview__kira__item.-item4 {
    left: 810px;
    top: 161px;
    width: 32px;
  }
}
.overview__kira__item.-item5 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media (max-width: 959px) {
  .overview__kira__item.-item5 {
    left: 80.5vw;
    top: 19vw;
    width: 4.2vw;
  }
}
@media (min-width: 960px) {
  .overview__kira__item.-item5 {
    left: 797px;
    top: 183px;
    width: 24px;
  }
}

.overview__body {
  background-color: #e4f3ff;
}
@media (max-width: 959px) {
  .overview__body {
    border-radius: 0 0 12px 12px;
    padding: 9.1vw 0 30px;
  }
}
@media (min-width: 960px) {
  .overview__body {
    border-radius: 0 0 16px 16px;
    padding: 18px 50px 50px;
  }
}

.overview__catchcopy {
  font-weight: 900;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 959px) {
  .overview__catchcopy {
    font-size: 4.4vw;
    line-height: 1.4705882353;
    width: 82.2vw;
  }
}
@media (min-width: 960px) {
  .overview__catchcopy {
    font-size: 1.5625rem;
    line-height: 1.68;
    padding: 20px 0;
    width: 754px;
  }
}
.overview__catchcopy::before, .overview__catchcopy::after {
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  transform: translate(0, -50%);
}
@media (max-width: 959px) {
  .overview__catchcopy::before, .overview__catchcopy::after {
    background-size: 100% auto;
    height: 24.4vw;
    width: 3.6vw;
  }
}
@media (min-width: 960px) {
  .overview__catchcopy::before, .overview__catchcopy::after {
    height: 108px;
    width: 27px;
  }
}
.overview__catchcopy::before {
  left: 20px;
  opacity: 0;
  transition: opacity 0.2s 0.75s, left 0.35s 0.75s ease-out;
}
@media (max-width: 959px) {
  .overview__catchcopy::before {
    background-image: url(../img/special/adventure/content/catch_kakko_l_nrw.png);
  }
}
@media (min-width: 960px) {
  .overview__catchcopy::before {
    background-image: url(../img/special/adventure/content/catch_kakko_l.png);
  }
}
.-load .overview__catchcopy::before {
  left: 0;
  opacity: 1;
}
.overview__catchcopy::after {
  opacity: 0;
  right: 20px;
  transition: opacity 0.2s 0.75s, right 0.35s 0.75s ease-out;
}
@media (max-width: 959px) {
  .overview__catchcopy::after {
    background-image: url(../img/special/adventure/content/catch_kakko_r_nrw.png);
  }
}
@media (min-width: 960px) {
  .overview__catchcopy::after {
    background-image: url(../img/special/adventure/content/catch_kakko_r.png);
  }
}
.-load .overview__catchcopy::after {
  opacity: 1;
  right: 0;
}

.overview__catchcopy__inner {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.15s 1s ease-out, transform 0.5s 1s ease-out;
}
@media (max-width: 959px) {
  .overview__catchcopy__inner {
    position: relative;
    top: -1vw;
  }
}
.overview__catchcopy__inner p {
  display: inline;
}
.overview__catchcopy__inner strong {
  background: linear-gradient(transparent 70%, #fff700 0%) 0 0/0% 100% no-repeat;
  transition: background-size 0.5s 1.5s ease-out;
}
.-load .overview__catchcopy__inner {
  opacity: 1;
  transform: translate(0, 0);
}
.-load .overview__catchcopy__inner strong {
  background-size: 100% 100%;
}

.overview__fxbox {
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 0.15s 1.2s ease-out, transform 0.5s 1.2s ease-out;
}
@media (max-width: 959px) {
  .overview__fxbox {
    margin: 40px auto 0;
    width: 85.4vw;
  }
}
@media (min-width: 960px) {
  .overview__fxbox {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
}
.-load .overview__fxbox {
  opacity: 1;
  transform: translate(0, 0);
}

.overview__secbox {
  position: relative;
}
@media (max-width: 959px) {
  .overview__secbox {
    padding: 18px 14px 12px;
  }
}
@media (min-width: 960px) {
  .overview__secbox {
    padding: 26px 20px 20px;
    width: 418px;
  }
}
.overview__secbox.-howto {
  background-color: #bce4ff;
}
.overview__secbox.-wchance {
  background-color: #f0e7f6;
}
@media (max-width: 959px) {
  .overview__secbox.-wchance {
    margin-top: min(50px, 13vw);
  }
}
.overview__secbox.-wchance::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/special/adventure/content/txt_end.png) no-repeat 0 0/contain;
  content: "";
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
  transition: opacity 0.2s 1.7s ease-out, transform 0.2s 1.7s ease-out;
}
@media (max-width: 959px) {
  .overview__secbox.-wchance::after {
    height: 63px;
    width: 157px;
  }
}
@media (min-width: 960px) {
  .overview__secbox.-wchance::after {
    height: 82px;
    width: 206px;
  }
}
.-load .overview__secbox.-wchance::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.overview__secbox.-wchance .overview__secbox__title,
.overview__secbox.-wchance .overview__secbox__text {
  opacity: 0.4;
}

.overview__secbox__title {
  position: absolute;
}
@media (max-width: 959px) {
  .-howto .overview__secbox__title {
    left: 50%;
    top: 0;
    transform: translate(-50%, -55%);
    width: min(96px, 25vw);
  }
}
@media (min-width: 960px) {
  .-howto .overview__secbox__title {
    left: 50%;
    top: -16px;
    transform: translate(-50%, 0);
    width: 112px;
  }
}
@media (max-width: 959px) {
  .-wchance .overview__secbox__title {
    left: 50%;
    top: 0;
    transform: translate(-50%, -65%);
    width: min(238px, 61.9vw);
  }
}
@media (min-width: 960px) {
  .-wchance .overview__secbox__title {
    left: 71px;
    top: -52px;
    width: 275px;
  }
}

.overview__secbox__text {
  font-weight: 500;
}
@media (max-width: 959px) {
  .overview__secbox__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media (min-width: 960px) {
  .overview__secbox__text {
    letter-spacing: -0.01em;
    line-height: 1.625;
  }
}
.overview__secbox__text strong {
  font-weight: 900;
}
.overview__secbox__text strong.-red {
  color: #c60000;
}
.overview__secbox__text a {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .overview__secbox__text a:hover {
    text-decoration: none;
  }
}

.overview__precaution {
  margin-top: 4px;
  opacity: 0;
  text-align: right;
  transform: translate(0, 10px);
  transition: opacity 0.15s 1.2s ease-out, transform 0.5s 1.2s ease-out;
}
@media (max-width: 959px) {
  .overview__precaution {
    font-size: 0.6875rem;
    padding-right: 3vw;
  }
}
@media (min-width: 960px) {
  .overview__precaution {
    font-size: 0.75rem;
  }
}
.overview__precaution strong {
  cursor: pointer;
  font-weight: 800;
  text-decoration: underline;
}
@media (min-width: 960px) {
  .overview__precaution strong:hover {
    text-decoration: none;
  }
}
.-load .overview__precaution {
  opacity: 1;
  transform: translate(0, 0);
}

.overview__attention {
  opacity: 0;
  transition: opacity 0.35s 1.5s ease-out;
}
@media (max-width: 959px) {
  .overview__attention {
    font-size: 0.75rem;
    margin: 10px auto 0;
    width: 83.3vw;
  }
}
@media (min-width: 960px) {
  .overview__attention {
    font-size: 0.875rem;
    margin-top: 2px;
  }
}
.overview__attention strong {
  font-weight: 900;
}
.-load .overview__attention {
  opacity: 1;
}