@charset "UTF-8";
/* スライドの動き等速 */
.swiper {
  margin: 0 auto 0;
}
.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper2 {
  margin: 0 auto 0;
  height: 30px;
}
.swiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper2 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper2 .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.swiper3 .swiper-wrapper {
  transition-timing-function: linear !important;
}/*# sourceMappingURL=swiper.css.map */