/* assets/css/page-about.css */

.l-main {
  background-color: #F6F6F6;
}
.l-main a {
  text-decoration: underline;
}
.l-main a:hover {
  text-decoration: none;
}
/* ========== メインビジュアル（背景画像＋タイトル） ========== */
.p-about__visual {
  position: relative;
  overflow: hidden;
  height: 256px;
  margin-top: 104px;
  background-color: #E7E7E7;
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: auto; */
  background-size: 1440px auto;
  background-image: url('../img/title_back_pc.png');
}

@media (max-width: 767px) {
  .p-about__visual {
    height: 200px;
    background-size: 100% auto;
    background-image: url('../img/title_back_sp.png');
  }
}

/* ========== ビジュアル内タイトル上下中央配置 ＋ テキスト中央揃え ========== */
.p-about__visual-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1152px;
  transform: translateY(-50%);
  text-align: left;
  z-index: 1;
}

/* ========== セクション共通 ========== */
.p-about-section {
  padding-bottom: 96px;
}
.u-pt135 {
  padding-top: 135px;
}

.p-about-section__heading {
  font-size: 25px;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
  margin-bottom: 24px;
}

/* PC：本文幅1152px＋中央寄せ */
.p-about-section .l-inner {
  max-width: 1152px;
  margin: 0 auto;
}

/* セクション見出し */
.p-about__title {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
.p-about__title > ._times {
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
}

/* セクション本文テキスト */
.p-about-section__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #000;
}

/* ========== concept ========== */
.p-about-section__heading.u-h_times {
  font-size: 29px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em;
  margin-bottom: 24px;
}

/* ========== 2025年のテーマリスト ========== */
.p-about-theme {
  list-style: none;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.p-about-theme li {
  margin-bottom: 0.5em;
}

/* ========== プロデューサー紹介 ========== */
.p-about-profile__content {
  display: flex;
  font-size: 15px;
  line-height: 2;
  justify-content: space-between;
}
.p-about-profile__content--left {
  width: 848px;
}

@media (min-width: 768px) {
  .p-about-profile {
    flex-direction: row;
    align-items: flex-start;
  }
}

.p-about-profile__text {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #333;
}
.p-about-profile__name {
  margin-top: 8px;
  font-size: 17px;
}
.p-about-profile__name span {
  font-size: 14px;
  margin-left: 0.7em;
}
/* 画像コンテナ */
.p-about-profile__image {
  flex: 0 0 auto;
  width: 256px;
}
.p-about-profile__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========== 楽しみ方セクション ========== */
.p-about-section__heading .u-h_times {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 32px;
}
.p-about-enjoy {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-about-enjoy {
  flex-direction: row;
  justify-content: space-between;
}

.p-about-enjoy__item {
  flex: 1;
}
.p-about-enjoy__item h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  background-color: #D9D9D9;
  height: 40px;
  line-height: 40px;
}
.p-about-enjoy__item p {
  font-size: 15px;
  line-height: 2;
}
.p-about-section.u-pb80 {
  padding-bottom: 80px;
}

/* ========== SP レスポンシブ ========== */
@media (max-width: 767px) {
  .p-about__visual-inner {
    top: 50%;
    padding-left: 16px;
    transform: translateY(-50%);
  }
  .p-about__visual {
    margin-top: 72px;
  }
  .p-about__inner {
    padding: 72px 16px 64px;
  }
  .p-about__title {
    font-size: 23px;
  }
  .p-about__title > ._times {
    font-size: 27px;
  }
  .p-about-section {
    padding: 0 16px 64px;
  }
  .p-about-section.u-pt135 {
    padding-top: 72px;
  }
  .p-about-section__heading {
    font-size: 19px;
    margin-bottom: 1.2rem;
    font-weight: 500;
  }
  .p-about-section__heading.u-h_times {
    font-size: 21px;
  }
  
  .p-about-section__text,
  .p-about-theme li,
  .p-about-profile__text,
  .p-about-enjoy__item p {
    font-size: 14px;
    line-height: 2;
  }

  /* ========== プロデューサー紹介 ========== */
  .p-about-profile__content {
    display: block;
  }
  .p-about-profile__content--left {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-about-profile__content--left p {
    font-size: 14px;
  }
  .p-about-profile__image {
    width: 100%;
  }

  /* ========== 楽しみ方 ========== */
  .p-about-section__heading .u-h_times {
    font-size: 21px;
  }
  .p-about-enjoy {
    display: block;
  }
  .p-about-section.u-pb80 {
    padding-bottom: 64px;
  }
}
