/* メインビジュアルのスライドショー */

.mv-slide-show {
	width: 100%;
	height: 100vh;
	height: 100svh;
}

.mv-slide-show .swiper-wrapper,
.mv-slide-show .img {
	height: 100%;
}

.mv-slide-show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {
	.mv-slide-show .pc-none {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mv-slide-show .tb-none {
		display: none;
	}
}

@media (max-width: 767px) {
	.mv-slide-show .sp-none {
		display: none;
	}
}
