/* 浮世絵グッズ ⇄ Design Gallery 相互リンク */

.aplink-cross-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65em;
	justify-content: center;
	align-items: center;
	padding: 1.2em 1em 1.6em;
}

.aplink-cross-nav__heading {
	width: 100%;
	margin: 0 0 0.25em;
	text-align: center;
	font-family: Montserrat, 'Noto Sans JP', sans-serif;
	font-size: 0.72em;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #999;
}

.aplink-cross-nav a {
	display: inline-flex;
	align-items: center;
	padding: 0.55em 1.15em;
	border: 1px solid #e8e8e8;
	border-radius: 999px;
	background: #fafafa;
	font-size: 0.88em;
	color: #444;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.aplink-cross-nav a:hover,
.aplink-cross-nav a:focus-visible {
	border-color: rgba(211, 47, 47, 0.35);
	color: #d32f2f;
	box-shadow: 0 4px 16px rgba(26, 20, 18, 0.08);
	outline: none;
}

.aplink-cross-nav a.aplink-cross-nav__primary {
	border-color: rgba(211, 47, 47, 0.25);
	background: #fff;
	font-weight: 600;
	color: #8b2e24;
}

.aplink-cross-nav__soon {
	margin: 0;
	padding: 0.55em 1.15em;
	border: 1px dashed #e0e0e0;
	border-radius: 999px;
	background: #fafafa;
	font-size: 0.88em;
	color: #999;
	letter-spacing: 0.04em;
}

.intro-related {
	margin: 0 0 1.2em;
	font-size: clamp(0.92rem, 1.75vw, 1.02rem);
	line-height: 1.85;
	color: #666;
}

.intro-related a {
	color: #d32f2f;
	font-weight: 600;
	text-decoration: none;
}

.intro-related a:hover {
	text-decoration: underline;
}
