@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-color: #fff;
	background-position: top;
}
.vegas-overlay{
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

@media screen and (max-width: 700px) {
#slider-main-zoom {
    height: 93px;
	background-color: #8a93bb;
}
.vegas-overlay{
	background: linear-gradient(rgba(138, 147, 187, 1), rgba(138, 147, 187, 1));
}
	.l-mv__logo2{
		display: none;
	}
}

@media screen and (max-width: 450px) {
#slider-main-zoom {
    height: 115px;
}
}

