.dknm-product-video {
	margin: 1em 0;
}

.dknm-product-video__frame {
	position: relative;
	width: 100%;
	max-width: 644px;
	aspect-ratio: 644 / 414;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}

.dknm-product-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.dknm-ranking--single .dknm-ranking__item {
	flex-wrap: wrap;
}

.dknm-product-extras {
	flex: 1 0 100%;
	width: 100%;
	min-width: 0;
}

.dknm-product-video__file {
	display: block;
	width: 100%;
	max-width: 644px;
	border-radius: 4px;
	background: #000;
}

.dknm-product-description {
	margin: 1em 0;
	line-height: 1.8;
}

.dknm-product-gallery__link {
	display: inline-block;
	line-height: 0;
}

.dknm-product-gallery__link:hover img {
	filter: brightness(1.05);
	outline: 2px solid rgba(0, 0, 0, 0.15);
}

/* Prominent affiliate CTA at the end of the body (【高画質画像はこちら】). */
.dknm-product-hq-cta {
	margin: 1.5em 0 0.5em;
	text-align: center;
}

.dknm-product-hq-cta a {
	display: inline-block;
	max-width: 100%;
	padding: 0.9em 2em;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: filter 0.15s ease, transform 0.15s ease;
}

.dknm-product-hq-cta a:hover {
	filter: brightness(0.93);
	transform: translateY(-1px);
}

.dknm-product-video__link {
	margin: 0.5em 0 0;
	font-size: 0.9em;
}

.dknm-product-video__link a {
	display: inline-block;
	padding: 0.4em 1em;
	background: #d9534f;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.dknm-product-video__link a:hover {
	background: #c9302c;
	color: #fff;
}

.dknm-product-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin: 1em 0;
}

.dknm-product-gallery img {
	max-width: 140px;
	height: auto;
	border-radius: 4px;
}

.dknm-product-rating {
	font-size: 1.1em;
	color: #d9534f;
}

.dknm-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	margin: 1em 0;
}

.dknm-product-tag {
	display: inline-block;
	padding: 0.2em 0.7em;
	background: #f2eeec;
	color: #6d6462;
	border-radius: 999px;
	font-size: 0.85em;
	text-decoration: none;
	line-height: 1.6;
}

a.dknm-product-tag:hover {
	background: #d9534f;
	color: #fff;
}
