@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    position: fixed;
    width: 100%;
	height: 100vh;
	position: center;
	background-color: #fff;
background-size: cover;
background-attachment: fixed; /* これがポイント */	
}







@media screen and (max-width: 600px) {
#slider-main-zoom {
    position: fixed;
    width: 100%;
	aspect-ratio: 2000 / 4266;
	position: top;
	background-color: #fff;
}
}


/* スマホだけcontain */
@media screen and (max-width: 600px) {
.vegas-slide, .vegas-slide-inner{
	background-size: cover!important;
}
}



.vegas-overlay{
}
