@charset "utf-8";
/* CSS Document */

#costumesSwiper {
  top: 0%;
  right: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  z-index: 50;
}

#costumesSwiper .swiper {
  width: 100%;
  height: 100%;
}

#costumesSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#costumesSwiper .bgThumb {
  position: absolute;
  width: 100%;
  height: 20%;
  top: 80%;
  left: 0%;
}

#costumesSwiper .thumb {
  position: absolute;
  width: 60%;
  height: 20%;
  top: 80%;
  left: 20%;
  overflow: hidden;
}

.thumb .swiper-slide {
  width: 20%;
  height: 100%;
  scale: 0.8;
  opacity: 0.4;
}

.thumb .swiper-slide-active {
  opacity: 1;
  scale: 1;
}




#costumesSwiper2 {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 80%;
  height: 60%;
  z-index: 50;
  transform: translate(-50%, -50%);
}

#costumesSwiper2 .swiper2 {
  width: 100%;
  height: 100%;
}

#costumesSwiper2 .swiper-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#costumesSwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

#costumesSwiper2 .swiper-slide img {
  position: absolute;
  height: 90%;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}