@charset "UTF-8";
/* ============================================================
   buyer_okura_event ─ Pattern 06 産地ジャーナル型（取扱薄LP・軽量版）
   大倉陶園｜オークラホワイトと薔薇、色蒔きの世界
   color: #f4ede0 (hero off-white) / #FBFAF7 (paper) / #2B4F7A (okura-blue) /
          #1A1A1A (ink) / #D9D4C8 (line) / #9C7B3E (gold)
   2026-06-10 / Pattern 06 軽量版・取扱薄LP（採用5点）
   ============================================================ */

:root {
  --sp-1: 8px;
  --sp-2: 13px;
  --sp-3: 21px;
  --sp-4: 34px;
  --sp-5: 55px;
  --sp-6: 89px;

  --c-bg: #FBFAF7;
  --c-bg-warm: #f4ede0;
  --c-bg-alt: #f7f1e4;
  --c-paper: #ffffff;
  --c-ink: #1A1A1A;
  --c-line: #D9D4C8;
  --c-mute: #6f6a5e;
  --c-accent: #2B4F7A;
  --c-accent-deep: #1A3A60;
  --c-gold: #9C7B3E;
  --c-okura-blue: #2B4F7A;
  --c-okura-navy: #1A3A60;
}

/* === LP scoped reset（FS共通レイアウト保護・グローバルタグセレクタ禁止） === */
/* 全wrapper を明示列挙：top / intro / second / third / fourth / fifth / footer */
.wrapper_top, .wrapper_intro, .wrapper_second, .wrapper_third,
.wrapper_fourth, .wrapper_fifth, .wrapper_footer {
  font-family: "Noto Serif JP", "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: var(--c-ink);
  background: var(--c-bg);
  padding: var(--sp-6) var(--sp-5);
  border-bottom: 1px solid var(--c-line);
  box-sizing: border-box;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.wrapper_top *, .wrapper_intro *, .wrapper_second *, .wrapper_third *,
.wrapper_fourth *, .wrapper_fifth *, .wrapper_footer * {
  box-sizing: border-box;
}

/* === 内側 wrap_N の中央化 === */
.wrapper_top .wrap_top,
.wrapper_intro .wrap_intro,
.wrapper_second .wrap_second,
.wrapper_third .wrap_third,
.wrapper_fourth .wrap_fourth,
.wrapper_fifth .wrap_fifth,
.wrapper_footer .wrap_footer {
  max-width: 1120px;
  margin: 0 auto;
}

/* === 背景バリアント（白磁感のオフホワイト交互） === */
.wrapper_intro,
.wrapper_third,
.wrapper_fifth {
  background: var(--c-bg-alt);
}
.wrapper_second,
.wrapper_fourth {
  background: var(--c-paper);
}

/* === HERO（wrapper_top） === */
.wrapper_top {
  padding: var(--sp-5) var(--sp-5) var(--sp-6);
  background: linear-gradient(180deg, var(--c-bg-warm) 0%, var(--c-bg) 100%);
}
.wrapper_top .section_01_hero {
  text-align: center;
}
.wrapper_top .hero-figure {
  margin: 0 auto var(--sp-4);
  width: 100%;
  max-width: 1120px;
  aspect-ratio: 1400/600;
  background: var(--c-bg-warm);
  overflow: hidden;
}
.wrapper_top .hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: var(--c-bg-warm);
}
.wrapper_top .hero-display {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.4;
  margin: 0 auto var(--sp-3);
  color: var(--c-okura-navy);
  letter-spacing: 0.02em;
  max-width: 880px;
}
.wrapper_top .hero-lead {
  font-size: 16px;
  line-height: 1.85;
  max-width: 760px;
  margin: 0 auto;
  color: var(--c-ink);
  text-align: left;
}

/* === Section h2 共通 === */
.wrapper_intro .section-h2,
.wrapper_second .section-h2,
.wrapper_third .section-h2,
.wrapper_fourth .section-h2,
.wrapper_fifth .section-h2,
.wrapper_footer .section-h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.45;
  margin: 0 0 var(--sp-4);
  color: var(--c-okura-navy);
  letter-spacing: 0.03em;
  text-align: center;
}
.wrapper_second .section-h2 .series-en,
.wrapper_third .section-h2 .series-en,
.wrapper_fourth .section-h2 .series-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.25em;
  color: var(--c-gold);
  margin-top: var(--sp-2);
  text-transform: uppercase;
}

/* === PROLOGUE（wrapper_intro） === */
.wrapper_intro .prologue-text {
  max-width: 720px;
  margin: 0 auto;
}
.wrapper_intro .prologue-text p {
  font-size: 16px;
  line-height: 1.95;
  margin: 0 0 var(--sp-3);
}
.wrapper_intro .prologue-text p strong {
  color: var(--c-okura-blue);
  font-weight: 600;
}
.wrapper_intro .dropcap::first-letter {
  float: left;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 60px;
  line-height: 0.85;
  padding: 8px 12px 0 0;
  color: var(--c-okura-blue);
  font-weight: 500;
}

/* === テーマ章共通（second/third/fourth） === */
.wrapper_second .theme-hero,
.wrapper_third .theme-hero,
.wrapper_fourth .theme-hero {
  margin: 0 auto var(--sp-4);
  max-width: 720px;
}
.wrapper_second .theme-hero img,
.wrapper_third .theme-hero img,
.wrapper_fourth .theme-hero img {
  width: 100%;
  display: block;
  object-fit: contain;
  background: var(--c-bg-warm);
  aspect-ratio: 1/1;
}
.wrapper_second .theme-text,
.wrapper_third .theme-text,
.wrapper_fourth .theme-text {
  max-width: 720px;
  margin: 0 auto var(--sp-4);
}
.wrapper_second .theme-text p,
.wrapper_third .theme-text p,
.wrapper_fourth .theme-text p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* === Editor comment === */
.wrapper_second .editor-comment,
.wrapper_third .editor-comment,
.wrapper_fourth .editor-comment {
  max-width: 720px;
  margin: 0 auto var(--sp-5);
  padding: var(--sp-3) var(--sp-4);
  border-left: 3px solid var(--c-okura-blue);
}
.wrapper_second .editor-comment {
  background: var(--c-bg-alt);
}
.wrapper_third .editor-comment {
  background: var(--c-paper);
}
.wrapper_fourth .editor-comment {
  background: var(--c-bg-alt);
}
.wrapper_second .editor-role,
.wrapper_third .editor-role,
.wrapper_fourth .editor-role {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  margin: 0 0 var(--sp-2);
}
.wrapper_second .editor-text,
.wrapper_third .editor-text,
.wrapper_fourth .editor-text {
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
  color: var(--c-ink);
}

/* === Product grid === */
.wrapper_second .product-grid,
.wrapper_third .product-grid,
.wrapper_fourth .product-grid {
  display: grid;
  gap: var(--sp-4);
  margin: 0 auto var(--sp-5);
  max-width: 1120px;
}
.wrapper_second .product-grid--2col,
.wrapper_third .product-grid--2col {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
}
.wrapper_fourth .product-grid--1col {
  grid-template-columns: 1fr;
  max-width: 380px;
}
.wrapper_second .product-card-link,
.wrapper_third .product-card-link,
.wrapper_fourth .product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrapper_second .product-card,
.wrapper_third .product-card,
.wrapper_fourth .product-card {
  background: var(--c-paper);
  padding: var(--sp-3);
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.wrapper_second .product-card-link:hover .product-card,
.wrapper_third .product-card-link:hover .product-card,
.wrapper_fourth .product-card-link:hover .product-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(43, 79, 122, 0.10);
}
.wrapper_second .product-card-link:hover .product-name,
.wrapper_third .product-card-link:hover .product-name,
.wrapper_fourth .product-card-link:hover .product-name {
  color: var(--c-okura-blue);
}
.wrapper_second .product-figure,
.wrapper_third .product-figure,
.wrapper_fourth .product-figure {
  margin: 0 0 var(--sp-2);
}
.wrapper_second .product-figure img,
.wrapper_third .product-figure img,
.wrapper_fourth .product-figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  background: var(--c-bg-warm);
}
.wrapper_second .product-name,
.wrapper_third .product-name,
.wrapper_fourth .product-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.55;
  margin: var(--sp-2) 0 6px;
  color: var(--c-okura-navy);
  transition: color 0.2s;
}
.wrapper_second .product-spec,
.wrapper_third .product-spec,
.wrapper_fourth .product-spec {
  font-size: 12px;
  color: var(--c-mute);
  letter-spacing: 0.08em;
  margin: 0;
  flex-grow: 1;
}
.wrapper_second .product-pid,
.wrapper_third .product-pid,
.wrapper_fourth .product-pid {
  display: none;
}

/* === Series CTA button === */
.wrapper_second .series-cta,
.wrapper_third .series-cta,
.wrapper_fourth .series-cta {
  text-align: center;
  margin: var(--sp-3) 0 0;
}
.wrapper_second .cta-button,
.wrapper_third .cta-button,
.wrapper_fourth .cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: var(--c-okura-blue);
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  min-width: 280px;
  text-align: center;
  font-weight: 500;
  transition: background 0.2s;
}
.wrapper_second .cta-button:hover,
.wrapper_third .cta-button:hover,
.wrapper_fourth .cta-button:hover {
  background: var(--c-okura-navy);
}

/* === FAQ Grid（wrapper_fifth・column-count禁止のため Grid 2col 固定） === */
.wrapper_fifth .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
  max-width: 1120px;
  margin: 0 auto;
}
.wrapper_fifth .faq-column {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.wrapper_fifth .faq-item {
  background: var(--c-paper);
  padding: var(--sp-3);
  border: 1px solid var(--c-line);
}
.wrapper_fifth .faq-item summary {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: var(--c-okura-navy);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.wrapper_fifth .faq-item summary::-webkit-details-marker {
  display: none;
}
.wrapper_fifth .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--c-gold);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.wrapper_fifth .faq-item[open] summary::after {
  content: "−";
}
.wrapper_fifth .faq-item p {
  font-size: 14px;
  line-height: 1.85;
  margin: var(--sp-2) 0 0;
  color: var(--c-ink);
}

/* === FOOTER（wrapper_footer） === */
.wrapper_footer {
  background: var(--c-okura-navy);
  color: var(--c-bg);
  text-align: center;
  border-bottom: 0;
  padding: var(--sp-5) var(--sp-5);
}
.wrapper_footer .footer-brand-cta {
  margin: 0 0 var(--sp-5);
}
.wrapper_footer .cta-button {
  display: inline-block;
  padding: 16px 36px;
  background: var(--c-gold);
  color: var(--c-okura-navy);
  text-decoration: none;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  min-width: 280px;
  text-align: center;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
.wrapper_footer .cta-button:hover {
  background: #ffffff;
  color: var(--c-okura-navy);
}
.wrapper_footer .editor-other-features {
  max-width: 720px;
  margin: 0 auto;
}
.wrapper_footer .editor-other-features h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  margin: 0 0 var(--sp-3);
  font-weight: 400;
  text-transform: uppercase;
}
.wrapper_footer .editor-other-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper_footer .editor-other-features li {
  margin: var(--sp-2) 0;
}
.wrapper_footer .editor-other-features a {
  color: rgba(251, 250, 247, 0.88);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-bottom: 1px dotted rgba(156, 123, 62, 0.4);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.wrapper_footer .editor-other-features a:hover {
  color: var(--c-gold);
}

/* === Responsive === */
@media (max-width: 1280px) {
  .wrapper_top .hero-display { font-size: 38px; }
}

@media (max-width: 900px) {
  .wrapper_top, .wrapper_intro, .wrapper_second, .wrapper_third,
  .wrapper_fourth, .wrapper_fifth, .wrapper_footer {
    padding: var(--sp-5) var(--sp-4);
  }
  .wrapper_top .hero-display { font-size: 30px; }
  .wrapper_intro .section-h2,
  .wrapper_second .section-h2,
  .wrapper_third .section-h2,
  .wrapper_fourth .section-h2,
  .wrapper_fifth .section-h2 {
    font-size: 24px;
  }
  .wrapper_second .product-grid--2col,
  .wrapper_third .product-grid--2col {
    grid-template-columns: 1fr;
  }
  .wrapper_fifth .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 639px) {
  .wrapper_top, .wrapper_intro, .wrapper_second, .wrapper_third,
  .wrapper_fourth, .wrapper_fifth, .wrapper_footer {
    padding: var(--sp-4) 20px;
    font-size: 15px;
  }
  .wrapper_top .hero-display { font-size: 24px; }
  .wrapper_top .hero-lead { font-size: 15px; }
  .wrapper_intro .section-h2,
  .wrapper_second .section-h2,
  .wrapper_third .section-h2,
  .wrapper_fourth .section-h2,
  .wrapper_fifth .section-h2 {
    font-size: 22px;
  }
  .wrapper_second .section-h2 .series-en,
  .wrapper_third .section-h2 .series-en,
  .wrapper_fourth .section-h2 .series-en {
    font-size: 15px;
  }
  .wrapper_intro .prologue-text p,
  .wrapper_second .theme-text p,
  .wrapper_third .theme-text p,
  .wrapper_fourth .theme-text p {
    font-size: 15px;
  }
  .wrapper_intro .dropcap::first-letter { font-size: 48px; }
  .wrapper_second .cta-button,
  .wrapper_third .cta-button,
  .wrapper_fourth .cta-button,
  .wrapper_footer .cta-button {
    min-width: auto;
    width: 100%;
    padding: 14px 20px;
  }
  .wrapper_fifth .faq-item summary { font-size: 14px; }
  .wrapper_fifth .faq-item p { font-size: 13px; }
}

/* === FS共通レイアウト 連携 === */
/* 取扱商品グループあり（採用5点・FS の p_list は維持）→ 非表示不要 */
