@charset "UTF-8";
.p-op {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.is-op .p-op {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out);
}
.is-op-end .p-op {
  pointer-events: none;
}
.p-op img {
  width: 100%;
}
.p-op__player {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-op-play .p-op__player {
  opacity: 1;
}
.p-op__player video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-op__skip {
  display: block;
  position: fixed;
  right: 5rem;
  bottom: 3rem;
  padding: 0.5rem 1.5rem;
  z-index: 0;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-white);
  font-style: italic;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-op__skip {
    right: 2rem;
    bottom: 1.5rem;
    padding: 0.3rem 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-op__skip {
    transition: color 0.4s var(--ease_out);
  }
  .p-op__skip:hover {
    color: var(--color-black);
  }
}
.is-op-play .p-op__skip {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.p-op__skip::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  transform: skew(-15deg);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .p-op__skip::before {
    transition: background-color 0.4s var(--ease_out);
  }
  .p-op__skip:hover::before {
    background-color: var(--color-white);
  }
}
.p-op__container {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (orientation: landscape) {
  .p-op__container {
    max-width: 155.5209953344vh;
    max-height: 64.3vw;
  }
}
@media screen and (orientation: portrait) {
  .p-op__container {
    min-width: 41.6666666667vh;
    min-height: 240vw;
  }
}
.p-op__chara {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-op__chara-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10%);
}
.p-op__chara-img:nth-child(even) {
  transform: translateY(10%);
}
.is-op .p-op__chara-img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s var(--ease_inout), opacity 0.8s var(--ease_inout) 0.3s;
}
.is-op .p-op__chara-img:nth-child(1) {
  transition-delay: 0s, 0.3s;
}
.is-op .p-op__chara-img:nth-child(2) {
  transition-delay: 0.1s, 0.4s;
}
.is-op .p-op__chara-img:nth-child(3) {
  transition-delay: 0.2s, 0.5s;
}
.is-op .p-op__chara-img:nth-child(4) {
  transition-delay: 0.3s, 0.6s;
}
.is-op .p-op__chara-img:nth-child(5) {
  transition-delay: 0.4s, 0.7s;
}
.is-op .p-op__chara-img:nth-child(6) {
  transition-delay: 0.5s, 0.8s;
}
.is-op .p-op__chara-img:nth-child(7) {
  transition-delay: 0.6s, 0.9s;
}
.is-op .p-op__chara-img:nth-child(8) {
  transition-delay: 0.7s, 1s;
}
.is-op .p-op__chara-img:nth-child(9) {
  transition-delay: 0.8s, 1.1s;
}
.is-op .p-op__chara-img:nth-child(10) {
  transition-delay: 0.9s, 1.2s;
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__kv-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  filter: brightness(20%);
}
.is-load:not(.is-op) .p-hero__kv-img, .is-op.is-load.is-op-end .p-hero__kv-img {
  filter: brightness(100%);
  transition: filter 2.6s var(--ease_inout) 0.2s;
}
.is-op.is-load.is-op-end .p-hero__kv-img {
  transition-delay: 0.5s;
}
.p-hero__kv-img img {
  width: 100%;
}
.p-hero__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__title {
  width: 20%;
  display: block;
  position: absolute;
  top: 35.5%;
  left: 16%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 32.5%;
    top: 64%;
    left: 51%;
  }
}
.p-hero__onair {
  width: 25%;
  display: block;
  position: absolute;
  top: 10.5%;
  left: 84.8%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 56%;
    top: 85%;
    left: 51%;
  }
}
.p-hero__movie {
  width: 13.5%;
  display: block;
  position: absolute;
  padding: 0.5rem;
  top: 68.52%;
  left: 90%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__movie {
    width: 27%;
    top: 9%;
    left: 83%;
    padding: 0.3rem;
  }
}
.p-hero__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie_frame.png") no-repeat center/contain;
}
.p-hero__movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie_btn.png") no-repeat center/contain;
  z-index: 1;
}
.p-hero__movie-player {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-hero__movie-player::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.4;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__movie-player::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-hero__movie:hover .p-hero__movie-player::before {
    opacity: 0;
  }
}
.p-hero__movie-bg {
  padding-left: 177.77%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.p-hero__movie-bg iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__movie-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.is-play .p-hero__movie-img {
  opacity: 0;
}
.p-hero__movie-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__catch {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__sns {
  display: block;
  position: fixed;
  top: 50%;
  left: 1.8rem;
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-hero__sns {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 93.8%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-hero__sns-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__sns-item + .p-hero__sns-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__sns-item + .p-hero__sns-item {
    margin-left: 2.5rem;
  }
}

.p-hero_sns {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_sns {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-hero_sns:hover {
    opacity: 0.7;
  }
}
.p-hero_sns__icon {
  width: 2.4rem;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-hero_sns__icon {
    width: 1.6rem;
  }
}
.p-hero_sns__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .p-hero_sns__text {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_sns__text {
    top: -0.3rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}

.p-top_bnr {
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top_bnr {
    margin-top: 4rem;
  }
}
.p-top_bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-top_bnr__list-item {
  display: block;
  position: relative;
}
.p-top_bnr__link {
  width: 40rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_bnr__link {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-top_bnr__link:hover {
    opacity: 0.6;
  }
}

.p-movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 11rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie {
    margin-top: 6rem;
  }
}
.p-movie__container {
  display: block;
  position: relative;
}
.p-movie__slide {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__slide {
    width: 72.5%;
  }
}
.p-movie__list {
  --deg: 0deg;
  min-width: 0;
  display: block;
  position: relative;
  transform: rotate(var(--deg));
  transform-origin: 50% 1130rem;
  transition: transform 0.7s var(--ease_inout);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
  will-change: transform;
}
@media screen and (max-width: 960px) {
  .p-movie__list {
    transform-origin: 50% 380rem;
  }
}
.p-movie__list.is-slide-start {
  transition: 0s linear !important;
}
.p-movie__list-item {
  --slide_deg: 0deg;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(var(--slide_deg));
  transform-origin: 50% 1130rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie__list-item {
    transform-origin: 50% 380rem;
  }
}
.p-movie__list-item.is-slide-current {
  position: relative;
}
.p-movie__pagination {
  width: 90%;
  max-width: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__pagination {
    margin-top: 2.3rem;
  }
}
.p-movie__pagination-item {
  display: block;
  position: relative;
}
.p-movie__btn {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  font-size: 0;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie__btn {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.is-slide-current .p-movie__btn {
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__btn:hover {
    background: var(--color-white);
  }
}
.p-movie__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.p-movie__btn::after {
  content: "";
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

.p-movie_data {
  display: block;
  position: relative;
}
.p-movie_data__header {
  display: block;
  position: relative;
  padding: 0.5rem;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie_data__header {
    padding: 0.4rem;
  }
}
.p-movie_data__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-movie_data__header::before {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__header::before {
    transition: border-color 0.6s var(--ease_out);
  }
  .p-movie_data:hover::before {
    border-color: var(--color-white);
  }
}
.p-movie_data__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb {
    border-radius: 0.75rem;
  }
}
.p-movie_data__thumb-img {
  width: 100%;
  padding-top: 55.6%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-movie_data__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img::before {
    transition: opacity 2s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img::before {
    opacity: 0.2;
  }
}
.p-movie_data__thumb-img::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2rem solid var(--color-white);
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .p-movie_data__thumb-img::after {
    width: 1.6rem;
    height: 1.6rem;
    border-left: 1.6rem solid var(--color-white);
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }
}
.p-movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: scale3d(1.001, 1.001, 1.001);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie_data__thumb-img img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-movie_data:hover .p-movie_data__thumb-img img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-movie_data__inner {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  padding: 1.1rem 2rem;
  font-size: 1.4rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .p-movie_data__inner {
    margin-top: 0.8rem;
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
  }
}

.p-headline {
  display: block;
  position: relative;
  margin: 10rem auto 0;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .p-headline {
    margin-top: 5.2rem;
    padding: 4rem 0;
  }
}
.p-headline__container {
  width: 80%;
  max-width: 91rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-headline__container {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__container {
    width: 92%;
  }
}
.p-headline__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 2.7rem;
  }
}
.p-headline__title {
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 0.8;
  font-weight: 400;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.7rem;
}
@media screen and (min-width: 961px) {
  .p-headline__title {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-headline__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 1rem;
}

.p-headline_article {
  display: block;
  position: relative;
  padding: 2.8rem 2rem;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article {
    transition: background-color 0.3s var(--ease_out);
  }
  .p-headline_article:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}
.p-headline_article::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 1rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-headline_article::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-headline_article:hover::before {
    opacity: 1;
  }
}
.p-headline_article__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.5;
  color: var(--color-sky);
}
@media screen and (min-width: 961px) {
  .p-headline_article__date {
    min-width: 7rem;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    margin-bottom: 0.1rem;
  }
}
.p-headline_article__date::after {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8rem;
  transform: translate(100%, -50%);
  background: linear-gradient(to right, var(--color-sky) 0%, var(--color-white) 100%);
}
@media screen and (max-width: 960px) {
  .p-headline_article__date::after {
    width: 4rem;
    right: -1rem;
  }
}
.p-headline_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-headline_article__title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-intro {
  display: block;
  position: relative;
  margin: 4rem auto 0;
  padding: 5rem 0 10.5rem;
}
@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 1rem;
    padding: 4rem 0 7.5rem;
  }
}
.p-intro__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-intro__cap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 27%;
  left: 0;
  transform: translate(0, -50%);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-intro__cap {
    top: 32%;
  }
}
.p-intro__cap-word {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 20rem;
  letter-spacing: 0.4rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-intro__cap-word {
    font-size: 10rem;
  }
}
.is-load .p-intro__cap-word {
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.p-intro__cap-word::before {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}
.p-intro__container {
  width: 80%;
  max-width: 86rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 9rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    width: 92%;
    max-width: 33.5rem;
    padding: 9rem 0 8.5rem;
  }
}
.p-intro__base {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-intro__base {
    width: 240%;
  }
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 3.2rem;
  }
}
.p-intro__title {
  display: block;
  position: relative;
  left: 0.5rem;
  font-size: 5rem;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    font-size: 3rem;
    left: -0.2rem;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
}
.p-intro__text {
  display: block;
  position: relative;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-intro__text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.075rem;
  }
}
.p-intro__text span {
  letter-spacing: -0.3rem;
  margin-right: 0.25em;
}

.p-staff {
  display: block;
  position: relative;
  margin: 7rem auto 0;
  padding: 5rem 0 19rem;
}
@media screen and (max-width: 960px) {
  .p-staff {
    margin-top: 0;
    padding: 1.2rem 0 7.4rem;
  }
}
.p-staff__container {
  width: 80%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-staff__container {
    width: 68%;
  }
}
.p-staff__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-staff__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staff__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-staff__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-staff__list-item {
    padding-left: 10rem;
  }
}
@media screen and (min-width: 961px) {
  .p-staff__list-item:nth-child(2n) {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__list-item:nth-child(2n) {
    left: 36%;
  }
}
@media screen and (max-width: 960px) {
  .p-staff__list-item + .p-staff__list-item {
    margin-top: 5rem;
  }
}

.p-staff_content {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-staff_content {
    grid-template-columns: 4.5rem 1fr;
  }
  .p-staff_content.--cast {
    grid-template-columns: 4rem 1fr;
  }
}
.p-staff_content__header {
  display: block;
  position: relative;
}
.p-staff_content__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 8rem;
  letter-spacing: 1.2rem;
  font-weight: 400;
  line-height: 0.8;
  font-family: "Antic Didone", "Hina Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
}
@media screen and (max-width: 960px) {
  .p-staff_content__title {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.6rem;
  }
}
.p-staff_content__inner {
  display: block;
  position: relative;
  padding-top: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__inner {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .--cast .p-staff_content__inner {
    padding-top: 3.1rem;
  }
}
.p-staff_content__list {
  display: block;
  position: relative;
}
.p-staff_content__list-item {
  display: block;
  position: relative;
}
.p-staff_content__list-item + .p-staff_content__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__list-item + .p-staff_content__list-item {
    margin-top: 1.5rem;
  }
}
.--cast .p-staff_content__list-item + .p-staff_content__list-item {
  margin-top: 3.1rem;
}
@media screen and (max-width: 960px) {
  .--cast .p-staff_content__list-item + .p-staff_content__list-item {
    margin-top: 2.2rem;
  }
}
.p-staff_content__data {
  display: block;
  position: relative;
}
.p-staff_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-cap {
    margin-bottom: 0.1rem;
    font-size: 0.7rem;
  }
}
.p-staff_content__data-text {
  display: block;
  position: relative;
  padding-left: 2rem;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-text {
    padding-left: 1.2rem;
    font-size: 1.7rem;
  }
}
.p-staff_content__data-text small {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-staff_content__data-text small {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    margin-left: 0.4em;
  }
}

.p-visual {
  width: 100%;
  display: block;
  position: relative;
  margin: 3.5rem auto 0;
  padding: 0 2rem;
}
@media screen and (max-width: 960px) {
  .p-visual {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
  }
}
.p-visual__img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.p-visual__img img {
  width: 100%;
}