@charset "UTF-8";
/* 変数設定 */
/********************/
.swiper-pagination {
  position: relative;
  bottom: 30px !important;
  text-align: center;
  z-index: 11;
}
.swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 100%;
}
@media screen and (min-width: 750px) {
  .swiper-pagination span {
    border: 1px solid #fff;
  }
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 25px;
  }
}

/*# sourceMappingURL=swiper-config.css.map */