@charset "utf-8";
/* CSS Document */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom!important;/*上下空間消すに必須*/
	/*object-fit: cover;*/
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}