/* ================================================================
 * SOA 特定商取引法に基づく表記 — v1.9.286
 * 雲の上の品格 × 法的表記の堅実さ
 * ================================================================ */

.soa-tokushoho {
	position: relative;
	z-index: 1; /* v1.9.354: グローバル .soa-bg-particles canvas(position:fixed; z-index:0) の上に確実に配置 */
	padding: 140px 0 160px;
	background:
		radial-gradient(ellipse 80% 50% at 50% 20%, rgba(184, 153, 104, 0.06) 0%, transparent 70%),
		linear-gradient(180deg, #050a16 0%, #0a1628 60%, #050a16 100%);
	overflow: hidden;
	isolation: isolate;
	color: #ffffff;
	min-height: 100vh;
}

.soa-tokushoho__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}
.soa-tokushoho__glow {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 600px;
	background: radial-gradient(ellipse at center, rgba(184, 153, 104, 0.08) 0%, transparent 70%);
	filter: blur(80px);
	animation: soa-tokushoho-glow 14s ease-in-out infinite;
}
@keyframes soa-tokushoho-glow {
	0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
	50%      { opacity: 0.9; transform: translate(-50%, -50%) scale(1.05); }
}

.soa-tokushoho__inner {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 24px;
}

/* === ヘッダー === */
.soa-tokushoho__head {
	text-align: center;
	margin-bottom: 70px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(184, 153, 104, 0.18);
}
.soa-tokushoho__eyebrow {
	display: inline-block;
	font-family: 'JetBrains Mono', monospace;
	font-size: 12px;
	color: #d4c4a0;
	letter-spacing: 0.45em;
	font-weight: 500;
	padding: 10px 28px;
	border: 1px solid rgba(184, 153, 104, 0.35);
	border-radius: 2px;
	margin-bottom: 32px;
	text-shadow: 0 0 14px rgba(184, 153, 104, 0.4);
}
.soa-tokushoho__title {
	font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
	font-size: clamp(26px, 4vw, 38px);
	color: #ffffff;
	letter-spacing: 0.12em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 24px;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}
.soa-tokushoho__lead {
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: clamp(14px, 1.5vw, 16px);
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.08em;
	line-height: 2;
	margin: 0 0 20px;
	font-style: italic;
}
.soa-tokushoho__meta {
	font-family: 'JetBrains Mono', monospace;
	font-size: 11px;
	color: rgba(212, 196, 160, 0.7);
	letter-spacing: 0.2em;
	margin: 0;
}

/* === イントロ === */
.soa-tokushoho__intro {
	max-width: 760px;
	margin: 0 auto 70px;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 2.1;
	letter-spacing: 0.04em;
	text-align: center;
}
.soa-tokushoho__intro p {
	margin: 0 0 16px;
}

/* === メイン表（dl レイアウト） === */
.soa-tokushoho__table {
	margin-top: 60px;
}
.soa-tokushoho__dl {
	margin: 0;
	display: block;
	background: rgba(8, 18, 35, 0.4);
	border: 1px solid rgba(184, 153, 104, 0.18);
	border-radius: 4px;
	overflow: hidden;
}

.soa-tokushoho__row {
	display: grid;
	grid-template-columns: 200px 1fr;
	border-bottom: 1px solid rgba(184, 153, 104, 0.12);
	transition: background 0.4s ease;
}
.soa-tokushoho__row:last-child {
	border-bottom: none;
}
.soa-tokushoho__row:hover {
	background: rgba(184, 153, 104, 0.04);
}

.soa-tokushoho__row dt {
	padding: 22px 26px;
	background: linear-gradient(135deg, rgba(184, 153, 104, 0.08) 0%, transparent 100%);
	border-right: 1px solid rgba(184, 153, 104, 0.15);
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	color: #d4c4a0;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}
.soa-tokushoho__row dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	bottom: 22px;
	width: 2px;
	background: linear-gradient(180deg, transparent 0%, #b89968 50%, transparent 100%);
	opacity: 0.6;
}

.soa-tokushoho__row dd {
	padding: 22px 28px;
	margin: 0;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.03em;
	line-height: 1.95;
}
.soa-tokushoho__row dd strong {
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
}

/* === フッター === */
.soa-tokushoho__foot {
	margin-top: 80px;
	padding-top: 50px;
	border-top: 1px solid rgba(184, 153, 104, 0.18);
	text-align: center;
}
.soa-tokushoho__foot-text {
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 2.2;
	letter-spacing: 0.06em;
	margin: 0 0 32px;
	font-style: italic;
}
.soa-tokushoho__sign {
	font-family: 'Shippori Mincho', serif;
	font-size: 14px;
	color: #d4c4a0;
	letter-spacing: 0.12em;
	margin: 0;
}

/* === レスポンシブ === */
@media (max-width: 768px) {
	.soa-tokushoho { padding: 100px 0 120px; }
	.soa-tokushoho__head { margin-bottom: 50px; padding-bottom: 40px; }
	.soa-tokushoho__intro { margin-bottom: 50px; font-size: 13px; }

	.soa-tokushoho__row {
		grid-template-columns: 1fr;
	}
	.soa-tokushoho__row dt {
		padding: 18px 20px 12px;
		border-right: none;
		border-bottom: 1px solid rgba(184, 153, 104, 0.12);
	}
	.soa-tokushoho__row dt::before {
		display: none;
	}
	.soa-tokushoho__row dd {
		padding: 14px 20px 22px;
		font-size: 13px;
	}
}
