html {
  font-size: 10px;
}

#staff-body {
  background: #F6F4F2;
}

#staff.--new {
  width: 100%;
}

/* ===== メインタイトル ===== */
#staff.--new .main-title {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #staff.--new .main-title {
    height: auto;
    padding-block: 10%;
  }
}

#staff.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#staff.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #staff.--new .main-title .en { font-size: 3.2rem; }
}
@media (max-width: 768px) {
  #staff.--new .main-title .en { font-size: 2.4rem; }
}

#staff.--new .main-title .jp {
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  display: flex;
  align-items: center;
  gap: 8px;
}

#staff.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}

/* ===== パンくず ===== */
#staff.--new #panlistid {
  margin: 0;
  padding: 0;
  padding-bottom: 48px;
}
#staff.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}

/* ===== スタッフ詳細 ===== */
.staff-single {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .staff-single { padding-bottom: 12%; }
}

/* ヒーロー: 写真＋プロフィール横並び */
.staff-single__hero {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .staff-single__hero {
    flex-direction: column;
    gap: 24px;
  }
}

.staff-single__photo {
  flex-shrink: 0;
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
@media (max-width: 768px) {
  .staff-single__photo { width: 100%; aspect-ratio: 4 / 3; }
}

.staff-single__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-single__profile {
  flex: 1;
  padding-top: 8px;
}

.staff-single__role {
  color: #E85471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.staff-single__name {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .staff-single__name { font-size: 2.4rem; }
}

.staff-single__en {
  color: #A19182;
  font-family: Abel;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.staff-single__intro {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

/* 詳細アイテム */
.staff-single__detail-item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 767px) {
  .staff-single__detail-item {
    flex-direction: column;
    gap: 8px;
  }
}

.staff-single__detail-label {
  flex-shrink: 0;
  width: 120px;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 500;
}

.staff-single__detail-body {
  flex: 1;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

/* wysiwyg */
#staff.--new .wysiwyg { font-size: 16px; }
#staff.--new .wysiwyg p { font-size: 16px; line-height: 1.8; }
#staff.--new .wysiwyg h1 { font-size: 20px; }
#staff.--new .wysiwyg h2 { font-size: 20px; }
#staff.--new .wysiwyg h3 { font-size: 20px; }
#staff.--new .wysiwyg h4,
#staff.--new .wysiwyg h5 { font-size: 19px; }
#staff.--new .wysiwyg h6 { font-size: 16px; }
#staff.--new .wysiwyg ul,
#staff.--new .wysiwyg ol { font-size: 14px; }

.staff-single__content {
  margin-top: 48px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

/* ページャー */
#staff.--new .pager-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-block: 48px 80px;
  padding-block: 32px;
  border-top: 1px solid #D3C8BE;
  border-bottom: 1px solid #D3C8BE;
}

#staff.--new .pager-box a,
#staff.--new .pager-box span {
  color: #5C5C5C;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s;
}

#staff.--new .pager-box a:hover { opacity: 0.6; }
