.container {
  max-width: 1100px;
  margin: 0 auto;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  height: 165px !important; /* 高さを指定 */
  width: auto !important;
}

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

