@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-pink: #ff2060;
  --color-green: #83fcc9;
  --gradient-green: linear-gradient(to top, #83fcc9 0%, #fff 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);
}

/*
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) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@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.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Shippori Mincho B1", "游明朝", "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";
  overflow: hidden;
  -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-text) !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.05rem;
  color: var(--color-text);
  font-family: "Shippori Mincho B1", "游明朝", "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";
  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;
  background: url("../img/bg_pattern.jpg") repeat 0 0/50px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background: url("../img/bg_pattern.jpg") repeat 0 0/25px auto;
  }
}
@media screen and (min-width: 961px) {
  .l-wrap::before {
    content: "";
    width: 1rem;
    height: calc(100% - 1.6rem);
    display: block;
    position: fixed;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 10;
    border-left: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    mix-blend-mode: difference;
    pointer-events: none;
  }
  .l-wrap::after {
    content: "";
    width: 1rem;
    height: calc(100% - 1.6rem);
    display: block;
    position: fixed;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 10;
    border-right: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    mix-blend-mode: difference;
    pointer-events: none;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-header__mv {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("../img/header_bg.jpg") repeat 0 0/25px auto;
}
@media screen and (max-width: 960px) {
  .l-header__mv {
    height: 9.5rem;
    background-size: 12.5px auto;
  }
}
.l-header__title {
  width: 48rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-header__title {
    width: 27rem;
    top: calc(50% + 0.8rem);
  }
}
.l-header__line {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-header__line {
    height: 30px;
  }
}
.l-header__line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/tape.jpg") repeat left center/312.5px auto;
}
@media screen and (max-width: 960px) {
  .l-header__line::before {
    background-size: 187.5px auto;
  }
}
.is-v-load .l-header__line::before {
  animation: header_loop 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-v-load .l-header__line::before {
    animation: header_loop_sp 20s linear infinite;
  }
}
@keyframes header_loop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -312.5px;
  }
}
@keyframes header_loop_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -187.5px;
  }
}
.l-header__back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  top: 3rem;
  left: 4rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-header__back {
    top: 1rem;
    left: 1rem;
  }
}
.l-header__back-icon {
  width: 1.5rem;
  display: block;
  position: relative;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .l-header__back-icon {
    width: 0.8rem;
  }
}
.l-header__back-text {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-header__back-text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.l-footer {
  display: block;
  position: relative;
}
.l-footer__deco {
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translate(0, -100%);
  background: url("../img/footer/img_deco_pc.webp") repeat-x center bottom/auto 100%;
}
@media screen and (max-width: 960px) {
  .l-footer__deco {
    height: 9.5px;
    background: url("../img/footer/img_deco_sp.webp") repeat-x center bottom/auto 100%;
  }
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 4.5rem 0;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 4.2rem 0 3.7rem;
  }
}
.l-footer__content {
  width: 92.8571428571%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    width: 90%;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-footer__help {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin: 3.2rem auto 0;
  }
}
.l-footer__legal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    width: 100%;
    margin: 1.8rem auto 0;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 2rem;
}
.l-footer__legal-copy {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.1rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-copy {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-family: "EB Garamond", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.2rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 0.6rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale(1.001);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: transform 0.2s var(--ease_out);
  }
  .l-footer_share__link:hover {
    transform: scale(1.03);
  }
}
.l-footer_share__link-icon {
  width: 2.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-icon {
    width: 2rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 70%;
  display: block;
  position: absolute;
  top: 20%;
  left: -1.5rem;
  border-left: 1px solid var(--color-white);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "EB Garamond", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.1rem;
  }
}
@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;
    }
  }
}

.c-btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  transform: scale(1.001);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: transform 0.2s var(--ease_out);
  }
  .c-btn:hover {
    transform: scale(1.03);
  }
}
.c-btn__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-btn__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "EB Garamond", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}
.c-btn__arrow {
  width: 1.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 5.8rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .c-btn__arrow {
    width: 1rem;
    right: 3.8rem;
  }
}
.c-btn__icon {
  width: 2.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 7rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .c-btn__icon {
    width: 2rem;
    right: 5rem;
  }
}

.p-home {
  display: block;
  position: relative;
}
.p-home__header {
  display: block;
  position: relative;
}
.p-home__inner {
  display: block;
  position: relative;
  padding: 10rem 0 13rem;
  background: url("../img/bg_deco/bg_deco_pc-left.webp") repeat-y left top/34.9rem auto, url("../img/bg_deco/bg_deco_pc-right.webp") repeat-y right top/51.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-home__inner {
    padding: 5rem 0 8.2rem;
    background: url("../img/bg_deco/bg_deco_sp-left.webp") repeat-y left top/16.95rem auto, url("../img/bg_deco/bg_deco_sp-right.webp") repeat-y right top/18.05rem auto;
  }
}

.p-home_hero {
  display: block;
  position: relative;
}
.p-home_hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-home_hero__kv-chara {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-home_hero__kv-chara {
    transform: translateY(3rem);
  }
}
.is-page-load .p-home_hero__kv-chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s var(--ease_inout), transform 0.4s var(--ease_out) 0.1s;
}
@media screen and (max-width: 960px) {
  .is-page-load .p-home_hero__kv-chara {
    transition: opacity 0.6s var(--ease_inout), transform 0.7s var(--ease_out) 0.1s;
  }
}
.p-home_hero__kv-catch {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-home_hero__kv-catch {
    transform: translateX(-2rem);
  }
}
.is-page-load .p-home_hero__kv-catch {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out), transform 0.7s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .is-page-load .p-home_hero__kv-catch {
    transition: opacity 0.4s var(--ease_out), transform 1s var(--ease_out);
  }
}
.p-home_hero__line {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-home_hero__line {
    height: 30px;
  }
}
.p-home_hero__line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/tape.jpg") repeat left center/312.5px auto;
}
@media screen and (max-width: 960px) {
  .p-home_hero__line::before {
    background-size: 187.5px auto;
  }
}
.is-v-load .p-home_hero__line::before {
  animation: hero_loop 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-v-load .p-home_hero__line::before {
    animation: hero_loop_sp 20s linear infinite;
  }
}
@keyframes hero_loop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -312.5px;
  }
}
@keyframes hero_loop_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -187.5px;
  }
}

.p-home_enter {
  width: 89.5%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6.5rem 0 7rem;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-home_enter {
    padding: 4.1rem 0 4.1rem;
  }
}
.is-page-load .p-home_enter {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s var(--ease_inout) 0.2s, transform 0.8s var(--ease_out) 0.2s;
}
.p-home_enter__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home_enter__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-green);
  -webkit-clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
}
.p-home_enter__bg-top {
  display: block;
  position: relative;
  margin-bottom: 1px;
}
.p-home_enter__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: url("../img/frame/frame_center_pc.webp") repeat-y center/100% auto;
}
@media screen and (max-width: 960px) {
  .p-home_enter__bg-main {
    background: url("../img/frame/frame_center_sp.webp") repeat-y center/100% auto;
  }
}
.p-home_enter__bg-bottom {
  display: block;
  position: relative;
  margin-top: -1px;
}
.p-home_enter__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-home_enter__lead {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-home_enter__lead {
    font-size: 1.2rem;
  }
}
.p-home_enter__btn {
  width: 100%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-home_enter__btn {
    max-width: 27rem;
    margin-top: 1.9rem;
  }
}

.p-question {
  display: block;
  position: relative;
}
.p-question__header {
  display: block;
  position: relative;
}
.p-question__inner {
  width: 100%;
  min-height: calc(var(--svh) - 13rem - 38px - 21rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 10rem 0 13rem;
  background: url("../img/bg_deco/bg_deco_pc-left.webp") repeat-y left top/34.9rem auto, url("../img/bg_deco/bg_deco_pc-right.webp") repeat-y right top/51.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-question__inner {
    padding: 5rem 0 8.2rem;
    background: url("../img/bg_deco/bg_deco_sp-left.webp") repeat-y left top/16.95rem auto, url("../img/bg_deco/bg_deco_sp-right.webp") repeat-y right top/18.05rem auto;
  }
}
.p-question__content {
  width: 100%;
  display: block;
  position: relative;
  opacity: 1;
  left: 0;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-page-transition .p-question__content {
  opacity: 0;
  transform: translateX(-1rem);
  left: 1rem;
  transition: opacity 0.4s var(--ease_out), left 0.4s var(--ease_out), transform 0s linear 0.4s;
}

.p-question_stage {
  width: 89.5%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.5rem 0 7rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-question_stage {
    padding: 2.6rem 0 4rem;
  }
}
.is-page-load .p-question_stage {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out), transform 0.6s var(--ease_out);
}
.p-question_stage__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-question_stage__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-green);
  -webkit-clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
}
.p-question_stage__bg-top {
  display: block;
  position: relative;
  margin-bottom: 1px;
}
.p-question_stage__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: url("../img/frame/frame_center_pc.webp") repeat-y center/100% auto;
}
@media screen and (max-width: 960px) {
  .p-question_stage__bg-main {
    background: url("../img/frame/frame_center_sp.webp") repeat-y center/100% auto;
  }
}
.p-question_stage__bg-bottom {
  display: block;
  position: relative;
  margin-top: -1px;
}
.p-question_stage__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-question_stage__cap {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "EB Garamond", "Shippori Mincho B1", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-question_stage__cap {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-question_stage__text {
  display: block;
  position: relative;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-question_stage__text {
    font-size: 1.3rem;
  }
}
.p-question_stage__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.8rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-question_stage__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-question_stage__btn {
    margin-top: 2.5rem;
  }
}
.p-question_stage__btn-item {
  width: 40rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-question_stage__btn-item {
    width: 100%;
    max-width: 27rem;
    margin: 0 auto;
  }
  .p-question_stage__btn-item + .p-question_stage__btn-item {
    margin-top: 1rem;
  }
}

.p-result {
  display: block;
  position: relative;
}
.p-result__header {
  display: block;
  position: relative;
}
.p-result__inner {
  width: 100%;
  min-height: calc(var(--svh) - 13rem - 38px - 21rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 13rem;
  background: url("../img/bg_deco/bg_deco_pc-left.webp") repeat-y left top/34.9rem auto, url("../img/bg_deco/bg_deco_pc-right.webp") repeat-y right top/51.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-result__inner {
    padding: 5rem 0 8.2rem;
    background: url("../img/bg_deco/bg_deco_sp-left.webp") repeat-y left top/16.95rem auto, url("../img/bg_deco/bg_deco_sp-right.webp") repeat-y right top/18.05rem auto;
  }
}

.p-result_content {
  width: 89.5%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-result_content {
    padding: 3.5rem 0 3.6rem;
  }
}
.is-page-load .p-result_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.6s var(--ease_out);
}
.p-result_content__bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.p-result_content__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-green);
  -webkit-clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 1.2rem) 0%, 100% 1.2rem, 100% 100%, 0 100%, 0 0);
}
.p-result_content__bg-top {
  display: block;
  position: relative;
  margin-bottom: 1px;
}
.p-result_content__bg-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  background: url("../img/frame/frame_center_pc.webp") repeat-y center/100% auto;
}
@media screen and (max-width: 960px) {
  .p-result_content__bg-main {
    background: url("../img/frame/frame_center_sp.webp") repeat-y center/100% auto;
  }
}
.p-result_content__bg-bottom {
  display: block;
  position: relative;
  margin-top: -1px;
}
.p-result_content__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-result_content__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-result_content__lead {
    margin-bottom: 1.2rem;
  }
}
.p-result_content__lead-word {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-result_content__lead-word {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.is-page-load .p-result_content__lead-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.is-page-load .p-result_content__lead-word:nth-child(1) {
  transition-delay: 0s;
}
.is-page-load .p-result_content__lead-word:nth-child(2) {
  transition-delay: 0.05s;
}
.is-page-load .p-result_content__lead-word:nth-child(3) {
  transition-delay: 0.1s;
}
.is-page-load .p-result_content__lead-word:nth-child(4) {
  transition-delay: 0.15s;
}
.is-page-load .p-result_content__lead-word:nth-child(5) {
  transition-delay: 0.2s;
}
.is-page-load .p-result_content__lead-word:nth-child(6) {
  transition-delay: 0.25s;
}
.is-page-load .p-result_content__lead-word:nth-child(7) {
  transition-delay: 0.3s;
}
.is-page-load .p-result_content__lead-word:nth-child(8) {
  transition-delay: 0.35s;
}
.is-page-load .p-result_content__lead-word:nth-child(9) {
  transition-delay: 0.4s;
}
.is-page-load .p-result_content__lead-word:nth-child(10) {
  transition-delay: 0.45s;
}
.is-page-load .p-result_content__lead-word:nth-child(11) {
  transition-delay: 0.5s;
}
.p-result_content__cap {
  display: block;
  position: relative;
}
.p-result_content__cap-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-result_content__cap-text + .p-result_content__cap-text {
  margin-top: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-result_content__cap-text + .p-result_content__cap-text {
    margin-top: 0.3rem;
  }
}
.p-result_content__cap-text::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-pink);
  width: 0;
  opacity: 0;
}
.is-page-load .p-result_content__cap-text::before {
  width: 100%;
  opacity: 1;
  transition: width 1.2s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.8s var(--ease_inout);
}
.is-page-load .p-result_content__cap-text:nth-child(1)::before {
  transition-delay: 0.5s;
}

.is-page-load .p-result_content__cap-text:nth-child(2)::before {
  transition-delay: 0.55s;
}

.is-page-load .p-result_content__cap-text:nth-child(3)::before {
  transition-delay: 0.6s;
}

.is-page-load .p-result_content__cap-text:nth-child(4)::before {
  transition-delay: 0.65s;
}

.is-page-load .p-result_content__cap-text:nth-child(5)::before {
  transition-delay: 0.7s;
}

.is-page-load .p-result_content__cap-text:nth-child(6)::before {
  transition-delay: 0.75s;
}

.is-page-load .p-result_content__cap-text:nth-child(7)::before {
  transition-delay: 0.8s;
}

.is-page-load .p-result_content__cap-text:nth-child(8)::before {
  transition-delay: 0.85s;
}

.is-page-load .p-result_content__cap-text:nth-child(9)::before {
  transition-delay: 0.9s;
}

.is-page-load .p-result_content__cap-text:nth-child(10)::before {
  transition-delay: 0.95s;
}

.is-page-load .p-result_content__cap-text:nth-child(11)::before {
  transition-delay: 1s;
}

.p-result_content__cap-word {
  display: block;
  position: relative;
  padding: 0.3rem 1.5rem 0.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  white-space: nowrap;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-result_content__cap-word {
    padding: 0.2rem 1rem 0.3rem;
    font-size: 1.4rem;
  }
}
.is-page-load .p-result_content__cap-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.is-page-load .p-result_content__cap-text:nth-child(1) .p-result_content__cap-word {
  transition-delay: 1.2s;
}
.is-page-load .p-result_content__cap-text:nth-child(2) .p-result_content__cap-word {
  transition-delay: 1.25s;
}
.is-page-load .p-result_content__cap-text:nth-child(3) .p-result_content__cap-word {
  transition-delay: 1.3s;
}
.is-page-load .p-result_content__cap-text:nth-child(4) .p-result_content__cap-word {
  transition-delay: 1.35s;
}
.is-page-load .p-result_content__cap-text:nth-child(5) .p-result_content__cap-word {
  transition-delay: 1.4s;
}
.is-page-load .p-result_content__cap-text:nth-child(6) .p-result_content__cap-word {
  transition-delay: 1.45s;
}
.is-page-load .p-result_content__cap-text:nth-child(7) .p-result_content__cap-word {
  transition-delay: 1.5s;
}
.is-page-load .p-result_content__cap-text:nth-child(8) .p-result_content__cap-word {
  transition-delay: 1.55s;
}
.is-page-load .p-result_content__cap-text:nth-child(9) .p-result_content__cap-word {
  transition-delay: 1.6s;
}
.is-page-load .p-result_content__cap-text:nth-child(10) .p-result_content__cap-word {
  transition-delay: 1.65s;
}
.is-page-load .p-result_content__cap-text:nth-child(11) .p-result_content__cap-word {
  transition-delay: 1.7s;
}
.p-result_content__visual {
  width: 100%;
  max-width: 72rem;
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
  opacity: 0;
  transform: scale(1.2);
}
@media screen and (max-width: 960px) {
  .p-result_content__visual {
    max-width: 29.5rem;
    margin-top: 2.5rem;
  }
}
.is-page-load .p-result_content__visual {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: opacity 0.2s var(--ease_inout) 1.45s, transform 0.5s var(--ease_inout) 1.3s;
}
.p-result_content__visual::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
}
.p-result_content__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (min-width: 961px) {
  .p-result_content__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-result_content__btn {
    margin-top: 3rem;
  }
}
.p-result_content__btn-item {
  width: 40rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-result_content__btn-item {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }
  .p-result_content__btn-item + .p-result_content__btn-item {
    margin-top: 1rem;
  }
}
.is-page-load .p-result_content__btn-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.is-page-load .p-result_content__btn-item:nth-child(1) {
  transition-delay: 1.4s;
}
.is-page-load .p-result_content__btn-item:nth-child(2) {
  transition-delay: 1.45s;
}
.is-page-load .p-result_content__btn-item:nth-child(3) {
  transition-delay: 1.5s;
}
.is-page-load .p-result_content__btn-item:nth-child(4) {
  transition-delay: 1.55s;
}
.is-page-load .p-result_content__btn-item:nth-child(5) {
  transition-delay: 1.6s;
}
.is-page-load .p-result_content__btn-item:nth-child(6) {
  transition-delay: 1.65s;
}
.is-page-load .p-result_content__btn-item:nth-child(7) {
  transition-delay: 1.7s;
}
.is-page-load .p-result_content__btn-item:nth-child(8) {
  transition-delay: 1.75s;
}
.is-page-load .p-result_content__btn-item:nth-child(9) {
  transition-delay: 1.8s;
}
.is-page-load .p-result_content__btn-item:nth-child(10) {
  transition-delay: 1.85s;
}
.is-page-load .p-result_content__btn-item:nth-child(11) {
  transition-delay: 1.9s;
}
.p-result_content__retry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  padding: 1rem 2rem;
  margin: 4rem auto 0;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-result_content__retry {
    gap: 0.3rem;
    position: relative;
    padding: 0.5rem 1rem;
    margin-top: 2.2rem;
  }
}
.is-page-load .p-result_content__retry {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s var(--ease_inout) 1.5s, transform 0.6s var(--ease_out) 1.5s;
}
.p-result_content__retry-icon {
  width: 2.1rem;
  display: block;
  position: relative;
  top: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-result_content__retry-icon {
    width: 1.4rem;
  }
}
.p-result_content__retry-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-result_content__retry-text {
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-result_content__retry-text {
      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-result_content__retry:hover .p-result_content__retry-text {
      -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-result_content__retry:hover .p-result_content__retry-text {
      text-decoration: underline;
    }
  }
}

.p-page {
  display: block;
  position: relative;
  opacity: 0;
}
.p-page .fade-enter-active,
.p-page .fade-leave-active {
  transition: opacity 0.4s var(--ease_out);
}
.p-page .fade-enter-from,
.p-page .fade-leave-to {
  opacity: 0;
}
.p-page .fade-enter-to,
.p-page .fade-leave-from {
  opacity: 1;
}
.is-v-load .p-page {
  opacity: 1;
  transition: opacity 0.5s var(--ease_inout);
}
.p-page__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
.p-page__grid {
  width: 100vw;
  min-width: 200vh;
  height: 100vw;
  min-height: 200vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.5s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-page__grid {
    width: 790px;
    height: 790px;
  }
}
.is-transition .p-page__grid {
  opacity: 1;
  transition: opacity 0.5s var(--ease_inout);
}
.p-page__grid-item {
  --delay: 0s;
  display: block;
  position: relative;
  opacity: 0;
  color: var(--color-pink);
  transition: opacity 0s linear 1s;
}
.is-transition .p-page__grid-item {
  opacity: 1;
  transition: 0s linear;
}
.p-page__grid-item:nth-child(9n), .p-page__grid-item:nth-child(17n), .p-page__grid-item:nth-child(25n) {
  color: var(--color-green);
}
.p-page__grid-item:nth-child(1) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(1) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(2) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(2) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(3) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(3) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(4) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(4) {
    --delay: 0.66s;
  }
}
.p-page__grid-item:nth-child(5) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(5) {
    --delay: 0.72s;
  }
}
.p-page__grid-item:nth-child(6) {
  --delay: 0.39s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(6) {
    --delay: 0.78s;
  }
}
.p-page__grid-item:nth-child(7) {
  --delay: 0.39s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(7) {
    --delay: 0.81s;
  }
}
.p-page__grid-item:nth-child(8) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(8) {
    --delay: 0.9s;
  }
}
.p-page__grid-item:nth-child(9) {
  --delay: 0.48s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(9) {
    --delay: 0.96s;
  }
}
.p-page__grid-item:nth-child(10) {
  --delay: 0.51s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(10) {
    --delay: 1.02s;
  }
}
.p-page__grid-item:nth-child(11) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(11) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(12) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(12) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(13) {
  --delay: 0.22s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(13) {
    --delay: 0.49s;
  }
}
.p-page__grid-item:nth-child(14) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(14) {
    --delay: 0.57s;
  }
}
.p-page__grid-item:nth-child(15) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(15) {
    --delay: 0.66s;
  }
}
.p-page__grid-item:nth-child(16) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(16) {
    --delay: 0.72s;
  }
}
.p-page__grid-item:nth-child(17) {
  --delay: 0.39s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(17) {
    --delay: 0.78s;
  }
}
.p-page__grid-item:nth-child(18) {
  --delay: 0.42s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(18) {
    --delay: 0.84s;
  }
}
.p-page__grid-item:nth-child(19) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(19) {
    --delay: 0.9s;
  }
}
.p-page__grid-item:nth-child(20) {
  --delay: 0.48s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(20) {
    --delay: 0.96s;
  }
}
.p-page__grid-item:nth-child(21) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(21) {
    --delay: 0.33s;
  }
}
.p-page__grid-item:nth-child(22) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(22) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(23) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(23) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(24) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(24) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(25) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(25) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(26) {
  --delay: 0.28s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(26) {
    --delay: 0.61s;
  }
}
.p-page__grid-item:nth-child(27) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(27) {
    --delay: 0.72s;
  }
}
.p-page__grid-item:nth-child(28) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(28) {
    --delay: 0.75s;
  }
}
.p-page__grid-item:nth-child(29) {
  --delay: 0.42s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(29) {
    --delay: 0.84s;
  }
}
.p-page__grid-item:nth-child(30) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(30) {
    --delay: 0.9s;
  }
}
.p-page__grid-item:nth-child(31) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(31) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(32) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(32) {
    --delay: 0.36s;
  }
}
.p-page__grid-item:nth-child(33) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(33) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(34) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(34) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(35) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(35) {
    --delay: 0.51s;
  }
}
.p-page__grid-item:nth-child(36) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(36) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(37) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(37) {
    --delay: 0.66s;
  }
}
.p-page__grid-item:nth-child(38) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(38) {
    --delay: 0.72s;
  }
}
.p-page__grid-item:nth-child(39) {
  --delay: 0.34s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(39) {
    --delay: 0.73s;
  }
}
.p-page__grid-item:nth-child(40) {
  --delay: 0.42s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(40) {
    --delay: 0.84s;
  }
}
.p-page__grid-item:nth-child(41) {
  --delay: 0.12s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(41) {
    --delay: 0.24s;
  }
}
.p-page__grid-item:nth-child(42) {
  --delay: 0.12s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(42) {
    --delay: 0.27s;
  }
}
.p-page__grid-item:nth-child(43) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(43) {
    --delay: 0.36s;
  }
}
.p-page__grid-item:nth-child(44) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(44) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(45) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(45) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(46) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(46) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(47) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(47) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(48) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(48) {
    --delay: 0.66s;
  }
}
.p-page__grid-item:nth-child(49) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(49) {
    --delay: 0.69s;
  }
}
.p-page__grid-item:nth-child(50) {
  --delay: 0.39s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(50) {
    --delay: 0.78s;
  }
}
.p-page__grid-item:nth-child(51) {
  --delay: 0.09s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(51) {
    --delay: 0.18s;
  }
}
.p-page__grid-item:nth-child(52) {
  --delay: 0.07s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(52) {
    --delay: 0.19s;
  }
}
.p-page__grid-item:nth-child(53) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(53) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(54) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(54) {
    --delay: 0.36s;
  }
}
.p-page__grid-item:nth-child(55) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(55) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(56) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(56) {
    --delay: 0.45s;
  }
}
.p-page__grid-item:nth-child(57) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(57) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(58) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(58) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(59) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(59) {
    --delay: 0.66s;
  }
}
.p-page__grid-item:nth-child(60) {
  --delay: 0.36s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(60) {
    --delay: 0.72s;
  }
}
.p-page__grid-item:nth-child(61) {
  --delay: 0.06s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(61) {
    --delay: 0.12s;
  }
}
.p-page__grid-item:nth-child(62) {
  --delay: 0.09s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(62) {
    --delay: 0.18s;
  }
}
.p-page__grid-item:nth-child(63) {
  --delay: 0.09s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(63) {
    --delay: 0.21s;
  }
}
.p-page__grid-item:nth-child(64) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(64) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(65) {
  --delay: 0.13s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(65) {
    --delay: 0.31s;
  }
}
.p-page__grid-item:nth-child(66) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(66) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(67) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(67) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(68) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(68) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(69) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(69) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(70) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(70) {
    --delay: 0.63s;
  }
}
.p-page__grid-item:nth-child(71) {
  --delay: 0.03s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(71) {
    --delay: 0.06s;
  }
}
.p-page__grid-item:nth-child(72) {
  --delay: 0.06s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(72) {
    --delay: 0.12s;
  }
}
.p-page__grid-item:nth-child(73) {
  --delay: 0.09s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(73) {
    --delay: 0.18s;
  }
}
.p-page__grid-item:nth-child(74) {
  --delay: 0.12s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(74) {
    --delay: 0.24s;
  }
}
.p-page__grid-item:nth-child(75) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(75) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(76) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(76) {
    --delay: 0.36s;
  }
}
.p-page__grid-item:nth-child(77) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(77) {
    --delay: 0.39s;
  }
}
.p-page__grid-item:nth-child(78) {
  --delay: 0.19s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(78) {
    --delay: 0.43s;
  }
}
.p-page__grid-item:nth-child(79) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(79) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(80) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(80) {
    --delay: 0.6s;
  }
}
.p-page__grid-item:nth-child(81) {
  --delay: 0s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(81) {
    --delay: 0s;
  }
}
.p-page__grid-item:nth-child(82) {
  --delay: 0.03s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(82) {
    --delay: 0.06s;
  }
}
.p-page__grid-item:nth-child(83) {
  --delay: 0.06s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(83) {
    --delay: 0.12s;
  }
}
.p-page__grid-item:nth-child(84) {
  --delay: 0.06s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(84) {
    --delay: 0.15s;
  }
}
.p-page__grid-item:nth-child(85) {
  --delay: 0.12s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(85) {
    --delay: 0.24s;
  }
}
.p-page__grid-item:nth-child(86) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(86) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(87) {
  --delay: 0.18s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(87) {
    --delay: 0.36s;
  }
}
.p-page__grid-item:nth-child(88) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(88) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(89) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(89) {
    --delay: 0.48s;
  }
}
.p-page__grid-item:nth-child(90) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(90) {
    --delay: 0.54s;
  }
}
.p-page__grid-item:nth-child(91) {
  --delay: -0.05s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(91) {
    --delay: -0.05s;
  }
}
.p-page__grid-item:nth-child(92) {
  --delay: 0s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(92) {
    --delay: 0s;
  }
}
.p-page__grid-item:nth-child(93) {
  --delay: 0.03s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(93) {
    --delay: 0.06s;
  }
}
.p-page__grid-item:nth-child(94) {
  --delay: 0.06s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(94) {
    --delay: 0.12s;
  }
}
.p-page__grid-item:nth-child(95) {
  --delay: 0.09s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(95) {
    --delay: 0.18s;
  }
}
.p-page__grid-item:nth-child(96) {
  --delay: 0.12s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(96) {
    --delay: 0.24s;
  }
}
.p-page__grid-item:nth-child(97) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(97) {
    --delay: 0.3s;
  }
}
.p-page__grid-item:nth-child(98) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(98) {
    --delay: 0.33s;
  }
}
.p-page__grid-item:nth-child(99) {
  --delay: 0.21s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(99) {
    --delay: 0.42s;
  }
}
.p-page__grid-item:nth-child(100) {
  --delay: 0.24s;
}
@media screen and (max-width: 960px) {
  .p-page__grid-item:nth-child(100) {
    --delay: 0.48s;
  }
}
.p-page__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-pink);
  opacity: 0.1;
  transition: opacity 0.3s var(--ease_out) calc(var(--delay) + 0.1s);
}
.is-transition .p-page__grid-item::before {
  opacity: 1;
  background: var(--color-green);
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.p-page__grid-item::after {
  content: "";
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  display: block;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.is-transition .p-page__grid-item::after {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) calc(var(--delay) + 0.1s);
}
.p-page__inner {
  width: 100%;
  min-height: calc(var(--svh) - 20rem);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.is-transition .p-page__inner {
  opacity: 0;
  transition: opacity 0s linear 1s;
}
.p-page__footer {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.is-transition .p-page__footer {
  opacity: 0;
  transition: opacity 0s linear 1s;
}

.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, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 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);
  }
}