@charset "utf-8";

/* swiper */

/* コンテナー */
.swiper-container {
    max-width: 375px;
    margin: 0 auto;
}


/* スライダーのwrapper */
.swiper .swiper-wrapper {
    margin-top: 30px;
    transition-timing-function: linear;
}

/* スライド */
.swiper .swiper-slide {
    height: 120px !important;
    /* 高さを指定 */
    width: auto !important;
}

/* スライド内の画像 */
.swiper .swiper-slide img {
    width: auto;
    height: 100%;
}