/* =========================================================
   案A：クラシック出版・本の世界
   全ページに適用される明朝＋金線の品格スタイル
   ========================================================= */

/* ---- ベース：温かいリネンクリーム ---- */
.lux-page {
  background: #faf6ec !important;
}

/* ---- HERO以外のすべてのセクションを温かいリネンに ---- */
.lux-page .message-section,
.lux-page .transform-section,
.lux-page .areas-section,
.lux-page .values-section,
.lux-page .about-section,
.lux-page .story-section,
.lux-page .process-section,
.lux-page .faq-section,
.lux-page .lux-cta-section,
.price-page .price-hero,
.price-page .price-category,
.price-page .price-komon,
.price-page .price-legend {
  background: #faf6ec !important;
}

/* ---- ヘッダー：透明感を残しつつリネン色 ---- */
.lux-page .lux-header {
  background: rgba(250, 246, 236, 0.85) !important;
  backdrop-filter: blur(16px);
}

/* ---- フッター：少し明るくして着地 ---- */
.lux-page .lux-footer {
  background: #fdfaf2 !important;
  border-top: 1px solid rgba(184, 151, 87, 0.25);
}

/* ============================================================
   タイポグラフィ：見出しを明朝、本文をゴシック軽め
   ============================================================ */
.lux-page .lux-hero-title,
.lux-page .lux-section-title,
.lux-page .lux-hero-sub,
.lux-page .price-hero-title,
.lux-page .price-cat-title,
.lux-page .lux-area-card h3,
.lux-page .lux-value-card h3,
.lux-page .lux-process-list h3,
.lux-page .komon-name,
.lux-page .featured-head h2,
.lux-page .lux-story-title,
.lux-page .lux-about-tagline,
.lux-page .lux-letter-body p:first-child {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
}
.lux-page .lux-section-title { font-weight: 600 !important; }
.lux-page .lux-hero-title { font-weight: 600 !important; }
.lux-page .price-hero-title { font-weight: 600 !important; }

/* ---- 本文の文字を少し細く・読みやすく ---- */
.lux-page .lux-hero-lead,
.lux-page .lux-letter-body,
.lux-page .lux-area-lead,
.lux-page .lux-value-card p,
.lux-page .price-table td {
  font-weight: 400 !important;
}

/* ============================================================
   アクセント：細い金線と装飾
   ============================================================ */

/* ---- すべての見出し下に細い金ライン ---- */
.lux-page .lux-section-title {
  position: relative;
  padding-bottom: 24px;
}
.lux-page .lux-section-title::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #c9a96a;
}
.lux-page .lux-about-text .lux-section-title::after,
.lux-page .price-cat-title::after {
  left: 0;
  transform: none;
}

/* ---- eyebrow：金色＋下線 ---- */
.lux-page .lux-eyebrow,
.lux-page .price-cat-title .price-cat-num {
  color: #b89757 !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* ============================================================
   カード：純白＋金の上線、影は薄く
   ============================================================ */
.lux-page .lux-area-card,
.lux-page .lux-value-card,
.lux-page .lux-process-list li,
.lux-page .lux-faq-item,
.lux-page .komon-card,
.lux-page .lux-about-photo .lux-photo-frame,
.lux-page .featured-card,
.lux-page .price-table {
  background: #ffffff !important;
  border: none !important;
  border-top: 3px solid #c9a96a !important;
  box-shadow: 0 4px 20px rgba(42, 38, 32, 0.05) !important;
  border-radius: 2px !important;
}
.lux-page .lux-area-card.is-main {
  background: #2a2620 !important;
  color: rgba(255,255,255,0.92) !important;
  border-top: 3px solid #c9a96a !important;
}
.lux-page .komon-card.is-highlight {
  background: #2a2620 !important;
}

/* ---- 手紙風カードは中央寄せの本文 ---- */
.lux-page .lux-letter-card {
  background: linear-gradient(135deg, #ffffff 0%, #fdfaf2 100%) !important;
  border-top: 3px solid #c9a96a !important;
  border-radius: 2px !important;
  box-shadow: 0 6px 30px rgba(42, 38, 32, 0.08) !important;
}

/* ============================================================
   ボタン：明朝・鋭角・細枠
   ============================================================ */
.lux-page .lux-btn {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important;
  border-radius: 2px !important;
  letter-spacing: .12em;
}
.lux-page .lux-btn-primary {
  background: #2a2620 !important;
  color: #faf6ec !important;
  border-color: #2a2620 !important;
}
.lux-page .lux-btn-primary:hover {
  background: #c9a96a !important;
  border-color: #c9a96a !important;
  color: #2a2620 !important;
}
.lux-page .lux-btn-ghost {
  background: transparent !important;
  color: #2a2620 !important;
  border-color: #2a2620 !important;
}
.lux-page .lux-btn-ghost:hover {
  background: #2a2620 !important;
  color: #faf6ec !important;
}

/* ============================================================
   サイドアクセント：手紙風セクションに引用罫
   ============================================================ */
.lux-page .lux-message-body p:first-of-type::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #c9a96a;
  margin: 0 auto 28px;
}

/* ============================================================
   ::before / ::after ベール装飾を消す（クリーンな出版感に）
   ============================================================ */
.lux-page .areas-section::before,
.lux-page .values-section::after,
.lux-page .about-section::before,
.lux-page .process-section::after,
.lux-page .message-section::before,
.lux-page .lux-section-decor,
.lux-page .lux-decor-warm {
  display: none !important;
}

/* ---- ナビゲーション：明朝の上品さ ---- */
.lux-page .site-nav a {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
}
.lux-page .logo-text {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500 !important;
  letter-spacing: .08em;
}

/* ============================================================
   まるっとおまかせプラン（一押し特集・3社限定）
   ============================================================ */
.lux-page .marutto-section {
  background: #faf6ec !important;
  padding: 110px 0;
}
.marutto-card {
  background: #ffffff;
  border-top: 4px solid #c9a96a;
  box-shadow: 0 10px 40px rgba(42, 38, 32, 0.08);
  padding: 64px 56px 56px;
  position: relative;
  border-radius: 2px;
}
.marutto-flag {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 999px;
  letter-spacing: .12em;
  margin: 0;
  box-shadow: 0 4px 14px rgba(230, 0, 18, 0.3);
}
.marutto-card .lux-eyebrow { text-align: center; display: block; }
.marutto-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4.5vw, 46px);
  font-weight: 600;
  text-align: center;
  color: #2a2620;
  margin: 0 0 14px;
  letter-spacing: .04em;
  line-height: 1.5;
}
.marutto-sub {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  color: var(--color-text);
  margin: 0 0 48px;
}
.marutto-sub strong { color: #b8860b; font-weight: 700; }

.marutto-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}
.marutto-lead {
  font-size: 16.5px;
  line-height: 2.1;
  color: var(--color-text);
  margin: 0 0 24px;
  font-weight: 500;
}
.marutto-check { list-style: none; margin: 0 0 28px; padding: 0; }
.marutto-check li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px dashed var(--color-border);
}
.marutto-check li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #c9a96a;
  font-weight: 700;
}
.marutto-answer {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 1.9;
  color: #2a2620;
  padding: 20px 24px;
  border-left: 3px solid #c9a96a;
  background: #faf6ec;
  margin: 0;
}

.marutto-price-box {
  background: #2a2620;
  color: rgba(255, 250, 240, 0.95);
  padding: 40px 36px;
  border-radius: 2px;
  text-align: center;
}
.marutto-price-label {
  font-size: 14px;
  letter-spacing: .15em;
  color: #c9a96a;
  font-weight: 700;
  margin: 0 0 12px;
}
.marutto-price {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}
.marutto-price small { font-size: 15px; font-weight: 400; color: rgba(255,250,240,.75); }
.marutto-price-detail {
  list-style: none;
  margin: 0 0 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(201,169,106,.35);
  border-bottom: 1px solid rgba(201,169,106,.35);
}
.marutto-price-detail li {
  display: flex;
  justify-content: space-between;
  padding: 6px 8px;
  font-size: 15px;
}
.marutto-price-detail li span:last-child { font-weight: 700; color: #c9a96a; }
.marutto-compare {
  background: rgba(255,255,255,.06);
  border-radius: 2px;
  padding: 18px 20px;
  margin-bottom: 24px;
  text-align: left;
}
.marutto-compare-title {
  font-size: 12.5px;
  color: rgba(255,250,240,.65);
  margin: 0 0 6px;
  letter-spacing: .06em;
}
.marutto-compare-price {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,250,240,.9);
  margin: 0 0 10px;
}
.marutto-compare-price small { font-size: 11.5px; font-weight: 400; color: rgba(255,250,240,.6); display: block; margin-top: 2px; }
.marutto-compare-note {
  font-size: 13px;
  line-height: 1.85;
  color: #c9a96a;
  margin: 0;
  font-weight: 500;
}
.marutto-btn { width: 100%; }

.marutto-includes {
  border-top: 1px solid var(--color-border);
  padding-top: 40px;
}
.marutto-includes-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: #2a2620;
  margin: 0 0 28px;
}
.marutto-includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}
.marutto-include-col h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #b8860b;
  border-bottom: 2px solid #c9a96a;
  padding-bottom: 10px;
  margin: 0 0 16px;
  font-weight: 600;
}
.marutto-include-col ul { list-style: none; margin: 0; padding: 0; }
.marutto-include-col li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 14.5px;
  line-height: 1.8;
  border-bottom: 1px solid #f0ece0;
}
.marutto-include-col li::before {
  content: "・";
  position: absolute;
  left: 4px;
  color: #c9a96a;
  font-weight: 700;
}
.marutto-note {
  text-align: center;
  font-size: 13.5px;
  color: var(--color-text-muted);
  line-height: 2;
  margin: 0;
}
.marutto-note strong { color: var(--color-accent); }

/* HERO下の3社限定バナー */
.lux-hero-banner {
  margin: 22px 0 0;
}
.lux-hero-banner a {
  display: inline-block;
  background: rgba(255,255,255,.85);
  border: 1px solid #c9a96a;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 700;
  color: #2a2620;
  text-decoration: none;
  letter-spacing: .03em;
  transition: all .25s;
}
.lux-hero-banner a:hover {
  background: #c9a96a;
  color: #fff;
}

@media (max-width: 900px) {
  .marutto-card { padding: 48px 24px 40px; }
  .marutto-body { grid-template-columns: 1fr; gap: 32px; }
  .marutto-includes-grid { grid-template-columns: 1fr; gap: 24px; }
  .marutto-title { font-size: 26px; }
}

/* ---- 料金ページのまるっとプラン特集 ---- */
.marutto-price-feature {
  background: #2a2620;
  border-top: 4px solid #c9a96a;
  border-radius: 2px;
  padding: 56px 48px 48px;
  margin: 24px 0 48px;
  position: relative;
  color: rgba(255,250,240,.95);
  box-shadow: 0 12px 44px rgba(42, 38, 32, 0.18);
}
.marutto-price-feature .marutto-flag { top: -18px; }
.marutto-price-feature-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
.marutto-price-feature .marutto-price-label {
  color: #c9a96a;
  font-size: 13px;
  letter-spacing: .15em;
  font-weight: 700;
  margin: 0 0 10px;
}
.marutto-price-feature h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.6;
}
.marutto-price-feature-desc {
  font-size: 14.5px;
  line-height: 2;
  color: rgba(255,250,240,.85);
  margin: 0 0 20px;
}
.marutto-price-feature-desc strong { color: #c9a96a; }
.marutto-price-feature-list { list-style: none; margin: 0; padding: 0; }
.marutto-price-feature-list li {
  position: relative;
  padding: 8px 0 8px 26px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid rgba(201,169,106,.2);
}
.marutto-price-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: #c9a96a;
  font-weight: 700;
}
.marutto-price-feature-right { text-align: center; }
.marutto-price-feature-right .marutto-price {
  font-size: 34px;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .marutto-price-feature { padding: 44px 22px 36px; }
  .marutto-price-feature-inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ---- まるっとプラン 追加要素 ---- */
.marutto-merit {
  margin: 20px 0 0;
  padding: 16px 18px;
  background: #faf6ec;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--color-text);
}
.marutto-merit strong { color: #b8860b; }
.marutto-price-sub {
  font-size: 13px;
  color: rgba(255,250,240,.8);
  margin: 0 0 18px;
  text-align: center;
}
.marutto-eg {
  font-size: 12px;
  color: var(--color-text-muted);
}
