/* 特設コンテンツページ共通スタイル（contents_custom） */

.contents-custom {
  /* 特設ページのルート。ページ固有の上書きはここに寄せる */
}

/* 主要セクション見出し（通常の .cmn-maintit とは別デザイン） */
.contents-custom__section-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 40px 0 20px;
  padding: 12px 0 12px 16px;
  border: none;
  border-left: 4px solid #00b0c1;
  border-bottom: none;
  background: linear-gradient(90deg, rgba(0, 176, 193, 0.08), transparent 70%);
  color: #1a2b33;
}

.contents-custom__section-title:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .contents-custom__section-title {
    font-size: 1.7rem;
    margin-top: 28px;
    padding-left: 12px;
  }
}

/* 場面カテゴリ見出し */
.contents-custom__scene-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 28px 0 8px;
  padding: 0;
  border: none;
  color: #234;
}

/* ヒーロー */
.contents-custom__hero {
  margin-bottom: 24px;
  text-align: center;
}

.contents-custom__hero-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.contents-custom__hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 16px 12px;
  border: none;
  padding: 0;
  color: #1a2b33;
}

.contents-custom__hero-lead {
  margin: 0 16px 8px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #445;
}

@media only screen and (max-width: 480px) {
  .contents-custom__hero-title {
    font-size: 1.8rem;
  }
}

/* おすすめ音源リスト */
.contents-custom-tracks {
  list-style: none;
  margin: 0 16px 24px;
  padding: 0;
}

.contents-custom-tracks__item {
  padding: 10px 0;
  border-bottom: 1px solid #e5eef0;
}

.contents-custom-tracks__item:last-child {
  border-bottom: none;
}

.contents-custom-tracks__meta {
  font-size: 1.4rem;
  line-height: 1.5;
}

.contents-custom-tracks__title {
  font-weight: 700;
}

.contents-custom-tracks__composer {
  color: #556;
}

.contents-custom-contact {
  margin-top: 40px;
}
