/*
Theme Name: Ace Sendai Furusato
Theme URI: https://www.city.sendai.jp/
Description: 仙台ふるさと応援寄附（ふるさと納税）特設サイト用テーマ。牛タン返礼品を軸にしたAIO/GEO最適化LP。
Author: ACE
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: ace-sendai-furusato
*/

/* =========================================================================
   デザイン方針
   PC は左端に縦組みのブランドバーを固定し、本体を右にオフセットする「和のLP」構成。
   見出しは明朝（Shippori Mincho B1）のセンター組み＋菱の飾り罫、本文はゴシック。
   角丸と影は使わず、1pxの罫と余白で構造をつくる（自治体サイトの信頼感）。
   写真は大面積で使い、シズルは装飾ではなく写真そのもので出す。
   ========================================================================= */

:root {
	--bar: 96px;
	--green: #17553f;        /* 杜の深緑。わずかに黄を足して硬さを抜く */
	--green-dark: #103c2c;
	--green-pale: #e9f0e9;
	--char: #2a201a;         /* 濃色面は黒でなく焦茶。あたたかさの土台 */
	--sear: #c4531d;         /* 牛たんの焼き色 */
	--brass: #a9803f;        /* 真鍮。商品まわりの細罫＝高級感 */
	--ink: #241d18;
	--muted: #776c62;
	--rule: #e2d8c8;         /* 罫も生成り寄りに */
	--paper: #fdfaf4;        /* 生成りの紙。純白をやめてあたたかく */
	--paper-alt: #f5eee1;    /* 一段濃い生成り */

	--wrap: 1120px;
	--gap: clamp(56px, 8vw, 104px);

	--font: "Zen Kaku Gothic New", -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	--font-mincho: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

/* ---------- reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
	margin: 0;
	font-family: var(--font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.9;
	color: var(--ink);
	background: var(--paper);
	font-feature-settings: "palt";
	text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

:focus-visible {
	outline: 2px solid var(--sear);
	outline-offset: 3px;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--char);
	color: #fff;
	padding: 12px 20px;
	z-index: 999;
}
.skip-link:focus { left: 0; }

/* ---------- layout ---------- */
body { padding-left: var(--bar); }

.wrap {
	width: min(100% - 48px, var(--wrap));
	margin-inline: auto;
}
.wrap--narrow { width: min(100% - 48px, 820px); }

section { padding-block: var(--gap); }

.br-pc { display: inline; }

/* ---------- 和文組みの下地 ---------- */
/* 明朝見出しはメトリクス詰め（palt）で字間の甘さを抜く */
h1, h2, h3,
.featured__name,
.featured__sub-name,
.price__name,
.parts__title,
.story__title,
.lastcta__title {
	font-feature-settings: "palt" 1;
}

/* BudouX（budoux-apply.js が対象要素を <budoux-ja> で包む）。
   keep-all と組で、文節単位の改行になる */
budoux-ja { word-break: keep-all; overflow-wrap: anywhere; }

/* ---------- 共通見出し（センター組み＋菱の飾り罫） ---------- */
.label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--sear);
	margin-bottom: 18px;
	line-height: 1.4;
}
.label--light { color: #e0a883; }

.sec-head {
	margin-bottom: 56px;
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.sec-title {
	font-family: var(--font-mincho);
	font-size: clamp(25px, 3.6vw, 39px);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: .04em;
	margin-bottom: 22px;
}
.sec-title--light { color: #fff; }

/* 見出し下の飾り罫（中央に菱形）。菱は真鍮色で品を出す */
.sec-title::after {
	content: "";
	display: block;
	width: 148px;
	height: 9px;
	margin: 22px auto 0;
	background:
		linear-gradient(var(--rule), var(--rule)) center / 100% 1px no-repeat,
		linear-gradient(45deg, transparent 46%, var(--brass) 46% 54%, transparent 54%) center / 9px 9px no-repeat,
		linear-gradient(-45deg, transparent 46%, var(--brass) 46% 54%, transparent 54%) center / 9px 9px no-repeat;
	background-color: transparent;
}
.sec-title--light::after {
	background:
		linear-gradient(rgba(255, 255, 255, .34), rgba(255, 255, 255, .34)) center / 100% 1px no-repeat,
		linear-gradient(45deg, transparent 46%, #d3ab6d 46% 54%, transparent 54%) center / 9px 9px no-repeat,
		linear-gradient(-45deg, transparent 46%, #d3ab6d 46% 54%, transparent 54%) center / 9px 9px no-repeat;
}

/* ---------- 商品まわりの額（高級感） ----------
   写真の内側に真鍮の細罫を1本だけ沈める。二重罫・影は使わない
   （小さなセルではズレた箱に見え、安っぽさに直結するため）。 */
.frame {
	position: relative;
	display: block;
	margin: 0;
}
.frame img { position: relative; z-index: 1; }
.frame::before {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid var(--brass);
	opacity: .5;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: normal;
}
.frame--dark::before { opacity: .6; }

.sec-lead {
	font-size: 16px;
	color: var(--muted);
	line-height: 2.1;
}
.sec-lead .em-lg { display: inline-block; margin-bottom: 6px; }
.sec-lead--light { color: #c7d6cd; }

/* ---------- 強調とジャンプ率 ----------
   本文は muted、強調は ink に上げてコントラストで拾わせる。
   色は焼き色1色のみ。マーカー塗りは使わず、下線・圏点・級数で差をつける。 */

/* 強調の文字色は --em-ink を継承させ、濃色面のセクション側で白に上書きする。
   （セレクタを1つずつ足していくと、必ずどこかで塗り忘れて文字が消えるため） */
.featured,
.story,
.portal,
.lastcta,
.site-footer,
.sec-lead--light { --em-ink: #fff; }

/* 1. 基本の強調：本文より一段濃く、太く */
strong,
.em {
	font-weight: 700;
	color: var(--em-ink, var(--ink));
}

/* 2. 下線つき強調：文の主張点に1か所だけ */
.em-u {
	font-weight: 700;
	color: var(--em-ink, var(--ink));
	text-decoration: underline;
	text-decoration-color: var(--sear);
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
	text-decoration-skip-ink: none;
}

/* 3. 圏点：和文の伝統的な強調。ここぞの一語だけに使う */
.em-dot {
	font-weight: 700;
	color: var(--em-ink, var(--ink));
	text-emphasis: filled dot var(--sear);
	-webkit-text-emphasis: filled dot var(--sear);
	text-emphasis-position: over right;
	-webkit-text-emphasis-position: over right;
}

/* 4. ジャンプ率：リード文の中で一句だけ級数を上げ、明朝に切り替える */
.em-lg {
	font-family: var(--font-mincho);
	font-size: 1.34em;
	font-weight: 700;
	color: var(--em-ink, var(--ink));
	letter-spacing: .04em;
	line-height: 1.5;
}
.hero__lead .em-lg { color: #fff; display: inline-block; margin-block: 4px; }

/* 5. 焼き色そのもので拾わせる（数量・呼称など短い語） */
.em-key {
	font-weight: 700;
	color: var(--sear);
	letter-spacing: .02em;
}
.featured .em-key,
.story .em-key,
.portal .em-key,
.lastcta .em-key { color: #e8a878; }

/* 圏点・下線が使えない環境でも太字＋色で差がつくようにしている */
@supports not (text-emphasis: filled dot red) {
	.em-dot { border-bottom: 2px solid var(--sear); }
}

/* ---------- スクロール演出 ---------- */
.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .85s cubic-bezier(.16, .8, .3, 1), transform .85s cubic-bezier(.16, .8, .3, 1);
	transition-delay: var(--d, 0ms);
	will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

/* 写真は下からせり上げるのではなく、スケールで寄る */
.reveal-img { overflow: hidden; }
.reveal-img img {
	transform: scale(1.1);
	transition: transform 1.4s cubic-bezier(.16, .8, .3, 1);
}
.reveal-img.is-in img { transform: scale(1); }

/* ---------- ボタン ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 32px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background-color .18s, color .18s, border-color .18s;
}
.btn--primary { background: var(--sear); color: #fff; }
.btn--primary:hover { background: #a84415; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn--lg { min-height: 68px; font-size: 17px; padding-inline: 48px; }

/* =========================================================================
   ブランドバー（PC・左端固定の縦組み）
   ========================================================================= */
/* 高さの低いPC画面でも「よくある質問」まで収まるよう、
   余白と級数は vh 基準の clamp で詰める（2026-08-04 修正案） */
.brandbar {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 100;
	width: var(--bar);
	background: var(--paper);
	border-right: 1px solid var(--rule);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-block: clamp(14px, 2.6vh, 26px) clamp(12px, 2.2vh, 22px);
	overflow: hidden;
}
.brandbar__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(8px, 1.6vh, 16px);
	color: var(--green);
	text-decoration: none;
}
.brandbar__crest { display: block; }
.brandbar__name {
	writing-mode: vertical-rl;
	font-family: var(--font-mincho);
	font-size: clamp(12px, 1.9vh, 15px);
	font-weight: 700;
	letter-spacing: .22em;
	color: var(--ink);
	white-space: nowrap;
}

.brandbar__nav {
	margin-top: auto;
	margin-bottom: clamp(8px, 2.4vh, 24px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(8px, 2.8vh, 26px);
}
.brandbar__nav a {
	writing-mode: vertical-rl;
	font-size: clamp(10px, 1.7vh, 13px);
	font-weight: 500;
	letter-spacing: .10em;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
	padding-left: 4px;
	border-left: 1px solid transparent;
	transition: color .18s, border-color .18s;
}
.brandbar__nav a:hover { color: var(--sear); border-left-color: var(--sear); }

.brandbar__cta {
	writing-mode: vertical-rl;
	background: var(--green);
	color: #fff;
	font-size: clamp(12px, 1.8vh, 14px);
	font-weight: 700;
	letter-spacing: .2em;
	text-decoration: none;
	padding: clamp(12px, 2.4vh, 22px) 12px;
	white-space: nowrap;
	transition: background-color .18s;
}
.brandbar__cta:hover { background: var(--sear); }

/* SP用の上部ヘッダー（PCでは隠す） */
.site-header { display: none; }
.site-header__inner {
	width: calc(100% - 24px);
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 62px;
	padding-bottom: 8px;
}
.site-header__brand { margin-right: auto; }
.site-header__brand a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--green); }
.site-header__text { display: flex; flex-direction: column; line-height: 1.25; }
.site-header__muni { font-size: 10px; letter-spacing: .16em; color: var(--muted); }
.site-header__title { font-size: 15px; font-weight: 700; font-family: var(--font-mincho); color: var(--ink); letter-spacing: .04em; }
.site-header__cta {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px;
	background: var(--green);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.site-header__nav {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	padding: 0 16px 9px;
}
.site-header__nav a {
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: .02em;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 0;
}

/* =========================================================================
   ヒーロー
   ========================================================================= */
.hero {
	position: relative;
	padding: 0;
	min-height: min(100svh, 880px);
	display: grid;
	align-items: end;
	justify-items: center;
	background: #17110c;
	overflow: hidden;
	text-align: center;
}
/* スライドショー（2026-08-12 修正案：文字の背景を写真にして切り替える＝沼津市方式）。
   クロスフェード＋アクティブ中だけゆっくり寄るケンバーンズ */
.hero__slides { position: absolute; inset: 0; display: block; }
.hero__slide {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	transition: opacity 1.8s ease;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__slide.is-active img {
	animation: heroZoom 9s cubic-bezier(.22, .7, .3, 1) both;
}
@keyframes heroZoom {
	from { transform: scale(1.08); }
	to { transform: scale(1); }
}
/* 写真は明るいまま活かし、キャッチのある下側だけを落とす */
.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 62% 34% at 50% 66%,
			rgba(18, 11, 7, .62) 0%,
			rgba(18, 11, 7, .34) 55%,
			rgba(18, 11, 7, 0) 100%),
		linear-gradient(180deg,
			rgba(22, 14, 9, .16) 0%,
			rgba(22, 14, 9, .02) 25%,
			rgba(22, 14, 9, .08) 55%,
			rgba(22, 14, 9, .30) 100%);
}

.hero__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 900px);
	padding-block: 0 132px;
}
.hero__eyebrow {
	font-size: 12px;
	letter-spacing: .32em;
	color: #f0e6da;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .95), 0 0 30px rgba(0, 0, 0, .7);
	margin-bottom: 22px;
	animation: heroUp 1s .15s both;
}
.hero__title {
	font-family: var(--font-mincho);
	font-size: clamp(34px, 5.2vw, 62px);
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: .09em;
	color: #fff;
	margin-bottom: 26px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .8), 0 0 44px rgba(0, 0, 0, .6);
	animation: heroUp 1.1s .3s both;
}
.hero__lead {
	display: inline-block;
	text-align: left;
	font-size: clamp(13.5px, 1.5vw, 15.5px);
	line-height: 2.15;
	color: #efe9e1;
	margin-bottom: 38px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .92), 0 0 26px rgba(0, 0, 0, .75);
	animation: heroUp 1.1s .5s both;
}
.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 30px;
	animation: heroUp 1.1s .68s both;
}
.hero__by {
	font-size: 12px;
	letter-spacing: .1em;
	color: #a49b91;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .9);
	animation: heroUp 1.1s .84s both;
}
@keyframes heroUp {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: none; }
}

.hero__scroll {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: clamp(16px, 3vw, 46px);
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	animation: heroUp 1.1s 1s both;
}
.hero__scroll-text {
	writing-mode: vertical-rl;
	font-size: 10px;
	letter-spacing: .34em;
	color: #cbc2b8;
}
.hero__scroll-line {
	display: block;
	width: 1px;
	height: 76px;
	background: rgba(255, 255, 255, .3);
	position: relative;
	overflow: hidden;
}
.hero__scroll-line::after {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 34px;
	background: var(--sear);
	animation: scrollCue 2.1s ease-in-out infinite;
}
@keyframes scrollCue {
	0% { transform: translateY(-100%); }
	60%, 100% { transform: translateY(240%); }
}

/* =========================================================================
   実績
   ========================================================================= */
.stats { background: var(--green); padding-block: 56px; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.stats__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid rgba(255, 255, 255, .22);
}
.stats__item {
	padding: 4px 24px 8px;
	border-right: 1px solid rgba(255, 255, 255, .22);
}
.stats__value {
	font-size: clamp(32px, 4.4vw, 46px);
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
	letter-spacing: -.01em;
}
.stats__unit { font-size: .48em; font-weight: 700; margin-left: 4px; }
.stats__label { font-size: 14px; font-weight: 700; color: #fff; margin-top: 6px; }
.stats__note { font-size: 12px; color: #a9c6b8; margin-top: 2px; }
.stats__source { font-size: 12px; color: #a9c6b8; margin-top: 26px; line-height: 1.8; }
.stats__source a { color: #fff; }

/* =========================================================================
   返礼品タブ（2026-08-12 修正案：牛タン／お酒／旅行／スイーツを1つのタブ列で束ねる）
   ========================================================================= */
.gifts { background: var(--paper-alt); padding-bottom: 0; }
.gifts .sec-head { margin-bottom: 44px; }

.gtabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: clamp(12px, 4vw, 56px);
	border-bottom: 1px solid var(--rule);
}
.gtabs__tab {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	color: var(--muted);
	font-family: var(--font-mincho);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .08em;
	font-feature-settings: "palt" 1;
	padding: 10px 8px 18px;
	cursor: pointer;
	transition: color .18s, border-color .18s;
}
.gtabs__tab:hover { color: var(--ink); }
.gtabs__tab.is-active {
	color: var(--ink);
	border-bottom-color: var(--sear);
}

.gift-panel[hidden] { display: none; }

/* 牛タンタブの導入帯（旧ヒーローのキャッチを引き継ぐ） */
.tabhero {
	position: relative;
	padding: 0;
	min-height: clamp(360px, 46vw, 520px);
	display: grid;
	align-items: center;
	justify-items: center;
	text-align: center;
	background: #17110c;
	overflow: hidden;
}
.tabhero__media { position: absolute; inset: 0; }
.tabhero__media img { width: 100%; height: 100%; object-fit: cover; }
.tabhero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
		rgba(22, 14, 9, .5) 0%,
		rgba(22, 14, 9, .32) 45%,
		rgba(22, 14, 9, .62) 100%);
}
.tabhero__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 48px, 860px);
	padding-block: 56px;
}
.tabhero__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #e0a883;
	margin-bottom: 16px;
}
.tabhero__title {
	font-family: var(--font-mincho);
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.45;
	color: #fff;
	margin-bottom: 18px;
	text-shadow: 0 2px 26px rgba(0, 0, 0, .65);
}
.tabhero__lead {
	font-size: clamp(13.5px, 1.5vw, 15.5px);
	line-height: 2.1;
	color: #efe9e1;
	text-shadow: 0 1px 16px rgba(0, 0, 0, .75);
}
.tabhero__lead .em { color: #fff; }

/* =========================================================================
   返礼品導線の帯（ページ中腹に定期的に出す）
   ========================================================================= */
.cta-band { background: var(--paper-alt); border-block: 1px solid var(--rule); padding-block: 30px; }
.cta-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.cta-band__lead {
	font-family: var(--font-mincho);
	font-size: 15.5px;
	font-weight: 500;
	font-feature-settings: "palt" 1;
	letter-spacing: .04em;
	color: var(--ink);
	line-height: 1.9;
}

/* =========================================================================
   選ばれる理由
   ========================================================================= */
.why__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}
.why__item { background: var(--paper); padding: 38px 36px 42px; }
.why__num {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .1em;
	color: var(--sear);
	margin-bottom: 14px;
}
.why__title { font-family: var(--font-mincho); font-size: 21px; font-weight: 700; letter-spacing: .04em; margin-bottom: 12px; line-height: 1.5; }
.why__body { font-size: 15px; color: #736c66; line-height: 2.05; }

/* =========================================================================
   タイプ別ガイド
   ========================================================================= */
.types { background: var(--paper-alt); }
.types__list { display: flex; flex-direction: column; gap: 1px; background: var(--rule); border-block: 1px solid var(--rule); }
.type {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 40px;
	align-items: center;
	background: var(--paper);
	padding: 34px 36px;
}
.type:nth-child(even) { grid-template-columns: 1fr 340px; }
.type:nth-child(even) .type__media { order: 2; }
.type__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.type__name {
	font-family: var(--font-mincho);
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--rule);
}
.type__lead {
	font-family: var(--font-mincho);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .03em;
	color: var(--sear);
	margin-bottom: 14px;
}
.type__text { font-size: 15px; color: #736c66; line-height: 2.05; margin-bottom: 18px; }
.type__scene { font-size: 14px; font-weight: 700; color: var(--green); }
.type__scene span {
	display: inline-block;
	font-size: 11px;
	letter-spacing: .1em;
	background: var(--green-pale);
	color: var(--green);
	padding: 3px 10px;
	margin-right: 12px;
	vertical-align: 2px;
}

/* =========================================================================
   イチオシ
   ========================================================================= */
.featured { background: var(--char); color: #fff; }
.featured__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}
.featured__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.featured__title { font-family: var(--font-mincho); font-size: clamp(24px, 3.2vw, 34px); font-weight: 700; letter-spacing: .05em; margin-bottom: 26px; }
.featured__maker { font-size: 14px; color: #b9d3c5; letter-spacing: .04em; margin-bottom: 6px; }
.featured__name {
	font-family: var(--font-mincho);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 22px;
}
.featured__weight { font-size: .55em; font-weight: 500; color: #b8b2aa; margin-left: 12px; }
.featured__reason { font-size: 15px; line-height: 2.05; color: #ddd8d1; margin-bottom: 22px; }
.featured__reason strong { color: #fff; box-shadow: inset 0 -.2em 0 rgba(196, 83, 29, .85); }
.featured__points { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.featured__points li {
	font-size: 15px;
	font-weight: 700;
	padding-left: 22px;
	position: relative;
}
.featured__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .78em;
	width: 12px;
	height: 1px;
	background: var(--sear);
}
.featured__note { font-size: 12px; color: #8f8a83; }

/* 並列ピックアップ（2026-08-04 修正案：3品くらい） */
.featured__subs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(28px, 4vw, 56px);
	margin-top: clamp(40px, 5vw, 64px);
	padding-top: clamp(32px, 4vw, 48px);
	border-top: 1px solid rgba(255, 255, 255, .16);
}
.featured__sub { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: start; }
.featured__sub-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.featured__sub-name {
	font-family: var(--font-mincho);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.55;
	margin-bottom: 10px;
}
.featured__sub-reason { font-size: 13.5px; line-height: 1.95; color: #ddd8d1; }

/* =========================================================================
   寄附額（金額タイポグラフィが主役）
   ========================================================================= */
.price__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--rule);
	border: 1px solid var(--rule);
}
.price__band { background: var(--paper); padding: 34px 30px 38px; position: relative; }
.price__band--main { background: var(--green-pale); }
.price__tag {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--sear);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	padding: 5px 14px;
}
.price__band--main .price__range { margin-top: 22px; }
.price__range {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--ink);
	margin-bottom: 16px;
}
.price__num {
	font-size: clamp(28px, 3.4vw, 38px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.02em;
}
.price__yen { font-size: 15px; font-weight: 700; margin-right: 6px; }
.price__tilde { font-size: 15px; color: var(--muted); margin-inline: 4px; }
.price__name { font-family: var(--font-mincho); font-size: 17px; font-weight: 700; letter-spacing: .04em; color: var(--green); margin-bottom: 10px; }
.price__desc { font-size: 14px; color: var(--muted); line-height: 1.95; }
.price__note { margin-top: 22px; font-size: 13px; color: var(--muted); }

/* =========================================================================
   発祥の物語
   ========================================================================= */
.story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	background: var(--green-dark);
}
.story__media { position: relative; }
.story__media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.photo-credit {
	position: absolute;
	right: 12px;
	bottom: 10px;
	font-size: 10.5px;
	letter-spacing: .06em;
	color: rgba(255, 255, 255, .8);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}
.story__body { display: flex; align-items: center; padding: clamp(48px, 6vw, 88px); }
.story__inner { max-width: 520px; }
.story__title {
	font-family: var(--font-mincho);
	font-size: clamp(28px, 3.8vw, 44px);
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 28px;
}
.story__text { font-size: 15px; line-height: 2.15; color: #cfe0d6; margin-bottom: 20px; }
.story__text strong { color: #fff; font-weight: 700; }
.story__links { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; }
.story__links a { font-size: 14px; color: #fff; }

/* =========================================================================
   和柄のあしらい（線描きの観世水を円に抜いたメダリオン）
   ========================================================================= */
.why,
.craft,
.usage { position: relative; overflow: hidden; }

.ornament {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	display: block;
	color: #a8763f;   /* 焼き色と生成りの中間。線描きなので濃くても軽い */
	opacity: .28;
}
.ornament__svg { display: block; width: 100%; height: auto; }

/* 版面の外へ半分こぼす */
.ornament--a {
	top: -90px;
	right: -150px;
	width: clamp(280px, 30vw, 440px);
}
.ornament--b {
	bottom: -140px;
	left: -170px;
	width: clamp(300px, 33vw, 480px);
}
.ornament--c {
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(260px, 26vw, 380px);
	opacity: .16;
}

.why > .wrap,
.craft > .wrap,
.usage > .wrap { position: relative; z-index: 1; }

/* =========================================================================
   職人の仕込み
   ========================================================================= */
.craft__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* 部位図 */
.parts {
	margin-top: 64px;
	border: 1px solid var(--rule);
	background: var(--paper-alt);
	padding: 34px 36px 38px;
}
.parts__title {
	font-family: var(--font-mincho);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 26px;
}
.parts__body { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center; }
.parts__figure svg { width: 100%; height: auto; }
.parts__svg-label {
	font-family: var(--font-mincho);
	font-size: 17px;
	font-weight: 700;
	fill: var(--ink);
	letter-spacing: .06em;
}
.parts__svg-em {
	font-family: var(--font);
	font-size: 14px;
	font-weight: 700;
	fill: var(--green);
}
.parts__svg-note { font-size: 12px; fill: var(--muted); letter-spacing: .1em; }
.parts__note p { font-size: 15px; color: var(--muted); line-height: 2.05; }
.parts__note strong { color: var(--ink); font-weight: 700; }
.parts__caveat { margin-top: 14px; font-size: 12px !important; line-height: 1.85 !important; }
.craft__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.craft__steps { display: flex; flex-direction: column; }
.craft__steps li {
	display: grid;
	grid-template-columns: 40px 100px 1fr;
	gap: 16px;
	align-items: baseline;
	padding-block: 18px;
	border-top: 1px solid var(--rule);
}
.craft__steps li:last-child { border-bottom: 1px solid var(--rule); }
.craft__step-num { font-size: 22px; font-weight: 900; color: var(--sear); line-height: 1; }
.craft__step-name { font-size: 16px; font-weight: 900; }
.craft__step-desc { font-size: 14px; color: var(--muted); line-height: 1.95; }

/* =========================================================================
   その他の返礼品
   ========================================================================= */
/* カテゴリタブは 2026-08-12 修正案でページ上部の .gtabs（牛タン含む）に統合。
   ここは各パネル内のカテゴリ1件分のレイアウトのみ */
.cats { background: var(--paper-alt); }

.cat--full {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 48px;
	align-items: start;
}
.cat--full:nth-child(even) { grid-template-columns: 1fr 330px; }
.cat--full:nth-child(even) .cat__head { order: 2; }

.cat--compact {
	display: grid;
	grid-template-columns: 1fr 480px;
	gap: 48px;
	align-items: center;
}

.cat__name {
	font-family: var(--font-mincho);
	font-size: clamp(21px, 2.4vw, 26px);
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.55;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--rule);
}
.cat__body { font-size: 14.5px; color: var(--muted); line-height: 2.05; margin-bottom: 20px; }
.cat__range {
	font-size: 17px;
	font-weight: 900;
	color: var(--green);
	padding-top: 14px;
	border-top: 1px solid var(--rule);
	margin-bottom: 10px;
}
.cat__range span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	color: var(--muted);
	margin-bottom: 2px;
}
.cat__note { font-size: 12px; color: var(--sear); line-height: 1.85; }

/* 主役1枚＋4枚。主役を大きく取って商品の格を出す */
.cat__shots { display: flex; flex-direction: column; gap: 22px; }
.cat__hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.cat--compact .cat__hero img { aspect-ratio: 3 / 4; }

.cat__gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat__gallery li { display: flex; flex-direction: column; gap: 8px; }
.cat__gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.cat__gallery .frame::before { inset: 6px; }

/* 濃色面で使う素材の帯（イチオシ下） */
.gallery-strip {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	margin-top: clamp(44px, 5vw, 64px);
	padding-top: clamp(36px, 4vw, 52px);
	border-top: 1px solid rgba(212, 179, 128, .3);
}
.gallery-strip li { display: flex; flex-direction: column; gap: 10px; }
.gallery-strip img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-strip .frame::before { inset: 6px; }

/* =========================================================================
   ポータル（CV）
   ========================================================================= */
.portal { background: var(--green); }
/* 4大ポータルのみ。1枚あたりの面積を広く取って選びやすくする */
.portal__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-bottom: 26px;
}
.portal__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
	padding: 26px 28px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(212, 179, 128, .45);
	color: #fff;
	text-decoration: none;
	transition: background-color .2s, border-color .2s;
}
.portal__item a:hover {
	background: rgba(255, 255, 255, .1);
	border-color: #d3ab6d;
}
.portal__body { display: flex; flex-direction: column; gap: 6px; }
.portal__name {
	font-family: var(--font-mincho);
	font-size: 21px;
	font-weight: 700;
	letter-spacing: .05em;
}
.portal__desc { font-size: 13px; color: #c3d2c8; line-height: 1.8; }
.portal__arrow { color: #d3ab6d; font-size: 20px; flex-shrink: 0; }
.portal__foot { font-size: 13px; color: #c7d6cd; text-align: center; }
.portal__foot a { color: #fff; }

.pay { margin-top: 44px; border-top: 1px solid rgba(255, 255, 255, .22); padding-top: 32px; }
.pay__title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 14px; letter-spacing: .06em; }
.pay__list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.pay__list li {
	font-size: 14px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .4);
	padding: 6px 16px;
}
.pay__note { font-size: 12px; color: #a9c6b8; line-height: 1.9; }

/* =========================================================================
   寄附の流れ
   ========================================================================= */
.flow__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.flow__item { background: var(--paper); padding: 30px 26px 34px; }
.flow__num {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	color: #fff;
	background: var(--green);
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 16px;
}
.flow__name { font-family: var(--font-mincho); font-size: 18px; font-weight: 700; letter-spacing: .03em; line-height: 1.55; margin-bottom: 10px; }
.flow__desc { font-size: 14px; color: var(--muted); line-height: 1.95; }
.flow__desc strong { color: var(--sear); font-weight: 700; }

/* =========================================================================
   使い道
   ========================================================================= */
.usage { background: var(--green-pale); }

/* 市の写真帯（2026-08-12 修正案：写真差し替え・キャプションなし） */
.usage__photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
.usage__photo { display: flex; flex-direction: column; }
.usage__photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

/* ジャンル分けしないフラットな24メニュー（2026-08-04 修正案） */
.usage__flat {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 28px;
	background: var(--paper);
	border: 1px solid var(--rule);
	padding: 30px 32px;
}
.usage__flat li { font-size: 14px; line-height: 1.7; padding-left: 18px; position: relative; }
.usage__flat li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .68em;
	width: 8px;
	height: 1px;
	background: var(--sear);
}
.usage__foot { margin-top: 26px; font-size: 13px; color: var(--muted); }

/* =========================================================================
   注意点
   ========================================================================= */
.caution__inner { border: 2px solid var(--char); padding: clamp(32px, 4vw, 52px); }
.caution .sec-head { margin-bottom: 32px; }
.caution__list { display: flex; flex-direction: column; }
.caution__list li { padding-block: 22px; border-top: 1px solid var(--rule); }
.caution__list li:last-child { padding-bottom: 0; }
.caution__list h3 {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 26px;
	position: relative;
}
.caution__list h3::before {
	content: "!";
	position: absolute;
	left: 0;
	top: .1em;
	width: 18px;
	height: 18px;
	background: var(--sear);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	display: grid;
	place-items: center;
}
.caution__list p { font-size: 14px; color: var(--muted); line-height: 2; padding-left: 26px; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq__list { border-top: 1px solid var(--rule); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
	display: grid;
	grid-template-columns: 30px 1fr 24px;
	gap: 14px;
	align-items: start;
	width: 100%;
	background: none;
	border: 0;
	padding: 22px 4px;
	text-align: left;
	cursor: pointer;
}
.faq__q-mark { font-size: 18px; font-weight: 900; color: var(--sear); line-height: 1.6; }
.faq__q-text { font-size: 16px; font-weight: 700; line-height: 1.7; }
.faq__icon { position: relative; width: 16px; height: 16px; margin-top: 6px; justify-self: end; }
.faq__icon::before,
.faq__icon::after {
	content: "";
	position: absolute;
	background: var(--green);
	transition: transform .2s;
}
.faq__icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq__icon::after { top: 0; left: 7px; width: 2px; height: 16px; }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: scaleY(0); }
.faq__a { padding: 0 4px 26px 44px; }
.faq__a p { font-size: 15px; color: var(--muted); line-height: 2.05; }
.faq__a strong { color: var(--ink); font-weight: 700; }

/* =========================================================================
   コラム
   ========================================================================= */
.columns { background: var(--paper-alt); }
.columns__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.column a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: var(--paper);
	border: 1px solid var(--rule);
	height: 100%;
	text-decoration: none;
	color: var(--ink);
	transition: border-color .18s;
}
.column a:hover { border-color: var(--green); }
.column__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.column__date { font-size: 12px; color: var(--muted); letter-spacing: .06em; margin: 18px 22px 0; }
.column__title { font-size: 16px; font-weight: 700; line-height: 1.65; margin: 0 22px 24px; }

/* =========================================================================
   最終CTA
   ========================================================================= */
/* B-34：リード文と見出しを削除しボタン＋注記のみになったため、
   section 既定の padding-block（--gap）では余白が空きすぎる。帯として詰める */
.lastcta {
	background: var(--char);
	text-align: center;
	padding-block: clamp(40px, 5vw, 64px);
}
.lastcta__lead { font-size: 15px; color: #b9d3c5; margin-bottom: 16px; }
.lastcta__title {
	font-family: var(--font-mincho);
	font-size: clamp(26px, 4vw, 42px);
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.45;
	color: #fff;
	margin-bottom: 34px;
}
.lastcta__note { margin-top: 20px; font-size: 13px; color: #8f8a83; }

/* =========================================================================
   お問い合わせ
   ========================================================================= */
.contact { background: var(--paper); border-top: 1px solid var(--rule); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact__title { font-family: var(--font-mincho); font-size: clamp(22px, 3vw, 30px); font-weight: 700; letter-spacing: .05em; line-height: 1.5; margin-bottom: 16px; }
.contact__note { font-size: 14px; color: var(--muted); line-height: 2; }
.nap { border-top: 1px solid var(--rule); }
.nap__row { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding-block: 16px; border-bottom: 1px solid var(--rule); }
.nap dt { font-size: 13px; font-weight: 700; color: var(--muted); }
.nap dd { font-size: 15px; margin: 0; }
.nap__tel { font-size: 24px; font-weight: 900; color: var(--green); text-decoration: none; letter-spacing: .01em; }

/* =========================================================================
   フッター
   ========================================================================= */
.site-footer { background: var(--green-dark); color: #cfe0d6; padding-block: 52px 88px; }
.site-footer__top { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.site-footer__brand { display: flex; flex-direction: column; gap: 4px; }
.site-footer__muni { font-size: 11px; letter-spacing: .18em; color: #9dbaab; }
.site-footer__title { font-size: 17px; font-weight: 900; color: #fff; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; }
.site-footer__links a { font-size: 13px; color: #cfe0d6; text-decoration: none; border-bottom: 1px solid transparent; }
.site-footer__links a:hover { border-bottom-color: currentColor; }
.site-footer__editor { font-size: 12px; line-height: 1.9; margin-top: 22px; color: #9dbaab; }
.site-footer__credit { font-size: 12px; line-height: 1.9; margin-top: 8px; color: #9dbaab; }
.site-footer__copy { font-size: 12px; margin-top: 18px; color: #7fa294; }

/* =========================================================================
   追従CTA（SPのみ）
   ========================================================================= */
.sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	background: rgba(36, 31, 28, .96);
	border-top: 1px solid rgba(255, 255, 255, .16);
	transform: translateY(110%);
	transition: transform .28s ease;
	display: none;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__inner {
	width: min(100% - 24px, var(--wrap));
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 16px;
	padding-block: 10px;
}
.sticky-cta__text { font-size: 12px; color: #cfc9c2; flex: 1; line-height: 1.5; }
.sticky-cta__btn {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 22px;
	background: var(--sear);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

/* =========================================================================
   下層（記事・固定ページ）
   ========================================================================= */
.entry { padding-block: 64px; }
.entry__head { border-bottom: 1px solid var(--rule); padding-bottom: 26px; margin-bottom: 36px; }
.entry__date { font-size: 13px; color: var(--muted); letter-spacing: .06em; }
.entry__title { font-family: var(--font-mincho); font-size: clamp(25px, 3.6vw, 36px); font-weight: 700; letter-spacing: .04em; line-height: 1.5; margin-block: 10px 16px; }
.entry__by { font-size: 13px; color: var(--muted); }
.entry__body { font-size: 16px; line-height: 2.1; }
.entry__body h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	margin: 56px 0 18px;
	padding-left: 16px;
	border-left: 4px solid var(--green);
}
.entry__body h3 { font-size: 19px; font-weight: 900; margin: 38px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--rule); }
.entry__body p { margin-bottom: 22px; }
.entry__body ul { list-style: disc; padding-left: 1.4em; margin-bottom: 22px; }
.entry__body ol { list-style: decimal; padding-left: 1.4em; margin-bottom: 22px; }
.entry__body li { margin-bottom: 8px; }
.entry__body img { margin-block: 24px; }
.entry__cta { margin-top: 56px; padding: 34px 32px; background: var(--green-pale); border: 1px solid var(--rule); }
.entry__cta p { font-size: 16px; font-weight: 700; margin-bottom: 18px; }

.archive-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-block: 20px 40px; }
.pager { display: flex; gap: 10px; justify-content: center; padding-bottom: 60px; }
.pager .page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
	border: 1px solid var(--rule);
	text-decoration: none;
	color: var(--ink);
}
.pager .page-numbers.current { background: var(--green); color: #fff; border-color: var(--green); }

/* 写真キャプションは 2026-08-12 修正案で全廃（alt のみ残す） */

/* =========================================================================
   レスポンシブ
   ========================================================================= */
/* 縦の短い画面でブランドバーのメニューが途切れないよう詰める（2026-08-20 修正依頼） */
@media (max-height: 760px) {
	.brandbar__name { font-size: 11px; letter-spacing: .12em; }
	.brandbar__nav { gap: 8px; margin-bottom: 8px; }
	.brandbar__nav a { font-size: 10px; letter-spacing: .06em; }
	.brandbar__cta { font-size: 11px; letter-spacing: .1em; padding: 10px 10px; }
}

@media (max-width: 1180px) {
	:root { --bar: 76px; }
	.brandbar__nav { gap: 20px; }
	.brandbar__nav a { font-size: 12px; }
}

@media (max-width: 1024px) {
	.stats__list { grid-template-columns: repeat(2, 1fr); border-left: 0; }
	.stats__item { border-top: 1px solid rgba(255, 255, 255, .22); padding-block: 20px; }
	.stats__item:nth-child(2n) { border-right: 0; }
	.usage__flat,
	.columns__list,
	.archive-list { grid-template-columns: repeat(2, 1fr); }
	.cat--full,
	.cat--full:nth-child(even),
	.cat--compact { grid-template-columns: 1fr; gap: 30px; }
	.cat--full:nth-child(even) .cat__head { order: 0; }
	.gallery-strip { grid-template-columns: repeat(5, 1fr); gap: 12px; }
	.featured__subs { grid-template-columns: 1fr; }
	.flow__list { grid-template-columns: repeat(2, 1fr); }
	.price__grid { grid-template-columns: 1fr; }
	.price__band--main .price__range { margin-top: 26px; }
}

@media (max-width: 900px) {
	:root { --gap: clamp(48px, 9vw, 72px); --bar: 0px; }

	/* ブランドバーをやめ、上部ヘッダーに切り替える */
	.brandbar { display: none; }
	body { padding-left: 0; }
	.site-header {
		display: block;
		position: sticky;
		top: 0;
		z-index: 100;
		background: rgba(255, 255, 255, .97);
		border-bottom: 1px solid var(--rule);
		backdrop-filter: saturate(140%) blur(6px);
	}
	html { scroll-padding-top: 72px; }

	.hero { min-height: min(92svh, 720px); }
	.hero__inner { padding-block: 92px 168px; }
	.hero__title { letter-spacing: .05em; }
	.hero__actions .btn { flex: 1 1 100%; }
	.br-pc { display: none; }

	.why__grid { grid-template-columns: 1fr; }

	.type,
	.type:nth-child(even) { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px 32px; }
	.type:nth-child(even) .type__media { order: 0; }
	.type__media img { aspect-ratio: 16 / 9; }

	.featured__inner,
	.craft__inner,
	.contact__grid { grid-template-columns: 1fr; gap: 34px; }
	.parts { margin-top: 40px; padding: 26px 20px 30px; }
	.parts__body { grid-template-columns: 1fr; gap: 24px; }
	.ornament { display: none; }
	.craft__media { order: -1; }

	.story { grid-template-columns: 1fr; }
	.story__media img { min-height: 260px; }

	.portal__list { grid-template-columns: 1fr; gap: 14px; }

	.sticky-cta { display: block; }
	.site-footer { padding-bottom: 108px; }
}

@media (max-width: 620px) {
	body { font-size: 15px; }
	.wrap { width: calc(100% - 32px); }
	.usage__flat,
	.columns__list,
	.archive-list,
	.flow__list { grid-template-columns: 1fr; }
	.usage__photos { grid-template-columns: 1fr; gap: 16px; }
	.cat__gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.gallery-strip { grid-template-columns: repeat(3, 1fr); gap: 10px; }
	.featured__sub { grid-template-columns: 108px 1fr; gap: 16px; }
	.gtabs { gap: 4px 18px; }
	.gtabs__tab { font-size: 14.5px; padding: 8px 2px 12px; }
	.cta-band__inner { flex-direction: column; align-items: stretch; text-align: center; }
	.gallery-strip li:nth-child(n+4) { display: none; }
	.frame::before { inset: 5px; }
	.craft__steps li { grid-template-columns: 30px 1fr; row-gap: 4px; }
	.craft__step-desc { grid-column: 2; }
	.caution__inner { padding: 26px 20px 30px; }
	.nap__row { grid-template-columns: 88px 1fr; gap: 10px; }
	.sticky-cta__text { display: none; }
	.sticky-cta__btn { flex: 1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
	.reveal { opacity: 1; transform: none; }
	.reveal-img img { transform: none; }
	.hero__slide img { animation: none; }
}
