@charset "UTF-8";
/* ============================================================
   buyer_wajima_event ─ Pattern 06 産地ジャーナル型（取扱薄LP・軽量版）
   輪島塗｜120工程の伝統と、干支に込める縁起の漆器
   色設計: #1f1610 (body・漆黒) / #2b1f15 (hero背景) / #2a1d12 (card-dark)
           #f3e9d3 (off-white文字) / #b85038 (朱・銀朱) / #d4a05a (金)
   2026-06-11 / Pattern 06 軽量版・取扱薄LP（採用6点）
   ============================================================ */

:root {
  --sp-1: 8px;
  --sp-2: 13px;
  --sp-3: 21px;
  --sp-4: 34px;
  --sp-5: 55px;
  --sp-6: 89px;
}

/* === LP scoped reset（FS共通レイアウト保護・グローバルタグセレクタ禁止） === */
.wrapper_top, .wrapper_intro, .wrapper_second, .wrapper_third,
.wrapper_fourth, .wrapper_fourth_b, .wrapper_fifth, .wrapper_footer {
  --c-bg: #1f1610;
  --c-bg-deep: #16100a;
  --c-bg-card: #2a1d12;
  --c-bg-hero: #2b1f15;
  --c-ink: #f3e9d3;
  --c-ink-mute: #b9a987;
  --c-line: #3a2a1c;
  --c-accent-vermilion: #b85038;
  --c-accent-vermilion-bright: #d05b3e;
  --c-accent-gold: #d4a05a;
  --c-accent-gold-bright: #e6b870;
  font-family: "Noto Serif JP", "Cormorant Garamond", "Yu Mincho", "游明朝", 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);
  box-sizing: border-box;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.wrapper_top *, .wrapper_intro *, .wrapper_second *, .wrapper_third *,
.wrapper_fourth *, .wrapper_fourth_b *, .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_fourth_b .wrap_fourth, .wrap_fourth_b,
.wrapper_fifth .wrap_fifth,
.wrapper_footer .wrap_footer {
  max-width: 1120px;
  margin: 0 auto;
}

/* === 背景バリアント（漆黒の濃淡で交互） === */
.wrapper_intro,
.wrapper_third,
.wrapper_fifth {
  background: var(--c-bg-deep);
}
.wrapper_second,
.wrapper_fourth, .wrapper_fourth_b {
  background: var(--c-bg);
}

/* === HERO（wrapper_top） === */
.wrapper_top {
  padding: var(--sp-5) var(--sp-5) var(--sp-6);
  background: var(--c-bg-hero);
}
.wrapper_top .section_01_hero {
  text-align: center;
}
.wrapper_top .hero-figure {
  margin: 0 auto var(--sp-4);
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 1400/600;
  background: var(--c-bg-hero);
  overflow: hidden;
}
.wrapper_top .hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: var(--c-bg-hero);
}
.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-accent-gold);
  letter-spacing: 0.03em;
  max-width: 880px;
}
.wrapper_top .hero-lead {
  font-size: 16px;
  line-height: 1.95;
  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_fourth_b .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.5;
  margin: 0 auto var(--sp-4);
  color: var(--c-accent-gold);
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--c-accent-vermilion);
  max-width: 720px;
}

/* === PROLOGUE（wrapper_intro） === */
.wrapper_intro .prologue-text {
  max-width: 720px;
  margin: 0 auto;
}
.wrapper_intro .prologue-text p {
  font-size: 16px;
  line-height: 2.0;
  margin: 0 0 var(--sp-3);
  color: var(--c-ink);
}
.wrapper_intro .prologue-text p strong {
  color: var(--c-accent-gold);
  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-accent-vermilion);
  font-weight: 500;
}

/* === Theme lead 共通 === */
.wrapper_second .theme-lead,
.wrapper_third .theme-lead,
.wrapper_fourth .theme-lead, .wrapper_fourth_b .theme-lead {
  font-size: 15px;
  line-height: 1.85;
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--sp-4);
  color: var(--c-ink-mute);
}

/* === Craft process (Theme 01・4工程グリッド) === */
.wrapper_second .craft-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  max-width: 1120px;
  margin: 0 auto var(--sp-5);
}
.wrapper_second .craft-step {
  background: var(--c-bg-card);
  border: 1px solid var(--c-line);
  border-top: 2px solid var(--c-accent-vermilion);
  padding: var(--sp-3);
  display: flex;
  flex-direction: column;
  position: relative;
}
.wrapper_second .step-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 28px;
  color: var(--c-accent-gold);
  letter-spacing: 0.1em;
  margin-bottom: var(--sp-1);
  display: block;
  font-weight: 400;
}
.wrapper_second .step-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 var(--sp-2);
  color: var(--c-accent-gold-bright);
}
.wrapper_second .step-text {
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
  color: var(--c-ink);
}

/* === Editor comment === */
.wrapper_second .editor-comment,
.wrapper_third .editor-comment,
.wrapper_fourth .editor-comment, .wrapper_fourth_b .editor-comment {
  max-width: 720px;
  margin: 0 auto var(--sp-5);
  padding: var(--sp-3) var(--sp-4);
  border-left: 3px solid var(--c-accent-vermilion);
  background: var(--c-bg-card);
}
.wrapper_second .editor-role,
.wrapper_third .editor-role,
.wrapper_fourth .editor-role, .wrapper_fourth_b .editor-role {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--c-accent-gold);
  margin: 0 0 var(--sp-2);
}
.wrapper_second .editor-text,
.wrapper_third .editor-text,
.wrapper_fourth .editor-text, .wrapper_fourth_b .editor-text {
  font-size: 15px;
  line-height: 1.95;
  margin: 0;
  color: var(--c-ink);
}

/* === Product grid === */
.wrapper_third .product-grid,
.wrapper_fourth .product-grid, .wrapper_fourth_b .product-grid {
  display: grid;
  gap: var(--sp-3);
  margin: 0 auto var(--sp-4);
  max-width: 1120px;
}
.wrapper_third .product-grid--5col {
  grid-template-columns: repeat(5, 1fr);
}
.wrapper_fourth .product-grid--1col, .wrapper_fourth_b .product-grid--1col {
  grid-template-columns: 1fr;
  max-width: 480px;
}
.wrapper_third .product-card-link,
.wrapper_fourth .product-card-link, .wrapper_fourth_b .product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrapper_third .product-card,
.wrapper_fourth .product-card, .wrapper_fourth_b .product-card {
  background: var(--c-bg-card);
  padding: var(--sp-3);
  border: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.wrapper_third .product-card {
  max-width: 220px;
}
.wrapper_fourth .product-card, .wrapper_fourth_b .product-card {
  max-width: 480px;
}
.wrapper_third .product-card-link:hover .product-card,
.wrapper_fourth .product-card-link:hover .product-card, .wrapper_fourth_b .product-card-link:hover .product-card {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 160, 90, 0.18);
}
.wrapper_third .product-card-link:hover .product-name,
.wrapper_fourth .product-card-link:hover .product-name, .wrapper_fourth_b .product-card-link:hover .product-name {
  color: var(--c-accent-gold-bright);
}
.wrapper_third .product-figure,
.wrapper_fourth .product-figure, .wrapper_fourth_b .product-figure {
  margin: 0 0 var(--sp-2);
}
.wrapper_third .product-figure img,
.wrapper_fourth .product-figure img, .wrapper_fourth_b .product-figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  background: #f7f1e6;
}
.wrapper_third .product-name,
.wrapper_fourth .product-name, .wrapper_fourth_b .product-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.55;
  margin: var(--sp-2) 0 6px;
  color: var(--c-accent-gold);
  transition: color 0.2s;
}
.wrapper_fourth .product-name, .wrapper_fourth_b .product-name {
  font-size: 16px;
}
.wrapper_third .product-spec,
.wrapper_fourth .product-spec, .wrapper_fourth_b .product-spec {
  font-size: 12px;
  color: var(--c-ink-mute);
  letter-spacing: 0.06em;
  margin: 0;
  flex-grow: 1;
}
.wrapper_third .product-pid,
.wrapper_fourth .product-pid, .wrapper_fourth_b .product-pid {
  display: none;
}

/* === Series CTA button === */
.wrapper_third .series-cta,
.wrapper_fourth .series-cta, .wrapper_fourth_b .series-cta {
  text-align: center;
  margin: var(--sp-4) 0 0;
}
.wrapper_third .cta-button,
.wrapper_fourth .cta-button, .wrapper_fourth_b .cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: var(--c-accent-vermilion);
  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_third .cta-button:hover,
.wrapper_fourth .cta-button:hover, .wrapper_fourth_b .cta-button:hover {
  background: var(--c-accent-vermilion-bright);
}

/* === 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-bg-card);
  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.65;
  color: var(--c-accent-gold);
  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-accent-vermilion);
  font-size: 22px;
  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.95;
  margin: var(--sp-2) 0 0;
  color: var(--c-ink);
}

/* === FOOTER（wrapper_footer） === */
.wrapper_footer {
  background: var(--c-bg-deep);
  color: var(--c-ink);
  text-align: center;
  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-accent-vermilion);
  color: #ffffff;
  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: var(--c-accent-vermilion-bright);
}
.wrapper_footer .editor-other-features {
  max-width: 720px;
  margin: 0 auto;
  padding-top: var(--sp-4);
  border-top: 1px solid var(--c-line);
}
.wrapper_footer .editor-other-features h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: var(--c-accent-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: var(--c-ink);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-bottom: 1px dotted var(--c-line);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.wrapper_footer .editor-other-features a:hover {
  color: var(--c-accent-gold);
  border-bottom-color: var(--c-accent-gold);
}

/* === Responsive === */
@media (max-width: 1280px) {
  .wrapper_top .hero-display { font-size: 38px; }
  .wrapper_second .craft-process { gap: var(--sp-2); }
  .wrapper_third .product-grid--5col { gap: var(--sp-2); }
}

@media (max-width: 900px) {
  .wrapper_top, .wrapper_intro, .wrapper_second, .wrapper_third,
  .wrapper_fourth, .wrapper_fourth_b, .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_fourth_b .section-h2,
  .wrapper_fifth .section-h2 {
    font-size: 24px;
  }
  .wrapper_second .craft-process {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper_third .product-grid--5col {
    grid-template-columns: repeat(2, 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_fourth_b, .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_fourth_b .section-h2,
  .wrapper_fifth .section-h2 {
    font-size: 22px;
  }
  .wrapper_intro .prologue-text p,
  .wrapper_second .step-text {
    font-size: 15px;
  }
  .wrapper_intro .dropcap::first-letter { font-size: 48px; }
  .wrapper_second .craft-process {
    grid-template-columns: 1fr;
  }
  .wrapper_third .product-grid--5col {
    grid-template-columns: 1fr;
  }
  .wrapper_third .cta-button,
  .wrapper_fourth .cta-button, .wrapper_fourth_b .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共通レイアウト 連携 === */
/* 取扱商品グループあり（採用6点・FS の p_list は維持）→ 非表示不要 */
