@charset "UTF-8";
/* CSS Document */

.swiper {
  --swiper-theme-color: #e75293 !important;
}
.swiper {
  --swiper-navigation-size: 1.5em;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  opacity: 0.5;
  /* 上 | 左右 | 下 */
  margin: 5em 0.5em 0;
}
/* プログレスバーの位置を下に移動 */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
