@charset "UTF-8";
:root {
  --svh: 100vh;
  --lvh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-black);
  --color_page_grid: var(--color-cyan);
  --color-black: #000;
  --color-white: #fff;
  --color-cyan: #00fffe;
  --color-gray: #969696;
  --color-gray-date: #c7c7c7;
  --color-gray-staff: #8b8b8b;
  --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;
  z-index: 0;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern01.jpg") repeat 0 0/237px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background-size: 118.5px auto;
  }
}
.l-wrap__bg {
  width: 100%;
  height: var(--lvh);
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fff url("../img/bg/bg_pattern01.jpg") repeat 0 0/237px auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg {
    background-size: 118.5px auto;
  }
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.2s;
}
.l-wrap__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) {
  .l-wrap__bg-img {
    transform: translate(calc(-50% - 6rem), -50%);
  }
}
.is-load .l-wrap__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) {
  .l-wrap__bg-img {
    width: 92%;
    top: 88%;
    left: 30%;
  }
}
.l-wrap__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;
}
.l-wrap__bg-in img {
  opacity: 0;
}
.l-wrap__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) {
  .l-wrap__bg-visual {
    width: 130%;
    height: 130%;
    top: 45%;
  }
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-visual {
    transform: translate(calc(-50% + 2rem), -50%);
  }
}
.is-load .l-wrap__bg-visual {
  transform: translate(-50%, -50%);
  transition: transform 5s var(--ease_out);
}
.l-wrap__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) {
  .l-wrap__bg-visual::before {
    background-position: 40% 50%;
    opacity: 0.4;
  }
}
.l-wrap__bg-movie {
  width: 100vw;
  min-width: 177vh;
  height: 100vh;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  filter: grayscale(1);
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-movie {
    width: 92%;
  }
}
.l-wrap__bg-movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/filter02.webp") repeat 0 0/10px auto;
}
.l-wrap__bg-movie iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg-deco {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-4rem);
}
.is-load .l-wrap__bg-deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out), transform 0.8s var(--ease_out);
}
.is-pjax-anim .l-wrap__bg-deco {
  opacity: 0;
  transform: translateX(-4rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
.l-wrap__bg-deco_img {
  width: 27%;
  display: block;
  position: absolute;
  top: 47%;
  left: 91.2%;
  transform: translate(-50%, -50%);
  transition: opacity 0.8s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-deco_img {
    width: 38%;
    top: 17%;
    left: 83%;
  }
}
.l-wrap__bg-deco_img.--top {
  opacity: 0;
}
[data-area=top] .l-wrap__bg-deco_img.--top {
  opacity: 1;
}
.l-wrap__bg-deco_img.--in {
  opacity: 1;
}
[data-area=top] .l-wrap__bg-deco_img.--in {
  opacity: 0;
}
.l-wrap__bg-grid {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg-grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.l-wrap__grid {
  width: 2370px;
  min-width: 100%;
  height: 2370px;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid {
    width: 1185px;
    height: 1185px;
  }
}
.is-pjax-anim .l-wrap__grid {
  opacity: 1;
  transition: opacity 0.5s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-wrap__grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.l-wrap__grid-item {
  --delay: 0s;
  display: block;
  position: relative;
  opacity: 0.5;
}
.is-pjax-anim .l-wrap__grid-item {
  opacity: 0 !important;
  transition: opacity 0.1s var(--ease_out) calc(var(--delay) + 0.1s);
}
.l-wrap__grid-item:nth-child(9n), .l-wrap__grid-item:nth-child(17n), .l-wrap__grid-item:nth-child(25n) {
  opacity: 0.1;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.l-wrap__grid-item:nth-child(1) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(1) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(2) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(2) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(3) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(3) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(4) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(4) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(5) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(5) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(6) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(6) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(7) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(7) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(8) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(8) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(9) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(9) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(10) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(10) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(11) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(11) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(12) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(12) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(13) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(13) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(14) {
  --delay: 0.645s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(14) {
    --delay: 1.12s;
  }
}
.l-wrap__grid-item:nth-child(15) {
  --delay: 0.7s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(15) {
    --delay: 1.2s;
  }
}
.l-wrap__grid-item:nth-child(16) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(16) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(17) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(17) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(18) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(18) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(19) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(19) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(20) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(20) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(21) {
  --delay: 0.42s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(21) {
    --delay: 0.67s;
  }
}
.l-wrap__grid-item:nth-child(22) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(22) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(23) {
  --delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(23) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(24) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(24) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(25) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(25) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(26) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(26) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(27) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(27) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(28) {
  --delay: 0.595s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(28) {
    --delay: 1.02s;
  }
}
.l-wrap__grid-item:nth-child(29) {
  --delay: 0.65s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(29) {
    --delay: 1.1s;
  }
}
.l-wrap__grid-item:nth-child(30) {
  --delay: 0.675s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(30) {
    --delay: 1.15s;
  }
}
.l-wrap__grid-item:nth-child(31) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(31) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(32) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(32) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(33) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(33) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(34) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(34) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(35) {
  --delay: 0.37s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(35) {
    --delay: 0.57s;
  }
}
.l-wrap__grid-item:nth-child(36) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(36) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(37) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(37) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(38) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(38) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(39) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(39) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(40) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(40) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(41) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(41) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(42) {
  --delay: 0.545s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(42) {
    --delay: 0.92s;
  }
}
.l-wrap__grid-item:nth-child(43) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(43) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(44) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(44) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(45) {
  --delay: 0.65s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(45) {
    --delay: 1.1s;
  }
}
.l-wrap__grid-item:nth-child(46) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(46) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(47) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(47) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(48) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(48) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(49) {
  --delay: 0.32s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(49) {
    --delay: 0.47s;
  }
}
.l-wrap__grid-item:nth-child(50) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(50) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(51) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(51) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(52) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(52) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(53) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(53) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(54) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(54) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(55) {
  --delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(55) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(56) {
  --delay: 0.495s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(56) {
    --delay: 0.82s;
  }
}
.l-wrap__grid-item:nth-child(57) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(57) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(58) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(58) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(59) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(59) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(60) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(60) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(61) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(61) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(62) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(62) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(63) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(63) {
    --delay: 0.37s;
  }
}
.l-wrap__grid-item:nth-child(64) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(64) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(65) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(65) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(66) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(66) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(67) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(67) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(68) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(68) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(69) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(69) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(70) {
  --delay: 0.445s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(70) {
    --delay: 0.72s;
  }
}
.l-wrap__grid-item:nth-child(71) {
  --delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(71) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(72) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(72) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(73) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(73) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(74) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(74) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(75) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(75) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(76) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(76) {
    --delay: 0.25s;
  }
}
.l-wrap__grid-item:nth-child(77) {
  --delay: 0.22s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(77) {
    --delay: 0.27s;
  }
}
.l-wrap__grid-item:nth-child(78) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(78) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(79) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(79) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(80) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(80) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(81) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(81) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(82) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(82) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(83) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(83) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(84) {
  --delay: 0.395s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(84) {
    --delay: 0.62s;
  }
}
.l-wrap__grid-item:nth-child(85) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(85) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(86) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(86) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(87) {
  --delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(87) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(88) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(88) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(89) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(89) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(90) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(90) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(91) {
  --delay: 0.15s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(91) {
    --delay: 0.15s;
  }
}
.l-wrap__grid-item:nth-child(92) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(92) {
    --delay: 0.25s;
  }
}
.l-wrap__grid-item:nth-child(93) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(93) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(94) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(94) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(95) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(95) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(96) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(96) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(97) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(97) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(98) {
  --delay: 0.345s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(98) {
    --delay: 0.52s;
  }
}
.l-wrap__grid-item:nth-child(99) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(99) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(100) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(100) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(101) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(101) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(102) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(102) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(103) {
  --delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(103) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(104) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(104) {
    --delay: 0.8s;
  }
}
.l-wrap__grid-item:nth-child(105) {
  --delay: 0.52s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(105) {
    --delay: 0.87s;
  }
}
.l-wrap__grid-item:nth-child(106) {
  --delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(106) {
    --delay: 0.2s;
  }
}
.l-wrap__grid-item:nth-child(107) {
  --delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(107) {
    --delay: 0.2s;
  }
}
.l-wrap__grid-item:nth-child(108) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(108) {
    --delay: 0.25s;
  }
}
.l-wrap__grid-item:nth-child(109) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(109) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(110) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(110) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(111) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(111) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(112) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(112) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(113) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(113) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(114) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(114) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(115) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(115) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(116) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(116) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(117) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(117) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(118) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(118) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(119) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(119) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(120) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(120) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(121) {
  --delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(121) {
    --delay: 0.2s;
  }
}
.l-wrap__grid-item:nth-child(122) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(122) {
    --delay: 0.25s;
  }
}
.l-wrap__grid-item:nth-child(123) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(123) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(124) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(124) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(125) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(125) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(126) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(126) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(127) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(127) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(128) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(128) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(129) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(129) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(130) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(130) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(131) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(131) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(132) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(132) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(133) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(133) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(134) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(134) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(135) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(135) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(136) {
  --delay: 0.225s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(136) {
    --delay: 0.25s;
  }
}
.l-wrap__grid-item:nth-child(137) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(137) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(138) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(138) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(139) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(139) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(140) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(140) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(141) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(141) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(142) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(142) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(143) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(143) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(144) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(144) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(145) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(145) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(146) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(146) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(147) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(147) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(148) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(148) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(149) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(149) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(150) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(150) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(151) {
  --delay: 0.25s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(151) {
    --delay: 0.3s;
  }
}
.l-wrap__grid-item:nth-child(152) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(152) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(153) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(153) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(154) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(154) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(155) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(155) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(156) {
  --delay: 0.325s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(156) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(157) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(157) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(158) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(158) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(159) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(159) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(160) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(160) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(161) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(161) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(162) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(162) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(163) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(163) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(164) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(164) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(165) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(165) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(166) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(166) {
    --delay: 0.35s;
  }
}
.l-wrap__grid-item:nth-child(167) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(167) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(168) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(168) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(169) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(169) {
    --delay: 0.45s;
  }
}
.l-wrap__grid-item:nth-child(170) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(170) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(171) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(171) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(172) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(172) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(173) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(173) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(174) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(174) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(175) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(175) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(176) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(176) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(177) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(177) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(178) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(178) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(179) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(179) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(180) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(180) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(181) {
  --delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(181) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(182) {
  --delay: 0.275s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(182) {
    --delay: 0.4s;
  }
}
.l-wrap__grid-item:nth-child(183) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(183) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(184) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(184) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(185) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(185) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(186) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(186) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(187) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(187) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(188) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(188) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(189) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(189) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(190) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(190) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(191) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(191) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(192) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(192) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(193) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(193) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(194) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(194) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(195) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(195) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(196) {
  --delay: 0.295s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(196) {
    --delay: 0.42s;
  }
}
.l-wrap__grid-item:nth-child(197) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(197) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(198) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(198) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(199) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(199) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(200) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(200) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(201) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(201) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(202) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(202) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(203) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(203) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(204) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(204) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(205) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(205) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(206) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(206) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(207) {
  --delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(207) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(208) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(208) {
    --delay: 1s;
  }
}
.l-wrap__grid-item:nth-child(209) {
  --delay: 0.65s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(209) {
    --delay: 1.1s;
  }
}
.l-wrap__grid-item:nth-child(210) {
  --delay: 0.645s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(210) {
    --delay: 1.12s;
  }
}
.l-wrap__grid-item:nth-child(211) {
  --delay: 0.35s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(211) {
    --delay: 0.5s;
  }
}
.l-wrap__grid-item:nth-child(212) {
  --delay: 0.375s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(212) {
    --delay: 0.55s;
  }
}
.l-wrap__grid-item:nth-child(213) {
  --delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(213) {
    --delay: 0.6s;
  }
}
.l-wrap__grid-item:nth-child(214) {
  --delay: 0.425s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(214) {
    --delay: 0.65s;
  }
}
.l-wrap__grid-item:nth-child(215) {
  --delay: 0.45s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(215) {
    --delay: 0.7s;
  }
}
.l-wrap__grid-item:nth-child(216) {
  --delay: 0.475s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(216) {
    --delay: 0.75s;
  }
}
.l-wrap__grid-item:nth-child(217) {
  --delay: 0.47s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(217) {
    --delay: 0.77s;
  }
}
.l-wrap__grid-item:nth-child(218) {
  --delay: 0.525s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(218) {
    --delay: 0.85s;
  }
}
.l-wrap__grid-item:nth-child(219) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(219) {
    --delay: 0.9s;
  }
}
.l-wrap__grid-item:nth-child(220) {
  --delay: 0.575s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(220) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(221) {
  --delay: 0.55s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(221) {
    --delay: 0.95s;
  }
}
.l-wrap__grid-item:nth-child(222) {
  --delay: 0.625s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(222) {
    --delay: 1.05s;
  }
}
.l-wrap__grid-item:nth-child(223) {
  --delay: 0.65s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(223) {
    --delay: 1.1s;
  }
}
.l-wrap__grid-item:nth-child(224) {
  --delay: 0.645s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(224) {
    --delay: 1.12s;
  }
}
.l-wrap__grid-item:nth-child(225) {
  --delay: 0.7s;
}
@media screen and (max-width: 960px) {
  .l-wrap__grid-item:nth-child(225) {
    --delay: 1.2s;
  }
}
.l-wrap__grid-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color_page_grid);
  opacity: 0;
}
.is-pjax-anim .l-wrap__grid-item::after {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.l-wrap__loader {
  height: 4rem;
  width: 4rem;
  display: block;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.is-load .l-wrap__loader, .is-op .l-wrap__loader {
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.l-wrap__loader::before {
  content: "";
  width: 70%;
  height: 70%;
  display: block;
  position: absolute;
  top: 15%;
  left: 15%;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-black);
  animation: rotate 0.7s linear infinite;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__loader::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
}
.l-wrap__container {
  display: block;
  position: relative;
}

.l-menu {
  width: 8rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 15;
  font-size: 0;
  mix-blend-mode: difference;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 4.5rem;
    height: 4.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-menu {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.2s;
}
.l-menu__table {
  width: 4.8rem;
  height: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__table {
    width: 3rem;
    height: 3rem;
  }
}
.l-menu__table::before {
  width: calc(100% + 1.6rem);
  height: calc(100% + 1.6rem);
  display: block;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  filter: invert(1);
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/0.8rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/0.8rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/0.8rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/0.8rem auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.06);
}
@media screen and (max-width: 960px) {
  .l-menu__table::before {
    background-size: 0.6rem auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__table::before {
    content: "";
    transition: opacity 0.2s var(--ease_out), transform 0.2s var(--ease_out);
  }
  .l-menu:hover .l-menu__table::before {
    opacity: 1;
    transform: scale(1);
  }
}
.l-menu__table-dot {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu__table-dot {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-menu:hover .l-menu__table-dot:nth-child(odd):not(:nth-child(5)) {
    opacity: 0;
  }
}
.l-menu__table-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-menu__table-dot::before {
    width: 5px;
    height: 5px;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s var(--ease_out);
}
.l-nav__container {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 25rem 0;
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.l-nav__chara {
  width: 85%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(-4rem);
  transition: opacity 0.3s var(--ease_out), transform 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .l-nav__chara {
    width: 90%;
    min-width: 40vh;
  }
}
.is-menu-open .l-nav__chara {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s;
}
.l-nav__chara::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/menu/bg_deco-chara01.webp") no-repeat left top/cover;
  transform: translateX(2rem);
  transition: transform 0.4s var(--ease_out);
}
[data-bg-chara="1"] .l-nav__chara::before {
  background: url("../img/menu/bg_deco-chara01.webp") no-repeat left top/cover;
}
[data-bg-chara="2"] .l-nav__chara::before {
  background: url("../img/menu/bg_deco-chara02.webp") no-repeat left top/cover;
}
[data-bg-chara="3"] .l-nav__chara::before {
  background: url("../img/menu/bg_deco-chara03.webp") no-repeat left top/cover;
}
[data-bg-chara="4"] .l-nav__chara::before {
  background: url("../img/menu/bg_deco-chara04.webp") no-repeat left top/cover;
}
.is-menu-open .l-nav__chara::before {
  transform: translateX(0);
  transition: transform 0s linear;
}
.l-nav__grid {
  width: 100%;
  min-width: 100vh;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (orientation: portrait) {
  .l-nav__grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(21, 1fr);
  }
}
.l-nav__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.l-nav__grid-item:nth-child(1) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(2) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(3) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(4) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(5) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(6) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(7) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(8) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(9) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(10) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(11) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(12) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(13) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(14) {
  --delay: 0.19s;
}
.l-nav__grid-item:nth-child(15) {
  --delay: 0.2s;
}
.l-nav__grid-item:nth-child(16) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(17) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(18) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(19) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(20) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(21) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(22) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(23) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(24) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(25) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(26) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(27) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(28) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(29) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(30) {
  --delay: 0.19s;
}
.l-nav__grid-item:nth-child(31) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(32) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(33) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(34) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(35) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(36) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(37) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(38) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(39) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(40) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(41) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(42) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(43) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(44) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(45) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(46) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(47) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(48) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(49) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(50) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(51) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(52) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(53) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(54) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(55) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(56) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(57) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(58) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(59) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(60) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(61) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(62) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(63) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(64) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(65) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(66) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(67) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(68) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(69) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(70) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(71) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(72) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(73) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(74) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(75) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(76) {
  --delay: 0.01s;
}
.l-nav__grid-item:nth-child(77) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(78) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(79) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(80) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(81) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(82) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(83) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(84) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(85) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(86) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(87) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(88) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(89) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(90) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(91) {
  --delay: 0s;
}
.l-nav__grid-item:nth-child(92) {
  --delay: 0.01s;
}
.l-nav__grid-item:nth-child(93) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(94) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(95) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(96) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(97) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(98) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(99) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(100) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(101) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(102) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(103) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(104) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(105) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(106) {
  --delay: 0s;
}
.l-nav__grid-item:nth-child(107) {
  --delay: 0s;
}
.l-nav__grid-item:nth-child(108) {
  --delay: 0.01s;
}
.l-nav__grid-item:nth-child(109) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(110) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(111) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(112) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(113) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(114) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(115) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(116) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(117) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(118) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(119) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(120) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(121) {
  --delay: 0s;
}
.l-nav__grid-item:nth-child(122) {
  --delay: 0.01s;
}
.l-nav__grid-item:nth-child(123) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(124) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(125) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(126) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(127) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(128) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(129) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(130) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(131) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(132) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(133) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(134) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(135) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(136) {
  --delay: 0.01s;
}
.l-nav__grid-item:nth-child(137) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(138) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(139) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(140) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(141) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(142) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(143) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(144) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(145) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(146) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(147) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(148) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(149) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(150) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(151) {
  --delay: 0.02s;
}
.l-nav__grid-item:nth-child(152) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(153) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(154) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(155) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(156) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(157) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(158) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(159) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(160) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(161) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(162) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(163) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(164) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(165) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(166) {
  --delay: 0.03s;
}
.l-nav__grid-item:nth-child(167) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(168) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(169) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(170) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(171) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(172) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(173) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(174) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(175) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(176) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(177) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(178) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(179) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(180) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(181) {
  --delay: 0.04s;
}
.l-nav__grid-item:nth-child(182) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(183) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(184) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(185) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(186) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(187) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(188) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(189) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(190) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(191) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(192) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(193) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(194) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(195) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(196) {
  --delay: 0.05s;
}
.l-nav__grid-item:nth-child(197) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(198) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(199) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(200) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(201) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(202) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(203) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(204) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(205) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(206) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(207) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(208) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(209) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(210) {
  --delay: 0.19s;
}
.l-nav__grid-item:nth-child(211) {
  --delay: 0.06s;
}
.l-nav__grid-item:nth-child(212) {
  --delay: 0.07s;
}
.l-nav__grid-item:nth-child(213) {
  --delay: 0.08s;
}
.l-nav__grid-item:nth-child(214) {
  --delay: 0.09s;
}
.l-nav__grid-item:nth-child(215) {
  --delay: 0.1s;
}
.l-nav__grid-item:nth-child(216) {
  --delay: 0.11s;
}
.l-nav__grid-item:nth-child(217) {
  --delay: 0.12s;
}
.l-nav__grid-item:nth-child(218) {
  --delay: 0.13s;
}
.l-nav__grid-item:nth-child(219) {
  --delay: 0.14s;
}
.l-nav__grid-item:nth-child(220) {
  --delay: 0.15s;
}
.l-nav__grid-item:nth-child(221) {
  --delay: 0.16s;
}
.l-nav__grid-item:nth-child(222) {
  --delay: 0.17s;
}
.l-nav__grid-item:nth-child(223) {
  --delay: 0.18s;
}
.l-nav__grid-item:nth-child(224) {
  --delay: 0.19s;
}
.l-nav__grid-item:nth-child(225) {
  --delay: 0.2s;
}
@media screen and (orientation: portrait) {
  .l-nav__grid-item:nth-child(n+211) {
    display: none;
  }
  .l-nav__grid-item:nth-child(1) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(2) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(3) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(4) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(5) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(6) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(7) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(8) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(9) {
    --delay: 0.17s;
  }
  .l-nav__grid-item:nth-child(10) {
    --delay: 0.18s;
  }
  .l-nav__grid-item:nth-child(11) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(12) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(13) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(14) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(15) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(16) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(17) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(18) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(19) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(20) {
    --delay: 0.17s;
  }
  .l-nav__grid-item:nth-child(21) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(22) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(23) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(24) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(25) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(26) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(27) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(28) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(29) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(30) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(31) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(32) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(33) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(34) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(35) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(36) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(37) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(38) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(39) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(40) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(41) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(42) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(43) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(44) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(45) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(46) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(47) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(48) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(49) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(50) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(51) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(52) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(53) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(54) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(55) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(56) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(57) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(58) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(59) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(60) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(61) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(62) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(63) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(64) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(65) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(66) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(67) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(68) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(69) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(70) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(71) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(72) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(73) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(74) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(75) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(76) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(77) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(78) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(79) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(80) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(81) {
    --delay: 0.01s;
  }
  .l-nav__grid-item:nth-child(82) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(83) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(84) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(85) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(86) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(87) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(88) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(89) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(90) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(91) {
    --delay: 0s;
  }
  .l-nav__grid-item:nth-child(92) {
    --delay: 0.01s;
  }
  .l-nav__grid-item:nth-child(93) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(94) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(95) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(96) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(97) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(98) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(99) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(100) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(101) {
    --delay: 0s;
  }
  .l-nav__grid-item:nth-child(102) {
    --delay: 0s;
  }
  .l-nav__grid-item:nth-child(103) {
    --delay: 0.01s;
  }
  .l-nav__grid-item:nth-child(104) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(105) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(106) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(107) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(108) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(109) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(110) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(111) {
    --delay: 0s;
  }
  .l-nav__grid-item:nth-child(112) {
    --delay: 0.01s;
  }
  .l-nav__grid-item:nth-child(113) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(114) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(115) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(116) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(117) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(118) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(119) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(120) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(121) {
    --delay: 0.01s;
  }
  .l-nav__grid-item:nth-child(122) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(123) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(124) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(125) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(126) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(127) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(128) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(129) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(130) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(131) {
    --delay: 0.02s;
  }
  .l-nav__grid-item:nth-child(132) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(133) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(134) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(135) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(136) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(137) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(138) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(139) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(140) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(141) {
    --delay: 0.03s;
  }
  .l-nav__grid-item:nth-child(142) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(143) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(144) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(145) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(146) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(147) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(148) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(149) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(150) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(151) {
    --delay: 0.04s;
  }
  .l-nav__grid-item:nth-child(152) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(153) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(154) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(155) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(156) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(157) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(158) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(159) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(160) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(161) {
    --delay: 0.05s;
  }
  .l-nav__grid-item:nth-child(162) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(163) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(164) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(165) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(166) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(167) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(168) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(169) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(170) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(171) {
    --delay: 0.06s;
  }
  .l-nav__grid-item:nth-child(172) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(173) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(174) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(175) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(176) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(177) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(178) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(179) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(180) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(181) {
    --delay: 0.07s;
  }
  .l-nav__grid-item:nth-child(182) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(183) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(184) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(185) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(186) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(187) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(188) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(189) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(190) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(191) {
    --delay: 0.08s;
  }
  .l-nav__grid-item:nth-child(192) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(193) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(194) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(195) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(196) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(197) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(198) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(199) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(200) {
    --delay: 0.17s;
  }
  .l-nav__grid-item:nth-child(201) {
    --delay: 0.09s;
  }
  .l-nav__grid-item:nth-child(202) {
    --delay: 0.1s;
  }
  .l-nav__grid-item:nth-child(203) {
    --delay: 0.11s;
  }
  .l-nav__grid-item:nth-child(204) {
    --delay: 0.12s;
  }
  .l-nav__grid-item:nth-child(205) {
    --delay: 0.13s;
  }
  .l-nav__grid-item:nth-child(206) {
    --delay: 0.14s;
  }
  .l-nav__grid-item:nth-child(207) {
    --delay: 0.15s;
  }
  .l-nav__grid-item:nth-child(208) {
    --delay: 0.16s;
  }
  .l-nav__grid-item:nth-child(209) {
    --delay: 0.17s;
  }
  .l-nav__grid-item:nth-child(210) {
    --delay: 0.18s;
  }
}
.is-menu-open .l-nav__grid-item {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.l-nav__grid-item::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--color-cyan);
}
.l-nav__content {
  width: 90%;
  max-width: 115rem;
  display: block;
  position: relative;
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    display: grid;
    grid-template-columns: 0.87fr 1fr;
    gap: 2rem 1rem;
  }
}
.l-nav__list-item {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.4rem;
  }
}
.is-menu-open .l-nav__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.25s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.35s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.45s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.55s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 0.65s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 0.75s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 0.85s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 0.95s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 1.05s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 1.1s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 1.15s;
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.5rem 0.8rem 0.5rem 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding: 0.5rem 0.8rem 0.5rem 2.5rem;
  }
}
.l-nav__link::before {
  content: "";
  width: calc(100% - 1.6rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.6rem;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.06);
}
@media screen and (max-width: 960px) {
  .l-nav__link::before {
    background-size: 1rem auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: opacity 0.2s var(--ease_out), transform 0.2s var(--ease_out);
  }
  .l-nav__link:hover::before {
    opacity: 1;
    transform: scale(1);
  }
}
.l-nav__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 1.8rem;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__link::after {
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.1rem);
    left: 1.4rem;
  }
}
[data-area=top] [data-nav-page=top] .l-nav__link::after {
  opacity: 1;
}
[data-area=news] [data-nav-page=news] .l-nav__link::after {
  opacity: 1;
}
[data-area=onair] [data-nav-page=onair] .l-nav__link::after {
  opacity: 1;
}
[data-area=character] [data-nav-page=character] .l-nav__link::after {
  opacity: 1;
}
[data-area=story] [data-nav-page=story] .l-nav__link::after {
  opacity: 1;
}
[data-area=music] [data-nav-page=music] .l-nav__link::after {
  opacity: 1;
}
[data-area=bddvd] [data-nav-page=bddvd] .l-nav__link::after {
  opacity: 1;
}
[data-area=special] [data-nav-page=special] .l-nav__link::after {
  opacity: 1;
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 6.2rem;
  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-black);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 3.3rem;
    letter-spacing: 0.04rem;
  }
}
.l-nav__share {
  display: block;
  position: fixed;
  bottom: 5rem;
}
@media screen and (min-width: 961px) {
  .l-nav__share {
    right: 5rem;
    opacity: 0;
    transform: translateX(-3rem);
  }
  .is-menu-open .l-nav__share {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.7s var(--ease_inout) 0.5s, transform 0.6s var(--ease_out) 0.5s;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__share {
    bottom: 3.5rem;
    left: 50%;
    opacity: 0;
    transform: translate(calc(-50% - 2rem), 0);
  }
  .is-menu-open .l-nav__share {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: opacity 0.7s var(--ease_inout) 0.5s, transform 0.6s var(--ease_out) 0.5s;
  }
}

.l-nav_share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
}
.l-nav_share__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  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-black);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-nav_share__cap {
    font-size: 1rem;
  }
}
.l-nav_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 1rem;
}
.l-nav_share__list-item {
  display: block;
  position: relative;
}
.l-nav_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-nav_share__link {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_share__link {
    transition: background-color 0.4s var(--ease_out);
  }
  .l-nav_share__link:hover {
    background: rgba(0, 0, 0, 0.2);
  }
}
.l-nav_share__link-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav_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-nav_share__link-deco {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
}
.l-nav_share__link-deco.--deco1 {
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}
.l-nav_share__link-deco.--deco2 {
  top: 0;
  right: 0;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.l-nav_share__link-deco.--deco3 {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.l-nav_share__link-deco.--deco4 {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
  border-left: 1px solid var(--color-black);
}
.l-nav_share__link-icon {
  width: 2.5rem;
  display: block;
  position: relative;
  filter: invert(1);
}

.l-nav_close {
  width: 8rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 25;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .l-nav_close {
    width: 4.5rem;
    height: 4.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.l-nav_close__table {
  width: 4.8rem;
  height: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-nav_close__table {
    width: 3rem;
    height: 3rem;
  }
}
.l-nav_close__table::before {
  content: "";
  width: calc(100% + 1.6rem);
  height: calc(100% + 1.6rem);
  display: block;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/0.8rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/0.8rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/0.8rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/0.8rem auto;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.06);
}
@media screen and (max-width: 960px) {
  .l-nav_close__table::before {
    background-size: 0.6rem auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_close__table::before {
    transition: opacity 0.2s var(--ease_out), transform 0.2s var(--ease_out);
  }
  .l-nav_close:hover .l-nav_close__table::before {
    opacity: 1;
    transform: scale(1);
  }
}
.l-nav_close__table-dot {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.l-nav_close__table-dot:nth-child(odd)::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .l-nav_close__table-dot:nth-child(odd)::before {
    width: 5px;
    height: 5px;
  }
}

.l-main {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-main__content {
  width: 100%;
  min-height: var(--svh);
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.l-main__content.is-enter {
  opacity: 1;
}
.l-main__content.is-leave {
  opacity: 0;
}

.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);
}
.is-pjax .l-footer {
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
.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 {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@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;
    }
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    width: 100%;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 0.2rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__link {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.2rem;
  background: transparent;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
  color: var(--color-white);
  background: var(--color-black);
}
.c-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link:hover::before {
    opacity: 1;
  }
}
.c-pagination__link-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  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;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.4rem;
  }
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  content-visibility: auto;
  visibility: hidden;
  opacity: 0;
}
.is-op .p-op {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s var(--ease_inout);
}
.p-op__grid {
  width: 2370px;
  min-width: 100%;
  height: 2370px;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__grid {
    width: 1185px;
    height: 1185px;
  }
}
.is-op-stage-1 .p-op__grid {
  opacity: 1;
  transition: opacity 0.5s var(--ease_inout);
}
.p-op__grid-item {
  --delay: 0s;
  display: block;
  position: relative;
}
.p-op__grid-item:nth-child(1) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(2) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(3) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(4) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(5) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(6) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(7) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(8) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(9) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(10) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(11) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(12) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(13) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(14) {
  --delay1: 0.57s;
  --delay2: 0.38s;
}
.p-op__grid-item:nth-child(15) {
  --delay1: 0.6s;
  --delay2: 0.4s;
}
.p-op__grid-item:nth-child(16) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(17) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(18) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(19) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(20) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(21) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(22) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(23) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(24) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(25) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(26) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(27) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(28) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(29) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(30) {
  --delay1: 0.57s;
  --delay2: 0.38s;
}
.p-op__grid-item:nth-child(31) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(32) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(33) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(34) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(35) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(36) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(37) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(38) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(39) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(40) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(41) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(42) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(43) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(44) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(45) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(46) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(47) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(48) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(49) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(50) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(51) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(52) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(53) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(54) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(55) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(56) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(57) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(58) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(59) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(60) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(61) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(62) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(63) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(64) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(65) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(66) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(67) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(68) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(69) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(70) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(71) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(72) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(73) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(74) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(75) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(76) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-op__grid-item:nth-child(77) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(78) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(79) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(80) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(81) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(82) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(83) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(84) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(85) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(86) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(87) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(88) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(89) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(90) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(91) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-op__grid-item:nth-child(92) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-op__grid-item:nth-child(93) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(94) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(95) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(96) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(97) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(98) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(99) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(100) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(101) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(102) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(103) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(104) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(105) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(106) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-op__grid-item:nth-child(107) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-op__grid-item:nth-child(108) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-op__grid-item:nth-child(109) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(110) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(111) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(112) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(113) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(114) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(115) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(116) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(117) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(118) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(119) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(120) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(121) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-op__grid-item:nth-child(122) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-op__grid-item:nth-child(123) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(124) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(125) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(126) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(127) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(128) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(129) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(130) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(131) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(132) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(133) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(134) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(135) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(136) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-op__grid-item:nth-child(137) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(138) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(139) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(140) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(141) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(142) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(143) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(144) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(145) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(146) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(147) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(148) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(149) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(150) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(151) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-op__grid-item:nth-child(152) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(153) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(154) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(155) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(156) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(157) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(158) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(159) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(160) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(161) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(162) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(163) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(164) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(165) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(166) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-op__grid-item:nth-child(167) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(168) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(169) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(170) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(171) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(172) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(173) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(174) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(175) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(176) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(177) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(178) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(179) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(180) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(181) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-op__grid-item:nth-child(182) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(183) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(184) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(185) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(186) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(187) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(188) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(189) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(190) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(191) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(192) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(193) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(194) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(195) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(196) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-op__grid-item:nth-child(197) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(198) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(199) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(200) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(201) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(202) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(203) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(204) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(205) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(206) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(207) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(208) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(209) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(210) {
  --delay1: 0.57s;
  --delay2: 0.38s;
}
.p-op__grid-item:nth-child(211) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-op__grid-item:nth-child(212) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-op__grid-item:nth-child(213) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-op__grid-item:nth-child(214) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-op__grid-item:nth-child(215) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-op__grid-item:nth-child(216) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-op__grid-item:nth-child(217) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-op__grid-item:nth-child(218) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-op__grid-item:nth-child(219) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-op__grid-item:nth-child(220) {
  --delay1: 0.45s;
  --delay2: 0.3s;
}
.p-op__grid-item:nth-child(221) {
  --delay1: 0.48s;
  --delay2: 0.32s;
}
.p-op__grid-item:nth-child(222) {
  --delay1: 0.51s;
  --delay2: 0.34s;
}
.p-op__grid-item:nth-child(223) {
  --delay1: 0.54s;
  --delay2: 0.36s;
}
.p-op__grid-item:nth-child(224) {
  --delay1: 0.57s;
  --delay2: 0.38s;
}
.p-op__grid-item:nth-child(225) {
  --delay1: 0.6s;
  --delay2: 0.4s;
}
.p-op__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-cyan);
  opacity: 0;
}
.is-load .p-op__grid-item::before {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) var(--delay1);
}
.p-op__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url("../img/bg/bg_pattern01.jpg") repeat 0 0/237px auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item::after {
    background-size: 118.5px auto;
  }
}
.is-load .p-op__grid-item::after {
  opacity: 1;
  transition: opacity 0.1s linear calc(var(--delay2) + 0.05s);
}
.p-op__grid-item:nth-child(1)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(1)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(2)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(2)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(3)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(3)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(4)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(4)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(5)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(5)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(6)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(6)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(7)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(7)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(8)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(8)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(9)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(9)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(10)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(10)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(11)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(11)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(12)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(12)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(13)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(13)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(14)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(14)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(15)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(15)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(16)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(16)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(17)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(17)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(18)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(18)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(19)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(19)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(20)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(20)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(21)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(21)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(22)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(22)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(23)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(23)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(24)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(24)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(25)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(25)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(26)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(26)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(27)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(27)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(28)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(28)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(29)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(29)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(30)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(30)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(31)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(31)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(32)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(32)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(33)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(33)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(34)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(34)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(35)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(35)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(36)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(36)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(37)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(37)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(38)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(38)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(39)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(39)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(40)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(40)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(41)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(41)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(42)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(42)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(43)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(43)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(44)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(44)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(45)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(45)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(46)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(46)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(47)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(47)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(48)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(48)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(49)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(49)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(50)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(50)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(51)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(51)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(52)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(52)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(53)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(53)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(54)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(54)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(55)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(55)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(56)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(56)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(57)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(57)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(58)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(58)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(59)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(59)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(60)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(60)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(61)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(61)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(62)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(62)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(63)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(63)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(64)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(64)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(65)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(65)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(66)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(66)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(67)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(67)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(68)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(68)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(69)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(69)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(70)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(70)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(71)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(71)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(72)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(72)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(73)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(73)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(74)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(74)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(75)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(75)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(76)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(76)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(77)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(77)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(78)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(78)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(79)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(79)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(80)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(80)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(81)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(81)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(82)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(82)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(83)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(83)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(84)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(84)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(85)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(85)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(86)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(86)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(87)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(87)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(88)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(88)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(89)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(89)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(90)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(90)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(91)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(91)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(92)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(92)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(93)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(93)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(94)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(94)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(95)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(95)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(96)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(96)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(97)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(97)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(98)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(98)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(99)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(99)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(100)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(100)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(101)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(101)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(102)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(102)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(103)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(103)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(104)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(104)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(105)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(105)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(106)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(106)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(107)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(107)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(108)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(108)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(109)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(109)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(110)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(110)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(111)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(111)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(112)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(112)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(113)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(113)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(114)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(114)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(115)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(115)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(116)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(116)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(117)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(117)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(118)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(118)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(119)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(119)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(120)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(120)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(121)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(121)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(122)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(122)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(123)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(123)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(124)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(124)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(125)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(125)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(126)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(126)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(127)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(127)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(128)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(128)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(129)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(129)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(130)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(130)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(131)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(131)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(132)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(132)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(133)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(133)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(134)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(134)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(135)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(135)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(136)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(136)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(137)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(137)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(138)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(138)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(139)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(139)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(140)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(140)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(141)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(141)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(142)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(142)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(143)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(143)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(144)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(144)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(145)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(145)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(146)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(146)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(147)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(147)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(148)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(148)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(149)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(149)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(150)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(150)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(151)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(151)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(152)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(152)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(153)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(153)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(154)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(154)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(155)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(155)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(156)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(156)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(157)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(157)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(158)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(158)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(159)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(159)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(160)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(160)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(161)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(161)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(162)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(162)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(163)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(163)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(164)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(164)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(165)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(165)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(166)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(166)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(167)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(167)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(168)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(168)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(169)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(169)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(170)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(170)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(171)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(171)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(172)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(172)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(173)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(173)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(174)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(174)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(175)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(175)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(176)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(176)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(177)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(177)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(178)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(178)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(179)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(179)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(180)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(180)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(181)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(181)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(182)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(182)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(183)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(183)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(184)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(184)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(185)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(185)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(186)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(186)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(187)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(187)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(188)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(188)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(189)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(189)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(190)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(190)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(191)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(191)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(192)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(192)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(193)::after {
  background-position: 158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(193)::after {
    background-position: 79px 79px;
  }
}

.p-op__grid-item:nth-child(194)::after {
  background-position: 0px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(194)::after {
    background-position: 0px 79px;
  }
}

.p-op__grid-item:nth-child(195)::after {
  background-position: -158px 158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(195)::after {
    background-position: -79px 79px;
  }
}

.p-op__grid-item:nth-child(196)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(196)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(197)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(197)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(198)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(198)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(199)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(199)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(200)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(200)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(201)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(201)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(202)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(202)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(203)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(203)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(204)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(204)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(205)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(205)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(206)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(206)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(207)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(207)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(208)::after {
  background-position: 158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(208)::after {
    background-position: 79px 0px;
  }
}

.p-op__grid-item:nth-child(209)::after {
  background-position: 0px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(209)::after {
    background-position: 0px 0px;
  }
}

.p-op__grid-item:nth-child(210)::after {
  background-position: -158px 0px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(210)::after {
    background-position: -79px 0px;
  }
}

.p-op__grid-item:nth-child(211)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(211)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(212)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(212)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(213)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(213)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(214)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(214)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(215)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(215)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(216)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(216)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(217)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(217)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(218)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(218)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(219)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(219)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(220)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(220)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(221)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(221)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(222)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(222)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-item:nth-child(223)::after {
  background-position: 158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(223)::after {
    background-position: 79px -79px;
  }
}

.p-op__grid-item:nth-child(224)::after {
  background-position: 0px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(224)::after {
    background-position: 0px -79px;
  }
}

.p-op__grid-item:nth-child(225)::after {
  background-position: -158px -158px;
}
@media screen and (max-width: 960px) {
  .p-op__grid-item:nth-child(225)::after {
    background-position: -79px -79px;
  }
}

.p-op__grid-cell {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.is-op-stage-2 .p-op__grid-cell {
  opacity: 0;
  transition: opacity 0.1s linear calc(var(--delay1) + 0.05s);
}
.p-op__grid-cell::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-cyan);
  opacity: 0;
}
.is-op-stage-2 .p-op__grid-cell::before {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out) var(--delay1);
}
.p-op__movie {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0;
}
.is-op.is-op-play .p-op__movie {
  opacity: 1;
}
.is-op-stage-3 .p-op__movie {
  opacity: 0;
}
.p-op__movie-player {
  width: 100%;
  padding-top: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-op__movie-player::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10rem 2rem black inset;
  z-index: 1;
}
.p-op__movie-player video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top {
  display: block;
  position: relative;
  z-index: 0;
  padding-bottom: 16.2rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 8rem;
  }
}
.is-enter .p-top {
  opacity: 1;
  transition: opacity 0.6s var(--ease_inout);
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
.is-enter .p-top__inner {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__kv {
  display: block;
  position: relative;
}
.p-hero__kv-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-hero__kv-item.is-current {
  position: relative;
  z-index: 1;
}
.p-hero__tab {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__tab {
    position: absolute;
    top: 5rem;
    left: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__tab {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2.2rem;
    opacity: 0;
    transform: translateX(-3rem);
  }
  .is-enter .p-hero__tab {
    opacity: 1;
    transform: translateX(0rem);
    transition: opacity 0.2s var(--ease_out) 0.2s, transform 0.75s var(--ease_out) 0.2s;
  }
}
.p-hero__tab-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__tab-item + .p-hero__tab-item {
    margin-top: 1.2rem;
  }
}
.p-hero__btn {
  width: 6rem;
  display: block;
  position: relative;
  color: var(--color-white);
  transition: color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-hero__btn {
    width: 5.2rem;
  }
}
.p-hero__btn.is-current {
  pointer-events: none;
  color: var(--color-cyan);
}
.p-hero__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid currentColor;
}
.p-hero__btn-off {
  display: block;
  position: relative;
}
.p-hero__btn-off::before {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/corner_white_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_white_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_white_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_white_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.05);
}
@media screen and (max-width: 960px) {
  .p-hero__btn-off::before {
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
    background-size: 0.5rem auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__btn-off::before {
    transition: opacity 0.3s var(--ease_out), transform 0.5s var(--ease_out);
  }
  .p-hero__btn:hover .p-hero__btn-off::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.01);
  }
}
.p-hero__btn-on {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.is-current .p-hero__btn-on {
  opacity: 1;
}
.p-hero__btn-on::after {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.005);
  background: url("../img/corner_blue_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_blue_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_blue_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_blue_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
}
@media screen and (max-width: 960px) {
  .p-hero__btn-on::after {
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
    background-size: 0.5rem auto;
  }
}

.p-hero_kv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero_kv__main {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0s linear 1s;
}
.is-current .p-hero_kv__main {
  opacity: 1;
  transition: opacity 0.2s var(--ease_inout);
}
.p-hero_kv__visual {
  width: 100%;
  padding-top: 138.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0s linear 1s, transform 0s linear 1s;
}
.is-current .p-hero_kv__visual {
  opacity: 1;
  transform: scale(1.00001);
  transition: opacity 0.8s var(--ease_inout), transform 2s var(--ease_out);
}
.p-hero_kv__visual-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.is-current .p-hero_kv__visual-img {
  transform: translateX(-3rem);
}
.is-enter .is-current .p-hero_kv__visual-img {
  opacity: 1;
  transform: translateX(0rem);
  transition: transform 0.8s var(--ease_out);
}
.p-hero_kv__visual-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.p-hero_kv__content {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  left: 1rem;
  transform: translateX(-1rem);
  transition: opacity 0.5s var(--ease_inout), transform 0s linear 1s, left 0.8s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .p-hero_kv__content {
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__content {
    margin-top: -12.5%;
  }
}
.is-current .p-hero_kv__content {
  opacity: 1;
  transform: translateX(0);
  left: 0;
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 0.8s var(--ease_out) 0.4s, left 0s linear;
}
@media screen and (min-width: 961px) {
  .--kv1 .p-hero_kv__content {
    bottom: 12%;
  }
}
@media screen and (min-width: 961px) {
  .--kv2 .p-hero_kv__content {
    top: 6.8rem;
  }
}
@media screen and (min-width: 961px) {
  .--kv3 .p-hero_kv__content {
    top: 5.2rem;
  }
}
.p-hero_kv__title {
  width: 71.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__title {
    width: 78%;
  }
}
@media screen and (min-width: 961px) {
  .--kv2 .p-hero_kv__title {
    width: 63%;
  }
}
@media screen and (min-width: 961px) {
  .--kv3 .p-hero_kv__title {
    width: 63%;
  }
}
.is-current .p-hero_kv__title {
  opacity: 0;
  transform: translateX(-3rem);
}
.is-enter .is-current .p-hero_kv__title {
  opacity: 1;
  transform: translateX(0rem);
  transition: opacity 0.2s var(--ease_out) 0.2s, transform 0.75s var(--ease_out) 0.2s;
}
.p-hero_kv__onair {
  width: 52%;
  display: block;
  position: relative;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__onair {
    width: 69%;
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 961px) {
  .--kv2 .p-hero_kv__onair {
    width: 52%;
  }
}
@media screen and (min-width: 961px) {
  .--kv3 .p-hero_kv__onair {
    width: 52%;
  }
}
.is-current .p-hero_kv__onair {
  opacity: 0;
  transform: translateX(-3rem);
}
.is-enter .is-current .p-hero_kv__onair {
  opacity: 1;
  transform: translateX(0rem);
  transition: opacity 0.2s var(--ease_out) 0.25s, transform 0.75s var(--ease_out) 0.25s;
}
.p-hero_kv__catch {
  width: 100%;
  display: block;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__catch {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__catch {
    width: 10%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .--kv1 .p-hero_kv__catch {
    width: 48%;
    bottom: 3%;
  }
}
@media screen and (max-width: 960px) {
  .--kv1 .p-hero_kv__catch {
    width: 9.5%;
    top: 4%;
    left: 5%;
  }
}
@media screen and (min-width: 961px) {
  .--kv2 .p-hero_kv__catch {
    width: 95.2857142857%;
    bottom: 0.5%;
  }
}
@media screen and (max-width: 960px) {
  .--kv2 .p-hero_kv__catch {
    width: 25%;
    top: 3.5%;
    left: -2%;
  }
}
@media screen and (min-width: 961px) {
  .--kv3 .p-hero_kv__catch {
    bottom: -3%;
  }
}
@media screen and (max-width: 960px) {
  .--kv3 .p-hero_kv__catch {
    width: 25%;
    top: 5%;
    left: -4%;
  }
}
.p-hero_kv__catch-img {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  left: 1rem;
  transform: translateX(-1rem);
  transition: opacity 0.5s var(--ease_inout), transform 0s linear 1s, left 0.8s var(--ease_out);
}
.is-current .p-hero_kv__catch-img {
  opacity: 1;
  transform: translateX(0);
  left: 0;
  transition: opacity 0.5s var(--ease_inout) 0.45s, transform 0.8s var(--ease_out) 0.45s, left 0s linear;
}
.p-hero_kv__grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 0;
  left: 0;
}
@supports not (container-type: inline-size) {
  .p-hero_kv__grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-hero_kv__grid-item {
  --delay: 0s;
  display: block;
  position: relative;
  opacity: 0.6;
}
.is-current .p-hero_kv__grid-item {
  opacity: 0;
  transition: opacity 0.3s linear calc(var(--delay) + 0.1s);
}
@supports not (container-type: inline-size) {
  .p-hero_kv__grid-item {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-hero_kv__grid-item:nth-child(1) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(2) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(3) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(4) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(5) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(6) {
  --delay: 0.45s;
}
.p-hero_kv__grid-item:nth-child(7) {
  --delay: 0.475s;
}
.p-hero_kv__grid-item:nth-child(8) {
  --delay: 0.5s;
}
.p-hero_kv__grid-item:nth-child(9) {
  --delay: 0.525s;
}
.p-hero_kv__grid-item:nth-child(10) {
  --delay: 0.55s;
}
.p-hero_kv__grid-item:nth-child(11) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(12) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(13) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(14) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(15) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(16) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(17) {
  --delay: 0.45s;
}
.p-hero_kv__grid-item:nth-child(18) {
  --delay: 0.475s;
}
.p-hero_kv__grid-item:nth-child(19) {
  --delay: 0.5s;
}
.p-hero_kv__grid-item:nth-child(20) {
  --delay: 0.525s;
}
.p-hero_kv__grid-item:nth-child(21) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(22) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(23) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(24) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(25) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(26) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(27) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(28) {
  --delay: 0.45s;
}
.p-hero_kv__grid-item:nth-child(29) {
  --delay: 0.475s;
}
.p-hero_kv__grid-item:nth-child(30) {
  --delay: 0.5s;
}
.p-hero_kv__grid-item:nth-child(31) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(32) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(33) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(34) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(35) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(36) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(37) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(38) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(39) {
  --delay: 0.45s;
}
.p-hero_kv__grid-item:nth-child(40) {
  --delay: 0.475s;
}
.p-hero_kv__grid-item:nth-child(41) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(42) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(43) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(44) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(45) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(46) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(47) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(48) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(49) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(50) {
  --delay: 0.45s;
}
.p-hero_kv__grid-item:nth-child(51) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(52) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(53) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(54) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(55) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(56) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(57) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(58) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(59) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(60) {
  --delay: 0.425s;
}
.p-hero_kv__grid-item:nth-child(61) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(62) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(63) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(64) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(65) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(66) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(67) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(68) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(69) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(70) {
  --delay: 0.4s;
}
.p-hero_kv__grid-item:nth-child(71) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(72) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(73) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(74) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(75) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(76) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(77) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(78) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(79) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(80) {
  --delay: 0.375s;
}
.p-hero_kv__grid-item:nth-child(81) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(82) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(83) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(84) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(85) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(86) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(87) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(88) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(89) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(90) {
  --delay: 0.35s;
}
.p-hero_kv__grid-item:nth-child(91) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(92) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(93) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(94) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(95) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(96) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(97) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(98) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(99) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(100) {
  --delay: 0.325s;
}
.p-hero_kv__grid-item:nth-child(101) {
  --delay: 0.075s;
}
.p-hero_kv__grid-item:nth-child(102) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(103) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(104) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(105) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(106) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(107) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(108) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(109) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(110) {
  --delay: 0.3s;
}
.p-hero_kv__grid-item:nth-child(111) {
  --delay: 0.05s;
}
.p-hero_kv__grid-item:nth-child(112) {
  --delay: 0.075s;
}
.p-hero_kv__grid-item:nth-child(113) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(114) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(115) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(116) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(117) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(118) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(119) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(120) {
  --delay: 0.275s;
}
.p-hero_kv__grid-item:nth-child(121) {
  --delay: 0.025s;
}
.p-hero_kv__grid-item:nth-child(122) {
  --delay: 0.05s;
}
.p-hero_kv__grid-item:nth-child(123) {
  --delay: 0.075s;
}
.p-hero_kv__grid-item:nth-child(124) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(125) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(126) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(127) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(128) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(129) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(130) {
  --delay: 0.25s;
}
.p-hero_kv__grid-item:nth-child(131) {
  --delay: 0s;
}
.p-hero_kv__grid-item:nth-child(132) {
  --delay: 0.025s;
}
.p-hero_kv__grid-item:nth-child(133) {
  --delay: 0.05s;
}
.p-hero_kv__grid-item:nth-child(134) {
  --delay: 0.075s;
}
.p-hero_kv__grid-item:nth-child(135) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(136) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(137) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(138) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(139) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item:nth-child(140) {
  --delay: 0.225s;
}
.p-hero_kv__grid-item:nth-child(141) {
  --delay: 0s;
}
.p-hero_kv__grid-item:nth-child(142) {
  --delay: 0s;
}
.p-hero_kv__grid-item:nth-child(143) {
  --delay: 0.025s;
}
.p-hero_kv__grid-item:nth-child(144) {
  --delay: 0.05s;
}
.p-hero_kv__grid-item:nth-child(145) {
  --delay: 0.075s;
}
.p-hero_kv__grid-item:nth-child(146) {
  --delay: 0.1s;
}
.p-hero_kv__grid-item:nth-child(147) {
  --delay: 0.125s;
}
.p-hero_kv__grid-item:nth-child(148) {
  --delay: 0.15s;
}
.p-hero_kv__grid-item:nth-child(149) {
  --delay: 0.175s;
}
.p-hero_kv__grid-item:nth-child(150) {
  --delay: 0.2s;
}
.p-hero_kv__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
.is-current .p-hero_kv__grid-item::before {
  opacity: 0.7;
  transition: opacity 0.1s linear var(--delay);
}
.p-hero_kv__grid-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border: 3px solid var(--color-cyan);
}
@media screen and (max-width: 960px) {
  .p-hero_kv__grid-item::after {
    border-width: 1px;
  }
}
.is-current .p-hero_kv__grid-item::after {
  opacity: 1;
  transition: opacity 0.1s linear var(--delay);
}

.p-catch {
  display: block;
  position: relative;
  padding: 9rem 0;
}
@media screen and (max-width: 960px) {
  .p-catch {
    padding: 4.2rem 0 3.4rem;
  }
}
.p-catch__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-catch__content {
  width: 83rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/kv/catch.webp") no-repeat center/contain;
  mask: url("../img/kv/catch.webp") no-repeat center/contain;
  z-index: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-catch__content {
    width: 30rem;
  }
}
.p-catch__content.is-active {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.p-catch__content.is-active-end {
  -webkit-mask: none;
  mask: none;
}
.p-catch__lead {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-active .p-catch__lead {
  opacity: 1;
  transition-delay: 2s;
}
.p-catch__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(29, 1fr);
  grid-template-rows: repeat(5, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.is-active-end .p-catch__grid {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}
.p-catch__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-catch__grid-item:nth-child(1) {
  --delay1: 0.015s;
  --delay2: 0.01s;
}
.p-catch__grid-item:nth-child(2) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-catch__grid-item:nth-child(3) {
  --delay1: 0.045s;
  --delay2: 0.03s;
}
.p-catch__grid-item:nth-child(4) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-catch__grid-item:nth-child(5) {
  --delay1: 0.075s;
  --delay2: 0.05s;
}
.p-catch__grid-item:nth-child(6) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-catch__grid-item:nth-child(7) {
  --delay1: 0.105s;
  --delay2: 0.07s;
}
.p-catch__grid-item:nth-child(8) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-catch__grid-item:nth-child(9) {
  --delay1: 0.135s;
  --delay2: 0.09s;
}
.p-catch__grid-item:nth-child(10) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-catch__grid-item:nth-child(11) {
  --delay1: 0.165s;
  --delay2: 0.11s;
}
.p-catch__grid-item:nth-child(12) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-catch__grid-item:nth-child(13) {
  --delay1: 0.195s;
  --delay2: 0.13s;
}
.p-catch__grid-item:nth-child(14) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-catch__grid-item:nth-child(15) {
  --delay1: 0.225s;
  --delay2: 0.15s;
}
.p-catch__grid-item:nth-child(16) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-catch__grid-item:nth-child(17) {
  --delay1: 0.255s;
  --delay2: 0.17s;
}
.p-catch__grid-item:nth-child(18) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-catch__grid-item:nth-child(19) {
  --delay1: 0.285s;
  --delay2: 0.19s;
}
.p-catch__grid-item:nth-child(20) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-catch__grid-item:nth-child(21) {
  --delay1: 0.315s;
  --delay2: 0.21s;
}
.p-catch__grid-item:nth-child(22) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-catch__grid-item:nth-child(23) {
  --delay1: 0.345s;
  --delay2: 0.23s;
}
.p-catch__grid-item:nth-child(24) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-catch__grid-item:nth-child(25) {
  --delay1: 0.375s;
  --delay2: 0.25s;
}
.p-catch__grid-item:nth-child(26) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-catch__grid-item:nth-child(27) {
  --delay1: 0.405s;
  --delay2: 0.27s;
}
.p-catch__grid-item:nth-child(28) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-catch__grid-item:nth-child(29) {
  --delay1: 0.435s;
  --delay2: 0.29s;
}
.p-catch__grid-item:nth-child(30) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-catch__grid-item:nth-child(31) {
  --delay1: 0.015s;
  --delay2: 0.01s;
}
.p-catch__grid-item:nth-child(32) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-catch__grid-item:nth-child(33) {
  --delay1: 0.045s;
  --delay2: 0.03s;
}
.p-catch__grid-item:nth-child(34) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-catch__grid-item:nth-child(35) {
  --delay1: 0.075s;
  --delay2: 0.05s;
}
.p-catch__grid-item:nth-child(36) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-catch__grid-item:nth-child(37) {
  --delay1: 0.105s;
  --delay2: 0.07s;
}
.p-catch__grid-item:nth-child(38) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-catch__grid-item:nth-child(39) {
  --delay1: 0.135s;
  --delay2: 0.09s;
}
.p-catch__grid-item:nth-child(40) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-catch__grid-item:nth-child(41) {
  --delay1: 0.165s;
  --delay2: 0.11s;
}
.p-catch__grid-item:nth-child(42) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-catch__grid-item:nth-child(43) {
  --delay1: 0.195s;
  --delay2: 0.13s;
}
.p-catch__grid-item:nth-child(44) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-catch__grid-item:nth-child(45) {
  --delay1: 0.225s;
  --delay2: 0.15s;
}
.p-catch__grid-item:nth-child(46) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-catch__grid-item:nth-child(47) {
  --delay1: 0.255s;
  --delay2: 0.17s;
}
.p-catch__grid-item:nth-child(48) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-catch__grid-item:nth-child(49) {
  --delay1: 0.285s;
  --delay2: 0.19s;
}
.p-catch__grid-item:nth-child(50) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-catch__grid-item:nth-child(51) {
  --delay1: 0.315s;
  --delay2: 0.21s;
}
.p-catch__grid-item:nth-child(52) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-catch__grid-item:nth-child(53) {
  --delay1: 0.345s;
  --delay2: 0.23s;
}
.p-catch__grid-item:nth-child(54) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-catch__grid-item:nth-child(55) {
  --delay1: 0.375s;
  --delay2: 0.25s;
}
.p-catch__grid-item:nth-child(56) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-catch__grid-item:nth-child(57) {
  --delay1: 0.405s;
  --delay2: 0.27s;
}
.p-catch__grid-item:nth-child(58) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-catch__grid-item:nth-child(59) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-catch__grid-item:nth-child(60) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-catch__grid-item:nth-child(61) {
  --delay1: 0.015s;
  --delay2: 0.01s;
}
.p-catch__grid-item:nth-child(62) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-catch__grid-item:nth-child(63) {
  --delay1: 0.045s;
  --delay2: 0.03s;
}
.p-catch__grid-item:nth-child(64) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-catch__grid-item:nth-child(65) {
  --delay1: 0.075s;
  --delay2: 0.05s;
}
.p-catch__grid-item:nth-child(66) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-catch__grid-item:nth-child(67) {
  --delay1: 0.105s;
  --delay2: 0.07s;
}
.p-catch__grid-item:nth-child(68) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-catch__grid-item:nth-child(69) {
  --delay1: 0.135s;
  --delay2: 0.09s;
}
.p-catch__grid-item:nth-child(70) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-catch__grid-item:nth-child(71) {
  --delay1: 0.165s;
  --delay2: 0.11s;
}
.p-catch__grid-item:nth-child(72) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-catch__grid-item:nth-child(73) {
  --delay1: 0.195s;
  --delay2: 0.13s;
}
.p-catch__grid-item:nth-child(74) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-catch__grid-item:nth-child(75) {
  --delay1: 0.225s;
  --delay2: 0.15s;
}
.p-catch__grid-item:nth-child(76) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-catch__grid-item:nth-child(77) {
  --delay1: 0.255s;
  --delay2: 0.17s;
}
.p-catch__grid-item:nth-child(78) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-catch__grid-item:nth-child(79) {
  --delay1: 0.285s;
  --delay2: 0.19s;
}
.p-catch__grid-item:nth-child(80) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-catch__grid-item:nth-child(81) {
  --delay1: 0.315s;
  --delay2: 0.21s;
}
.p-catch__grid-item:nth-child(82) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-catch__grid-item:nth-child(83) {
  --delay1: 0.345s;
  --delay2: 0.23s;
}
.p-catch__grid-item:nth-child(84) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-catch__grid-item:nth-child(85) {
  --delay1: 0.375s;
  --delay2: 0.25s;
}
.p-catch__grid-item:nth-child(86) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-catch__grid-item:nth-child(87) {
  --delay1: 0.405s;
  --delay2: 0.27s;
}
.p-catch__grid-item:nth-child(88) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-catch__grid-item:nth-child(89) {
  --delay1: 0.015s;
  --delay2: 0.01s;
}
.p-catch__grid-item:nth-child(90) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-catch__grid-item:nth-child(91) {
  --delay1: 0.045s;
  --delay2: 0.03s;
}
.p-catch__grid-item:nth-child(92) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-catch__grid-item:nth-child(93) {
  --delay1: 0.075s;
  --delay2: 0.05s;
}
.p-catch__grid-item:nth-child(94) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-catch__grid-item:nth-child(95) {
  --delay1: 0.105s;
  --delay2: 0.07s;
}
.p-catch__grid-item:nth-child(96) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-catch__grid-item:nth-child(97) {
  --delay1: 0.135s;
  --delay2: 0.09s;
}
.p-catch__grid-item:nth-child(98) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-catch__grid-item:nth-child(99) {
  --delay1: 0.165s;
  --delay2: 0.11s;
}
.p-catch__grid-item:nth-child(100) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-catch__grid-item:nth-child(101) {
  --delay1: 0.195s;
  --delay2: 0.13s;
}
.p-catch__grid-item:nth-child(102) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-catch__grid-item:nth-child(103) {
  --delay1: 0.225s;
  --delay2: 0.15s;
}
.p-catch__grid-item:nth-child(104) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-catch__grid-item:nth-child(105) {
  --delay1: 0.255s;
  --delay2: 0.17s;
}
.p-catch__grid-item:nth-child(106) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-catch__grid-item:nth-child(107) {
  --delay1: 0.285s;
  --delay2: 0.19s;
}
.p-catch__grid-item:nth-child(108) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-catch__grid-item:nth-child(109) {
  --delay1: 0.315s;
  --delay2: 0.21s;
}
.p-catch__grid-item:nth-child(110) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-catch__grid-item:nth-child(111) {
  --delay1: 0.345s;
  --delay2: 0.23s;
}
.p-catch__grid-item:nth-child(112) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-catch__grid-item:nth-child(113) {
  --delay1: 0.375s;
  --delay2: 0.25s;
}
.p-catch__grid-item:nth-child(114) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-catch__grid-item:nth-child(115) {
  --delay1: 0.405s;
  --delay2: 0.27s;
}
.p-catch__grid-item:nth-child(116) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-catch__grid-item:nth-child(117) {
  --delay1: 0.015s;
  --delay2: 0.01s;
}
.p-catch__grid-item:nth-child(118) {
  --delay1: 0.03s;
  --delay2: 0.02s;
}
.p-catch__grid-item:nth-child(119) {
  --delay1: 0.045s;
  --delay2: 0.03s;
}
.p-catch__grid-item:nth-child(120) {
  --delay1: 0.06s;
  --delay2: 0.04s;
}
.p-catch__grid-item:nth-child(121) {
  --delay1: 0.075s;
  --delay2: 0.05s;
}
.p-catch__grid-item:nth-child(122) {
  --delay1: 0.09s;
  --delay2: 0.06s;
}
.p-catch__grid-item:nth-child(123) {
  --delay1: 0.105s;
  --delay2: 0.07s;
}
.p-catch__grid-item:nth-child(124) {
  --delay1: 0.12s;
  --delay2: 0.08s;
}
.p-catch__grid-item:nth-child(125) {
  --delay1: 0.135s;
  --delay2: 0.09s;
}
.p-catch__grid-item:nth-child(126) {
  --delay1: 0.15s;
  --delay2: 0.1s;
}
.p-catch__grid-item:nth-child(127) {
  --delay1: 0.165s;
  --delay2: 0.11s;
}
.p-catch__grid-item:nth-child(128) {
  --delay1: 0.18s;
  --delay2: 0.12s;
}
.p-catch__grid-item:nth-child(129) {
  --delay1: 0.195s;
  --delay2: 0.13s;
}
.p-catch__grid-item:nth-child(130) {
  --delay1: 0.21s;
  --delay2: 0.14s;
}
.p-catch__grid-item:nth-child(131) {
  --delay1: 0.225s;
  --delay2: 0.15s;
}
.p-catch__grid-item:nth-child(132) {
  --delay1: 0.24s;
  --delay2: 0.16s;
}
.p-catch__grid-item:nth-child(133) {
  --delay1: 0.255s;
  --delay2: 0.17s;
}
.p-catch__grid-item:nth-child(134) {
  --delay1: 0.27s;
  --delay2: 0.18s;
}
.p-catch__grid-item:nth-child(135) {
  --delay1: 0.285s;
  --delay2: 0.19s;
}
.p-catch__grid-item:nth-child(136) {
  --delay1: 0.3s;
  --delay2: 0.2s;
}
.p-catch__grid-item:nth-child(137) {
  --delay1: 0.315s;
  --delay2: 0.21s;
}
.p-catch__grid-item:nth-child(138) {
  --delay1: 0.33s;
  --delay2: 0.22s;
}
.p-catch__grid-item:nth-child(139) {
  --delay1: 0.345s;
  --delay2: 0.23s;
}
.p-catch__grid-item:nth-child(140) {
  --delay1: 0.36s;
  --delay2: 0.24s;
}
.p-catch__grid-item:nth-child(141) {
  --delay1: 0.375s;
  --delay2: 0.25s;
}
.p-catch__grid-item:nth-child(142) {
  --delay1: 0.39s;
  --delay2: 0.26s;
}
.p-catch__grid-item:nth-child(143) {
  --delay1: 0.405s;
  --delay2: 0.27s;
}
.p-catch__grid-item:nth-child(144) {
  --delay1: 0.42s;
  --delay2: 0.28s;
}
.p-catch__grid-item:nth-child(145) {
  --delay1: 0.435s;
  --delay2: 0.29s;
}
.p-catch__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
.is-active .p-catch__grid-item::before {
  opacity: 1;
  transition: opacity 0.1s linear var(--delay1);
}
.p-catch__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--color-black);
  opacity: 0;
}
.is-active .p-catch__grid-item::after {
  opacity: 1;
  transition: opacity 0.1s linear calc(var(--delay2) + 0.3s);
}

.p-top_bnr {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.6rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-top_bnr {
    padding: 4.5rem 0 2.5rem;
  }
}
.p-top_bnr__content {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-top_bnr__content {
    width: 83%;
    padding: 0;
  }
}
.p-top_bnr__slide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-top_bnr__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.is-center .p-top_bnr__list {
  justify-content: center;
}
.p-top_bnr__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_bnr__link {
  display: block;
  position: relative;
}
.p-top_bnr__link::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
  animation: clip-out 0.5s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_bnr__link::before {
    content: "";
  }
  .p-top_bnr__link:hover::before {
    opacity: 0.4;
    transition: opacity 0.5s var(--ease_out);
    animation: clip-in 0.4s var(--ease_out);
  }
}
.p-top_bnr__link-item {
  display: block;
  position: relative;
}
.p-top_bnr__nav {
  width: 4.5rem;
  display: block;
  position: absolute;
  top: calc(50% - 1.5rem);
  transform: translate(0, -50%);
}
.p-top_bnr__nav.is-slide-disable {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-top_bnr__nav {
    display: none;
  }
}
.p-top_bnr__nav.--prev {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.p-top_bnr__nav.--next {
  right: 0;
}
.p-top_bnr__nav-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_bnr__nav:hover .p-top_bnr__nav-img {
    animation: arrow 1s linear;
  }
}
.p-top_bnr__pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  margin-top: 1rem;
}
.p-top_bnr__pagination-item {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.p-top_bnr__pagination-item::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-top_bnr__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-top_bnr__pagination-item.is-current::after {
  opacity: 1;
}

.p-headline {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-headline {
    padding: 4rem 0 3.8rem;
  }
}
.p-headline__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    display: grid;
    grid-template-columns: 24rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    width: 86%;
  }
}
.p-headline__header {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 1rem;
  }
}
.is-active .p-headline__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.p-headline__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 10rem;
  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;
  font-weight: 900;
  color: var(--color-black);
}
@media screen and (min-width: 961px) {
  .p-headline__title {
    top: 0.04em;
    left: -0.14em;
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 5rem;
    letter-spacing: 0;
  }
}
.p-headline__title span {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__title span {
    transform-origin: left top;
    transform: scale(1, 0.98);
  }
}
.p-headline__title::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  background: url("../img/ttl_deco_v.webp") no-repeat center top/contain;
}
@media screen and (min-width: 961px) {
  .p-headline__title::before {
    top: 0.7rem;
    right: -1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__title::before {
    width: 100%;
    height: 0.5rem;
    top: -0.5rem;
    left: 0.4rem;
    background: url("../img/ttl_deco.webp") no-repeat left top/contain;
  }
}
.p-headline__inner {
  display: block;
  position: relative;
  padding-top: 1.3rem;
  opacity: 0;
  transform: translateX(-3rem);
}
.is-active .p-headline__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-headline__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__list {
    width: 97.5%;
    margin: 0 auto;
  }
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-headline__list-item:nth-child(n+3) {
    display: none;
  }
  .p-headline__list-item + .p-headline__list-item {
    margin-top: 0.6rem;
  }
}
.p-headline__more {
  width: 20rem;
  display: block;
  position: relative;
  margin-top: 2.9rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-headline__more {
    width: 18rem;
    margin: 1.3rem auto 0;
  }
}

.p-headline_article {
  display: block;
  position: relative;
}
.p-headline_article__bg {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline_article__bg {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-headline_article__bg-top {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline_article__bg-top {
    display: none;
  }
}
.p-headline_article__bg-main {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-headline_article__bg-main {
    flex: 1 1 0;
    background: url("../img/news/frame_center_pc.webp") repeat-y center top/100% auto;
  }
  .p-headline_article__bg-main img {
    display: none;
  }
}
.p-headline_article__bg-bottom {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline_article__bg-bottom {
    display: none;
  }
}
.p-headline_article__content {
  display: block;
  position: relative;
  padding: 5rem 3rem;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-headline_article__content {
    min-height: 22.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__content {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4rem 2.5rem;
  }
}
.p-headline_article__date {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-gray-date);
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article__date {
      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-headline_article:hover .p-headline_article__date {
      -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-headline_article:hover .p-headline_article__date {
      text-decoration: underline;
    }
  }
}
.p-headline_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.2rem;
    -webkit-line-clamp: 2;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-headline_article:hover .p-headline_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-headline_article:hover .p-headline_article__title {
      text-decoration: underline;
    }
  }
}

.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__bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-mask: url("../img/movie/msk_movie_pc.webp") no-repeat center/100% auto;
  mask: url("../img/movie/msk_movie_pc.webp") no-repeat center/100% auto;
}
@media screen and (max-width: 960px) {
  .p-movie__bg {
    -webkit-mask: url("../img/movie/msk_movie_sp.webp") no-repeat center/100% auto;
    mask: url("../img/movie/msk_movie_sp.webp") no-repeat center/100% auto;
  }
}
.is-active-end .p-movie__bg {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}
.p-movie__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(21, 1fr);
  grid-template-rows: repeat(7, 1fr);
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__grid {
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(9, 1fr);
  }
}
@supports not (container-type: inline-size) {
  .p-movie__grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-movie__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-movie__grid-item:nth-child(1) {
  --delay: 0.03s;
}
.p-movie__grid-item:nth-child(2) {
  --delay: 0.045s;
}
.p-movie__grid-item:nth-child(3) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(4) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(5) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(6) {
  --delay: 0.105s;
}
.p-movie__grid-item:nth-child(7) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(8) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(9) {
  --delay: 0.15s;
}
.p-movie__grid-item:nth-child(10) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(11) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(12) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(13) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(14) {
  --delay: 0.225s;
}
.p-movie__grid-item:nth-child(15) {
  --delay: 0.19s;
}
.p-movie__grid-item:nth-child(16) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(17) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(18) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(19) {
  --delay: 0.3s;
}
.p-movie__grid-item:nth-child(20) {
  --delay: 0.315s;
}
.p-movie__grid-item:nth-child(21) {
  --delay: 0.33s;
}
.p-movie__grid-item:nth-child(22) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(23) {
  --delay: 0.01s;
}
.p-movie__grid-item:nth-child(24) {
  --delay: 0.045s;
}
.p-movie__grid-item:nth-child(25) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(26) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(27) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(28) {
  --delay: 0.105s;
}
.p-movie__grid-item:nth-child(29) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(30) {
  --delay: 0.085s;
}
.p-movie__grid-item:nth-child(31) {
  --delay: 0.15s;
}
.p-movie__grid-item:nth-child(32) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(33) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(34) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(35) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(36) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(37) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(38) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(39) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(40) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(41) {
  --delay: 0.3s;
}
.p-movie__grid-item:nth-child(42) {
  --delay: 0.315s;
}
.p-movie__grid-item:nth-child(43) {
  --delay: 0s;
}
.p-movie__grid-item:nth-child(44) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(45) {
  --delay: -0.02s;
}
.p-movie__grid-item:nth-child(46) {
  --delay: 0.025s;
}
.p-movie__grid-item:nth-child(47) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(48) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(49) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(50) {
  --delay: 0.105s;
}
.p-movie__grid-item:nth-child(51) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(52) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(53) {
  --delay: 0.15s;
}
.p-movie__grid-item:nth-child(54) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(55) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(56) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(57) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(58) {
  --delay: 0.225s;
}
.p-movie__grid-item:nth-child(59) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(60) {
  --delay: 0.205s;
}
.p-movie__grid-item:nth-child(61) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(62) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(63) {
  --delay: 0.3s;
}
.p-movie__grid-item:nth-child(64) {
  --delay: 0s;
}
.p-movie__grid-item:nth-child(65) {
  --delay: 0s;
}
.p-movie__grid-item:nth-child(66) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(67) {
  --delay: 0.03s;
}
.p-movie__grid-item:nth-child(68) {
  --delay: 0.045s;
}
.p-movie__grid-item:nth-child(69) {
  --delay: 0.04s;
}
.p-movie__grid-item:nth-child(70) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(71) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(72) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(73) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(74) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(75) {
  --delay: 0.1s;
}
.p-movie__grid-item:nth-child(76) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(77) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(78) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(79) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(80) {
  --delay: 0.225s;
}
.p-movie__grid-item:nth-child(81) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(82) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(83) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(84) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(85) {
  --delay: 0s;
}
.p-movie__grid-item:nth-child(86) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(87) {
  --delay: 0.03s;
}
.p-movie__grid-item:nth-child(88) {
  --delay: 0.045s;
}
.p-movie__grid-item:nth-child(89) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(90) {
  --delay: 0.025s;
}
.p-movie__grid-item:nth-child(91) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(92) {
  --delay: 0.085s;
}
.p-movie__grid-item:nth-child(93) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(94) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(95) {
  --delay: 0.15s;
}
.p-movie__grid-item:nth-child(96) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(97) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(98) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(99) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(100) {
  --delay: 0.225s;
}
.p-movie__grid-item:nth-child(101) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(102) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(103) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(104) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(105) {
  --delay: 0.25s;
}
.p-movie__grid-item:nth-child(106) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(107) {
  --delay: 0.03s;
}
.p-movie__grid-item:nth-child(108) {
  --delay: 0.015s;
}
.p-movie__grid-item:nth-child(109) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(110) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(111) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(112) {
  --delay: 0.105s;
}
.p-movie__grid-item:nth-child(113) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(114) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(115) {
  --delay: 0.13s;
}
.p-movie__grid-item:nth-child(116) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(117) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(118) {
  --delay: 0.195s;
}
.p-movie__grid-item:nth-child(119) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(120) {
  --delay: 0.175s;
}
.p-movie__grid-item:nth-child(121) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(122) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(123) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(124) {
  --delay: 0.285s;
}
.p-movie__grid-item:nth-child(125) {
  --delay: 0.3s;
}
.p-movie__grid-item:nth-child(126) {
  --delay: 0.315s;
}
.p-movie__grid-item:nth-child(127) {
  --delay: 0.03s;
}
.p-movie__grid-item:nth-child(128) {
  --delay: 0.045s;
}
.p-movie__grid-item:nth-child(129) {
  --delay: 0.06s;
}
.p-movie__grid-item:nth-child(130) {
  --delay: 0.075s;
}
.p-movie__grid-item:nth-child(131) {
  --delay: 0.09s;
}
.p-movie__grid-item:nth-child(132) {
  --delay: 0.105s;
}
.p-movie__grid-item:nth-child(133) {
  --delay: 0.12s;
}
.p-movie__grid-item:nth-child(134) {
  --delay: 0.135s;
}
.p-movie__grid-item:nth-child(135) {
  --delay: 0.1s;
}
.p-movie__grid-item:nth-child(136) {
  --delay: 0.165s;
}
.p-movie__grid-item:nth-child(137) {
  --delay: 0.18s;
}
.p-movie__grid-item:nth-child(138) {
  --delay: 0.175s;
}
.p-movie__grid-item:nth-child(139) {
  --delay: 0.21s;
}
.p-movie__grid-item:nth-child(140) {
  --delay: 0.225s;
}
.p-movie__grid-item:nth-child(141) {
  --delay: 0.24s;
}
.p-movie__grid-item:nth-child(142) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(143) {
  --delay: 0.27s;
}
.p-movie__grid-item:nth-child(144) {
  --delay: 0.255s;
}
.p-movie__grid-item:nth-child(145) {
  --delay: 0.3s;
}
.p-movie__grid-item:nth-child(146) {
  --delay: 0.315s;
}
.p-movie__grid-item:nth-child(147) {
  --delay: 0.33s;
}
@media screen and (max-width: 960px) {
  .p-movie__grid-item:nth-child(1) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(2) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(3) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(4) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(5) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(6) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(7) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(8) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(9) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(10) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(11) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(12) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(13) {
    --delay: 0.225s;
  }
  .p-movie__grid-item:nth-child(14) {
    --delay: 0.24s;
  }
  .p-movie__grid-item:nth-child(15) {
    --delay: 0.205s;
  }
  .p-movie__grid-item:nth-child(16) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(17) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(18) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(19) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(20) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(21) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(22) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(23) {
    --delay: 0.115s;
  }
  .p-movie__grid-item:nth-child(24) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(25) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(26) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(27) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(28) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(29) {
    --delay: 0.225s;
  }
  .p-movie__grid-item:nth-child(30) {
    --delay: 0.19s;
  }
  .p-movie__grid-item:nth-child(31) {
    --delay: 0.015s;
  }
  .p-movie__grid-item:nth-child(32) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(33) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(34) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(35) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(36) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(37) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(38) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(39) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(40) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(41) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(42) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(43) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(44) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(45) {
    --delay: 0.175s;
  }
  .p-movie__grid-item:nth-child(46) {
    --delay: -0.02s;
  }
  .p-movie__grid-item:nth-child(47) {
    --delay: 0.015s;
  }
  .p-movie__grid-item:nth-child(48) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(49) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(50) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(51) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(52) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(53) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(54) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(55) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(56) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(57) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(58) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(59) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(60) {
    --delay: 0.16s;
  }
  .p-movie__grid-item:nth-child(61) {
    --delay: 0s;
  }
  .p-movie__grid-item:nth-child(62) {
    --delay: 0s;
  }
  .p-movie__grid-item:nth-child(63) {
    --delay: 0.015s;
  }
  .p-movie__grid-item:nth-child(64) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(65) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(66) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(67) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(68) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(69) {
    --delay: 0.085s;
  }
  .p-movie__grid-item:nth-child(70) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(71) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(72) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(73) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(74) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(75) {
    --delay: 0.145s;
  }
  .p-movie__grid-item:nth-child(76) {
    --delay: 0s;
  }
  .p-movie__grid-item:nth-child(77) {
    --delay: 0.015s;
  }
  .p-movie__grid-item:nth-child(78) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(79) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(80) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(81) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(82) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(83) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(84) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(85) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(86) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(87) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(88) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(89) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(90) {
    --delay: 0.16s;
  }
  .p-movie__grid-item:nth-child(91) {
    --delay: 0.015s;
  }
  .p-movie__grid-item:nth-child(92) {
    --delay: 0.01s;
  }
  .p-movie__grid-item:nth-child(93) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(94) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(95) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(96) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(97) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(98) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(99) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(100) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(101) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(102) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(103) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(104) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(105) {
    --delay: 0.175s;
  }
  .p-movie__grid-item:nth-child(106) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(107) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(108) {
    --delay: 0.03s;
  }
  .p-movie__grid-item:nth-child(109) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(110) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(111) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(112) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(113) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(114) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(115) {
    --delay: 0.145s;
  }
  .p-movie__grid-item:nth-child(116) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(117) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(118) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(119) {
    --delay: 0.225s;
  }
  .p-movie__grid-item:nth-child(120) {
    --delay: 0.19s;
  }
  .p-movie__grid-item:nth-child(121) {
    --delay: 0.045s;
  }
  .p-movie__grid-item:nth-child(122) {
    --delay: 0.06s;
  }
  .p-movie__grid-item:nth-child(123) {
    --delay: 0.075s;
  }
  .p-movie__grid-item:nth-child(124) {
    --delay: 0.09s;
  }
  .p-movie__grid-item:nth-child(125) {
    --delay: 0.105s;
  }
  .p-movie__grid-item:nth-child(126) {
    --delay: 0.12s;
  }
  .p-movie__grid-item:nth-child(127) {
    --delay: 0.135s;
  }
  .p-movie__grid-item:nth-child(128) {
    --delay: 0.15s;
  }
  .p-movie__grid-item:nth-child(129) {
    --delay: 0.165s;
  }
  .p-movie__grid-item:nth-child(130) {
    --delay: 0.18s;
  }
  .p-movie__grid-item:nth-child(131) {
    --delay: 0.195s;
  }
  .p-movie__grid-item:nth-child(132) {
    --delay: 0.21s;
  }
  .p-movie__grid-item:nth-child(133) {
    --delay: 0.225s;
  }
  .p-movie__grid-item:nth-child(134) {
    --delay: 0.24s;
  }
  .p-movie__grid-item:nth-child(135) {
    --delay: 0.205s;
  }
}
.p-movie__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
.is-active .p-movie__grid-item::before {
  opacity: 1;
  transition: opacity 0.4s linear var(--delay);
}
.p-movie__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  background-color: var(--color-black);
}
.is-active .p-movie__grid-item::after {
  opacity: 1;
  transition: opacity 0.1s linear calc(var(--delay) + 0.05s);
}
.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;
  pointer-events: none;
  opacity: 0;
}
.is-active .p-movie__cover {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.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;
}
@media screen and (max-width: 960px) {
  .p-movie__cover-deco.--deco2 {
    bottom: -1.5rem;
  }
}
.p-movie__content {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-movie__content {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.p-movie__slide {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  -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;
}
@media screen and (max-width: 960px) {
  .p-movie__slide {
    -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__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  pointer-events: none;
}
.p-movie__list-item.is-slide-current {
  pointer-events: auto;
}
.p-movie__pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  gap: 0.4rem;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-movie__pagination {
    bottom: -2.8rem;
  }
}
.p-movie__pagination-item {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.p-movie__pagination-item::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
.p-movie__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-movie__pagination-item.is-current::after {
  opacity: 1;
}

.p-movie_article {
  display: block;
  position: relative;
}
.p-movie_article__thumb {
  width: 100%;
  padding-top: 29.0357142857%;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie_article__thumb {
    padding-top: 54.5333333333%;
  }
}
.p-movie_article__thumb::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;
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__thumb::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-movie_article:hover .p-movie_article__thumb::before {
    opacity: 0.2;
  }
}
.p-movie_article__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_article__play {
  width: 23.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie_article__play {
    width: 15rem;
  }
}
.is-slide-current .p-movie_article__play {
  transform: translate(-50%, -50%) scale(1.2);
}
.is-active .is-slide-current .p-movie_article__play {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 2s var(--ease_out);
}
.p-movie_article__play-base {
  display: block;
  position: relative;
}
.is-slide-current .p-movie_article__play-base img {
  transform: scale(1.1);
}
.is-active .is-slide-current .p-movie_article__play-base img {
  transform: scale(1);
  transition: transform 2s var(--ease_out);
}
.p-movie_article__play-icon {
  width: 43.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie_article__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_article__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_article__play-icon::after {
    transition: transform 0.5s var(--ease_inout);
  }
  .p-movie_article:hover .p-movie_article__play-icon::after {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.p-movie_article__play-dot {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__play-dot {
    transition: transform 0.6s var(--ease_inout);
  }
  .p-movie_article:hover .p-movie_article__play-dot {
    transform: rotate(225deg) scale(0.85);
  }
}
.is-slide-current .p-movie_article__play-dot img {
  transform: rotate(-225deg) scale(1.15);
}
.is-active .is-slide-current .p-movie_article__play-dot img {
  transform: rotate(0deg) scale(1);
  transition: transform 1s var(--ease_inout);
}
.p-movie_article__play-frame {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_article__play-frame {
    transform: scale(1.0001);
    transition: transform 0.5s var(--ease_inout);
  }
  .p-movie_article:hover .p-movie_article__play-frame {
    transform: scale(0.9);
  }
}
.is-slide-current .p-movie_article__play-frame img {
  transform: scale(1.2);
}
.is-active .is-slide-current .p-movie_article__play-frame img {
  transform: scale(1);
  transition: transform 2s var(--ease_out);
}

.p-staff {
  display: block;
  position: relative;
  padding: 10rem 0 9rem;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-staff {
    padding: 5rem 0;
    margin-top: 4.8rem;
  }
}
.p-staff__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staff__container + .p-staff__container {
  margin-top: 13rem;
}
@media screen and (max-width: 960px) {
  .p-staff__container + .p-staff__container {
    margin-top: 7.5rem;
  }
}
.p-staff__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
  padding-top: 1rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-staff__header {
    margin-bottom: 2.6rem;
    padding-top: 0.5rem;
  }
}
.is-active .p-staff__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.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: 12rem;
  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-black);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-staff__title {
    font-size: 7.2rem;
    letter-spacing: 0.04rem;
  }
}
.p-staff__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-3rem);
}
.is-active .p-staff__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-staff__list {
  width: 100%;
  max-width: 110rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem 0;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staff__list {
    max-width: 31rem;
    gap: 1.8rem 0;
  }
}
.--cast .p-staff__list {
  max-width: 80rem;
}
@media screen and (max-width: 960px) {
  .--cast .p-staff__list {
    max-width: 31rem;
  }
}
.p-staff__list-item {
  width: calc(25% - 1.5rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staff__list-item {
    width: 50%;
  }
}
.--cast .p-staff__list-item {
  width: calc(33.3333333333% - 1.3333333333rem);
}
@media screen and (max-width: 960px) {
  .--cast .p-staff__list-item {
    width: 50%;
  }
}
.p-staff__list-item.--wide {
  width: 100%;
}

.p-staff_data {
  display: block;
  position: relative;
}
.p-staff_data__cap {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  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 {
    width: 120%;
    left: -10%;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}
.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: 2.9rem;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  transform: scale(0.85, 1);
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-staff_data__name-text {
    font-size: 2.2rem;
  }
}
.p-staff_data__name-comment {
  width: 2.4rem;
  display: block;
  position: relative;
  top: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-staff_data__name-comment {
    width: 1.8rem;
    top: 0.1rem;
  }
}
.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-black);
  text-align: center;
  transform: scale(0.85, 1);
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-staff_data__note {
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.1rem;
  }
}

.p-staff_data__comment {
  display: block;
  position: relative;
  top: 0.2em;
}
.p-staff_data__comment-text {
  display: block;
  position: relative;
}
.p-staff_data__comment-bg {
  width: 3.5rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 45%;
  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);
}
@media screen and (min-width: 961px) {
  .p-comment {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
  }
}
.p-comment__visual {
  width: 30rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-comment__visual {
    width: 22rem;
    margin: 0 auto 2.8rem;
  }
}
.p-comment__visual-img {
  display: block;
  position: relative;
}
.p-comment__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment__content {
    flex: 1 1 0;
    min-width: 0;
  }
}
.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;
  }
}

.p-intro {
  display: block;
  position: relative;
  padding: 10rem 0;
  margin-top: 4.9rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 5rem 0 16.7rem;
    margin-top: 2.9rem;
  }
}
.p-intro__deco {
  display: block;
  position: absolute;
  opacity: 0;
  transform: translateX(-3rem);
}
.is-active .p-intro__deco {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.p-intro__deco.--deco1 {
  width: 63rem;
  bottom: -3rem;
  left: -10rem;
  -webkit-mask: url("../img/msk_left.webp") no-repeat center/contain;
  mask: url("../img/msk_left.webp") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco1 {
    width: 31.5rem;
    left: 0;
    bottom: -16.7rem;
  }
}
.p-intro__deco.--deco2 {
  width: 43.5rem;
  top: -3.8rem;
  -webkit-mask: url("../img/msk_right.webp") no-repeat center/contain;
  mask: url("../img/msk_right.webp") no-repeat center/contain;
}
@media screen and (min-width: 961px) {
  .p-intro__deco.--deco2 {
    right: -4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__deco.--deco2 {
    width: 22rem;
    top: 16.2rem;
    left: 12.5rem;
  }
}
.p-intro__deco-base {
  width: 100%;
  display: block;
  position: relative;
}
.p-intro__deco-img {
  width: 100%;
  height: calc(100% + 8rem);
  display: block;
  position: absolute;
  top: -4rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__deco-img {
    height: calc(100% + 6rem);
    top: -3rem;
  }
}
.p-intro__deco-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.--deco1 .p-intro__deco-img::before {
  background: url("../img/img_deco03.jpg") no-repeat 70% 50%/cover;
}
.--deco2 .p-intro__deco-img::before {
  background: url("../img/img_deco02.jpg") no-repeat 20% 50%/cover;
}
.p-intro__deco-img::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.--deco2 .p-intro__deco-img::after {
  content: "";
  background: url("../img/img_deco01.jpg") no-repeat 20% 50%/cover;
  opacity: 1;
}
.is-active .--deco2 .p-intro__deco-img::after {
  opacity: 0;
  transition: opacity 1.2s var(--ease_inout) 0.8s;
}
.p-intro__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    width: 84%;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 5.8rem;
  padding-top: 1.5rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 10.6rem;
    padding-top: 1rem;
  }
}
.is-active .p-intro__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.p-intro__header::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ttl_deco.webp") no-repeat left center/contain;
}
@media screen and (max-width: 960px) {
  .p-intro__header::before {
    height: 0.5rem;
  }
}
.p-intro__title {
  display: block;
  position: relative;
  left: -0.05em;
  font-size: 12rem;
  line-height: 0.9;
  letter-spacing: 0.4rem;
  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-black);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    font-size: 7.2rem;
    letter-spacing: 0.04rem;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
  margin-left: auto;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (min-width: 961px) {
  .p-intro__inner {
    width: 58rem;
    margin-top: -15.6rem;
  }
}
.is-active .p-intro__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-intro__catch {
  width: 37rem;
  display: block;
  position: relative;
  margin-bottom: 4rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-intro__catch {
    width: 21rem;
    margin-bottom: 2rem;
  }
}
.p-intro__lead {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-intro__lead {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    line-height: 1.9;
  }
}
.p-intro__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.15;
}
@media screen and (max-width: 960px) {
  .p-intro__text {
    font-size: 1.2rem;
  }
}

.p-top_story {
  display: block;
  position: relative;
  padding: 15rem 0 14rem;
  margin-top: 13.1rem;
  color: var(--color-white);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-top_story {
    padding: 7.5rem 0;
    margin-top: 10rem;
  }
}
.p-top_story__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.p-top_story__bg::before {
  content: "";
  width: 100%;
  height: 2.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/story/deco_repeat_pc.webp") repeat-x 50% 0/74.85rem auto;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top_story__bg::before {
    background-size: 44.91rem auto;
  }
}
.is-active .p-top_story__bg::before {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.p-top_story__bg::after {
  content: "";
  width: 100%;
  height: 2.8rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/story/deco_repeat_pc.webp") repeat-x 50% 0/74.85rem auto;
  transform: scale(-1, -1);
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top_story__bg::after {
    background-size: 44.91rem auto;
  }
}
.is-active .p-top_story__bg::after {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.p-top_story__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(9, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_story__grid {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(20, 1fr);
  }
}
.is-active-end .p-top_story__grid {
  display: none;
  visibility: hidden;
  content-visibility: hidden;
}
@supports not (container-type: inline-size) {
  .p-top_story__grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-top_story__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
.p-top_story__grid-item:nth-child(1) {
  --delay: 0.03s;
}
.p-top_story__grid-item:nth-child(2) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(3) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(4) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(5) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(6) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(7) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(8) {
  --delay: 0.135s;
}
.p-top_story__grid-item:nth-child(9) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(10) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(11) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(12) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(13) {
  --delay: 0.16s;
}
.p-top_story__grid-item:nth-child(14) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(15) {
  --delay: 0.24s;
}
.p-top_story__grid-item:nth-child(16) {
  --delay: 0.015s;
}
.p-top_story__grid-item:nth-child(17) {
  --delay: 0.03s;
}
.p-top_story__grid-item:nth-child(18) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(19) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(20) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(21) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(22) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(23) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(24) {
  --delay: 0.135s;
}
.p-top_story__grid-item:nth-child(25) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(26) {
  --delay: 0.115s;
}
.p-top_story__grid-item:nth-child(27) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(28) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(29) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(30) {
  --delay: 0.225s;
}
.p-top_story__grid-item:nth-child(31) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(32) {
  --delay: 0.015s;
}
.p-top_story__grid-item:nth-child(33) {
  --delay: 0.03s;
}
.p-top_story__grid-item:nth-child(34) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(35) {
  --delay: 0.03s;
}
.p-top_story__grid-item:nth-child(36) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(37) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(38) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(39) {
  --delay: 0.07s;
}
.p-top_story__grid-item:nth-child(40) {
  --delay: 0.135s;
}
.p-top_story__grid-item:nth-child(41) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(42) {
  --delay: 0.135s;
}
.p-top_story__grid-item:nth-child(43) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(44) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(45) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(46) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(47) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(48) {
  --delay: 0.015s;
}
.p-top_story__grid-item:nth-child(49) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(50) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(51) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(52) {
  --delay: 0.025s;
}
.p-top_story__grid-item:nth-child(53) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(54) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(55) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(56) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(57) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(58) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(59) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(60) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(61) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(62) {
  --delay: 0.015s;
}
.p-top_story__grid-item:nth-child(63) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(64) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(65) {
  --delay: 0.01s;
}
.p-top_story__grid-item:nth-child(66) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(67) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(68) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(69) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(70) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(71) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(72) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(73) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(74) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(75) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(76) {
  --delay: 0.015s;
}
.p-top_story__grid-item:nth-child(77) {
  --delay: 0s;
}
.p-top_story__grid-item:nth-child(78) {
  --delay: -0.005s;
}
.p-top_story__grid-item:nth-child(79) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(80) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(81) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(82) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(83) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(84) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(85) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(86) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(87) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(88) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(89) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(90) {
  --delay: 0.225s;
}
.p-top_story__grid-item:nth-child(91) {
  --delay: -0.02s;
}
.p-top_story__grid-item:nth-child(92) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(93) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(94) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(95) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(96) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(97) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(98) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(99) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(100) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(101) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(102) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(103) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(104) {
  --delay: 0.175s;
}
.p-top_story__grid-item:nth-child(105) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(106) {
  --delay: 0.045s;
}
.p-top_story__grid-item:nth-child(107) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(108) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(109) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(110) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(111) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(112) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(113) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(114) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(115) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(116) {
  --delay: 0.195s;
}
.p-top_story__grid-item:nth-child(117) {
  --delay: 0.16s;
}
.p-top_story__grid-item:nth-child(118) {
  --delay: 0.225s;
}
.p-top_story__grid-item:nth-child(119) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(120) {
  --delay: 0.255s;
}
.p-top_story__grid-item:nth-child(121) {
  --delay: 0.06s;
}
.p-top_story__grid-item:nth-child(122) {
  --delay: 0.075s;
}
.p-top_story__grid-item:nth-child(123) {
  --delay: 0.09s;
}
.p-top_story__grid-item:nth-child(124) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(125) {
  --delay: 0.12s;
}
.p-top_story__grid-item:nth-child(126) {
  --delay: 0.105s;
}
.p-top_story__grid-item:nth-child(127) {
  --delay: 0.15s;
}
.p-top_story__grid-item:nth-child(128) {
  --delay: 0.165s;
}
.p-top_story__grid-item:nth-child(129) {
  --delay: 0.18s;
}
.p-top_story__grid-item:nth-child(130) {
  --delay: 0.145s;
}
.p-top_story__grid-item:nth-child(131) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(132) {
  --delay: 0.225s;
}
.p-top_story__grid-item:nth-child(133) {
  --delay: 0.21s;
}
.p-top_story__grid-item:nth-child(134) {
  --delay: 0.255s;
}
.p-top_story__grid-item:nth-child(135) {
  --delay: 0.27s;
}
@media screen and (max-width: 960px) {
  .p-top_story__grid-item:nth-child(1) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(2) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(3) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(4) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(5) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(6) {
    --delay: 0.195s;
  }
  .p-top_story__grid-item:nth-child(7) {
    --delay: 0.21s;
  }
  .p-top_story__grid-item:nth-child(8) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(9) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(10) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(11) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(12) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(13) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(14) {
    --delay: 0.195s;
  }
  .p-top_story__grid-item:nth-child(15) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(16) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(17) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(18) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(19) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(20) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(21) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(22) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(23) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(24) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(25) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(26) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(27) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(28) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(29) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(30) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(31) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(32) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(33) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(34) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(35) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(36) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(37) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(38) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(39) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(40) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(41) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(42) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(43) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(44) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(45) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(46) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(47) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(48) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(49) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(50) {
    --delay: 0.015s;
  }
  .p-top_story__grid-item:nth-child(51) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(52) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(53) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(54) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(55) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(56) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(57) {
    --delay: 0s;
  }
  .p-top_story__grid-item:nth-child(58) {
    --delay: 0.015s;
  }
  .p-top_story__grid-item:nth-child(59) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(60) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(61) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(62) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(63) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(64) {
    --delay: 0s;
  }
  .p-top_story__grid-item:nth-child(65) {
    --delay: 0s;
  }
  .p-top_story__grid-item:nth-child(66) {
    --delay: 0.015s;
  }
  .p-top_story__grid-item:nth-child(67) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(68) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(69) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(70) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(71) {
    --delay: 0s;
  }
  .p-top_story__grid-item:nth-child(72) {
    --delay: 0.015s;
  }
  .p-top_story__grid-item:nth-child(73) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(74) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(75) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(76) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(77) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(78) {
    --delay: 0.015s;
  }
  .p-top_story__grid-item:nth-child(79) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(80) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(81) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(82) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(83) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(84) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(85) {
    --delay: 0.03s;
  }
  .p-top_story__grid-item:nth-child(86) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(87) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(88) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(89) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(90) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(91) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(92) {
    --delay: 0.045s;
  }
  .p-top_story__grid-item:nth-child(93) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(94) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(95) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(96) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(97) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(98) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(99) {
    --delay: 0.06s;
  }
  .p-top_story__grid-item:nth-child(100) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(101) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(102) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(103) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(104) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(105) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(106) {
    --delay: 0.075s;
  }
  .p-top_story__grid-item:nth-child(107) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(108) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(109) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(110) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(111) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(112) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(113) {
    --delay: 0.09s;
  }
  .p-top_story__grid-item:nth-child(114) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(115) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(116) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(117) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(118) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(119) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(120) {
    --delay: 0.105s;
  }
  .p-top_story__grid-item:nth-child(121) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(122) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(123) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(124) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(125) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(126) {
    --delay: 0.195s;
  }
  .p-top_story__grid-item:nth-child(127) {
    --delay: 0.12s;
  }
  .p-top_story__grid-item:nth-child(128) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(129) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(130) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(131) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(132) {
    --delay: 0.195s;
  }
  .p-top_story__grid-item:nth-child(133) {
    --delay: 0.21s;
  }
  .p-top_story__grid-item:nth-child(134) {
    --delay: 0.135s;
  }
  .p-top_story__grid-item:nth-child(135) {
    --delay: 0.15s;
  }
  .p-top_story__grid-item:nth-child(136) {
    --delay: 0.165s;
  }
  .p-top_story__grid-item:nth-child(137) {
    --delay: 0.18s;
  }
  .p-top_story__grid-item:nth-child(138) {
    --delay: 0.195s;
  }
  .p-top_story__grid-item:nth-child(139) {
    --delay: 0.21s;
  }
  .p-top_story__grid-item:nth-child(140) {
    --delay: 0.225s;
  }
}
.p-top_story__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
.is-active .p-top_story__grid-item::before {
  opacity: 1;
  transition: opacity 0.4s linear var(--delay);
}
.p-top_story__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  background-color: var(--color-black);
}
.is-active .p-top_story__grid-item::after {
  opacity: 1;
  transition: opacity 0.1s linear calc(var(--delay) + 0.05s);
}
.p-top_story__base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/story/bg_pattern02.jpg") repeat 0 0/5rem auto;
  opacity: 0;
}
.is-active .p-top_story__base {
  opacity: 1;
  transition: opacity 0.7s var(--ease_inout);
}
.p-top_story__base::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 16rem 10rem rgb(0, 0, 0);
}
.p-top_story__circle {
  width: 82.5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top_story__circle {
    width: 62rem;
  }
}
.is-active .p-top_story__circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.001);
  transition: transform 4s var(--ease_out);
}
.p-top_story__circle-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_story__circle-img:first-child {
  position: relative;
}
.p-top_story__circle-img:nth-child(2) {
  animation: rotate 360s linear infinite;
}
.p-top_story__circle-img:nth-child(3) {
  animation: rotate 60s linear infinite;
}
.p-top_story__circle-img:nth-child(4) {
  animation: rotate 180s linear infinite;
}
.p-top_story__circle-img img {
  width: 100%;
}
.p-top_story__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top_story__header {
  display: block;
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-top_story__header {
    margin-bottom: 2.4rem;
    padding-top: 1rem;
  }
}
.is-active .p-top_story__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.p-top_story__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-top_story__header::before {
    height: 0.5rem;
  }
}
.p-top_story__title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 10rem;
  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 (max-width: 960px) {
  .p-top_story__title {
    font-size: 5.2rem;
    letter-spacing: 0.04rem;
  }
}
.p-top_story__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-3rem);
}
.is-active .p-top_story__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-top_story__text {
  display: block;
  position: relative;
}
.p-top_story__text-par {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top_story__text-par {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}
.p-top_story__text-par.--L {
  font-size: 1.3em;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-top_story__text-par.--L {
    font-size: 1.2em;
    line-height: 1.6;
  }
}
.p-top_story__text-par + .p-top_story__text-par {
  margin-top: 1em;
}

.p-top_chara {
  display: block;
  position: relative;
  padding: 10rem 0 1.5rem;
  margin-top: 10.4rem;
}
@media screen and (max-width: 960px) {
  .p-top_chara {
    padding: 5.2rem 0 4.3rem;
    margin-top: 6.5rem;
  }
}
.p-top_chara::before {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/chara/top/txt_top_chara.webp") repeat-x 0 1.5rem/1204px auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara::before {
    background: url("../img/chara/top/txt_top_chara.webp") repeat-x 0 1rem/602px auto;
  }
}
.is-enter .p-top_chara::before {
  animation: top_chara_bg_loop 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-enter .p-top_chara::before {
    animation-duration: 40s;
  }
}
@keyframes top_chara_bg_loop {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1204px;
  }
}
.p-top_chara__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_chara__container {
    width: 84%;
  }
}
.p-top_chara__header {
  display: block;
  position: relative;
  padding-top: 1.5rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-top_chara__header {
    padding-top: 1.2rem;
  }
}
.is-active .p-top_chara__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout), transform 0.6s var(--ease_out);
}
.p-top_chara__header::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ttl_deco.webp") no-repeat left center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_chara__header::before {
    height: 0.5rem;
    background-position-x: center;
  }
}
.p-top_chara__title {
  display: block;
  position: relative;
  left: -0.05em;
  font-size: 10.4rem;
  line-height: 0.9;
  letter-spacing: 0.12rem;
  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-black);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: left bottom;
}
@media screen and (max-width: 960px) {
  .p-top_chara__title {
    font-size: 5.2rem;
    letter-spacing: 0.04rem;
    transform-origin: center;
    text-align: center;
  }
}
.p-top_chara__inner {
  display: block;
  position: relative;
  margin-left: auto;
  opacity: 0;
  transform: translateX(-3rem);
}
.is-active .p-top_chara__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-top_chara__slide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 3.4rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-top_chara__slide {
    padding-top: 0;
    margin-top: 0.8rem;
  }
}
.p-top_chara__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition-timing-function: var(--ease_inout);
  z-index: 0;
}
.p-top_chara__list-item {
  width: 20rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  transition: transform 0.8s var(--ease_inout);
  z-index: 0;
}
.p-top_chara__list-item.is-slide-current {
  width: 30rem;
}
.p-top_chara__nav {
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  position: absolute;
  color: var(--color-white);
  z-index: 0;
  padding: 0.3rem;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-top_chara__nav {
    transform: translate(0, -100%);
  }
}
@media screen and (max-width: 960px) {
  .p-top_chara__nav {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 961px) {
  .p-top_chara__nav.--prev {
    right: 8.5rem;
    top: -1rem;
    transform: translate(0, -100%) scale(-1, 1);
  }
}
@media screen and (max-width: 960px) {
  .p-top_chara__nav.--prev {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) scale(-1, 1);
  }
}
@media screen and (min-width: 961px) {
  .p-top_chara__nav.--next {
    right: 0;
    top: -1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_chara__nav.--next {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara__nav {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-top_chara__nav:hover {
    color: var(--color-black);
    background-color: var(--color-black);
  }
}
.p-top_chara__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  z-index: 1;
  pointer-events: none;
}
.p-top_chara__nav::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner_black_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_black_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_black_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_black_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-top_chara__nav-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--color-cyan) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) repeat-x 0 0/80rem 100%;
}
.is-load .p-top_chara__nav-bg {
  animation: more_bg 3s linear infinite;
}
@keyframes more_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 80rem;
  }
}
.p-top_chara__nav-in {
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara__nav-in {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-top_chara__nav:hover .p-top_chara__nav-in {
    background: var(--color-white);
  }
}
.p-top_chara__nav-arrow {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara__nav-arrow {
    transition: filter 0.3s var(--ease_out);
  }
  .p-top_chara__nav:hover .p-top_chara__nav-arrow {
    filter: invert(1);
  }
}
.p-top_chara__more {
  width: 24rem;
  display: block;
  position: relative;
  margin: -3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top_chara__more {
    width: 18rem;
    margin: -0.8rem auto 0;
  }
}

.p-top_chara_data {
  --chara_color: #375caf;
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top_chara_data__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  pointer-events: none;
  z-index: 0;
}
.p-top_chara_data__content {
  width: 150%;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0) scale(0.9);
  transition: transform 0.8s var(--ease_inout);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__content {
    transform: translate(-50%, 0) scale(0.8);
  }
}
.is-slide-current .p-top_chara_data__content {
  transform: translate(-50%, 0) scale(1.001);
}
.p-top_chara_data__base {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  -webkit-mask: url("../img/chara/top/chara_bg_top-mask.webp") no-repeat center/contain;
  mask: url("../img/chara/top/chara_bg_top-mask.webp") no-repeat center/contain;
}
.p-top_chara_data__bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-top_chara_data__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/chara/top/chara_bg_top_shadow.webp") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.is-slide-current .p-top_chara_data__bg::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__link:hover + .p-top_chara_data__container .p-top_chara_data__bg::after {
    opacity: 1;
    transition: opacity 0.5s var(--ease_out);
  }
}
.p-top_chara_data__bg-img {
  display: block;
  position: relative;
  z-index: 0;
}
.p-top_chara_data__visual {
  width: 100%;
  display: block;
  position: relative;
  transform: scale(0.95);
  z-index: 0;
  transform-origin: 100% 100%;
  transition: transform 0.8s var(--ease_inout), opacity 0.1s var(--ease_inout) 0.5s;
}
.is-slide-current .p-top_chara_data__visual {
  transform: scale(1) translateX(0.3%);
}
.p-top_chara_data__visual-img {
  display: block;
  position: relative;
  transform: translateX(0);
  transition: transform 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__link:hover + .p-top_chara_data__container .p-top_chara_data__visual-img {
    transform: translate(3%, 4%) scale(1.1);
  }
}
.p-top_chara_data__name {
  width: 45%;
  display: block;
  position: absolute;
  bottom: 16.8%;
  left: 35%;
  transform: translate(calc(-50% - 4rem), 0);
  color: var(--color-white);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s var(--ease_out), transform 0s linear 0.5s;
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__name {
    bottom: 16.8%;
  }
}
.is-slide-current .p-top_chara_data__name {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.8s var(--ease_inout), transform 0.5s var(--ease_out) 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_chara_data__link:hover + .p-top_chara_data__container .p-top_chara_data__name {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: opacity 0.5s var(--ease_out), transform 0.3s var(--ease_out);
  }
}
.p-top_chara_data__name-sub {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  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;
  text-shadow: 0 0 3rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__name-sub {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.6);
  }
}
.p-top_chara_data__name-main {
  display: block;
  position: relative;
  font-size: 3.4rem;
  line-height: 1.2;
  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;
  text-shadow: 0 0 3rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .p-top_chara_data__name-main {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 2rem rgba(0, 0, 0, 0.6);
  }
}
.p-top_chara_data__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  font-size: 0;
  z-index: 1;
}

.p-news {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 3.4rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-news {
    width: 85%;
    padding-top: 2.2rem;
  }
}
.is-enter .p-news {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item + .p-news__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-news__list-item + .p-news__list-item {
    margin-top: 0.6rem;
  }
}
.p-news__pagination {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 2.9rem;
  }
}
.p-news__back {
  width: 20rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  padding: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    width: 18rem;
    margin: 1.3rem auto 0;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  color: var(--color-white);
  background: url("../img/news/bg_pattern03.webp") repeat 0 0/100px auto;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 1.5rem 2rem;
    background-size: 50px auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article {
    transition: color 0.3s var(--ease_out);
  }
  .p-news_article:hover {
    color: var(--color-black);
  }
}
.p-news_article::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
  animation: clip-out 0.5s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article::before {
    content: "";
  }
  .p-news_article:hover::before {
    opacity: 1;
    transition: opacity 0.5s var(--ease_out);
    animation: clip-in 0.4s var(--ease_out);
  }
}
.p-news_article__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news_article__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-news_article__bg::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-news_article__bg::after {
    background-size: 1rem auto;
  }
}
.p-news_article__date {
  min-width: 10.2rem;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-gray-date);
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-news_article__title {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.2rem;
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  padding: 3rem 5rem;
  color: var(--color-white);
  background: url("../img/news/bg_pattern03.webp") repeat 0 0/100px auto;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding: 1.5rem 2rem;
    background-size: 50px auto;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-news_single__header::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-news_single__header::after {
    background-size: 1rem auto;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: var(--color-gray-date);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.2rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 3rem 5rem;
  color: var(--color-white);
  background: url("../img/news/bg_pattern03.webp") repeat 0 0/100px auto;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 2rem 2rem;
    background-size: 50px auto;
  }
}
.p-news_single__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-news_single__inner::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner::after {
    background-size: 1rem auto;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.2rem;
  }
}
.p-news_single__text a {
  color: var(--color-cyan);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}

.p-onair {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 5.4rem;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-onair {
    width: 85%;
    padding-top: 2.8rem;
  }
}
.is-enter .p-onair {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}

.p-onair_content {
  display: block;
  position: relative;
}
.p-onair_content + .p-onair_content {
  margin-top: 9rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content + .p-onair_content {
    margin-top: 5.5rem;
  }
}
.p-onair_content__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content__header {
    margin-bottom: 2rem;
  }
}
.p-onair_content__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair_content__title {
    font-size: 1.8rem;
  }
}
.p-onair_content__inner {
  display: block;
  position: relative;
}
.p-onair_content__lead {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.06rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair_content__lead {
    font-size: 1.4rem;
  }
}
.p-onair_content__lead strong {
  font-size: 1.3em;
  font-weight: 600;
}
.p-onair_content__table {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-onair_content__table {
    margin-top: 2.6rem;
  }
}
.p-onair_content__streaming {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-onair_content__streaming {
    margin-top: 2.5rem;
  }
}
.p-onair_content__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content__note {
    margin-top: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

.p-onair_table {
  display: block;
  position: relative;
}
.p-onair_table__header {
  display: block;
  position: relative;
  color: var(--color-white);
  background: url("../img/news/bg_pattern03.webp") repeat 0 0/100px auto;
}
.p-onair_table__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-onair_table__header::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-onair_table__header::after {
    background-size: 1rem auto;
  }
}
.p-onair_table__inner {
  display: block;
  position: relative;
}
.p-onair_table__list {
  display: block;
  position: relative;
}
.p-onair_table__list-item {
  display: block;
  position: relative;
}
.p-onair_table__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
}
.p-onair_table__data {
  display: block;
  position: relative;
}

.p-onair_table_data {
  display: grid;
  grid-template-columns: 30rem 1fr 31.5%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-onair_table_data {
    grid-template-columns: 15rem 1fr;
    grid-template-rows: 1fr auto;
  }
}
.p-onair_table_data__cell {
  display: block;
  position: relative;
  padding: 2.1rem 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-onair_table_data__cell {
    padding: 1.4rem 1rem;
    font-size: 1.1rem;
  }
}
.--cap .p-onair_table_data__cell {
  padding: 1.1rem 3rem;
}
@media screen and (max-width: 960px) {
  .--cap .p-onair_table_data__cell {
    padding: 0.6rem 1rem;
  }
}
@media screen and (max-width: 960px) {
  .--cap .p-onair_table_data__cell.--note {
    display: none;
  }
}
.p-onair_table_data__cell-link {
  display: block;
  position: relative;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-onair_table_data__cell-link:hover {
    text-decoration: none;
  }
}

.p-onair_streaming {
  display: block;
  position: relative;
}
.p-onair_streaming + .p-onair_streaming {
  margin-top: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming + .p-onair_streaming {
    margin-top: 3rem;
  }
}
.p-onair_streaming__header {
  display: block;
  position: relative;
  color: var(--color-white);
  background: url("../img/news/bg_pattern03.webp") repeat 0 0/100px auto;
}
.p-onair_streaming__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  pointer-events: none;
}
.p-onair_streaming__header::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming__header::after {
    background-size: 1rem auto;
  }
}
.p-onair_streaming__title {
  display: block;
  position: relative;
  padding: 1.1rem 3rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-onair_streaming__title {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
  }
}
.p-onair_streaming__inner {
  display: block;
  position: relative;
}
.p-onair_streaming__list {
  display: block;
  position: relative;
}
.p-onair_streaming__list-item {
  display: block;
  position: relative;
}
.p-onair_streaming__list-item + .p-onair_streaming__list-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming__list-item + .p-onair_streaming__list-item {
    margin-top: 2rem;
  }
}
.p-onair_streaming__list-item + .p-onair_streaming__list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 0;
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-onair_streaming__list-item + .p-onair_streaming__list-item::before {
    top: -1.2rem;
  }
}
.p-onair_streaming__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1rem;
}
.p-onair_streaming__note + .p-onair_streaming__note {
  margin-top: 1rem;
}

.p-onair_streaming_group {
  display: block;
  position: relative;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_group {
    padding: 1.9rem 1rem;
  }
}
.p-onair_streaming_group__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_group__title {
    font-size: 1.2rem;
  }
}
.p-onair_streaming_group__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_group__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    margin-top: 1.2rem;
  }
}
.p-onair_streaming_group__list-item {
  display: block;
  position: relative;
}

.p-onair_streaming_data {
  display: block;
  position: relative;
}
.p-onair_streaming_data-btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-onair_streaming_data-note {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_data-note {
    margin-top: 0.4rem;
    font-size: 0.8rem;
  }
}

.p-onair_streaming_btn {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.3rem;
  color: var(--color-white);
  z-index: 0;
}
.p-onair_streaming_btn:not([href]) {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-onair_streaming_btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-onair_streaming_btn:hover {
    color: var(--color-black);
    background-color: var(--color-black);
  }
}
.p-onair_streaming_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  z-index: 1;
  pointer-events: none;
}
.p-onair_streaming_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner_black_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_black_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_black_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_black_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-onair_streaming_btn__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--color-cyan) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) repeat-x 0 0/80rem 100%;
}
.is-enter .p-onair_streaming_btn__bg {
  animation: more_bg 3s linear infinite;
}
@keyframes more_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 80rem;
  }
}
.p-onair_streaming_btn__content {
  width: 100%;
  min-height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_btn__content {
    min-height: 4.2rem;
  }
}
.p-onair_streaming_btn__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  opacity: 0;
  animation: clip-out 0.4s var(--ease_out);
  transition: opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-onair_streaming_btn:hover .p-onair_streaming_btn__content::before {
    opacity: 1;
    animation: clip-in 0.4s var(--ease_out);
    transition: opacity 0s linear;
  }
}
.p-onair_streaming_btn__text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_btn__text {
    font-size: 1.1rem;
  }
}
.p-onair_streaming_btn__arrow {
  width: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-onair_streaming_btn__arrow {
    display: none;
  }
}
.p-onair_streaming_btn:not([href]) .p-onair_streaming_btn__arrow {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-onair_streaming_btn__arrow {
    transition: filter 0.3s var(--ease_out);
  }
  .p-onair_streaming_btn:hover .p-onair_streaming_btn__arrow {
    filter: invert(1);
  }
}

.p-chara {
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  padding-bottom: 16rem;
  margin: -7rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-chara {
    width: 84%;
    padding-bottom: 4rem;
    padding-top: 2.8rem;
    margin-top: -3.8rem;
  }
}
.p-chara__header {
  display: block;
  position: absolute;
  top: 22.5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    top: 6.5rem;
  }
}
.p-chara__pager {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 2rem;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara__pager {
    gap: 1rem;
  }
}
.is-enter .p-chara__pager {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.1s, transform 0.6s var(--ease_out);
}
.p-chara__pager-item {
  display: block;
  position: relative;
}
.p-chara__inner {
  display: block;
  position: relative;
  z-index: 0;
}
.p-chara__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: -10.8rem auto 0;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara__footer {
    margin-top: 4.6rem;
  }
}
.is-enter .p-chara__footer {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.4s, transform 0.6s var(--ease_out) 0.3s;
}

.p-chara_content {
  --chara_color_1: var(--color-black);
  --chara_color_2: var(--color-black);
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-chara_content::before {
  content: "";
  width: 100vw;
  height: 200px;
  display: block;
  position: absolute;
  bottom: -30rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--chara_color_1);
  -webkit-mask: url("../img/chara/txt_vertexforce.svg") repeat-x 0 100%/1075px auto;
  mask: url("../img/chara/txt_vertexforce.svg") repeat-x 0 100%/1075px auto;
}
@media screen and (max-width: 960px) {
  .p-chara_content::before {
    bottom: -32.5rem;
    -webkit-mask-size: 537.5px auto;
    mask-size: 537.5px auto;
  }
}
.is-enter .p-chara_content::before {
  animation: chara_bg_loop 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-enter .p-chara_content::before {
    animation-duration: 60s;
  }
}
@keyframes chara_bg_loop {
  from {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
  to {
    -webkit-mask-position: -1075px 100%;
    mask-position: -1075px 100%;
  }
}
.p-chara_content__bg {
  width: 100vw;
  min-width: 2800px;
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: url("../img/chara/chara_bg.svg") no-repeat center/contain;
  mask: url("../img/chara/chara_bg.svg") no-repeat center/contain;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__bg {
    top: 23rem;
    min-width: 1400px;
  }
}
.p-chara_content__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--chara_color_1);
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
.is-enter .p-chara_content__bg::before {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 1s;
}
@supports not (container-type: inline-size) {
  .is-enter .p-chara_content__bg::before {
    /* iOS 15以下向け */
    transition-delay: 0s;
  }
}
.p-chara_content__bg-base {
  display: block;
  position: relative;
  opacity: 0;
}
.p-chara_content__bg-grid {
  width: 100%;
  max-width: 100vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports not (container-type: inline-size) {
  .p-chara_content__bg-grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-chara_content__bg-name {
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-chara_content__bg-name {
    top: 43.5%;
    left: 63%;
  }
}
.is-enter .p-chara_content__bg-name {
  opacity: 1;
}
.p-chara_content__grid {
  width: 100%;
  min-width: 100vh;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: relative;
}
@media screen and (orientation: portrait) {
  .p-chara_content__grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(21, 1fr);
  }
}
@supports not (container-type: inline-size) {
  .p-chara_content__grid {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-chara_content__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out) var(--delay);
}
.p-chara_content__grid-item:nth-child(1) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(2) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(3) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(4) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(5) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(6) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(7) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(8) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(9) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(10) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(11) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(12) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(13) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(14) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(15) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(16) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(17) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(18) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(19) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(20) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(21) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(22) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(23) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(24) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(25) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(26) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(27) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(28) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(29) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(30) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(31) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(32) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(33) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(34) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(35) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(36) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(37) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(38) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(39) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(40) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(41) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(42) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(43) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(44) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(45) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(46) {
  --delay: 0.34s;
  --delay2: 10.06s;
}
.p-chara_content__grid-item:nth-child(47) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(48) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(49) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(50) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(51) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(52) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(53) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(54) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(55) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(56) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(57) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(58) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(59) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(60) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(61) {
  --delay: 0.3s;
  --delay2: 10s;
}
.p-chara_content__grid-item:nth-child(62) {
  --delay: 0.34s;
  --delay2: 10.06s;
}
.p-chara_content__grid-item:nth-child(63) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(64) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(65) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(66) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(67) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(68) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(69) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(70) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(71) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(72) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(73) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(74) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(75) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(76) {
  --delay: 0.3s;
  --delay2: 10s;
}
.p-chara_content__grid-item:nth-child(77) {
  --delay: 0.3s;
  --delay2: 10s;
}
.p-chara_content__grid-item:nth-child(78) {
  --delay: 0.34s;
  --delay2: 10.06s;
}
.p-chara_content__grid-item:nth-child(79) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(80) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(81) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(82) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(83) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(84) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(85) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(86) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(87) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(88) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(89) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(90) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(91) {
  --delay: 0.3s;
  --delay2: 10s;
}
.p-chara_content__grid-item:nth-child(92) {
  --delay: 0.34s;
  --delay2: 10.06s;
}
.p-chara_content__grid-item:nth-child(93) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(94) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(95) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(96) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(97) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(98) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(99) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(100) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(101) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(102) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(103) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(104) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(105) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(106) {
  --delay: 0.34s;
  --delay2: 10.06s;
}
.p-chara_content__grid-item:nth-child(107) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(108) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(109) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(110) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(111) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(112) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(113) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(114) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(115) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(116) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(117) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(118) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(119) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(120) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(121) {
  --delay: 0.38s;
  --delay2: 10.12s;
}
.p-chara_content__grid-item:nth-child(122) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(123) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(124) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(125) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(126) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(127) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(128) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(129) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(130) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(131) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(132) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(133) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(134) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(135) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(136) {
  --delay: 0.42s;
  --delay2: 10.18s;
}
.p-chara_content__grid-item:nth-child(137) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(138) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(139) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(140) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(141) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(142) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(143) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(144) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(145) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(146) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(147) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(148) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(149) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(150) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(151) {
  --delay: 0.46s;
  --delay2: 10.24s;
}
.p-chara_content__grid-item:nth-child(152) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(153) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(154) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(155) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(156) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(157) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(158) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(159) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(160) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(161) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(162) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(163) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(164) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(165) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(166) {
  --delay: 0.5s;
  --delay2: 10.3s;
}
.p-chara_content__grid-item:nth-child(167) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(168) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(169) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(170) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(171) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(172) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(173) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(174) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(175) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(176) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(177) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(178) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(179) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(180) {
  --delay: 1.06s;
  --delay2: 11.14s;
}
.p-chara_content__grid-item:nth-child(181) {
  --delay: 0.54s;
  --delay2: 10.36s;
}
.p-chara_content__grid-item:nth-child(182) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(183) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(184) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(185) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(186) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(187) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(188) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(189) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(190) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(191) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(192) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(193) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(194) {
  --delay: 1.06s;
  --delay2: 11.14s;
}
.p-chara_content__grid-item:nth-child(195) {
  --delay: 1.1s;
  --delay2: 11.2s;
}
.p-chara_content__grid-item:nth-child(196) {
  --delay: 0.58s;
  --delay2: 10.42s;
}
.p-chara_content__grid-item:nth-child(197) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(198) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(199) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(200) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(201) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(202) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(203) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(204) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(205) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(206) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(207) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(208) {
  --delay: 1.06s;
  --delay2: 11.14s;
}
.p-chara_content__grid-item:nth-child(209) {
  --delay: 1.1s;
  --delay2: 11.2s;
}
.p-chara_content__grid-item:nth-child(210) {
  --delay: 1.14s;
  --delay2: 11.26s;
}
.p-chara_content__grid-item:nth-child(211) {
  --delay: 0.62s;
  --delay2: 10.48s;
}
.p-chara_content__grid-item:nth-child(212) {
  --delay: 0.66s;
  --delay2: 10.54s;
}
.p-chara_content__grid-item:nth-child(213) {
  --delay: 0.7s;
  --delay2: 10.6s;
}
.p-chara_content__grid-item:nth-child(214) {
  --delay: 0.74s;
  --delay2: 10.66s;
}
.p-chara_content__grid-item:nth-child(215) {
  --delay: 0.78s;
  --delay2: 10.72s;
}
.p-chara_content__grid-item:nth-child(216) {
  --delay: 0.82s;
  --delay2: 10.78s;
}
.p-chara_content__grid-item:nth-child(217) {
  --delay: 0.86s;
  --delay2: 10.84s;
}
.p-chara_content__grid-item:nth-child(218) {
  --delay: 0.9s;
  --delay2: 10.9s;
}
.p-chara_content__grid-item:nth-child(219) {
  --delay: 0.94s;
  --delay2: 10.96s;
}
.p-chara_content__grid-item:nth-child(220) {
  --delay: 0.98s;
  --delay2: 11.02s;
}
.p-chara_content__grid-item:nth-child(221) {
  --delay: 1.02s;
  --delay2: 11.08s;
}
.p-chara_content__grid-item:nth-child(222) {
  --delay: 1.06s;
  --delay2: 11.14s;
}
.p-chara_content__grid-item:nth-child(223) {
  --delay: 1.1s;
  --delay2: 11.2s;
}
.p-chara_content__grid-item:nth-child(224) {
  --delay: 1.14s;
  --delay2: 11.26s;
}
.p-chara_content__grid-item:nth-child(225) {
  --delay: 1.18s;
  --delay2: 11.32s;
}
@media screen and (orientation: portrait) {
  .p-chara_content__grid-item:nth-child(n+211) {
    display: none;
  }
  .p-chara_content__grid-item:nth-child(1) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(2) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(3) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(4) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(5) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(6) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(7) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(8) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(9) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(10) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(11) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(12) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(13) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(14) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(15) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(16) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(17) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(18) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(19) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(20) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(21) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(22) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(23) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(24) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(25) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(26) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(27) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(28) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(29) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(30) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(31) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(32) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(33) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(34) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(35) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(36) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(37) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(38) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(39) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(40) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(41) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(42) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(43) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(44) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(45) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(46) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(47) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(48) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(49) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(50) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(51) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(52) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(53) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(54) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(55) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(56) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(57) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(58) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(59) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(60) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(61) {
    --delay: 0.34s;
    --delay2: 10.06s;
  }
  .p-chara_content__grid-item:nth-child(62) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(63) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(64) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(65) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(66) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(67) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(68) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(69) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(70) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(71) {
    --delay: 0.3s;
    --delay2: 10s;
  }
  .p-chara_content__grid-item:nth-child(72) {
    --delay: 0.34s;
    --delay2: 10.06s;
  }
  .p-chara_content__grid-item:nth-child(73) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(74) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(75) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(76) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(77) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(78) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(79) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(80) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(81) {
    --delay: 0.3s;
    --delay2: 10s;
  }
  .p-chara_content__grid-item:nth-child(82) {
    --delay: 0.3s;
    --delay2: 10s;
  }
  .p-chara_content__grid-item:nth-child(83) {
    --delay: 0.34s;
    --delay2: 10.06s;
  }
  .p-chara_content__grid-item:nth-child(84) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(85) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(86) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(87) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(88) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(89) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(90) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(91) {
    --delay: 0.3s;
    --delay2: 10s;
  }
  .p-chara_content__grid-item:nth-child(92) {
    --delay: 0.34s;
    --delay2: 10.06s;
  }
  .p-chara_content__grid-item:nth-child(93) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(94) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(95) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(96) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(97) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(98) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(99) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(100) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(101) {
    --delay: 0.34s;
    --delay2: 10.06s;
  }
  .p-chara_content__grid-item:nth-child(102) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(103) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(104) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(105) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(106) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(107) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(108) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(109) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(110) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(111) {
    --delay: 0.38s;
    --delay2: 10.12s;
  }
  .p-chara_content__grid-item:nth-child(112) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(113) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(114) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(115) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(116) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(117) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(118) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(119) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(120) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(121) {
    --delay: 0.42s;
    --delay2: 10.18s;
  }
  .p-chara_content__grid-item:nth-child(122) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(123) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(124) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(125) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(126) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(127) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(128) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(129) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(130) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(131) {
    --delay: 0.46s;
    --delay2: 10.24s;
  }
  .p-chara_content__grid-item:nth-child(132) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(133) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(134) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(135) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(136) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(137) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(138) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(139) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(140) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(141) {
    --delay: 0.5s;
    --delay2: 10.3s;
  }
  .p-chara_content__grid-item:nth-child(142) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(143) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(144) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(145) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(146) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(147) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(148) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(149) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(150) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(151) {
    --delay: 0.54s;
    --delay2: 10.36s;
  }
  .p-chara_content__grid-item:nth-child(152) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(153) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(154) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(155) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(156) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(157) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(158) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(159) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(160) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(161) {
    --delay: 0.58s;
    --delay2: 10.42s;
  }
  .p-chara_content__grid-item:nth-child(162) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(163) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(164) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(165) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(166) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(167) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(168) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(169) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(170) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(171) {
    --delay: 0.62s;
    --delay2: 10.48s;
  }
  .p-chara_content__grid-item:nth-child(172) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(173) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(174) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(175) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(176) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(177) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(178) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(179) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(180) {
    --delay: 0.98s;
    --delay2: 11.02s;
  }
  .p-chara_content__grid-item:nth-child(181) {
    --delay: 0.66s;
    --delay2: 10.54s;
  }
  .p-chara_content__grid-item:nth-child(182) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(183) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(184) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(185) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(186) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(187) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(188) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(189) {
    --delay: 0.98s;
    --delay2: 11.02s;
  }
  .p-chara_content__grid-item:nth-child(190) {
    --delay: 1.02s;
    --delay2: 11.08s;
  }
  .p-chara_content__grid-item:nth-child(191) {
    --delay: 0.7s;
    --delay2: 10.6s;
  }
  .p-chara_content__grid-item:nth-child(192) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(193) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(194) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(195) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(196) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(197) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(198) {
    --delay: 0.98s;
    --delay2: 11.02s;
  }
  .p-chara_content__grid-item:nth-child(199) {
    --delay: 1.02s;
    --delay2: 11.08s;
  }
  .p-chara_content__grid-item:nth-child(200) {
    --delay: 1.06s;
    --delay2: 11.14s;
  }
  .p-chara_content__grid-item:nth-child(201) {
    --delay: 0.74s;
    --delay2: 10.66s;
  }
  .p-chara_content__grid-item:nth-child(202) {
    --delay: 0.78s;
    --delay2: 10.72s;
  }
  .p-chara_content__grid-item:nth-child(203) {
    --delay: 0.82s;
    --delay2: 10.78s;
  }
  .p-chara_content__grid-item:nth-child(204) {
    --delay: 0.86s;
    --delay2: 10.84s;
  }
  .p-chara_content__grid-item:nth-child(205) {
    --delay: 0.9s;
    --delay2: 10.9s;
  }
  .p-chara_content__grid-item:nth-child(206) {
    --delay: 0.94s;
    --delay2: 10.96s;
  }
  .p-chara_content__grid-item:nth-child(207) {
    --delay: 0.98s;
    --delay2: 11.02s;
  }
  .p-chara_content__grid-item:nth-child(208) {
    --delay: 1.02s;
    --delay2: 11.08s;
  }
  .p-chara_content__grid-item:nth-child(209) {
    --delay: 1.06s;
    --delay2: 11.14s;
  }
  .p-chara_content__grid-item:nth-child(210) {
    --delay: 1.1s;
    --delay2: 11.2s;
  }
}
.is-enter .p-chara_content__grid-item {
  opacity: 1;
  transition: opacity 0.1s var(--ease_out) var(--delay);
}
@supports not (container-type: inline-size) {
  .p-chara_content__grid-item {
    /* iOS 15以下向け */
    display: none;
    visibility: hidden;
  }
}
.p-chara_content__grid-item::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--chara_color_1);
}
.p-chara_content__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
}
.is-enter .p-chara_content__grid-item::after {
  animation: 35s chara_grid_cell linear var(--delay2) infinite;
}
@keyframes chara_grid_cell {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-chara_content__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-chara_content__visual {
  width: 100%;
  min-width: 1180px;
  display: block;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual {
    width: 65rem;
    min-width: auto;
    left: 45%;
  }
  .--chara01 .p-chara_content__visual {
    left: 50%;
  }
}
.p-chara_content__visual-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translate(-12rem, 4rem);
}
.--chara01 .p-chara_content__visual-img {
  width: 60%;
  box-sizing: content-box;
  padding: 28rem 0 45rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .--chara01 .p-chara_content__visual-img {
    width: 50%;
    padding: 15rem 0 15rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual-img {
    transform: translate(-6rem, 2rem);
  }
}
.is-enter .p-chara_content__visual-img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s var(--ease_inout) 0.3s, transform 0.6s var(--ease_out) 0.3s;
}
.p-chara_content__inner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-chara_content__inner {
    max-width: 46rem;
    position: absolute;
    top: 44rem;
    left: 0;
    z-index: 1;
    color: var(--color-white);
  }
}
@media screen and (min-width: 961px) and (min-width: 1401px) {
  .p-chara_content__inner {
    top: 46rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_content__inner {
    margin-top: -11.2rem;
  }
  .--chara02 .p-chara_content__inner {
    margin-top: -14.2rem;
  }
  .--chara03 .p-chara_content__inner {
    margin-top: -5.2rem;
  }
  .--chara04 .p-chara_content__inner {
    margin-top: -2.2rem;
  }
}
.p-chara_content__name {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-enter .p-chara_content__name {
  opacity: 1;
  transition: opacity 0.5s var(--ease_out);
}
.p-chara_content__name-sub {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  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;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-sub {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
  }
}
.is-enter .p-chara_content__name-sub {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.1s, transform 0.6s var(--ease_out);
}
.p-chara_content__name-main {
  display: block;
  position: relative;
  font-size: 5.4rem;
  letter-spacing: 0;
  line-height: 1.2;
  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;
  word-break: keep-all;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-main {
    font-size: 2.8rem;
    text-align: center;
  }
}
.is-enter .p-chara_content__name-main {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.1s;
}
.p-chara_content__cv {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv {
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.6rem;
  }
}
.is-enter .p-chara_content__cv {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.2s, transform 0.6s var(--ease_out) 0.1s;
}
.p-chara_content__cv-sub {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  padding-top: 0.3rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv-sub {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1rem;
    padding-top: 0.2rem;
    letter-spacing: 0;
  }
}
.p-chara_content__cv-sub::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.p-chara_content__cv-main {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv-main {
    top: 0.05rem;
    font-size: 1.5rem;
  }
}
.p-chara_content__description {
  width: 100%;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  color: var(--color-white);
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description {
    margin-top: 2.2rem;
  }
}
.is-enter .p-chara_content__description {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s var(--ease_inout) 0.3s, transform 0.6s var(--ease_out) 0.2s;
}

.p-chara_description {
  display: block;
  position: relative;
}
.p-chara_description::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  z-index: 1;
  pointer-events: none;
}
.p-chara_description::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/1.2rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/1.2rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/1.2rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/1.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-chara_description::after {
    background-size: 1rem auto;
  }
}
.p-chara_description__header {
  display: block;
  position: relative;
  padding: 1.5rem 2rem 0.6rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara_description__header {
    padding: 0.7rem 1.2rem 0.3rem;
  }
}
.p-chara_description__header::before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 0.5rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  background: var(--chara_color_2);
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .p-chara_description__header::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.3rem);
    left: 0.3rem;
    background: var(--color-black);
  }
}
.p-chara_description__header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-bottom: 1px solid var(--color-black);
}
.p-chara_description__title {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-chara_description__title {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.p-chara_description__inner {
  display: block;
  position: relative;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 960px) {
  .p-chara_description__inner {
    padding: 1.4rem 2.3rem;
  }
}
.p-chara_description__inner::before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 0.5rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0.5rem;
  background: var(--chara_color_2);
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .p-chara_description__inner::before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.3rem);
    left: 0.3rem;
    background: var(--color-black);
  }
}
.p-chara_description__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-top: 1px solid var(--color-black);
}
.p-chara_description__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-chara_description__text {
    font-size: 1.2rem;
  }
}
.p-chara_description__text a {
  color: var(--color-cyan);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_description__text a:hover {
    text-decoration: none;
  }
}
.p-chara_description__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_description__text img {
    max-width: 100%;
  }
}
.p-chara_description__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-chara_description__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_description__text iframe {
    max-width: 100%;
  }
}

.p-chara_btn {
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  position: relative;
  color: var(--color-white);
  z-index: 0;
  padding: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-chara_btn {
    width: 4rem;
    height: 4rem;
  }
}
.--prev .p-chara_btn {
  transform: scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-chara_btn:hover {
    color: var(--color-black);
    background-color: var(--color-black);
  }
}
.p-chara_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  z-index: 1;
  pointer-events: none;
}
.p-chara_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner_black_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_black_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_black_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_black_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-chara_btn__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--color-cyan) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) repeat-x 0 0/80rem 100%;
}
.is-load .p-chara_btn__bg {
  animation: more_bg 3s linear infinite;
}
@keyframes more_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 80rem;
  }
}
.p-chara_btn__content {
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_btn__content {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-chara_btn:hover .p-chara_btn__content {
    background: var(--color-white);
  }
}
.p-chara_btn__arrow {
  width: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara_btn__arrow {
    width: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_btn__arrow {
    transition: filter 0.3s var(--ease_out);
  }
  .p-chara_btn:hover .p-chara_btn__arrow {
    filter: invert(1);
  }
}

.p-chara_nav {
  display: block;
  position: relative;
}
.p-chara_nav__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__header {
    margin-bottom: 2.6rem;
  }
}
.p-chara_nav__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.7rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__title {
    font-size: 1.8rem;
  }
}
.p-chara_nav__inner {
  display: block;
  position: relative;
}
.p-chara_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
.p-chara_nav__list-item {
  width: 16rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list-item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-chara_nav__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.is-chara-current .p-chara_nav__btn {
  pointer-events: none;
}
.p-chara_nav__btn-base {
  display: block;
  position: relative;
}
.p-chara_nav__btn-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(1.06);
}
.is-chara-current .p-chara_nav__btn-cover {
  opacity: 1;
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__btn-cover {
    transition: opacity 0.2s var(--ease_out), transform 0.2s var(--ease_out);
  }
  .p-chara_nav__btn:hover .p-chara_nav__btn-cover {
    opacity: 1;
    transform: scale(1.001);
  }
}
.p-chara_nav__btn-cover::before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: url("../img/news/corner_black02_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/news/corner_black02_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/news/corner_black02_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/news/corner_black02_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  pointer-events: none;
  filter: invert(1);
}
@media screen and (max-width: 960px) {
  .p-chara_nav__btn-cover::before {
    background-size: 0.5rem auto;
  }
}
.p-chara_nav__btn-select {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-chara_nav__btn-select {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
}

.p-page {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-page__container {
  display: block;
  position: relative;
  padding: 11rem 0 10rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    padding: 8rem 0 8rem;
  }
}
.is-enter .p-page__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
.p-page__brand {
  width: 18rem;
  display: block;
  position: fixed;
  left: 4.5rem;
  top: 3.5rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-page__brand {
    width: 10.5rem;
    left: 2.5rem;
    top: 2rem;
  }
}
.p-page__header {
  display: block;
  position: relative;
  padding-top: 1rem;
  z-index: 2;
  opacity: 0;
  transform: translateX(-3rem);
}
@media screen and (max-width: 960px) {
  .p-page__header {
    padding-top: 0.5rem;
  }
}
.p-page__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-page__header::before {
    height: 0.5rem;
  }
}
.is-enter .p-page__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s var(--ease_out), transform 0.6s var(--ease_out);
}
.p-page__title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 10.2rem;
  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-black);
  transform: scale(0.95, 1);
  font-weight: 900;
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    font-size: 5.2rem;
    letter-spacing: 0.04rem;
  }
}
.p-page__inner {
  display: block;
  position: relative;
}

.p-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  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-more {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.3rem;
  color: var(--color-white);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-more {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-more:hover {
    color: var(--color-black);
    background-color: var(--color-black);
  }
}
.p-more::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  z-index: 1;
  pointer-events: none;
}
.p-more::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  display: block;
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  background: url("../img/corner_black_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_black_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_black_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_black_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-more__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--color-cyan) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) repeat-x 0 0/80rem 100%;
}
.is-load .p-more__bg {
  animation: more_bg 3s linear infinite;
}
@keyframes more_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 80rem;
  }
}
.p-more__content {
  width: 100%;
  min-height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  color: currentColor;
}
@media screen and (min-width: 961px) {
  .p-more.--L .p-more__content {
    min-height: 6rem;
  }
}
.p-more__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-more.--L .p-more__text {
    font-size: 1.6rem;
  }
}
.p-more__arrow {
  width: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-more.--L .p-more__arrow {
    width: 1.8rem;
    right: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-more__arrow {
    transition: filter 0.3s var(--ease_out);
  }
  .p-more:hover .p-more__arrow {
    filter: invert(1);
  }
}
.p-more__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(5, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
@media not all and (hover: hover) and (pointer: fine) {
  .p-more__grid {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
.p-more__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
@media not all and (hover: hover) and (pointer: fine) {
  .p-more__grid-item {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
.p-more__grid-item:nth-child(1) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-more__grid-item:nth-child(2) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-more__grid-item:nth-child(3) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-more__grid-item:nth-child(4) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-more__grid-item:nth-child(5) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-more__grid-item:nth-child(6) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-more__grid-item:nth-child(7) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-more__grid-item:nth-child(8) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-more__grid-item:nth-child(9) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-more__grid-item:nth-child(10) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-more__grid-item:nth-child(11) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-more__grid-item:nth-child(12) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-more__grid-item:nth-child(13) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-more__grid-item:nth-child(14) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-more__grid-item:nth-child(15) {
  --delay1: 0.3s;
  --delay2: 0.3s;
}
.p-more__grid-item:nth-child(16) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-more__grid-item:nth-child(17) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-more__grid-item:nth-child(18) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-more__grid-item:nth-child(19) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-more__grid-item:nth-child(20) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-more__grid-item:nth-child(21) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-more__grid-item:nth-child(22) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-more__grid-item:nth-child(23) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-more__grid-item:nth-child(24) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-more__grid-item:nth-child(25) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-more__grid-item:nth-child(26) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-more__grid-item:nth-child(27) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-more__grid-item:nth-child(28) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-more__grid-item:nth-child(29) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-more__grid-item:nth-child(30) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-more__grid-item:nth-child(31) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-more__grid-item:nth-child(32) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-more__grid-item:nth-child(33) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-more__grid-item:nth-child(34) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-more__grid-item:nth-child(35) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-more__grid-item:nth-child(36) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-more__grid-item:nth-child(37) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-more__grid-item:nth-child(38) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-more__grid-item:nth-child(39) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-more__grid-item:nth-child(40) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-more__grid-item:nth-child(41) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-more__grid-item:nth-child(42) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-more__grid-item:nth-child(43) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-more__grid-item:nth-child(44) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-more__grid-item:nth-child(45) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-more__grid-item:nth-child(46) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-more__grid-item:nth-child(47) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-more__grid-item:nth-child(48) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-more__grid-item:nth-child(49) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-more__grid-item:nth-child(50) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-more__grid-item:nth-child(51) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-more__grid-item:nth-child(52) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-more__grid-item:nth-child(53) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-more__grid-item:nth-child(54) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-more__grid-item:nth-child(55) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-more__grid-item:nth-child(56) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-more__grid-item:nth-child(57) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-more__grid-item:nth-child(58) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-more__grid-item:nth-child(59) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-more__grid-item:nth-child(60) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-more__grid-item:nth-child(61) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-more__grid-item:nth-child(62) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-more__grid-item:nth-child(63) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-more__grid-item:nth-child(64) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-more__grid-item:nth-child(65) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-more__grid-item:nth-child(66) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-more__grid-item:nth-child(67) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-more__grid-item:nth-child(68) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-more__grid-item:nth-child(69) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-more__grid-item:nth-child(70) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-more__grid-item:nth-child(71) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-more__grid-item:nth-child(72) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-more__grid-item:nth-child(73) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-more__grid-item:nth-child(74) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-more__grid-item:nth-child(75) {
  --delay1: 0.3s;
  --delay2: 0.3s;
}
.p-more__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
@media (hover: hover) and (pointer: fine) {
  .p-more__grid-item::before {
    transition: opacity 0.1s linear calc(var(--delay1) + 0.05s);
  }
  .p-more:hover .p-more__grid-item::before {
    opacity: 1;
    transition: opacity 0.1s linear var(--delay1);
  }
}
.p-more__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--color-white);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-more__grid-item::after {
    transition: opacity 0.1s linear var(--delay2);
  }
  .p-more:hover .p-more__grid-item::after {
    opacity: 1;
    transition: opacity 0.1s linear calc(var(--delay2) + 0.05s);
  }
}

.p-back {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.3rem;
  color: var(--color-white);
  z-index: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-back {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-back:hover {
    color: var(--color-black);
    background-color: var(--color-black);
  }
}
.p-back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray);
  z-index: 1;
  pointer-events: none;
}
.p-back::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner_black_lt.webp") no-repeat left 0 top 0/0.7rem auto, url("../img/corner_black_rt.webp") no-repeat right 0 top 0/0.7rem auto, url("../img/corner_black_lb.webp") no-repeat left 0 bottom 0/0.7rem auto, url("../img/corner_black_rb.webp") no-repeat right 0 bottom 0/0.7rem auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-back__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--color-cyan) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%) repeat-x 0 0/80rem 100%;
}
.is-load .p-back__bg {
  animation: more_bg 3s linear infinite;
}
@keyframes more_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 80rem;
  }
}
.p-back__content {
  width: 100%;
  min-height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-black);
  overflow: hidden;
  color: currentColor;
}
.p-back__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.p-back__arrow {
  width: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translate(0, -50%) scale(-1, 1);
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-back__arrow {
    transition: filter 0.3s var(--ease_out);
  }
  .p-back:hover .p-back__arrow {
    filter: invert(1);
  }
}
.p-back__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(5, 1fr);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media not all and (hover: hover) and (pointer: fine) {
  .p-back__grid {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
.p-back__grid-item {
  --delay: 0s;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
@media not all and (hover: hover) and (pointer: fine) {
  .p-back__grid-item {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
.p-back__grid-item:nth-child(1) {
  --delay1: 0.3s;
  --delay2: 0.3s;
}
.p-back__grid-item:nth-child(2) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-back__grid-item:nth-child(3) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-back__grid-item:nth-child(4) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-back__grid-item:nth-child(5) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-back__grid-item:nth-child(6) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-back__grid-item:nth-child(7) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-back__grid-item:nth-child(8) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-back__grid-item:nth-child(9) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-back__grid-item:nth-child(10) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-back__grid-item:nth-child(11) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-back__grid-item:nth-child(12) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-back__grid-item:nth-child(13) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-back__grid-item:nth-child(14) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-back__grid-item:nth-child(15) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-back__grid-item:nth-child(16) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-back__grid-item:nth-child(17) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-back__grid-item:nth-child(18) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-back__grid-item:nth-child(19) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-back__grid-item:nth-child(20) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-back__grid-item:nth-child(21) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-back__grid-item:nth-child(22) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-back__grid-item:nth-child(23) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-back__grid-item:nth-child(24) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-back__grid-item:nth-child(25) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-back__grid-item:nth-child(26) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-back__grid-item:nth-child(27) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-back__grid-item:nth-child(28) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-back__grid-item:nth-child(29) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-back__grid-item:nth-child(30) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-back__grid-item:nth-child(31) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-back__grid-item:nth-child(32) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-back__grid-item:nth-child(33) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-back__grid-item:nth-child(34) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-back__grid-item:nth-child(35) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-back__grid-item:nth-child(36) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-back__grid-item:nth-child(37) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-back__grid-item:nth-child(38) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-back__grid-item:nth-child(39) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-back__grid-item:nth-child(40) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-back__grid-item:nth-child(41) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-back__grid-item:nth-child(42) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-back__grid-item:nth-child(43) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-back__grid-item:nth-child(44) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-back__grid-item:nth-child(45) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-back__grid-item:nth-child(46) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-back__grid-item:nth-child(47) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-back__grid-item:nth-child(48) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-back__grid-item:nth-child(49) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-back__grid-item:nth-child(50) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-back__grid-item:nth-child(51) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-back__grid-item:nth-child(52) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-back__grid-item:nth-child(53) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-back__grid-item:nth-child(54) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-back__grid-item:nth-child(55) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-back__grid-item:nth-child(56) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-back__grid-item:nth-child(57) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-back__grid-item:nth-child(58) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-back__grid-item:nth-child(59) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-back__grid-item:nth-child(60) {
  --delay1: 0s;
  --delay2: 0s;
}
.p-back__grid-item:nth-child(61) {
  --delay1: 0.3s;
  --delay2: 0.3s;
}
.p-back__grid-item:nth-child(62) {
  --delay1: 0.28s;
  --delay2: 0.28s;
}
.p-back__grid-item:nth-child(63) {
  --delay1: 0.26s;
  --delay2: 0.26s;
}
.p-back__grid-item:nth-child(64) {
  --delay1: 0.24s;
  --delay2: 0.24s;
}
.p-back__grid-item:nth-child(65) {
  --delay1: 0.22s;
  --delay2: 0.22s;
}
.p-back__grid-item:nth-child(66) {
  --delay1: 0.2s;
  --delay2: 0.2s;
}
.p-back__grid-item:nth-child(67) {
  --delay1: 0.18s;
  --delay2: 0.18s;
}
.p-back__grid-item:nth-child(68) {
  --delay1: 0.16s;
  --delay2: 0.16s;
}
.p-back__grid-item:nth-child(69) {
  --delay1: 0.14s;
  --delay2: 0.14s;
}
.p-back__grid-item:nth-child(70) {
  --delay1: 0.12s;
  --delay2: 0.12s;
}
.p-back__grid-item:nth-child(71) {
  --delay1: 0.1s;
  --delay2: 0.1s;
}
.p-back__grid-item:nth-child(72) {
  --delay1: 0.08s;
  --delay2: 0.08s;
}
.p-back__grid-item:nth-child(73) {
  --delay1: 0.06s;
  --delay2: 0.06s;
}
.p-back__grid-item:nth-child(74) {
  --delay1: 0.04s;
  --delay2: 0.04s;
}
.p-back__grid-item:nth-child(75) {
  --delay1: 0.02s;
  --delay2: 0.02s;
}
.p-back__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--color-cyan);
}
@media (hover: hover) and (pointer: fine) {
  .p-back__grid-item::before {
    transition: opacity 0.1s linear calc(var(--delay1) + 0.05s);
  }
  .p-back:hover .p-back__grid-item::before {
    opacity: 1;
    transition: opacity 0.1s linear var(--delay1);
  }
}
.p-back__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--color-white);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-back__grid-item::after {
    transition: opacity 0.1s linear var(--delay2);
  }
  .p-back:hover .p-back__grid-item::after {
    opacity: 1;
    transition: opacity 0.1s linear calc(var(--delay2) + 0.05s);
  }
}

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