@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
    height: 100svh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-image: url("../images/mainvisual_back2_pc.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


@media screen and (max-width: 600px) {
#slider-main-zoom {
	background-image: url("../images/mainvisual_back2_pc.webp");
}
	}