/* DUGA サンプルプレイヤー（WordPress 用） */
.crb-duga-player {
	max-width: 100%;
	margin: 1em 0;
}

.crb-duga-player .sample-preview {
	display: inline-block;
	position: relative;
	max-width: 640px;
	width: 100%;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	line-height: 0;
	background: transparent;
}

/* 再生前: サムネの高さだけ。黒い余白を作らない */
.crb-duga-player .sample-preview > img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.crb-duga-player .play-video {
	display: none;
	width: 100%;
	height: auto;
	vertical-align: top;
	background: #000;
}

.crb-duga-player.is-playing .sample-preview > img,
.crb-duga-player.is-playing .curtain,
.crb-duga-player.is-playing .play-icon {
	display: none !important;
}

.crb-duga-player.is-playing .play-video {
	display: block;
}

.crb-duga-player .curtain {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 2;
	pointer-events: none;
}

.crb-duga-player .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 3;
	pointer-events: none;
}

.crb-duga-player .play-icon::after {
	content: "";
	position: absolute;
	left: 26px;
	top: 18px;
	border-style: solid;
	border-width: 14px 0 14px 22px;
	border-color: transparent transparent transparent #fff;
}

.crb-duga-player .explanation {
	display: none;
}
