@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}
.swiper-mask .swiper {
  padding: 0 6.6666vw;
}
.swiper-mask .swiper-pagination {
  margin-top: 8vw;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.15);
}
.tab01 .swiper-pagination-bullet-active {
  background-color: #659cc1;
}
.tab02 .swiper-pagination-bullet-active {
  background-color: #fd7756;
}
.swiper-mask .swiper-button-prev,
.swiper-mask .swiper-button-next {
  width: 8vw;
  height: 9.3333vw;
  top: 15%;
}
.swiper-mask.swiper3 .swiper-button-prev,
.swiper-mask.swiper3 .swiper-button-next {
  top: 10%;
}
.swiper-mask.swiper4 .swiper-button-prev,
.swiper-mask.swiper4 .swiper-button-next {
  top: 13%;
}
.swiper-mask.swiper6 .swiper-button-prev,
.swiper-mask.swiper6 .swiper-button-next {
  top: 18%;
}
.swiper-mask .swiper-button-prev {
  left: 6.6666vw;
}
.swiper-mask .swiper-button-next {
  right: 6.6666vw;
}
