@charset "utf-8";

.nuro202607-kv {
position: absolute;
top: 50%;
left: 50%;
max-width: none;
min-height: 100%;
max-height: 100%;
width: 192rem;
height: auto;
transform: translate(-50%, -50%);
object-fit: cover;
}
.nuro202607-kv-wrapper {
height: 42.2rem;
overflow: hidden;
position: relative;
}
.nuro202607-kv-bg {background: url(/campaign/nuro202607/image/main_pc_bg.png) left top repeat-x;}


@media screen and (max-width: 767px) {

	.nuro202607-kv {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate(0%, 0%);
	}
	.nuro202607-kv-wrapper {height: auto;}
}
