/*===============================
 * 自動スライダー
 * =================================*/
.c-autoSlider > .swiper-wrapper {
	height: 100% !important;
	padding-left: 0;
	list-style: none;
	transition-timing-function: linear;
	gap: 0.5rem;
}
.c-autoSlider .swiper-slide {
	height: auto;
}
.c-autoSlider :is(.swiper__thumbnail, img) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
