/* ==========================================================================
   page-prefecture.css — 都道府県ページ専用コンポーネント v2
   DESIGN: 墨絵 × 和紙 × 苔 — ワクワク感・導線重視デザイン
   ========================================================================== */

/* ══════ PREFECTURE HERO — dark stage ══════ */
.pref-hero {
  background: var(--ink-deep);
  padding: 96px var(--section-pad-x) 80px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.pref-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 15%, rgba(74,93,58,0.28), transparent 52%),
    radial-gradient(ellipse at 8% 80%, rgba(74,93,58,0.12), transparent 44%);
  pointer-events: none;
}
.pref-hero::after {
  content: attr(data-pref-en);
  position: absolute;
  right: -0.04em;
  bottom: -0.1em;
  font-family: var(--garamond);
  font-style: italic;
  font-size: clamp(100px, 16vw, 200px);
  font-weight: 400;
  color: rgba(243,241,235,0.04);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}
.pref-hero__inner {
  max-width: var(--container-lg);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pref-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.pref-hero__eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--moss);
  flex-shrink: 0;
}
.pref-hero__pre {
  font-family: var(--garamond);
  font-style: italic;
  font-size: var(--fs-small);
  letter-spacing: 0.5em;
  color: var(--paper-50);
  text-transform: uppercase;
}
.pref-hero h1 {
  font-family: var(--yuji);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: var(--paper);
  margin-bottom: 28px;
  max-width: 800px;
}
.pref-hero__lead {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  line-height: 1.9;
  color: var(--paper-65);
  max-width: 640px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.pref-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.pref-hero .btn {
  background: var(--moss);
  color: var(--paper);
  border-color: var(--moss);
  min-width: 200px;
  justify-content: center;
}
.pref-hero .btn:hover {
  background: var(--moss-d);
  border-color: var(--moss-d);
}
.pref-hero .btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(243,241,235,0.4);
  min-width: 200px;
  justify-content: center;
}
.pref-hero .btn--ghost:hover {
  background: rgba(243,241,235,0.08);
  border-color: rgba(243,241,235,0.7);
}

/* ══════ TRUST BAR ══════ */
.pref-trust {
  background: var(--paper-d);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: center;
}
.pref-trust__item {
  text-align: center;
  padding: 32px 44px;
  border-right: 1px solid var(--line);
  flex: 0 0 auto;
}
.pref-trust__item:last-child { border-right: none; }
.pref-trust__num {
  font-family: var(--yuji);
  font-size: clamp(32px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--ink-deep);
  line-height: 1;
  letter-spacing: 0.02em;
}
.pref-trust__num small {
  font-size: var(--fs-caption);
  color: var(--mist);
  margin-left: 3px;
  font-family: var(--shippori);
}
.pref-trust__lab {
  font-family: var(--shippori);
  font-size: var(--fs-small);
  letter-spacing: 0.18em;
  color: var(--ink);
  margin-top: 10px;
}

/* ══════ SECTION COMMON ══════ */
.pref-section {
  padding: var(--space-2xl-alt) var(--section-pad-x);
}
.pref-section--alt { background: var(--paper-d); }
.pref-section--dark {
  background: var(--ink-deep);
  color: var(--paper);
}
.pref-section__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
}
.pref-section__head {
  margin-bottom: 48px;
}
.pref-section__pre {
  font-family: var(--garamond);
  font-style: italic;
  font-size: var(--fs-small);
  letter-spacing: 0.45em;
  color: var(--moss);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.pref-section__pre::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--moss);
}

/* ══════ SHOP LIST ══════ */
.shop-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.shop-list__card {
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-top: 3px solid var(--moss);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform var(--duration-base), box-shadow var(--duration-base);
  position: relative;
}
.shop-list__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.07);
}
.shop-list__name {
  font-family: var(--yuji);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: var(--moss);
}
.shop-list__meta {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  color: var(--mist);
  letter-spacing: 0.05em;
}
.shop-list__link {
  font-family: var(--shippori);
  font-size: var(--fs-small);
  letter-spacing: 0.15em;
  color: var(--moss-d);
  font-weight: 500;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  transition: color var(--duration-fast);
}
.shop-list__card:hover .shop-list__link {
  color: var(--ink-deep);
}

/* ══════ AREA COVERAGE ══════ */
.area-grid {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.area-block__h {
  font-family: var(--yuji);
  font-size: var(--fs-h4);
  color: var(--ink-deep);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.area-block__h::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--moss);
  border-radius: 50%;
  flex-shrink: 0;
}
.area-block__list {
  font-family: var(--shippori);
  font-size: var(--fs-ui);
  line-height: 2;
  color: var(--ink-mid);
  letter-spacing: 0.02em;
}

/* ══════ PURCHASE METHODS — 横長アイコン付きカード ══════ */
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}
.method-card {
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-top: 3px solid var(--moss);
  padding: 36px 28px 32px;
  position: relative;
  transition: transform var(--duration-base), box-shadow var(--duration-base);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.07);
}
.method-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: var(--moss);
  flex-shrink: 0;
}
.method-card__tag {
  font-family: var(--garamond);
  font-style: italic;
  font-size: var(--fs-label);
  letter-spacing: 0.4em;
  color: var(--moss);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.method-card__h {
  font-family: var(--yuji);
  font-size: 1.5rem;
  color: var(--ink-deep);
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  line-height: 1.4;
}
.method-card__badge {
  display: inline-block;
  background: var(--moss);
  color: var(--paper);
  font-family: var(--shippori);
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 3px 10px;
  margin-bottom: 16px;
  align-self: flex-start;
}
.method-card__detail {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  line-height: 2;
  color: var(--mist);
  letter-spacing: 0.02em;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.method-card__detail strong {
  color: var(--ink);
  font-weight: 500;
}

/* ══════ CONSULTATION ══════ */
.consult__lead {
  font-family: var(--shippori);
  font-size: var(--fs-body);
  line-height: 2.2;
  color: var(--ink-mid);
  max-width: var(--container-text);
  letter-spacing: 0.03em;
  margin-bottom: 44px;
}
.consult__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.consult__card {
  background: var(--paper-w);
  border: 1px solid var(--line);
  border-top: 3px solid var(--moss);
  padding: 36px 28px 32px;
  position: relative;
  transition: transform var(--duration-base), box-shadow var(--duration-base);
}
.consult__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
}
.consult__icon {
  width: 44px; height: 44px;
  color: var(--moss);
  margin-bottom: 18px;
}
.consult__h {
  font-family: var(--yuji);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--moss);
  line-height: 1.55;
  margin-bottom: 14px;
}
.consult__p {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  line-height: 2;
  color: var(--mist);
  letter-spacing: 0.02em;
}
.consult__note {
  margin-top: 36px;
  padding: 28px 36px;
  background: var(--paper-w);
  border-left: 3px solid var(--moss);
  font-family: var(--shippori);
  font-size: var(--fs-body-s);
  line-height: 2.1;
  color: var(--ink-mid);
}

/* ══════ PURCHASE FLOW — 矢印付きステップ ══════ */
.pref-flow__intro {
  font-family: var(--shippori);
  font-size: var(--fs-body-s);
  line-height: 2;
  color: var(--mist);
  margin-bottom: var(--space-lg);
  max-width: var(--container-text);
}
.pref-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.pref-flow__step {
  text-align: center;
  padding: 0 16px 0;
  position: relative;
}
/* 矢印 */
.pref-flow__step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 28px;
  right: -14px;
  font-size: 28px;
  color: var(--moss);
  font-family: var(--garamond);
  line-height: 1;
  z-index: 2;
}
.pref-flow__num {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--moss);
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  font-family: var(--yuji);
  font-size: 1.3rem;
  color: var(--moss);
  letter-spacing: 0.08em;
  position: relative;
  transition: background var(--duration-base), color var(--duration-base);
}
.pref-flow__step:last-child .pref-flow__num {
  background: var(--moss);
  color: var(--paper);
  border-color: var(--moss);
}
.pref-flow__num::before {
  content: attr(data-label);
  position: absolute;
  top: -11px; left: 50%;
  transform: translateX(-50%);
  background: var(--paper-d);
  font-family: var(--garamond);
  font-style: italic;
  font-size: var(--fs-xs);
  letter-spacing: 0.25em;
  color: var(--moss);
  padding: 0 8px;
  white-space: nowrap;
}
.pref-section--alt .pref-flow__num::before {
  background: var(--paper-d);
}
.pref-flow__h {
  font-family: var(--yuji);
  font-size: var(--fs-body);
  letter-spacing: 0.08em;
  color: var(--ink-deep);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.pref-flow__p {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  line-height: 1.9;
  color: var(--mist);
}

/* ══════ QUICK CTA BAND — ページ中間の問い合わせ誘導 ══════ */
.pref-quickcta {
  background: var(--moss);
  padding: 48px var(--section-pad-x);
  position: relative;
  overflow: hidden;
}
.pref-quickcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(255,255,255,0.06), transparent 60%);
  pointer-events: none;
}
.pref-quickcta__inner {
  max-width: var(--container-lg);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.pref-quickcta__text {
  font-family: var(--yuji);
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: 0.08em;
  color: var(--paper);
  line-height: 1.5;
}
.pref-quickcta__sub {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  color: rgba(243,241,235,0.75);
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.pref-quickcta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
.pref-quickcta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  letter-spacing: 0.15em;
  background: var(--paper);
  color: var(--moss-d);
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--duration-fast), color var(--duration-fast);
  font-weight: 500;
}
.pref-quickcta__btn:hover {
  background: var(--paper-d);
}
.pref-quickcta__btn--line {
  background: var(--line-green);
  color: var(--white);
}
.pref-quickcta__btn--line:hover {
  background: var(--line-green-d);
}
.pref-quickcta__tel {
  font-family: var(--garamond);
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.05em;
  color: var(--paper);
  text-align: center;
}
.pref-quickcta__tel small {
  display: block;
  font-family: var(--shippori);
  font-size: var(--fs-xs);
  color: rgba(243,241,235,0.65);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

/* ══════ FAQ ══════ */
.pref-faq .faq__list {
  max-width: 100%;
}

/* ══════ ADJACENT LINKS ══════ */
.adjacent {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.adjacent__group {}
.adjacent__label {
  font-family: var(--garamond);
  font-style: italic;
  font-size: var(--fs-label);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.adjacent__label::before {
  content: "—"; color: var(--mist); font-style: normal;
}
.adjacent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.adjacent__link {
  font-family: var(--shippori);
  font-size: var(--fs-caption);
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper-w);
  transition: border-color var(--duration-fast), color var(--duration-fast), background var(--duration-fast);
  text-decoration: none;
}
.adjacent__link:hover {
  border-color: var(--moss);
  color: var(--moss-d);
  background: var(--paper);
}

/* ══════ RESPONSIVE: 1100px ══════ */
@media (max-width: 1100px) {
  .pref-hero { padding: 80px var(--section-pad-x-tablet) 64px; min-height: 420px; }
  .pref-trust__item { padding: 28px 32px; }
  .method-grid { grid-template-columns: 1fr; }
  .consult__grid { grid-template-columns: repeat(2, 1fr); }
  .pref-quickcta__inner { flex-direction: column; text-align: center; }
  .pref-quickcta__actions { flex-direction: row; justify-content: center; }
}

/* ══════ RESPONSIVE: 760px ══════ */
@media (max-width: 760px) {
  .pref-hero { padding: 64px var(--section-pad-x-mobile) 52px; min-height: 380px; }
  .pref-hero::after { font-size: 90px; }
  .pref-hero h1 { font-size: 18px; }
  .pref-hero__lead { font-size: var(--fs-caption); }
  .pref-hero__cta { flex-direction: column; align-items: stretch; }
  .pref-hero .btn,
  .pref-hero .btn--ghost { min-width: auto; text-align: center; }

  .pref-trust { flex-wrap: wrap; }
  .pref-trust__item { flex: 0 0 50%; padding: 22px 16px; }
  .pref-trust__item:nth-child(1),
  .pref-trust__item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .pref-trust__item:nth-child(2) { border-right: none; }

  .pref-section { padding: 56px var(--section-pad-x-mobile); }
  .pref-section__head { margin-bottom: 32px; }

  .shop-list__grid { grid-template-columns: 1fr; }
  .consult__grid { grid-template-columns: 1fr; }

  .pref-flow__steps { grid-template-columns: 1fr; gap: 32px; }
  .pref-flow__step:not(:last-child)::after { display: none; }
  .pref-flow__num { width: 60px; height: 60px; font-size: 1.1rem; }

  .pref-quickcta { padding: 40px var(--section-pad-x-mobile); }
  .pref-quickcta__actions { flex-direction: column; width: 100%; }
  .pref-quickcta__btn { justify-content: center; }

  .adjacent__links { gap: var(--space-xs); }
  .adjacent__link { padding: 8px 14px; font-size: var(--fs-small); }
}


/* ══════════════════════════════════════════════
   Phase 60: 都道府県ページ 書的装飾仕掛け
   ══════════════════════════════════════════════ */

/* pref-section の漢字ウォーターマーク — HTML側で data-kanji を付与 */
.pref-section { position: relative; }
.pref-section[data-kanji]::after {
  content: attr(data-kanji);
  position: absolute;
  font-family: var(--yuji);
  font-size: clamp(140px, 20vw, 280px);
  color: var(--ink-deep);
  opacity: 0.035;
  bottom: 20px; right: 4%;
  line-height: 0.85;
  pointer-events: none;
  font-weight: 400;
  z-index: 0;
}
.pref-section--alt[data-kanji]::after { opacity: 0.045; }
.pref-section--dark[data-kanji]::after {
  color: var(--paper);
  opacity: 0.04;
}

/* pref-section__inner は前面に */
.pref-section__inner { position: relative; z-index: 1; }

/* pref-trust — en テキスト装飾 */
.pref-trust__item { position: relative; }
.pref-trust__item::after {
  content: attr(data-en);
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--garamond);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: var(--mist);
  opacity: 0.55;
  white-space: nowrap;
  text-transform: uppercase;
}

/* 都道府県ページ 縦書きセクションラベル */
@media (min-width: 1101px) {
  .pref-section[data-side-label]::before {
    content: attr(data-side-label);
    display: block;
    position: absolute;
    left: clamp(8px, 1.5vw, 20px);
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    font-family: var(--garamond);
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.5em;
    color: var(--ink-deep);
    opacity: 0.15;
    white-space: nowrap;
    pointer-events: none;
    text-transform: uppercase;
    line-height: 1;
    z-index: 0;
  }
  .pref-section--dark[data-side-label]::before {
    color: var(--paper);
    opacity: 0.15;
  }
}

/* レスポンシブ */
@media (max-width: 760px) {
  .pref-section[data-kanji]::after { display: none; }
  .pref-section[data-side-label]::before { display: none; }
}
