@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

.search_tit {
	font-family: 'Shippori Mincho', serif !important;
}
.search_tit .tit_1 {
	font-size: 25px;
	font-weight: 600;
	color: #C59B6D;
	/*
  background: linear-gradient(90deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  background: -webkit-linear-gradient(0deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}

.search_tit .tit_2 {
	font-size: 12px;
	color: #fff;
}


.search_tit .num {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	font-size: 33px;
	color: #C59B6D;
}

.search_tit  .num span {
	letter-spacing: 0.1em;
}
.search_tit  .num::before {
	content: "総数";
	font-size: 18px;
	margin-right: 5px;
}
.search_tit  .num.search::before {
	content: "検索結果";
	font-size: 18px;
	margin-right: 5px;
}
.search_tit  .num::after {
	content: "人";
	font-size: 18px;
	margin-left: 3px;
}

.search_inn {
	background: #534741;
	color: #fff;
}

.search_item li {
	width: 20%;
	box-sizing: border-box;
}

.search_item li p {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	background: #534741;
	color: #fff;
}


.womenlist_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.womenlist_inn .womenlist_item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	border-bottom: 10px solid #000;
}

.womenlist_inn .womenlist_item:not(:nth-of-type(5n)) {
	margin-right: 11px;
}

.womenlist_inn .womenlist_item a.co-link {
	width: 210px;
	text-decoration: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	position: relative;
} 
.womenlist_inn .womenlist_item a.co-link.now::before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images_design/girl/icon_now.png) no-repeat 0 0;
	background-size: 65px;
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 125px;
}
.girl_list_outer .womenlist_inn .womenlist_item a.co-link.now::before {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images_design/girl/icon_now.png) no-repeat 0 0;
	background-size: 65px;
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 90px;
}
.womenlist_inn .womenlist_item .icon-beginner {
	width: 45px;
	height: 45px;
	background: url(../images_design/girl/icon_new.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 5px;
	top: 75px;
	z-index: 5;
}

/*
.womenlist_inn .womenlist_item .schedule {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 198px;
	height: 34px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	background: #C59B6D;
}
#s_women .womenlist_inn .womenlist_item .schedule {
	color: #960032;
}

#m_women .womenlist_inn .womenlist_item .schedule {
	color:#001E78;
}*/

.womenlist_inn .womenlist_item a img {
	width: 210px;
	height: 280px;
	background: url(../images_design/girl/nophoto.jpg) no-repeat 0 0;
	background-size: 210px;
}

.womenlist_inn .womenlist_item .copy {
	width: 210px;
	height: 26px;
	line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	background: #fff;
	box-sizing: border-box;
	padding:  0 5px;
	text-align: center;
}
#s_women .womenlist_inn .womenlist_item .copy {
	color: #960032;
}
#m_women .womenlist_inn .womenlist_item .copy {
	color:#001E78;
}

.womenlist_inn .womenlist_item .name {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	background:#960032 ;
	height: 55px;
	color: #fff;
	line-height: 1;
}

#s_women .womenlist_inn .womenlist_item .name {
	background:#960032 ;
}
#m_women .womenlist_inn .womenlist_item .name {
	background:#001E78 ;
}

.womenlist_inn .womenlist_item.name span {
	width:210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	box-sizing: border-box;
	padding:  2px 5px;
	text-align: center;
}

.womenlist_inn .womentag {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 4px 4px 0;
	box-sizing: border-box;
	height: 70px;
    border-bottom: 5px solid #960032;
    overflow: hidden;
}

.womenlist_inn .womentag span {
	width:101px;
	height: 20px;
	line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 11px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 500;
}

.womenlist_inn .womentag span:not(:nth-last-child(1)),.womenlist_inn .womentag span:not(:nth-last-child(2)) {
	margin-bottom: 1px;
}

#s_women .womenlist_inn .womentag {
	background: #960032;
}
#m_women .womenlist_inn .womentag {
	background: #001E78;
    border-bottom: 5px solid #001E78;
}

#s_women .womenlist_inn .womentag span {
	border: 1px solid #960032;
	background: #fff;
	color: #960032;
}
#m_women .womenlist_inn .womentag span {
	border: 1px solid #000F64;
	background: #fff;
	color: #000F64;
}

#s_women .womenlist_inn .womentag span.today,#m_women .womenlist_inn .womentag span.today{
	background: #FF1E96;
	color: #fff;
}
#s_women .womenlist_inn .womentag span.three,#m_women .womenlist_inn .womentag span.three {
	background: #C59B6D;
	color: #000;
}
#s_women .womenlist_inn .womentag span.off,#m_women .womenlist_inn .womentag span.off {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.5);
}



.calendar_outer {
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	
}

.calendar_outer .calendar_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}

.calendar_outer .calendar_inn li {
	padding: 0 1px 0 2px;
}
.calendar_outer .calendar_inn li p span,.calendar_outer .calendar_inn li p a {
	width: 150px;
	height: 50px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
}
.calendar_outer .calendar_inn li p a,.calendar_outer .calendar_inn li p span {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

#s_women .calendar_outer .calendar_inn a:hover,#s_women .calendar_outer .calendar_inn span {
	background: #960032;
	color: #FFFF00;
	text-decoration: none;
}
#m_women .calendar_outer .calendar_inn a:hover,#m_women .calendar_outer .calendar_inn span {
	background: #001E78;
	color: #FFFF00;
	text-decoration: none;
}

#s_women .calendar_outer .calendar_inn li p{
	border: 1px solid #960032;
}
#m_women .calendar_outer .calendar_inn li p{
	border: 1px solid #001E78;
}

.womenlist_inn .womenlist_item .schedule {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 210px;
	height: 34px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	background: #FF1E78;
	color: #FFFF64;
}

.womendetail_outer {
	width: 1095px;
}
.womendetail_outer .womendetail_inn.now {
	position: relative;
}

.womendetail_outer .womendetail_inn.now::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images_design/girl/icon_now.png) no-repeat 0 0;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 5px;
}


#s_women .womendetail_outer {
	background: url(../images_design/girl/s_detail_bg_2.jpg) repeat-y 0 0;
	border-bottom: 1px solid #3C0000;
	margin-bottom: 50px;
}

#s_women .womendetail_inn {
	min-height: 560px;
	background: url(../images_design/girl/s_detail_bg_1.jpg) no-repeat 0 0;
}
#m_women .womendetail_outer {
	background: url(../images_design/girl/m_detail_bg_2.jpg) repeat-y 0 0;
	border-bottom: 1px solid #00003C;
	margin-bottom: 50px;
}

#m_women .womendetail_inn {
	min-height: 560px;
	background: url(../images_design/girl/m_detail_bg_1.jpg) no-repeat 0 0;
}
.womendetail_outer .copy_inn {
	padding: 20px 20px 0 250px;
}

.womendetail_outer .copy_inn .copy {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	height: 58px;
	margin-bottom: 2px;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	font-family: 'Shippori Mincho', serif !important;
}

.womendetail_outer .info_inn {
	padding: 20px 20px 0 250px;
}

.womendetail_outer .info_item {
	width: 315px;
	margin-right: 20px;
	position: relative;
}
.womendetail_outer .info_item .icon-beginner {
	width: 40px;
	height: 40px;
	background: url(../images_design/girl/icon_new.png) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 10;
}

.womendetail_outer .info_inn .name_inn .name {
	font-size: 28px;
}

.womendetail_outer .info_inn .name_inn .age {
	font-size: 20px;
}

.womendetail_outer .info_inn .name_inn {
	border-bottom: 1px solid #AA0000;
}

#m_women .womendetail_outer .info_inn .name_inn {
	border-bottom: 1px solid #000F64;
}

.womendetail_outer .info_inn .name_inn,.womendetail_outer .info_inn .size_inn {
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	color: #fff;
}

.womendetail_outer .info_inn .name_inn .tit,.womendetail_outer .info_inn .size_inn .tit {
	width:60px;
	font-size: 14px;
	color: #C59B6D;
	font-family: 'Shippori Mincho', serif !important;
}

.womendetail_outer .icon_inn li {
	padding-left: 5px;
}

.womendetail_outer .icon_inn li p {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 172px;
	height: 40px;
	color: #fff;
	background: #960032;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif!important;
}

#m_women .womendetail_outer .icon_inn li p {
	background: #000F64;
}

.womendetail_outer .icon_inn li.today p, #m_women .womendetail_outer .icon_inn li.today p{
	background: #FF1E96;
}
.womendetail_outer .icon_inn li.three p, #m_women .womendetail_outer .icon_inn li.three p {
	background: #C59B6D;
	color: #000;
}

.women_slide .slider .slick-img {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;	
}
.women_slide .slider .slick-img a.co-link {
	width: 205px;
	text-decoration: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	box-sizing: border-box;
}

.women_slide .slider .slick-img a img {
	width: 205px;
	height: 273px;
	background: url(../images_design/girl/nophoto.jpg) no-repeat 0 0;
	background-size: 205px;
}

.women_slide .slider .btn i {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#s_women .women_slide .slider .btn i {background: #960032;}
#m_women .women_slide .slider .btn i {background: #001E78;}

.women_slide .slider .slick-list  {
	width: 1020px;
	height: 275px;
}

.womendetail_tit_1 {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	min-height: 35px;
	background: #42000f url(../images_design/girl/s_detail_bg_3.jpg) no-repeat 0 0;
}

#m_women .womendetail_tit_1 {
	background: #00104b url(../images_design/girl/m_detail_bg_3.jpg) no-repeat 0 0;
}

.womendetail_tit_1 .tit_1 {
	font-size: 20px;
	font-weight: 800;
  background: linear-gradient(90deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  background: -webkit-linear-gradient(0deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	font-family: 'Shippori Mincho', serif !important;
	margin: 0 10px 0 15px;
}

.womendetail_tit_1 .tit_2 {
	font-size: 14px;
	color: #fff;
	font-family: 'Shippori Mincho', serif !important;
}

.womendetail_tit_1 .tit_2::before {
	content: "/";
	margin-right: 5px;
}

.profile_inn {
	width: 640px;
	margin-right: 20px;
	box-sizing: border-box;
}

.faq_inn .faq_item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	color: #fff;
	margin-bottom: 1px;
	font-size: 14px;
}

.faq_inn .faq_item dt {	
	width: 260px;
	min-height: 40px;
	background: #5A0019;
}

.faq_inn .faq_item dt span {
	padding: 10px;
	display: block;
}

.faq_inn .faq_item dd {
	width: 380px;
	min-height: 40px;
	background: #37000A;
}

#m_women .faq_inn .faq_item dt {
	background: #00104b;
}
#m_women .faq_inn .faq_item dd {
	background: #000637;
}

.faq_inn .faq_item dd p {
	padding: 10px;
}

.playstyle_inn {
	width: 640px;
	padding: 5px;
	box-sizing: border-box;
}
.playstyle_item {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	padding: 5px 0;
}

.playstyle_item li {
	padding: 1px;
}

.playstyle_item p {
	width: 155.5px;
	height: 30px;
	font-size: 12px;
	line-height: 1;	
	color: rgba(255,255,255,0.2) ;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.playstyle_item li.on p {
	background: #fff;
}

#s_women .playstyle_inn,#s_women .message_inn,#s_women .schedule_outer  {
	background: #42000F;
}
#s_women .playstyle_item li p {
	background: rgba(30,0,0,0.6);
}
#s_women .playstyle_item li.on p {
	color: #960032;
	background: #fff;
}

#m_women .playstyle_inn,#m_women .message_inn,#m_women .schedule_outer  {
	background: #00104b;
}
#m_women .playstyle_item li p {
	background: rgba(0,0,40,0.6);
}
#m_women .playstyle_item li.on p {
	color: #001E78;
	background: #fff;
}

.message_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 395px;
	box-sizing: border-box;
	padding: 5px;
}

.message_inn .message_item {
	width: 375px;
	height: 550px;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
}

.womendetail_outer .schedule_inn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.womendetail_outer .schedule_outer .schedule_item {
	width: 143px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.womendetail_outer .schedule_outer .schedule_item:not(:first-child) {
	margin-left: 5px;
}

.womendetail_outer .schedule_outer .date {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 143px;
	height: 40px;
	background: #960032;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

#m_women .womendetail_outer .schedule_outer .date {
	background: #002382;
}

.womendetail_outer .schedule_outer .time {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	width: 143px;
	height: 40px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1;
}

.womendetail_outer .schedule_outer .time i {
	font-size: 10px;
	margin: 0 2px 2px;
}


.womendetail_outer .schedule_outer .btn {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 143px;
	height: 35px;
	background: #fff;
}

.womendetail_outer .schedule_outer .btn a {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 95px;
	height: 30px;
	background: #ff1d9a;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}