@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 */
.collection-swiper {
  position: absolute;
  top: 35.33vw;
  width: 100%;
}

.swiper-mask {
  position: absolute;
  top: 45.06vw;
  width: 100%;
}
.swiper-mask:last-of-type {
  top: 154.66vw;
}
.swiper-mask .swiper {
  padding: 0 8vw;
}
.swiper-mask .swiper .swiper-slide {
  width: 84vw;
}

.swiper-mask .swiper-pagination {
  margin-top: 6.6vw;
}
.swiper-pagination-bullet-active {
  background-color: #000;
}
