/* 浮世絵グッズ — ページ固有の上書き（p7Zeitgeist 準拠） */

/* モバイル横スクロール防止 */
#p7HMY_2.zeit-1,
#p7HMY_2.main {
	overflow-x: clip;
	max-width: 100%;
	box-sizing: border-box;
}

#p7HMY_2 *,
#p7HMY_2 *::before,
#p7HMY_2 *::after {
	box-sizing: border-box;
}

/*
 * 2番目コンテナ — 歌麿「蛍狩」（Met 36630）原画
 * 縦長作品を cover すると大きく欠けるため contain で全体を表示。
 */
#banner-hero-image.full-bleed-image {
	background-image: url('https://gallery.degicon-aplink.com/utamaro-corridor/utamaro-36630/gallery-full.jpg') !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-attachment: scroll !important;
	background-color: #f5f0e8;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	isolation: isolate;
	position: relative;
	z-index: 0;
	min-height: min(100vh, 720px);
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
}

/* intro-with-ring のレイアウトは utamaro-ring.css 側（grid）を正とする */
.intro-copy {
	min-width: 0;
	max-width: 38rem;
	width: 100%;
	padding: 0 1.25rem;
}

.intro-ring {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.intro-title {
	font-family: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif;
	font-size: clamp(1.55rem, 4.5vw, 3rem);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 1.75rem;
	padding-inline: 0.75rem;
	color: #1a1714;
	text-align: center;
	font-feature-settings: 'palt' 1, 'pkna' 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-wrap: anywhere;
	word-break: normal;
}

.intro-title--long {
	font-size: clamp(1.25rem, 3.8vw, 2.35rem);
	letter-spacing: 0.06em;
	line-height: 1.65;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
}

/* リード文 — 明朝・中央・装飾 */
.utamaro-intro-lead {
	max-width: 38rem;
	margin: -0.5em auto 2rem;
	padding: 1.25em 1rem;
	text-align: center;
	position: relative;
}

.utamaro-intro-lead::before,
.utamaro-intro-lead::after {
	content: '';
	display: block;
	width: min(4.5rem, 18vw);
	height: 1px;
	margin-inline: auto;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(139, 46, 36, 0.4) 20%,
		rgba(139, 46, 36, 0.4) 80%,
		transparent
	);
}

.utamaro-intro-lead::before {
	margin-bottom: 1.2em;
}

.utamaro-intro-lead::after {
	margin-top: 1.2em;
}

.utamaro-intro-lead__kicker {
	margin: 0 0 0.75em;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #8b2e24;
	opacity: 0.9;
}

.utamaro-intro-lead__text {
	margin: 0;
	font-family: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	font-size: clamp(1.12rem, 2.4vw, 1.42rem);
	font-weight: 500;
	line-height: 2.15;
	letter-spacing: 0.14em;
	color: #3d342d;
	font-feature-settings: 'palt' 1, 'pkna' 1;
}

@media (max-width: 768px) {
	.utamaro-intro-lead {
		margin-bottom: 2em;
		padding-inline: 1em;
	}

	.utamaro-intro-lead__text {
		letter-spacing: 0.08em;
	}
}

.intro-lead {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 2;
	font-weight: 400;
	color: #4a4a4a;
	text-align: left;
	letter-spacing: 0.03em;
	margin-bottom: 1.8em;
}

.intro-block {
	padding: 1.8em 0;
	border-left: 3px solid rgba(211, 47, 47, 0.3);
	padding-left: 1.5em;
	margin-bottom: 2em;
}

.intro-block p {
	font-size: clamp(0.95rem, 1.8vw, 1.08rem);
	line-height: 2;
	font-weight: 400;
	color: #555;
	margin-bottom: 1.5em;
	letter-spacing: 0.02em;
}

.intro-block .intro-artists {
	font-size: clamp(0.92rem, 1.75vw, 1.05rem);
	line-height: 1.9;
	color: #666;
	margin-bottom: 1.3em;
}

.intro-block .intro-related a,
.intro-block .intro-goods-note a {
	color: #8b2e24;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.intro-block .intro-related {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	align-items: baseline;
	line-height: 1.7;
}

.intro-block .intro-goods-note {
	font-size: clamp(0.92rem, 1.75vw, 1.02rem);
	line-height: 1.85;
	color: #555;
	margin-bottom: 1.2em;
	letter-spacing: 0.02em;
	overflow-wrap: anywhere;
}

.intro-block .intro-cta {
	font-size: clamp(1rem, 1.9vw, 1.15rem);
	font-weight: 600;
	color: #d32f2f;
	letter-spacing: 0.05em;
	margin-top: 1.8em;
	padding-top: 1.3em;
	border-top: 1px solid rgba(211, 47, 47, 0.15);
	margin-bottom: 0;
}

.intro-store-btn {
	display: inline-block;
	padding: 0.65em 1.4em;
	background: #8b2e24;
	color: #fdf6ec !important;
	text-decoration: none !important;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.06em;
	transition: background 0.2s ease, transform 0.2s ease;
}

.intro-store-btn:hover {
	background: #6f241c;
	transform: translateY(-1px);
}

.intro-cta-note {
	display: block;
	margin-top: 0.75em;
	font-size: 0.85rem;
	font-weight: 400;
	color: #666;
	letter-spacing: 0.02em;
}

.scroll-hint {
	text-align: center;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #999;
	text-transform: uppercase;
	margin-top: 2.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e8e8e8;
	animation: pulse 2s ease-in-out infinite;
}

.product-lineup-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.product-card {
	background: #fafafa;
	padding: 1.5em 1.25em;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	margin: 0.75em;
	min-height: 0;
	max-width: 100%;
}

.product-card h3 {
	color: #555;
	font-size: 0.85em;
	margin-bottom: 1.5em;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.8;
}

.product-card ul {
	font-size: 0.9em;
	line-height: 2;
	list-style: none;
	padding: 0;
	color: #666;
}

.product-card li {
	padding: 0.4em 0;
	border-bottom: 1px solid #f0f0f0;
	font-weight: 400;
}

.product-card li:last-child {
	border-bottom: none;
}

.intro-pd-credit {
	margin-top: 1.5em;
	padding-top: 1.2em;
	border-top: 1px solid rgba(139, 46, 36, 0.15);
	font-size: 0.92rem;
	line-height: 1.8;
	color: #555;
}

.intro-pd-credit strong {
	display: block;
	color: #8b2e24;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.intro-pd-credit a {
	color: #8b2e24;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.product-card-special {
	background: #f5f0e8;
	border-color: #e8dcc8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.product-card-special p {
	font-size: 1.05em;
	color: #5a4a3a;
	line-height: 2;
	letter-spacing: 0.04em;
}

.product-card-special strong {
	font-size: 1.2em;
	display: block;
	margin-bottom: 1em;
	color: #4a3a2a;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.lineup-heading {
	font-size: 1.5em;
	margin-bottom: 2.5em;
	color: #333;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.goods-roadmap {
	max-width: 42rem;
	margin: 0 auto 3em;
	padding: 0 1rem 0.5em;
	width: 100%;
}

.goods-roadmap h2 {
	font-family: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', serif;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: #1a1714;
	margin-bottom: 1.2em;
}

.goods-roadmap p,
.goods-roadmap li {
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 2;
	color: #555;
	letter-spacing: 0.02em;
}

.goods-roadmap p {
	margin-bottom: 1.2em;
}

.goods-roadmap ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 3px solid rgba(211, 47, 47, 0.3);
	padding-left: 1.4em;
}

.goods-roadmap li {
	margin-bottom: 1.1em;
}

.goods-roadmap li:last-child {
	margin-bottom: 0;
}

.goods-roadmap a {
	color: #8b2e24;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 0.6;
	}
	50% {
		opacity: 1;
	}
}

@media only screen and (max-width: 960px) {
	.product-lineup-grid {
		grid-template-columns: 1fr;
	}
}

/* タブレット〜大型スマホでも 33% カラムを縦積み（p7HMY は 600px 以下のみ強制） */
@media only screen and (max-width: 900px) {
	#p7HMY_2 > .hmy-section {
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	#p7HMY_2 .hmy-content {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.product-card {
		margin: 0.5rem 0;
	}

	.intro-store-btn {
		display: inline-block;
		max-width: 100%;
		text-align: center;
		padding: 0.7em 1.2em;
	}

	#banner-hero-image.full-bleed-image {
		min-height: min(70vh, 480px);
	}
}

@media only screen and (max-width: 480px) {
	.intro-copy {
		padding: 0 0.85rem;
	}

	.intro-block {
		padding-left: 1rem;
	}

	.utamaro-intro-lead__text {
		letter-spacing: 0.04em;
		line-height: 1.9;
	}

	.intro-title,
	.intro-title--long {
		letter-spacing: 0.04em;
		padding-inline: 0.5rem;
	}
}

.p7AMM .amm-kicker {
	display: block;
	font-size: 0.65rem;
	letter-spacing: 0.14em;
	opacity: 0.75;
	margin-bottom: 0.15rem;
}

.p7AMM .nav-label-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}

.p7AMM .nav-sub-label,
.p7AMM .submenu-en {
	display: block;
	font-family: Montserrat, 'Noto Sans JP', sans-serif;
	font-size: 0.55rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: rgba(0, 0, 0, 0.55);
	margin-top: 0.15rem;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.p7AMM .nav-ukiyoe-goods {
	color: #5da8d8 !important;
}

.p7AMM .nav-ukiyoe-goods:hover {
	color: #3d94cc !important;
}

.p7AMM .nav-ukiyoe-goods .nav-sub-label {
	color: rgba(61, 148, 204, 0.9);
}

.p7AMM a.current_mark.nav-ukiyoe-goods {
	color: #2b84bf !important;
}

.p7AMM a.current_mark.nav-ukiyoe-goods .nav-sub-label {
	color: rgba(43, 132, 191, 0.95);
}

.p7AMM a.current_mark .nav-sub-label {
	color: rgba(30, 60, 150, 0.7);
}

/* p7AMM 矢印 GIF 未同梱 — CSS チューブンで代替（404 防止） */
#p7AMM_1 ul a.amm-trigger {
	background-image: none !important;
	padding-right: 1.6em !important;
	position: relative;
}

#p7AMM_1 ul a.amm-trigger::after {
	content: '›';
	position: absolute;
	right: 0.55em;
	top: 50%;
	transform: translateY(-52%);
	font-size: 1.05em;
	line-height: 1;
	opacity: 0.72;
	pointer-events: none;
}

#p7AMM_1 ul a.amm-trigger.open::after {
	transform: translateY(-52%) rotate(90deg);
}

#p7AMM_1 ul .amm-soon {
	display: block;
	padding: 0.45em 1em;
	font-size: 0.88em;
	line-height: 1.5;
	color: #999;
	cursor: default;
}

#p7AMM_1 ul .amm-soon__badge {
	display: inline-block;
	margin-left: 0.35em;
	padding: 0.1em 0.45em;
	border: 1px dashed #ccc;
	border-radius: 999px;
	font-size: 0.78em;
	letter-spacing: 0.04em;
	color: #aaa;
}
