@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-cyan: #43FFFE;
  --color-gray: #969696;
  --color-line-black: rgba(0, 0, 0, 0.2);
  --color-line-white: rgba(255, 255, 255, 0.2);
  --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;
  scrollbar-width: thin;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 13px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 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-family: "Noto Sans JP", -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: "Noto Sans JP", -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 {
  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__container {
  display: block;
  position: relative;
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 3rem 0 7rem;
  background: var(--color-black);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 3.65rem 0 3.5rem;
  }
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.l-footer__deco {
  width: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translate(0, -100%);
}
.l-footer__container {
  width: calc(100% - 12rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 90%;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    padding: 10.2rem 0 0.3rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    width: 28rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 20rem;
    margin: 0 auto;
  }
}
.l-footer__official-link {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 3rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__help {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 2.8rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 961px) {
  .l-footer__legal {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  color: var(--color-white);
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.9rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 1rem;
}
.l-footer__pagetop {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    width: 7.2rem;
    position: absolute;
    top: 0.5rem;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 5rem;
    margin: 3rem auto 0;
  }
}
.l-footer__pagetop-img {
  display: block;
  position: relative;
}
.l-footer__pagetop-img::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/arrow_2.webp") no-repeat 0 100%/100% auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-img::after {
    transition: height 0.6s var(--ease_inout);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-img::after {
    height: 100%;
  }
}

.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: 1rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0.5rem;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: background-color 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.l-footer_share__link-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer_share__link-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-line-white);
}
.l-footer_share__link-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link-deco {
    transition: border-color 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover .l-footer_share__link-deco {
    border-color: var(--color-cyan);
  }
}
.l-footer_share__link-deco.--deco1 {
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.l-footer_share__link-deco.--deco2 {
  top: 0;
  right: 0;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.l-footer_share__link-deco.--deco3 {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.l-footer_share__link-deco.--deco4 {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.l-footer_share__link-icon {
  width: 2.5rem;
  display: block;
  position: relative;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
  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: 80%;
  display: block;
  position: absolute;
  top: 10%;
  left: -1.6rem;
  border-left: 1px solid var(--color-white);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.2rem;
  }
}
@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-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: difference;
}
.p-cover__deco {
  width: 2.2857142857vw;
  height: 2.2857142857vw;
  display: block;
  position: fixed;
  background: url("../img/frame/corner_pc.webp") no-repeat center/contain;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-cover__deco {
    width: 6.4vw;
    height: 6.4vw;
    background: url("../img/frame/corner_sp.webp") no-repeat center/contain;
  }
}
.p-cover__deco.--deco1 {
  top: 0;
  left: 0;
}
.p-cover__deco.--deco2 {
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.p-cover__deco.--deco3 {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
.p-cover__deco.--deco4 {
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
.is-ready .p-cover__deco, .is-op .p-cover__deco, .is-load .p-cover__deco {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.p-cover__frame {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  opacity: 0;
  transform: scale(0.98);
}
.p-cover__frame.--top {
  top: 0;
}
.p-cover__frame.--bottom {
  bottom: 0;
}
.p-cover__frame-head {
  display: block;
  position: relative;
}
.p-cover__frame-main {
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: -1px 0;
  background: url("../img/frame/frame_center_pc.webp") repeat-y 0 50%/100% auto;
}
@media screen and (max-width: 960px) {
  .p-cover__frame-main {
    background: url("../img/frame/frame_center_sp.webp") repeat-y 0 50%/100% auto;
  }
}
.is-ready .p-cover__frame, .is-op .p-cover__frame, .is-load .p-cover__frame {
  opacity: 1;
  transform: scale(1.0001);
  transition: opacity 0.8s var(--ease_out), transform 0.8s var(--ease_out);
}
.p-cover__frame-bottom {
  display: block;
  position: relative;
}

.p-op {
  width: 100%;
  height: var(--svh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.p-op__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern02.jpg") repeat 0 0/237px auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__bg {
    background-size: 118.5px auto;
  }
}
.is-op .p-op__bg {
  opacity: 1;
}
.is-op-end .p-op__bg {
  opacity: 0;
}
.p-op__visual {
  width: 100%;
  height: var(--svh);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-op .p-op__visual {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout);
}
.p-op__visual-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-op__visual-img {
  width: 120%;
  min-width: 210vh;
  display: block;
  position: absolute;
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-op__visual-img {
    width: 220%;
    min-width: 130vh;
    top: 80%;
    left: 70%;
  }
}
.p-op__cover {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(10, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (orientation: landscape) {
  .p-op__cover {
    min-width: 150vh;
    min-height: 66.6666666667vw;
  }
}
@media screen and (orientation: portrait) {
  .p-op__cover {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(15, 1fr);
    min-width: 66.6666666667vh;
  }
}
.p-op__cover-cell {
  --delay: 0s;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-op__cover-cell:nth-child(1) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(2) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(3) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(4) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(5) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(6) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(7) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(8) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(9) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(10) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(11) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(12) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(13) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(14) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(15) {
  --delay: 0.26s;
}
.p-op__cover-cell:nth-child(11) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(12) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(13) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(14) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(15) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(16) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(17) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(18) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(19) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(20) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(21) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(22) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(23) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(24) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(25) {
  --delay: 0.3s;
}
.p-op__cover-cell:nth-child(21) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(22) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(23) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(24) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(25) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(26) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(27) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(28) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(29) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(30) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(31) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(32) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(33) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(34) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(35) {
  --delay: 0.34s;
}
.p-op__cover-cell:nth-child(31) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(32) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(33) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(34) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(35) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(36) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(37) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(38) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(39) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(40) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(41) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(42) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(43) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(44) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(45) {
  --delay: 0.38s;
}
.p-op__cover-cell:nth-child(41) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(42) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(43) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(44) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(45) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(46) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(47) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(48) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(49) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(50) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(51) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(52) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(53) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(54) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(55) {
  --delay: 0.42s;
}
.p-op__cover-cell:nth-child(51) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(52) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(53) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(54) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(55) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(56) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(57) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(58) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(59) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(60) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(61) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(62) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(63) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(64) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(65) {
  --delay: 0.46s;
}
.p-op__cover-cell:nth-child(61) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(62) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(63) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(64) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(65) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(66) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(67) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(68) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(69) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(70) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(71) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(72) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(73) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(74) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(75) {
  --delay: 0.5s;
}
.p-op__cover-cell:nth-child(71) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(72) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(73) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(74) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(75) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(76) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(77) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(78) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(79) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(80) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(81) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(82) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(83) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(84) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(85) {
  --delay: 0.54s;
}
.p-op__cover-cell:nth-child(81) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(82) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(83) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(84) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(85) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(86) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(87) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(88) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(89) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(90) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(91) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(92) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(93) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(94) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(95) {
  --delay: 0.58s;
}
.p-op__cover-cell:nth-child(91) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(92) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(93) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(94) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(95) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(96) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(97) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(98) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(99) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(100) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(101) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(102) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(103) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(104) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(105) {
  --delay: 0.62s;
}
.p-op__cover-cell:nth-child(101) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(102) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(103) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(104) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(105) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(106) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(107) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(108) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(109) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(110) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(111) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(112) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(113) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(114) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(115) {
  --delay: 0.66s;
}
.p-op__cover-cell:nth-child(111) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(112) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(113) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(114) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(115) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(116) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(117) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(118) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(119) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(120) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(121) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(122) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(123) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(124) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(125) {
  --delay: 0.7s;
}
.p-op__cover-cell:nth-child(121) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(122) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(123) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(124) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(125) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(126) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(127) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(128) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(129) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(130) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(131) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(132) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(133) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(134) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(135) {
  --delay: 0.74s;
}
.p-op__cover-cell:nth-child(131) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(132) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(133) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(134) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(135) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(136) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(137) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(138) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(139) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(140) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(141) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(142) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(143) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(144) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(145) {
  --delay: 0.78s;
}
.p-op__cover-cell:nth-child(141) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(142) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(143) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(144) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(145) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(146) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(147) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(148) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(149) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(150) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(151) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(152) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(153) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(154) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(155) {
  --delay: 0.82s;
}
.p-op__cover-cell:nth-child(151) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(152) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(153) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(154) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(155) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(156) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(157) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(158) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(159) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(160) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(161) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(162) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(163) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(164) {
  --delay: 0.86s;
}
.p-op__cover-cell:nth-child(165) {
  --delay: 0.86s;
}
.p-op__cover-cell::after {
  content: "";
  width: 105%;
  height: 105%;
  display: block;
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  background: var(--color-black);
  opacity: 0;
}
.is-op-hide .p-op__cover-cell::after {
  opacity: 1;
  transition: opacity 0.3s var(--delay);
}
.p-op__cover-cell:nth-child(9n)::after {
  transition-delay: calc(var(--delay) + 0.1s);
}

.p-op__cover-cell:nth-child(6n)::after {
  transition-delay: calc(var(--delay) + 0.15s);
}

.p-op__cover-cell:nth-child(11n)::after {
  transition-delay: calc(var(--delay) + 0.1s);
}

.p-op__cover-cell:nth-child(7n)::after {
  transition-delay: calc(var(--delay) - 0.15s);
}

.p-op__content {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
}
.p-op__text {
  width: 20rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__text {
    width: 12rem;
  }
}
.is-op .p-op__text {
  opacity: 1;
  transform: translate(0, -2rem);
  transition: opacity 0.8s var(--ease_inout) 0.4s, transform 1s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .is-op .p-op__text {
    transform: translate(0, -1.5rem);
  }
}
.is-op-end .p-op__text {
  opacity: 0;
  transition: opacity 0.4s var(--ease_inout);
}
.p-op__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.is-op .p-op__loader {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 3rem));
  transition: transform 1s var(--ease_inout), opacity 1s var(--ease_inout) 0.5s;
}
@media screen and (max-width: 960px) {
  .is-op .p-op__loader {
    transform: translate(-50%, calc(-50% + 2rem));
  }
}
.is-load .p-op__loader {
  opacity: 0;
  transition: transform 1s var(--ease_inout), opacity 1s var(--ease_inout) 0.5s;
}
.p-op__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-op__loader::before {
    border-width: 0.15rem;
  }
}
.p-op__bar {
  width: 50%;
  height: 1rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-op__bar {
    width: 80%;
  }
}
.p-op__bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--color-white);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-op .p-op__bar::before {
  width: 100%;
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout) 0.5s, width 1s var(--ease_inout) 0.5s;
}
.is-op-end .p-op__bar::before {
  width: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease_inout), width 0.5s var(--ease_out);
}
.p-op__bar-line {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-op-end .p-op__bar-line {
  width: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease_inout), width 0.5s var(--ease_out);
}
.p-op__bar-line::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
}
.is-op-start .p-op__bar-line::before {
  width: 100%;
  transition: width 5s cubic-bezier(0.32, 0, 0.67, 0);
}

.p-top {
  display: block;
  position: relative;
}
.p-top__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url("../img/bg/bg_pattern01.jpg") repeat 0 0/237px auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top__inner {
    background-size: 118.5px auto;
  }
}
.is-load .p-top__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.p-hero {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .p-hero {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__kv {
  display: block;
  position: relative;
  opacity: 0.2;
  transform: scale(1.1);
}
.is-load .p-hero__kv {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s var(--ease_inout), transform 8s var(--ease_out);
}
.p-hero__kv-cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__kv-cover img {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero__kv-img {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .p-hero__kv-img {
  opacity: 1;
  transition: opacity 1.6s var(--ease_out) 0.7s;
}
.p-hero__kv-img img {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero__content {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 6.8rem;
  left: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    bottom: 2.3rem;
  }
}
.is-load .p-hero__content {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.is-load.is-op .p-hero__content {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 1s;
}
.p-hero__title {
  width: 125rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 32rem;
  }
}
.p-hero__onair {
  width: 85rem;
  display: block;
  position: relative;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 27rem;
  }
}

.p-movie {
  display: block;
  position: relative;
  padding: 3.3rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding: 2.7rem 0 0;
  }
}
.p-movie__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__cover-img {
  display: block;
  position: relative;
}
.p-movie__cover-img img {
  width: 100%;
}
.p-movie__cover-deco {
  width: 10.5rem;
  display: block;
  position: absolute;
}
.p-movie__cover-deco.--deco1 {
  top: -1.2rem;
  right: 0.5rem;
}
.p-movie__cover-deco.--deco2 {
  width: 6.5rem;
  bottom: -2rem;
  left: 0.5rem;
}
.p-movie__content {
  width: 100%;
  padding-top: 29.0357142857%;
  display: block;
  position: relative;
  -webkit-mask: url("../img/movie/msk_movie_pc.webp") no-repeat center/cover;
  mask: url("../img/movie/msk_movie_pc.webp") no-repeat center/cover;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__content {
    padding-top: 54.5333333333%;
    -webkit-mask: url("../img/movie/msk_movie_sp.webp") no-repeat center/cover;
    mask: url("../img/movie/msk_movie_sp.webp") no-repeat center/cover;
  }
}
.p-movie__player {
  width: 100vw;
  min-width: 177.77vh;
  height: 100vh;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-movie__player::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie/filter.webp") repeat 0 0/10px auto;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__player::before {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .p-movie__content:hover .p-movie__player::before {
    opacity: 0.4;
  }
}
.p-movie__player-iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie__player-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__player-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.is-movie-play .p-movie__player-img {
  opacity: 0;
}
.p-movie__player-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__play {
  width: 23.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-movie__play {
    width: 15rem;
  }
}
.p-movie__play-icon {
  width: 43.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie__play-icon::before {
  content: "";
  width: 25.5%;
  height: 25.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.0001);
}
.p-movie__play-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.0001);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__play-icon::after {
    transition: transform 0.5s var(--ease_inout);
  }
  .p-movie__content:hover .p-movie__play-icon::after {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.p-movie__play-dot {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__play-dot {
    transition: transform 0.6s var(--ease_inout);
  }
  .p-movie__content:hover .p-movie__play-dot {
    transform: rotate(225deg) scale(0.85);
  }
}
.p-movie__play-frame {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__play-frame {
    transform: scale(1.0001);
    transition: transform 0.5s var(--ease_inout);
  }
  .p-movie__content:hover .p-movie__play-frame {
    transform: scale(0.9);
  }
}

.p-outline {
  display: block;
  position: relative;
}
.p-outline__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-outline__bg-img {
  width: 49.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 16.7%;
  opacity: 0;
  transform: translate(calc(-50% - 16rem), -50%);
}
@media screen and (max-width: 960px) {
  .p-outline__bg-img {
    transform: translate(calc(-50% - 6rem), -50%);
  }
}
.is-active .p-outline__bg-img {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_inout) 0.4s, transform 1s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-outline__bg-img {
    width: 92%;
    top: 88%;
    left: 30%;
  }
}
.p-outline__bg-in {
  width: 100%;
  display: block;
  position: relative;
  background: var(--color-white);
  -webkit-mask: url("../img/bg/msk_bg.webp") no-repeat center/contain;
  mask: url("../img/bg/msk_bg.webp") no-repeat center/contain;
}
.p-outline__bg-visual {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  transform: translate(calc(-50% + 4rem), -50%);
}
@media screen and (max-width: 960px) {
  .p-outline__bg-visual {
    width: 130%;
    height: 130%;
    top: 45%;
  }
}
@media screen and (max-width: 960px) {
  .p-outline__bg-visual {
    transform: translate(calc(-50% + 2rem), -50%);
  }
}
.is-active .p-outline__bg-visual {
  transform: translate(-50%, -50%);
  transition: transform 10s var(--ease_out);
}
.p-outline__bg-visual::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/img_deco02.jpg") no-repeat 25% 30%/cover;
}
@media screen and (max-width: 960px) {
  .p-outline__bg-visual::before {
    background-position: 40% 50%;
    opacity: 0.4;
  }
}
.p-outline__bg-deco {
  width: 35%;
  display: block;
  position: absolute;
  top: 2.5%;
  left: 84%;
  opacity: 0;
  transform: translate(calc(-50% + 15rem), -50%);
}
@media screen and (max-width: 960px) {
  .p-outline__bg-deco {
    transform: translate(calc(-50% + 5rem), -50%);
  }
}
.is-active .p-outline__bg-deco {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s var(--ease_inout) 0.4s, transform 1.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-outline__bg-deco {
    width: 38%;
    top: -3%;
    left: 82%;
  }
}
.p-outline__bg-line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-outline__bg-path {
  fill: none;
  stroke: var(--color-cyan);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1000 10000;
  animation: path 10s linear infinite;
}
@keyframes path {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 11000;
  }
}
.p-outline__container {
  display: block;
  position: relative;
  padding: 10rem 0 19.2rem;
}
@media screen and (max-width: 960px) {
  .p-outline__container {
    padding: 6.5rem 0 13.3rem;
  }
}
.p-outline__content {
  display: block;
  position: relative;
}
.p-outline__catch {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-outline__catch {
    width: 18rem;
  }
}
.p-outline__staff {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 960px) {
  .p-outline__staff {
    margin-top: 5.8rem;
  }
}

.p-staff {
  display: block;
  position: relative;
}
.p-staff__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staff__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-staff__header {
    margin-bottom: 2rem;
    padding-top: 0.5rem;
  }
}
.p-staff__header::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ttl_deco.webp") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-staff__header::before {
    height: 0.5rem;
  }
}
.p-staff__title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: center bottom;
}
@media screen and (min-width: 961px) {
  .p-staff__title {
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__title {
    font-size: 7.6rem;
    letter-spacing: 0.04rem;
    color: var(--color-black);
  }
}
.p-staff__inner {
  display: block;
  position: relative;
}
.p-staff__list {
  display: block;
  position: relative;
}
.p-staff__list-item {
  display: block;
  position: relative;
}

.p-staff_data {
  display: block;
  position: relative;
}
.p-staff_data__cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-gray);
  text-align: center;
  transform: scale(0.85, 1);
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-staff_data__cap {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
  }
}
.p-staff_data__name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-staff_data__name-text {
  display: block;
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  transform: scale(0.85, 1);
  transform-origin: center bottom;
}
@media screen and (min-width: 961px) {
  .p-staff_data__name-text {
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 960px) {
  .p-staff_data__name-text {
    font-size: 3.2rem;
    color: var(--color-black);
  }
}
.p-staff_data__name-comment {
  width: 3.2rem;
  display: block;
  position: relative;
  top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-staff_data__name-comment {
    width: 2.4rem;
  }
}
.p-staff_data__note {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  transform: scale(0.85, 1);
  transform-origin: center bottom;
}
@media screen and (min-width: 961px) {
  .p-staff_data__note {
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 960px) {
  .p-staff_data__note {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.1rem;
    color: var(--color-black);
  }
}

.p-staff_data__comment {
  display: block;
  position: relative;
}
.p-staff_data__comment-text {
  display: block;
  position: relative;
}
.p-staff_data__comment-bg {
  width: 5rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-staff_data__comment-bg {
    width: 4rem;
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-staff_data__comment-bg {
    transition: opacity 0.5s var(--ease_out), transform 0.5s var(--ease_out);
  }
  .p-staff_data__comment:hover .p-staff_data__comment-bg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.0001);
  }
}
.p-staff_data__comment-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
}
.p-staff_data__comment-deco.--deco1 {
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}
.p-staff_data__comment-deco.--deco2 {
  top: 0;
  right: 0;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.p-staff_data__comment-deco.--deco3 {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.p-staff_data__comment-deco.--deco4 {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}

.p-comment {
  display: block;
  position: relative;
  color: var(--color-white);
}
.p-comment__header {
  display: block;
  position: relative;
  padding-bottom: 2.4rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-comment__header {
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-comment__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
}
.p-comment__cap {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-gray);
  transform: scale(0.85, 1);
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .p-comment__cap {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
  }
}
.p-comment__title {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-white);
  transform: scale(0.85, 1);
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .p-comment__title {
    font-size: 2.9rem;
  }
}
.p-comment__inner {
  display: block;
  position: relative;
}
.p-comment__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-comment__text {
    font-size: 1.3rem;
  }
}

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

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: url("../img/bg/bg_pattern02.jpg") repeat 0 0/237px auto;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: visibility 0.8s var(--ease_out), touch-action 0.8s var(--ease_out), pointer-events 0.8s var(--ease_out), opacity 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .m-modal {
    background-size: 118.5px auto;
  }
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(67, 255, 254, 0) 50%, #43fffe 90%, rgba(67, 255, 254, 0) 100%) no-repeat 0% -100%/100% 300%;
  -webkit-mask: url("../img/bg/mask_pattern.webp") repeat 0 0/1185px auto;
  mask: url("../img/bg/mask_pattern.webp") repeat 0 0/1185px auto;
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
  .m-modal::before {
    -webkit-mask-size: 592.5px auto;
    mask-size: 592.5px auto;
  }
}
.m-modal.is-open::before {
  background-position-y: 100%;
  transition: background-position 2s var(--ease_out);
}

.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 4.5rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: 90%;
  max-width: 141.6vw;
  display: block;
  position: relative;
  height: auto !important;
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 100%;
  }
}
[data-modal-type=template] .m-modal__content {
  max-width: 88rem;
}
@media screen and (max-width: 960px) {
  [data-modal-type=template] .m-modal__content {
    width: 90%;
    max-width: 30rem;
  }
}
.m-modal__close {
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 0;
  z-index: 1;
  color: var(--color-text);
  background: var(--graident-main);
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: background-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.m-modal__close-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__close-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-line-white);
}
.m-modal__close-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-deco {
    transition: border-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover .m-modal__close-deco {
    border-color: var(--color-cyan);
  }
}
.m-modal__close-deco.--deco1 {
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.m-modal__close-deco.--deco2 {
  top: 0;
  right: 0;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.m-modal__close-deco.--deco3 {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
.m-modal__close-deco.--deco4 {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.m-modal__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-white);
}
.m-modal__close-text::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}

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