@charset "utf-8";
/* CSS Document */

#costumesSwiper {
	position: absolute;
	width: 100%;
	z-index: 32;
	left:50%;
	top:50%;
	display: block;
	transform: translate(-50%, -50%);
	min-height: 1080px;
}

#costumesSwiper .swiper {
	position: absolute;
	width: 680px;
	height: 600px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	display: block;
	padding-right: 50px;
}

#costumesSwiper .swiper-wrapper{
	
	width: 100%;
	height: 100%;
}

#costumesSwiper .swiper-slide {
	width: 80%;
	height: 90%;
	display: flex;
	align-items:center;
  justify-content:center;
	background-image: url('../images/bg_swiper.png');
	background-size: 100%;
}

#costumesSwiper .swiper-slide img{
	position: absolute;
	top: 6%;
	left: 19.3%;
	width: 77%;
	height: 85.2%;
	display:block;
}



