@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* CSS INFORMATION =====================================================
Description : アニメーション用（読み込み専用）
===================================================================== */
@keyframes viewinMask {
  0% {
    transform: translateY(101%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes viewinImg {
  0% {
    transform: translateY(100%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes keySlider {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 462px 0;
  }
}
/*--------------------------------------
MV
--------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/top/deco_mv.png) no-repeat top right, url(../images/top/bg_mv.jpg) repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    background-size: 120% auto, auto;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    aspect-ratio: 1920/1200;
    padding: 0 7.5rem;
    max-height: 1040px;
  }
}
.mv .inner {
  width: 100%;
  padding: 0 !important;
  max-width: 1740px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "center" "left" "right";
}
@media screen and (min-width: 768px) {
  .mv .inner {
    height: 100%;
    grid-template-columns: 22.7011494253% minmax(0, 1fr) 24.7126436782%;
    grid-template-areas: "left center right";
  }
}
.mv__left {
  padding: 5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: left;
}
@media screen and (min-width: 768px) {
  .mv__left {
    padding: 0 0 0;
  }
}
.mv__center {
  position: relative;
  min-width: 0;
  grid-area: center;
  width: 100%;
  height: auto;
  aspect-ratio: 375/580;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv__center {
    height: 100%;
    aspect-ratio: auto;
  }
}
.mv__center .key_fixed {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-5deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .mv__center .key_fixed {
    width: 80%;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1080px) {
  .mv__center .key_fixed {
    width: 80%;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 1700px) {
  .mv__center .key_fixed {
    width: 70%;
  }
}
.mv__center .key_fixed::before, .mv__center .key_fixed::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e70012;
}
.mv__center .key_fixed::before {
  bottom: 100%;
  margin-bottom: 1rem;
}
.mv__center .key_fixed::after {
  margin-top: 1rem;
}
.mv__right {
  display: flex;
  flex-direction: column;
  /*KV公開時にはこちらに変更
  justify-content: space-between;*/
  justify-content: center;
  grid-area: right;
}
@media screen and (min-width: 768px) {
  .mv__right {
    padding: 6rem 0 6rem;
  }
}
.mv .logo {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .mv .logo {
    width: 65.7333333333%;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
}
.mv .maintitle {
  padding-bottom: 6rem;
  margin-bottom: 3rem;
}
.mv .onair {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .mv .onair {
    padding: 0 4rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mv .onair {
    margin-bottom: 10rem;
  }
}
.mv .onair em {
  font-size: 1.6rem;
}
.mv .key_slider {
  --peek: 60px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .key_slider__rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
  width: 85%;
  height: 110%;
  transform: rotate(-5deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .mv .key_slider__rotate {
    width: 75%;
  }
}
.mv .key_slider__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  will-change: transform;
}
.mv .key_slider__item {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 2311/3267;
}
.mv .key_slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .key_slider_switch {
  display: flex;
  gap: 10px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .mv .key_slider_switch.sp {
    position: absolute;
    margin-top: unset;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 44rem;
  }
  .mv .key_slider_switch.pc {
    display: none !important;
  }
}
.mv .key_slider_switch button {
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.mv .key_slider_switch button figure {
  position: relative;
  overflow: hidden;
}
.mv .key_slider_switch button figure::before, .mv .key_slider_switch button figure::after {
  content: "";
  display: block;
  position: absolute;
}
.mv .key_slider_switch button figure::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(255, 0, 0, 0.5);
  transition: all 0.3s;
}
.mv .key_slider_switch button figure::after {
  width: 2rem;
  height: 2rem;
  background: url(../images/top/bg_mv.jpg);
  bottom: -1rem;
  right: 0.4rem;
  transform: rotate(45deg) translate(50%, -50%);
  z-index: 1;
}
.mv .key_slider_switch button img {
  display: block;
  width: 100%;
  height: auto;
}
.mv .key_slider_switch button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #b5b4a7;
  top: -8px;
  transition: all 0.3s;
}
.mv .key_slider_switch button:hover::before, .mv .key_slider_switch button.is-active::before {
  background: #e70012;
}
.mv .key_slider_switch button:hover figure::before, .mv .key_slider_switch button.is-active figure::before {
  opacity: 1;
}

/*--------------------------------------
NEWS
--------------------------------------*/
.news {
  padding-bottom: 19rem;
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 460px, #f2f1e9 460px, #f2f1e9 462px), repeating-linear-gradient(to bottom, transparent 0, transparent 220px, #f2f1e9 220px, #f2f1e9 222px);
  animation: bg-slider 5s linear infinite;
}
.news .inner {
  position: relative;
  display: grid;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news .inner {
    grid-template-columns: minmax(0, 35.7142857143%) minmax(0, 64.2857142857%);
  }
}
.news h2 {
  text-align: left;
  width: 100%;
}
.news .news__list {
  margin: 10rem 4rem;
}
@media screen and (min-width: 768px) {
  .news .news__list {
    margin: 0 0 4rem;
  }
}
.news .news__item {
  position: relative;
  padding: 3rem 4rem;
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #151515;
}
@media screen and (min-width: 768px) {
  .news .news__item {
    padding: 1.5rem;
  }
}
.news .news__item_wrap {
  position: relative;
  z-index: 1;
}
.news .news__item_wrap::before, .news .news__item_wrap::after {
  content: "";
  display: block;
  width: 5px;
  height: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #ffffff;
}
.news .news__item_wrap::before {
  left: -17px;
}
.news .news__item_wrap::after {
  right: -17px;
}
.news .news__item_lg {
  position: relative;
  display: block;
  overflow: visible;
}
.news .news__item_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
  z-index: 3;
}
.news .news__item_sl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.news .news__item_sl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  background: #e0dfd5;
  transition: width 0.2s ease;
}
@media screen and (min-width: 768px) {
  .news .news__item_sl::before {
    transform: skew(-15deg);
  }
}
.news .news__item dl {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news .news__item dl {
    grid-template-columns: auto 1fr;
    gap: 3rem;
  }
}
.news .news__item dt {
  position: relative;
  z-index: 2;
  color: #e70012;
  font-family: "Girassol", serif;
}
@media screen and (min-width: 768px) {
  .news .news__item dt {
    margin-left: -20px;
  }
}
.news .news__item dd {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
  line-height: 2;
}
.news .news__item:hover .news__item_lg::after {
  background-color: #e70012;
}
.news .news__item:hover .news__item_sl::before {
  width: calc(100% + 40px);
}
.news .more__button {
  display: block;
  text-align: center;
  width: 20rem;
  margin: auto;
  position: relative;
  z-index: 10;
}
.news .more__button-text1, .news .more__button-text2 {
  display: block;
  overflow: hidden;
  position: relative;
}
.news .more__button-text1::before, .news .more__button-text2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.news .more__button-text1 {
  font-family: "Girassol", serif;
  font-size: 6rem;
  border-bottom: 1px solid #000;
  line-height: 0.7;
  padding-top: 0.06em;
}
@media screen and (min-width: 768px) {
  .news .more__button-text1 {
    font-size: 4rem;
  }
}
.news .more__button-text1::before {
  background: #e70012;
  top: 100%;
}
.news .more__button-text2 {
  font-family: "Shippori Mincho", serif;
  color: #e70012;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news .more__button-text2 {
    font-size: 2rem;
  }
}
.news .more__button-text2::before {
  background: #151515;
  bottom: 100%;
}
.news .more__button:hover .more__button-text1::before {
  top: 0;
}
.news .more__button:hover .more__button-text2::before {
  bottom: 0;
}

/*--------------------------------------
    MOVIE
--------------------------------------*/
.movie {
  scroll-margin-top: 15rem;
  background: #91000b;
}
.movie .inner {
  max-width: 1550px;
  padding-top: 0;
  background: url(../images/top/bg_movie_sp.png) no-repeat top -3rem center/cover;
}
@media screen and (max-width: 767px) {
  .movie .inner {
    padding-bottom: 28rem;
  }
}
@media screen and (min-width: 768px) {
  .movie .inner {
    background: url(../images/top/bg_movie.png) no-repeat top 3.5rem center/contain;
  }
}
.movie .ttl {
  margin-inline: auto !important;
  color: #151515;
  transform: translateY(-50%);
}
.movie .movie-slider {
  position: relative;
  width: calc(100% - 10rem);
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .movie .movie-slider {
    margin-top: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .movie .movie-slider {
    width: 80%;
  }
}
.movie .movie-slider .movie-swiper {
  width: 100%;
  overflow: hidden;
}
.movie .movie-slider .swiper-slide {
  width: 100%;
}
.movie .movie-slider .youtube__play {
  position: relative;
}
.movie .movie-slider .youtube__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  aspect-ratio: 414/214;
  background-image: url("../images/top/icon_play.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.movie .movie-slider__prev, .movie .movie-slider__next {
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 11.2rem;
  padding: 0;
  border: 0;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .movie .movie-slider__prev, .movie .movie-slider__next {
    width: 3.4rem;
  }
}
.movie .movie-slider__prev {
  right: calc(100% + 10px);
  background: url(../images/top/icon_movie_arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .movie .movie-slider__prev {
    right: calc(100% + 30px);
  }
}
.movie .movie-slider__next {
  left: calc(100% + 10px);
  background: url(../images/top/icon_movie_arrow.png) no-repeat center/contain;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .movie .movie-slider__next {
    left: calc(100% + 30px);
  }
}
.movie .movie-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .movie .movie-slider__pagination {
    margin-top: 3rem;
  }
}
.movie .movie-slider__pagination .swiper-pagination-bullet {
  width: 6rem;
  height: 0.6rem;
  margin: 0 !important;
  border-radius: 0;
  background: #151515;
  opacity: 1;
  transition: background 0.3s;
}
.movie .movie-slider__pagination .swiper-pagination-bullet-active {
  background: #e70012;
}

/*--------------------------------------
    STORY
--------------------------------------*/
.story {
  position: relative;
  background: url(../images/top/bg_story.jpg) repeat;
  overflow: hidden;
}
.story__parallax {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.story__bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  will-change: transform;
}
.story__bg--01 {
  z-index: 1;
  top: -200px;
}
.story__bg--02 {
  z-index: 2;
  top: -200px;
}
.story__bg--03 {
  z-index: 3;
  top: -300px;
}
.story__bg--04 {
  z-index: 4;
  width: 110% !important;
  left: -5%;
  top: -300px;
}
@media screen and (max-width: 767px) {
  .story {
    display: block;
    width: 100%;
    height: 200%;
    top: 5%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .story--01, .story--02, .story--03 {
    top: 0;
  }
  .story--04 {
    width: 100% !important;
    left: 0;
    top: 0;
  }
}
.story .inner {
  position: relative;
  z-index: 10;
}
.story .ttl {
  margin: auto auto 8rem;
}
.story h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  margin: 0 auto 5rem;
  text-align: center;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .story h3 {
    font-size: 3rem;
  }
}
.story p {
  max-width: 1000px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 2.1;
  text-align: center;
  margin: auto;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .story p {
    font-size: 2.2rem;
  }
}
.story_red {
  color: #e70012;
}
.story_bgwhite {
  background: #ffffff;
}
.story .photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 45%));
  gap: 2%;
  width: 100%;
  justify-content: start;
  margin-top: 11rem;
}
@media screen and (min-width: 768px) {
  .story .photos {
    grid-template-columns: repeat(2, minmax(0, 64rem));
    gap: 2rem;
  }
}
.story .photos li {
  max-width: 64rem;
  aspect-ratio: 16/9;
}
.story .photos li:nth-child(4n+3), .story .photos li:nth-child(4n+4) {
  transform: translateX(10rem);
}

/*--------------------------------------
    CHARACTER
--------------------------------------*/
.character h2 {
  margin: 0 0 auto auto;
}
.character .main,
.character .sub {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  gap: clamp(1rem, 2vw, 10rem);
}
.character__list {
  display: flex;
  justify-content: space-between;
  width: 120rem;
  max-width: 100%;
  flex-shrink: 1;
}
.character__list-item button {
  display: block;
  position: relative;
}
.character__list-item button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 10;
  transition: border-color 0.3s ease;
}
.character__list-item button img {
  display: block;
  width: 100%;
  transition: filter 0.3s ease;
}
.character__list-item button:hover::after {
  border-color: #e70012;
}
.character__list-item button:hover img {
  filter: grayscale(1);
}
.main .character__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .main .character__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}
.sub .character__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}
@media screen and (min-width: 768px) {
  .sub .character__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.3333333333%;
  }
}
.character__name {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 800;
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .character__name {
    font-size: 3rem;
  }
}
.character__position {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .character__position {
    font-size: 1.8rem;
  }
}
.character__title {
  width: 5.7rem;
  height: 100%;
  background: url(../images/top/deco_character_sp.svg) no-repeat top right/contain;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .character__title {
    width: 14rem;
    height: 20rem;
    background: url(../images/top/deco_character.svg) no-repeat top right/contain;
  }
}
.character__title-text {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Girassol", serif;
  font-size: 4rem;
  color: #b5b4a7;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .character__title-text {
    height: auto;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .character__title-text {
    position: absolute;
    top: 1rem;
    right: 1.3rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .character__title-text.t2 {
    right: 4.3rem !important;
  }
}
.character__title-text span {
  line-height: 1;
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.character__title-text.js-on span {
  opacity: 1;
  transform: translateY(0);
}
.character .view {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
}
.character .view::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e70012;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out 0.3s;
}
.character .view img {
  display: block;
  width: 100%;
  vertical-align: middle;
  transform: translateY(100%);
}
.character .view.js-on::after {
  animation: viewinMask 1s ease-in-out forwards;
}
.character .view.js-on img {
  animation: viewinImg 1s ease-in-out forwards;
}

/*--------------------------------------
    MUSIC
--------------------------------------*/
.music {
  background: #151515;
}
.music .inner {
  max-width: 1200px;
}
.music__block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "jacket" "song";
  width: 100%;
  margin-inline: auto;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .music__block {
    grid-template-columns: 1fr 64rem;
    grid-template-areas: "song jacket";
    margin-bottom: 17rem;
  }
}
.music__block__song {
  grid-area: song;
  display: grid;
  grid-template-rows: auto 1fr;
}
.music__block .music__jacket {
  grid-area: jacket;
}
@media screen and (max-width: 767px) {
  .music__block .music__jacket {
    padding: 8rem;
  }
}
.music__block .music__jacket img {
  display: block;
  width: 100%;
  height: auto;
}
.music__block-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 8rem;
}
@media screen and (min-width: 768px) {
  .music__block-info {
    justify-content: center;
    margin-left: unset;
  }
}
.music__block-info-inner {
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
.music__block-info h3,
.music__block-info .name,
.music__block-info .label {
  margin-bottom: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.music__block-info h3 span,
.music__block-info .name span,
.music__block-info .label span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  transform: scaleX(0.86);
  transform-origin: left center;
}
.music__block-info h3 span::before,
.music__block-info .name span::before,
.music__block-info .label span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.music__block-info h3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) {
  .music__block-info h3 {
    font-size: 3rem;
  }
}
.music__block-info h3 span::before {
  background: #ffffff;
}
.music__block-info .name {
  font-size: 3.2rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .music__block-info .name {
    font-size: 2.4rem;
  }
}
.music__block-info .name span::before {
  background: #3b3b3b;
  transition-delay: 0.12s;
}
.music__block-info .label {
  font-size: 2.6rem;
  color: #b5b4a7;
}
@media screen and (min-width: 768px) {
  .music__block-info .label {
    font-size: 2.4rem;
  }
}
.music__block-info .label span::before {
  background: #3b3b3b;
  transition-delay: 0.24s;
}
.music__block-info.is-active h3 span::before,
.music__block-info.is-active .name span::before,
.music__block-info.is-active .label span::before {
  transform: scaleX(1);
}
.music__block-jacket {
  max-width: 640px;
}
.music .movie__block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "comment" "youtube";
  align-items: end;
  gap: clamp(2rem, 4vw, 6rem);
  padding: 0 5.5rem 5.5rem;
}
@media screen and (min-width: 768px) {
  .music .movie__block {
    grid-template-columns: minmax(0, 90rem) auto;
    grid-template-areas: "youtube comment";
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .music .movie__block {
    grid-template-columns: minmax(0, 80rem) auto;
  }
}
.music .movie__block .youtube {
  grid-area: youtube;
  width: 100%;
}
.music .movie__block .comment-detail {
  color: #b5b4a7;
}
.music .movie__block .comment {
  grid-area: comment;
  display: grid;
  justify-content: end;
  align-content: end;
}
.music .movie__block .comment h3 {
  width: 19rem;
  aspect-ratio: 380/50;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  background: url(../images/top/ttl_comment_bg.png) no-repeat center/contain;
}
.music .movie__block .comment-text {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #b5b4a7;
  font-family: "Girassol", serif;
  font-size: 8rem;
}
@media screen and (min-width: 768px) {
  .music .movie__block .comment-text {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .music .movie__block .comment-text {
    font-size: 8rem;
  }
}
.music .movie__block .comment-text span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  line-height: 1;
  border-left: 2px solid #e70012;
  margin-bottom: 4px;
  padding-left: 1rem;
}
.music .movie__block .comment-text.-visible {
  transform: translate(0, 0);
}
.music .movie__block .comment-text.-visible span {
  transform: translate(0, 0);
}
.music .profile {
  padding: 3rem 2.4rem;
  margin-top: 6rem;
  margin-inline: 5rem;
  border: 1px solid #3b3b3b;
  background: linear-gradient(#e70012, #e70012) left top/6px 6px no-repeat, linear-gradient(#e70012, #e70012) right top/6px 6px no-repeat, linear-gradient(#e70012, #e70012) left bottom/6px 6px no-repeat, linear-gradient(#e70012, #e70012) right bottom/6px 6px no-repeat;
}
@media screen and (min-width: 768px) {
  .music .profile {
    padding: 4rem 10rem;
    margin-top: 8rem;
    margin-inline: unset;
  }
}
.music .profile h3 {
  font-family: "Girassol", serif;
  font-size: 5rem;
  text-align: center;
  color: #e70012;
}
@media screen and (min-width: 768px) {
  .music .profile h3 {
    font-size: 4rem;
  }
}
.music .profile p {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #b5b4a7;
}
@media screen and (min-width: 768px) {
  .music .profile p {
    font-size: 2.4rem;
  }
}

/*--------------------------------------
    STAFF
--------------------------------------*/
.staff .ttl {
  margin: auto auto 10rem;
}
.staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  gap: 4rem;
  margin: auto;
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .staff__list {
    padding: 0;
  }
}
.staff__block {
  text-align: center;
}
.staff__block-position {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 324/78;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #e70012;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
@media screen and (min-width: 768px) {
  .staff__block-position {
    aspect-ratio: 963/107;
    font-size: 2.4rem;
  }
}
.staff__block-position span {
  font-size: 90%;
}
.staff__block-name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff__block-name {
    font-size: 2.4rem;
  }
}
.staff__block:nth-child(4n+1) .staff__block-position {
  background-image: url(../images/top/bg_staff01_sp.png);
}
@media screen and (min-width: 768px) {
  .staff__block:nth-child(4n+1) .staff__block-position {
    background-image: url(../images/top/bg_staff01.png);
  }
}
.staff__block:nth-child(4n+2) .staff__block-position {
  background-image: url(../images/top/bg_staff02_sp.png);
}
@media screen and (min-width: 768px) {
  .staff__block:nth-child(4n+2) .staff__block-position {
    background-image: url(../images/top/bg_staff02.png);
  }
}
.staff__block:nth-child(4n+3) .staff__block-position {
  background-image: url(../images/top/bg_staff03_sp.png);
}
@media screen and (min-width: 768px) {
  .staff__block:nth-child(4n+3) .staff__block-position {
    background-image: url(../images/top/bg_staff03.png);
  }
}
.staff__block:nth-child(4n) .staff__block-position {
  background-image: url(../images/top/bg_staff04_sp.png);
}
@media screen and (min-width: 768px) {
  .staff__block:nth-child(4n) .staff__block-position {
    background-image: url(../images/top/bg_staff04.png);
  }
}
.staff .popup-open {
  background: #151515;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Girassol", serif;
  transition: all 0.3s;
  line-height: 1 !important;
  padding: 0.5rem 2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .staff .popup-open {
    font-size: 2.2rem;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1rem;
  }
}
.staff .popup-open:hover {
  background: #e70012;
}
.staff .popup-open span {
  display: inline-block;
  position: relative;
  padding-left: 3.4rem;
  line-height: 1 !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .staff .popup-open span {
    padding-left: 2rem;
  }
}
.staff .popup-open span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  display: block;
  width: 2.6rem;
  aspect-ratio: 14/12;
  background: url(../images/top/icon_comment.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .staff .popup-open span::before {
    width: 1.4rem;
  }
}/*# sourceMappingURL=top.css.map */