@charset "utf-8";

/*========================メイン=======================*/

.detail_box{
	box-sizing:border-box;
	border:2px solid #c80037;
	padding:20px;
}

.datail_box .head{
	display:flex;
	align-items:center;
}

.datail_box .head h3{
	margin-right:10px;
	font-size:24px;
	font-weight:bold;
}

.datail_box .type{
	display:flex;
	margin:5px 0 30px;
}

.datail_box .type li{
	padding:3px 5px;
	margin-right:5px;
	border:1px solid #333;
	border-radius:5px;
}

.gallery{
	position: relative;
	margin-bottom:20px;
}

/* thumbs */
 .thumbs li .thumb {
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor:pointer;
}

/* girlNameBtn */
.girlNameBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 1vw;
	bottom: 1vw;
	width: 7em;
	height: 7em;
	border-radius: 50%;
	opacity: .7;
	border: 1px solid #c80037;
	cursor: pointer;
	background-color: #ffffff;
	font-size: 1.25rem;
	font-weight: bold;
	color: #c80037;
}

 .gallery img{
	margin:0 auto;
	max-height:500px;
}

.fromShop{
	margin:10px 0;
	padding:20px;
	background:#eee;
	border:1px solid #ddd;
	line-height:2;
	font-size:14px;
}

.ladyLink a{
	display:block;
	padding:10px 0;
	background:#ffe6ec;
	border:1px solid #fccedb;
	border-radius:5px;
	color:#de517b;
	text-align:center;
}

/*========================モーダル用=======================*/

/* stop scroll */
.jsStopScroll {
	position: static;
}
.jsStopScrollStopped {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/*
jsModal
--------------------------------------------------------- */
.jsModal {
	z-index: 2;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .8);
}
.jsModal_scroller {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.jsModal_scroller_main {
	/* position: absolute; */
	/* left: 50%; */
	/* top: 50%; */
	/* width: 100%; */
	/* transform: translate(-50%, -50%); */
}

/*
gravureModal
--------------------------------------------------------- */
.gravureModals {
	display: none;
}
.gravureModals.active {
	display: block;
}
.gravureModal {
	display: none;
	width: 1340px;
	margin: auto;
	padding: 50px 0;
}
.gravureModal.active {
	display: block;
}
.gravureModal_linkInfo {
	margin-bottom: 24px;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
}
.gravureModal_imageMap {
	z-index: 1;
	position: relative;
	margin-bottom: 64px;
}
a.gravureModal_imageMap_anchor,
.gravureModal_imageMap_anchor {
	display: none;
	z-index: 2;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	/*   border: 1px solid #ffffff; */
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
	transition: .2s;
	background-color: rgba(200, 0, 55, 0.85);
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
}
.gravureModal_imageMap_anchor_text {
	display:inline-block;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.gravureModal_imageMap_anchor::after {
	z-index: 3;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: rgba(200, 0, 55, 0.85) transparent transparent transparent;
	content: "";
}
.gravureModal_imageMap_image {
	width: 100%;
	box-sizing: border-box;
	border: 36px solid #ffffff;
	box-shadow: 4px 4px 16px #000000;
}
.gravureModal_btns {
	margin-bottom: 32px;
	text-align: center;
}
.gravureModal_btns .link_list{
	display:flex;
	justify-content:center;
	/* margin-top:20px; */
}
.gravureModal_btns .link_list li{
	margin:0 10px;
}
.gravureModal_btns .link_list li a{
	display:block;
	width:250px;
	padding:20px 0;
	border-radius:5px;
	color:#fff;
	text-align:center;
}
.gravureModal_btns .link_list li.gals a{
	background:#fd6a60;
}
.gravureModal_btns .link_list li.shops a{
	background:#4b6071;
}
.gravureModal_btns .gravureBtn {}
.gravureModalClose {
	text-align: center;
}
.gravureModalClose_btn {
	display: inline-block;
	width:250px;
	padding:20px 0;
	border-radius:5px;
	text-align:center;
	cursor: pointer;
	background-color: #d2d2d2;
}

.slider-nav .slick-track{
	margin:0;
}

.slider-nav .slick-track .slick-slide{
	filter:brightness(.2);
}

.slider-nav .slick-track .slick-slide.slick-current{
	filter:brightness(1);
}
