@charset "UTF-8";
:root {
  --color-main: #0093af;
  --color-main-rgb: 0, 147, 176;
  --color-black: #000;
  --color-gray: #707070;
  --color-white: #FFFFFF;
}

/*!
  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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

body .m-modal .m-modal__content {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}
body .m-modal .m-modal__content img {
  margin: 0 auto;
}
body .m-modal[data-modal-type=youtube] .m-modal__content {
  width: 50%;
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  body .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 100%;
    padding: 50px 0;
  }
}
body .m-modal[data-modal-type=youtube] .m-modal__bg {
  background: rgba(var(--color-main-rgb), 0.8);
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: -4px;
  width: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
  height: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    top: 9px;
    right: 0;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover::before {
    transform: rotate(135deg);
  }
  body .m-modal .m-modal__close-btn:hover::after {
    transform: rotate(-135deg);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(45deg);
}
body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.6);
}

.p-modal_movie {
  display: none;
}
.p-modal_movie__inner {
  width: clamp(730 * 1px, calc(730 / 1280 * 100vw), 730 * 1.3px);
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-modal_movie__inner {
    width: 94vw;
    max-width: 600px;
  }
}
.p-modal_movie__play {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-modal_movie__play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Roboto", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -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;
  line-height: 1.3;
  letter-spacing: normal;
  background: #fff;
}

body {
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  body.is-phase2[data-page=top] {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}

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

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 6s;
}
.is-load .p-op {
  opacity: 0;
  pointer-events: none;
}
.p-op__catch {
  position: relative;
  width: 400px;
  width: clamp(400 * 1px, calc(400 / 1280 * 100vw), 400 * 1.3px);
  transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 3s;
}
.is-load .p-op__catch {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-op__catch {
    width: 250px;
    width: clamp(250 * 1px, calc(250 / 1280 * 100vw), 250 * 1.3px);
  }
}
.p-op__catch-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-op__catch-item:nth-child(1) {
  position: relative;
}
.p-op__catch-item:nth-child(2) {
  transition-delay: 0.4s;
}
.p-op__catch-item:nth-child(3) {
  transition-delay: 0.9s;
}
.p-op__catch-item:nth-child(4) {
  transition-delay: 1.2s;
}
.p-op__catch-item:nth-child(5) {
  transition-delay: 1.5s;
}
.is-load .p-op__catch-item {
  opacity: 1;
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.p-op__catch-item img {
  width: 100%;
  height: 100%;
}
.p-op__catch img {
  transition: opacity 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 3s;
}
.p-op__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-op__logo {
    width: 38%;
    max-width: 170px;
  }
}
.is-load .p-op__logo {
  transition: opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1) 3.5s, transform 1.5s cubic-bezier(0.5, 1, 0.89, 1) 3.5s;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-load .p-hero {
  opacity: 1;
}
.p-hero__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-hero__logo {
  position: absolute;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}
@media not all and (max-width: 959px) {
  .p-hero__logo {
    top: 5%;
    left: 38px;
    width: 28%;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 54.5%;
  }
}
.is-load .p-hero__logo {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
.p-hero__logo img {
  width: 100%;
}
.p-hero__timer {
  position: absolute;
  bottom: clamp(34 * 1px, calc(34 / 1280 * 100vw), 34 * 1.3px);
  left: 50%;
}
@media not all and (max-width: 959px) {
  .p-hero__timer {
    pointer-events: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 959px) {
  .p-hero__timer {
    left: 4%;
    bottom: 16px;
  }
}
.p-hero__volume {
  width: clamp(40 * 1px, calc(40 / 1280 * 100vw), 40 * 1.3px);
}
@media not all and (max-width: 959px) {
  .p-hero__volume {
    position: absolute;
    bottom: clamp(30 * 1px, calc(30 / 1280 * 100vw), 30 * 1.3px);
    right: clamp(40 * 1px, calc(40 / 1280 * 100vw), 40 * 1.3px);
    pointer-events: auto;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__volume {
    position: absolute;
    bottom: 17px;
    right: 9px;
    pointer-events: auto;
  }
}
.p-hero__link {
  pointer-events: auto;
}
@media not all and (max-width: 959px) {
  .p-hero__link {
    position: absolute;
    bottom: clamp(34 * 1px, calc(34 / 1280 * 100vw), 34 * 1.3px);
    right: 33px;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__link {
    position: absolute;
    bottom: 17px;
    right: 15px;
  }
}
.p-hero__bnr {
  position: absolute;
  left: 38px;
  bottom: clamp(34 * 1px, calc(34 / 1280 * 100vw), 34 * 1.3px);
  pointer-events: auto;
  width: 350px;
  max-width: 600px;
}
@media not all and (max-width: 959px) {
  .p-hero__bnr {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__bnr {
    bottom: 17px;
    width: 60%;
  }
}
.p-hero__bnr-link {
  display: block;
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .p-hero__bnr-link:hover {
    transform: scale(1.1);
  }
}
@media not all and (max-width: 959px) {
  .p-hero__bnr-link + .p-hero__bnr-link {
    margin-left: 3%;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__bnr-link + .p-hero__bnr-link {
    margin-top: 10px;
  }
}
.p-hero__bnr-link img {
  border-radius: 5px;
}

.p-news {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .p-news {
    margin-bottom: 40px;
  }
}
.p-news__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .p-news__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-news__container {
    width: 93.3%;
  }
}
.p-news__ttl {
  font-size: calc(45 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-news__ttl {
    font-size: 45px;
    line-height: 1;
  }
}
.p-news__ttl span {
  display: inline-block;
  transform: translateY(80%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-news__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-news__ttl span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-news__ttl span:nth-child(3) {
  transition-delay: 0.08s;
}
.p-news__ttl span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-news.is-active .p-news__ttl span {
  transform: translateY(0);
  opacity: 1;
}
.p-news__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-news.is-active .p-news__inner {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .p-news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5%;
  }
}
@media not all and (max-width: 959px) {
  .p-news__list-item {
    border-bottom: 1px solid var(--color-white);
  }
  .p-news__list-item:nth-child(3), .p-news__list-item:nth-child(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 959px) {
  .p-news__list-item {
    border-bottom: 1px solid var(--color-gray);
  }
  .p-news__list-item:last-child {
    border-bottom: none;
  }
}
.l-in .p-news__list-item {
  border-bottom: 1px solid var(--color-gray);
}
@media not all and (max-width: 959px) {
  .l-in .p-news__list-item:last-child, .l-in .p-news__list-item:nth-last-child(2) {
    border-bottom: none;
  }
}
.p-news__more {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-news__more {
    margin-top: 15px;
  }
}

.p-news_data {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 959px) {
  .p-news_data {
    padding: 19px 0;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-news_data:hover {
    opacity: 0.6;
  }
}
.p-news_data__header {
  margin-bottom: 10px;
  font-size: calc(10 * 1.3px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-news_data__header {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__date {
    font-size: 12px;
  }
}
.p-news_data__category {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-news_data__category {
    font-size: 12px;
  }
}
.p-news_data__ttl {
  font-size: calc(12 * 1.3px);
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-news_data__ttl {
    font-size: 12px;
  }
}

.p-social {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .p-social {
    margin-bottom: 60px;
  }
}
.p-social__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid var(--color-main);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media not all and (max-width: 959px) {
  .p-social__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-social__container {
    width: 93.3%;
  }
}
@media not all and (max-width: 959px) {
  .p-social__container {
    display: flex;
    border-bottom: 1px solid var(--color-main);
  }
}
.p-social.is-active .p-social__container {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .p-social__header {
    width: 20%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-social__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(24 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: var(--color-main);
}
@media screen and (max-width: 959px) {
  .p-social__ttl {
    width: 100%;
    text-align: center;
    font-size: 40px;
    transform: translateY(-2px);
  }
}
@media not all and (max-width: 959px) {
  .p-social__inner {
    flex-grow: 1;
    padding-right: 5%;
  }
}
@media screen and (max-width: 959px) {
  .p-social__inner {
    position: relative;
  }
  .p-social__inner::before, .p-social__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 33.3%;
    width: 1px;
    height: 100%;
    background: var(--color-main);
  }
  .p-social__inner::after {
    left: 66.6%;
  }
}
.p-social__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media not all and (max-width: 959px) {
  .p-social__list-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--color-main);
  }
}
@media screen and (max-width: 959px) {
  .p-social__list-item {
    padding: 0 5px;
  }
}

.p-social_data {
  position: relative;
}
@media not all and (max-width: 959px) {
  .p-social_data {
    display: flex;
    align-items: center;
    border-left: 1px solid var(--color-main);
    padding: 10px 15px;
  }
}
@media screen and (max-width: 959px) {
  .p-social_data {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-main);
  }
  .p-social__list-item:nth-child(1) .p-social_data, .p-social__list-item:nth-child(2) .p-social_data, .p-social__list-item:nth-child(3) .p-social_data {
    border-top: 1px solid var(--color-main);
  }
}
.p-social_data__icon {
  position: relative;
  width: 37.5px;
  height: 37.5px;
  margin-right: 10px;
  background: var(--color-main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-social_data__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
  }
}
@media (hover: hover) {
  .p-social_data__icon {
    transition: background-color 1s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-social_data:hover .p-social_data__icon {
    opacity: 0.6;
  }
}
.p-social_data__icon img {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: invert(1);
}
.p-social_data__inner {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-social_data__inner {
    text-align: center;
    min-height: 35px;
  }
}
@media (hover: hover) {
  .p-social_data__inner {
    transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-social_data:hover .p-social_data__inner {
    opacity: 0.6;
  }
}
.p-social_data__name {
  font-size: calc(12 * 1.3px);
  font-weight: 700;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 959px) {
  .p-social_data__name {
    font-size: 15px;
  }
}
.p-social_data__account {
  font-size: calc(10 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-social_data__account {
    font-size: 12px;
  }
}

.p-prof {
  width: 100%;
  height: 100vh;
  height: var(--winheight);
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-prof {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
  }
}
.p-prof__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-prof__container {
    height: 85%;
  }
}
.p-prof__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media not all and (max-width: 959px) {
  .p-prof__inner {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media not all and (max-width: 959px) {
  .p-prof__inner {
    opacity: 0;
    -webkit-mask-position: 200% 50%;
    mask-position: 200% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
    mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
    -webkit-mask-size: 200% auto;
    mask-size: 200% auto;
    transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1), mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-prof.is-active .p-prof__inner {
    opacity: 1;
    -webkit-mask-position: 0% 50%;
    mask-position: 0% 50%;
  }
}
@media screen and (max-width: 959px) {
  .p-prof__inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
}
.p-prof__cell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-prof__cell {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: opacity;
    pointer-events: none;
  }
  .p-prof__cell.is-active {
    pointer-events: auto;
  }
}
.p-prof__cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-prof__cell:hover::before {
  opacity: 0;
}

.p-prof__cell-movie {
  width: 100%;
  height: 100%;
}
.p-prof__cell-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-prof__cell-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-hover .p-prof__cell-img {
  opacity: 0;
}
.is-playing .p-prof__cell-img {
  opacity: 0;
}
.p-prof__cell-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-prof__cell-tap {
  position: absolute;
  bottom: 19px;
  right: 15px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  pointer-events: none;
}
@media not all and (max-width: 959px) {
  .p-prof__cell-tap {
    display: none;
  }
}
.p-prof__cell-tap span {
  display: block;
}
@media screen and (max-width: 959px) {
  .p-prof__thumb {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    height: 15%;
  }
}
.p-prof__thumb-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-prof__thumb-on {
  position: relative;
  width: 100%;
  padding-top: 133.3333333333%;
}
.p-prof__thumb-on img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-prof__thumb-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-prof__thumb-item.is-active .p-prof__thumb-off {
  opacity: 0;
}
.p-prof__volume {
  position: absolute;
  bottom: 17%;
  right: 15px;
  z-index: 1;
  width: clamp(40 * 1px, calc(40 / 1280 * 100vw), 40 * 1.3px);
}

@media screen and (max-width: 959px) {
  .p-prof_data {
    position: absolute;
    bottom: 19px;
    left: 15px;
    z-index: 1;
  }
}
.p-prof_data__name {
  margin-bottom: 2px;
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.12rem;
}
@media not all and (max-width: 959px) {
  .p-prof_data__name {
    font-size: clamp(40 * 1px, calc(40 / 1280 * 100vw), 40 * 1.3px);
  }
}
@media screen and (max-width: 959px) {
  .p-prof_data__name {
    display: flex;
    margin-bottom: 5px;
    line-height: 1;
    overflow: hidden;
  }
  .p-prof_data__name span {
    display: inline-block;
    transform: translateY(60%);
    opacity: 0;
  }
  .p-prof__cell.is-active .p-prof_data__name span {
    transition: transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.3s cubic-bezier(0.19, 0.92, 0.3, 1);
    transform: translateY(0);
    opacity: 1;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(1) {
    transition-delay: 0s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(2) {
    transition-delay: 0.1s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(3) {
    transition-delay: 0.2s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(4) {
    transition-delay: 0.3s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(5) {
    transition-delay: 0.4s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(6) {
    transition-delay: 0.5s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(7) {
    transition-delay: 0.6s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(8) {
    transition-delay: 0.7s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(9) {
    transition-delay: 0.8s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(10) {
    transition-delay: 0.9s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(11) {
    transition-delay: 1s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(12) {
    transition-delay: 1.1s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(13) {
    transition-delay: 1.2s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(14) {
    transition-delay: 1.3s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(15) {
    transition-delay: 1.4s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(16) {
    transition-delay: 1.5s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(17) {
    transition-delay: 1.6s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(18) {
    transition-delay: 1.7s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(19) {
    transition-delay: 1.8s;
  }
  .p-prof__cell.is-active .p-prof_data__name span:nth-child(20) {
    transition-delay: 1.9s;
  }
}
@media not all and (max-width: 959px) {
  .p-prof_data__name-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    white-space: nowrap;
  }
  .p-prof_data__name-inner:nth-child(5) {
    position: relative;
  }
  .p-prof_data__name-inner.is-active {
    opacity: 1;
  }
  .p-prof_data__name-inner.is-active span {
    transform: translateY(0);
    opacity: 1;
  }
  .p-prof_data__name-inner span {
    display: inline-block;
    transform: translateY(50%);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.3s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-prof_data__name-inner span:nth-child(1) {
    transition-delay: 0s;
  }
  .p-prof_data__name-inner span:nth-child(2) {
    transition-delay: 0.1s;
  }
  .p-prof_data__name-inner span:nth-child(3) {
    transition-delay: 0.2s;
  }
  .p-prof_data__name-inner span:nth-child(4) {
    transition-delay: 0.3s;
  }
  .p-prof_data__name-inner span:nth-child(5) {
    transition-delay: 0.4s;
  }
  .p-prof_data__name-inner span:nth-child(6) {
    transition-delay: 0.5s;
  }
  .p-prof_data__name-inner span:nth-child(7) {
    transition-delay: 0.6s;
  }
  .p-prof_data__name-inner span:nth-child(8) {
    transition-delay: 0.7s;
  }
  .p-prof_data__name-inner span:nth-child(9) {
    transition-delay: 0.8s;
  }
  .p-prof_data__name-inner span:nth-child(10) {
    transition-delay: 0.9s;
  }
}
.p-prof_data__link {
  position: relative;
  width: 93px;
  height: 1px;
  background: var(--color-white);
}
.p-prof_data__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 7px;
  background: var(--color-white);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.m-prof {
  padding: 50px 0;
}
@media not all and (max-width: 959px) {
  .m-prof {
    width: clamp(980 * 1px, calc(980 / 1280 * 100vw), 980 * 1.3px);
  }
}
@media screen and (max-width: 959px) {
  .m-prof {
    width: 94vw;
    max-width: 600px;
  }
}
@media not all and (max-width: 959px) {
  .m-prof__container {
    display: flex;
    align-items: center;
  }
}
.m-prof__header {
  overflow: hidden;
}
@media not all and (max-width: 959px) {
  .m-prof__header {
    width: 49%;
    flex-shrink: 0;
    margin-right: 2.2%;
  }
}
.is-modal-open .m-prof__img {
  animation: m_img 2.5s cubic-bezier(0.19, 0.92, 0.3, 1) forwards;
}
.m-prof__inner {
  background: var(--color-white);
}
@media not all and (max-width: 959px) {
  .m-prof__inner {
    flex-grow: 1;
  }
}
.is-modal-open .m-prof__inner {
  animation: m_txt 1s cubic-bezier(0.19, 0.92, 0.3, 1) forwards;
}
.m-prof__detail {
  position: relative;
  text-align: left;
}
.m-prof__detail-container {
  width: 81%;
  margin: 0 auto;
  padding: clamp(24 * 1px, calc(24 / 1280 * 100vw), 24 * 1.3px) 0;
}
@media screen and (max-width: 959px) {
  .m-prof__detail-container {
    padding: 18px 0;
  }
}
.m-prof__detail-header {
  margin-bottom: clamp(15 * 1px, calc(15 / 1280 * 100vw), 15 * 1.3px);
  padding-bottom: clamp(14 * 1px, calc(14 / 1280 * 100vw), 14 * 1.3px);
  border-bottom: 1px solid var(--color-main);
}
.m-prof__name-main {
  color: var(--color-black);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: clamp(30 * 1px, calc(30 / 1280 * 100vw), 30 * 1.3px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .m-prof__name-main {
    margin-bottom: 5px;
  }
}
.m-prof__name-role {
  color: var(--color-gray);
  font-size: clamp(12 * 1px, calc(12 / 1280 * 100vw), 12 * 1.3px);
}
@media screen and (max-width: 959px) {
  .m-prof__name-role {
    font-size: 14px;
  }
}
.m-prof__txt {
  color: var(--color-gray);
  font-size: clamp(12 * 1px, calc(12 / 1280 * 100vw), 12 * 1.3px);
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .m-prof__txt {
    font-size: 14px;
    line-height: 1.45;
  }
}
.m-prof__link {
  display: flex;
  justify-content: space-between;
  width: 97%;
  margin: 0 auto;
  margin-top: clamp(15 * 1px, calc(15 / 1280 * 100vw), 15 * 1.3px);
}
.m-prof__link-movie {
  width: 42%;
}
.m-prof__sns {
  display: flex;
}
.m-prof__sns-item.is-tiktok {
  width: clamp(20 * 1px, calc(20 / 1280 * 100vw), 20 * 1.3px);
}
.m-prof__sns-item.is-insta {
  width: clamp(22.5 * 1px, calc(22.5 / 1280 * 100vw), 22.5 * 1.3px);
}
.m-prof__sns-item + .m-prof__sns-item {
  margin-left: clamp(10 * 1px, calc(10 / 1280 * 100vw), 10 * 1.3px);
}
.m-prof__sns-link {
  display: block;
  width: 30px;
}
@media (hover: hover) {
  .m-prof__sns-link {
    transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .m-prof__sns-link:hover {
    opacity: 0.5;
  }
}
.m-prof__sns-link svg {
  fill: var(--color-gray);
  fill-rule: evenodd;
}

.p-about {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-about {
    margin-bottom: 40px;
  }
}
.p-about__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .p-about__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-about__container {
    width: 93.3%;
  }
}
.p-about__header {
  margin-bottom: 28px;
}
.p-about__ttl {
  font-size: calc(45 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-about__ttl {
    font-size: 45px;
    line-height: 1;
  }
}
.p-about__subttl {
  color: var(--color-main);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 0.8;
}
.p-about__img {
  overflow: hidden;
}
.p-about__img img {
  transform: scale(1.1);
  filter: blur(10px);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1), filter 2s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-about.is-active .p-about__img img {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
}
.p-about__inner {
  width: 87%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-about__inner {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-about__txt {
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 1.62;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  flex-grow: 1;
  transform: translateX(40px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
@media screen and (max-width: 959px) {
  .p-about__txt {
    line-height: 1.64;
    font-size: 10px;
    margin-top: 20px;
  }
}
.p-about.is-active .p-about__txt {
  transform: translateX(0px);
  opacity: 1;
}
.p-about__txt-catch {
  display: block;
}
@media screen and (max-width: 959px) {
  .p-about__txt-catch {
    font-size: 12px;
  }
}
.p-about__logo {
  flex-shrink: 0;
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
@media not all and (max-width: 959px) {
  .p-about__logo {
    width: 21.5517241379%;
  }
}
@media screen and (max-width: 959px) {
  .p-about__logo {
    width: 90px;
  }
}
.p-about.is-active .p-about__logo {
  transform: translateX(0px);
  opacity: 1;
}

.p-movie {
  margin-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .p-movie {
    margin-bottom: 80px;
  }
}
.p-movie__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not all and (max-width: 959px) {
  .p-movie__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-movie__container {
    width: 93.3%;
  }
}
.p-movie__ttl {
  font-size: calc(45 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0.1rem;
  margin-bottom: 2.8%;
}
@media screen and (max-width: 959px) {
  .p-movie__ttl {
    font-size: 45px;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .p-movie__ttl {
    margin-bottom: 17px;
    line-height: 0.8;
  }
}
.p-movie__ttl span {
  display: inline-block;
  transform: translateY(80%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-movie__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-movie__ttl span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-movie__ttl span:nth-child(3) {
  transition-delay: 0.08s;
}
.p-movie__ttl span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-movie__ttl span:nth-child(5) {
  transition-delay: 0.16s;
}
.p-movie__ttl span:nth-child(6) {
  transition-delay: 0.2s;
}
.p-movie__ttl span:nth-child(7) {
  transition-delay: 0.24s;
}
.p-movie__ttl span:nth-child(8) {
  transition-delay: 0.28s;
}
.p-movie.is-active .p-movie__ttl span {
  transform: translateY(0);
  opacity: 1;
}
.p-movie__list {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-movie.is-active .p-movie__list {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .p-movie__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-movie__list-item + .p-movie__list-item {
    margin-top: 13px;
  }
}
.p-movie__link {
  display: block;
}
@media (hover: hover) {
  .p-movie__link {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-movie__link:hover {
    color: var(--color-main);
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}
.p-movie__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: var(--color-white);
  opacity: 0.25;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), background-color 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-movie__thumb::before {
    width: 45px;
    height: 45px;
  }
}
.p-movie__link:hover .p-movie__thumb::before {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--color-main);
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_play.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-movie__thumb::after {
    width: 12px;
    height: 12px;
  }
}
.p-movie__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__name {
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-movie__name {
    margin-top: 13px;
    font-size: 13px;
  }
}
.p-movie__more {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-movie__more {
    margin-top: 15px;
  }
}

.p-disco {
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .p-disco {
    margin-bottom: 30px;
    padding: 24px 0 41px;
  }
}
.p-disco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 120%;
  background: var(--color-main);
  transform: translateY(-50%) scaleX(0);
  opacity: 0.7;
  transition: transform 2s cubic-bezier(0.19, 0.92, 0.3, 1);
  transform-origin: center left;
}
@media screen and (max-width: 959px) {
  .p-disco::before {
    top: 0%;
    height: 100%;
    transform-origin: top center;
    transform: translateY(0%) scaleY(0);
  }
}
.p-disco.is-active::before {
  transform: translateY(-50%) scaleX(1);
}
@media screen and (max-width: 959px) {
  .p-disco.is-active::before {
    transform: translateY(0%) scaleY(1);
  }
}
.p-disco__container {
  position: relative;
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  width: 69.140625%;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media not all and (max-width: 959px) {
  .p-disco__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__container {
    width: 93.3%;
  }
}
.p-disco.is-active .p-disco__container {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .p-disco__container {
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 1380px) {
    .p-disco__container {
      width: 90%;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-disco__container {
    width: 80%;
  }
}
@media not all and (max-width: 959px) {
  .p-disco__header {
    width: 25%;
  }
  @media screen and (max-width: 1000px) {
    .p-disco__header {
      width: 30%;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-disco__header {
    margin-bottom: 26px;
  }
}
.p-disco__ttl {
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: calc(48.5 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-disco__ttl {
    line-height: 0.7;
    font-size: 48.5px;
    text-align: center;
  }
}
.p-disco__inner {
  position: relative;
}
@media not all and (max-width: 959px) {
  .p-disco__inner {
    width: 45%;
  }
  @media screen and (max-width: 1000px) {
    .p-disco__inner {
      width: 40%;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-disco__inner {
    margin-bottom: 27px;
  }
}
.p-disco__list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-left: 0;
}
.p-disco__img {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.p-disco__img::before {
  content: none;
}
@media screen and (max-width: 959px) {
  .p-disco__img {
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.4));
  }
}
@media not all and (max-width: 959px) {
  .p-disco__footer {
    width: 30%;
    padding-left: 5%;
  }
  @media screen and (max-width: 1000px) {
    .p-disco__footer {
      width: 35%;
    }
  }
}
.p-disco__txt-cap {
  font-size: calc(15 * 1.3px);
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 959px) {
  .p-disco__txt-cap {
    font-size: 15px;
    letter-spacing: 0.1rem;
  }
}
.p-disco__txt-ttl {
  font-size: calc(28 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-disco__txt-ttl {
    font-size: 45px;
    line-height: 1;
  }
}
.p-disco__txt-date {
  font-size: calc(12 * 1.3px);
  letter-spacing: 0.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .p-disco__txt-date {
    font-size: calc(11 * 1.3px);
  }
}
@media screen and (max-width: 959px) {
  .p-disco__txt-date {
    font-size: 15px;
    letter-spacing: 0.1rem;
  }
}
.p-disco__txt-more {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-disco__txt-more {
    margin-top: 15px;
    width: 64%;
  }
}
.p-disco__bnr {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  width: 69.140625%;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0s;
}
@media not all and (max-width: 959px) {
  .p-disco__bnr {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__bnr {
    width: 93.3%;
  }
}
.p-disco.is-active .p-disco__bnr {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1380px) {
    .p-disco__bnr {
      width: 90%;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-disco__bnr {
    width: 80%;
  }
}
.p-disco__bnr-list {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-disco__bnr-list {
    margin-top: 10%;
    justify-content: flex-start;
  }
}
.p-disco__bnr-list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media not all and (max-width: 959px) {
  .p-disco__bnr-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  @media (hover: hover) {
    .p-disco__bnr-list-item:hover {
      opacity: 0.5;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-disco__bnr-list-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .p-disco__bnr-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-disco__bnr-list-item:last-of-type {
  margin-right: 0;
}
.p-disco__bnr-list-item img {
  border-radius: 5px;
}

.p-timeline {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 959px) {
  .p-timeline {
    margin-bottom: 30px;
  }
}
.p-timeline__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not all and (max-width: 959px) {
  .p-timeline__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-timeline__container {
    width: 93.3%;
  }
}
.p-timeline__ttl {
  font-size: calc(45 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0.1rem;
  margin-bottom: 2.8%;
}
@media screen and (max-width: 959px) {
  .p-timeline__ttl {
    font-size: 45px;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .p-timeline__ttl {
    margin-bottom: 17px;
    line-height: 0.8;
  }
}
.p-timeline__ttl span {
  display: inline-block;
  transform: translateY(80%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-timeline__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-timeline__ttl span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-timeline__ttl span:nth-child(3) {
  transition-delay: 0.08s;
}
.p-timeline__ttl span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-timeline__ttl span:nth-child(5) {
  transition-delay: 0.16s;
}
.p-timeline__ttl span:nth-child(6) {
  transition-delay: 0.2s;
}
.p-timeline__ttl span:nth-child(7) {
  transition-delay: 0.24s;
}
.p-timeline__ttl span:nth-child(8) {
  transition-delay: 0.28s;
}
.p-timeline.is-active .p-timeline__ttl span {
  transform: translateY(0);
  opacity: 1;
}
.p-timeline__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-timeline.is-active .p-timeline__inner {
  transform: translateY(0px);
  opacity: 1;
}
.p-timeline__list-item {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-timeline__list-item + .p-timeline__list-item {
  margin-top: 2%;
}
@media screen and (max-width: 959px) {
  .p-timeline__list-item + .p-timeline__list-item {
    margin-top: 11px;
  }
}
.p-timeline__list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.p-timeline__list-item:nth-child(2) {
  transition-delay: 0.6s;
}
.p-timeline__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.p-timeline__list-item:nth-child(4) {
  transition-delay: 0.8s;
}
.p-timeline__list-item:nth-child(5) {
  transition-delay: 0.9s;
}
.p-timeline__list-item:nth-child(6) {
  transition-delay: 1s;
}
.p-timeline__list-item:nth-child(7) {
  transition-delay: 1.1s;
}
.p-timeline__list-item:nth-child(8) {
  transition-delay: 1.2s;
}
.p-timeline__list-item:nth-child(9) {
  transition-delay: 1.3s;
}
.p-timeline__list-item:nth-child(10) {
  transition-delay: 1.4s;
}
.p-timeline__list-item:nth-child(11) {
  transition-delay: 1.5s;
}
.p-timeline__list-item:nth-child(12) {
  transition-delay: 1.6s;
}
.p-timeline__list-item:nth-child(13) {
  transition-delay: 1.7s;
}
.p-timeline__list-item:nth-child(14) {
  transition-delay: 1.8s;
}
.p-timeline__list-item:nth-child(15) {
  transition-delay: 1.9s;
}
.p-timeline__list-item:nth-child(16) {
  transition-delay: 2s;
}
.p-timeline__list-item:nth-child(17) {
  transition-delay: 2.1s;
}
.p-timeline__list-item:nth-child(18) {
  transition-delay: 2.2s;
}
.p-timeline__list-item:nth-child(19) {
  transition-delay: 2.3s;
}
.p-timeline__list-item:nth-child(20) {
  transition-delay: 2.4s;
}
.p-timeline.is-active .p-timeline__list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-timeline__list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: hover) {
  .p-timeline__list-item {
    cursor: pointer;
  }
  .p-timeline__list-item:hover {
    background-color: rgba(0, 147, 178, 0.3);
  }
  .p-timeline__list-item:hover a {
    text-decoration: underline;
  }
}

.p-schd {
  position: relative;
}
.p-schd__container {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not all and (max-width: 959px) {
  .p-schd__container {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-schd__container {
    width: 93.3%;
  }
}
.p-schd__ttl {
  font-size: calc(45 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-main);
  letter-spacing: 0.1rem;
  margin-bottom: 2.8%;
}
@media screen and (max-width: 959px) {
  .p-schd__ttl {
    font-size: 45px;
    line-height: 1;
  }
}
@media screen and (max-width: 959px) {
  .p-schd__ttl {
    margin-bottom: 17px;
    line-height: 0.8;
  }
}
.p-schd__ttl span {
  display: inline-block;
  transform: translateY(80%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.2s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-schd__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-schd__ttl span:nth-child(2) {
  transition-delay: 0.04s;
}
.p-schd__ttl span:nth-child(3) {
  transition-delay: 0.08s;
}
.p-schd__ttl span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-schd__ttl span:nth-child(5) {
  transition-delay: 0.16s;
}
.p-schd__ttl span:nth-child(6) {
  transition-delay: 0.2s;
}
.p-schd__ttl span:nth-child(7) {
  transition-delay: 0.24s;
}
.p-schd__ttl span:nth-child(8) {
  transition-delay: 0.28s;
}
.p-schd.is-active .p-schd__ttl span {
  transform: translateY(0);
  opacity: 1;
}
.p-schd__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
.p-schd.is-active .p-schd__inner {
  transform: translateY(0px);
  opacity: 1;
}
.p-schd__list-item {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.5s;
}
.p-schd__list-item + .p-schd__list-item {
  margin-top: 2%;
}
@media screen and (max-width: 959px) {
  .p-schd__list-item + .p-schd__list-item {
    margin-top: 11px;
  }
}
.p-schd.is-active .p-schd__list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-schd__list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (hover: hover) {
  .p-schd__list-item {
    cursor: pointer;
  }
  .p-schd__list-item:hover {
    background-color: rgba(0, 147, 178, 0.3);
  }
  .p-schd__list-item:hover a {
    text-decoration: underline;
  }
}
.p-schd__more {
  margin: 40px auto 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-schd__more {
    margin: 30px auto 0;
  }
}
.p-schd__more.is-list-end {
  pointer-events: none;
}
.p-schd__more.is-list-end .c-btn {
  display: none;
}
.is-schd-loading .p-schd__more .c-btn {
  opacity: 0;
}
.p-schd__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.is-schd-loading .p-schd__loading {
  opacity: 1;
}
.p-schd__loading-item {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--color-white) 94%, rgba(0, 0, 0, 0)) top/3px 3px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--color-white));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 3px), #000 0);
  animation: loading 1s infinite linear;
}
@media screen and (max-width: 959px) {
  .p-schd__loading-item {
    width: 30px;
    background: radial-gradient(farthest-side, var(--color-white) 94%, rgba(0, 0, 0, 0)) top/2px 2px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--color-white));
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 2px), #000 0);
  }
}

.p-schd_data {
  border: 1px solid var(--color-white);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
}
.--important .p-schd_data {
  background: var(--color-main);
}
.p-schd_data__header {
  background: rgba(0, 147, 178, 0.3);
  width: 7.2%;
  padding: 1.4% 0;
  flex-shrink: 0;
  border-right: 1px solid var(--color-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-schd_data__header {
    width: 15%;
    padding: 11px 0;
  }
}
.p-schd_data__date {
  position: relative;
  padding: 0 1em;
  font-size: calc(15 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-schd_data__date {
    font-size: 15px;
  }
}
.p-schd_data__date::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 20%;
  width: 1px;
  height: 100%;
  background: var(--color-white);
  transform-origin: top right;
  transform: rotate(45deg);
}
.p-schd_data__date-month {
  color: var(--color-white);
  transform: translateX(-50%);
}
.p-schd_data__date-day {
  line-height: 1;
  transform: translateX(50%);
}
.p-schd_data__inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 3% 1.3rem;
}
@media screen and (max-width: 959px) {
  .p-schd_data__inner {
    padding: 11px 13px;
  }
}
.p-schd_data__ttl {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .p-schd_data__ttl {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-fv__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-fv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-load .p-fv__img img {
  transform: scale(1);
}
.p-fv__slide {
  width: 100%;
  height: 100%;
  height: var(--winheight);
}
.p-fv__list {
  width: 100%;
  height: 100%;
  display: flex;
}
.p-fv__list-item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
  pointer-events: none;
}
.p-fv__list-item.is-active {
  pointer-events: auto;
}
.p-fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-fv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-fv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.4;
}
.p-fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-playing .p-fv__video {
  opacity: 1;
}
.p-fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-fv__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.4;
}
.p-fv__detail {
  position: absolute;
  top: 50%;
  left: 5%;
}
@media not all and (max-width: 959px) {
  .p-fv__detail {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 959px) {
  .p-fv__detail {
    top: 39%;
    left: 4%;
  }
}
.p-fv__detail-link {
  display: block;
}
@media (hover: hover) {
  .p-fv__detail-link {
    transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-fv__detail-link:hover {
    opacity: 0.6;
  }
}
.p-fv__ttl {
  font-size: calc(22.5 * 1.3px);
  transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-fv__ttl {
    font-size: 18px;
  }
}
.p-fv__ttl-inner {
  display: block;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-fv__list-item.is-active .p-fv__ttl-inner {
  transition: transform 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__ttl-inner.is-mplus1p {
  font-family: YakuHanJPs, "M PLUS 1p", "Roboto", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
}
.p-fv__date {
  margin-top: 12px;
  font-size: calc(12 * 1.3px);
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .p-fv__date {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-fv__date span {
  display: block;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-fv__list-item.is-active .p-fv__date span {
  transition: transform 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.5s, opacity 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__more {
  margin-top: 10px;
  font-size: calc(12 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-fv__more {
    font-size: 12px;
  }
}
.p-fv__more-inner {
  position: relative;
  display: flex;
  align-items: center;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
  font-weight: 500;
}
.p-fv__list-item.is-active .p-fv__more-inner {
  transition: transform 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.7s, opacity 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.7s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__more-inner .p-in-line {
  width: 30px;
  height: 1px;
  margin-right: 10px;
  background: var(--color-white);
}
.p-fv__more-inner .p-in-txt {
  margin-right: 15px;
  letter-spacing: 0.02rem;
  line-height: 1;
}
.p-fv__more-inner .p-in-icon {
  position: relative;
  display: block;
  width: 50px;
}
.p-fv__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-fv__logo {
  width: clamp(155 * 1px, calc(155 / 1280 * 100vw), 155 * 1.3px);
  margin: 0 auto;
  margin-bottom: clamp(44 * 1px, calc(44 / 1280 * 100vw), 44 * 1.3px);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-fv__list-item.is-active .p-fv__logo {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__timer {
  width: clamp(290 * 1px, calc(290 / 1280 * 100vw), 290 * 1.3px);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
@media not all and (max-width: 959px) {
  .p-fv__timer .p-timer__ttl {
    margin-bottom: 0;
  }
}
.p-fv__list-item.is-active .p-fv__timer {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__link {
  width: clamp(200 * 1px, calc(200 / 1280 * 100vw), 200 * 1.3px);
  margin: 45px auto 0;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s, opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1) 1s;
}
.p-fv__list-item.is-active .p-fv__link {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.6s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.6s;
  transform: translateY(0);
  opacity: 1;
}
.p-fv__copy {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(12 * 1px, calc(12 / 1280 * 100vw), 12 * 1.3px);
}
.p-fv__pagination {
  position: absolute;
  top: calc(50% + 80px);
  left: 5%;
  display: flex;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.8s, opacity 1s cubic-bezier(0.33, 0.88, 0.5, 1) 0.8s;
}
@media screen and (max-width: 959px) {
  .p-fv__pagination {
    top: calc(50% + 50px);
  }
}
.is-load .p-fv__pagination {
  transform: translateY(0);
  opacity: 1;
}
.p-fv__pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  border-radius: 50%;
  border: 2px solid transparent;
  transform: scale(0.9);
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), border-color 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .p-fv__pagination-bullet:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 959px) {
  .p-fv__pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.p-fv__pagination-bullet + .p-fv__pagination-bullet {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-fv__pagination-bullet + .p-fv__pagination-bullet {
    margin-left: 8px;
  }
}
.p-fv__pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--color-white);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .p-fv__pagination-bullet::before {
    width: 8px;
    height: 8px;
  }
}
.p-fv__pagination-bullet.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(255, 255, 255, 0.5);
}
.p-fv__scroll {
  position: absolute;
  bottom: 0;
  left: 23px;
  padding-bottom: 62px;
  font-size: 13px;
  writing-mode: vertical-rl;
  letter-spacing: 0.04rem;
}
.is-reachend .p-fv__scroll {
  opacity: 0;
}
.p-fv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 1px;
  height: 50px;
  background: var(--color-white);
  animation: scroll_line 4s cubic-bezier(0.23, 0.93, 0.5, 1) infinite;
}

.p-announce {
  display: none;
}
.p-announce__container {
  width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-announce__container {
    width: 90vw;
  }
}
.p-announce__inner {
  padding: 20px;
  padding-bottom: 30px;
  background: var(--color-white);
}
.p-announce__img {
  margin-bottom: 10px;
}
.p-announce__ttl {
  margin-bottom: 10px;
  font-size: 28px;
  color: var(--color-black);
  line-height: 1.2;
}
.p-announce__txt {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--color-gray);
  line-height: 1.5;
}
.p-announce__detail {
  margin-bottom: 28px;
  font-size: clamp(14 * 1px, calc(14 / 1280 * 100vw), 14 * 1.3px);
  color: var(--color-gray);
  line-height: 1.6;
}
.p-announce__btn {
  width: clamp(200 * 1px, calc(200 / 1280 * 100vw), 200 * 1.3px);
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .p-announce__btn .c-btn__inner {
    padding: 15px 0;
    font-size: 16px;
  }
}