@charset "utf-8";
.swiper {
	max-width: auto;
	max-height: 100vh;
}
.swiper.swiper-cube {
	overflow: hidden;
}
.swiper-wrapper {
	width: 100%;
	height: 100vh;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
	.swiper-slide img.sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.swiper-slide img.pc {
		display: none;
	}
}