@charset "utf-8";
/* CSS スライダーのためのcss */
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
 transition-timing-function: linear;
}
/* スライド */
.infinite-slider .swiper-slide {
 height: 250px !important; /* 高さを指定 */
 width: auto !important;
 padding-right: 10px;
}
/* スライド内の画像 */
.infinite-slider .swiper-slide img {
 width: auto;
 height: 100%;
}
@media screen and (min-width: 899px) {
 .fv-2 .swiper {
  display: none;
 }
}