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

.featurePage.is-antipasto {
  background: #FDFBF9; /* 食エッセイっぽいクリーム色 */
  color: #2A2A2A;
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 100px;
  overflow-x: hidden;
}
/* ========== HERO（写真上にテキスト） ========== */
.featureHero.is-antipasto {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0;
  margin-bottom: 64px;
}

.featureHero__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.featureHero__content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

/* テキスト共通影 */
.featureHero__content * {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.featureHero__kicker {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.featureHero__title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.featureHero__subtitle {
  font-size: 16px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}


/* ========== 序章 & 各章ベースレイアウト ========== */
.featureIntro,
.featureChapter {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 0 20px;
  box-sizing: border-box;
}

.featureIntro .secTitle,
.featureChapter .secTitle {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 28px;
}

.featureChapter__head {
  margin-bottom: 16px;
}

/* 章タイトル（Chapter 4〜5, あとがき） */
.chapterTitle.en {
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.chapterSub {
  font-size: 18px;
  margin-bottom: 24px;
  color: #7F5539;
}

/* ========== 写真ブロック ========== */
.chapterPhoto {
  max-width: 780px;
  margin: 32px auto 32px;
}

.chapterPhoto.is-wide {
  max-width: 980px;
}

.chapterPhoto img {
  width: 100%;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* キャプション */
.caption {
  font-size: 14px;
  color: rgba(0,0,0,0.65);
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: center;
}

/* ========== メタ（公開日・更新日） ========== */
.featureMetaDivider {
  border: none;
  margin: 48px auto 24px;
  height: 1px;
  width: 80%;
  background: rgba(0, 0, 0, 0.05);
}

.articleMeta {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 40px;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}

/* ===============================
   SP（〜767px）
================================= */
@media (max-width: 767px) {

  /* HERO */
.featureHero.is-antipasto {
    margin-bottom: 48px;
  }
  .featureHero__content * {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.90);
    font-size: 70%;
    width: 300px;
  }
  .featureHero__title {
    font-size: 18px;
    line-height: 1.4;
  }

  .featureHero__subtitle {
    font-size: 13px;
  }

  .featureHero__content {
    padding: 0 16px;
  }

  .featureIntro,
  .featureChapter {
    margin-bottom: 56px;
    padding: 0 16px;
  }

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

  .chapterTitle.en,
  .chapterSub {
    text-align: center;
  }

  /* 本文テキスト */
  .featureIntro p,
  .featureChapter p {
    width: 295px;
    max-width: 100%;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.65;
    font-size: 82%;
  }

  /* 写真 */
  .chapterPhoto {
    max-width: 100%;
    margin: 20px auto 24px;
  }

  .chapterPhoto img {
    width: calc(100% - 32px);
    margin: 0 auto;
    object-fit: cover;
    box-sizing: border-box;
  }

  .caption {
    font-size: 11px;
    margin-bottom: 20px;
  }
}
