@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	aspect-ratio: 3981 / 2648;
	background-color: #fff;
}

@media screen and (max-width: 761px) {
#slider-main-zoom {
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-color: #fff;
}
}