@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-cream: #fff6da;
  --color-ash: #b8b8b8;
  --color-gray: #f2f2f2;
  --color-pearl: #f9f9f9;
  --color-gray-bar: #d6dfe6;
  --color-orange: #ff6100;
  --color-green: #14bb7a;
  --color-brown: #472823;
  --color-shadow: rgba(0, 0, 0, 0.2);
  --gradient-orange: linear-gradient(to bottom, #e47819 0%, #e47819 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

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

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

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

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

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

ol, ul {
  list-style: none;
}

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

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: var(--color-white);
  z-index: 0;
}
.l-wrap__op {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: var(--color-white);
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap__op {
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.l-wrap__op-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
.is-canvas-load .l-wrap__op-canvas {
  opacity: 1;
}
.l-wrap__op-canvas canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__op::after {
  content: "";
  width: 25rem;
  height: 25rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/logo.png") no-repeat center/contain;
  pointer-events: none;
  animation: pop 0.5s var(--ease_bounce) forwards;
}
@media screen and (max-width: 960px) {
  .l-wrap__op::after {
    width: 18rem;
    height: 18rem;
  }
}
@keyframes pop {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.l-wrap__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.l-wrap__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern/bg_pattern1.png") repeat 0 0/87.4rem auto;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::before {
    background-size: 43.7rem auto;
  }
}
.is-load .l-wrap__container::before {
  animation: bg_anim1 60s steps(70) infinite;
}
@keyframes bg_anim1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -174.8rem;
  }
}
.l-wrap__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern/bg_pattern2.png") repeat 0 0/87.4rem auto;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::after {
    background-size: 43.7rem auto;
  }
}
.is-load .l-wrap__container::after {
  animation: bg_anim2 60s steps(70) infinite;
}
@keyframes bg_anim2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 174.8rem;
  }
}

.l-menu {
  width: 8rem;
  display: block;
  position: fixed;
  top: 4rem;
  left: 4rem;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .l-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-scroll .l-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .is-menu-open .l-menu {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 5rem;
    top: 1rem;
    left: 1rem;
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-open .l-menu {
    opacity: 0;
  }
}

.l-nav {
  width: 36rem;
  display: none;
  position: fixed;
  top: 4rem;
  left: 4rem;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100%;
    padding: 1rem;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--gradient-orange);
  }
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__container {
  max-height: calc(var(--svh) - 8rem);
  display: block;
  position: relative;
  padding: 4.8rem 0 7rem;
  -webkit-clip-path: var(--color-black);
  clip-path: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 3rem;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 34rem;
    padding: 4.2rem 0 7rem;
    max-height: none;
    margin: 0 auto;
    border-radius: 1.5rem;
  }
}
.l-nav__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 18rem;
  z-index: -1;
}
.l-nav__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-gray-bar);
  border-radius: 3rem;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-nav__container::after {
    border-radius: 1.5rem;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
.l-nav__title {
  width: 22.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav__title {
    width: 19.5rem;
  }
}
.l-nav__list {
  width: 90%;
  max-width: 29.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    max-width: 32rem;
    margin-top: 2.5rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1.15rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 1.45rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    transition: color 0.2s var(--ease_out);
  }
  .l-nav__link:hover {
    color: var(--color-green);
  }
}
.l-nav__link.is-coming {
  color: var(--color-ash);
  pointer-events: none !important;
}
.l-nav__link::before {
  content: "";
  width: 0.8rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid var(--color-green);
  transform: translate(0, -50%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-nav__link:hover::before {
    opacity: 1;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 2.9rem;
  line-height: 1;
  font-family: "Jersey 10", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 2.8rem;
  }
}
.l-nav__link-badge {
  width: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  .l-nav__link-badge {
    width: 4.2rem;
  }
}
.l-nav__close {
  width: 8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-nav__close {
    width: 5rem;
    top: 2rem;
    left: 3rem;
  }
}

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

.l-footer {
  display: block;
  position: relative;
}
.l-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/grass.png") repeat-x 0 100%/auto 4.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer::before {
    background-size: auto 2.2rem;
  }
}
.l-footer__container {
  display: block;
  position: relative;
  padding: 3.8rem 1rem 8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 4.6rem 2rem 5.5rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
}
.l-footer__copy-text {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-text {
    font-size: 0.8rem;
    letter-spacing: 0;
    text-align: left;
  }
}
.l-footer__pagetop {
  width: 8.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 6rem;
    right: 1.8rem;
    bottom: 3.5rem;
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
}
.l-footer__pagetop-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pagetop_lever.png") no-repeat center/contain;
  transform-origin: 38% 55%;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-text::before {
    transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-text::before {
    transform: rotate(50deg);
  }
}

.p-top {
  display: block;
  position: relative;
}

.p-hero {
  display: block;
  position: relative;
  background: var(--color-white);
  z-index: 0;
}
.p-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern/bg_pattern1.png") repeat 0 0/87.4rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-hero::before {
    background-size: 43.7rem auto;
  }
}
.p-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern/bg_pattern2.png") repeat 0 0/87.4rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-hero::after {
    background-size: 43.7rem auto;
  }
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: grid;
    grid-template-columns: 50rem 1fr;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    padding: 4rem 0;
    background-color: var(--color-orange);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    position: absolute;
    top: 1.4rem;
    right: 1rem;
    z-index: 1;
  }
}
.p-hero__nav {
  width: 90%;
  max-width: 42rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__nav {
    display: none;
  }
}
.p-hero__official {
  width: 20.5rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__official {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__official {
    width: 17rem;
  }
}
.p-hero__official-link {
  display: block;
  position: relative;
}
.p-hero__official-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_1st-season_on.png") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__official-link::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-hero__official-link:hover::after {
    opacity: 1;
  }
}
.p-hero__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    background: url("../img/kv/kv_bg_wave_pc.png") no-repeat center/cover;
  }
}
.p-hero__mv {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__kv {
  width: 100%;
  padding-top: max(var(--svh), 65%);
  display: block;
  position: relative;
}
@media screen and (orientation: portrait) {
  .p-hero__kv {
    padding-top: max(var(--svh), 135%);
  }
}
.p-hero__kv-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(10rem);
}
.is-load .p-hero__kv-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-hero__kv-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-hero__kv-img img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
}
.p-hero__title {
  width: 63%;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    display: none;
  }
}
.p-hero__catch {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-hero__catch.--catch1 {
    width: 50%;
    top: 4rem;
    right: 4rem;
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch.--catch1 {
    width: 35rem;
    display: block;
    position: relative;
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 961px) {
  .p-hero__catch.--catch2 {
    top: 4rem;
    right: 9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch.--catch2 {
    width: 26.2rem;
    bottom: 7.3%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-hero__catch-text {
  display: block;
  position: relative;
}

.p-hero_nav {
  display: block;
  position: relative;
  padding: 4rem 0 7rem;
  -webkit-clip-path: var(--color-black);
  clip-path: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero_nav {
    border-radius: 2rem;
  }
}
.p-hero_nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 18rem;
}
.p-hero_nav::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-gray-bar);
  border-radius: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-hero_nav::after {
    border-radius: 2rem;
  }
}
.p-hero_nav__title {
  width: 30.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero_nav__list {
  width: 90%;
  max-width: 36.5rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
.p-hero_nav__list-item {
  display: block;
  position: relative;
}
.p-hero_nav__list-item + .p-hero_nav__list-item {
  margin-top: 1.2rem;
}
.p-hero_nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_nav__link {
    transition: color 0.2s var(--ease_out);
  }
  .p-hero_nav__link:hover {
    color: var(--color-green);
  }
}
.p-hero_nav__link.is-coming {
  color: var(--color-ash);
  pointer-events: none;
}
.p-hero_nav__link::before {
  content: "";
  width: 0.8rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid var(--color-green);
  transform: translate(0, -50%);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_nav__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-hero_nav__link:hover::before {
    opacity: 1;
  }
}
.p-hero_nav__link-text {
  display: block;
  position: relative;
  font-size: 2.9rem;
  line-height: 1;
  font-family: "Jersey 10", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-hero_nav__link-badge {
  width: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translate(100%, -50%);
}

.p-info {
  display: block;
  position: relative;
}
.p-info__container {
  width: 81%;
  max-width: 1600px;
  display: block;
  position: relative;
  padding: 12rem 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-info__container {
    width: 90%;
    max-width: 560px;
    padding: 5.6rem 0 2rem;
  }
}
.p-info__content {
  display: block;
  position: relative;
}
.p-info__sns {
  width: 40rem;
  display: block;
  position: relative;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-info__sns {
    width: 30rem;
    margin-top: 4.2rem;
  }
}
.p-info__sns-link {
  display: block;
  position: relative;
}
.p-info__sns-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_x_on.png?v2") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__sns-link::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-info__sns-link:hover::after {
    opacity: 1;
  }
}
.p-info__sns-link-tk {
  display: block;
  position: relative;
}
.p-info__sns-link-tk::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_tiktok_on.png?v2") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__sns-link-tk::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-info__sns-link-tk:hover::after {
    opacity: 1;
  }
}
.p-info__sns + .p-info__sns {
  margin: 3.6rem auto 0;
}

.p-info_news {
  display: block;
  position: relative;
}
.p-info_news__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info_news__container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.5rem 11rem;
  }
}
.p-info_news__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info_news__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-info_news__header {
    margin-bottom: 2.5rem;
  }
}
.p-info_news__title {
  width: 23rem;
  display: block;
  position: relative;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-info_news__title {
    width: 14rem;
  }
}
.is-scroll-active .p-info_news__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-info_news__inner {
  min-width: 0;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (min-width: 961px) {
  .p-info_news__inner {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.is-scroll-active .p-info_news__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-info_news__list {
  display: block;
  position: relative;
}
.p-info_news__list-item {
  display: block;
  position: relative;
}
.p-info_news__list-item + .p-info_news__list-item {
  margin-top: 1rem;
}
.p-info_news__footer {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (min-width: 961px) {
  .p-info_news__footer {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .p-info_news__footer {
    margin-top: 2.2rem;
  }
}
.is-scroll-active .p-info_news__footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-info_news__more {
  width: 20.5rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info_news__more {
    top: 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info_news__more {
    width: 17.1rem;
    margin: 0 auto;
  }
}
.p-info_news__more::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_more_on.png") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-info_news__more::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-info_news__more:hover::after {
    opacity: 1;
  }
}

.p-info_news_article {
  display: block;
  position: relative;
  background: var(--color-gray);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0.5rem 0 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .p-info_news_article {
    padding: 1.8rem 1.4rem 1.6rem;
  }
}
.p-info_news_article__date {
  display: block;
  position: relative;
  margin-bottom: 0.1rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--color-orange);
}
.p-info_news_article__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  overflow: hidden;
  transform: rotate(-0.003deg);
}
@media screen and (min-width: 961px) {
  .p-info_news_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-info_news_article__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_news_article__title {
    transition: color 0.2s var(--ease_out);
  }
  .p-info_news_article:hover .p-info_news_article__title {
    color: var(--color-orange);
  }
}

.p-info_sns {
  display: block;
  position: relative;
  background: var(--color-gray);
  border-radius: 3rem;
  padding: 3.5rem 0 2.5rem;
  box-shadow: 0 0.5rem 0 0 var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .p-info_sns {
    border-radius: 1rem;
    padding: 2.8rem 0 2rem;
    margin-top: 6rem;
  }
}
.p-info_sns__header {
  width: 88%;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
}
.p-info_sns__title {
  width: 14rem;
  display: block;
  position: relative;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-info_sns__title {
    width: 17rem;
    margin: 0 auto;
  }
}
.is-scroll-active .p-info_sns__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-info_sns__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-info_sns__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-info_sns__timeline {
  width: 100%;
  height: 36.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-info_sns__timeline {
    height: 55rem;
  }
}
.p-info_sns__timeline-frame {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-info_sns__timeline-loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-info_sns__timeline-loader {
    height: 4rem;
    width: 4rem;
  }
}
.is-timeline-loaded + .p-info_sns__timeline-loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-info_sns__timeline-loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.2rem solid var(--color-white);
  border-top: 0.2rem solid var(--color-orange);
  animation: rotate 0.5s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.is-timeline-loaded .p-info_sns__timeline-loader::before {
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-info_sns__timeline-loader::before {
    border-width: 0.1rem;
  }
}
.p-info_sns__link {
  width: 90%;
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 2.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-info_sns__link {
    max-width: 23rem;
  }
}
.p-info_sns__link-item {
  display: block;
  position: relative;
}
.p-info_sns__link-item + .p-info_sns__link-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-info_sns__link-item + .p-info_sns__link-item {
    margin-top: 1.6rem;
  }
}

.p-movie {
  display: block;
  position: relative;
  padding: 6.3rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding: 5.5rem 0 3rem;
  }
}
.p-movie__container {
  width: 81.5%;
  max-width: 1280px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-movie__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 2.8rem;
  }
}
.p-movie__title {
  width: 33rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 16rem;
    margin: 0 auto;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-movie__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-movie__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__list {
    margin-top: 3rem;
    gap: 1rem;
  }
}
.p-movie__list-item {
  width: 36.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    width: 15rem;
  }
}
.p-movie__official {
  width: 41rem;
  display: block;
  position: relative;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__official {
    width: 31rem;
    margin: 4rem auto 0;
  }
}
.p-movie__official::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_youtube_on.png?v2") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__official::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-movie__official:hover::after {
    opacity: 1;
  }
}

.p-movie_main {
  display: block;
  position: relative;
}
.p-movie_main__player {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-movie_main__player {
    border-radius: 1rem;
  }
}
.p-movie_main__player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie_main__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-movie_main__thumb {
    border-radius: 1rem;
  }
}
.p-movie_main__thumb-img {
  display: block;
  position: relative;
}
.p-movie_main__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.55rem 1.2rem;
  margin: 1.9rem auto 0;
  color: var(--color-orange);
  background: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-movie_main__title {
    margin-top: 1rem;
    padding: 0.25rem 1rem;
  }
}
.p-movie_main__title-text {
  display: block;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-movie_main__title-text {
    font-size: 1.6rem;
  }
}

.p-movie_data {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-orange);
  opacity: 0.2;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    opacity: 0.1;
  }
}
.p-movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie_data__title {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
  color: var(--color-orange);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-movie_data__title {
    font-size: 1.3rem;
  }
}

.p-onair {
  display: block;
  position: relative;
  padding: 11.8rem 0 16.2rem;
  margin-top: 11rem;
  color: var(--color-white);
  background: var(--color-pearl);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-onair {
    margin-top: 5rem;
    padding: 6rem 0 8.1rem;
  }
}
.p-onair::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 20rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-onair::before {
    background-size: auto 15rem;
  }
}
.p-onair__container {
  width: 81.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-onair__container {
    width: 100%;
    max-width: 560px;
  }
}
.p-onair__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .p-onair__header {
    margin-bottom: 3rem;
  }
}
.p-onair__title {
  width: 33rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-onair__title {
    width: 16rem;
  }
}
.is-scroll-active .p-onair__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-onair__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-onair__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-onair__official {
  width: 36.5rem;
  display: block;
  position: relative;
  margin: 7.8rem auto 0;
}

.p-onair_content {
  display: block;
  position: relative;
}
.p-onair_content + .p-onair_content {
  margin-top: 9.5rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content + .p-onair_content {
    margin-top: 5.8rem;
  }
}
.p-onair_content__header {
  display: block;
  position: relative;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content__header {
    margin-bottom: 1.5rem;
  }
}
.p-onair_content__title {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 4rem;
  color: var(--color-orange);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-onair_content__title {
    font-size: 2.1rem;
  }
}
.p-onair_content__inner {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-onair_content__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: var(--color-black);
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
  transform: rotate(0.005deg);
}
@media screen and (max-width: 960px) {
  .p-onair_content__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-onair_content__note {
  display: block;
  position: relative;
  margin: 2rem auto 0;
  font-size: 1.3rem;
  color: var(--color-black);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  transform: rotate(0.005deg);
}
@media screen and (max-width: 960px) {
  .p-onair_content__note {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-onair_content__cap {
  display: block;
  position: relative;
  margin: 4rem auto 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-orange);
  text-align: center;
  transform: rotate(0.005deg);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-onair_content__cap {
    margin: 2.4rem auto 1.2rem;
    font-size: 1.5rem;
  }
}
.p-onair_content__data {
  display: block;
  position: relative;
  padding: 2.6rem 4rem;
  color: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 2rem;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 0.5rem 0 0 var(--color-shadow);
}
@media screen and (min-width: 961px) {
  .p-onair_content__data {
    display: grid;
    grid-template-columns: 24rem 20rem 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-onair_content__data {
    padding: 1.8rem 2.4rem;
    border-radius: 2rem;
  }
}
.p-onair_content__data + .p-onair_content__data {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-onair_content__data + .p-onair_content__data {
    margin-top: 1.5rem;
  }
}
.p-onair_content__data::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid var(--color-gray-bar);
  border-radius: 2rem;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-onair_content__data::after {
    border-radius: 2rem;
  }
}
.p-onair_content__data-name {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 600;
  color: var(--color-orange);
  transform: rotate(0.005deg);
}
@media screen and (max-width: 960px) {
  .p-onair_content__data-name {
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
  }
}
.p-onair_content__data-start {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--color-black);
  transform: rotate(0.005deg);
}
@media screen and (max-width: 960px) {
  .p-onair_content__data-start {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.p-onair_content__data-time {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--color-black);
  transform: rotate(0.005deg);
}
@media screen and (max-width: 960px) {
  .p-onair_content__data-time {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.p-onair_content__data a {
  text-decoration: underline;
  color: var(--color-orange);
}
@media screen and (min-width: 961px) {
  .p-onair_content__data a:hover {
    text-decoration: none;
  }
}

.p-intro {
  display: block;
  position: relative;
  padding: 11.8rem 0 15rem;
  color: var(--color-white);
  background: var(--gradient-orange);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 7rem 0 8.8rem;
  }
}
.p-intro::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_orange.png") repeat-x 0 100%/auto 20rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-intro::before {
    background-size: auto 15rem;
  }
}
.p-intro::after {
  content: "";
  width: 100%;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_txt_intro.svg") repeat-x 0 50%/780rem auto;
  z-index: -1;
  animation: marquee_intro 120s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-intro::after {
    height: 10rem;
    background-size: 390rem auto;
    animation-duration: 240s;
  }
}
@keyframes marquee_intro {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -780rem;
  }
}
.p-intro__container {
  width: 81.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-intro__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 4.8rem;
  }
}
.p-intro__title {
  width: 80.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    width: 33rem;
  }
}
.is-scroll-active .p-intro__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-intro__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-intro__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-intro__text {
  display: block;
  position: relative;
}
.p-intro__text-line {
  display: block;
  position: relative;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.1;
  font-weight: 700;
  letter-spacing: 0.15rem;
  transform: rotate(-0.003deg);
}
@media screen and (max-width: 960px) {
  .p-intro__text-line {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
.p-intro__text-line strong {
  display: inline-block;
  position: relative;
  padding: 0 0.2rem;
  margin: 0 0.2em;
  line-height: 1.5;
  color: var(--color-orange);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-intro__text-line strong {
    line-height: 1.4;
  }
}
.p-intro__text-line + .p-intro__text-line {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-intro__text-line + .p-intro__text-line {
    margin-top: 2.9rem;
  }
}

.p-story {
  display: block;
  position: relative;
  padding: 11.8rem 0 16.2rem;
  color: var(--color-black);
  background: var(--color-white);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-story {
    padding: 8rem 0 5rem;
  }
}
.p-story::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_cream.png") repeat-x 0 100%/auto 20rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-story::before {
    background-size: auto 15rem;
  }
}
.p-story__container {
  width: 81.5%;
  max-width: 1280px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-story__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-story__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-story__header {
    margin-bottom: 3rem;
  }
}
.p-story__title {
  width: 33rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-story__title {
    width: 16.7rem;
  }
}
.is-scroll-active .p-story__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-story__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-story__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-story__nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-story__nav {
    gap: 0.3rem;
    margin-bottom: 1.8rem;
  }
}
.p-story__nav-item {
  width: 8.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story__nav-item {
    width: 5.2rem;
  }
}
.p-story__content {
  display: block;
  position: relative;
  z-index: 0;
}
.p-story__content-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease_out);
}
.p-story__content-item.is-story-current {
  opacity: 1;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.p-story_nav {
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-orange);
  background-color: var(--color-black);
  border-radius: 20rem;
  transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-story_nav {
    min-height: 2.8rem;
  }
}
.p-story_nav.is-story-current {
  color: var(--color-black);
  background-color: var(--color-orange);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-story_nav:hover {
    color: var(--color-white);
  }
}
.p-story_nav__text {
  display: block;
  position: relative;
  font-size: 3rem;
  font-family: "Jersey 10", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-story_nav__text {
    font-size: 1.6rem;
  }
}

.p-story_content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-story_content__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__header {
    margin-bottom: 2rem;
  }
}
.p-story_content__slide {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-story_content__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.p-story_content__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-story_content__thumb {
  display: block;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-story_content__thumb {
    border-radius: 0.75rem;
  }
}
.p-story_content__thumb-img {
  display: block;
  position: relative;
}
.p-story_content__pagination {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__pagination {
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
}
.p-story_content__btn {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-story_content__btn {
    border-radius: 0.25rem;
  }
}
.p-story_content__btn-img {
  display: block;
  position: relative;
}
.p-story_content__btn-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
.is-current .p-story_content__btn-img::before {
  opacity: 0.4;
}
.p-story_content__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story_content__inner {
    gap: 1rem 1.5rem;
  }
}
.p-story_content__no {
  grid-column: 1/2;
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  font-weight: 900;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-story_content__no {
    font-size: 2rem;
  }
}
.p-story_content__title {
  grid-column: 2/3;
  display: block;
  position: relative;
  font-size: 3rem;
  letter-spacing: -0.1rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .p-story_content__title {
    font-size: 2rem;
  }
}
.p-story_content__text {
  grid-column: 1/3;
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  transform: rotate(0.05deg);
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-story_content__text {
    font-size: 1.4rem;
  }
}

.p-chara {
  display: block;
  position: relative;
  padding: 4rem 0 6.4rem;
  margin-top: -1px;
  color: var(--color-black);
  background: var(--color-cream);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-chara {
    padding: 3rem 0 6.5rem;
  }
}
.p-chara__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/character/chara_bg_wave_pc.png") repeat-x 50% 100%/auto 47.5rem;
}
@media screen and (max-width: 960px) {
  .p-chara__bg {
    background: url("../img/character/chara_bg_wave_sp.png") repeat-x 50% 100%/100% auto;
  }
}
.p-chara__bg::after {
  content: "";
  width: 100%;
  height: 20rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_txt_chara.svg") repeat-x 0 50%/780rem auto;
  animation: marquee_chara 120s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-chara__bg::after {
    top: 33%;
    height: 10rem;
    background-size: 390rem auto;
    animation-duration: 240s;
  }
}
@keyframes marquee_chara {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -780rem;
  }
}
.p-chara__container {
  width: 81.5%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-chara__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 3rem;
  }
}
.p-chara__title {
  width: 60.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-chara__title {
    width: 29.5rem;
  }
}
.is-scroll-active .p-chara__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-chara__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 960px) {
  .p-chara__inner {
    padding-top: 6rem;
  }
}
.is-scroll-active .p-chara__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-chara__nav {
  display: grid;
  grid-template-columns: repeat(2, 12rem);
  gap: 1rem;
  position: absolute;
  top: 5.2rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara__nav {
    grid-template-columns: repeat(6, 5.1rem);
    gap: 0.5rem;
    top: 0;
    left: 0.2rem;
  }
}
.p-chara__nav-item {
  display: block;
  position: relative;
}
.p-chara__pager {
  display: grid;
  grid-template-columns: repeat(2, 8rem);
  gap: 1.5rem;
  position: absolute;
  top: 5.25rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara__pager {
    grid-template-columns: repeat(2, 5.5rem);
    gap: 1rem;
    top: 14rem;
  }
}
.p-chara__pager-btn {
  display: block;
  position: relative;
  cursor: pointer;
}
.p-chara__pager-btn.--prev {
  transform: scale(-1, 1);
}
.p-chara__pager-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/character/btn_arrow_on.png") no-repeat center/contain;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara__pager-btn::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-chara__pager-btn:hover::after {
    opacity: 1;
  }
}
.p-chara__button {
  display: block;
  position: relative;
}
.is-current .p-chara__button {
  pointer-events: none;
}
.p-chara__button-base {
  display: block;
  position: relative;
}
.p-chara__button-cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
.is-current .p-chara__button-cover {
  opacity: 1 !important;
}
@media (hover: hover) and (pointer: fine) {
  .p-chara__button:hover .p-chara__button-cover {
    opacity: 1;
  }
}
.p-chara__slide {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-chara__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}
.p-chara__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.p-chara__list-item.is-slide-current {
  z-index: 1;
  pointer-events: auto;
}

.p-chara_data {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.is-slide-current .p-chara_data {
  opacity: 1;
  transition: opacity 0.2s var(--ease_inout);
}
.p-chara_data__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_data__inner {
    padding: 6.8rem 0 0;
  }
}
.p-chara_data__visual {
  width: 56.5rem;
  display: block;
  position: relative;
  left: -0.5%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara_data__visual {
    width: 32.6rem;
    left: 0;
  }
}
.p-chara_data__visual-img {
  display: block;
  position: relative;
  -webkit-mask: url("../img/character/img_chara_dot.png") repeat-x 0 0/auto 300%;
  mask: url("../img/character/img_chara_dot.png") repeat-x 0 0/auto 300%;
  transition: -webkit-mask-position 0s linear 1s;
  transition: mask-position 0s linear 1s;
  transition: mask-position 0s linear 1s, -webkit-mask-position 0s linear 1s;
}
.is-slide-current .p-chara_data__visual-img {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1.2s var(--ease_out);
  transition: mask-position 1.2s var(--ease_out);
  transition: mask-position 1.2s var(--ease_out), -webkit-mask-position 1.2s var(--ease_out);
}
.p-chara_data__footer {
  width: 36rem;
  display: block;
  position: relative;
  padding: 5rem 4rem 7rem;
  -webkit-clip-path: var(--color-black);
  clip-path: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 2rem;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, -30%);
  transition: opacity 0.8s var(--ease_inout), transform 0s linear 0.8s;
}
@media screen and (min-width: 961px) {
  .p-chara_data__footer {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__footer {
    width: 100%;
    margin: 0 auto;
    padding: 3.4rem 3.1rem 4.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-chara_data__footer {
    transform: translate(0, 20%);
  }
}
.is-slide-current .p-chara_data__footer {
  opacity: 1;
  transform: translate(0, -50%);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
@media screen and (max-width: 960px) {
  .is-slide-current .p-chara_data__footer {
    transform: translate(0, 0);
  }
}
.p-chara_data__footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 18rem;
}
.p-chara_data__footer::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-gray-bar);
  border-radius: 2rem;
  pointer-events: none;
}
.p-chara_data__name {
  display: block;
  position: relative;
  font-size: 4.2rem;
  letter-spacing: -0.1rem;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .p-chara_data__name {
    font-size: 2.8rem;
  }
}
.p-chara_data__cv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 1.6rem;
  padding: 0.2rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--color-black);
  background: var(--color-orange);
  transform: rotate(-0.005deg);
}
@media screen and (max-width: 960px) {
  .p-chara_data__cv {
    font-size: 1.2rem;
  }
}
.p-chara_data__text {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  transform: rotate(-0.005deg);
}
@media screen and (max-width: 960px) {
  .p-chara_data__text {
    margin-top: 1.6rem;
    font-size: 1.3rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
}

.p-staffcast {
  display: block;
  position: relative;
  padding: 11.8rem 0 5rem;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-staffcast {
    padding: 5.85rem 0 3rem;
  }
}
.p-staffcast__container {
  width: 81.5%;
  max-width: 1280px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staffcast__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-staffcast__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast__header {
    margin-bottom: 3rem;
  }
}
.p-staffcast__title {
  width: 64rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-staffcast__title {
    width: 30rem;
  }
}
.is-scroll-active .p-staffcast__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-staffcast__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-staffcast__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}

.p-staffcast_content {
  display: block;
  position: relative;
  padding: 8.2rem 0 12.3rem;
  -webkit-clip-path: var(--color-black);
  clip-path: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content {
    padding: 4.1rem 0 8.3rem;
    border-radius: 2rem;
  }
}
.p-staffcast_content + .p-staffcast_content {
  margin-top: 1rem;
}
.p-staffcast_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 18rem;
}
.p-staffcast_content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-gray-bar);
  border-radius: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content::after {
    border-radius: 2rem;
  }
}
.p-staffcast_content__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-staffcast_content__title {
  width: 24rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__title {
    width: 14.5rem;
  }
}
.p-staffcast_content__inner {
  width: 90%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-staffcast_content__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5.5rem 0;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__list {
    gap: 2.8rem;
  }
}
.p-staffcast_content__list-item {
  width: 33.33%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staffcast_content__list-item.--wide {
    width: 100%;
  }
  .p-staffcast_content__list-item.--half {
    margin-left: 5%;
  }
  .p-staffcast_content__list-item.--half + .p-staffcast_content__list-item.--half {
    margin-left: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__list-item {
    width: 100%;
  }
}
.p-staffcast_content__data {
  display: block;
  position: relative;
}
.p-staffcast_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-green);
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-cap {
    font-size: 1.1rem;
  }
}
.p-staffcast_content__data-name {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-name {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-staffcast_content__data-name small {
  font-size: 0.7em;
}
.p-staffcast_content__data-note {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  transform: rotate(-0.003deg);
}
@media screen and (max-width: 960px) {
  .p-staffcast_content__data-note {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}

.p-music {
  display: block;
  position: relative;
  padding: 11rem 0 5rem;
  color: var(--color-black);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-music {
    padding: 3.8rem 0 3rem;
  }
}
.p-music__container {
  width: 81.5%;
  max-width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-music__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-music__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-music__header {
    margin-bottom: 2.8rem;
  }
}
.p-music__title {
  width: 33rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-music__title {
    width: 31rem;
  }
}
.is-scroll-active .p-music__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-music__inner {
  display: block;
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateY(4rem);
}
.p-music__inner + .p-music__inner {
  margin-top: 10.6rem;
}
.is-scroll-active .p-music__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-music__label {
  display: inline-block;
  background: var(--color-orange);
  margin: 0.5rem 0 1rem;
  padding: 0.3rem 2.2rem;
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-music__label {
    margin: 0rem 0 1rem;
    padding: 0.35rem 2rem;
    font-size: 2rem;
  }
}
.p-music__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8rem;
  margin: 5rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-music__content {
    display: block;
    margin: 2rem 0 3.4rem;
  }
}
.p-music__cover {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-music__cover {
    width: 74%;
    margin: 0 auto;
  }
}
.p-music__info {
  text-align: left;
  width: calc(50% - 8rem);
  padding-top: 3.3rem;
}
@media screen and (max-width: 960px) {
  .p-music__info {
    width: 100%;
    padding-top: 2.6rem;
  }
}
.p-music__info-title {
  margin-left: -1.5rem;
  margin-bottom: 2.5rem;
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-music__info-title {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}
.p-music__info-artist {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-music__info-artist {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
  }
}
.p-music__info-credit {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-music__info-credit {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-music__image {
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 960px) {
  .p-music__image {
    margin-bottom: 2.2rem;
  }
}
.p-music__sns {
  display: grid;
  grid-template-columns: repeat(6, 2rem);
  gap: 1.9rem;
  position: relative;
  margin: 2rem 0 3rem;
}
.p-music__sns-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-music__sns-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-music__sns-link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-music__sns-link:hover {
    opacity: 0.6;
  }
}
.p-music__comment {
  display: block;
  position: relative;
  text-align: left;
}
.p-music__comment + .p-music__comment {
  margin-top: 2.2rem;
}
.p-music__comment-label {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--color-green);
  font-family: "Jersey 10", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-music__comment-label {
    margin-bottom: 0.6rem;
    font-size: 2.1rem;
  }
}
.p-music__comment-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: var(--color-brown);
}
@media screen and (max-width: 960px) {
  .p-music__comment-text {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-music__comment-text a {
  text-decoration: underline;
  color: var(--color-orange);
}
@media screen and (min-width: 961px) {
  .p-music__comment-text a:hover {
    text-decoration: none;
  }
}

.p-bd {
  display: block;
  position: relative;
  margin-top: 11.4rem;
  padding: 10.4rem 0 16rem;
  color: var(--color-white);
  background: var(--gradient-orange);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-bd {
    margin-top: 5rem;
    padding: 6rem 0 8rem;
  }
}
.p-bd::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_orange.png") repeat-x 0 100%/auto 20rem;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-bd::before {
    background-size: auto 15rem;
  }
}
.p-bd__container {
  width: 81.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-bd__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-bd__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .p-bd__header {
    margin-bottom: 3.1rem;
  }
}
.p-bd__title {
  width: 33.2rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-bd__title {
    width: 20rem;
  }
}
.is-scroll-active .p-bd__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-bd__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-bd__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-bd__text {
  display: block;
  position: relative;
}
.p-bd__text-line {
  display: block;
  position: relative;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.1;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
.p-bd__text-line strong {
  display: inline-block;
  position: relative;
  padding: 0 0.2rem;
  margin: 0 0.2em;
  line-height: 1.5;
  color: var(--color-orange);
  background: var(--color-black);
}
.p-bd__text-line + .p-bd__text-line {
  margin-top: 4rem;
}

.p-goods {
  display: block;
  position: relative;
  padding: 16rem 0 5rem;
  color: var(--color-black);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-goods {
    padding: 8rem 0 3rem;
  }
}
.p-goods__container {
  width: 81.5%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-goods__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-goods__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-goods__header {
    margin-bottom: 3rem;
  }
}
.p-goods__title {
  width: 37.6rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-goods__title {
    width: 18rem;
  }
}
.is-scroll-active .p-goods__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-goods__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-goods__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}

.p-books {
  display: block;
  position: relative;
  padding: 11rem 0 5rem;
  color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-books {
    padding: 5rem 0 3rem;
  }
}
.p-books__container {
  width: 81.5%;
  max-width: 1280px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-books__container {
    width: 90%;
    max-width: 560px;
  }
}
.p-books__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-books__header {
    margin-bottom: 3rem;
  }
}
.p-books__title {
  width: 36.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-books__title {
    width: 17.5rem;
  }
}
.is-scroll-active .p-books__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-books__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(4rem);
}
.is-scroll-active .p-books__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}

.p-books_content {
  display: block;
  position: relative;
  padding: 6.2rem 0 10.5rem;
  -webkit-clip-path: var(--color-black);
  clip-path: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-books_content {
    padding: 4rem 0 8.5rem;
    border-radius: 2rem;
  }
}
.p-books_content + .p-books_content {
  margin-top: 1rem;
}
.p-books_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_gray2.png") repeat-x 0 100%/auto 18rem;
}
.p-books_content::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-gray-bar);
  border-radius: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-books_content::after {
    border-radius: 2rem;
  }
}
.p-books_content__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-books_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-books_content__title {
  width: 24rem;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
  mask: url("../img/dot_mask.png") repeat-x 0 0/auto 400%;
}
@media screen and (max-width: 960px) {
  .p-books_content__title {
    width: 14.5rem;
  }
}
.is-scroll-active .p-books_content__title {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  transition: -webkit-mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout);
  transition: mask-position 1s var(--ease_inout), -webkit-mask-position 1s var(--ease_inout);
}
.p-books_content__inner {
  width: 90%;
  max-width: 78rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-books_content__inner {
    width: 85%;
  }
}
.p-books_content__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.5rem 2.5rem;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-books_content__list {
    gap: 2rem 2rem;
  }
}
.p-books_content__list-item {
  width: calc(33.3333333333% - 1.6666666667rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-books_content__list-item {
    width: calc(50% - 1rem);
  }
}
.p-books_content__link {
  display: block;
  position: relative;
}
.p-books_content__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6100 url("../img/bg_dot_orange.png") repeat-x 0 100%/auto 18rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-books_content__link::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-books_content__link:hover::before {
    opacity: 0.5;
  }
}
.p-books_content__link::after {
  content: "MORE";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.4rem;
  color: var(--color-black);
  font-family: "Jersey 10", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-books_content__link::after {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-books_content__link:hover::after {
    opacity: 1;
  }
}

.font-mplus {
  font-family: "M PLUS 1", sans-serif;
}

.p-coming {
  width: 12rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-coming {
    width: 9rem;
  }
}

.p-announce_modal {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 97, 0, 0.8);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s var(--ease_out);
}
.p-announce_modal.is-mission-modal-close {
  pointer-events: none;
  opacity: 0;
}
.p-announce_modal::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_orange.png") repeat-x 0 100%/auto 34rem;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-announce_modal::before {
    background-size: auto 15rem;
  }
}
.p-announce_modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-announce_modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
}
.p-announce_modal__inner {
  width: 90%;
  max-width: 800px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-announce_modal__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-announce_modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-announce_modal__close {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-announce_modal__close {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-announce_modal__close:hover {
    opacity: 0.7;
  }
}
.p-announce_modal__close::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.2rem solid var(--color-white);
}
.p-announce_modal__close::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.2rem solid var(--color-white);
}

.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 {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@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;
  }
}
/*# sourceMappingURL=style.css.map */