.swiper-slide img {
    height: auto;
    width: 100%;
}

/* スライドの動き等速 */
.swiper-wrapper {
    transition-timing-function: linear;
}