@charset "UTF-8";
.p-top {
  display: block;
  position: relative;
  padding-bottom: 12.7rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-bottom: 5.8rem;
  }
}
.is-load .p-top {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}

.p-hero {
  width: 90%;
  max-width: var(--area);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 0 0 2rem;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
}
.p-hero__streaming {
  width: 100%;
  max-width: 42.5rem;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 4rem;
  margin: 3rem auto 0;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-hero__streaming {
    min-height: 4.5rem;
    margin-top: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__streaming {
    transition: background-color 0.3s var(--ease_out), color 0.3s var(--ease_out);
  }
  .p-hero__streaming:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
}
.p-hero__streaming::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid var(--color-white);
}
.p-hero__streaming-icon {
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translate(-50%, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-hero__streaming-icon {
    width: 1.3rem;
    left: 2.2rem;
  }
}
.p-hero__streaming-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-hero__streaming-text {
    font-size: 1.3rem;
  }
}

.p-hero_kv {
  display: block;
  position: relative;
}
.p-hero_kv__slide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.p-hero_kv__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.p-hero_kv__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-hero_kv__link {
  width: 100%;
  display: block;
  position: relative;
}
.p-hero_kv__link-img {
  width: 100%;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_kv__link-img {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-hero_kv__link:hover .p-hero_kv__link-img {
    opacity: 0.6;
  }
}
.p-hero_kv__link img {
  width: 100% !important;
  display: block;
  position: relative;
}
.p-hero_kv__pagination {
  width: calc(100% - 1.8rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__pagination {
    position: absolute;
    bottom: 0.9rem;
    left: 0.9rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__pagination {
    justify-content: center;
    gap: 1.5rem;
    margin: 0.8rem auto 0;
  }
}
.p-hero_kv__pagination-item {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 50%;
  transition: background-color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-hero_kv__pagination-item {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-hero_kv__pagination-item.is-current {
  background: var(--color-dot);
}

.p-top\:news {
  width: 90%;
  max-width: var(--area);
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
  padding: 2.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:news {
    margin-top: 1.7rem;
    padding: 2rem 0;
  }
}
.p-top\:news__container {
  display: block;
  position: relative;
}
.p-top\:news__header {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
.p-top\:news__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: 0.3rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p-top\:news__title {
    font-size: 2.7rem;
  }
}
.p-top\:news__inner {
  display: block;
  position: relative;
}
.p-top\:news__list {
  display: block;
  position: relative;
}
.p-top\:news__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:news__list-item:nth-child(n+4) {
    display: none;
  }
}
.p-top\:news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-top\:news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news__more {
    margin-top: 1.5rem;
  }
}

.p-top\:news_article {
  display: block;
  position: relative;
  padding: 2.4rem 3rem 2.4rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article {
    padding: 2rem 2rem 2rem 0;
  }
}
.p-top\:news_article::after {
  content: "";
  width: 0.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1.8rem;
  background: url("../img/arrow_s.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article::after {
    width: 0.6rem;
    right: 0;
  }
}
.p-top\:news_article__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__header {
    margin-bottom: 0.8rem;
  }
}
.p-top\:news_article__date {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__date {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.p-top\:news_article__category {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__category {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.p-top\:news_article__category::before {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  position: absolute;
  top: 25%;
  left: -1rem;
  border-left: 1px solid var(--color-line);
}
.p-top\:news_article__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:news_article__title {
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:news_article:hover .p-top\:news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:news_article:hover .p-top\:news_article__title {
      text-decoration: underline;
    }
  }
}

.p-top\:movie {
  width: 90%;
  max-width: var(--area);
  display: block;
  position: relative;
  margin: 6.8rem auto 0;
  padding: 2.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:movie {
    margin-top: 0.5rem;
    padding: 2rem 0;
  }
}
.p-top\:movie__container {
  display: block;
  position: relative;
}
.p-top\:movie__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:movie__header {
    margin-bottom: 2.5rem;
  }
}
.p-top\:movie__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: 0.3rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p-top\:movie__title {
    font-size: 2.7rem;
  }
}
.p-top\:movie__inner {
  display: block;
  position: relative;
}
.p-top\:movie__list {
  display: block;
  position: relative;
}
.p-top\:movie__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:movie__list-item {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-top\:movie__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 1.4rem;
}

.p-top\:movie_article {
  display: block;
  position: relative;
}
.p-top\:movie_article__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-top\:movie_article__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:movie_article__thumb::before {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:movie_article:hover .p-top\:movie_article__thumb::before {
    opacity: 0;
  }
}
.p-top\:movie_article__thumb::after {
  content: "";
  width: 8.5rem;
  height: 8.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/btn_play.webp") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_article__thumb::after {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:movie_article__thumb::after {
    transition: transform 0.2s var(--ease_out);
  }
  .p-top\:movie_article:hover .p-top\:movie_article__thumb::after {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.p-top\:movie_article__thumb-img {
  width: 100%;
  padding-top: 42.4%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top\:movie_article__thumb-img {
    padding-top: 56.25%;
  }
}
.p-top\:movie_article__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top\:disco {
  width: 90%;
  max-width: var(--area);
  display: block;
  position: relative;
  margin: 8rem auto 0;
  padding: 2.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:disco {
    margin-top: 1.5rem;
    padding: 2rem 0;
  }
}
.p-top\:disco__container {
  display: block;
  position: relative;
}
.p-top\:disco__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:disco__header {
    margin-bottom: 2.2rem;
  }
}
.p-top\:disco__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: 0.3rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p-top\:disco__title {
    font-size: 2.7rem;
  }
}
.p-top\:disco__inner {
  display: block;
  position: relative;
}
.p-top\:disco__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:disco__list {
    grid-template-columns: 1fr;
    gap: 2.1rem;
  }
}
.p-top\:disco__list-item {
  display: block;
  position: relative;
}
.p-top\:disco__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 3rem;
}

.p-top\:disco_article {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:disco_article {
    display: grid;
    grid-template-columns: 47.5% 1fr;
    gap: 1.6rem;
  }
}
.p-top\:disco_article__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:disco_article__header {
    margin-bottom: 1.6rem;
  }
}
.p-top\:disco_article__thumb {
  display: block;
  position: relative;
  background: var(--color-white);
}
.p-top\:disco_article__thumb-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:disco_article__thumb-img {
    padding-top: 100%;
    background: var(--color-white);
  }
  .p-top\:disco_article__thumb-img img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:disco_article__thumb-img {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:disco_article:hover .p-top\:disco_article__thumb-img {
    opacity: 0.8;
  }
}
.p-top\:disco_article__inner {
  display: block;
  position: relative;
}
.p-top\:disco_article__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 1.1rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:disco_article__category {
    margin-bottom: 1.6rem;
    font-size: 1rem;
  }
}
.p-top\:disco_article__category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
}
.p-top\:disco_article__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-top\:disco_article__title {
    font-size: 1.4rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:disco_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:disco_article:hover .p-top\:disco_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:disco_article:hover .p-top\:disco_article__title {
      text-decoration: underline;
    }
  }
}
.p-top\:disco_article__release {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-top\:disco_article__release {
    margin-top: 0.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}

.p-top\:profile {
  width: 90%;
  max-width: var(--area);
  display: block;
  position: relative;
  margin: 4.4rem auto 0;
  padding: 2.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-top\:profile {
    margin-top: 0.8rem;
    padding: 2rem 0;
  }
}
.p-top\:profile__container {
  display: block;
  position: relative;
}
.p-top\:profile__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:profile__header {
    margin-bottom: 2.4rem;
  }
}
.p-top\:profile__title {
  display: block;
  position: relative;
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: 0.3rem;
  font-family: "Outfit", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p-top\:profile__title {
    font-size: 2.7rem;
  }
}
.p-top\:profile__inner {
  display: block;
  position: relative;
}
.p-top\:profile__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:profile__more {
    margin-top: 1.5rem;
  }
}

.p-top\:profile_content {
  display: block;
  position: relative;
}
.p-top\:profile_content__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:profile_content__header {
    margin-bottom: 2.8rem;
  }
}
.p-top\:profile_content__visual {
  width: 100%;
  max-width: 42.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top\:profile_content__visual {
    max-width: 15rem;
  }
}
.p-top\:profile_content__visual-img {
  display: block;
  position: relative;
}
.p-top\:profile_content__inner {
  display: block;
  position: relative;
}
.p-top\:profile_content__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .p-top\:profile_content__text {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.p-top\:profile_content__text .a-profileDescription {
  display: none !important;
}
.p-top\:profile_content__text br {
  display: none;
}
.p-top\:profile_content__text .a-profileMemberListItem__text br {
  display: block;
}
.p-top\:profile_content__text img {
  height: auto !important;
  max-width: 100% !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-top\:profile_content__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:profile_content__text a:hover {
    text-decoration: none;
  }
}
.p-top\:profile_content__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@supports (aspect-ratio: 16/9) {
  .p-top\:profile_content__text iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 961px) {
  .p-top\:profile_content__text .a-profileMemberList {
    max-width: 70rem;
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin: 0 auto;
  }
  .p-top\:profile_content__text .a-profileMemberList .a-profileMemberListItem {
    flex: 1;
  }
}

.p-top\:bnr {
  width: 100%;
  display: block;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr {
    margin-top: 7.1rem;
  }
}
.p-top\:bnr__inner {
  display: block;
  position: relative;
}
.p-top\:bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
}
.p-top\:bnr__list-item {
  display: block;
  position: relative;
}
.p-top\:bnr__link {
  width: 22.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__link {
    width: 16rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:bnr__link {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:bnr__link:hover {
    opacity: 0.6;
  }
}