@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.swiper-lazy-preloader::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(255, 255, 255, 0.35) 50%, rgba(217, 217, 217, 0) 100%);
  background-size: 100% 100%;
  animation: loading_skeleton 1s linear infinite;
}

.swiper-pagination {
  margin-top: 6px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .swiper-pagination {
    margin-top: 8px;
  }
}

@media not all and (max-width: 900px) {
  @media (max-height: 900px) {
    body .m-modal .m-modal__content {
      max-width: 1000px;
    }
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 89%;
  }
}
body .m-modal .m-modal__close-btn {
  opacity: 0;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanMPs, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  color: var(--color-white);
  background: var(--color-black);
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-footer {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.l-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(to bottom, rgba(34, 53, 157, 0), #000126);
  opacity: 0.82;
}
.l-footer__container {
  position: relative;
  width: 93.2857142857%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    width: 86.4%;
  }
}
.l-footer__sns-item + .l-footer__sns-item {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-item + .l-footer__sns-item {
    margin-top: 11px;
  }
}
.l-footer__sns-link {
  display: flex;
  align-items: center;
  font-family: YakuHanMPs, "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media (hover: hover) {
  .l-footer__sns-link {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__sns-link:hover {
    opacity: 0.7;
  }
}
.l-footer__sns-link .l-in-icon {
  display: block;
  width: 22px;
  margin-right: 9px;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-link .l-in-icon {
    width: 17px;
    margin-right: 7px;
  }
}
.--x .l-footer__sns-link .l-in-icon img {
  width: 17px;
}
@media screen and (max-width: 900px) {
  .--x .l-footer__sns-link .l-in-icon img {
    width: 13px;
  }
}
.--ig .l-footer__sns-link .l-in-icon img {
  width: 18px;
}
@media screen and (max-width: 900px) {
  .--ig .l-footer__sns-link .l-in-icon img {
    width: 13px;
  }
}
.--tt .l-footer__sns-link .l-in-icon img {
  width: 16px;
}
@media screen and (max-width: 900px) {
  .--tt .l-footer__sns-link .l-in-icon img {
    width: 12px;
  }
}
.l-footer__sns-link .l-in-txt {
  font-size: 13px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .l-footer__sns-link .l-in-txt {
    font-size: 11px;
  }
}
.l-footer__official {
  width: 150px;
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .l-footer__official {
    width: 97px;
    margin-bottom: 21px;
  }
}
.l-footer__official-link {
  display: block;
}
@media (hover: hover) {
  .l-footer__official-link {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__official-link:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  font-family: YakuHanMPs, "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    font-size: 10px;
  }
}

.l-section {
  position: relative;
  margin-top: 131px;
  padding-bottom: 50px;
  overflow: hidden;
}
.l-section:first-child {
  margin-top: 0;
}
.l-section:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .l-section {
    margin-top: 40px;
  }
}
@media not all and (max-width: 900px) {
  .l-section__wrap {
    width: 78.5714285714%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
  }
}
.l-section:nth-child(even) .l-section__ttl img {
  transform: translateX(60px);
}
@media screen and (max-width: 900px) {
  .l-section:nth-child(even) .l-section__ttl img {
    transform: translateX(30px);
  }
}
.l-section__ttl img {
  display: block;
  transform: translateX(-60px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .l-section__ttl img {
    transform: translateX(-30px);
  }
}
.l-section.is-active .l-section__ttl img {
  transform: translateX(0px);
  opacity: 1;
}
.l-section__container {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.l-section.is-active .l-section__container {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 89.3333333333%;
    margin: 0 auto;
  }
}

.l-wrapper {
  position: relative;
  padding-bottom: 100px;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  background: #00012a;
}
.is-load .l-wrapper {
  opacity: 1;
}
.l-wrapper__inner {
  position: relative;
}
.l-wrapper__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #00012a, rgba(0, 1, 42, 0));
}

.l-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00012a;
  overflow: hidden;
  pointer-events: none;
}
.l-bg__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  opacity: 0;
}
.is-op-end .l-bg__wrap {
  transition: transform 6s cubic-bezier(0.5, 1, 0.89, 1), opacity 3s cubic-bezier(0.5, 1, 0.89, 1);
  transform: scale(1);
  opacity: 1;
}
.l-bg__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.l-cover {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.6);
  transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1) 2s, transform 3s cubic-bezier(0.25, 1, 0.5, 1) 3s;
  transform-origin: 50vw 50vh;
}
.is-load .l-cover {
  opacity: 1;
  transform: scale(1);
}
@media (hover: none) {
  .l-cover {
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    background: url(../img/mask.png) center center no-repeat;
    background-size: auto 120%;
    pointer-events: none;
  }
}
@media (hover: hover) {
  .l-cover {
    width: 150vw;
    padding-top: 150vw;
    z-index: 1000;
    pointer-events: none;
  }
}
.l-cover__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-cover__mask {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  transform: translate(50vw, 50vh);
}
@media (hover: hover) {
  .l-cover__mask {
    background: url(../img/mask_pc.png) center center no-repeat;
    background-size: cover;
    opacity: 0.85;
  }
}
.l-cover__side {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.l-cover__side.--top {
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.l-cover__side.--right {
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.l-cover__side.--bottom {
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.l-cover__side.--left {
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.l-main {
  position: relative;
}
.l-main::before {
  content: "";
  position: absolute;
  top: -30vh;
  bottom: -30vh;
  left: 0;
  width: 100%;
  height: calc(100% + 60vh);
  background: linear-gradient(to bottom, rgba(34, 53, 157, 0) 0%, #22359d 10%, #0c164f, #000126 90%, rgba(0, 1, 38, 0) 100%);
  opacity: 0.82;
  pointer-events: none;
}

.l-contents {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-contents {
    padding-top: 10%;
  }
}
@media screen and (max-width: 900px) {
  .l-contents {
    padding-top: 20%;
  }
}

.c-btn__inner {
  display: block;
  padding: 19px 0;
  text-align: center;
  border: 1px solid var(--color-white);
  border-radius: 99px;
  font-size: 15px;
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    padding: 14px 0;
    font-size: 12px;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: background-color 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.anime-cont-1 {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.l-section.is-active .anime-cont-1 {
  transform: translateY(0);
  opacity: 1;
}

.anime-cont-2 {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.l-section.is-active .anime-cont-2 {
  transform: translateY(0);
  opacity: 1;
}

@keyframes hover_flash {
  0% {
    opacity: 0;
    color: var(--color-green);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash2 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover_flash_icon {
  0% {
    opacity: 0;
    fill: var(--color-green);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  9% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_r {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  40% {
    opacity: 0;
    transform: translate(10px, 0);
  }
  41% {
    opacity: 0;
    transform: translate(-10px, 0);
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_blank {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px);
  }
  50% {
    opacity: 0;
    transform: translate(-10px, 10px);
    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 rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  80% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes spinner_anime {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(150%, 0%);
  }
  50% {
    transform: translate(150%, 150%);
  }
  75% {
    transform: translate(0%, 150%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00012a;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.is-load .p-op {
  transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1) 3s;
  opacity: 0;
}
.p-op__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  width: max(11.4285714286%, 160px);
  margin: 0 auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1), transform 4s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .p-op__logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 900px) {
  .p-op__logo {
    width: 29.3333333333%;
  }
}
.is-load .p-op__logo img {
  transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  opacity: 0;
}
.p-op__bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-op__bubbles-item {
  opacity: 0;
  transform: translateY(30%);
  transition: transform 8s cubic-bezier(0.5, 1, 0.89, 1), opacity 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-op__bubbles-item:nth-child(1) {
  position: absolute;
  top: 5%;
  left: 13.5%;
  width: 7.7%;
  transition-delay: 1.4s;
}
@media screen and (max-width: 900px) {
  .p-op__bubbles-item:nth-child(1) {
    top: 4.5%;
    left: 8.5%;
    width: 14.7%;
  }
}
.p-op__bubbles-item:nth-child(2) {
  position: absolute;
  bottom: 6%;
  right: 23%;
  width: 8%;
  transition-delay: 2.5s;
}
@media screen and (max-width: 900px) {
  .p-op__bubbles-item:nth-child(2) {
    bottom: 3%;
    right: 9%;
    width: 13%;
  }
}
.p-op__bubbles-item:nth-child(3) {
  position: absolute;
  top: 12%;
  right: 7%;
  width: 4.6%;
  transition-delay: 1.2s;
  transform: translateY(60px);
}
@media screen and (max-width: 900px) {
  .p-op__bubbles-item:nth-child(3) {
    top: 39%;
    right: 18%;
    width: 7.6%;
  }
}
.p-op__bubbles-item:nth-child(4) {
  position: absolute;
  bottom: 8%;
  left: 26%;
  width: 3%;
  transition-delay: 1s;
  transform: translateY(60px);
}
@media screen and (max-width: 900px) {
  .p-op__bubbles-item:nth-child(4) {
    bottom: 29%;
    left: 20%;
    width: 5%;
  }
}
.is-load .p-op__bubbles-item {
  opacity: 1;
  transform: translateY(0);
}

.p-bubble {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-bubble__item {
  position: absolute;
  opacity: 0;
}
@keyframes bubble {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
.p-bubble__item.is-active {
  animation: bubble 5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.p-bubble__item.--bubble1 {
  width: 10%;
}
@media screen and (max-width: 900px) {
  .p-bubble__item.--bubble1 {
    width: 16%;
  }
}
.p-bubble__item.--bubble2 {
  width: 7%;
}
@media screen and (max-width: 900px) {
  .p-bubble__item.--bubble2 {
    width: 10%;
  }
}
.p-bubble__item.--bubble3 {
  width: 5%;
}
@media screen and (max-width: 900px) {
  .p-bubble__item.--bubble3 {
    width: 8%;
  }
}

.p-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  pointer-events: auto;
}
.is-scrolled .p-hero {
  opacity: 0;
}
.p-hero__container {
  width: 78.5714285714%;
  height: 100%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-hero__container {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__ttl {
    width: 18.4285714286%;
    width: 258px;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 12%;
  }
}
.p-hero__ttl {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-scrolled .p-hero__ttl {
  transform: scale(0.96);
}
.p-hero__ttl img {
  transform: scale(1.3);
  opacity: 0;
  transition: transform 6s cubic-bezier(0.5, 1, 0.89, 1) 1s, opacity 3s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
@media screen and (max-width: 900px) {
  .p-hero__ttl img {
    transform: scale(1.1);
  }
}
.is-op-end .p-hero__ttl img {
  transform: scale(1);
  opacity: 1;
}
.p-hero__date {
  width: 17.2142857143%;
  width: 241px;
  transform: scale(1.3);
  opacity: 0;
  transition: transform 6s cubic-bezier(0.5, 1, 0.89, 1) 2s, opacity 3s cubic-bezier(0.5, 1, 0.89, 1) 2s;
}
.is-op-end .p-hero__date {
  transform: scale(1);
  opacity: 1;
}
.p-hero__scroll {
  position: absolute;
  bottom: 3.4%;
  right: 2%;
  width: 10%;
  max-width: 180px;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll {
    bottom: 3%;
    right: auto;
    left: 50%;
    width: 25%;
    transform: translateX(-50%);
  }
}
.p-hero__scroll-inner {
  display: block;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 4s cubic-bezier(0.5, 1, 0.89, 1) 3s, opacity 3s cubic-bezier(0.5, 1, 0.89, 1) 3s;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll-inner {
    transition-delay: 2s;
  }
}
.is-op-end .p-hero__scroll-inner {
  transform: translateY(0px);
  opacity: 1;
}
.p-hero__scroll-inner .p-in-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 18s linear infinite;
}
.p-hero__scroll-inner .p-in-circle img {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-hero__scroll-inner:hover .p-in-circle img {
    transform: scale(0.9);
  }
}
.p-release {
  margin-top: 0;
}
@media not all and (max-width: 900px) {
  .p-release__ttl {
    width: 49%;
    margin: 0 auto 71px;
  }
}
@media screen and (max-width: 900px) {
  .p-release__ttl {
    margin-bottom: 39px;
  }
}
@media not all and (max-width: 900px) {
  .p-release__container {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-release__container {
    width: 78.6666666667%;
  }
}
.p-release__info {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release__info.is-active {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-release__info {
    flex-grow: 1;
    padding-left: 7.3%;
    padding-top: 54px;
    padding-bottom: 10px;
    transition-delay: 0.3s;
  }
}
.p-release__info-cap {
  margin-bottom: 17px;
  font-size: 15px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-release__info-cap {
    margin-bottom: 12px;
    font-size: 10px;
  }
}
.p-release__info-ttl {
  width: 222px;
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .p-release__info-ttl {
    width: 147px;
    margin-bottom: 17px;
  }
}
.p-release__info-date {
  margin-bottom: 11px;
  font-size: 18px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-release__info-date {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.p-release__info-detail li {
  line-height: 1.78;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-release__info-detail li {
    font-size: 11px;
    line-height: 1.75;
  }
}
.p-release__btn {
  margin-top: 33px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 900px) {
  .p-release__btn {
    margin-top: 20px;
    padding-top: 25px;
  }
}
.p-release__btn-item {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .p-release__btn-item {
    width: 82%;
    margin: 0 auto;
  }
}
.p-release__btn-item + .p-release__btn-item {
  margin-top: 10px;
}

.p-release_jk {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release_jk.is-active {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-release_jk {
    width: 40%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-release_jk {
    margin-bottom: 28px;
  }
}
.p-release_jk__main {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .p-release_jk__main {
    margin-bottom: 15px;
  }
}
.p-release_jk__main-list {
  display: flex;
  overflow: hidden;
}
.p-release_jk__main-list li {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-release_jk__sub-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
}
@media screen and (max-width: 900px) {
  .p-release_jk__sub-list {
    gap: 4px;
  }
}
.p-release_jk__sub-list li {
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-release_jk__sub-list li.is-active {
  opacity: 0.8;
  cursor: auto;
}
.p-release_jk__sub-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (max-width: 900px) {
  .p-track__ttl {
    width: 64.5%;
    margin-bottom: 60px;
    transform: translateX(-7%);
  }
}
@media screen and (max-width: 900px) {
  .p-track__ttl {
    width: 100%;
    margin-bottom: 23px;
  }
}
@media not all and (max-width: 900px) {
  .p-track__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    -moz-column-gap: 4.5%;
    column-gap: 4.5%;
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-track__list {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-track__list-item {
  display: flex;
  padding: 17px 0 16px 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(20px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-track.is-active .p-track__list-item {
  transform: translateY(0px);
  opacity: 1;
}
.p-track__list-item:nth-child(1) {
  transition-delay: 0s;
}
.p-track__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-track__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-track__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-track__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-track__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.p-track__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.p-track__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.p-track__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.p-track__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-track__list-item:nth-child(11) {
  transition-delay: 1s;
}
.p-track__list-item:nth-child(12) {
  transition-delay: 1.1s;
}
.p-track__list-item:nth-child(13) {
  transition-delay: 1.2s;
}
.p-track__list-item:nth-child(14) {
  transition-delay: 1.3s;
}
.p-track__list-item:nth-child(15) {
  transition-delay: 1.4s;
}
.p-track__list-item:nth-child(16) {
  transition-delay: 1.5s;
}
.p-track__list-item:nth-child(17) {
  transition-delay: 1.6s;
}
.p-track__list-item:nth-child(18) {
  transition-delay: 1.7s;
}
.p-track__list-item:nth-child(19) {
  transition-delay: 1.8s;
}
.p-track__list-item:nth-child(20) {
  transition-delay: 1.9s;
}
@media not all and (max-width: 900px) {
  .p-track__list-item:nth-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-track__list-item:nth-child(10) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 900px) {
  .p-track__list-item {
    padding: 10px 0 10px 9px;
  }
}
.p-track__num {
  margin-top: 2px;
  min-width: 41px;
  flex-shrink: 0;
  font-family: YakuHanMPs, "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-track__num {
    min-width: 26px;
    font-size: 10px;
  }
}
.p-track__txt {
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .p-track__txt {
    font-size: 11px;
  }
}
.p-track__main {
  font-size: 22px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-track__main {
    font-size: 16px;
  }
}
.p-track__sub {
  font-size: 14px;
  letter-spacing: 0.06rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .p-track__sub {
    font-size: 12px;
    margin-top: 1rem;
  }
}

.p-special {
  margin-top: 178px;
}
@media screen and (max-width: 900px) {
  .p-special {
    margin-top: 62px;
  }
}
@media not all and (max-width: 900px) {
  .p-special__ttl {
    width: 45%;
    margin: 0 auto 56px;
  }
}
@media screen and (max-width: 900px) {
  .p-special__ttl {
    margin-bottom: 37px;
  }
}
.p-special__container {
  max-width: 660px;
  margin: 0 auto;
}
.p-special__container.is-open {
  max-width: none;
}
.is-open .p-special__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 7.3%;
}
@media screen and (max-width: 900px) {
  .is-open .p-special__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 6%;
  }
}
.p-special__list-item {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-special.is-active .p-special__list-item {
  transform: translateY(0px);
  opacity: 1;
}
.p-special__list-item:nth-child(1) {
  transition-delay: 0s;
}
.p-special__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-special__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-special__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-special__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-special__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.p-special__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.p-special__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.p-special__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.p-special__list-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-special__list-item:nth-child(11) {
  transition-delay: 1s;
}
.p-special__list-item:nth-child(12) {
  transition-delay: 1.1s;
}
.p-special__list-item:nth-child(13) {
  transition-delay: 1.2s;
}
.p-special__list-item:nth-child(14) {
  transition-delay: 1.3s;
}
.p-special__list-item:nth-child(15) {
  transition-delay: 1.4s;
}
.p-special__list-item:nth-child(16) {
  transition-delay: 1.5s;
}
.p-special__list-item:nth-child(17) {
  transition-delay: 1.6s;
}
.p-special__list-item:nth-child(18) {
  transition-delay: 1.7s;
}
.p-special__list-item:nth-child(19) {
  transition-delay: 1.8s;
}
.p-special__list-item:nth-child(20) {
  transition-delay: 1.9s;
}
.p-special__list-item + .p-special__list-item {
  margin-top: 21px;
}
@media screen and (max-width: 900px) {
  .p-special__list-item + .p-special__list-item {
    margin-top: 15px;
  }
}
.is-open .p-special__list-item + .p-special__list-item {
  margin-top: 0;
}
.p-special__img {
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  .p-special__img {
    margin-bottom: 14px;
  }
}
.p-special__txt-ttl {
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .p-special__txt-ttl {
    margin-bottom: 1px;
    font-size: 13px;
  }
}
.is-open .p-special__txt-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .is-open .p-special__txt-ttl {
    margin-bottom: 4px;
    font-size: 10px;
  }
}
.p-special__txt-ttl span {
  display: inline-block;
  padding-right: 2px;
  font-size: 12px;
  vertical-align: baseline;
  transform: translateY(-2px);
}
@media screen and (max-width: 900px) {
  .p-special__txt-ttl span {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left center;
  }
}
.p-special__txt-desc {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  .p-special__txt-desc {
    padding-left: 10px;
    font-size: 11px;
    line-height: 1.5;
  }
}
.is-open .p-special__txt-desc {
  padding-left: 0;
}
.p-special__btn {
  margin-top: 55px;
}
@media not all and (max-width: 900px) {
  .p-special__btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-special__btn {
    width: 71%;
    margin: 0 auto;
    margin-top: 38px;
  }
}
.is-open .p-special__btn {
  max-width: 663px;
  margin: 0 auto;
  margin-top: 47px;
}
@media screen and (max-width: 900px) {
  .is-open .p-special__btn {
    margin-top: 38px;
  }
}
@media screen and (max-width: 900px) {
  .p-special__btn-item + .p-special__btn-item {
    margin-top: 10px;
  }
}
.p-special__caution {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .p-special__caution {
    margin-top: 27px;
  }
}
.is-open .p-special__caution {
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .is-open .p-special__caution {
    margin-top: 25px;
  }
}
.p-special__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-special__caution-item {
    font-size: 10px;
  }
}
.p-special__caution-item + .p-special__caution-item {
  margin-top: 2px;
}
@media screen and (max-width: 900px) {
  .p-special__caution-item + .p-special__caution-item {
    margin-top: 5px;
  }
}

@media screen and (max-width: 900px) {
  .p-live {
    margin-top: 38px;
  }
}
@media not all and (max-width: 900px) {
  .p-live__ttl {
    width: 27%;
    margin: 0 auto 61px;
  }
}
@media screen and (max-width: 900px) {
  .p-live__ttl {
    margin-bottom: 41px;
  }
}
.p-live__visual {
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-live__visual {
    margin-bottom: 34px;
  }
}
.p-live__visual-img {
  width: 40%;
  margin: 0 auto 26px;
  border: 1px solid #3d4760;
}
@media screen and (max-width: 900px) {
  .p-live__visual-img {
    width: 88.0597014925%;
    margin-bottom: 23px;
  }
}
.p-live__visual-txt {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-live__visual-txt {
    font-size: 16px;
    letter-spacing: 0.04rem;
  }
}
.p-live__list {
  margin-bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-live__list {
    margin-bottom: 35px;
  }
}
.p-live__list-item {
  position: relative;
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-live__list-item {
    padding: 0 74px;
  }
}
@media screen and (max-width: 900px) {
  .p-live__list-item:nth-child(2n-1) {
    padding-right: 8%;
  }
  .p-live__list-item:nth-child(2n) {
    padding-left: 8%;
  }
}
.p-live__list-item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.p-live__list-item.is-soldout::before {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 50%;
  width: 34%;
  padding-top: 16.6082949309%;
  background: url(../img/soldout.png) center center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .p-live__list-item.is-soldout::before {
    bottom: 17px;
    width: 56%;
    padding-top: 27.3548387097%;
  }
}
@media screen and (max-width: 900px) {
  .p-live__list-item.is-soldout:nth-child(1)::before {
    transform: translateX(-67%);
  }
  .p-live__list-item.is-soldout:nth-child(2)::before {
    transform: translateX(-33%);
  }
}
.p-live__cap {
  margin-bottom: 2px;
}
.p-live__cap span {
  display: inline-block;
  padding: 2px 12px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-live__cap span {
    padding: 1px 9px;
    font-size: 10px;
  }
}
.p-live__date {
  font-family: YakuHanMPs, "EB Garamond", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 44px;
  letter-spacing: -0.025rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .p-live__date {
    font-size: 32px;
  }
}
.p-live__date .p-in-dow {
  padding-left: 2px;
  font-size: 14px;
  writing-mode: vertical-rl;
  transform: translateY(-6px);
}
@media screen and (max-width: 900px) {
  .p-live__date .p-in-dow {
    padding-left: 1px;
    font-size: 10px;
    transform: translateY(-4px);
  }
}
.p-live__date .p-in-dow span {
  display: inline-block;
}
.p-live__time {
  margin-top: 9px;
  font-size: 14px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-live__time {
    margin-top: 7px;
    font-size: 10px;
  }
}
.p-live__place {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  padding-left: 16px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .p-live__place {
    margin-top: 7px;
    padding-left: 12px;
    font-size: 16px;
  }
}
.p-live__place::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-live__place::before {
    width: 8px;
  }
}
.p-live__seat {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-live__seat {
    margin-bottom: 28px;
  }
}
.p-live__seat-txt {
  font-size: 18px;
  letter-spacing: 0.02rem;
  line-height: 1.72;
}
@media screen and (max-width: 900px) {
  .p-live__seat-txt {
    font-size: 15px;
  }
}
.p-live__detail {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-live__detail {
    font-size: 10px;
  }
}
.p-live__detail .p-in-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 0.02rem;
}
@media (hover: hover) {
  .p-live__detail .p-in-link a {
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-live__detail .p-in-link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .p-live__detail .p-in-link a {
    padding-bottom: 2px;
  }
}
.p-live__detail .p-in-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-white);
}

.p-goods {
  margin-top: 136px;
}
@media screen and (max-width: 900px) {
  .p-goods {
    margin-top: 42px;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__ttl {
    width: 55%;
    margin: 0 auto 59px;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__ttl {
    margin-bottom: 40px;
  }
}
.p-goods__img {
  max-width: 1100px;
  margin: 0 auto;
}
.p-movie {
  margin-top: 141px;
}
@media screen and (max-width: 900px) {
  .p-movie {
    margin-top: 52px;
  }
}
.p-movie__wrap {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-movie__ttl {
    width: 37%;
    margin: 0 auto 160px;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-movie__container {
    width: 78.6666666667%;
  }
}
.p-movie__slide {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-movie__slide {
    padding-top: 70px;
  }
}
.p-movie__list {
  width: 100%;
  display: flex;
}
.p-movie__list-item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__list-item.swiper-slide-active {
  transform: translateY(-100px);
}
@media screen and (max-width: 900px) {
  .p-movie__list-item.swiper-slide-active {
    transform: translateY(-50px);
  }
}
.p-movie__thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/movie_filter.png) center center repeat;
  background-size: 10px auto;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-movie__thumb:hover img {
    transform: scale(1.05);
  }
  .p-movie__thumb:hover::after {
    opacity: 0.6;
  }
}
.p-movie__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__txt {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-movie__txt {
    font-size: 13px;
  }
}
.p-movie__slide-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, calc(-50% - 116px));
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-movie__slide-arrow {
    width: 111%;
    transform: translate(-50%, calc(-50% - 27px));
  }
}
.p-movie__slide-arrow .p-in-arrow {
  display: block;
  width: 140px;
  height: 140px;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: scaleY(0.4) rotate(45deg);
  pointer-events: auto;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-movie__slide-arrow .p-in-arrow {
    width: 70px;
    height: 70px;
  }
}
@media (hover: hover) {
  .p-movie__slide-arrow .p-in-prev:hover {
    transform: translateX(-10px) scaleY(0.4) rotate(45deg);
  }
}
.p-movie__slide-arrow .p-in-next {
  transform: scaleY(0.4) scaleX(-1) rotate(45deg);
}
@media (hover: hover) {
  .p-movie__slide-arrow .p-in-next:hover {
    transform: translateX(10px) scaleY(0.4) scaleX(-1) rotate(45deg);
  }
}
.p-movie__pagination {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-movie__pagination {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
  }
}
.p-movie__pagination .progress {
  position: relative;
  width: 50px;
  margin: 0 10px;
  height: 1px;
  background: #4e4f6d;
}
@media screen and (max-width: 900px) {
  .p-movie__pagination .progress {
    width: 28px;
    margin: 0 8px;
  }
}
@keyframes progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.p-movie__pagination .progress:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-white);
  animation: progress 5.8s linear;
  transform-origin: left center;
}
.is-changed .p-movie__pagination .progress:after {
  animation: progress 5.8s linear;
}
.p-movie__more {
  position: absolute;
  top: 0%;
  right: -0.3%;
  width: 15%;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-movie.is-active .p-movie__more {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-movie__more {
    top: 0%;
    right: 5%;
    width: 22%;
  }
}
.p-movie__more-inner {
  display: block;
}
.p-movie__more-cirle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 18s linear infinite;
}
@media not all and (max-width: 900px) {
  .p-movie__more:hover .p-movie__more-cirle img {
    transform: scale(0.9);
  }
  .p-movie__more-cirle img {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
/* ステータスバー透過防止 */
.for-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background: #000;
}

/* タブバー透過防止 */
.for-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background: #000;
}