@charset "UTF-8";
/* CSS Document */


/* ================================
   CAST
================================ */

/* キャストカラム　2カラムから1カラム */
.cast_box {
	width: 100%; max-width: 800px;
  margin: 0 auto;
	padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.cast--l,
.cast_img {
  width: 100%;
}
.cast--r {
  width: 100%;
  margin: 0 auto;
	text-align: center;
}
.cast_img {
  width: 85%;
}

.cast_img {
	margin: 0 auto;
	box-sizing: border-box;
  border: 1px solid #E2CE18;
  padding: 5px;
	background-color: rgba(95,82,86,0.15);
}

.cast_text1 {
	text-align: left; width: 100%;
	line-height: 1.6;
	margin-top: 0.3rem;
}

.cast_wakutext {
	text-align: left; width: 100%; max-width: 650px;
  font-size: 1.5rem;
	line-height: 1.6;
	margin: 1.5em 0 0 0;
  padding: 1.9rem;
	box-sizing: border-box;
	background-color: rgba(102,102,102,0.20);
  background: linear-gradient(to bottom, rgba(244,255,56,0.20), rgba(255,131,246,0.20));
}


@media (min-width: 750px) {
  .cast--l {
    width: 280px;
  }
  .cast--r {
    width: calc(100% - 350px);
		text-align: left;
  }

  .cast_img { text-align: left; width: 100%; }

  .cast_img {
		width: 100%;
	}

  .cast_text1 {
    text-align: left; width: 100%; }

  .cast_wakutext {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.7rem; }
}
.cast_name1 {
  margin-top: 0rem;
  font-size: 4.2rem; font-weight: bold;
	line-height: 1.4;
}
.cast_name2 {
  margin: 0.5rem 0;
  font-size: 2.4rem; font-weight: bold;
  color: #E941A8;
	line-height: 1.4;
  font-family: "Oswald", sans-serif;
}
.cast_name3 {
  font-size: 2.5rem; font-weight: bold;
	line-height: 2.0;
}
@media screen and (max-width: 960px) {
  .cast_name1 {
		margin-top: 1.2rem;
    font-size: 3.4rem; font-weight: bold;
    line-height: 1.3;
  }
  .cast_name2 {
		margin-top: 0.5rem;
    font-size: 1.8rem; font-weight: bold;
    line-height: 1.3;
  }
  .cast_name3 {
    font-size: 2.0rem; font-weight: bold;
    line-height: 2.0;
  }
}


/* ================================
   コメントボタン
================================ */

.comment_box { margin: 1.2em 0 1.5em 0; }

.comment_box a {
  width: 300px;
  color: #ECF82A;
  font-weight: bold;
  background: linear-gradient(to bottom, #18B1E4, #0087B4);
  border: 1px solid var(--line-main);
  padding: 1.2rem 3rem;
  border-radius: 6px;
  transition: .3s;

}

.comment_box a:hover {
  color: #AEF707;
  background: linear-gradient(to bottom, #E941A8, #C4067A);
  border: 1px solid var(--line-hover);
  text-decoration: none;
}
.comment_arrow{ color: #FEFFE8; font-weight: bold; }


/* ================================
   STAFF
================================ */

.staff__name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.staff__item .comment_box {  margin: 0.4em 0 0.2em 0; }

.staff__item .comment_box a {
  width: auto;
  padding: 0.6rem 1.6rem;
  font-size: 0.8em;
}

.staff__item--profile .cast_wakutext {
  grid-column: 1 / -1;
  max-width: 800px;
  margin: 1.3em auto 0;
}
@media (min-width: 750px) {

  .staff__item--profile .cast_wakutext {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.7rem; }
}

.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: 3px;
}

.staff__role {
  text-align: right;
  padding-right: 16px;
  box-sizing: border-box;
  color: var(--accent4);
  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; }


/* ================================
   COMMENT
================================ */

.comment_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.com_box_text1 {
  text-align: left;
  width: 92%;
  margin: 0 auto;
}

.com_box {
  position: relative;
  margin-top: 3em;
}

.com_box_inner {
  padding: 2.0rem 2.8rem;
  background-image: linear-gradient(
    to bottom,
    rgba(224,206,161,0.08) 0%,
    rgba(0,0,0,0.45) 100%
  );
}

.com_box::before,
.com_box::after {
  content: "";
  width: 6em;
  height: 4em;
  position: absolute;
}

.com_box::before {
  border-top: 2px solid #867E69;
  border-left: 2px solid #99895C;
}

.com_box::after {
  border-bottom: 2px solid #99895C;
  border-right: 2px solid #867E69;
  right: 0;
  bottom: 0;
}

.com_box h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 0 .5em;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-shadow: 1px 1px 2px #0B0A07;
}

.com_box h3:first-letter {
  font-size: 1.4em;
  color: var(--accent1);;
}

.com_text {
  margin: 0;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.comment_list .com_box:first-child {
  margin-top: 0;
}


/* =====================================
   Tablet & Mobile (<=960px)
===================================== */

@media (max-width: 960px) {

  .cast_text1 { line-height: 1.4; }

  .cast_name_size1 { font-size: 125%; }

  .comment_box { margin-top: 20px; }

  .comment_box a {
    width: 280px;
    padding: 0.9rem 3rem;
  }

  .staff__item {
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 12px;
  }

  .staff__role,
  .staff__name {
    padding: 0;
    text-align: center;
    line-height: 1.35;
  }

  .staff__big1 { font-size: 1.05em; }
  .staff__big2 { font-size: 1.25em; }

  .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; }

}

/* プロフィール付きスタッフ：PC・SPとも中央に縦並び */
.staff__item--profile {
  grid-template-columns: 1fr;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

.staff__item--profile .staff__role,
.staff__item--profile .staff__name {
  padding: 0;
  text-align: center;
  line-height: 1.35;
}

.staff__item--profile .staff__name-wrap {
  flex-direction: column;
  align-items: center;
  min-width: 0;
  gap: 12px;
  margin-top: 2px;
}

.staff__item--profile .staff__comment-wrap {
  margin: 12px 0 0;
}

.staff__comment-wrap a {
  display: inline-block;
  white-space: nowrap;
}

/* 中央配置するスタッフ行（通常の2カラム表示は維持） */
.staff__item--center {
  grid-template-columns: 1fr;
  text-align: center;
}

.staff__item--center .staff__role,
.staff__item--center .staff__name {
  padding: 0;
  text-align: center;
  line-height: 1.35;
}

.staff__item--center .staff__name {
  margin-top: 2px;
}
