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

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 0px;
}


.swiper-wrapper img:hover{
	transform:scale(1.05,1.05);
	transition:1s all;
  }