.entry-eyecatch.cats-entry-eyecatch {
	background: #050505;
	overflow: hidden;
	position: relative;
}

.cats-entry-eyecatch__media {
	height: 100%;
	position: relative;
	width: 100%;
}

.cats-entry-eyecatch__video {
	background: #050505;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.cats-entry-eyecatch__play {
	align-items: center;
	background: rgba(0, 0, 0, 0.72);
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	display: flex;
	height: 72px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: 72px;
	z-index: 2;
}

.cats-entry-eyecatch__play:hover,
.cats-entry-eyecatch__play:focus-visible {
	background: rgba(0, 0, 0, 0.86);
	transform: translate(-50%, -50%) scale(1.04);
}

.cats-entry-eyecatch__play:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 4px;
}

.cats-entry-eyecatch__play-icon {
	border-bottom: 15px solid transparent;
	border-left: 22px solid #fff;
	border-top: 15px solid transparent;
	display: block;
	height: 0;
	margin-left: 5px;
	width: 0;
}

.cats-entry-eyecatch.is-playing .cats-entry-eyecatch__play {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 640px) {
	.cats-entry-eyecatch__play {
		height: 58px;
		width: 58px;
	}

	.cats-entry-eyecatch__play-icon {
		border-bottom-width: 12px;
		border-left-width: 18px;
		border-top-width: 12px;
	}
}
