@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-brawn);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-brawn: #7c6037;
  --color-brawn-dark: #524229;
  --color-orange: #ffa552;
  --color-sky: #5fcde4;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease_back: cubic-bezier(0.36, 0, 0.66, -0.56);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}
@media screen and (min-width: 961px) {
  html {
    font-size: 15.2px;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg_pc.jpg") repeat 50% 0/277px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background-size: 13.85rem auto;
  }
}
.l-wrap__container {
  width: 100%;
  max-width: 1400px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-wrap__cover {
  width: calc(100% - 640px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__cover {
    display: none;
  }
}
.l-wrap__content {
  width: 100%;
  max-width: 570px;
  display: block;
  position: relative;
  min-height: var(--svh);
  margin-left: auto;
  margin-right: 70px;
  background: url("../img/bg.jpg") repeat 50% 0/277px auto;
  box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-wrap__content {
    background-size: 13.85rem auto;
  }
}

.l-main {
  display: block;
  position: relative;
}
.l-main .fade-enter-active,
.l-main .fade-enter-to {
  opacity: 0;
  animation: show 0.2s var(--ease_inout) forwards 0.1s;
}
.l-main .fade-leave-active {
  animation: hide 0.2s var(--ease_out) 0.1s;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes show_bound {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-app {
  display: block;
  position: relative;
  pointer-events: none;
}
.is-api-load .p-app {
  pointer-events: auto;
}
.p-app__loader {
  height: 4rem;
  width: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .p-app__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-api-load .p-app__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.p-app__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.5px solid transparent;
  border-top: 0.5px solid var(--color-black);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}

.p-enter {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 3.7rem 0 5rem;
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero__title {
  width: 100%;
  max-width: 33.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
.is-api-load .is-v-active .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-hero__schedule {
  width: 100%;
  display: block;
  position: relative;
  margin: 2.8rem auto 0;
  opacity: 0;
  transform: translateY(4rem);
}
.is-api-load .is-v-active .p-hero__schedule {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  opacity: 0;
  transform: translateY(4rem);
}
.is-api-load .is-v-active .p-hero__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero__lead-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
.p-hero__lead-text strong {
  font-size: 1.2em;
  letter-spacing: 0;
}
.p-hero__lead-cap {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.p-hero_schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.55rem 1rem;
  color: var(--color-white);
  background-color: var(--color-brawn);
}
.p-hero_schedule::before {
  content: "";
  width: 100%;
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-top: 1px dashed var(--color-white);
  border-bottom: 1px dashed var(--color-white);
}
.p-hero_schedule__cap {
  width: 11.2rem;
  display: block;
  position: relative;
  padding: 0.4rem 0.2rem;
  margin-right: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.02rem;
  color: var(--color-brawn);
  background-color: var(--color-white);
  border-radius: 20rem;
}
.p-hero_schedule__text {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}

.p-start {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 1.5rem auto 0;
  opacity: 0;
  transform: translateY(4rem);
}
.is-api-load .is-v-active .p-start {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-start__btn {
  width: 15rem;
  display: block;
  position: relative;
  top: 0.5rem;
  margin-right: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-start__btn:hover {
    animation: start_btn 0.3s linear;
  }
}
@keyframes start_btn {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.p-start__chara {
  flex: 1 1 0;
  min-width: 0;
  max-width: 13rem;
  display: block;
  position: relative;
}
.p-start__chara-img {
  width: 104%;
  display: block;
  position: relative;
  left: -5%;
}
@media (hover: hover) and (pointer: fine) {
  .p-start__btn:hover + .p-start__chara .p-start__chara-img {
    animation: start_chara 0.3s linear 2;
  }
}
@keyframes start_chara {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}

.p-copy {
  width: 90%;
  display: block;
  position: absolute;
  left: 5%;
  bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  text-align: center;
}

.p-cover {
  width: 90%;
  height: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-cover__title {
  width: 100%;
  max-width: 510px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cover__schedule {
  width: 100%;
  max-width: 490px;
  display: block;
  position: relative;
  margin: 50px auto 0;
}
.p-cover__lead {
  display: block;
  position: relative;
  margin-top: 45px;
}
.p-cover__lead-text {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}
.p-cover__lead-text strong {
  font-size: 1.1em;
  letter-spacing: 0;
}
.p-cover__lead-cap {
  display: block;
  position: relative;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  line-height: 1.5em;
}

.p-cover_schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px 22px;
  color: var(--color-white);
  background-color: var(--color-brawn);
  border-radius: 10px;
}
.p-cover_schedule::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px dashed var(--color-white);
  border-radius: 10px;
}
.p-cover_schedule__cap {
  width: 145px;
  display: block;
  position: relative;
  padding: 6px 4px;
  margin-right: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--color-brawn);
  background-color: var(--color-white);
  border-radius: 200px;
}
.p-cover_schedule__text {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.p-game {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 7rem 0 3rem;
}
.p-game__brand {
  width: 14rem;
  display: block;
  position: absolute;
  top: 1.6rem;
  left: 1.8rem;
}
.p-game__total {
  display: block;
  position: absolute;
  top: 2.85rem;
  right: 0;
}
.p-game__content {
  display: block;
  position: relative;
}

.p-game_play {
  display: block;
  position: relative;
  margin-top: 4rem;
  padding: 0 0 6.5rem;
}
.p-game_play__deco {
  width: 5rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-game_play__deco.--deco1 {
  top: 26.7%;
  left: 21%;
}
.p-game_play__deco.--deco2 {
  top: 50.7%;
  left: 81%;
}
.p-game_play__deco-star {
  width: 1.4rem;
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
.is-v-active .p-game_play__deco-star {
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-v-active .p-game_play__deco-star:nth-child(1) {
  transition-delay: 0.1s;
}
.is-v-active .p-game_play__deco-star:nth-child(2) {
  transition-delay: 0.3s;
}
.is-v-active .p-game_play__deco-star:nth-child(3) {
  transition-delay: 0.5s;
}
.is-v-active .p-game_play__deco-star:nth-child(4) {
  transition-delay: 0.7s;
}
.is-v-active .p-game_play__deco-star:nth-child(5) {
  transition-delay: 0.9s;
}
.is-v-active .p-game_play__deco-star:nth-child(6) {
  transition-delay: 1.1s;
}
.is-v-active .p-game_play__deco-star:nth-child(7) {
  transition-delay: 1.3s;
}
.is-v-active .p-game_play__deco-star:nth-child(8) {
  transition-delay: 1.5s;
}
.is-v-active .p-game_play__deco-star:nth-child(9) {
  transition-delay: 1.7s;
}
.is-v-active .p-game_play__deco-star:nth-child(10) {
  transition-delay: 1.9s;
}
.--deco1 .p-game_play__deco-star.--star1 {
  width: 2rem;
  top: 24%;
  left: 75%;
}
.--deco2 .p-game_play__deco-star.--star1 {
  top: 24%;
  left: 44%;
}
.--deco1 .p-game_play__deco-star.--star3 {
  top: 53%;
  left: 8%;
}
.--deco2 .p-game_play__deco-star.--star3 {
  width: 2rem;
  top: 60%;
  left: 75%;
}
.--deco1 .p-game_play__deco-star.--star2 {
  top: 83%;
  left: 62%;
}
.--deco2 .p-game_play__deco-star.--star2 {
  top: 83%;
  left: 10%;
}
.p-game_play__goal {
  width: 33.5rem;
  display: block;
  position: relative;
  margin: 0 auto 2.4rem;
  opacity: 0;
  transform: translateY(4rem);
}
.is-v-active .p-game_play__goal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-game_play__chara {
  width: 14rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
.is-v-active .p-game_play__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-game_play__chara-img {
  display: block;
  position: relative;
}
.is-anim .p-game_play__chara-img {
  animation: chara 0.2s linear 2;
}
@keyframes chara {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.p-game_play__button {
  width: 13rem;
  display: block;
  position: absolute;
  bottom: 4rem;
  right: 1.5rem;
  opacity: 0;
  transform: scale3d(0.4, 0.4, 0.4);
}
.is-v-active .p-game_play__button {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}

.p-total {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.5rem 0.8rem 0.5rem 2rem;
  color: var(--color-white);
  background-color: var(--color-orange);
  border-radius: 20rem 0 0 20rem;
}
.p-total__cap {
  display: block;
  position: relative;
  margin-right: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bowlby One", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2rem;
}
.p-total__count {
  min-width: 8.5rem;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Bowlby One", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.15rem;
  text-align: right;
}

.p-goal {
  display: block;
  position: relative;
}
.p-goal__cap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.3rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  color: var(--color-white);
  background-color: var(--color-sky);
  transform: translate(0, -72%);
  border-radius: 20rem;
}
.p-goal__cap strong {
  font-size: 1.2em;
  letter-spacing: 0.1rem;
}
.p-goal__content {
  width: 100%;
  min-height: 8.5rem;
  display: grid;
  grid-template-columns: 1fr 4rem;
  position: relative;
  margin: 0 auto;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: var(--color-white);
}
.p-goal__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-sky);
  border-radius: 1.5rem;
}
.p-goal__count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 0 0;
  font-size: 5.5rem;
  font-family: "Bowlby One", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-sky);
}
.p-goal__tap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.4rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Bowlby One", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: -1rem;
  color: var(--color-white);
  background-color: var(--color-sky);
}

.p-tap {
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  z-index: 1;
}
.p-tap.is-active {
  animation: tap 0.2s linear;
}
@keyframes tap {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.p-tap__text {
  display: block;
  position: relative;
}

.p-ouen {
  width: 1px;
  height: 20rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  animation: ouen_show 0.3s var(--ease_out);
}
@keyframes ouen_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-ouen__img {
  width: 4rem;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  animation: ouen_img 0.6s var(--ease_out);
}
@keyframes ouen_img {
  0% {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 0;
    visibility: visible;
  }
}

.p-result {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding: 0 0 2rem;
}
.p-result__deco {
  width: 10rem;
  height: 32rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-result__deco.--deco1 {
  top: 48%;
  left: 18%;
}
.p-result__deco.--deco2 {
  top: 50%;
  left: 81.5%;
}
.p-result__deco-star {
  width: 1.4rem;
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
.is-v-active .p-result__deco-star {
  opacity: 1;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-v-active .p-result__deco-star:nth-child(1) {
  transition-delay: 0.1s;
}
.is-v-active .p-result__deco-star:nth-child(2) {
  transition-delay: 0.2s;
}
.is-v-active .p-result__deco-star:nth-child(3) {
  transition-delay: 0.3s;
}
.is-v-active .p-result__deco-star:nth-child(4) {
  transition-delay: 0.4s;
}
.is-v-active .p-result__deco-star:nth-child(5) {
  transition-delay: 0.5s;
}
.is-v-active .p-result__deco-star:nth-child(6) {
  transition-delay: 0.6s;
}
.is-v-active .p-result__deco-star:nth-child(7) {
  transition-delay: 0.7s;
}
.is-v-active .p-result__deco-star:nth-child(8) {
  transition-delay: 0.8s;
}
.is-v-active .p-result__deco-star:nth-child(9) {
  transition-delay: 0.9s;
}
.is-v-active .p-result__deco-star:nth-child(10) {
  transition-delay: 1s;
}
.--deco1 .p-result__deco-star.--star1 {
  width: 5.2rem;
  top: 10%;
  left: 65%;
}
.--deco1 .p-result__deco-star.--star1 img {
  transform: rotate(-10deg);
}
.--deco2 .p-result__deco-star.--star1 {
  width: 2rem;
  top: 9%;
  left: 30%;
}
.--deco1 .p-result__deco-star.--star2 {
  width: 2.6rem;
  top: 32%;
  left: 20%;
}
.--deco1 .p-result__deco-star.--star2 img {
  transform: rotate(10deg);
}
.--deco2 .p-result__deco-star.--star2 {
  width: 3.2rem;
  top: 18%;
  left: 72%;
}
.--deco2 .p-result__deco-star.--star2 img {
  transform: rotate(-30deg);
}
.--deco1 .p-result__deco-star.--star3 {
  width: 2.2rem;
  top: 36%;
  left: 68%;
}
.--deco2 .p-result__deco-star.--star3 {
  width: 4.5rem;
  top: 29%;
  left: 25%;
}
.--deco2 .p-result__deco-star.--star3 img {
  transform: rotate(25deg);
}
.--deco1 .p-result__deco-star.--star4 {
  width: 1.4rem;
  top: 45%;
  left: 90%;
}
.--deco2 .p-result__deco-star.--star4 {
  width: 1.4rem;
  top: 45%;
  left: 56%;
}
.--deco1 .p-result__deco-star.--star5 {
  width: 1.4rem;
  top: 54%;
  left: 60%;
}
.--deco2 .p-result__deco-star.--star5 {
  width: 2.2rem;
  top: 52%;
  left: 20%;
}
.--deco1 .p-result__deco-star.--star6 {
  width: 4.5rem;
  top: 72%;
  left: 65%;
}
.--deco1 .p-result__deco-star.--star6 img {
  transform: rotate(20deg);
}
.--deco2 .p-result__deco-star.--star6 {
  width: 1.4rem;
  top: 63%;
  left: 40%;
}
.--deco1 .p-result__deco-star.--star7 {
  width: 2.5rem;
  top: 84%;
  left: 18%;
}
.--deco1 .p-result__deco-star.--star7 img {
  transform: rotate(-35deg);
}
.--deco2 .p-result__deco-star.--star7 {
  width: 2.5rem;
  top: 72%;
  left: 85%;
}
.--deco2 .p-result__deco-star.--star7 img {
  transform: rotate(-20deg);
}
.--deco1 .p-result__deco-star.--star8 {
  width: 1.9rem;
  top: 95%;
  left: 76%;
}
.--deco2 .p-result__deco-star.--star8 {
  width: 5rem;
  top: 88%;
  left: 40%;
}
.--deco2 .p-result__deco-star.--star8 img {
  transform: rotate(20deg);
}
.p-result__title {
  width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto 0.5rem;
}
.p-result__title.--success {
  opacity: 0;
  transform: translateY(4rem);
}
.is-v-active .p-result__title.--success {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-result__title.--failed {
  opacity: 0;
}
.is-v-active .p-result__title.--failed {
  animation: failed_title 2.5s linear both 0.5s;
}
@keyframes failed_title {
  0% {
    opacity: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  }
  3% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -60.487, 0, 1);
  }
  6.01% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.822, 0, 1);
  }
  9.01% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 26.438, 0, 1);
  }
  12.01% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 38.206, 0, 1);
  }
  15.42% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 27.333, 0, 1);
  }
  18.72% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 7.168, 0, 1);
  }
  22.02% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.601, 0, 1);
  }
  25.33% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.869, 0, 1);
  }
  32.03% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.645, 0, 1);
  }
  38.74% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5.034, 0, 1);
  }
  52.05% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.827, 0, 1);
  }
  65.37% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.663, 0, 1);
  }
  78.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.241, 0, 1);
  }
  92.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.087, 0, 1);
  }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.p-result__chara {
  width: 13.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
.is-v-active .p-result__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-result__chara-img {
  display: block;
  position: relative;
}
.p-result__special {
  width: 33.5rem;
  display: block;
  position: relative;
  margin: 1rem auto 0;
}
.p-result__special-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-v-active .p-result__special-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.is-v-active .p-result__special-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-v-active .p-result__special-item:nth-child(2) {
  transition-delay: 0.35s;
}
.is-v-active .p-result__special-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-v-active .p-result__special-item:nth-child(4) {
  transition-delay: 0.45s;
}
.is-v-active .p-result__special-item:nth-child(5) {
  transition-delay: 0.5s;
}
.is-v-active .p-result__special-item:nth-child(6) {
  transition-delay: 0.55s;
}
.is-v-active .p-result__special-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-v-active .p-result__special-item:nth-child(8) {
  transition-delay: 0.65s;
}
.is-v-active .p-result__special-item:nth-child(9) {
  transition-delay: 0.7s;
}
.is-v-active .p-result__special-item:nth-child(10) {
  transition-delay: 0.75s;
}
.p-result__special-item + .p-result__special-item {
  margin-top: 1rem;
}
.p-result__btn {
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 5rem 0.5rem 2rem;
  color: var(--color-white);
  background-color: var(--color-brawn);
  border-radius: 20rem;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-result__btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-result__btn:hover {
    color: var(--color-brawn-dark);
    background-color: var(--color-white);
  }
}
.p-result__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-brawn-dark);
  border-radius: 20rem;
  pointer-events: none;
}
.p-result__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
}
.p-result__btn-arrow {
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-brawn-dark);
}
.p-result__btn-arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 38%;
  border-bottom: 0.3rem solid var(--color-white);
  border-right: 0.3rem solid var(--color-white);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-result__btn .p-modal_img {
  display: none;
}

.p-modal_img {
  width: 100%;
  display: grid;
  gap: 1rem;
  position: relative;
}
.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.4s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .m-modal {
    max-width: 570px;
    right: 70px;
  }
}
@media screen and (min-width: 961px) and (min-width: 1441px) {
  .m-modal {
    right: calc((100% - 1400px) * 0.5 + 70px);
  }
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__content {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
}
[data-modal-type=img] .m-modal__content {
  width: 100%;
  max-width: 150vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=img] .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 100%;
  max-width: min(153vh, 570px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: 2rem;
  height: 2rem;
  display: block;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .m-modal__close {
    right: calc(1.5rem + 70px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1441px) {
  .m-modal__close {
    right: calc((100% - 1400px) * 0.5 + 1.5rem + 70px);
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-bar {
  content: "";
  width: 133%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-brawn-dark);
  border-radius: 20rem;
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-bar::before {
    background-color: var(--color-green);
  }
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bounce1 {
  0% {
    transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(0.452, 0, 0, 0, 0, 0.526, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.56, 0, 0, 0, 0, 0.679, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(0.727, 0, 0, 0, 0, 0.914, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.907, 0, 0, 0, 0, 1.134, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(0.953, 0, 0, 0, 0, 1.181, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.266, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.265, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.166, 0, 0, 0, 0, 1.192, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.17, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.157, 0, 0, 0, 0, 1.056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.107, 0, 0, 0, 0, 0.95, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.05, 0, 0, 0, 0, 0.917, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.038, 0, 0, 0, 0, 0.919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.984, 0, 0, 0, 0, 0.97, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(0.977, 0, 0, 0, 0, 0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.969, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(0.973, 0, 0, 0, 0, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.993, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.005, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.006, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce2 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    transform: matrix3d(1.063, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(1.09, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    transform: matrix3d(1.132, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(1.177, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    transform: matrix3d(1.188, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    transform: matrix3d(1.225, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.228, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    transform: matrix3d(1.242, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.242, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    transform: matrix3d(1.239, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.23, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.227, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.213, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.21, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(1.196, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    transform: matrix3d(1.194, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(1.192, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    transform: matrix3d(1.193, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(1.198, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    transform: matrix3d(1.201, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.201, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    transform: matrix3d(1.2, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(1.2, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    transform: matrix3d(1.2, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1.2, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes modal {
  0% {
    transform: matrix3d(0.2, 0, 0, 0, 0, 0.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    transform: matrix3d(0.476, 0.136, 0, 0, 0.089, 0.476, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.5% {
    transform: matrix3d(0.588, 0.198, 0, 0, 0.129, 0.588, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    transform: matrix3d(0.738, 0.266, 0, 0, 0.173, 0.738, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.01% {
    transform: matrix3d(0.904, 0.296, 0, 0, 0.194, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    transform: matrix3d(1.051, 0.238, 0, 0, 0.157, 1.051, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.51% {
    transform: matrix3d(1.07, 0.217, 0, 0, 0.144, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.92% {
    transform: matrix3d(1.111, 0.102, 0, 0, 0.068, 1.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    transform: matrix3d(1.11, 0.08, 0, 0, 0.054, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.06, -0.001, 0, 0, -0.001, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.026, -0.015, 0, 0, -0.01, 1.026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    transform: matrix3d(1.009, -0.017, 0, 0, -0.011, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.63% {
    transform: matrix3d(0.995, -0.014, 0, 0, -0.01, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.14% {
    transform: matrix3d(0.988, -0.007, 0, 0, -0.005, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.36% {
    transform: matrix3d(1.001, 0.001, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.68% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}