@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #929292;
  --color-red: #e83845;
  --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);
}

/*
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: scroll;
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 14px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-weight: 500;
  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;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  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";
  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 {
  max-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);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") no-repeat center/cover;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/decor_l.webp") repeat-y 0 0/25rem auto, url("../img/decor_r.webp") repeat-y 100% 0/25rem auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg::before {
    background-size: 12rem auto, 12rem auto;
  }
}
.is-load .l-wrap__bg::before {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/decor_corner_l.webp") no-repeat left 0 top 0/44rem auto, url("../img/decor_corner_r.webp") no-repeat right 0 top 0/44rem auto;
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .l-wrap__bg::after {
    background: url("../img/decor_corner_l.webp") no-repeat left 0 top 0/23rem auto, url("../img/decor_corner_r.webp") no-repeat right 0 top 0/23rem auto;
  }
}
.is-load .l-wrap__bg::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s var(--ease_inout), transform 2s var(--ease_out);
}
.l-wrap__bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-wrap__bg-canvas.is-canvas-start {
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}
.l-wrap__bg-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__loader {
  height: 5rem;
  width: 5rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 20;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
  }
}
.is-op .l-wrap__loader, .is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  border-top: 1.5px solid #5684c6;
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.l-footer {
  display: block;
  position: relative;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
  padding: 8rem 0 10.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 7.1rem 0 9.5rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__brand {
  width: 39rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer__brand:hover {
    opacity: 0.4;
  }
}
.l-footer__brand-img {
  display: block;
  position: relative;
}
.l-footer__official {
  width: 100%;
  max-width: 108rem;
  display: block;
  position: relative;
  margin: 8.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    max-width: 23.5rem;
    margin-top: 4rem;
  }
}
.l-footer__help {
  width: 100%;
  display: block;
  position: relative;
  margin: 10.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    max-width: 25rem;
    margin-top: 4.8rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 3.8rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2.4rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 3.3rem;
  font-size: 1.2rem;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 2.4rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list {
    gap: 1.2rem;
  }
}
.l-footer_official__list-item {
  width: calc(33.3333333333% - 2.6666666667rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list-item {
    width: 100%;
  }
}
.l-footer_official__link {
  width: 100%;
  min-height: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 1rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    min-height: 6.5rem;
    padding: 1rem 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .l-footer_official__link:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.l-footer_official__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
}
.l-footer_official__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link-text {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    gap: 0.4rem 3.5rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    top: 60%;
    left: -1.75rem;
    transform: translate(-50%, -50%);
    border-left: 1px solid var(--color-white);
  }
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item:nth-child(even)::before {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    top: 60%;
    left: -1.75rem;
    transform: translate(-50%, -50%);
    border-left: 1px solid var(--color-white);
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--color-white);
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.is-op .p-op {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s var(--ease_out);
}
.is-op-end .p-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s var(--ease_inout);
}
.p-op::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../img/bg_hand_pc.webp") no-repeat center bottom/100% auto;
}
@media screen and (max-width: 960px) {
  .p-op::before {
    background: url("../img/bg_hand_sp.webp") no-repeat center bottom/100% auto;
  }
}
.p-op__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 80rem;
}
@media screen and (max-width: 960px) {
  .p-op__content {
    perspective: 50rem;
  }
}
.p-op__chara {
  width: 30rem;
  display: block;
  position: relative;
  margin: 0 auto 3rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-op__chara {
    width: 18rem;
    margin-bottom: 2rem;
  }
}
.is-op .p-op__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-op__chara-img {
  display: block;
  position: relative;
}
.is-op .p-op__chara-img {
  animation: chara_pyoko 0.8s linear 1s infinite;
}
@keyframes chara_pyoko {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-0.5rem, -1rem);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0.5rem, -1rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-op__list {
  width: 20rem;
  display: block;
  position: relative;
  margin: 0 auto;
  transform-style: preserve-3d;
  transform: translateZ(-50rem) rotateY(0deg);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-op__list {
    width: 14rem;
    transform: translateZ(-35rem) rotateY(0deg);
  }
}
.is-op-init .p-op__list {
  animation: rotate_op 10s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-op-init .p-op__list {
    animation: rotate_op_sp 10s linear infinite;
  }
}
@keyframes rotate_op {
  0% {
    transform: translateZ(-50rem) rotateY(0deg);
  }
  100% {
    transform: translateZ(-50rem) rotateY(360deg);
  }
}
@keyframes rotate_op_sp {
  0% {
    transform: translateZ(-35rem) rotateY(0deg);
  }
  100% {
    transform: translateZ(-35rem) rotateY(360deg);
  }
}
.p-op__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(0deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item {
    transform: rotateY(0deg) translateZ(35rem);
  }
}
.p-op__list-item:first-child {
  position: relative;
}
.p-op__list-item:nth-child(1) {
  transform: rotateY(0deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(1) {
    transform: rotateY(0deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(2) {
  transform: rotateY(30deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(2) {
    transform: rotateY(30deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(3) {
  transform: rotateY(60deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(3) {
    transform: rotateY(60deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(4) {
  transform: rotateY(90deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(4) {
    transform: rotateY(90deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(5) {
  transform: rotateY(120deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(5) {
    transform: rotateY(120deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(6) {
  transform: rotateY(150deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(6) {
    transform: rotateY(150deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(7) {
  transform: rotateY(180deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(7) {
    transform: rotateY(180deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(8) {
  transform: rotateY(210deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(8) {
    transform: rotateY(210deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(9) {
  transform: rotateY(240deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(9) {
    transform: rotateY(240deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(10) {
  transform: rotateY(270deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(10) {
    transform: rotateY(270deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(11) {
  transform: rotateY(300deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(11) {
    transform: rotateY(300deg) translateZ(35rem);
  }
}
.p-op__list-item:nth-child(12) {
  transform: rotateY(330deg) translateZ(50rem);
}
@media screen and (max-width: 960px) {
  .p-op__list-item:nth-child(12) {
    transform: rotateY(330deg) translateZ(35rem);
  }
}
.p-op__data {
  display: block;
  position: relative;
  background-color: var(--color-white);
  opacity: 0;
}
.is-op .p-op__data {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) 0.1s;
}
.p-op__data-img {
  display: block;
  position: relative;
}
.p-op__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.p-op__text-word {
  display: block;
  position: relative;
  font-size: 6rem;
  color: var(--color-white);
  font-weight: 900;
  z-index: 1;
  -webkit-text-stroke: 1px var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-op__text-word {
    font-size: 5.2rem;
  }
}
.is-op-init .p-op__text-word {
  animation: loading_text 2s linear infinite;
}
.is-op-init .p-op__text-word:nth-child(1) {
  animation-delay: 0.4s;
}
.is-op-init .p-op__text-word:nth-child(2) {
  animation-delay: 0.6s;
}
.is-op-init .p-op__text-word:nth-child(3) {
  animation-delay: 0.8s;
}
.is-op-init .p-op__text-word:nth-child(4) {
  animation-delay: 1s;
}
.is-op-init .p-op__text-word:nth-child(5) {
  animation-delay: 1.2s;
}
.is-op-init .p-op__text-word:nth-child(6) {
  animation-delay: 1.4s;
}
.is-op-init .p-op__text-word:nth-child(7) {
  animation-delay: 1.6s;
}
.is-op-init .p-op__text-word:nth-child(8) {
  animation-delay: 1.8s;
}
.is-op-init .p-op__text-word:nth-child(9) {
  animation-delay: 2s;
}
.is-op-init .p-op__text-word:nth-child(10) {
  animation-delay: 2.2s;
}
.is-op-init .p-op__text-word:nth-child(11) {
  animation-delay: 2.4s;
}
.is-op-init .p-op__text-word:nth-child(12) {
  animation-delay: 2.6s;
}
.is-op-init .p-op__text-word:nth-child(13) {
  animation-delay: 2.8s;
}
.is-op-init .p-op__text-word:nth-child(14) {
  animation-delay: 3s;
}
.is-op-init .p-op__text-word:nth-child(15) {
  animation-delay: 3.2s;
}
@keyframes loading_text {
  0% {
    transform: translateY(0);
  }
  7% {
    transform: translateY(-20%);
  }
  14% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.p-top {
  display: block;
  position: relative;
  padding-bottom: 15.5rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 14.5rem;
  }
}
.is-load .p-top {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
.p-top__header {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-hero {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 7.4rem 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 9rem 0 4rem;
  }
}
.p-hero__brand {
  width: 29rem;
  display: block;
  position: relative;
  margin: 0 auto -4rem;
  opacity: 0;
  transform: scale(1.5) rotate(10deg);
}
@media screen and (max-width: 960px) {
  .p-hero__brand {
    width: 17rem;
    margin-bottom: -1.2rem;
  }
}
.is-load .p-hero__brand {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s var(--ease_out) 0.3s, transform 0.3s var(--ease_inout) 0.3s;
}
.p-hero__title {
  width: 77rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 32.5rem;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero__visual {
  width: 100%;
  height: 14.2rem;
  display: block;
  position: relative;
  margin: 8.4rem auto 0;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-hero__visual {
    height: 7rem;
    margin-top: 9rem;
  }
}
.is-load .p-hero__visual {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-hero__visual::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/img_slide.jpg") repeat-x 0 50%/300rem auto;
  animation: hero_visual 100s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-hero__visual::before {
    background-size: 150rem auto;
    animation-duration: 200s;
  }
}
@keyframes hero_visual {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -300rem;
  }
}
.p-hero__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: 7rem auto 0;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-top: 6.8rem;
    font-size: 1.3rem;
    line-height: 2.25;
  }
}
.is-load .p-hero__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}

.p-duration {
  width: 100%;
  display: block;
  position: relative;
  padding: 13rem 0 4rem;
  margin-top: -5rem;
}
@media screen and (max-width: 960px) {
  .p-duration {
    padding: 13rem 0 3rem;
    margin-top: -4rem;
  }
}
.p-duration__container {
  width: 80%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-duration__container {
    width: 92%;
  }
}
.p-duration__title {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 960px) {
  .p-duration__title {
    width: 22.5rem;
    margin-bottom: 2.2rem;
  }
}
.p-duration__inner {
  display: block;
  position: relative;
}
.p-duration__text {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-duration__text {
    font-size: 2.4rem;
    letter-spacing: -0.05rem;
  }
}
.p-duration__chara {
  width: 35rem;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: calc(100% + 1rem);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-duration__chara {
    width: 13.5rem;
    top: -4.5rem;
    left: calc(100% - 4.5rem);
    transform: translate(-50%, -100%);
  }
}
.p-duration__chara-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
}
.is-scroll-active .p-duration__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out), transform 0.5s var(--ease_bounce);
}
.p-duration__chara-img img {
  display: block;
  position: relative;
}
.is-scroll-active .p-duration__chara-img img {
  animation-play-state: running;
  animation: chara_pyoko 0.8s linear 0.6s reverse;
}

.p-rule {
  width: 100%;
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-rule {
    padding: 3rem 0;
    margin-top: 5rem;
  }
}
.p-rule__container {
  width: 80%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-rule__container {
    width: 92%;
  }
}
.p-rule__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-rule__header {
    margin-bottom: 3.4rem;
  }
}
.p-rule__title {
  width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-rule__title {
    width: 20rem;
  }
}
.p-rule__inner {
  display: block;
  position: relative;
}
.p-rule__step {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-rule__step-item {
  display: block;
  position: relative;
}
.p-rule__step-item + .p-rule__step-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-rule__step-item + .p-rule__step-item {
    margin-top: 1.5rem;
  }
}

.p-rule_step {
  display: grid;
  grid-template-columns: 10rem 1fr;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  color: var(--color-black);
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-rule_step {
    grid-template-columns: 6rem 1fr;
  }
}
.p-rule_step::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 1rem;
}
.p-rule_step__header {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-rule_step__header {
    min-height: 9rem;
  }
}
.p-rule_step__no {
  display: block;
  position: relative;
  top: -0.4rem;
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-rule_step__no {
    font-size: 4erm;
  }
}
.p-rule_step__inner {
  max-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1.6rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-rule_step__inner {
    padding: 2rem 2rem;
  }
}
.p-rule_step__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  .p-rule_step__text {
    font-size: 1.6rem;
    line-height: 1.62;
  }
}

.p-cp {
  width: 100%;
  display: block;
  position: relative;
  margin: 5.8rem auto 0;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-cp {
    margin-top: 5.3rem;
  }
}
.p-cp__container {
  width: 80%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-cp__container {
    width: 92%;
  }
}
.p-cp__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
.p-cp__title {
  width: 42.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-cp__title {
    width: 28rem;
  }
}
.p-cp__inner {
  display: block;
  position: relative;
}
.p-cp__lead {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cp__lead {
    font-size: 1.5rem;
    line-height: 1.65;
  }
}
.p-cp__reward {
  width: 100%;
  max-width: 80rem;
  display: block;
  margin: 0 auto 3.2rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-cp__reward-img {
  width: 30rem;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-cp__reward-img {
    width: 20rem;
  }
}
.p-cp__reward-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 1rem;
}
.p-cp__reward-text {
  display: block;
  position: relative;
  margin-top: 2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-cp__reward-text {
    margin-top: 1.3rem;
    font-size: 1.3rem;
  }
}
.p-cp__step {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cp__step-item {
  display: block;
  position: relative;
}
.p-cp__step-item + .p-cp__step-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-cp__step-item + .p-cp__step-item {
    margin-top: 1.5rem;
  }
}
.p-cp__chara {
  width: 35rem;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 1rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-cp__chara {
    width: 13.5rem;
    top: -4.5rem;
    left: 4.5rem;
    transform: translate(-50%, -100%);
  }
}
.p-cp__chara-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
}
.is-scroll-active .p-cp__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out), transform 0.5s var(--ease_bounce);
}
.p-cp__chara-img img {
  display: block;
  position: relative;
}
.is-scroll-active .p-cp__chara-img img {
  animation-play-state: running;
  animation: chara_pyoko 0.8s linear 0.6s reverse;
}

.p-cp_step {
  display: grid;
  grid-template-columns: 10rem 1fr;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  color: var(--color-black);
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-cp_step {
    grid-template-columns: 6rem 1fr;
  }
}
.p-cp_step::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 1rem;
}
.p-cp_step__header {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-cp_step__header {
    min-height: 9rem;
  }
}
.p-cp_step__no {
  display: block;
  position: relative;
  top: -0.4rem;
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-cp_step__no {
    font-size: 4erm;
  }
}
.p-cp_step__inner {
  max-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1.6rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-cp_step__inner {
    padding: 2rem 2rem;
  }
}
.p-cp_step__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  .p-cp_step__text {
    font-size: 1.6rem;
    line-height: 1.62;
  }
}

.p-vote {
  display: block;
  position: relative;
}
.p-vote__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-vote__inner {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  padding: 16.7rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-vote__inner {
    padding-top: 13.25rem;
  }
}
.p-vote__footer {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  margin-top: 10rem;
}

.p-vote_story {
  width: 80%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-vote_story {
    width: 100%;
    max-width: 37.5rem;
  }
}
.p-vote_story + .p-vote_story {
  margin-top: 12.6rem;
}
@media screen and (max-width: 960px) {
  .p-vote_story + .p-vote_story {
    margin-top: 8.8rem;
  }
}
.p-vote_story__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-vote_story__header {
    margin-bottom: 1.6rem;
  }
}
.p-vote_story__title {
  width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-vote_story__title {
    width: 100%;
  }
}
.p-vote_story__title-base {
  display: block;
  position: relative;
}
.p-vote_story__title-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 32%;
  left: 50%;
  font-size: 4.2rem;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color-white);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-vote_story__title-text {
    font-size: 2rem;
  }
}
.p-vote_story__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-vote_story__inner {
    width: 92%;
  }
}
.p-vote_story__chara {
  width: 34rem;
  display: block;
  position: absolute;
  top: 5.2rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-vote_story__chara {
    width: 13.5rem;
    top: -2.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.p-vote_story:nth-child(odd) .p-vote_story__chara {
  left: 6rem;
}
@media screen and (max-width: 960px) {
  .p-vote_story:nth-child(odd) .p-vote_story__chara {
    left: 47%;
  }
}
.p-vote_story:nth-child(even) .p-vote_story__chara {
  left: calc(100% - 6rem);
}
@media screen and (max-width: 960px) {
  .p-vote_story:nth-child(even) .p-vote_story__chara {
    left: 53%;
  }
}
.p-vote_story__chara-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.3s var(--ease_out), transform 0s linear 0.3s;
}
@media screen and (max-width: 960px) {
  .p-vote_story__chara-img {
    transform: translateY(2rem);
  }
}
.is-scroll-active .p-vote_story__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out), transform 0.5s var(--ease_bounce);
}
.p-vote_story__chara-img img {
  display: block;
  position: relative;
}
.is-scroll-active .p-vote_story__chara-img img {
  animation-play-state: running;
  animation: chara_pyoko 0.8s linear 0.6s reverse;
}
.p-vote_story__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-vote_story__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1.4rem;
  }
}
.p-vote_story__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-vote_scene {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-vote_scene.is-scene-disable:not(.is-scene-active) {
  pointer-events: none;
}
.p-vote_scene__header {
  display: block;
  position: relative;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 960px) {
  .p-vote_scene__header {
    margin-bottom: 0.6rem;
  }
}
.p-vote_scene__visual {
  display: block;
  position: relative;
  padding: 1.6rem;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-vote_scene__visual {
    padding: 0.6rem;
  }
}
.p-vote_scene__visual::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame_thumb.webp") no-repeat center/100% 100%;
  z-index: 1;
}
.p-vote_scene__visual-img {
  display: block;
  position: relative;
  z-index: 0;
}
.p-vote_scene__visual-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-scene-active .p-vote_scene__visual-img::before {
  opacity: 0.6;
}
.p-vote_scene__visual-img::after {
  content: "";
  width: 3.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.6rem solid var(--color-white);
  border-left: 0.6rem solid var(--color-white);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-vote_scene__visual-img::after {
    width: 2.5rem;
    height: 1.5rem;
    border-width: 0.4rem;
  }
}
.is-scene-active .p-vote_scene__visual-img::after {
  opacity: 1;
}
.p-vote_scene__inner {
  display: block;
  position: relative;
}
.p-vote_scene__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-vote_scene__title {
    font-size: 1.15rem;
    letter-spacing: 0;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-vote_scene__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-vote_scene:hover .p-vote_scene__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-vote_scene:hover .p-vote_scene__title {
      text-decoration: underline;
    }
  }
}

.p-chara_input {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
}

.p-vote_form {
  width: 100%;
  display: block;
  position: relative;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
}
.p-vote_form.is-open {
  height: auto;
}
.p-vote_form__header {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-vote_form__inner {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(to right, #7e9dca 0%, #46beb7 100%);
  transition: height 0.2s var(--ease_out);
}
.p-vote_form__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-vote_form__content {
    padding: 2.2rem 0;
  }
}
.p-vote_form__check {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.p-vote_form__comment {
  width: 100%;
  max-width: 85rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-vote_form__comment {
    width: 92%;
  }
}
.p-vote_form__comment-cap {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-vote_form__comment-cap {
    font-size: 1.6rem;
  }
}
.p-vote_form__comment-note {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-vote_form__comment-note {
    font-size: 1rem;
  }
}
.p-vote_form__comment-text {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-vote_form__comment-text {
    font-size: 1.2rem;
  }
}
.p-vote_form__comment-field {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-vote_form__comment-field {
    margin-top: 3rem;
  }
}
.p-vote_form__comment-field textarea {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  background: var(--color-white);
  color: var(--color-text);
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-vote_form__btn {
  width: 24rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-vote_form__btn {
    margin-top: 1.8rem;
    width: 19rem;
  }
}
.p-vote_form__close {
  width: 7rem;
  height: 7rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-vote_form__close {
    width: 5rem;
    height: 5rem;
  }
}
.p-vote_form__close-text {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-vote_form__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid var(--color-white);
}
.p-vote_form__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid var(--color-white);
}

.p-vote_select {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-vote_select {
    min-height: 14.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-vote_select {
    padding: 1.5rem 0;
  }
}
.p-vote_select__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-vote_select__header {
    padding-right: 8.2rem;
  }
  .p-vote_select__header::after {
    content: "";
    width: 2rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 1.8rem;
    background: url("../img/arrow.webp") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .p-vote_select__header {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.p-vote_select__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-vote_select__title {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-vote_select__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-vote_select__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-vote_select__list {
  display: grid;
  grid-template-columns: repeat(3, 18rem);
  gap: 1.2rem;
  top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-vote_select__list {
    gap: 0.4rem;
    grid-template-columns: repeat(3, 8rem);
  }
}
.p-vote_select__list-item {
  display: block;
  position: relative;
}
.p-vote_select__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-vote_select__footer {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-vote_select__footer {
    width: 100%;
    margin: 1rem auto 0;
  }
}
.p-vote_select__open {
  width: 21rem;
  height: 5rem;
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-vote_select__open {
    width: 19rem;
    height: 4rem;
    margin: 0 auto;
  }
}
.p-vote_select__open[disabled] {
  pointer-events: none;
  color: #ccc;
  background-color: #999;
}
@media (hover: hover) and (pointer: fine) {
  .p-vote_select__open {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-vote_select__open:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-vote_select__open-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-vote_select__open-text {
    font-size: 1.5rem;
  }
}

.p-vote_select_data {
  display: block;
  position: relative;
}
.p-vote_select_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-vote_select_data__thumb-base {
  display: block;
  position: relative;
}
.p-vote_select_data__thumb-img {
  width: 96%;
  height: 93%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: select_img_show 0.3s var(--ease_out);
  background: var(--color-white);
}
@keyframes select_img_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-vote_select_data__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-white);
  z-index: 1;
}
.p-vote_select_data__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-vote_btn {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-vote_btn {
    height: 4rem;
  }
}
.p-vote_btn[disabled] {
  pointer-events: none;
  color: #ccc;
  background-color: #999;
}
@media (hover: hover) and (pointer: fine) {
  .p-vote_btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-vote_btn:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-vote_btn__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-vote_btn__text {
    font-size: 1.4rem;
  }
}

.p-attention {
  width: 100%;
  display: block;
  position: relative;
  padding: 12rem 0 4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-attention {
    padding: 15rem 0 3rem;
  }
}
.p-attention__container {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-attention__header {
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-attention__header {
    margin-bottom: 3.2rem;
  }
}
.p-attention__title {
  width: 32.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-attention__title {
    width: 23rem;
  }
}
.p-attention__inner {
  display: block;
  position: relative;
}
.p-attention__chara {
  width: 34rem;
  display: block;
  position: absolute;
  top: 0;
  left: 16%;
  transform: translate(-50%, -61%);
}
@media screen and (max-width: 960px) {
  .p-attention__chara {
    width: 14rem;
    top: -7.8rem;
    left: 22.5%;
    transform: translate(-50%, -100%);
  }
}
.p-attention__chara-img {
  display: block;
  position: relative;
  animation: chara_pyoko 0.8s linear 1s infinite;
}
.p-attention__content {
  display: block;
  position: relative;
  padding: 5.2rem 0 7rem;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0 var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-attention__content {
    padding: 3.2rem 0 5.5rem;
  }
}
.p-attention__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  border-radius: 1rem;
}
.p-attention__text {
  width: 90%;
  max-width: 90rem;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-attention__text {
    width: 80%;
    font-size: 1.1rem1;
  }
}
.p-attention__text strong {
  font-size: 1.1em;
  color: var(--color-red);
}
.p-attention__text a {
  color: var(--color-red);
  text-decoration: underline;
}

.p-result {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-result__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 5.8rem 0 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result__container {
    padding: 5.5rem 0 8rem;
  }
}
.p-result__header {
  display: block;
  position: relative;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 960px) {
  .p-result__header {
    margin-bottom: 5.5rem;
  }
}
.p-result__brand {
  width: 14.5rem;
  display: block;
  position: relative;
  margin: 0 auto -1.8rem;
  opacity: 0;
  transform: scale(1.5) rotate(10deg);
}
@media screen and (max-width: 960px) {
  .p-result__brand {
    width: 11.5rem;
    margin-bottom: -1.2rem;
  }
}
.is-load .p-result__brand {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s var(--ease_out) 0.3s, transform 0.3s var(--ease_inout) 0.3s;
}
.p-result__title {
  width: 38rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-result__title {
    width: 22.5rem;
  }
}
.is-load .p-result__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-result__chara {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(10rem);
  margin: 3.2rem auto 0;
}
.is-load .p-result__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-result__chara-bg {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -6.2rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-result__chara-bg {
    bottom: -3.2rem;
  }
}
.p-result__chara-bg img {
  width: 100%;
}
.p-result__chara-img {
  width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .p-result__chara-img {
    width: 25.2rem;
  }
}
.is-load .p-result__chara-img img {
  animation-play-state: running;
  animation: chara_pyoko 0.8s linear 1.2s;
}
.p-result__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: 10.5rem auto 0;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: -0.02rem;
  text-align: center;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-result__lead {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.is-load .p-result__lead {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-result__inner {
  display: block;
  position: relative;
}
.p-result__content {
  display: block;
  position: relative;
  padding: 8rem 0 8.5rem;
}
@media screen and (max-width: 960px) {
  .p-result__content {
    padding: 6rem 0 7.5rem;
  }
}
.p-result__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
  opacity: 0.7;
}
.p-result__cap {
  display: block;
  position: relative;
  margin: 14rem auto 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-result__cap {
    margin-top: 8.5rem;
    font-size: 1.5rem;
  }
}
.p-result__btn {
  width: 42.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-result__btn {
    width: 21.5rem;
    margin-top: 1.5rem;
  }
}
.p-result__btn:not([href]) {
  filter: saturate(0.2);
  pointer-events: none;
}
.p-result__btn-img {
  display: block;
  position: relative;
  animation: chara_pyoko 0.8s linear infinite;
  animation-play-state: paused;
}
@media (hover: hover) and (pointer: fine) {
  .p-result__btn:hover .p-result__btn-img {
    animation-play-state: running;
  }
}
.p-result__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-result__footer {
    margin-top: 7.5rem;
  }
}
.p-result__back {
  width: 26rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result__back {
    width: 16rem;
  }
}

.p-result_select {
  display: block;
  position: relative;
}
.p-result_select__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-result_select__header {
    margin-bottom: 1rem;
  }
}
.p-result_select__cap {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-result_select__cap {
    font-size: 1.4rem;
  }
}
.p-result_select__inner {
  width: 100%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-result_select__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result_select__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-result_select__list-item {
  width: 32rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-result_select__list-item {
    width: 15rem;
  }
}
.p-result_select__thumb {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-result_select__thumb-img {
  display: block;
  position: relative;
}
.p-result_select__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #5684c6 0%, #00b4aa 100%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-result_select__thumb-img::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-result_select__thumb:hover .p-result_select__thumb-img::after {
    opacity: 0.4;
  }
}

.p-result_share {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-result_share {
    margin-top: 5rem;
  }
}
.p-result_share__inner {
  display: block;
  position: relative;
}
.p-result_share__thumb {
  width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-result_share__thumb {
    width: 88%;
    max-width: 60rem;
  }
}
.p-result_share__thumb img {
  width: 100%;
}
.p-result_share__retry {
  width: 32.5rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-result_share__retry {
    width: 26rem;
  }
}
.p-result_share__btn {
  width: 40rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-result_share__btn {
    width: 23rem;
  }
}

.p-result_share_retry {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-result_share_retry {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-result_share_retry:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 960px) {
  .p-result_share_retry {
    height: 4rem;
  }
}
.p-result_share_retry::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 20rem;
}
.p-result_share_retry__text {
  display: block;
  position: relative;
  padding-right: 3.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-result_share_retry__text {
    padding-right: 3rem;
    font-size: 1.2rem;
  }
}
.p-result_share_retry__text::after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("../img/icon_change.webp") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-result_share_retry__text::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-result_share_retry__text::after {
    transition: filter 0.3s var(--ease_out);
  }
  .p-result_share_retry:hover .p-result_share_retry__text::after {
    filter: invert(1);
  }
}

.p-result_btn {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-result_btn {
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-result_btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-result_btn:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-result_btn__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-result_btn__text {
    font-size: 1.1rem;
    letter-spacing: 0.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.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 26%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2) 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@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 clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}