.swiper {
  width: 100%;
  height: 60vh; /* お好みで調整 */
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #f3f3f3; /* 好みの色に変更 */
}
