/* =========================================
   Museo del Duomo Feature Page 専用スタイル
   ※PCベース／SPレスポンシブは末尾
========================================= */

.featurePage.is-museoduomo {
  background: #FBFAF7;
  color: #2A2A2A;
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 80px;
}

/* ---------- HERO ---------- */
.featureHero {
  position: relative;
  text-align: center;
  padding: 48px 0px 64px;
}

.featureHero__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.featureHero__content .featureHero__kicker {
  font-size: 20px;
  margin-top: 28px;
  line-height: 1.7;
}

.featureHero__title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 8px;
}

.featureHero__subtitle {
  font-size: 18px;
  margin-top: 8px;
  color: #7F5539;
}


/* ---------- Section（序章〜7章〜あとがき） ---------- */
.featureSection {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 72px;
  padding: 0 20px;
}

.featureSection .secTitle {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 28px;
}

.secTitle .secSub {
  font-size: 16px;
  color: #7F5539;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

/* 本文 */
.featureText p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
}

/* 写真（横） */
.featureImage--wide img {
  width: 100%;
  display: block;
  margin: 0 0 28px;
}

/* 写真（縦） */
.featureImage--vertical img {
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 0 auto 28px;
}

/* ---------- Ending（まとめ写真等） ---------- */
.featureEnding img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 64px auto 0;
}

/* ===============================
   SP（〜767px）
================================= */
@media (max-width: 767px) {
  .featureHero {
    padding: 32px 16px 48px;
  }

  .featureHero__content .featureHero__kicker {
    font-size: 17px;
  }

  .featureHero__title {
    font-size: 24px;
  }

  .featureHero__subtitle {
    font-size: 14px;
  }

  .featureSection {
    margin-bottom: 56px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .featureSection .secTitle {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  .secTitle .secSub {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 2px;
  }

  /* ============================
     本文テキスト（序章も含む）
     featureText p + featureIntro p
  ============================= */
  .featureText p,
  .featureIntro p {
    max-width: 295px;
    width: 100%;
    margin: 0 auto 24px;
    text-align: justify;   /* ←右側ガタガタを揃える */
    line-height: 1.65;
    font-size: 80%;
  }

  /* 写真（縦） */
  .featureImage--vertical img {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  /* 写真（横・縦共通：中央揃え＋余白統一） */
 .featureImage--wide img,
.featureImage--vertical img {
  width: 80vw;
  margin-left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

  .featurePage.is-museoduomo {
    overflow-x: hidden;
  }
}

