/*
Theme Name: Zipper Style Theme
Theme URI: https://example.com
Author: Your Company
Author URI: https://example.com
Description: 「放課後カルチャーメディア」向けの夜×ネオン基調クラシックPHPテーマ。特集記事(FEATURES)・SNAP・NEWS・MAGAZINE・MODELの5コンテンツタイプに対応。ブランドカラーは外観 > カスタマイズから変更可能です。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zipper-style-theme
*/

/* ==========================================================================
   0. デザイントークン
   「白ベース×放課後ネオン（夕方の街）」デザインリニューアル指示書に基づくトークン定義。
   背景は白基調、ネオンは背景ではなく「光（Glow）」としてのみ使用します。
   ブランドカラーは外観>カスタマイズから上書き可能です。
   ========================================================================== */
:root {
	/* ベースカラー（白ベース。夜ではなく「夕方の街」の軽やかさを意識） */
	--color-bg: #FAFAFC;
	--color-surface: #F7F8FD;
	--color-card: #FFFFFF;
	--color-border: rgba(17, 17, 31, 0.08);
	--color-text: #14141F;
	--color-text-sub: #5B5F73;
	--color-text-muted: #9296A6;

	/* ネオンカラー（淡いパステルネオン。「清楚感」を出すため彩度を落とし柔らかい発色に調整） */
	--color-pink: #FF8FC0;
	--color-purple: #B79AF0;
	--color-lime: #D8F591;
	--color-sky: #8ED8F8;
	--color-yellow: #FFEB94;
	--color-orange: #FFAD85; /* 夕焼け〜ネオンのグラデーション用（Hero専用） */

	/* Light Blob（光）用のやや強めのウォッシュ。パステル化に伴い濃度も少し控えめに調整 */
	--color-pink-glow: rgba(255, 143, 192, 0.14);
	--color-purple-glow: rgba(183, 154, 240, 0.14);
	--color-lime-glow: rgba(216, 245, 145, 0.12);
	--color-yellow-glow: rgba(255, 235, 148, 0.12);
	--color-sky-glow: rgba(142, 216, 248, 0.14);

	/* タグ/ステッカー用の少し濃いめの背景（可読性確保のため8〜14%程度） */
	--color-pink-tint: rgba(255, 143, 192, 0.1);
	--color-purple-tint: rgba(183, 154, 240, 0.1);
	--color-lime-tint: rgba(216, 245, 145, 0.12);
	--color-sky-tint: rgba(142, 216, 248, 0.1);
	--color-yellow-tint: rgba(255, 235, 148, 0.12);

	/* 互換用（カスタマイザーの「アクセントカラー」設定で上書きされます） */
	--color-accent: var(--color-pink);
	--color-accent-light: var(--color-pink-tint);
	--color-bg-alt: var(--color-surface);

	/* タイポグラフィ */
	--font-jp: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	--font-en: "Poppins", sans-serif;
	--font-num: "Inter", sans-serif;
	--font-base: var(--font-jp);

	--fs-h1: 48px;
	--fs-h2: 34px;
	--fs-h3: 26px;
	--fs-body: 16px;
	--fs-small: 14px;
	--fs-caption: 12px;

	--fw-heading: 800;
	--fw-sub: 600;
	--fw-body: 400;

	/* 余白スケール（8の倍数。基本的にこの値以外は使用しない） */
	--space-1: 8px;
	--space-2: 16px;
	--space-3: 24px;
	--space-4: 32px;
	--space-5: 48px;
	--space-6: 64px;
	--space-7: 80px;
	--space-8: 120px;
	--space-9: 64px; /* Hero → 次セクションの余白（次のセクションが画面内に見えるよう詰めた） */
	--space-10: 48px; /* セクション間の余白（次のセクションが画面内に見えるよう詰めた） */

	/* Radius */
	--radius-card: 24px;
	--radius-image: 20px;
	--radius-button: 999px;
	--radius: var(--radius-image); /* 互換用エイリアス */

	/* Shadow / Glow（自然な街の光を意識し、光らせすぎない） */
	--shadow-soft: 0 4px 20px rgba(17, 17, 31, 0.08);
	--glow-pink: 0 0 14px rgba(255, 143, 192, 0.22);
	--glow-purple: 0 0 14px rgba(183, 154, 240, 0.22);
	--glow-lime: 0 0 14px rgba(216, 245, 145, 0.2);
	--glow-sky: 0 0 14px rgba(142, 216, 248, 0.22);
	--glow-yellow: 0 0 14px rgba(255, 235, 148, 0.2);

	--max-width: 1200px;
}

/* ==========================================================================
   1. リセット & ベース
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	position: relative;
	margin: 0;
	font-family: var(--font-jp);
	color: var(--color-text);
	background-color: var(--color-bg);
	/* 白ベースの上に、①Gradient(夕焼けの気配) ④Dotパターン をごく薄く重ねる。
	   ※以前ここにあった「Paper質感」のSVGレイヤーは、opacity指定が効かない生の
	   feTurbulence画像だったため、ページ全体がグレーがかって見える不具合の原因になっていました。
	   紙のようなノイズ質感は下のbody::beforeが正しくopacity 2%で担っているため、このレイヤーは削除しています。 */
	background-image:
		radial-gradient(ellipse 60% 50% at 8% 0%, rgba(255, 143, 192, 0.04), transparent 60%),
		radial-gradient(ellipse 60% 50% at 95% 10%, rgba(183, 154, 240, 0.04), transparent 60%),
		radial-gradient(ellipse 50% 40% at 50% 100%, rgba(255, 173, 133, 0.03), transparent 60%),
		radial-gradient(rgba(17, 17, 31, 0.02) 1px, transparent 1px);
	background-size: auto, auto, auto, 22px 22px;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat;
	background-attachment: fixed, fixed, fixed, scroll;
	line-height: 1.6; /* 160% */
	font-size: var(--fs-body);
	font-weight: var(--fw-body);
}
/* ⑤ 極薄いノイズ質感（SVGのfeTurbulenceをCSS背景として重ねるだけ。JS不要・opacity 2%） */
body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.02;
	mix-blend-mode: multiply;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
	background-size: 200px 200px;
}
/* ③ 極薄いグリッド質感（白ベースの上に、ごく淡いダーク系ラインで） */
body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		repeating-linear-gradient(0deg, rgba(17, 17, 31, 0.025) 0, rgba(17, 17, 31, 0.025) 1px, transparent 1px, transparent 42px),
		repeating-linear-gradient(90deg, rgba(17, 17, 31, 0.025) 0, rgba(17, 17, 31, 0.025) 1px, transparent 1px, transparent 42px);
}
/* ② Pink/Purple/Sky/LimeのLight Blobをページ全体へ（filter:blurによる本物のグロー。背景ではなく「光」として） */
.zst-ambient-glow {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.zst-ambient-glow span {
	position: absolute;
	width: 42vw;
	height: 42vw;
	max-width: 520px;
	max-height: 520px;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.16;
}
.zst-ambient-glow span:nth-child(1) { top: -12%; left: -8%; background: var(--color-pink); }
.zst-ambient-glow span:nth-child(2) { top: 3%; right: -12%; background: var(--color-purple); }
.zst-ambient-glow span:nth-child(3) { bottom: -14%; left: 10%; background: var(--color-sky); }
.zst-ambient-glow span:nth-child(4) { bottom: -10%; right: 6%; background: var(--color-lime); }
h1, h2, h3 { font-family: var(--font-en), var(--font-jp); font-weight: var(--fw-heading); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link { position: absolute; top: -100px; left: 0; background: var(--color-accent); color: #fff; padding: 8px 16px; z-index: 999; }
.skip-link:focus { top: 0; position: fixed; }

/* ==========================================================================
   2. ヘッダー
   高さ80px（スクロール時60px）、半透明+blur。Logo / Category / Search / SNSの構成。
   ========================================================================== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: 80px;
	display: flex;
	align-items: center;
	background: rgba(250, 250, 252, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--color-border);
	transition: height 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled { height: 60px; background: rgba(250, 250, 252, 0.92); box-shadow: var(--shadow-soft); }
.site-header__inner { width: 100%; max-width: var(--max-width); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--space-3); gap: var(--space-3); flex-wrap: wrap; }
.site-branding { display: flex; flex-direction: column; }
.site-title-link { color: var(--color-text); font-family: var(--font-en); font-size: 20px; font-weight: var(--fw-heading); letter-spacing: 0.02em; }
.site-tagline { font-size: var(--fs-caption); color: var(--color-text-muted); margin: 2px 0 0; }

.menu-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: var(--space-1); }
.menu-toggle span { width: 22px; height: 2px; background: var(--color-text); display: block; border-radius: 2px; }

.primary-navigation { display: flex; align-items: center; gap: var(--space-3); }
#primary-menu { display: flex; gap: var(--space-2); flex-wrap: wrap; }
#primary-menu a { font-family: var(--font-en); font-size: var(--fs-small); font-weight: var(--fw-sub); letter-spacing: 0.02em; }
.header-sns-icons { display: flex; gap: var(--space-2); }
.header-sns-icons a { font-size: var(--fs-caption); font-weight: var(--fw-sub); color: var(--color-text-muted); }
.header-search .search-form { display: flex; }
.header-search input[type="search"] { border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-text); border-radius: var(--radius-button) 0 0 var(--radius-button); padding: 6px var(--space-2); font-size: var(--fs-small); width: 160px; }
.header-search input[type="search"]::placeholder, .header-search-block input[type="search"]::placeholder { color: var(--color-text-muted); }
.header-search .search-submit { border: 1px solid var(--color-pink); background: var(--color-pink); color: #fff; border-radius: 0 var(--radius-button) var(--radius-button) 0; padding: 6px var(--space-2); font-size: var(--fs-caption); cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.header-search .search-submit:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

.header-search-block { max-width: 480px; margin: 0 auto var(--space-4); }
.header-search-block .search-form { display: flex; }
.header-search-block input[type="search"] { flex: 1; border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-text); border-radius: var(--radius-button) 0 0 var(--radius-button); padding: var(--space-2) var(--space-3); font-size: var(--fs-small); }
.header-search-block .search-submit { border: 1px solid var(--color-pink); background: var(--color-pink); color: #fff; border-radius: 0 var(--radius-button) var(--radius-button) 0; padding: 0 var(--space-4); font-size: var(--fs-small); cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.header-search-block .search-submit:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

/* ==========================================================================
   2.5 ヒーロー動画バナー
   大きな写真/動画に、タイトルだけを重ねるシンプルな構成（説明文なし）。
   ========================================================================== */
.section-hero-video { position: relative; max-width: var(--max-width); margin: 0 auto var(--space-9); padding: 0 var(--space-3); }
/* Heroの背後にPink/Purple/BlueのLight Blobを3つ配置し、写真が主役のまま存在感を底上げする（背景に自然に馴染ませ、派手にはしない） */
.hero-glow { position: absolute; inset: -70px -10px; z-index: 0; pointer-events: none; overflow: visible; }
.hero-glow span { position: absolute; width: 300px; height: 300px; border-radius: 50%; filter: blur(95px); opacity: 0.2; }
.hero-glow span:nth-child(1) { top: -50px; left: -30px; background: var(--color-pink); }
.hero-glow span:nth-child(2) { top: 10%; right: -70px; background: var(--color-purple); }
.hero-glow span:nth-child(3) { bottom: -70px; left: 18%; background: var(--color-sky); }
.hero-video { z-index: 1; }
.hero-video {
	position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden;
	border-radius: var(--radius-card); background: #000;
	box-shadow: var(--shadow-soft), 0 20px 60px rgba(255, 143, 192, 0.12);
}
.hero-video__el { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 「夕方の街」：夜ではなく夕焼けからネオンが灯り始める瞬間。Pink/Purple/Orangeの光を重ねる */
.hero-video::after {
	content: "";
	position: absolute; inset: 0;
	background:
		/* Light Reflection：ガラスに光が反射したような斜めのハイライト */
		linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.12) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.12) 55%, transparent 70%),
		radial-gradient(ellipse 70% 60% at 10% 100%, rgba(255, 143, 192, 0.2), transparent 70%),
		radial-gradient(ellipse 70% 60% at 100% 0%, rgba(183, 154, 240, 0.18), transparent 70%),
		radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 173, 133, 0.18), transparent 70%),
		linear-gradient(180deg, rgba(40, 30, 30, 0.02) 0%, rgba(40, 30, 30, 0) 45%, rgba(30, 25, 30, 0.28) 100%);
	pointer-events: none;
}
/* 清楚感を意識し、フィルム感は極力ナチュラルに（彩度・コントラストを上げすぎない） */
.hero-video__el { filter: brightness(1) contrast(1.02) saturate(1.03); }
.hero-video__caption {
	position: absolute; left: var(--space-5); bottom: var(--space-5); right: var(--space-5);
	display: flex; flex-direction: column; gap: 10px;
	z-index: 1;
}
.hero-video__category {
	position: relative;
	display: inline-block;
	width: fit-content;
	color: #fff;
	font-family: var(--font-en);
	font-size: var(--fs-caption);
	font-weight: var(--fw-sub);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: var(--radius-button);
	padding: 4px 14px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: var(--glow-pink);
	/* 清楚感を意識し、点滅は行わず静かに灯る程度の光にとどめる */
	/* Gradient Border：ピンク→パープルのやさしいパステル枠（二重背景テクニック） */
	background:
		linear-gradient(rgba(40, 34, 46, 0.42), rgba(40, 34, 46, 0.42)) padding-box,
		linear-gradient(90deg, var(--color-pink), var(--color-purple)) border-box;
}
/* マスキングテープを貼ったような装飾（ショップの値札感を補強） */
.hero-video__category::after {
	content: "";
	position: absolute;
	top: -9px;
	left: -12px;
	width: 32px;
	height: 13px;
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(-10deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.hero-video__headline {
	color: #fff; font-family: var(--font-jp); font-size: var(--fs-h1); font-weight: var(--fw-heading);
	letter-spacing: 0.01em; line-height: 1.3;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
.hero-video__subcopy {
	color: var(--color-text-sub);
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: var(--fw-sub);
	line-height: 1.6;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
/* 手書き風のワンポイントライン（やりすぎない程度に一箇所だけ） */
.hero-video__headline::after {
	content: "";
	display: block;
	width: 84px;
	height: 14px;
	margin-top: 8px;
	opacity: 0.9;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 14'><path d='M2 8c8-10 16 10 24 0s16-10 24 0 16 10 24 0' fill='none' stroke='%23FF8FC0' stroke-width='3' stroke-linecap='round'/></svg>");
}
@media (max-width: 600px) {
	.hero-video { aspect-ratio: 4/5; }
	.hero-video__headline { font-size: 30px; }
}

/* ==========================================================================
   3. 共通レイアウト
   Section Margin 80〜120px、Padding Desktop 32px（デザインガイドライン準拠）。
   ========================================================================== */
.front-page, .site-main { max-width: var(--max-width); margin: 0 auto; padding: var(--space-4) var(--space-4) var(--space-6); }
.content-columns, .front-page__columns { display: grid; grid-template-columns: 1fr 320px; gap: var(--space-4); align-items: start; }
.section { margin-bottom: var(--space-10); }
/* セクションタイトルは「ショップ看板」：白背景の上に小さなダークプレート（看板）を掲げ、
   英字ロゴのような白文字＋セクションカラーのごく弱いGlowを纏わせる。日本語サブタイトルはプレートの外側に、
   控えめなグレーで添える（英字と日本語の強弱をはっきりつける）。 */
.section-title {
	font-family: var(--font-en);
	font-size: 60px;
	color: var(--color-text);
	font-weight: var(--fw-heading);
	letter-spacing: 0.06em;
	margin-top: var(--space-3);
	margin-bottom: var(--space-4);
	display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
	text-transform: uppercase;
	line-height: 1.15;
}
/* 「看板」ではなく「ブランドロゴ」として扱う：背景ボックスは持たず、ダークグレーの文字＋背面にPink/Purpleの
   やわらかいGlow（ぼかした光）だけを添える。黒い面積を増やさず、軽く透明感のある印象を維持する */
.section-title__main {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--color-text);
	letter-spacing: 0.1em;
}
.section-title__main::before {
	content: "";
	position: absolute;
	inset: -36px -46px;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 60% 65% at 35% 50%, rgba(255, 143, 192, 0.38), transparent 65%),
		radial-gradient(ellipse 60% 65% at 68% 50%, rgba(183, 154, 240, 0.3), transparent 65%);
	filter: blur(30px);
}
/* 色モディファイア（--pink/--purple/--lime/--sky/--yellowなど）はマークアップ互換のために残しているが、
   タイトル自体はブランドカラーとしてPink/Purpleのグローに統一する */
.section-title__main--pink,
.section-title__main--purple,
.section-title__main--lime,
.section-title__main--sky,
.section-title__main--yellow {
	color: var(--color-text);
}
.section-title__sub {
	font-family: var(--font-jp);
	font-size: var(--fs-body);
	font-weight: var(--fw-sub);
	color: #83879F;
	text-transform: none;
	letter-spacing: 0;
	text-shadow: none;
}
@media (max-width: 600px) {
	.section-title { font-size: 40px; }
	.section-title__main::before { inset: -24px -30px; filter: blur(22px); }
}
/* 遊び心のワンポイント装飾（★♡+など）。使いすぎないよう2〜3箇所限定のアクセント。清楚感を意識し点滅はさせず、ごく淡く静かに光らせる */
.section-title__accent {
	position: relative;
	color: var(--color-pink);
	margin-left: 6px;
	display: inline-block;
	text-shadow: 0 0 8px rgba(255, 143, 192, 0.55);
	filter: drop-shadow(0 0 6px rgba(255, 143, 192, 0.4));
}
/* 落書き風のラフな丸スクリブル（ステッカーを手で囲んだようなストリート感）。子供っぽくならないよう極薄く */
.section-title__accent::before {
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	width: 2.2em; height: 2.2em;
	transform: translate(-50%, -50%) rotate(-6deg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.5;
	pointer-events: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><path d='M30 4C14 3 4 15 5 30c1 16 13 27 27 26 15-1 24-14 23-28C54 14 43 5 30 4z' fill='none' stroke='%23FF8FC0' stroke-width='2'/></svg>");
}
.section-more { text-align: center; margin-top: var(--space-3); }

/* ボタン: Primary(ピンク/白文字)・Secondary(白/黒文字・ボーダー)、共にPill型 */
.btn-more {
	display: inline-block;
	border: 1px solid var(--color-text);
	background: var(--color-surface);
	color: var(--color-text);
	padding: var(--space-2) var(--space-4);
	border-radius: var(--radius-button);
	font-size: var(--fs-small);
	font-weight: var(--fw-sub);
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-more:hover { transform: translateY(-2px); border-color: var(--color-pink); color: var(--color-pink); box-shadow: var(--glow-pink); }

.btn-primary {
	display: inline-block;
	border: 1px solid var(--color-pink);
	background: var(--color-pink);
	color: #fff;
	padding: var(--space-2) var(--space-4);
	border-radius: var(--radius-button);
	font-size: var(--fs-small);
	font-weight: var(--fw-sub);
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--glow-pink); }

.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: var(--fs-caption); color: var(--color-text-muted); margin-bottom: var(--space-3); }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: 6px; }

/* ==========================================================================
   3.5 セクション背景（白ベース×放課後ネオン）
   セクション自体は淡いsurfaceカラー(#F7F8FD)のクリーンな面のまま。
   ネオンは背景を染めるのではなく、角に小さく灯る「Light Blob」としてのみ使用する。
   ========================================================================== */
.section-tint-pink,
.section-tint-purple,
.section-tint-lime,
.section-tint-yellow,
.section-tint-sky {
	position: relative;
	/* overflow:hiddenにすると、枠を飛び越えて浮かせたい背景装飾イラスト(.page-decoration)まで
	   切り取られてしまうため使用しない。角丸からのはみ出しはグリッド質感側(::before)で吸収する。 */
	border-radius: var(--radius-card);
	padding: var(--space-4);
	background-color: var(--color-surface);
}

/* うっすらグリッド質感（EVENT相当のセクションに1箇所だけ採用。白ベースの上でも見えるダーク系極薄ライン） */
.section-tint-sky::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	pointer-events: none;
	background-image:
		repeating-linear-gradient(0deg, rgba(17, 17, 31, 0.04) 0, rgba(17, 17, 31, 0.04) 1px, transparent 1px, transparent 28px),
		repeating-linear-gradient(90deg, rgba(17, 17, 31, 0.04) 0, rgba(17, 17, 31, 0.04) 1px, transparent 1px, transparent 28px);
}

/* Light Blob：背景を染めず、角に小さく灯るネオンの光のみを配置 */
.section-tint-pink::after,
.section-tint-purple::after,
.section-tint-lime::after,
.section-tint-yellow::after,
.section-tint-sky::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.22;
	pointer-events: none;
	z-index: 0;
}
.section-tint-pink::after { top: -80px; right: -60px; background: var(--color-pink); }
.section-tint-purple::after { bottom: -80px; left: -60px; background: var(--color-purple); }
.section-tint-lime::after { top: -80px; left: -60px; background: var(--color-lime); }
.section-tint-yellow::after { bottom: -80px; right: -60px; background: var(--color-yellow); }
.section-tint-sky::after { bottom: -80px; right: -60px; background: var(--color-sky); }

/* 実際のコンテンツ（見出し・カード等）は常にGlow Lightより手前に */
.section-tint-pink > *,
.section-tint-purple > *,
.section-tint-lime > *,
.section-tint-yellow > *,
.section-tint-sky > * {
	position: relative;
	z-index: 1;
}

/* ==========================================================================
   4. 記事カード（FEATURES）
   画像70% / タイトル20% / タグ10%。説明文・日付は表示しない。
   Hoverでは画像だけを拡大させ（scale 1.03）、カード自体は動かさない。
   ========================================================================== */
.post-list-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
/* 情報カードではなく「ショップカード」：白ベースのガラス面（Glass感）＋常時ごく弱いGlow Border＋Hoverで発光を強める */
.post-card {
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-card);
	padding: var(--space-2);
	box-shadow: var(--shadow-soft), 0 0 16px rgba(255, 143, 192, 0.08);
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
/* ガラスに光が反射したような、ごく薄いReflection（常時・非常に弱く） */
.post-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.18;
	mix-blend-mode: overlay;
	background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.65) 52%, rgba(255, 255, 255, 0.5) 56%, transparent 78%);
}
.post-card:hover { border-color: var(--color-pink); box-shadow: var(--shadow-soft), var(--glow-pink); }
.post-card__thumb {
	position: relative;
	border-radius: var(--radius-image);
	overflow: hidden;
	aspect-ratio: 4/5;
	background: var(--color-bg-alt);
}
/* 写真加工：清楚感を優先し彩度・コントラストはごくナチュラルに（フィルム感の演出は最小限） */
.post-card__thumb img,
.magazine-card__cover img,
.snap-card__thumb img,
.model-card__thumb img {
	filter: brightness(1) contrast(1.01) saturate(1.02);
}
/* ネオンカラー反射：写真の上にごく薄いパステルピンク×ラベンダーの光を重ねる（overlayブレンドで自然に馴染ませる。清楚感を優先し控えめに） */
.post-card__thumb::after,
.magazine-card__cover::after,
.snap-card__thumb::after,
.model-card__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.35;
	background: linear-gradient(135deg, rgba(255, 143, 192, 0.18), transparent 55%, rgba(183, 154, 240, 0.18));
}
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.post-card:hover .post-card__thumb img { transform: scale(1.03); }
.post-card__noimage { width: 100%; height: 100%; background: var(--color-bg-alt); }
/* ショップタグ・ステッカー風のカテゴリーバッジ（透明背景＋ネオン枠＋Glow。普通のタグは使わない） */
.category-badge {
	display: inline-block; font-family: var(--font-en); font-size: var(--fs-caption); font-weight: var(--fw-sub);
	letter-spacing: 0.04em; text-transform: uppercase;
	color: var(--color-pink); background: transparent; border: 1px solid var(--color-pink);
	border-radius: var(--radius-button); padding: 3px 10px; margin-right: 6px;
	transform: rotate(-2deg);
	box-shadow: var(--glow-pink);
}
.category-badge--fashion { color: var(--color-pink); background: transparent; border-color: var(--color-pink); box-shadow: var(--glow-pink); }
.category-badge--beauty { color: var(--color-purple); background: transparent; border-color: var(--color-purple); box-shadow: var(--glow-purple); transform: rotate(2deg); }
.category-badge--character { color: var(--color-lime); background: transparent; border-color: var(--color-lime); box-shadow: var(--glow-lime); transform: rotate(-2deg); }
.category-badge--goods { color: var(--color-sky); background: transparent; border-color: var(--color-sky); box-shadow: var(--glow-sky); transform: rotate(2deg); }
.category-badge--cafe { color: var(--color-yellow); background: transparent; border-color: var(--color-yellow); box-shadow: var(--glow-yellow); transform: rotate(-2deg); }
/* ショップステッカーらしく、Hoverで少しだけ発光を強める（普段は控えめ、触れると灯る） */
.category-badge { transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease; }
.category-badge:hover { transform: translateY(-1px) rotate(0deg); box-shadow: 0 0 3px currentColor, 0 0 14px currentColor; filter: saturate(1.15); }
.post-card__body { padding: var(--space-2) 2px 0; }
.post-card__title {
	font-family: var(--font-jp);
	font-size: var(--fs-small);
	font-weight: var(--fw-sub);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tag-pill-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: var(--space-1); }
/* 「普通のタグは禁止」：ハッシュタグも含め全てのタグを透明背景＋ネオン枠＋Glowのステッカー風に統一 */
.tag-pill {
	font-size: var(--fs-caption);
	font-weight: var(--fw-sub);
	color: var(--color-sky);
	background: transparent;
	border: 1px solid var(--color-sky);
	border-radius: var(--radius-button);
	padding: 3px 10px;
	box-shadow: var(--glow-sky);
}
.tag-pill--accent { color: var(--color-pink); background: transparent; border-color: var(--color-pink); box-shadow: var(--glow-pink); }

/* カテゴリー別ブランドカラー（Fashion=Pink / Beauty=Purple / Character=Lime / Goods=Sky / Cafe=Yellow） */
.tag-pill--fashion { color: var(--color-pink); background: transparent; border-color: var(--color-pink); box-shadow: var(--glow-pink); }
.tag-pill--beauty { color: var(--color-purple); background: transparent; border-color: var(--color-purple); box-shadow: var(--glow-purple); }
.tag-pill--character { color: var(--color-lime); background: transparent; border-color: var(--color-lime); box-shadow: var(--glow-lime); }
.tag-pill--goods { color: var(--color-sky); background: transparent; border-color: var(--color-sky); box-shadow: var(--glow-sky); }
.tag-pill--cafe { color: var(--color-yellow); background: transparent; border-color: var(--color-yellow); box-shadow: var(--glow-yellow); }
/* ショップステッカーらしく、Hoverで少しだけ発光を強める */
.tag-pill { transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease; }
.tag-pill:hover { transform: translateY(-1px); box-shadow: 0 0 3px currentColor, 0 0 14px currentColor; filter: saturate(1.15); }

/* ==========================================================================
   5. POPULAR TAGS
   ダーク面に薄いボーダー、Hoverでネオンピンクに発光
   ========================================================================== */
.tag-list { display: flex; flex-wrap: wrap; gap: var(--space-1); justify-content: center; margin-bottom: var(--space-1); }
.tag-list a {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	color: var(--color-text-sub);
	padding: var(--space-1) var(--space-3);
	border-radius: var(--radius-button);
	font-size: var(--fs-small);
	font-weight: var(--fw-sub);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.tag-list a:hover { background: var(--color-pink-tint); border-color: var(--color-pink); color: var(--color-pink); box-shadow: var(--glow-pink); }
.section-search-tags { text-align: center; }
/* トップビューとAFTER SCHOOLの間に独立配置したフリーワード検索 */
.section-search { padding: var(--space-3) 0 var(--space-2); }

/* ==========================================================================
   5.5 PICK UP（FOUNDの記事を順位付きで表示するランキングリスト）
   ========================================================================== */
.pickup-list { display: flex; flex-direction: column; gap: var(--space-3); max-width: 720px; margin: 0 auto; }
.pickup-item:not(:last-child) { border-bottom: 1px solid var(--color-border); padding-bottom: var(--space-3); }
.pickup-item__link { display: flex; align-items: center; gap: var(--space-3); }
.pickup-item__rank {
	flex-shrink: 0;
	width: 52px;
	font-family: var(--font-num);
	font-size: 34px;
	font-weight: 800;
	text-align: center;
	color: var(--color-text-muted);
}
/* 上位3位はブランドカラーで少しだけ発光させ、順位の強弱をつける */
.pickup-item:nth-child(1) .pickup-item__rank { color: var(--color-pink); text-shadow: 0 0 10px rgba(255, 143, 192, 0.35); }
.pickup-item:nth-child(2) .pickup-item__rank { color: var(--color-purple); text-shadow: 0 0 8px rgba(183, 154, 240, 0.28); }
.pickup-item:nth-child(3) .pickup-item__rank { color: var(--color-sky); text-shadow: 0 0 8px rgba(142, 216, 248, 0.28); }
.pickup-item__thumb {
	flex-shrink: 0;
	display: block;
	width: 88px;
	height: 88px;
	border-radius: var(--radius-image);
	overflow: hidden;
	background: var(--color-bg-alt);
	box-shadow: var(--shadow-soft);
}
.pickup-item__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.pickup-item:hover .pickup-item__thumb img { transform: scale(1.05); }
.pickup-item__body { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.pickup-item__title {
	font-family: var(--font-jp);
	font-size: var(--fs-small);
	font-weight: var(--fw-sub);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 600px) {
	.pickup-item__rank { width: 36px; font-size: 26px; }
	.pickup-item__thumb { width: 64px; height: 64px; }
}

/* ==========================================================================
   6. MAGAZINE
   ========================================================================== */
.magazine-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
.magazine-grid--archive { grid-template-columns: repeat(4, 1fr); }
.magazine-card { display: flex; gap: var(--space-2); }
.magazine-grid--archive .magazine-card { flex-direction: column; }
.magazine-card__cover {
	position: relative; width: 140px; flex-shrink: 0;
	border-radius: var(--radius-image); overflow: hidden; aspect-ratio: 3/4;
	background: var(--color-bg-alt); box-shadow: var(--shadow-soft);
}
.magazine-grid--archive .magazine-card__cover { width: 100%; }
.magazine-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.magazine-card:hover .magazine-card__cover img { transform: scale(1.03); }
.badge-special { position: absolute; top: var(--space-1); left: var(--space-1); background: var(--color-pink); color: #fff; font-size: var(--fs-caption); font-weight: var(--fw-sub); padding: 3px 10px; border-radius: var(--radius-button); z-index: 2; }
.magazine-card__title {
	font-size: var(--fs-small); font-weight: var(--fw-sub); line-height: 1.5;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.magazine-card__date { font-family: var(--font-num); font-size: var(--fs-caption); color: var(--color-text-muted); display: block; margin-top: var(--space-1); }

.magazine-detail { display: flex; gap: var(--space-4); }
.magazine-detail__cover { position: relative; width: 280px; flex-shrink: 0; border-radius: var(--radius-image); overflow: hidden; box-shadow: var(--shadow-soft); }
.magazine-detail__release { font-family: var(--font-num); font-size: var(--fs-small); color: var(--color-text-muted); margin: var(--space-1) 0 var(--space-3); }

/* ==========================================================================
   7. SNAP（Pinterest風タイル / masonryレイアウト）
   CSSのcolumn-countを使い、画像の縦横比をそのまま活かして
   大きさがバラバラなタイル状に自動配置します（JS不要）。写真が主役なので
   タイトル・タグ・説明文は表示しない。
   ========================================================================== */
.snap-grid {
	column-count: 4;
	column-gap: var(--space-4);
}
.snap-grid--archive { column-count: 4; }
.snap-card {
	display: inline-block;
	width: 100%;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	margin-bottom: var(--space-4);
}
.snap-card__thumb { position: relative; border-radius: var(--radius-image); overflow: hidden; background: var(--color-bg-alt); box-shadow: var(--shadow-soft); }
.snap-card__thumb img { width: 100%; height: auto; display: block; transition: transform .3s ease; }
.snap-card__noimage { aspect-ratio: 4/5; }
.snap-card:hover .snap-card__thumb img { transform: scale(1.03); }

/* ==========================================================================
   8. NEWS
   ========================================================================== */
/* レシートのミシン目のような、ちぎれた紙のフチ（TONIGHTの速報感を演出） */
.news-list::before {
	content: "";
	display: block;
	height: 8px;
	margin-bottom: var(--space-2);
	opacity: 0.5;
	background:
		linear-gradient(135deg, transparent 8px, var(--color-border) 8px) 0 0 / 16px 16px repeat-x,
		linear-gradient(-135deg, transparent 8px, var(--color-border) 8px) 8px 0 / 16px 16px repeat-x;
}
.news-list { display: flex; flex-direction: column; }
.news-item { display: flex; gap: var(--space-2); padding: var(--space-2) 0; border-bottom: 1px solid var(--color-border); font-size: var(--fs-small); }
.news-item__date { font-family: var(--font-num); color: var(--color-text-muted); flex-shrink: 0; }
.news-item__title { font-weight: var(--fw-sub); line-height: 1.5; }
.news-list--archive .news-item { font-size: var(--fs-body); }

/* ==========================================================================
   9. MODEL
   ========================================================================== */
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
.model-grid--archive { grid-template-columns: repeat(5, 1fr); }
.model-card { text-align: center; display: block; position: relative; }
.model-card__thumb { position: relative; border-radius: 50%; aspect-ratio: 1/1; overflow: hidden; background: var(--color-bg-alt); box-shadow: var(--shadow-soft); }
.model-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.model-card:hover .model-card__thumb img { transform: scale(1.03); }
.model-card__name { display: block; margin-top: var(--space-2); font-size: var(--fs-small); font-weight: var(--fw-sub); }
.model-card__kana { display: block; font-size: var(--fs-caption); color: var(--color-text-muted); }

/* マウスオーバーで表示する吹き出し（キャッチコピー） */
.model-card__bubble {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: max-content;
	max-width: 200px;
	margin-bottom: 12px;
	padding: var(--space-1) var(--space-2);
	background: var(--color-surface);
	color: var(--color-text);
	border: 1px solid var(--color-border);
	border-radius: 16px;
	font-size: var(--fs-caption);
	font-weight: var(--fw-sub);
	line-height: 1.5;
	text-align: left;
	box-shadow: var(--shadow-soft);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(6px) scale(0.92);
	transform-origin: bottom center;
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
	z-index: 6;
}
.model-card__bubble::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 7px solid transparent;
	border-top-color: var(--color-surface);
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.model-card:hover .model-card__bubble,
.model-card:focus-visible .model-card__bubble {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0) scale(1);
}
.model-type-filter { display: flex; gap: var(--space-1); margin-bottom: var(--space-3); flex-wrap: wrap; }
.model-type-filter a { padding: 6px var(--space-2); border-radius: var(--radius-button); border: 1px solid var(--color-border); font-size: var(--fs-caption); font-weight: var(--fw-sub); transition: background 0.2s ease, color 0.2s ease; }
.model-type-filter a.is-active { background: var(--color-pink); color: #fff; border-color: var(--color-pink); }
.model-type-filter a:hover { background: var(--color-pink-tint); }

.model-profile__header { display: flex; gap: 32px; margin-bottom: 32px; }
.model-profile__photo { width: 240px; flex-shrink: 0; border-radius: var(--radius); overflow: hidden; }
.model-profile__name { font-size: 26px; margin: 10px 0 4px; }
.model-profile__kana { font-size: 12px; color: var(--color-text-sub); }
.model-profile__catchcopy { font-size: 14px; color: var(--color-accent); font-weight: 700; margin: 10px 0; }
.model-profile__data { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 16px 0; }
.model-profile__data-row { display: flex; gap: 6px; font-size: 13px; }
.model-profile__data-row dt { color: var(--color-text-sub); }
.model-profile__data-row dd { margin: 0; font-weight: 700; }
.model-profile__sns { display: flex; gap: 10px; }
.model-profile__sns a { border: 1px solid var(--color-border); border-radius: 20px; padding: 6px 16px; font-size: 12px; font-weight: 700; }

/* ==========================================================================
   10. 記事詳細
   ========================================================================== */
.single-article__header { margin-bottom: 20px; }
.single-article__title { font-size: 26px; line-height: 1.5; margin: 10px 0; }
.single-article__meta { display: flex; gap: 16px; font-size: 12px; color: var(--color-text-sub); }
.single-article__thumb { margin-bottom: 24px; border-radius: var(--radius); overflow: hidden; }
.single-article__body { font-size: 16px; line-height: 1.9; }
.single-article__body img { border-radius: var(--radius); margin: 20px 0; }
.single-article__body h2 { font-size: 20px; margin: 40px 0 16px; border-bottom: 2px solid var(--color-accent); padding-bottom: 8px; }
.single-article__body h3 { font-size: 17px; margin: 28px 0 12px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.post-tags a { background: var(--color-bg-alt); padding: 5px 12px; border-radius: 16px; font-size: 12px; }
.sns-share { display: flex; gap: var(--space-1); margin: var(--space-3) 0; }
.sns-share a { border: 1px solid var(--color-border); border-radius: var(--radius-button); padding: var(--space-1) var(--space-3); font-size: var(--fs-caption); font-weight: var(--fw-sub); transition: background 0.2s ease, color 0.2s ease; }
.sns-share a:hover { background: var(--color-pink); color: #fff; border-color: var(--color-pink); }

/* ==========================================================================
   11. サイドバー / ウィジェット / SNS埋め込み
   ========================================================================== */
.widget { margin-bottom: 40px; }
.widget-title {
	font-family: var(--font-en);
	font-size: 20px; color: var(--color-text); font-weight: 800; letter-spacing: 0.06em;
	text-transform: uppercase;
	border-left: 6px solid var(--color-accent);
	padding-left: 10px; margin-bottom: 16px;
	display: flex; flex-direction: column; gap: 4px;
	text-shadow: 0 0 6px rgba(255, 143, 192, 0.16), 0 0 14px rgba(255, 143, 192, 0.08);
}
.widget-title__sub { font-family: var(--font-jp); font-size: var(--fs-caption); font-weight: var(--fw-body); color: var(--color-text-sub); text-transform: none; text-shadow: none; }
.banner-widget img { border-radius: var(--radius); }
.sns-embed-widget .sns-embed { overflow: hidden; border-radius: var(--radius); }
.sns-embed-widget .sns-embed iframe { max-width: 100%; }

/* ==========================================================================
   12. CONTACT
   ========================================================================== */
.section-contact { position: relative; overflow: hidden; background: var(--color-bg); padding: var(--space-6) var(--space-3); margin-top: var(--space-6); }
/* CONTACT付近にも一つGlow Lightを（パープル系。ページの最後まで光が続く印象に） */
.section-contact::before {
	content: "";
	position: absolute;
	bottom: -100px;
	right: 8%;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: var(--color-purple);
	filter: blur(100px);
	opacity: 0.16;
	pointer-events: none;
	z-index: 0;
}
.section-contact__inner { z-index: 1; }
/* チケット風UI：点線ボーダー＋左右にパンチ穴のような丸ノッチ */
.section-contact__inner {
	position: relative;
	max-width: var(--max-width);
	margin: 0 auto;
	background: var(--color-card);
	border: 1px dashed rgba(17, 17, 31, 0.18);
	border-radius: var(--radius-card);
	padding: var(--space-5) var(--space-3);
	overflow: hidden;
}
.section-contact__inner::before,
.section-contact__inner::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: var(--color-bg);
	border-radius: 50%;
}
.section-contact__inner::before { left: -14px; }
.section-contact__inner::after { right: -14px; }
.section-contact .section-title { align-items: center; text-align: center; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-3); text-align: center; margin-top: var(--space-3); }
.contact-item p { font-size: var(--fs-small); color: var(--color-text-sub); margin-bottom: var(--space-1); }
.contact-item a { font-weight: var(--fw-sub); }

/* ==========================================================================
   13. フッター
   ========================================================================== */
.site-footer { padding: var(--space-5) var(--space-3); text-align: center; }
.footer-logo { margin-bottom: var(--space-3); }
.footer-navigation ul { display: flex; justify-content: center; gap: var(--space-2); flex-wrap: wrap; font-size: var(--fs-caption); margin-bottom: var(--space-3); }
.footer-bottom { font-size: var(--fs-caption); color: var(--color-text-muted); }
.back-to-top {
	position: fixed; right: var(--space-3); bottom: var(--space-3); width: 44px; height: 44px; border-radius: 50%;
	background: var(--color-pink); color: #fff; border: none; font-size: 18px; cursor: pointer;
	display: none; box-shadow: var(--shadow-soft); z-index: 90;
	transition: transform 0.2s ease;
}
.back-to-top:hover { transform: translateY(-2px); }
.back-to-top.is-visible { display: block; }

/* ==========================================================================
   14. その他ページ
   ========================================================================== */
/* アーカイブ/固定ページの見出しもホームと同じ「ショップ看板プレート」（.section-title__main）を利用する */
.archive-title, .page-title {
	font-family: var(--font-en);
	font-size: 60px;
	color: var(--color-text);
	font-weight: var(--fw-heading);
	letter-spacing: 0.06em;
	margin-top: var(--space-3);
	margin-bottom: var(--space-4);
	display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
	text-transform: uppercase;
	line-height: 1.15;
}
.archive-title .section-title__sub, .page-title .section-title__sub { text-transform: none; text-shadow: none; }
@media (max-width: 600px) {
	.archive-title, .page-title { font-size: 40px; }
}
.error-404 { text-align: center; padding: var(--space-8) var(--space-3); }
.error-404 h1 { font-family: var(--font-en); font-size: 80px; color: var(--color-pink); }
.pagination { display: flex; justify-content: center; gap: var(--space-1); margin-top: var(--space-4); }
.pagination .page-numbers { padding: var(--space-1) var(--space-2); border: 1px solid var(--color-border); border-radius: var(--radius-button); font-size: var(--fs-small); font-family: var(--font-num); }
.pagination .current { background: var(--color-pink); color: #fff; border-color: var(--color-pink); }

/* ==========================================================================
   15. 背景装飾イラスト（トップページ）
   外観 > カスタマイズ > 背景装飾イラスト でアップロードした画像を、
   各セクションの「背後」にふわふわ浮かせて散りばめます。
   ポイントは z-index の重なり順です。装飾イラストは z-index:0（一番奥）、
   見出し・検索窓・記事一覧などの実コンテンツは z-index:2 を明示的に与えて
   常に手前に来るようにすることで、「画像がただ乗っている」のではなく
   コンテンツの隙間から背景イラストが透けて見える状態を作っています。
   ========================================================================== */
.section--decorated { position: relative; }

/* 装飾イラスト以外のセクション直下の要素を、装飾イラストより手前に固定 */
.section--decorated > *:not(.page-decoration) {
	position: relative;
	z-index: 2;
}

.page-decoration {
	position: absolute;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	width: 150px;
	height: auto;
	opacity: 0.9;
	filter: drop-shadow(0 6px 10px rgba(0,0,0,0.08));
	animation: zst-float 6s ease-in-out infinite;
}
.page-decoration--1 { top: -40px; right: -10px; width: 170px; animation-delay: 0s; }
.page-decoration--2 { top: -20px; left: -20px; width: 140px; animation-delay: 1s; }
.page-decoration--3 { bottom: -30px; right: -20px; width: 150px; animation-delay: 2s; }
.page-decoration--4 { top: -30px; left: -30px; width: 140px; animation-delay: 0.5s; }

@keyframes zst-float {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-12px); }
	100% { transform: translateY(0); }
}

@media (max-width: 960px) {
	.page-decoration { display: none; }
}

/* ==========================================================================
   15.5 Fade Upアニメーション（カード共通・かなり控えめ）
   ========================================================================== */
.fade-up { opacity: 0; transform: translateY(16px); transition: opacity 0.4s ease, transform 0.4s ease; }
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	.fade-up, .fade-up.is-visible { opacity: 1; transform: none; transition: none; }
	.page-decoration { animation: none; }
}

/* ==========================================================================
   16. レスポンシブ
   ========================================================================== */
@media (max-width: 960px) {
	/* Tablet: Grid 2列 */
	.content-columns, .front-page__columns { grid-template-columns: 1fr; }
	.post-list-grid { grid-template-columns: repeat(2, 1fr); }
	.model-grid, .model-grid--archive { grid-template-columns: repeat(2, 1fr); }
	.snap-grid, .snap-grid--archive { column-count: 2; }
	.magazine-grid, .magazine-grid--archive { grid-template-columns: repeat(2, 1fr); }
	.contact-grid { grid-template-columns: 1fr; }
	.model-profile__header, .magazine-detail { flex-direction: column; }
	.model-profile__photo, .magazine-detail__cover { width: 160px; }
	.front-page, .site-main { padding: var(--space-3) var(--space-3) var(--space-5); }
	.section { margin-bottom: var(--space-7); }

	.menu-toggle { display: flex; }
	.primary-navigation {
		display: none; flex-direction: column; align-items: flex-start; width: 100%;
		position: absolute; top: 100%; left: 0; background: var(--color-bg);
		border-top: 1px solid var(--color-border); padding: var(--space-2) var(--space-3);
	}
	.primary-navigation.is-open { display: flex; }
	#primary-menu { flex-direction: column; gap: var(--space-2); width: 100%; }
	.header-sns-icons { margin-top: var(--space-2); }
	.header-search { width: 100%; margin-top: var(--space-2); }
	.header-search .search-form { width: 100%; }
	.header-search input[type="search"] { flex: 1; }
}

@media (max-width: 600px) {
	/* Mobile: Grid 1列（指示書の「Mobile 1カラム」に統一） */
	.post-list-grid, .magazine-grid, .magazine-grid--archive, .model-grid, .model-grid--archive {
		grid-template-columns: 1fr; gap: var(--space-3);
	}
	.snap-grid, .snap-grid--archive { column-count: 1; column-gap: var(--space-2); }
	.snap-card { margin-bottom: var(--space-2); }
	.front-page, .site-main { padding: var(--space-2) var(--space-2) var(--space-4); }
	.section-tint-pink, .section-tint-purple, .section-tint-lime, .section-tint-yellow, .section-tint-sky { padding: var(--space-3); }
}
