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