@charset "utf-8";

.swiper .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

.swiper .swiper-slide {
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: .7s;
}
.swiper .swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5); /* スライドの大きさ調整 */
}