@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-teal: #00b4af;
  --color-teal-btn: #3bc2be;
  --color-purple: #c07fce;
  --gradient-border: linear-gradient(to right, #00b0ac 0%, #c07fce 100%);
  --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 (min-width: 961px) {
  html {
    font-size: min(0.8333333333vw, 10px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1440px) {
  html {
    font-size: clamp(7.5px, 1.3333333333vh, 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  html {
    font-size: min(2.6666666667vh, 15px);
  }
}

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: source-han-serif-jp-subset, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", 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: source-han-serif-jp-subset, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", 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);
}

.p-app {
  display: block;
  position: relative;
  background: url("../img/main_pattern01.png") repeat 0 0/8rem auto;
  z-index: 0;
}
.p-app::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main_tl.png") no-repeat center/40rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-app::before {
    background-size: 20rem auto;
  }
}
.is-load .p-app::before {
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.p-app::after {
  content: "";
  width: 100%;
  height: 100%;
  min-height: var(--svh);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  border: 0.6rem solid var(--color-teal);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-app::after {
    border-width: 0.3rem;
  }
}
.is-load .p-app::after {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}
.p-app__container {
  display: block;
  position: relative;
  opacity: 0;
}
.p-app__container .fade-enter-active,
.p-app__container .fade-enter-to {
  opacity: 0;
  animation: show 0.4s var(--ease_inout) forwards;
}
.p-app__container .fade-leave-active {
  animation: hide 0.7s var(--ease_out);
}
.is-load .p-app__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-app__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/main_pattern02.png") repeat 0 0/30rem auto;
}
.p-app__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/main_deco_01.svg") no-repeat 100% 0/45.5% auto, url("../img/main_deco_02.svg") no-repeat 100% 100%/42.2% auto, url("../img/main_deco_03.svg") no-repeat 0 0/27.5% auto, url("../img/main_deco_04.svg") no-repeat 0 100%/32.2% auto;
  z-index: 1;
}
.p-app__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-level="1"] .p-app__bg::after {
  background: url("../img/bg_cake_01.png") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  [data-level="1"] .p-app__bg::after {
    background: url("../img/bg_cake_01_sp.png") no-repeat center/cover;
  }
}
[data-level="2"] .p-app__bg::after {
  background: url("../img/bg_cake_02.png") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  [data-level="2"] .p-app__bg::after {
    background: url("../img/bg_cake_02_sp.png") no-repeat center/cover;
  }
}
[data-level="3"] .p-app__bg::after {
  background: url("../img/bg_cake_03.png") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  [data-level="3"] .p-app__bg::after {
    background: url("../img/bg_cake_03_sp.png") no-repeat center/cover;
  }
}
.p-app__content {
  width: 100%;
  height: var(--svh);
  min-height: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.is-v-load .p-app__content {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s var(--ease_out);
}
.p-app__brand {
  width: 22.2%;
  display: block;
  position: absolute;
  top: 3.8rem;
  left: 4.2rem;
}
@media screen and (orientation: portrait) {
  .p-app__brand {
    width: 38%;
    top: 2.9rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-app__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 180, 175, 0.8);
  opacity: 1;
  pointer-events: auto;
}
.is-v-load .p-app__cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease_out);
}

.p-counter {
  display: block;
  position: absolute;
  z-index: 1;
  animation: show 0.5s var(--ease_inout);
}
@media screen and (min-width: 961px) {
  .p-counter {
    min-width: 40.6rem;
  }
}
@media screen and (orientation: landscape) {
  .p-counter {
    top: 4rem;
    right: 4rem;
  }
}
@media screen and (orientation: portrait) {
  .p-counter {
    width: 80%;
    position: absolute;
    top: 9.2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-counter::before {
  content: "";
  width: 80%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--gradient-border);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-counter::before {
    height: 2px;
  }
}
.p-counter::after {
  content: "";
  width: 80%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--gradient-border);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-counter::after {
    height: 2px;
  }
}
.p-counter__bg {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: -1;
  overflow: hidden;
  border-radius: 1rem;
}
.p-counter__bg::before {
  content: "";
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid var(--color-teal);
  border-left: 3px solid var(--color-teal);
  border-bottom: 3px solid var(--color-teal);
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 960px) {
  .p-counter__bg::before {
    border-width: 2px;
  }
}
.p-counter__bg::after {
  content: "";
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 3px solid var(--color-purple);
  border-right: 3px solid var(--color-purple);
  border-bottom: 3px solid var(--color-purple);
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-counter__bg::after {
    border-width: 2px;
  }
}
.p-counter__content {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  padding: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-counter__content {
    height: 9rem;
    padding: 1.4rem 2.3rem;
  }
}
.p-counter__content::before {
  content: "";
  width: 6.6rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/dec_tape.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-counter__content::before {
    width: 3.96rem;
    height: 2.4rem;
  }
}
.p-counter__data {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .p-counter__data {
    padding: 0.65rem 0;
  }
}
.p-counter__data.--total {
  color: var(--color-purple);
}
.p-counter__data.--user {
  color: var(--color-teal);
}
.p-counter__data + .p-counter__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  opacity: 0.1;
}
.p-counter__data-cap {
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-family: source-han-serif-jp-subset, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-counter__data-cap {
    font-size: 1.2rem;
  }
}
.p-counter__data-cap strong {
  font-size: 1.15em;
  font-weight: 500;
}
.p-counter__data-count {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 2.3rem;
  font-family: dashiell-bright, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.26rem;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-counter__data-count {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.p-sound {
  width: 10rem;
  display: block;
  position: absolute;
  bottom: 19rem;
  left: 5rem;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
  transform: translate(0, 20rem);
}
@media screen and (max-width: 960px) {
  .p-sound {
    bottom: 2.2rem;
    left: 9.5rem;
  }
}
.is-v-load .p-sound {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-sound__btn {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color-teal);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-sound__btn {
    width: 5rem;
    height: 5rem;
  }
}
.p-sound__btn::before {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .p-sound__btn::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-sound:hover .p-sound__btn::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.8s var(--ease_out), transform 0.7s var(--ease_out);
  }
}
.p-sound__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-sound__btn-img {
  width: 3.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-sound__btn-img {
    width: 2rem;
  }
}

.p-chara {
  width: 28.8rem;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 12rem));
}
@media screen and (orientation: portrait) {
  .p-chara {
    width: 15rem;
    top: 48%;
  }
}
.is-v-load .p-chara {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-chara__img {
  display: block;
  position: relative;
}
.is-anim .p-chara__img {
  animation: chara 0.4s linear 2;
}
@keyframes chara {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
  100% {
    transform: translateY(0);
  }
}

.p-cake {
  display: block;
  position: absolute;
  top: calc(45% + 32.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 1s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-cake {
    top: calc(48% + 19rem);
  }
}
.p-cake__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cake__list {
    gap: 0.8rem;
  }
}
.p-cake__list-item {
  display: block;
  position: relative;
}
.p-cake__btn {
  width: 14.5rem;
  height: 14.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none !important;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-cake__btn {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 1rem;
  }
}
.p-cake__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  border: 0.2rem solid var(--color-teal);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-cake__btn::before {
    border-width: 1px;
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cake__btn::before {
    transition: background-color 0.3s var(--ease_out), border-color 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .p-cake__btn:hover::before {
    background: var(--color-teal);
    border-color: var(--color-teal-btn);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}
.p-cake__btn-img {
  width: 12rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cake__btn-img {
    width: 5.8rem;
  }
}
.is-active .p-cake__btn-img {
  animation: cake 0.3s linear;
}
@keyframes cake {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-cake__cap {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--color-teal);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cake__cap {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-countdown {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 180, 175, 0.8);
  animation: show 0.3s var(--ease_inout);
  z-index: 5;
}
.p-countdown__text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20rem;
  font-family: dashiell-bright, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-countdown__text {
    font-size: 10rem;
  }
}
.p-countdown__fin {
  width: 22rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fin 0.15s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-countdown__fin {
    width: 12rem;
  }
}
@keyframes fin {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale3d(2, 2, 2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}

.p-timer {
  width: 27rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 1.8rem 0 2rem;
  transform: translate(-50%, 0);
  background-color: var(--color-white);
  border-radius: 0 0 4rem 4rem;
  animation: show 1s var(--ease_inout);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-timer {
    width: 12rem;
    padding: 1.2rem 0 1.5rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
.p-timer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.6rem solid var(--color-teal);
  border-bottom: 0.6rem solid var(--color-teal);
  border-right: 0.6rem solid var(--color-teal);
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-timer::before {
    border-width: 0.3rem;
    border-radius: 0 0 2rem 2rem;
  }
}
.p-timer__time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-timer__time-icon {
  width: 2.2rem;
  display: block;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .p-timer__time-icon {
    width: 1.3rem;
    margin-right: 0.6rem;
  }
}
.p-timer__time-text {
  min-width: 8rem;
  display: block;
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.2rem;
  line-height: 1;
  color: var(--color-teal);
  text-align: left;
  font-family: dashiell-bright, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-timer__time-text {
    min-width: 6rem;
    font-size: 2rem;
  }
}

.p-start {
  width: 33.2rem;
  display: block;
  position: absolute;
  top: calc(45% + 27.1rem);
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 6rem));
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-start {
    width: 22rem;
  }
}
@media screen and (orientation: portrait) {
  .p-start {
    top: calc(48% + 17.8rem);
  }
}
.is-v-load .p-start {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-start__btn {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-teal);
  border-radius: 20rem;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-start__btn {
    height: 4.5rem;
  }
}
.fade-leave-active .p-start__btn {
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2);
  transition: transform 0.7s var(--ease_back), opacity 0.5s var(--ease_out) 0.2s;
}
.p-start__btn::before {
  content: "";
  width: 34rem;
  height: 34rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .p-start__btn::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-start:hover .p-start__btn::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.8s var(--ease_out), transform 0.7s var(--ease_out);
  }
}
.p-start__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-start__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-start__text {
    font-size: 1.5rem;
  }
}

.p-share {
  width: 20rem;
  display: block;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-share {
    width: 11rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.p-share__btn {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-teal);
  border-radius: 20rem;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-share__btn {
    height: 3rem;
  }
}
.p-share__btn::before {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .p-share__btn::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-share:hover .p-share__btn::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.8s var(--ease_out), transform 0.7s var(--ease_out);
  }
}
.p-share__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-share__img {
  width: 8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-share__img {
    width: 5rem;
  }
}

.p-result {
  display: block;
  position: absolute;
  top: calc(45% + 30rem);
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-result {
    top: calc(48% + 18rem);
  }
}
.p-result__list {
  display: block;
  position: relative;
}
.p-result__list-item {
  display: block;
  position: relative;
}
.p-result__list-item + .p-result__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-result__list-item + .p-result__list-item {
    margin-top: 1rem;
  }
}

.p-result_btn {
  width: 33.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-result_btn {
    width: 22rem;
  }
}
.p-result_btn__btn {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-teal);
  border-radius: 20rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-result_btn__btn {
    height: 4rem;
  }
}
.fade-leave-active .p-result_btn__btn {
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2);
  transition: transform 0.7s var(--ease_back), opacity 0.5s var(--ease_out) 0.2s;
}
.p-result_btn__btn::before {
  content: "";
  width: 34rem;
  height: 34rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .p-result_btn__btn::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-result_btn:hover .p-result_btn__btn::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.2s var(--ease_out), transform 0.3s var(--ease_out);
  }
}
.p-result_btn__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-result_btn__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-result_btn__text {
    font-size: 1.4rem;
  }
}

.p-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-notify {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-notify__text {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-notify__text {
    font-size: 1.4rem;
  }
}
.p-notify__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
.p-notify__list-item {
  display: block;
  position: relative;
}
.p-notify__sound {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color-teal);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-notify__sound {
    width: 7rem;
    height: 7rem;
  }
}
.p-notify__sound::before {
  content: "";
  width: 10rem;
  height: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0.2, 0.2, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .p-notify__sound::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-notify__sound:hover::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.3s var(--ease_out), transform 0.5s var(--ease_out);
  }
}
.p-notify__sound::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-notify__sound-icon {
  width: 4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-notify__sound-icon {
    width: 2.5rem;
  }
}

.p-howto {
  width: 13rem;
  display: block;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
  transform: translate(0, 12rem);
}
@media screen and (max-width: 960px) {
  .p-howto {
    width: 6.5rem;
    bottom: 2rem;
    left: 2rem;
  }
}
.is-v-load .p-howto {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-howto__btn {
  width: 13rem;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color-teal);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0.2rem 0.2rem 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .p-howto__btn {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.p-howto__btn::before {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .p-howto__btn::before {
    transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
  }
  .p-howto:hover .p-howto__btn::before {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: opacity 0.8s var(--ease_out), transform 0.7s var(--ease_out);
  }
}
.p-howto__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4px solid var(--color-teal-btn);
  border-radius: 20rem;
}
.p-howto__cap {
  display: block;
  position: relative;
}
.p-howto__cap-icon {
  width: 2rem;
  display: block;
  position: relative;
  margin: 0 auto 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-howto__cap-icon {
    width: 1rem;
    margin-bottom: 0.4rem;
  }
}
.p-howto__cap-text {
  width: 4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-howto__cap-text {
    width: 2.4rem;
  }
}

.p-howto_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
}
.p-howto_modal.fade-enter-active, .p-howto_modal.fade-enter-to {
  opacity: 0;
  animation: show 0.4s var(--ease_inout) forwards;
}
.p-howto_modal.fade-leave-active {
  animation: hide 0.7s var(--ease_out);
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-howto_modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0;
}
.p-howto_modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-howto_modal__content {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
}
.p-howto_modal__text {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.p-howto_modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 0;
  transform: translate(0, -100%);
  color: var(--color-teal);
  background-color: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-howto_modal__close {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-howto_modal__close {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-howto_modal__close:hover {
    color: var(--color-white);
    background-color: var(--color-teal);
  }
}
.p-howto_modal__close::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-teal);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-howto_modal__close::before {
    border-width: 1px;
  }
}
.p-howto_modal__close-text {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-howto_modal__close-text {
    width: 2rem;
    height: 2rem;
  }
}
.p-howto_modal__close-text::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .p-howto_modal__close-text::before {
    height: 1px;
  }
}
.p-howto_modal__close-text::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-howto_modal__close-text::after {
    height: 1px;
  }
}
.p-howto_modal__inner {
  display: block;
  position: relative;
  padding: 5rem 3rem;
  background-color: var(--color-white);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-howto_modal__inner {
    border-radius: 1rem;
  }
}
.p-howto_modal__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-teal);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-howto_modal__inner::before {
    border-width: 1px;
    border-radius: 1rem;
  }
}

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

@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);
  }
}