@charset "UTF-8";
.p-top__inner {
  padding-bottom: 273px;
}
@media screen and (max-width: 899px) {
  .p-top__inner {
    padding-bottom: 73px;
  }
}

.p-top__header {
  margin-bottom: calc((var(--svh) - 130px) * -1);
}
@media screen and (max-width: 899px) {
  .p-top__header {
    width: 100%;
    height: 0;
    min-height: 0;
    margin-bottom: 0;
    padding-top: 141.5%;
    position: relative;
  }
}

@media screen and (max-width: 899px) {
  .p-hero {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.p-top__deco {
  width: 58.6%;
  bottom: -2.8%;
  right: -9.8%;
}

@media screen and (min-width: 900px) {
  .p-kv__image-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: -webkit-sticky;
    position: sticky;
    margin-top: -130px;
    left: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    position: absolute;
    left: 7px;
    top: 8px;
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image-pagination-list {
    display: flex;
  }
}
.p-kv__image-pagination-list-item {
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 5px !important;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transition: transform 0.6s var(--ease_out);
}
.p-kv__image-pagination-list-item.swiper-pagination-bullet-active {
  pointer-events: none;
}
.p-kv__image-pagination-list-item::before {
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (min-width: 900px) {
  .p-kv__image-pagination-list-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-kv__image-pagination-list-item {
    width: 43px !important;
    height: 43px !important;
    margin: 0 2px !important;
  }
}

@media screen and (max-width: 899px) {
  .Second .p-hero__catch {
    top: 10px;
  }
}

.p-about__intro p {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-about__intro p {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.p-about__intro p:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-about__intro p:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-about__intro p:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-about__intro p:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-about__intro p:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-about__intro p:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-about__intro p:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-about__intro p:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-about__intro p:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-about__intro p:nth-of-type(10) {
  transition-delay: 1s;
}

.p-about__deco {
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.2s, transform 1s var(--ease_out) 0.2s, filter 1s var(--ease_out) 0.2s;
}
.p-scroll.is-active .p-about__deco {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-story {
  padding: 48px 0 107px;
}
@media screen and (max-width: 899px) {
  .p-story {
    padding: 13px 0 11px;
  }
}

.p-story__title {
  width: 90%;
  max-width: 1000px;
  display: block;
  position: relative;
  margin: 0 auto 51px;
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-story__title {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-story__title {
    margin: 0 auto 20px;
  }
}
.p-story__title h2 {
  display: block;
  position: relative;
  font-size: 8rem;
  font-family: "Luckiest Guy", "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: var(--color-orange);
  text-align: right;
}
@media screen and (max-width: 899px) {
  .p-story__title h2 {
    font-size: 4rem;
  }
}

.p-story__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-story__contents {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.p-story__contents-image {
  width: 40%;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  transform: scale(1.05);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s, filter 1s var(--ease_out) 0.1s;
}
.p-scroll.is-active .p-story__contents-image {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-image {
    width: 100%;
    border-radius: 6px;
  }
}
.p-story__contents-detail {
  width: 55%;
  margin-top: -7px;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail {
    width: 100%;
    margin-top: 14px;
  }
}
.p-story__contents-detail-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--color-orange);
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s, filter 1s var(--ease_out) 0.1s;
}
.p-scroll.is-active .p-story__contents-detail-title {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-title {
    margin-bottom: 4px;
    transform: translateY(10px);
  }
}
.p-story__contents-detail-title .p-in-num {
  font-size: 3rem;
  margin-right: 28px;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-title .p-in-num {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
.p-story__contents-detail-title .p-in-title {
  flex: 1;
  font-size: 4rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-title .p-in-title {
    font-size: 2rem;
  }
}
.p-story__contents-detail-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.2s, transform 1s var(--ease_out) 0.2s, filter 1s var(--ease_out) 0.2s;
}
.p-scroll.is-active .p-story__contents-detail-text {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-text {
    transform: translateY(10px);
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.p-story__contents-detail-link {
  width: 100%;
}
.p-story__contents-detail-link .p-in-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  margin-left: auto;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: color 0.4s var(--ease_out), -webkit-text-decoration-color 0.4s var(--ease_out);
  transition: color 0.4s var(--ease_out), text-decoration-color 0.4s var(--ease_out);
  transition: color 0.4s var(--ease_out), text-decoration-color 0.4s var(--ease_out), -webkit-text-decoration-color 0.4s var(--ease_out);
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.3s, transform 1s var(--ease_out) 0.3s, filter 1s var(--ease_out) 0.3s;
}
.p-scroll.is-active .p-story__contents-detail-link .p-in-link {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 900px) {
  .p-story__contents-detail-link .p-in-link:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    color: var(--color-orange);
  }
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-link .p-in-link {
    transform: translateY(10px);
    margin-top: 6px;
  }
}
.p-story__contents-detail-link .p-in-link-text {
  display: block;
  position: relative;
  font-size: 3.4rem;
  font-family: "Luckiest Guy", "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail-link .p-in-link-text {
    font-size: 1.8rem;
  }
}

.p-movie {
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-movie.p-scroll.is-active {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-movie {
    margin: 50px 0 26px;
  }
}

.p-movie__wrapper {
  padding-top: min(528px, 35%);
}
@media screen and (max-width: 899px) {
  .p-movie__wrapper {
    padding-top: 47%;
  }
}

.p-movie__deco.--top {
  top: 0;
  transform: translateY(-50%);
}
.p-movie__deco.--bottom {
  bottom: 0;
  transform: translateY(47%);
}

.p-staffcast {
  padding: 33px 0;
}
@media screen and (max-width: 899px) {
  .p-staffcast {
    padding: 8px 0;
  }
}
.p-staffcast + .p-staffcast {
  margin-top: 21px;
}

.p-staffcast__title {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-staffcast__title {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-staffcast__data {
  transform: translateX(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-staffcast__data {
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
}
.p-staffcast__data:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-staffcast__data:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-staffcast__data:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-staffcast__data:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-staffcast__data:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-staffcast__data:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-staffcast__data:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-staffcast__data:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-staffcast__data:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-staffcast__data:nth-of-type(10) {
  transition-delay: 1s;
}
.p-staffcast__data:nth-of-type(11) {
  transition-delay: 1.1s;
}
.p-staffcast__data:nth-of-type(12) {
  transition-delay: 1.2s;
}
.p-staffcast__data:nth-of-type(13) {
  transition-delay: 1.3s;
}
.p-staffcast__data:nth-of-type(14) {
  transition-delay: 1.4s;
}
.p-staffcast__data:nth-of-type(15) {
  transition-delay: 1.5s;
}
.p-staffcast__data:nth-of-type(16) {
  transition-delay: 1.6s;
}
.p-staffcast__data:nth-of-type(17) {
  transition-delay: 1.7s;
}
.p-staffcast__data:nth-of-type(18) {
  transition-delay: 1.8s;
}
.p-staffcast__data:nth-of-type(19) {
  transition-delay: 1.9s;
}
.p-staffcast__data:nth-of-type(20) {
  transition-delay: 2s;
}
.p-staffcast__data:nth-of-type(21) {
  transition-delay: 2.1s;
}
.p-staffcast__data:nth-of-type(22) {
  transition-delay: 2.2s;
}
.p-staffcast__data:nth-of-type(23) {
  transition-delay: 2.3s;
}
.p-staffcast__data:nth-of-type(24) {
  transition-delay: 2.4s;
}
.p-staffcast__data:nth-of-type(25) {
  transition-delay: 2.5s;
}
.p-staffcast__data:nth-of-type(26) {
  transition-delay: 2.6s;
}
.p-staffcast__data:nth-of-type(27) {
  transition-delay: 2.7s;
}
.p-staffcast__data:nth-of-type(28) {
  transition-delay: 2.8s;
}
.p-staffcast__data:nth-of-type(29) {
  transition-delay: 2.9s;
}
.p-staffcast__data:nth-of-type(30) {
  transition-delay: 3s;
}

@media screen and (min-width: 900px) {
  .p-staffcast__header {
    margin-top: -14px;
  }
}
@media screen and (max-width: 899px) {
  .p-staffcast__header {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 899px) {
  .p-headline {
    padding: 67px 0 26px;
  }
}

.p-headline__header {
  margin: 0 auto 53px;
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-headline__header {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-headline__header {
    margin: 0 auto 20px;
  }
}

.p-headline__list-item {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-headline__list-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-headline__list-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-headline__list-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-headline__list-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-headline__list-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-headline__list-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-headline__list-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-headline__list-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-headline__list-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-headline__list-item:nth-of-type(10) {
  transition-delay: 1s;
}
.p-scroll.is-active .p-headline__list-item {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-headline__more {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.4s, transform 1s var(--ease_out) 0.4s, filter 1s var(--ease_out) 0.4s;
}
.p-scroll.is-active .p-headline__more {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-onair {
  padding: 36px 0 0;
}

.p-onair__title {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 51px;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-onair__title {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 899px) {
  .p-onair__title {
    margin: 0 auto 20px;
  }
}
.p-onair__title h2 {
  display: block;
  position: relative;
  font-size: 8rem;
  font-family: "Luckiest Guy", "Kiwi Maru", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: var(--color-orange);
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-onair__title h2 {
    font-size: 4rem;
  }
}

.p-onair__contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 51px;
}

.p-onair__title {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-scroll.is-active .p-onair__title {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-onair__title-sub {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s, filter 1s var(--ease_out) 0.1s;
}
.p-scroll.is-active .p-onair__title-sub {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-onair__title-sub2 {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s, filter 1s var(--ease_out) 0.1s;
  
  margin-bottom: 45px;
  font-size: 2.3rem;
  text-align: center;
  color: var(--color-orange);
  letter-spacing: 0.13em;
}
@media screen and (max-width: 899px) {
  .p-onair__title-sub2 {
    margin-bottom: 22px;
    font-size: 1.5rem;
  }
}
.p-scroll.is-active .p-onair__title-sub2 {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.p-onair__contents {
  transform: translateY(10px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s var(--ease_out), transform 1s var(--ease_out), filter 1s var(--ease_out);
}
.p-onair__contents:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-onair__contents:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-onair__contents:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-onair__contents:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-onair__contents:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-onair__contents:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-onair__contents:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-onair__contents:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-onair__contents:nth-of-type(9) {
  transition-delay: 1s;
}
.p-onair__contents:nth-of-type(10) {
  transition-delay: 1.1s;
}
.p-scroll.is-active .p-onair__contents {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}