@charset "utf-8";
.video-block {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #232426;
}
.video-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(16,0,0,0.25);
	width: 100%;
	height: 100%;
}
.video-block #bgvid {
	aspect-ratio: 384 / 120;
	width: auto;
	height: 100%;
}
.hnyPic {
	display: none;
}

/* ～850px For smt
================================ */
@media only screen and (max-width: 850px) {
	.video-block {
		display: none;
	}
	#indexMainVisual {
		height: 312px;
	}
	.hnyPic {
		display: block;
	}
	.hnyPic .overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-color: rgba(16,0,0,0.25);
		width: 100%;
		height: 100%;
	}
}