.girls-detail-swiper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #000;
	position: relative;
	box-sizing: border-box;
}

.girls-detail-swiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	height: 357px;
}

.girls-detail-swiper__image {
	display: block;
	width: auto;
	max-width: 270px;
	max-height: 357px;
	height: auto;
	margin: 0 auto;
}

.girls-detail-swiper__pagination {
	position: static;
	margin-top: 8px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
}

.girls-detail-swiper .swiper-pagination-lock {
	display: none;
}
