@charset "UTF-8";
/* CSS Document */


/* ================================
   CAST
================================ */

/* PC 2カラム / SP 1カラム */
.cast_box{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.cast--l,
.cast_img{
  width: 100%;
}

.cast--r{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.2rem;
}

.cast--r .btn{
  width: auto;
  max-width: 100%;
}

.cast_img{
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid var(--line-soft);
  padding: 5px;
  background-color: rgba(255,255,255,0.80);
}

@media (min-width: 768px){
  .cast_box{
    gap: 36px;
  }

  .cast--l{
    width: 360px;
  }

  .cast--r{
    width: calc(100% - 396px);
    text-align: left;
    padding-top: 0.2rem;
  }

  .cast_img{
    width: 100%;
  }
}

.cast_name1{
  font-size: 4.0rem;
  font-weight: 700;
  color: #000000;
  padding-top: 0.12em;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.cast_name1sub{
  font-size: 1.4rem;
  color: #000000;
  padding-top: 0.3em;
  line-height: 1.2;
}

.cast_name2{
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--accent1);
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.cast_name3{
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-top: 0.8em;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.cast_role4{
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--accent1);
  margin-top: 0.2em;
  line-height: 1.4;
}

.cast_text1{
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.cast_desc{
  line-height: 1.85;
  text-align: left;
}

@media (min-width: 768px){
  .cast_text1{
    text-align: left;
  }
}

@media (max-width: 767px){
  .cast_box{
    padding: 0;
  }

  .cast_name1{
    font-size: 3.0rem;
		line-height: 1.0;
  }
  .cast_name1sub{
    font-size: 1.4rem;
  }

  .cast_name2{
    font-size: 1.75rem;
  }

  .cast_name3{
    font-size: 1.65rem;
  }
  .cast_role4{
    font-size: 1.2rem;
  }

  .cast_text1{
    margin-top: 0.8rem;
    text-align: center;
  }

  .cast_desc{
    line-height: 1.7;
    text-align: left;
  }
}

/* 3列から2列 */
.cast_box3 {
  display: grid;
  max-width: 780px;   /* PCの最大幅を780pxに制限 */
  margin: 0 auto;     /* 中央寄せ */
  width: 100%;
  box-sizing: border-box;
	padding: 0rem 0 5rem 0;
}

.cast3 img {
  width: 100%;        /* 画像を枠幅いっぱいに */
  height: auto;
  display: block;
}

/* --- スマホ向け（767px以下）：横2列 --- */
@media screen and (max-width: 767px) {
  .cast_box3 {
    grid-template-columns: repeat(2, 1fr); /* 横に2枚並ぶ */
    gap: 10px;                  /* スマホの隙間 */
  }
}

/* --- PC向け（768px以上）：横3列 --- */
@media screen and (min-width: 768px) {
  .cast_box3 {
    grid-template-columns: repeat(3, 1fr); /* 横に3枚並ぶ */
    gap: 15px;                             /* PCの隙間 */
  }
}

/* =========================
   Title（共通）
========================= */
.cast_title{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;

  /* 赤→ピンク */
  background: linear-gradient(to bottom, var(--accent4), var(--accent5));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (max-width: 960px){
  .cast_title{ font-size: 1.9rem; }
}

/*=================================
  Small Cast
=================================*/

.cast_box4{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.cast4{
  min-width: 0;
  text-align: center;
}

.cast4 .cast_img{
  width: 100%;
  margin: 0 auto;
}

.cast4 img{
  display: block;
  width: 100%;
  height: auto;
}

.cast4 .cast_text1{
  margin-top: 0.6rem;
  text-align: center;
  line-height: 1.4;
}


/* =================================
   PC 768px以上
================================= */

@media screen and (min-width: 768px){

  .cast_box4{
    display: grid;
    gap: 20px;
  }

  /* 高校生 最初の4人 */
  .cast_box4--four{
    max-width: 900px;
    grid-template-columns: repeat(4, 1fr);
  }

  /* 高校生 残り3人 */
  .cast_box4--three{
    max-width: 670px;
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  /* グリークラブ 2人 */
  .cast_box4--two{
    max-width: 440px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* ピアニスト 1人 */
  .cast_box4--one{
    max-width: 210px;
    grid-template-columns: 1fr;
  }

}


/* =================================
   SP 767px以下
================================= */

@media screen and (max-width: 767px){

  /*
    6分割を共通基準にする。

    1人分 = 2列
    → 3人並びの画像サイズを
       すべてのキャストに使用
  */

  .cast_box4{
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 20px;
  }

  /*　重要：PC側のサイズ指定を完全にリセット　*/
  .cast_box4 .cast4{
    width: auto;
    max-width: none;
    min-width: 0;
  }


  /* =================================
     高校生 最初の4人

        ○ ○
        ○ ○

     画像サイズは3人並びと同じ
  ================================= */

  .cast_box4--four .cast4:nth-child(1),
  .cast_box4--four .cast4:nth-child(3){
    grid-column: 2 / span 2;
  }

  .cast_box4--four .cast4:nth-child(2),
  .cast_box4--four .cast4:nth-child(4){
    grid-column: 4 / span 2;
  }


  /* =================================
     高校生 残り3人

     ○ ○ ○
  ================================= */

  .cast_box4--three{
    margin-top: 20px;
  }

  .cast_box4--three .cast4:nth-child(1){
    grid-column: 1 / span 2;
  }

  .cast_box4--three .cast4:nth-child(2){
    grid-column: 3 / span 2;
  }

  .cast_box4--three .cast4:nth-child(3){
    grid-column: 5 / span 2;
  }


  /* =================================
     グリークラブ
  ================================= */

  .cast_box4--two .cast4:nth-child(1){
    grid-column: 2 / span 2;
  }

  .cast_box4--two .cast4:nth-child(2){
    grid-column: 4 / span 2;
  }


  /* =================================
     ピアニスト
  ================================= */

  .cast_box4--one .cast4{
    grid-column: 3 / span 2;
  }
  
}


/* ================================
   STAFF
================================ */

.staff__list { margin-top: 0.2em; }
.staff__list2 { margin-top: 1.5em; }

.staff__item {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-bottom: 10px;
}

.staff__role {
  text-align: right;
  padding-right: 16px;
  box-sizing: border-box;
  color: var(--accent1);
  font-size: 0.80em;
}

.staff__name {
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}

.staff__big1 { font-size: 1.1em; }
.staff__big2 { font-size: 1.3em; }
.staff__big3 { font-size: 1.15em; font-weight: 800; }

.staff__item .btn--sm{
  width: auto;
  min-height: 32px;
  padding: 0.6rem 1.6rem;
  font-size: 0.65em;
}

.staff__item .btn--sm .text_arrow{
  margin-right: 0.4em;
}


/* profile付きスタッフ行 */
.staff__item.staff__item--profile{
  align-items: start;
}

.staff__item.staff__item--profile .staff__role{
  padding-top: 0.17em;
}

.staff__profile-block{
  padding-left: 10px;
}

.staff__profile-block .staff__name{
  display: inline;
  padding-left: 0;
  line-height: 1;
}

.staff__group{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  margin-top: 0.1em;
}

.staff__profile{
  display: block;
  margin-top: -0.15em;
}


/* ===== SP ===== */
@media screen and (max-width: 768px) {

  .staff__item {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 10px;
  }

  .staff__role {
    padding: 0;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 2px;
  }

  .staff__name {
    padding: 0;
    text-align: center;
    line-height: 1.25;
  }
  
  .staff__name br.sp{
    display:block;
    content:"";
    margin-top:-0.35em;
  }
  
  .staff__name .small3{
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.35em;
  }

  .staff__big1 {
    font-size: 1.05em;
  }

  .staff__big2 {
    font-size: 1.25em;
  }

  .staff__profile-block{
    padding-left: 0;
    text-align: center;
  }

  .staff__item.staff__item--profile .staff__role{
    padding-top: 0;
  }

  .staff__profile-block .staff__name{
    line-height: 1.5;
  }

  .staff__group{
    display: block;
    margin-top: 0.05em;
  }

  .staff__profile{
    margin-top: 0.25em;
  }

}

/* 複数名スタッフ */
.staff__item--multi{
  align-items: start;
}

.staff__item--multi .staff__role{
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {

  .staff__item--multi .small3{
    display: inline-block;
    margin-bottom: 0.75em;
  }

}

/* ================================
   COMMENT
================================ */

.comment_box{
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  font-size: 1.6rem;
  line-height: 1.9;
  padding: 1.8em 2.5em;
  background-color: rgba(230,227,220,0.90);
  border: 1px solid var(--line-main);
  border-radius: 1.3rem;
}

@media (max-width: 960px){
  .comment_box{
    padding: 1.2em 1.5em;
  }
}


/* =====================================
   Tablet & Mobile (<=960px)
===================================== */

@media (max-width: 960px) {

  .cast_text1 { line-height: 1.4; }

  .cast_name_size1 { font-size: 125%; }

  .com_box_text1 { width: 90%; }

}


/* =====================================
   Mobile (<=700px)
===================================== */

@media (max-width: 700px) {

  .cast_box1 { padding: 20px 0 30px 0; }
  .cast1 { width: 90%; }

  .cast1c,
  .cast2c { font-size: 1.0em; }

  .cast9c { padding: 2px 0.6rem; }

  .cast1b { font-size: 1.6em; }
  .cast2b { font-size: 1.8em; }
  .cast9b { padding: 18px 0.6rem; }

  .com_box_inner {
    padding: 1.4rem 1.8rem;
    font-size: 1.5rem;
    line-height: 1.65;
  }

  .com_box h3 {
    margin: 0 0 .3em;
    font-size: 1.8rem;
  }

  .com_box { margin-top: 2.5em; }

  .comment_list { padding-top: 20px; }

}