/* Swiper上書き */
#top-carousel {
  --swiper-theme-color: #007d7a;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #007d7a;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

#top-carousel .swiper-button-prev,
#top-carousel .swiper-button-next {
  color: #fff !important;
  background: #007d7a !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
}

#top-carousel .swiper-button-prev {
  left: 16px !important;
}

#top-carousel .swiper-button-next {
  right: 16px !important;
}

#top-carousel .swiper-button-prev::after,
#top-carousel .swiper-button-next::after {
  font-size: 16px !important;
  font-weight: 700 !important;
}

#top-carousel .swiper-pagination-bullet {
  background: #007d7a !important;
  opacity: 0.4 !important;
}

#top-carousel .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
