@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-navy);
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #010510;
  --gradient-main: linear-gradient(to right, #2fb4e3 0%, #1f3ec6 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12.8571428571px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 16px);
  }
}

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 Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

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

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

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

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

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: -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__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 80%;
  left: 0;
  transform: translate(-50%, -50%);
  background: url("../img/bg_blur.webp") no-repeat center/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg::before {
    width: 150%;
    height: 150%;
    top: 72%;
    left: 90%;
  }
}
.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_blur.webp") no-repeat center/100% auto;
}
@media screen and (max-width: 960px) {
  .l-wrap__bg::after {
    width: 150%;
    height: 150%;
    left: 50%;
  }
}
.l-wrap__container {
  display: block;
  position: relative;
  z-index: 1;
  background: url("../img/bg_blur.webp") no-repeat left 50% bottom -100%/100% auto;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__container {
    background: url("../img/bg_blur.webp") no-repeat left -50% top -4%/150% auto, url("../img/bg_blur.webp") no-repeat right -50% top 25%/150% auto;
  }
}
.l-wrap__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_deco.webp") no-repeat left top/828px auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::before {
    background-size: 414px auto;
  }
}
.l-wrap__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_deco.webp") no-repeat left top/828px auto;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .l-wrap__container::after {
    background-size: 414px auto;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__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) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}

.l-footer {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 5.4rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3.5rem 0 3.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 3rem 0 5rem;
  }
}
.l-footer__inner {
  display: block;
  position: relative;
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    display: flex;
    justify-content: flex-start;
  }
}
.l-footer__content-item {
  display: block;
  position: relative;
}
.l-footer__content-item.-content1 {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content-item.-content1 {
    flex: 1 1 0;
    min-width: 0;
  }
}
.l-footer__content-item.-content2 {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content-item.-content2 {
    max-width: 70%;
    margin-left: 5%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__content-item.-content2 {
    margin-top: 5.5rem;
  }
}
.l-footer__brand {
  width: 24.2rem;
  display: block;
  position: relative;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 17.8rem;
    margin: 0 auto 4rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.5;
  }
}
.l-footer__nav {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-bottom: 5.5rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-bottom: 2.4rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.3;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer__legal {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  opacity: 0.3;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 1.3rem;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}

.l-footer_nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-footer_nav__list {
  display: block;
  position: relative;
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
.l-footer_nav__list-item + .l-footer_nav__list-item {
  margin-top: 0.7rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list-item + .l-footer_nav__list-item {
    margin-top: 1.2rem;
  }
}
.l-footer_nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_nav__link {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    width: 25rem;
    min-height: 3.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-footer_nav__link::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--color-white);
    border-radius: 20rem;
  }
}
.l-footer_nav__link::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link::before {
    width: 0.4rem;
    left: 1.2rem;
  }
}
.l-footer_nav__link-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link-text {
    width: 90%;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.l-footer_nav__link-text::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link-text::after {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer_nav__link:hover .l-footer_nav__link-text::after {
    width: 100%;
    left: 0;
  }
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    gap: 1rem;
    justify-content: center;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.7rem;
  font-size: 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.4rem;
  }
}
.l-footer_share__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  transform: rotate(45deg);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_share__link:hover::before {
    opacity: 1;
  }
}
.l-footer_share__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  transform: rotate(45deg);
}
.l-footer_share__link img {
  display: block;
  position: relative;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: end;
  position: relative;
  gap: 3rem;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    gap: 3rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 0.1rem;
  height: 80%;
  display: block;
  position: absolute;
  top: 55%;
  left: -1.5rem;
  border-left: 0.1rem solid var(--color-white);
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    left: -1.5rem;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
}
.l-footer_help__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-footer_help__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link-text {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.p-app {
  display: block;
  position: relative;
}
.p-app__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (min-width: 961px) {
  .p-app__container {
    display: grid;
    grid-template-columns: 1fr 66rem;
    gap: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-app__container {
    padding: 1.2rem 0;
  }
}
.p-app__container::before {
  content: "";
  width: 100%;
  height: 30rem;
  display: block;
  position: absolute;
  top: 42%;
  left: 0;
  background: url("../img/bg_loop_txt.webp") repeat-x 0 50%/532.9rem auto;
  transform: translate(0, -50%);
  animation: bg_text 120s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-app__container::before {
    top: 38rem;
    background-size: 266.45rem auto;
    animation-duration: 240s;
  }
}
@keyframes bg_text {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -532.9rem;
  }
}
.p-app__visual {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-app__visual {
    width: 88%;
    margin: 7.3rem auto 0;
  }
}
.p-app__kv {
  display: block;
  position: relative;
}
.p-app__kv::before {
  content: "";
  width: 120%;
  height: 120%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/kv_shadow.webp") no-repeat center/contain;
}
.p-app__kv-img {
  display: block;
  position: relative;
}
.p-app__content {
  display: block;
  position: relative;
  padding: 0.7rem 0;
}
.p-app__title {
  width: 24rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-app__title {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-app__title {
    width: 12rem;
  }
}
.p-app__lead {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-app__lead {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-app__schedule {
  width: 100%;
  max-width: 29.4rem;
  display: block;
  position: relative;
  margin: 2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-app__schedule {
    width: 24rem;
    margin-top: 1.8rem;
  }
}
.p-app__schedule::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-app__schedule::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-app__schedule:hover::before {
    opacity: 1;
  }
}
.p-app__schedule-bg {
  display: block;
  position: relative;
}
.p-app__schedule-text {
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-app__schedule-text {
    font-size: 1.3rem;
  }
}
.p-app__schedule-deco {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-app__schedule-deco {
    width: 1rem;
    height: 1rem;
  }
}
.p-app__schedule-deco::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid var(--color-white);
}
.p-app__schedule-deco::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 1px solid var(--color-white);
}
.p-app__movie {
  display: block;
  position: relative;
  margin-top: 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-app__movie {
    margin-top: 2.8rem;
  }
}

.p-schedule {
  display: block;
  position: relative;
  padding: 4.8rem 5.5rem;
  background: var(--color-navy);
  box-shadow: 0 0 5rem 0 rgba(31, 62, 198, 0.6);
}
@media screen and (max-width: 960px) {
  .p-schedule {
    padding: 4rem 2.5rem;
  }
}
.p-schedule::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
}
.p-schedule__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-schedule__header {
    margin-bottom: 3.2rem;
  }
}
.p-schedule__title {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-schedule__title {
    font-size: 2.1rem;
  }
}
.p-schedule__content {
  display: block;
  position: relative;
}
.p-schedule__content + .p-schedule__content {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-schedule__content + .p-schedule__content {
    margin-top: 4.1rem;
  }
}
.p-schedule__cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.5rem 0.8rem;
  margin: 0 auto 2.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--gradient-main);
}
@media screen and (max-width: 960px) {
  .p-schedule__cap {
    margin-bottom: 2rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .--content3 .p-schedule__cap {
    padding: 0 !important;
    background: transparent;
  }
  .--content3 .p-schedule__cap span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    padding: 0.2rem 0.6rem;
    margin: 0 auto;
    color: var(--color-white);
    background: var(--gradient-main);
  }
  .--content3 .p-schedule__cap small {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    margin: 0.7rem auto 0;
    padding: 0.3rem 0.2rem;
    letter-spacing: 0;
    color: var(--color-white);
    background: var(--gradient-main);
  }
}
.p-schedule__cap small {
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .p-schedule__cap small {
    font-size: 0.7em;
  }
}
.p-schedule__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__data {
    padding: 1.47rem 0;
  }
}
.p-schedule__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
}
.p-schedule__data:last-child::before {
  border-bottom: 1px solid var(--color-white);
}
.p-schedule__data-cap {
  min-width: 18.3rem;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__data-cap {
    padding: 0 1rem;
    min-width: 15.5rem;
    font-size: 1.2rem;
  }
}
.p-schedule__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  padding: 0.4rem 2rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-schedule__data-text {
    padding: 0 2rem;
    font-size: 1.2rem;
  }
}
.p-schedule__data-text::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid var(--color-white);
  pointer-events: none;
}
.p-schedule__note {
  display: block;
  position: relative;
  margin-top: 2rem;
  font-size: 1rem;
  letter-spacing: 0;
}

.p-movie {
  display: block;
  position: relative;
}
.p-movie__series {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.3rem 0.8rem;
  margin: 0 auto;
  font-size: 2.5rem;
  color: var(--color-white);
  background: var(--gradient-main);
}
@media screen and (max-width: 960px) {
  .p-movie__series {
    padding: 0.3rem 0.6rem 0.2rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.p-movie__story {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  display: block;
  position: relative;
  padding: 0.4rem 0.7rem 0.5rem;
  margin: 0.6rem auto 0;
  font-size: 1.6rem;
  word-break: keep-all;
  color: var(--color-white);
  background: var(--gradient-main);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie__story {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
  }
}
.p-movie__schedule {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  margin: 1.6rem auto 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-movie__schedule {
    margin: 1.6rem auto 0;
    font-size: 1.3rem;
  }
}
.p-movie__schedule::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
}
.p-movie__schedule-date {
  flex-shrink: 0;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-movie__schedule-date {
    padding: 0.4rem 0.6rem;
  }
}
.p-movie__schedule-date::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid var(--color-white);
}
.p-movie__schedule-episode {
  flex-shrink: 0;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-movie__schedule-episode {
    padding: 0.4rem 0.6rem;
  }
}
.p-movie__player {
  width: 100%;
  max-width: 58rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__player {
    width: 92%;
  }
}
.p-movie__player::before {
  content: "";
  width: 150%;
  height: 150%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/kv_movie.webp") no-repeat center/contain;
  z-index: -1;
  pointer-events: none;
}
.p-movie__player::after {
  content: "";
  width: 8rem;
  height: 8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/btn_play.webp") no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-movie__player::after {
    width: 7rem;
    height: 7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__player::after {
    transition: transform 0.5s var(--ease_out);
  }
  .p-movie__player:hover::after {
    transform: translate(-50%, -50%) scale3d(0.95, 0.95, 0.95);
  }
}
.p-movie__player-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie__player-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__player-img::before {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-movie__player:hover .p-movie__player-img::before {
    opacity: 0.2;
  }
}
.p-movie__player-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  z-index: 1;
}
.p-movie__player-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(1.001, 1.001, 1.001);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__player-img img {
    transition: transform 0.5s var(--ease_out);
  }
  .p-movie__player:hover .p-movie__player-img img {
    transform: scale3d(1.03, 1.03, 1.03);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(1, 5, 16, 0.8);
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: all 0.4s var(--ease_inout);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  padding: 8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__content {
  width: min(92%, 68rem);
  display: block;
  position: relative;
  height: auto !important;
}
.m-modal__close {
  width: 8rem;
  height: 8rem;
  display: block;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0;
  z-index: 5;
  color: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 5rem;
    top: 0;
    right: 0;
  }
}
.m-modal__close-text {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-modal__close-text::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 20rem;
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-text::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 20rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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