/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
}