.swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 5%;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear!important;
}
