@charset "UTF-8";
:root {
  --svh: 100vh;
  --lvh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #070d1b;
  --color-white: #fff;
  --color-blue: #2d56ff;
  --color-green: #00e9aa;
  --color-line: rgba(255, 255, 255, 0.3);
  --color-bg-filter: rgba(0, 0, 0, 0.2);
  --color-bg-filter-world: rgba(0, 0, 0, 0.5);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  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.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Kaku Gothic New", -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-text) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

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

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

.l-wrap {
  display: block;
  position: relative;
  z-index: 0;
}
.l-wrap__loader {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.2rem;
  position: fixed;
  left: 3rem;
  bottom: 2rem;
  font-size: 1.2rem;
  color: var(--color-white);
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    left: 1.8rem;
    bottom: 1.5rem;
    gap: 0.4rem;
    font-size: 1rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
}
.is-pjax-anim .l-wrap__loader {
  opacity: 1;
}
.l-wrap__loader-text {
  display: block;
  position: relative;
  pointer-events: none;
}
.l-wrap__loader-bar {
  width: 1rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader-bar {
    width: 0.7rem;
  }
}
.l-wrap__loader-bar::after {
  content: "-";
  display: block;
  position: relative;
}
.l-wrap__loader-bar::after {
  animation: loading-bar 1s steps(1, start) infinite;
}

.l-wrap__loader-bar::after {
  content: "=";
}

@keyframes loading-bar {
  0% {
    content: "|";
  }
  12.5% {
    content: "/";
  }
  25% {
    content: "-";
  }
  37.5% {
    content: "\\";
  }
  50% {
    content: "|";
  }
  62.5% {
    content: "/";
  }
  75% {
    content: "-";
  }
  87.5% {
    content: "\\";
  }
  100% {
    content: "|";
  }
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 3s var(--ease_out);
}
.l-wrap__cover {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.l-header {
  display: block;
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 10;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (min-width: 961px) {
  [data-area=top]:not(.is-top-in) .l-header {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 0;
    left: 0;
  }
}
.l-header__brand {
  width: 18rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 14.5rem;
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__brand-link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-header__brand-link:hover {
    opacity: 0.6;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  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__grid {
  width: 100%;
  min-width: 66.6666666667vh;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.l-nav__grid-item {
  --delay: 0s;
  padding-top: 100%;
  display: block;
  position: relative;
}
.l-nav__grid-item:nth-child(1) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(2) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(3) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(4) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(5) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(6) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(7) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(8) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(9) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(10) {
  --delay: 0.27s;
}
.l-nav__grid-item:nth-child(11) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(12) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(13) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(14) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(15) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(16) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(17) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(18) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(19) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(20) {
  --delay: 0.3s;
}
.l-nav__grid-item:nth-child(21) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(22) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(23) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(24) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(25) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(26) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(27) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(28) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(29) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(30) {
  --delay: 0.33s;
}
.l-nav__grid-item:nth-child(31) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(32) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(33) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(34) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(35) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(36) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(37) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(38) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(39) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(40) {
  --delay: 0.36s;
}
.l-nav__grid-item:nth-child(41) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(42) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(43) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(44) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(45) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(46) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(47) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(48) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(49) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(50) {
  --delay: 0.39s;
}
.l-nav__grid-item:nth-child(51) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(52) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(53) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(54) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(55) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(56) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(57) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(58) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(59) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(60) {
  --delay: 0.42s;
}
.l-nav__grid-item:nth-child(61) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(62) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(63) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(64) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(65) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(66) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(67) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(68) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(69) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(70) {
  --delay: 0.45s;
}
.l-nav__grid-item:nth-child(71) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(72) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(73) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(74) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(75) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(76) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(77) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(78) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(79) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(80) {
  --delay: 0.48s;
}
.l-nav__grid-item:nth-child(81) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(82) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(83) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(84) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(85) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(86) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(87) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(88) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(89) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(90) {
  --delay: 0.51s;
}
.l-nav__grid-item:nth-child(91) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(92) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(93) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(94) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(95) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(96) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(97) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(98) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(99) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(100) {
  --delay: 0.54s;
}
.l-nav__grid-item:nth-child(101) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(102) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(103) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(104) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(105) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(106) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(107) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(108) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(109) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(110) {
  --delay: 0.57s;
}
.l-nav__grid-item:nth-child(111) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(112) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(113) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(114) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(115) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(116) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(117) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(118) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(119) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(120) {
  --delay: 0.6s;
}
.l-nav__grid-item:nth-child(121) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(122) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(123) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(124) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(125) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(126) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(127) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(128) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(129) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(130) {
  --delay: 0.63s;
}
.l-nav__grid-item:nth-child(131) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(132) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(133) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(134) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(135) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(136) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(137) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(138) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(139) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(140) {
  --delay: 0.66s;
}
.l-nav__grid-item:nth-child(141) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(142) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(143) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(144) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(145) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(146) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(147) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(148) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(149) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(150) {
  --delay: 0.69s;
}
.l-nav__grid-item:nth-child(151) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(152) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(153) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(154) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(155) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(156) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(157) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(158) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(159) {
  --delay: 0.72s;
}
.l-nav__grid-item:nth-child(160) {
  --delay: 0.72s;
}
.l-nav__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  background: var(--color-blue);
  opacity: 0;
  transition: opacity 0.1s var(--delay);
}
.is-menu-open .l-nav__grid-item::after {
  opacity: 1;
}
.l-nav__grid-item:nth-child(9n)::after {
  transition-delay: calc(var(--delay) + 0.1s);
}

.l-nav__grid-item:nth-child(6n)::after {
  transition-delay: calc(var(--delay) + 0.15s);
}

.l-nav__grid-item:nth-child(11n)::after {
  transition-delay: calc(var(--delay) + 0.1s);
}

.l-nav__grid-item:nth-child(7n)::after {
  transition-delay: calc(var(--delay) - 0.15s);
}

.l-nav__pattern {
  width: 100%;
  height: calc(var(--lvh) * 6);
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.is-menu-show .l-nav__pattern, .is-menu-open .l-nav__pattern {
  animation: patter_anim 0.6s steps(6, jump-start) 0.5s forwards;
}
@keyframes patter_anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.l-nav__pattern::after {
  content: "";
  width: 100%;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: url("../img/bg/bg_pattern04_5.webp") repeat 0 0/363px auto;
}
@media screen and (max-width: 960px) {
  .l-nav__pattern::after {
    background-size: 145.2px auto;
  }
}
.l-nav__pattern-img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__pattern-img {
    background-size: 145.2px auto !important;
  }
}
.l-nav__pattern-img.--pattern2 {
  background: url("../img/bg/bg_pattern04_1.webp") repeat 0 0/363px auto;
}
.l-nav__pattern-img.--pattern3 {
  background: url("../img/bg/bg_pattern04_2.webp") repeat 0 0/363px auto;
}
.l-nav__pattern-img.--pattern4 {
  background: url("../img/bg/bg_pattern04_3.webp") repeat 0 0/363px auto;
}
.l-nav__pattern-img.--pattern5 {
  background: url("../img/bg/bg_pattern04_4.webp") repeat 0 0/363px auto;
}
.l-nav__pattern-img.--pattern6 {
  background: url("../img/bg/bg_pattern04_5.webp") repeat 0 0/363px auto;
}
.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;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
[data-area=top] [data-nav-page=top] .l-nav__link {
  color: var(--color-green);
  pointer-events: none;
}
[data-area=chara] [data-nav-page=chara] .l-nav__link {
  color: var(--color-green);
  pointer-events: none;
}
[data-area=world] [data-nav-page=world] .l-nav__link {
  color: var(--color-green);
  pointer-events: none;
}
[data-area=gallery] [data-nav-page=gallery] .l-nav__link {
  color: var(--color-green);
  pointer-events: none;
}
[data-area=story] [data-nav-page=story] .l-nav__link {
  color: var(--color-green);
  pointer-events: none;
}
.l-nav__link-text {
  width: auto !important;
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.4rem;
    text-align: center;
  }
}
.l-nav__link-text.--type.is-type-end {
  opacity: 0;
}
.l-nav__link-text.--cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-type-end + .l-nav__link-text.--cover {
  opacity: 1;
}
.l-nav__lang {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out) 0.4s;
}
@media screen and (min-width: 961px) {
  .l-nav__lang {
    position: fixed;
    top: 5rem;
    left: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__lang {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.8rem auto 0;
  }
}
.is-menu-open .l-nav__lang {
  opacity: 1;
}

.l-nav_lang {
  width: 10rem;
  display: block;
  position: relative;
}
.l-nav_lang::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
}
.l-nav_lang__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem;
}
.l-nav_lang__list-item {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
}
.l-nav_lang__link {
  width: 100%;
  min-height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.1rem 0 0;
  color: var(--color-white);
  border-radius: 20rem;
}
.is-current .l-nav_lang__link {
  color: var(--color-blue);
  background: var(--color-white);
  pointer-events: none;
}
.l-nav_lang__link-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav_lang__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-nav_lang__link:hover .l-nav_lang__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-nav_lang__link:hover .l-nav_lang__link-text {
      text-decoration: underline;
    }
  }
}

.l-menu {
  width: 8.2rem;
  display: block;
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 15;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 5.2rem;
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 961px) {
  [data-area=top]:not(.is-top-in):not(.is-menu-open) .l-menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover {
    color: var(--color-white);
    background-color: var(--color-violet);
  }
}
.l-menu:focus-visible {
  color: var(--color-white);
  background-color: var(--color-violet);
}
@media (hover: hover) and (pointer: fine) {
  .l-menu {
    transition: color 0.2s var(--ease_out);
  }
  .l-menu:hover {
    color: var(--color-blue);
  }
}
.l-menu::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: var(--color-white);
  -webkit-clip-path: polygon(0.8rem 0, 100% 0, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0 100%, 0 0.8rem);
  clip-path: polygon(0.8rem 0, 100% 0, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0 100%, 0 0.8rem);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-menu:hover::before {
    opacity: 0.98;
  }
}
.l-menu__base {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-menu__content {
  width: 3.5rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 2.3rem;
    height: 1.4rem;
    gap: 0.6rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(25deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.3s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.3s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.3s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.3s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.3s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.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;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-main__content.is-enter {
  opacity: 1;
}
.l-main__content.is-leave {
  opacity: 0;
}

.l-footer {
  width: 100%;
  display: block;
  position: relative;
  margin: -24px auto 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: -3.2vw;
  }
}
.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%;
  height: 24px;
  display: block;
  position: relative;
  margin: 0 auto -1px;
  background: url("../img/footer/footer_deco_pc.webp") repeat-x center bottom/auto 24px;
}
@media screen and (max-width: 960px) {
  .l-footer__deco {
    height: 3.2vw;
    background: url("../img/footer/footer_deco_sp.webp") repeat-x center bottom/auto 100%;
  }
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 5.2rem 5rem;
  margin: 0 auto;
  color: var(--color-white);
  background: var(--color-blue);
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    display: grid;
    grid-template-columns: 1fr 45rem 1fr;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 4.5rem 0 5rem;
  }
}
.l-footer__store {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__store {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__store {
    margin: 0 auto;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    grid-column: 3/4;
    grid-row: 1/2;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-top: 2.4rem;
  }
}
.l-footer__official-link {
  width: 24rem;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__official-link {
    width: 19rem;
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official-link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__official-link:hover {
    opacity: 0.6;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 3rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 1.2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 1em;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 0.2em;
  }
}

.l-footer_store {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_store {
    padding-top: 4.5rem;
  }
}
.l-footer_store__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_store__list {
    gap: 0.5rem;
  }
}
.l-footer_store__list-item {
  display: block;
  position: relative;
}
.l-footer_store__list-item:nth-child(1) {
  width: 11.0038095238rem;
}
@media screen and (max-width: 960px) {
  .l-footer_store__list-item:nth-child(1) {
    width: 8.2528571429rem;
  }
}
.l-footer_store__list-item:nth-child(2) {
  width: 13.4771428571rem;
}
@media screen and (max-width: 960px) {
  .l-footer_store__list-item:nth-child(2) {
    width: 10.1078571429rem;
  }
}
.l-footer_store__list-item:nth-child(3) {
  width: 10.9028571429rem;
}
@media screen and (max-width: 960px) {
  .l-footer_store__list-item:nth-child(3) {
    width: 8.1771428571rem;
  }
}
.l-footer_store__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_store__link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer_store__link:hover {
    opacity: 0.6;
  }
}
.l-footer_store__link-img {
  display: block;
  position: relative;
}

.l-footer_share {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    gap: 0.6rem;
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.3rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 0.5rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: color 0.2s var(--ease_out);
  }
  .l-footer_share__link:hover {
    color: var(--color-blue);
  }
}
.l-footer_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  -webkit-clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  clip-path: polygon(1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%, 0 1rem);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
  }
}
.l-footer_share__link-icon {
  width: 2.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: currentColor;
  transform: translate(-50%, -50%) scale(1.001);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-icon {
    width: 2rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  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: 60%;
  display: block;
  position: absolute;
  top: 25%;
  left: -1.4rem;
  border-left: 1px solid var(--color-white);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}
@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-btn {
  display: block;
  position: relative;
  color: var(--color-black);
}
.c-btn:not([href]):not([data-anchor]) {
  pointer-events: none;
}
.c-btn__base {
  display: block;
  position: relative;
}
.c-btn__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn__content::after {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 3rem;
  background: url("../img/arrow_black.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .c-btn__content::after {
    width: 1.6rem;
    right: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__content::after {
    animation: arrow 0.6s linear;
  }
}
.c-btn:not([href]):not([data-anchor]) .c-btn__content::after {
  content: none;
}
.c-btn__text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    font-size: 1.2rem;
  }
}
.p-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-bg__mv {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-bg__mv-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_universe_pc.webp") no-repeat left 50% top 20%/cover;
}
@media screen and (orientation: portrait) {
  .p-bg__mv-img {
    background: url("../img/bg/bg_universe_sp.webp") no-repeat left 50% top 20%/cover;
  }
}
.p-bg__mv-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-bg-filter);
  transition: background-color 0.8s var(--ease_out), opacity 0.8s var(--ease_out);
}
[data-area=world] .p-bg__mv-img::before {
  background: var(--color-bg-filter-world);
}
[data-area=top]:not(.is-top-in) .p-bg__mv-img::before {
  opacity: 0;
}
.p-bg__mv-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/bg_pattern03.webp") repeat 0 0/2px auto;
  transition: opacity 0.8s var(--ease_out);
}
[data-area=top]:not(.is-top-in) .p-bg__mv-img::after {
  opacity: 0;
}

.p-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-cover__frame {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: url("../img/frame/dot_pc.webp") repeat-x 50% 0/auto 4px, url("../img/frame/dot_pc.webp") repeat-x 50% 100%/auto 4px;
}
@media screen and (max-width: 960px) {
  .p-cover__frame {
    width: calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    top: 0.7rem;
    left: 0.7rem;
    background-size: auto 2px;
  }
}
.p-cover__frame::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
}
.p-cover__frame::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame/corner01_lt.webp") no-repeat left 0 top 0/2rem auto, url("../img/frame/corner01_lb.webp") no-repeat left 0 bottom 0/2rem auto, url("../img/frame/corner01_rt.webp") no-repeat right 0 top 0/2rem auto, url("../img/frame/corner01_rb.webp") no-repeat right 0 bottom 0/2rem auto;
}
@media screen and (max-width: 960px) {
  .p-cover__frame::after {
    background-size: 1.4rem auto;
  }
}
.p-cover__deco {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  gap: 0.5rem;
  top: 3rem;
  left: 3rem;
  padding-right: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-cover__deco {
    display: none;
  }
}
.p-cover__deco-text {
  display: block;
  position: relative;
  font-size: 0.6rem;
  letter-spacing: 0.12rem;
  line-height: 1;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-cover__deco-img {
  width: 4rem;
  display: block;
  position: relative;
}
.p-cover__dot {
  display: block;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-cover__dot {
    bottom: 1.5rem;
    right: 2rem;
  }
}
.p-cover__dot-img {
  width: 3.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cover__dot-img {
    width: 2.4rem;
  }
}

.p-cursor {
  width: 1px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 150;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-cursor {
    display: block;
  }
}
.is-load .p-cursor.is-cursor-active {
  opacity: 1;
}
.p-cursor__img {
  width: 5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-cursor__img img {
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s var(--ease_out);
}
.is-pjax-anim .p-cursor__img img {
  opacity: 0;
}
.p-cursor__img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/mouse_stalker2.webp") no-repeat center/contain;
  animation: rotate 15s linear infinite;
}
.p-cursor__loader {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
.is-pjax-anim .p-cursor__loader {
  opacity: 1;
}
.p-cursor__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 1px solid var(--color-white);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-cursor__loader::before {
    border-width: 0.15rem;
  }
}

.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}
.p-op__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.p-op__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
}
.is-op .p-op__bg::before {
  content: none;
}
.p-op__grid {
  width: 100%;
  min-width: 66.6666666667vh;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(15, 1fr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
}
@media screen and (orientation: portrait) {
  .p-op__grid {
    grid-auto-flow: column;
  }
}
.p-op__grid-item {
  --delay: 0s;
  padding-top: 100%;
  display: block;
  position: relative;
}
@media screen and (orientation: landscape) {
  .p-op__grid-item:nth-child(1) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(2) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(3) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(4) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(5) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(6) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(7) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(8) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(9) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(10) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(11) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(12) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(13) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(14) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(15) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(16) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(17) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(18) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(19) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(20) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(21) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(22) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(23) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(24) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(25) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(26) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(27) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(28) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(29) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(30) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(31) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(32) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(33) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(34) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(35) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(36) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(37) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(38) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(39) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(40) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(41) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(42) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(43) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(44) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(45) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(46) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(47) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(48) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(49) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(50) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(51) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(52) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(53) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(54) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(55) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(56) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(57) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(58) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(59) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(60) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(61) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(62) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(63) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(64) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(65) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(66) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(67) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(68) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(69) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(70) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(71) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(72) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(73) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(74) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(75) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(76) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(77) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(78) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(79) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(80) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(81) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(82) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(83) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(84) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(85) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(86) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(87) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(88) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(89) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(90) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(91) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(92) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(93) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(94) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(95) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(96) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(97) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(98) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(99) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(100) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(101) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(102) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(103) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(104) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(105) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(106) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(107) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(108) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(109) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(110) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(111) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(112) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(113) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(114) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(115) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(116) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(117) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(118) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(119) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(120) {
    --delay: 0.6s;
  }
  .p-op__grid-item:nth-child(121) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(122) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(123) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(124) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(125) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(126) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(127) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(128) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(129) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(130) {
    --delay: 0.63s;
  }
  .p-op__grid-item:nth-child(131) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(132) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(133) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(134) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(135) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(136) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(137) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(138) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(139) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(140) {
    --delay: 0.66s;
  }
  .p-op__grid-item:nth-child(141) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(142) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(143) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(144) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(145) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(146) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(147) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(148) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(149) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(150) {
    --delay: 0.69s;
  }
  .p-op__grid-item:nth-child(151) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(152) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(153) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(154) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(155) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(156) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(157) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(158) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(159) {
    --delay: 0.72s;
  }
  .p-op__grid-item:nth-child(160) {
    --delay: 0.72s;
  }
}
@media screen and (orientation: portrait) {
  .p-op__grid-item:nth-child(1) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(2) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(3) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(4) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(5) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(6) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(7) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(8) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(9) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(10) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(11) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(12) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(13) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(14) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(15) {
    --delay: 0.27s;
  }
  .p-op__grid-item:nth-child(16) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(17) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(18) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(19) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(20) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(21) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(22) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(23) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(24) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(25) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(26) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(27) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(28) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(29) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(30) {
    --delay: 0.3s;
  }
  .p-op__grid-item:nth-child(31) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(32) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(33) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(34) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(35) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(36) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(37) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(38) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(39) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(40) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(41) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(42) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(43) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(44) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(45) {
    --delay: 0.33s;
  }
  .p-op__grid-item:nth-child(46) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(47) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(48) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(49) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(50) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(51) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(52) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(53) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(54) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(55) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(56) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(57) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(58) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(59) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(60) {
    --delay: 0.36s;
  }
  .p-op__grid-item:nth-child(61) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(62) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(63) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(64) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(65) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(66) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(67) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(68) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(69) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(70) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(71) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(72) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(73) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(74) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(75) {
    --delay: 0.39s;
  }
  .p-op__grid-item:nth-child(76) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(77) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(78) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(79) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(80) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(81) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(82) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(83) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(84) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(85) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(86) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(87) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(88) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(89) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(90) {
    --delay: 0.42s;
  }
  .p-op__grid-item:nth-child(91) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(92) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(93) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(94) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(95) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(96) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(97) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(98) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(99) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(100) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(101) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(102) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(103) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(104) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(105) {
    --delay: 0.45s;
  }
  .p-op__grid-item:nth-child(106) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(107) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(108) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(109) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(110) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(111) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(112) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(113) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(114) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(115) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(116) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(117) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(118) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(119) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(120) {
    --delay: 0.48s;
  }
  .p-op__grid-item:nth-child(121) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(122) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(123) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(124) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(125) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(126) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(127) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(128) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(129) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(130) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(131) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(132) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(133) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(134) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(135) {
    --delay: 0.51s;
  }
  .p-op__grid-item:nth-child(136) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(137) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(138) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(139) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(140) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(141) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(142) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(143) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(144) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(145) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(146) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(147) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(148) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(149) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(150) {
    --delay: 0.54s;
  }
  .p-op__grid-item:nth-child(151) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(152) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(153) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(154) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(155) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(156) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(157) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(158) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(159) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(160) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(161) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(162) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(163) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(164) {
    --delay: 0.57s;
  }
  .p-op__grid-item:nth-child(165) {
    --delay: 0.57s;
  }
}
.p-op__grid-item::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  background: var(--color-blue);
  opacity: 1;
  transition: opacity 0.1s var(--delay);
}
.is-op-end .p-op__grid-item::after {
  opacity: 0;
}
@media screen and (orientation: landscape) {
  .p-op__grid-item:nth-child(4n)::after {
    transition-delay: calc(var(--delay) + 0.05s);
  }
  .p-op__grid-item:nth-child(9n)::after {
    transition-delay: calc(var(--delay) + 0.1s);
  }
  .p-op__grid-item:nth-child(5n)::after {
    transition-delay: calc(var(--delay) + 0.15s);
  }
  .p-op__grid-item:nth-child(11n)::after {
    transition-delay: calc(var(--delay) + 0.1s);
  }
  .p-op__grid-item:nth-child(7n)::after {
    transition-delay: calc(var(--delay) - 0.15s);
  }
}
@media screen and (orientation: portrait) {
  .p-op__grid-item:nth-child(4n)::after {
    transition-delay: calc(var(--delay) + 0.05s);
  }
  .p-op__grid-item:nth-child(6n)::after {
    transition-delay: calc(var(--delay) + 0.15s);
  }
  .p-op__grid-item:nth-child(9n)::after {
    transition-delay: calc(var(--delay) + 0.1s);
  }
  .p-op__grid-item:nth-child(13n)::after {
    transition-delay: calc(var(--delay) + 0.15s);
  }
  .p-op__grid-item:nth-child(17n)::after {
    transition-delay: calc(var(--delay) + 0.15s);
  }
}
.p-op__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-op__log {
  display: block;
  position: fixed;
  left: 3rem;
  bottom: 3rem;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-op__log {
    left: 1.8rem;
    bottom: 1.8rem;
  }
}
.is-op-end .p-op__log {
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-op__complete {
  width: 40rem;
  height: 8.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: var(--color-blue);
  background-color: var(--color-white);
  opacity: 0;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .p-op__complete {
    width: 20rem;
    height: 5rem;
  }
}
.is-load-complete .p-op__complete {
  opacity: 1;
  transform: scale(1.001);
  transition: opacity 0.2s var(--ease_inout), transform 0.4s var(--ease_out);
  animation: flash 0.1s steps(1) 0.1s 2;
}
.is-op-fin .p-op__complete {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.4s var(--ease_inout), transform 0.5s var(--ease_out);
}
.p-op__complete-text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-op__complete-text {
    font-size: 1.3rem;
  }
}

.p-op_log {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -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) {
  .p-op_log {
    font-size: 1rem;
  }
}
.p-op_log__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin: 0 auto;
}
.p-op_log__text {
  display: block;
  position: relative;
}
.p-op_log__ratio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.p-op_log__bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-op_log__bar::before {
  margin-right: 0.5rem;
}
.p-op_log__bar::after {
  margin-left: 0.5rem;
}
.p-op_log__bar-line {
  width: 1rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-op_log__bar-line {
    width: 0.5rem;
  }
}
.p-op_log__bar-line::after {
  content: "-";
  display: block;
  position: relative;
}
.p-op_log__bar-line.is-loading::after {
  animation: log-load 0.7s steps(1, start) infinite;
}

.p-op_log__bar-line.is-loaded::after {
  content: "=";
}

@keyframes log-load {
  0% {
    content: "|";
  }
  12.5% {
    content: "/";
  }
  25% {
    content: "-";
  }
  37.5% {
    content: "\\";
  }
  50% {
    content: "|";
  }
  62.5% {
    content: "/";
  }
  75% {
    content: "-";
  }
  87.5% {
    content: "\\";
  }
  100% {
    content: "|";
  }
}
.p-op_log__percent {
  width: 4rem;
  display: block;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-op_log__percent {
    width: 3rem;
  }
}

.p-top\:hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top\:hero {
    height: auto !important;
  }
}
.p-top\:hero__shadow {
  width: 100%;
  display: block;
  position: absolute;
  mix-blend-mode: screen;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .p-top\:hero__shadow {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero__shadow {
    top: 0;
    left: 0;
  }
}
.is-enter .p-top\:hero__shadow {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 2s;
}
.p-top\:hero__in {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero__in {
    bottom: 0;
    left: 0;
  }
  .p-top\:hero__in.is-scroll-bind {
    position: fixed;
  }
}
.p-top\:hero__container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top\:hero__container {
    min-height: var(--lvh);
    display: grid;
    grid-template-columns: 20rem 1fr;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
  }
}
.p-top\:hero__header {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
}
.is-movie-active .p-top\:hero__header {
  opacity: 0;
  transform: translateX(-10%);
}
@media screen and (max-width: 960px) {
  .p-top\:hero__header {
    display: none;
  }
}
.p-top\:hero__inner {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero__inner {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
  }
}
.p-top\:hero__shop {
  width: 16rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero__shop {
    position: absolute;
    bottom: 2rem;
    left: 22rem;
    transform: translateX(0);
    transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .is-movie-active .p-top\:hero__shop {
    opacity: 0;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero__shop {
    width: 100%;
    margin: 0 auto;
  }
}

.p-top\:hero_nav {
  width: 20rem;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 21rem 0 2.5rem;
  background: var(--color-black);
  opacity: 0;
  transform: translateX(-2rem);
}
.is-enter .p-top\:hero_nav {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.6s, transform 0.8s var(--ease_out) 0.6s;
}
.p-top\:hero_nav__brand {
  width: 32rem;
  display: block;
  position: absolute;
  top: 3.8rem;
  left: 4rem;
  z-index: 1;
}
.p-top\:hero_nav__content {
  display: block;
  position: relative;
}
.p-top\:hero_nav__list {
  display: block;
  position: relative;
}
.p-top\:hero_nav__list-item {
  display: block;
  position: relative;
}
.p-top\:hero_nav__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.p-top\:hero_nav__list-item:last-child::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.p-top\:hero_nav__link {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.2rem 1rem 1rem 5rem;
  color: var(--color-white);
}
.p-top\:hero_nav__link::before {
  content: "";
  width: calc(100% + 1.5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-blue);
  opacity: 0;
  -webkit-clip-path: polygon(calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%, 0 0);
  pointer-events: none;
}
.is-current .p-top\:hero_nav__link::before {
  opacity: 1;
}
.p-top\:hero_nav__link-text {
  display: block;
  position: relative;
}
.p-top\:hero_nav__link-word {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: left;
}
.p-top\:hero_nav__link-word.--type.is-type-end {
  opacity: 0;
}
.p-top\:hero_nav__link-word.--cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-type-end + .p-top\:hero_nav__link-word.--cover {
  opacity: 1;
}
.p-top\:hero_nav__lang {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 2.1rem;
  padding-left: 5rem;
}
.p-top\:hero_nav__share {
  width: 90%;
  display: block;
  position: relative;
  margin: 4.5rem auto 0;
}

.p-top\:hero_nav_lang {
  width: 10rem;
  display: block;
  position: relative;
}
.p-top\:hero_nav_lang::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
}
.p-top\:hero_nav_lang__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem;
}
.p-top\:hero_nav_lang__list-item {
  flex: 1;
  min-width: 0;
  display: block;
  position: relative;
}
.p-top\:hero_nav_lang__link {
  width: 100%;
  min-height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.1rem 0 0;
  color: var(--color-white);
  border-radius: 20rem;
}
.is-current .p-top\:hero_nav_lang__link {
  color: var(--color-black);
  background: var(--color-white);
  pointer-events: none;
}
.p-top\:hero_nav_lang__link-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:hero_nav_lang__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:hero_nav_lang__link:hover .p-top\:hero_nav_lang__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:hero_nav_lang__link:hover .p-top\:hero_nav_lang__link-text {
      text-decoration: underline;
    }
  }
}

.p-top\:hero_nav_share {
  display: block;
  position: relative;
}
.p-top\:hero_nav_share__cap {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-top\:hero_nav_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.p-top\:hero_nav_share__list-item {
  display: block;
  position: relative;
}
.p-top\:hero_nav_share__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:hero_nav_share__link {
    transition: color 0.2s var(--ease_out);
  }
  .p-top\:hero_nav_share__link:hover {
    color: var(--color-blue);
  }
}
.p-top\:hero_nav_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  -webkit-clip-path: polygon(0.4rem 0, 100% 0, 100% calc(100% - 0.4rem), calc(100% - 0.4rem) 100%, 0 100%, 0 0.4rem);
  clip-path: polygon(0.4rem 0, 100% 0, 100% calc(100% - 0.4rem), calc(100% - 0.4rem) 100%, 0 100%, 0 0.4rem);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:hero_nav_share__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:hero_nav_share__link:hover::before {
    opacity: 1;
  }
}
.p-top\:hero_nav_share__link-icon {
  width: 2rem;
  display: block;
  position: relative;
  fill: currentColor;
}

.p-top\:hero_shop {
  display: block;
  position: relative;
  padding: 4rem 2rem 2rem;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shop {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    opacity: 0;
    transform: translateX(-2rem);
  }
  .is-enter .p-top\:hero_shop {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s var(--ease_out) 0.8s, transform 0.8s var(--ease_out) 0.8s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_shop {
    padding: 0 2.5rem 3.5rem;
    background: url("../img/bg/bg_pattern01.webp") repeat 0 0/48.4px auto;
  }
}
.p-top\:hero_shop__qb {
  width: 12.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shop__qb {
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_shop__qb {
    width: 11rem;
    top: -0.5rem;
    margin-bottom: -0.8rem;
  }
}
.p-top\:hero_shop__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shop__header {
    padding-bottom: 1.2rem;
  }
  .p-top\:hero_shop__header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px dashed var(--color-line);
  }
}
.p-top\:hero_shop__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:hero_shop__cap {
    font-size: 1.5rem;
    padding-right: 1rem;
  }
  .p-top\:hero_shop__cap::after {
    content: "";
    width: 1rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -0.4rem;
    background: url("../img/link_game/arrow_white02.svg") no-repeat center/contain;
  }
}
.p-top\:hero_shop__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:hero_shop__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
  }
}
.p-top\:hero_shop__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shop__list-item + .p-top\:hero_shop__list-item {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_shop__list-item:nth-child(1) {
    width: 11.0038095238rem;
  }
  .p-top\:hero_shop__list-item:nth-child(2) {
    width: 13.4771428571rem;
  }
  .p-top\:hero_shop__list-item:nth-child(3) {
    width: 10.9028571429rem;
  }
}
.p-top\:hero_shop__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:hero_shop__link {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:hero_shop__link:hover {
    opacity: 0.6;
  }
}

.p-top\:hero_kv {
  width: 100%;
  display: block;
  position: relative;
  transition: opacity 1s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv {
    width: calc(100% - 20rem);
    margin-left: auto;
  }
}
.is-movie-hide .p-top\:hero_kv {
  opacity: 0;
  transition: opacity 0.35s var(--ease_out);
}
.p-top\:hero_kv__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__content {
    max-width: calc(var(--lvh) * 1.6);
    height: 100vh;
    min-height: var(--lvh);
  }
}
.p-top\:hero_kv__visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__visual {
    width: 101.8%;
    padding-top: 81.949%;
    position: absolute;
    top: 58%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.p-top\:hero_kv__ship {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(2rem, 1rem);
}
.is-enter .p-top\:hero_kv__ship {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1.2s var(--ease_inout) 1s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 1s;
}
.p-top\:hero_kv__chara {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
  }
}
.p-top\:hero_kv__chara-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara-img.--chara1 {
    opacity: 0;
    transform: translate(-8%, 2%) rotate(-30deg);
    transform-origin: 40% 55%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara1 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.8s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.7s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__chara-img.--chara1 {
    position: relative;
    opacity: 0;
    transform: translate(1%, 10%) rotate(-30deg);
    transform-origin: 25% 50%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara1 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.8s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.7s;
  }
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara-img.--chara2 {
    opacity: 0;
    transform: translate(-12%, 4%) rotate(-20deg);
    transform-origin: 47% 10%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara2 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.6s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__chara-img.--chara2 {
    opacity: 0;
    transform: translate(1%, 4%) rotate(-20deg);
    transform-origin: 47% 12%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara2 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.6s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.5s;
  }
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara-img.--chara3 {
    opacity: 0;
    transform: translate(-5%, 4%) rotate(-20deg);
    transform-origin: 55% 55%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara3 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.4s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__chara-img.--chara3 {
    opacity: 0;
    transform: translate(10%, 8%) rotate(-20deg);
    transform-origin: 55% 50%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara3 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.4s, transform 2s cubic-bezier(0.45, 0, 0.55, 1) 0.3s;
  }
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara-img.--chara4 {
    opacity: 0;
    transform: translate(-10%, 8%) rotate(-4deg);
    transform-origin: 50% 45%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara4 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.2s, transform 2.2s cubic-bezier(0.45, 0, 0.55, 1) 0.1s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__chara-img.--chara4 {
    opacity: 0;
    transform: translate(-1%, 8%) rotate(-4deg);
    transform-origin: 80% 25%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara4 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout) 0.2s, transform 2.2s cubic-bezier(0.45, 0, 0.55, 1) 0.1s;
  }
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__chara-img.--chara5 {
    opacity: 0;
    transform: translate(-12%, 5%) rotate(4deg);
    transform-origin: 80% 65%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara5 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout), transform 2.4s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__chara-img.--chara5 {
    opacity: 0;
    transform: translate(2%, 8%) rotate(4deg);
    transform-origin: 80% 55%;
  }
  .is-enter .p-top\:hero_kv__chara-img.--chara5 {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
    transition: opacity 1.5s var(--ease_inout), transform 2.4s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.p-top\:hero_kv__chara-img img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__catch {
    width: 9.4%;
    max-width: calc(var(--lvh) * 1.6 * 0.094);
    display: block;
    position: absolute;
    top: 3%;
    right: 0;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s var(--ease_out), transform 0.3s var(--ease_out);
  }
  .is-movie-active .p-top\:hero_kv__catch {
    opacity: 0;
    transform: translateX(10%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__catch {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.05);
  }
  .is-enter .p-top\:hero_kv__catch {
    opacity: 1;
    transform: scale(1.0001);
    transition: opacity 1s var(--ease_inout) 0.4s, transform 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.4s;
  }
}
.p-top\:hero_kv__catch-text {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_kv__catch-text {
    opacity: 0;
    transform: scale(1.02);
  }
  .is-enter .p-top\:hero_kv__catch-text {
    opacity: 1;
    transform: scale(1.0001);
    transition: opacity 1s var(--ease_inout) 0.4s, transform 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:hero_kv__catch-text {
    width: 9.4%;
    display: block;
    position: absolute;
  }
  .p-top\:hero_kv__catch-text.--catch1 {
    width: 21%;
    top: 8%;
    right: 0;
  }
  .p-top\:hero_kv__catch-text.--catch2 {
    width: 26.2%;
    bottom: 11.8%;
    left: 0;
  }
}
.p-top\:hero_kv__logo {
  width: 60%;
  display: block;
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0) scale(1.02);
}
.is-enter .p-top\:hero_kv__logo {
  opacity: 1;
  transform: translate(-50%, 0) scale(1.0001);
  transition: opacity 1s var(--ease_inout) 0.6s, transform 1.2s cubic-bezier(0.45, 0, 0.55, 1) 0.6s;
}
.p-top\:hero_kv__cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
.p-top\:hero_kv__cover canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top\:hero_shadow {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: opacity 1s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shadow {
    max-width: calc(var(--lvh) * 1.6);
    min-height: var(--lvh);
    transform-origin: 70% 50%;
  }
}
.is-movie-hide .p-top\:hero_shadow {
  opacity: 0;
  transition: opacity 0.35s var(--ease_out);
}
.p-top\:hero_shadow__visual {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shadow__visual {
    width: 101.8%;
    padding-top: 81.949%;
    position: absolute;
    top: 58%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.p-top\:hero_shadow__visual-img {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:hero_shadow__visual-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-top\:movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:movie {
    min-height: calc(var(--lvh) * 1);
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie {
    overflow: hidden;
  }
}
.p-top\:movie__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__container {
    min-height: var(--lvh);
  }
}
.p-top\:movie__inner {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__inner {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: saturate(0.3);
    backdrop-filter: saturate(0.3);
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    transition: opacity 0.2s var(--ease_inout);
  }
  .is-movie-active .p-top\:movie__inner {
    opacity: 1;
    pointer-events: auto;
  }
  .is-movie-hide .p-top\:movie__inner {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease_out);
  }
}
.p-top\:movie__cover {
  display: block;
  position: absolute;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__cover {
    width: 100%;
    height: var(--lvh);
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s var(--ease_inout);
  }
  .is-movie-active .p-top\:movie__cover {
    opacity: 1;
  }
  .is-movie-hide .p-top\:movie__cover {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie__cover {
    bottom: 2.2rem;
    right: 2.6rem;
  }
}
.p-top\:movie__cap {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__cap {
    max-width: 120rem;
    height: var(--lvh);
    max-height: 60vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie__cap {
    display: block;
    position: relative;
  }
}
.p-top\:movie__cap-text {
  display: block;
  position: relative;
  font-size: 14.2rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.15rem;
  line-height: 0.81;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__cap-text {
    width: 43rem;
    position: absolute;
    bottom: 4rem;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie__cap-text {
    font-size: 5.6rem;
  }
}
.p-top\:movie__cap-word {
  white-space: nowrap;
  display: block;
  position: relative;
}

.p-top\:movie_content {
  width: 100%;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content {
    height: 100vh;
    min-height: var(--lvh);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content {
    padding: 8rem 0 7rem;
  }
}
.p-top\:movie_content__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content-visibility: auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content__player {
    width: 90%;
    max-width: 120rem;
    height: var(--lvh);
    max-height: 60vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content__player {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    filter: grayscale(1);
  }
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content__player-iframe {
    width: 92rem;
    max-width: calc(var(--lvh) * 1.2266666667);
    padding-top: min(51.75rem, var(--lvh) * 1.2266666667 * 0.5625);
    display: block;
    position: relative;
    -webkit-mask: url("../img/movie/movie_msk.webp") no-repeat center/100% 100%;
    mask: url("../img/movie/movie_msk.webp") no-repeat center/100% 100%;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s var(--ease_inout), transform 0.6s var(--ease_out);
  }
  .is-movie-active:not(.is-movie-hide) .p-top\:movie_content__player-iframe {
    opacity: 1;
    transform: scale(1.001);
    transition: opacity 0.4s var(--ease_inout), transform 0.6s var(--ease_out);
  }
  .p-top\:movie_content__player-iframe::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content__player-iframe {
    width: 100%;
    min-width: 177vh;
    height: 100%;
    min-height: 56.25vw;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top\:movie_content__player-iframe iframe {
  width: 100% !important;
  height: 200% !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content__player-iframe iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.p-top\:movie_content__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content__inner {
    max-width: 120rem;
    height: var(--lvh);
    max-height: 60vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9rem 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content__inner {
    width: 87%;
  }
}
.p-top\:movie_content__link {
  width: 92rem;
  max-width: calc(var(--lvh) * 1.2266666667);
  display: block;
  position: relative;
  -webkit-mask: url("../img/movie/movie_msk.webp") no-repeat center/100% 100%;
  mask: url("../img/movie/movie_msk.webp") no-repeat center/100% 100%;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content__link {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s var(--ease_inout), transform 0.6s var(--ease_out);
  }
  .is-movie-active:not(.is-movie-hide) .p-top\:movie_content__link {
    opacity: 1;
    transform: scale(1.001);
    transition: opacity 0.4s var(--ease_inout), transform 0.6s var(--ease_out);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_content__link {
    width: 100%;
  }
}
.p-top\:movie_content__link-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_content__link-img {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-movie-play .p-top\:movie_content__link-img {
    opacity: 0;
  }
}
.p-top\:movie_content__link-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.p-top\:movie_content__link-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top\:movie_pattern {
  width: 100%;
  height: calc(var(--lvh) * 6);
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.is-movie-active:not(.is-movie-hide) .p-top\:movie_pattern {
  animation: patter_anim 0.6s steps(6, jump-start) 0.2s forwards;
}
@keyframes patter_anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.p-top\:movie_pattern::after {
  content: "";
  width: 100%;
  height: var(--lvh);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: url("../img/bg/bg_pattern04_5.webp") repeat 0 0/363px auto;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_pattern::after {
    background-size: 145.2px auto;
  }
}
.p-top\:movie_pattern__img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_pattern__img {
    background-size: 145.2px auto !important;
  }
}
.p-top\:movie_pattern__img.--pattern2 {
  background: url("../img/bg/bg_pattern04_1.webp") repeat 0 0/363px auto;
}
.p-top\:movie_pattern__img.--pattern3 {
  background: url("../img/bg/bg_pattern04_2.webp") repeat 0 0/363px auto;
}
.p-top\:movie_pattern__img.--pattern4 {
  background: url("../img/bg/bg_pattern04_3.webp") repeat 0 0/363px auto;
}
.p-top\:movie_pattern__img.--pattern5 {
  background: url("../img/bg/bg_pattern04_4.webp") repeat 0 0/363px auto;
}
.p-top\:movie_pattern__img.--pattern6 {
  background: url("../img/bg/bg_pattern04_5.webp") repeat 0 0/363px auto;
}

.p-top\:movie_frame {
  height: 100%;
  display: block;
  position: absolute;
}
.p-top\:movie_frame.--left {
  width: 46.2rem;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_frame.--left {
    opacity: 0;
    transform: translate(-4rem, 2rem);
    transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .is-movie-active:not(.is-movie-hide) .p-top\:movie_frame.--left {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--left {
    width: 48.6%;
  }
}
.p-top\:movie_frame.--right {
  width: 30.5rem;
  top: 0;
  right: 0;
}
@media screen and (min-width: 961px) {
  .p-top\:movie_frame.--right {
    opacity: 0;
    transform: translate(4rem, -2rem);
    transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .is-movie-active:not(.is-movie-hide) .p-top\:movie_frame.--right {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--right {
    width: 40%;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top\:movie_frame__base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top\:movie_frame.--left .p-top\:movie_frame__base {
  background: url("../img/movie/movie_bg_pc-left.webp") no-repeat left 0 bottom 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--left .p-top\:movie_frame__base {
    background: url("../img/movie/movie_bg_sp-left.webp") no-repeat left 0 bottom 0/100% auto;
  }
}
.p-top\:movie_frame.--right .p-top\:movie_frame__base {
  background: url("../img/movie/movie_bg_pc-right.webp") no-repeat left 0 top 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--right .p-top\:movie_frame__base {
    background: url("../img/movie/movie_bg_sp-right.webp") no-repeat left 0 top 0/100% auto;
  }
}
.p-top\:movie_frame__base::before {
  content: "";
  width: 68.5%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.p-top\:movie_frame.--left .p-top\:movie_frame__base::before {
  width: 68.5%;
  left: 15%;
  background: url("../img/movie/movie_line_pc-left.webp") no-repeat left 0 bottom 0/100% auto;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--left .p-top\:movie_frame__base::before {
    width: 78%;
    left: 9%;
    background: url("../img/movie/movie_line_sp-left.webp") no-repeat left 0 bottom 0/100% auto;
  }
}
.p-top\:movie_frame.--right .p-top\:movie_frame__base::before {
  width: 40%;
  right: 0;
  background: url("../img/movie/movie_line_pc-right.webp") no-repeat left 0 top 0/100% auto;
  transform: translate(60.5%, 0);
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame.--right .p-top\:movie_frame__base::before {
    width: 15%;
    background: url("../img/movie/movie_line_sp-right.webp") no-repeat left 0 top 0/100% auto;
    transform: translate(0, 0);
  }
}
.p-top\:movie_frame__deco {
  display: block;
  position: absolute;
}
.p-top\:movie_frame__deco.--deco1 {
  width: 5.4rem;
  bottom: 10.2rem;
  left: 62.5%;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame__deco.--deco1 {
    width: 4rem;
    bottom: 4.6rem;
    left: 30%;
  }
}
.p-top\:movie_frame__deco.--deco2 {
  width: 4.5rem;
  bottom: 6.4rem;
  left: 48%;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_frame__deco.--deco2 {
    width: 0.55rem;
    bottom: 2rem;
    left: 8%;
  }
}

.p-top\:staff {
  display: block;
  position: relative;
  padding: 21rem 0 6rem;
}
@media screen and (min-width: 961px) {
  .p-top\:staff {
    pointer-events: none;
  }
  .is-staff-in .p-top\:staff {
    pointer-events: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:staff {
    padding: 10.6rem 0 3rem;
  }
}
.p-top\:staff__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-staff-in .p-top\:staff__container {
  opacity: 1;
}
.p-top\:staff__header {
  width: 100%;
  min-height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__header {
    min-height: 7.5rem;
    margin-bottom: 4.8rem;
  }
}
.p-top\:staff__base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: clip-out 0.6s var(--ease_inout);
  transition: opacity 0s linear 0.6s;
}
.is-staff-in .p-top\:staff__base {
  opacity: 1;
  animation: clip-in 1s var(--ease_inout) 0.4s;
  transition: opacity 0s linear 0.4s;
}
.p-top\:staff__base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco_staff.webp") repeat-x 0 50%/60.85rem auto;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__base::before {
    background-size: 30.425rem auto;
  }
}
.is-load .p-top\:staff__base::before {
  animation: staff_marquee 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-top\:staff__base::before {
    animation-duration: 40s;
  }
}
@keyframes staff_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -60.85rem;
  }
}
.p-top\:staff__title {
  display: block;
  position: relative;
}
.p-top\:staff__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco01.webp") no-repeat 0 0/3.2rem auto;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__title::before {
    background-size: 2.4rem auto;
  }
}
.is-staff-in .p-top\:staff__title::before {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.p-top\:staff__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 9rem;
  line-height: 1.15;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__title-text {
    font-size: 4.5rem;
  }
}
.p-top\:staff__inner {
  display: block;
  position: relative;
}
.p-top\:staff__list {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.5rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__list {
    gap: 3rem 1rem;
  }
}
.p-top\:staff__list-item {
  width: 30rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__list-item {
    width: 15rem;
  }
  .p-top\:staff__list-item:nth-child(odd):last-child {
    width: 30rem;
  }
}
.p-top\:staff__data {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:staff__data-cap {
  display: block;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__data-cap {
    margin-bottom: 0.2rm;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-top\:staff__data-text {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 4.7rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__data-text {
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
}
.p-top\:staff__data-note {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0s linear 0.4s, transform 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-top\:staff__data-note {
    font-size: 0.9rem;
    letter-spacing: -0.1rem;
  }
}
.is-active .p-top\:staff__data-note {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.4s var(--ease_out) 0.4s;
}

.p-top\:intro {
  display: block;
  position: relative;
  padding: 17.5rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-top\:intro {
    padding: 4.8rem 0 3rem;
  }
}
.p-top\:intro__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__bg {
    top: 0;
  }
}
.p-top\:intro__bg-deco {
  width: 59rem;
  display: block;
  position: absolute;
  top: 0;
  right: -3.2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__bg-deco {
    width: 24.8rem;
    top: 15.8rem;
    right: -6.5rem;
  }
}
.p-top\:intro__container {
  width: 88%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:intro__container {
    display: grid;
    grid-template-columns: 60rem 1fr;
    gap: 6rem;
  }
}
.p-top\:intro__header {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__header {
    margin-bottom: 4rem;
  }
}
.p-top\:intro__title {
  display: block;
  position: relative;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__title {
    padding: 1rem 0 0;
  }
}
.p-top\:intro__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco01.webp") no-repeat 0 0/3.2rem auto;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-top\:intro__title::before {
    background-size: 2.4rem auto;
  }
}
.is-intro-in .p-top\:intro__title::before {
  opacity: 1;
}
.p-top\:intro__title-text {
  display: block;
  position: relative;
  font-size: 14rem;
  letter-spacing: -0.2rem;
  line-height: 0.9;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .p-top\:intro__title-text {
    left: -1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:intro__title-text {
    font-size: 7rem;
  }
}
.p-top\:intro__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s var(--ease_out), transform 0s linear 0.4s;
}
@media screen and (min-width: 961px) {
  .p-top\:intro__inner {
    padding-top: 11.8rem;
  }
}
.is-intro-in .p-top\:intro__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.4s var(--ease_out) 0.4s;
}
.p-top\:intro__text {
  display: block;
  position: relative;
}
.p-top\:intro__text-par {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__text-par {
    font-size: 1.6rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
}
.p-top\:intro__lead {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__lead {
    margin-top: 2rem;
  }
}
.p-top\:intro__lead-text {
  display: block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-top\:intro__lead-text {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }
}

.p-top\:nav {
  display: block;
  position: relative;
  padding: 11.5rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-top\:nav {
    padding: 8.5rem 0 3rem;
  }
}
.p-top\:nav__container {
  width: 88%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top\:nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:nav__list {
    gap: 2.4rem 1rem;
  }
}
.p-top\:nav__list-item {
  width: calc(25% - 1.875rem);
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s var(--ease_out), transform 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-top\:nav__list-item {
    width: calc(50% - 0.5rem);
  }
}
.is-active .p-top\:nav__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-active .p-top\:nav__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-top\:nav__list-item:nth-child(2) {
  transition-delay: 0.05s;
}
.is-active .p-top\:nav__list-item:nth-child(3) {
  transition-delay: 0.1s;
}
.is-active .p-top\:nav__list-item:nth-child(4) {
  transition-delay: 0.15s;
}
.is-active .p-top\:nav__list-item:nth-child(5) {
  transition-delay: 0.2s;
}
.is-active .p-top\:nav__list-item:nth-child(6) {
  transition-delay: 0.25s;
}
.is-active .p-top\:nav__list-item:nth-child(7) {
  transition-delay: 0.3s;
}
.is-active .p-top\:nav__list-item:nth-child(8) {
  transition-delay: 0.35s;
}
.is-active .p-top\:nav__list-item:nth-child(9) {
  transition-delay: 0.4s;
}
.is-active .p-top\:nav__list-item:nth-child(10) {
  transition-delay: 0.45s;
}

.p-top\:nav_data {
  display: block;
  position: relative;
}
.p-top\:nav_data__haeder {
  display: block;
  position: relative;
}
.p-top\:nav_data__thumb {
  display: block;
  position: relative;
}
.p-top\:nav_data__thumb-img {
  display: block;
  position: relative;
}
.p-top\:nav_data__thumb-img::before {
  content: "";
  width: 93.2%;
  height: 94%;
  display: block;
  position: absolute;
  top: 50.2%;
  left: 49.8%;
  transform: translate(-50%, -50%);
  background: url("../img/menu/filter01.webp") repeat 0 0/auto 8px;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__thumb-img::before {
    background-size: auto 4px;
  }
}
.p-top\:nav_data__inner {
  display: block;
  position: relative;
  margin-top: -4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__inner {
    margin-top: -2.4rem;
  }
}
.p-top\:nav_data__content {
  width: 98%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__content {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:nav_data__content {
    transition: transform 0.3s var(--ease_out);
  }
  .p-top\:nav_data:hover .p-top\:nav_data__content {
    transform: translate(1rem, -1rem);
  }
}
.p-top\:nav_data__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-black);
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__title {
    padding: 0.4rem 1.2rem;
  }
}
.p-top\:nav_data__title-main {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__title-main {
    font-size: 1.5rem;
  }
}
.p-top\:nav_data__title-sub {
  display: block;
  position: relative;
  margin-top: -0.4rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__title-sub {
    font-size: 0.7rem;
  }
}
.p-top\:nav_data__deco {
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0.2rem;
  font-size: 0.6rem;
  letter-spacing: 0.12rem;
  line-height: 1.5;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-top\:nav_data__deco {
    bottom: 0;
    font-size: 0.3rem;
  }
}

.p-top\:music {
  display: block;
  position: relative;
  padding: 8rem 0 20.5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:music {
    padding: 5.5rem 0 12.2rem;
  }
}
.p-top\:music::before {
  content: "";
  width: 100%;
  height: calc(100% + 32.2rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg/bg_pattern01.webp") repeat 0 0/121px auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-top\:music::before {
    height: calc(100% + 35rem);
    background-size: 48.4px auto;
  }
}
.p-top\:music__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-music-in .p-top\:music__container {
  opacity: 1;
}
.p-top\:music__header {
  width: 100%;
  min-height: 20.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:music__header {
    min-height: 16rem;
    margin-bottom: 2.2rem;
  }
}
.p-top\:music__base {
  width: 100%;
  height: 15rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: clip-out 0.6s var(--ease_inout);
  transition: opacity 0s linear 0.6s;
}
.is-music-in .p-top\:music__base {
  opacity: 1;
  animation: clip-in 1s var(--ease_inout) 0.4s;
  transition: opacity 0s linear 0.4s;
}
.p-top\:music__base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco_thumesong.webp") repeat-x 0 50%/123.5rem auto;
}
@media screen and (max-width: 960px) {
  .p-top\:music__base::before {
    background-position: 0 0;
    background-size: 61.75rem auto;
  }
}
.is-load .p-top\:music__base::before {
  animation: music_marquee 20s linear infinite;
}
@keyframes music_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -123.5rem;
  }
}
.p-top\:music__title {
  display: block;
  position: relative;
}
.p-top\:music__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco01.webp") no-repeat 0 0/3.2rem auto;
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .p-top\:music__title::before {
    background-size: 2.4rem auto;
  }
}
.is-music-in .p-top\:music__title::before {
  opacity: 1;
  transition: opacity 0.4s var(--ease_out);
}
.p-top\:music__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 9rem;
  line-height: 1.15;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:music__title-text {
    font-size: 4.3rem;
  }
}
.p-top\:music__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-top\:music_content {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.4s var(--ease_out), transform 0s linear 0.4s;
}
.is-music-in .p-top\:music_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.4s var(--ease_out) 0.4s;
}
.p-top\:music_content__title {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 4.7rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:music_content__title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.p-top\:music_content__artist {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:music_content__artist {
    font-size: 1.2rem;
  }
}
.p-top\:music_content__info {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top\:music_content__info {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}
.p-top\:music_content__btn {
  width: 100%;
  max-width: 30rem;
  display: block;
  position: relative;
  margin: 4.7rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top\:music_content__btn {
    width: 24rem;
    margin-top: 3.4rem;
  }
}

.p-top {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-chara {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 13.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-chara {
    padding-top: 4.6rem;
  }
}
.p-chara__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-chara__container {
    display: grid;
    grid-template-columns: 13.2rem 1fr;
    gap: 6.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__container {
    width: 100%;
  }
}
.p-chara__header {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 4.5rem;
  }
}
.p-chara__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-chara__pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
  position: absolute;
  top: 1.6rem;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-chara__pager {
    top: 0;
    right: 2.4rem;
    gap: 1.5rem;
  }
}
.is-enter .p-chara__pager {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.5s var(--ease_out) 0.4s;
}
.p-chara__pager-item {
  display: block;
  position: relative;
}
.p-chara__pager-item.--prev {
  transform: scale(-1, 1);
}
.p-chara__btn {
  width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara__btn {
    width: 3.5rem;
  }
}
.p-chara__btn-arrow {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara__btn:hover .p-chara__btn-arrow {
    animation: arrow 1s linear;
  }
}

.p-chara_nav {
  display: block;
  position: relative;
}
.p-chara_nav__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__inner {
    opacity: 0;
    transform: translateX(-2rem);
  }
  .is-enter .p-chara_nav__inner {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.5s var(--ease_out) 0.4s;
  }
}
.p-chara_nav__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_nav__list {
    max-width: 26rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-chara_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_nav__list-item {
    opacity: 0;
    transform: translateX(-3rem);
  }
  .p-chara_nav__list-item + .p-chara_nav__list-item {
    margin-top: 1.2rem;
  }
  .is-enter .p-chara_nav__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s var(--ease_out), transform 0.5s var(--ease_out);
  }
  .is-enter .p-chara_nav__list-item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(2) {
    transition-delay: 0.25s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(4) {
    transition-delay: 0.35s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(6) {
    transition-delay: 0.45s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(7) {
    transition-delay: 0.5s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(8) {
    transition-delay: 0.55s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(9) {
    transition-delay: 0.6s;
  }
  .is-enter .p-chara_nav__list-item:nth-child(10) {
    transition-delay: 0.65s;
  }
}
@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;
}
.is-chara-current .p-chara_nav__btn {
  pointer-events: none;
}
.p-chara_nav__btn::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  background: var(--color-green);
  -webkit-clip-path: polygon(0.8rem 0, 100% 0, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0 100%, 0 0.8rem);
  clip-path: polygon(0.8rem 0, 100% 0, 100% calc(100% - 0.8rem), calc(100% - 0.8rem) 100%, 0 100%, 0 0.8rem);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara_nav__btn::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-chara_nav__btn:hover::before {
    opacity: 0.98;
  }
}
.p-chara_nav__btn-img {
  display: block;
  position: relative;
}
.p-chara_nav__btn-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/chara/thumb_chara_filter.webp") no-repeat center/contain;
  opacity: 0;
}
.is-chara-current .p-chara_nav__btn-img::before {
  opacity: 1;
}

.p-chara_content {
  display: block;
  position: relative;
}
.p-chara_content__bg {
  width: 100vw;
  height: 30rem;
  display: block;
  position: absolute;
  top: 10rem;
  left: 0;
  opacity: 0;
  background: var(--chara_color);
}
@media screen and (max-width: 960px) {
  .p-chara_content__bg {
    height: 16rem;
    top: 2.8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-enter .p-chara_content__bg {
  opacity: 1;
  animation: clip-in 1s var(--ease_inout) 0.4s;
  transition: opacity 0s linear 0.4s;
}
.p-chara_content__bg-img {
  width: 140rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-3rem, 0);
}
@media screen and (max-width: 960px) {
  .p-chara_content__bg-img {
    width: 100%;
  }
}
.is-enter .p-chara_content__bg-img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s var(--ease_inout) 0.8s, transform 30s var(--ease_out) 0.8s;
}
.p-chara_content__bg-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-chara_content__container {
  display: block;
  position: relative;
}
.p-chara_content__visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translate(-10%, 2%);
}
.is-enter .p-chara_content__visual {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s var(--ease_inout) 0.2s, transform 1.3s var(--ease_inout);
}
.p-chara_content__visual-img {
  width: 126.5rem;
  display: block;
  position: relative;
  top: 0;
  left: 20.5%;
  transform: translate(-50%, -11.5%);
}
@media screen and (max-width: 960px) {
  .p-chara_content__visual-img {
    width: 88rem;
    left: 44%;
    transform: translate(-50%, 0);
  }
}
.p-chara_content__inner {
  width: 46rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-chara_content__inner {
    position: absolute;
    top: 16.5rem;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_content__inner {
    width: 86%;
    margin: -2.5rem auto 0;
  }
}
.p-chara_content__name {
  width: calc(100% + 5rem);
  display: block;
  position: relative;
  padding-left: 1rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-chara_content__name {
    width: 100%;
  }
}
.is-enter .p-chara_content__name {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-enter .p-chara_content__name:nth-child(1) {
  transition-delay: 0.9s;
}
.is-enter .p-chara_content__name:nth-child(2) {
  transition-delay: 0.95s;
}
.is-enter .p-chara_content__name:nth-child(3) {
  transition-delay: 1s;
}
.is-enter .p-chara_content__name:nth-child(4) {
  transition-delay: 1.05s;
}
.is-enter .p-chara_content__name:nth-child(5) {
  transition-delay: 1.1s;
}
.is-enter .p-chara_content__name:nth-child(6) {
  transition-delay: 1.15s;
}
.is-enter .p-chara_content__name:nth-child(7) {
  transition-delay: 1.2s;
}
.is-enter .p-chara_content__name:nth-child(8) {
  transition-delay: 1.25s;
}
.is-enter .p-chara_content__name:nth-child(9) {
  transition-delay: 1.3s;
}
.is-enter .p-chara_content__name:nth-child(10) {
  transition-delay: 1.35s;
}
.p-chara_content__name-cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  left: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-green);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-cap {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.p-chara_content__name-cap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-cap::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-chara_content__name-sub {
  display: block;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.15rem;
  font-weight: 400;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -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__name-sub {
    font-size: 1rem;
    letter-spacing: 0.12rem;
  }
}
.p-chara_content__name-main {
  display: block;
  position: relative;
  font-size: 4.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__name-main {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-chara_content__cv {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv {
    margin-top: 1.6rem;
  }
}
.is-enter .p-chara_content__cv {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-enter .p-chara_content__cv:nth-child(1) {
  transition-delay: 0.9s;
}
.is-enter .p-chara_content__cv:nth-child(2) {
  transition-delay: 0.95s;
}
.is-enter .p-chara_content__cv:nth-child(3) {
  transition-delay: 1s;
}
.is-enter .p-chara_content__cv:nth-child(4) {
  transition-delay: 1.05s;
}
.is-enter .p-chara_content__cv:nth-child(5) {
  transition-delay: 1.1s;
}
.is-enter .p-chara_content__cv:nth-child(6) {
  transition-delay: 1.15s;
}
.is-enter .p-chara_content__cv:nth-child(7) {
  transition-delay: 1.2s;
}
.is-enter .p-chara_content__cv:nth-child(8) {
  transition-delay: 1.25s;
}
.is-enter .p-chara_content__cv:nth-child(9) {
  transition-delay: 1.3s;
}
.is-enter .p-chara_content__cv:nth-child(10) {
  transition-delay: 1.35s;
}
.p-chara_content__cv-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  left: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-green);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv-cap {
    font-size: 1rem;
  }
}
.p-chara_content__cv-cap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv-cap::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-chara_content__cv-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__cv-text {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-chara_content__age {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-chara_content__age {
    margin-top: 1.6rem;
  }
}
.is-enter .p-chara_content__age {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-enter .p-chara_content__age:nth-child(1) {
  transition-delay: 0.9s;
}
.is-enter .p-chara_content__age:nth-child(2) {
  transition-delay: 0.95s;
}
.is-enter .p-chara_content__age:nth-child(3) {
  transition-delay: 1s;
}
.is-enter .p-chara_content__age:nth-child(4) {
  transition-delay: 1.05s;
}
.is-enter .p-chara_content__age:nth-child(5) {
  transition-delay: 1.1s;
}
.is-enter .p-chara_content__age:nth-child(6) {
  transition-delay: 1.15s;
}
.is-enter .p-chara_content__age:nth-child(7) {
  transition-delay: 1.2s;
}
.is-enter .p-chara_content__age:nth-child(8) {
  transition-delay: 1.25s;
}
.is-enter .p-chara_content__age:nth-child(9) {
  transition-delay: 1.3s;
}
.is-enter .p-chara_content__age:nth-child(10) {
  transition-delay: 1.35s;
}
.p-chara_content__age-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  left: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-green);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__age-cap {
    font-size: 1rem;
  }
}
.p-chara_content__age-cap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-chara_content__age-cap::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-chara_content__age-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__age-text {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-chara_content__description {
  display: block;
  position: relative;
  margin-top: 3.2rem;
  padding-left: 1rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-chara_content__description {
    margin-top: 2.5rem;
  }
}
.is-enter .p-chara_content__description {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s var(--ease_out), transform 0.4s var(--ease_out);
}
.is-enter .p-chara_content__description:nth-child(1) {
  transition-delay: 0.9s;
}
.is-enter .p-chara_content__description:nth-child(2) {
  transition-delay: 0.95s;
}
.is-enter .p-chara_content__description:nth-child(3) {
  transition-delay: 1s;
}
.is-enter .p-chara_content__description:nth-child(4) {
  transition-delay: 1.05s;
}
.is-enter .p-chara_content__description:nth-child(5) {
  transition-delay: 1.1s;
}
.is-enter .p-chara_content__description:nth-child(6) {
  transition-delay: 1.15s;
}
.is-enter .p-chara_content__description:nth-child(7) {
  transition-delay: 1.2s;
}
.is-enter .p-chara_content__description:nth-child(8) {
  transition-delay: 1.25s;
}
.is-enter .p-chara_content__description:nth-child(9) {
  transition-delay: 1.3s;
}
.is-enter .p-chara_content__description:nth-child(10) {
  transition-delay: 1.35s;
}
.p-chara_content__description-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  left: -1rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-green);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description-cap {
    margin-bottom: 0.6rem;
    font-size: 1rem;
  }
}
.p-chara_content__description-cap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description-cap::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-chara_content__description-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-chara_content__description-text {
    font-size: 1.2rem;
  }
}

.p-story {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 9.2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-story {
    padding-top: 4.6rem;
  }
}
.p-story__container {
  width: 87%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story__header {
  display: block;
  position: relative;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 960px) {
  .p-story__header {
    margin-bottom: 4.6rem;
  }
}
.p-story__inner {
  min-width: 0;
  display: block;
  position: relative;
}

.p-story_nav {
  display: block;
  position: relative;
}
.p-story_nav__inner {
  display: block;
  position: relative;
}
.p-story_nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story_nav__list {
    gap: 1rem 0.5rem;
  }
}
.p-story_nav__list-item {
  width: 12.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story_nav__list-item {
    width: 9.6rem;
  }
}
.p-story_nav__btn {
  display: block;
  position: relative;
  color: var(--color-white);
}
.is-story-current .p-story_nav__btn {
  color: var(--color-black);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-story_nav__btn:hover {
    color: var(--color-black);
  }
}
.p-story_nav__btn-base {
  width: 100%;
  display: block;
  position: relative;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 4px;
  fill: transparent;
}
.is-story-current .p-story_nav__btn-base {
  stroke: var(--color-green);
  fill: var(--color-green);
}
@media (hover: hover) and (pointer: fine) {
  .p-story_nav__btn:hover .p-story_nav__btn-base {
    fill: var(--color-white);
  }
}
.p-story_nav__btn-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-story_nav__btn-text {
    font-size: 1.2rem;
  }
}

.p-story_content {
  width: 100%;
  max-width: 108rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_content__header {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__header {
    padding-bottom: 2.1rem;
    margin-bottom: 3.4rem;
  }
}
.p-story_content__header::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-story_content__header::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1.5rem solid var(--color-white);
  border-right: 1.5rem solid var(--color-white);
}
.p-story_content__cap {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-story_content__cap {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-story_content__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 4.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-story_content__title {
    font-size: 2.6rem;
  }
}
.p-story_content__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-enter .p-story_content__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.5s var(--ease_out) 0.3s;
}
.p-story_content__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 8.8rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__thumb {
    width: 94%;
    margin-bottom: 4.2rem;
  }
}
.p-story_content__intro {
  width: 100%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-left: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__intro {
    margin-top: 2.5rem;
    padding-left: 1.4rem;
  }
}
.p-story_content__intro-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  left: -1.8rem;
  padding-left: 1.8rem;
  font-size: 1.5rem;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-green);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-story_content__intro-cap {
    left: -1.4rem;
    padding-left: 1.4rem;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
  }
}
.p-story_content__intro-cap::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-story_content__intro-cap::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-story_content__intro-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__intro-text {
    font-size: 1.4rem;
  }
}

.p-story_thumb {
  display: block;
  position: relative;
}
.p-story_thumb__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}
.p-story_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-story_thumb__visual {
  display: block;
  position: relative;
  padding: 1rem;
}
@media screen and (max-width: 960px) {
  .p-story_thumb__visual {
    padding: 0.5rem;
  }
}
.p-story_thumb__visual::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner02_lt.webp") no-repeat left 0 top 0/3.8rem auto, url("../img/corner02_lb.webp") no-repeat left 0 bottom 0/3.8rem auto, url("../img/corner02_rt.webp") no-repeat right 0 top 0/3.8rem auto, url("../img/corner02_rb.webp") no-repeat right 0 bottom 0/3.8rem auto;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.3s var(--ease_out), transform 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-story_thumb__visual::before {
    background-size: 1.9rem auto;
  }
}
.is-slide-current .p-story_thumb__visual::before {
  opacity: 1;
  transform: scale(1.001);
  transition-delay: 0.6s;
}
.p-story_thumb__visual-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_thumb__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-story_thumb__pagination {
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
}
.p-story_thumb__pagination-item {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-story_thumb__pagination-item {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-story_thumb__pagination-item.is-current {
  color: var(--color-green);
}
.p-story_thumb__pagination-item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
}
@media screen and (max-width: 960px) {
  .p-story_thumb__pagination-item::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-story_thumb__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  opacity: 0;
}
.p-story_thumb__pagination-item.is-current::after {
  opacity: 1;
}

.p-world {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 10.8rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-world {
    padding-top: 4.6rem;
  }
}
.p-world__container {
  width: 87%;
  max-width: 108rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-world__header {
  display: block;
  position: relative;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 960px) {
  .p-world__header {
    margin-bottom: 4.6rem;
  }
}
.p-world__inner {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-enter .p-world__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.5s var(--ease_out) 0.4s;
}

.p-world_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-world_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5.6rem;
  }
  .p-world_content:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.p-world_content + .p-world_content {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-world_content + .p-world_content {
    margin-top: 5.4rem;
  }
}
.p-world_content__header {
  width: 48.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-world_content__header {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.p-world_content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-world_content__inner {
    min-width: 0;
    flex: 1 1 0;
    top: -0.6rem;
  }
}
.p-world_content__title {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-green);
}
@media screen and (max-width: 960px) {
  .p-world_content__title {
    margin-bottom: 0.6rem;
    font-size: 2rem;
  }
}
.p-world_content__description {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.65;
}
@media screen and (max-width: 960px) {
  .p-world_content__description {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}

.p-gallery {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 7.8rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-gallery {
    padding-top: 4.4rem;
  }
}
.p-gallery__container {
  width: 89%;
  max-width: 109rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-gallery__header {
  display: block;
  position: relative;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__header {
    margin-bottom: 4.6rem;
  }
}
.p-gallery__inner {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-enter .p-gallery__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s var(--ease_out) 0.4s, transform 0.5s var(--ease_out) 0.4s;
}
.p-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}
.p-gallery__list-item {
  display: block;
  position: relative;
}
.p-gallery__thumb {
  display: block;
  position: relative;
  padding: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__thumb {
    padding: 0.5rem;
  }
}
.p-gallery__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/corner02_lt.webp") no-repeat left 0 top 0/3.8rem auto, url("../img/corner02_lb.webp") no-repeat left 0 bottom 0/3.8rem auto, url("../img/corner02_rt.webp") no-repeat right 0 top 0/3.8rem auto, url("../img/corner02_rb.webp") no-repeat right 0 bottom 0/3.8rem auto;
}
@media screen and (max-width: 960px) {
  .p-gallery__thumb::before {
    background-size: 1.9rem auto;
  }
}
.p-gallery__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-gallery__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery__thumb-img::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-gallery__thumb:hover .p-gallery__thumb-img::before {
    opacity: 1;
  }
}
.p-gallery__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-gallery__thumb-text {
  width: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery__thumb-text {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-gallery__thumb:hover .p-gallery__thumb-text {
    opacity: 1;
  }
}

.p-page {
  display: block;
  position: relative;
  padding: 14rem 0 16rem;
}
@media screen and (max-width: 960px) {
  .p-page {
    padding: 9rem 0 8.5rem;
  }
}
.p-page__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page__header {
  width: 100%;
  min-height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-page__header {
    min-height: 7.5rem;
  }
}
.p-page__base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: clip-out 0.6s var(--ease_inout);
  transition: opacity 0s linear 0.6s;
}
.is-enter .p-page__base {
  opacity: 1;
  animation: clip-in 1s var(--ease_inout) 0.4s;
  transition: opacity 0s linear 0.4s;
}
.p-page__base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.--chara .p-page__base::before {
  background: url("../img/title/ttl_deco_chara.webp") repeat-x 0 50%/116.5rem auto;
}
@media screen and (max-width: 960px) {
  .--chara .p-page__base::before {
    background-size: 58.25rem auto;
  }
}
.is-load .--chara .p-page__base::before {
  animation: chara_marquee 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .--chara .p-page__base::before {
    animation-duration: 40s;
  }
}
@keyframes chara_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -116.5rem;
  }
}
.--story .p-page__base::before {
  background: url("../img/title/ttl_decp_story.webp") repeat-x 0 50%/67rem auto;
}
@media screen and (max-width: 960px) {
  .--story .p-page__base::before {
    background-size: 33.5rem auto;
  }
}
.is-load .--story .p-page__base::before {
  animation: story_marquee 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .--story .p-page__base::before {
    animation-duration: 40s;
  }
}
@keyframes story_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -67rem;
  }
}
.--world .p-page__base::before {
  background: url("../img/title/ttl_deco_world.webp") repeat-x 0 50%/71rem auto;
}
@media screen and (max-width: 960px) {
  .--world .p-page__base::before {
    background-size: 35.5rem auto;
  }
}
.is-load .--world .p-page__base::before {
  animation: world_marquee 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .--world .p-page__base::before {
    animation-duration: 40s;
  }
}
@keyframes world_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -71rem;
  }
}
.--gallery .p-page__base::before {
  background: url("../img/title/ttl_deco_gallery.webp") repeat-x 0 50%/87rem auto;
}
@media screen and (max-width: 960px) {
  .--gallery .p-page__base::before {
    background-size: 43.5rem auto;
  }
}
.is-load .--gallery .p-page__base::before {
  animation: gallery_marquee 20s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .--gallery .p-page__base::before {
    animation-duration: 40s;
  }
}
@keyframes gallery_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -87rem;
  }
}
.p-page__title {
  display: block;
  position: relative;
}
.p-page__title::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title/ttl_deco01.webp") no-repeat 0 0/3.2rem auto;
}
@media screen and (max-width: 960px) {
  .p-page__title::before {
    background-size: 2.4rem auto;
  }
}
.p-page__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 9rem;
  line-height: 1.15;
  font-family: "Chakra Petch", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-page__title-text {
    font-size: 4.5rem;
  }
}
.p-page__inner {
  display: block;
  position: relative;
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 1 !important;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}