@charset "UTF-8";


/*ニュース*/

.news_outer {
	margin: 10px 0 0 0;
}
#top_news {
	margin: 10px 0 0 0;
	width: 100%;
	position: relative;
}
.top_news_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    background: #fff;
    border-radius: 16px;
}
.top_news_inner iframe {
	display: block;
	width: 100%;
}
/*.top_news_inner iframe img {
	display: inline-block;
	width: auto;
	max-width: 960px;
}
.top_news_inner iframe a {
	display: inline-block;
	width: auto;
	max-width: 100% !important;
}
.top_news_inner .board_wrapper div {
	background: #eefcff !important;
}
.top_news_inner p, .top_news_inner span, .top_news_inner strong, .top_news_inner font, .top_news_inner div {
	line-height: 1.4 !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif !important;
	font-weight: bold !important;
	font-feature-settings: "palt" !important;
}*/
@media screen and (max-width: 768px) {
	#top_news {
		padding: 0 5px;
	}
	.top_news_inner {
		padding: 10px 5px;
	}
	/*.top_news_inner img {
		width: auto !important;
		max-width: 48% !important;
		height: auto !important;
		margin: 2px auto !important;
	}
	.top_news_inner p, .top_news_inner span, .top_news_inner strong, .top_news_inner font, .top_news_inner div {
		line-height: 1.4 !important;
		text-align: left !important;
		font-size: 105% !important;
		letter-spacing: 0em !important;
	}*/
}

/*ピックアップ*/

.pickup_outer {
	margin: 10px 0 0 0;
}
#pickup {
	margin: 10px 15px 0;
}
#pickup .col-sm-3 {
	padding: 0 5px;
}
#pickup .col-xs-6 {
	padding: 4px;
}
.pickup_inner {}
.pickup_list {
	text-align: center;
	vertical-align: top;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: .3s;
	color: #51230b;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.pickup_list:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.pickup_box {
	width: 100%;
}
.pickup_box_img {
	display: block;
	/*box-shadow: 0 1px 10px rgba(0,0,0, .3);*/
}
.pickup_box_img img {
	display: block;
	width: 100%;
	border-radius: 16px;
}
.pickup_info {
	width: 100%;
	padding: 10px 0 5px;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 2;
	/*background: url(../img/common/girl_info.png) no-repeat;
	background-size: cover;
	background-position: bottom center;*/
	line-height: 1.2;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	color: #111;
}
.pickup_catch {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	color: #3edefe;
}
.pickup_name {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0em;
	margin: 0 0 3px 0;
	color: #fb83dc;
}
.pickup_age {
	font-size: 16px;
	letter-spacing: 0em;
	font-weight: normal;
	padding: 0 0 0 3px;
	color: #111;
}
.pickup_size {
	font-size: 14px;
	letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
	.pickup_inner ul {
		padding: 0 0 10px;
	}
	.pickup_info {
		padding: 10px 0 5px;
	}
	.pickup_catch {
		font-size: 15px;
	}
	.pickup_name {
		font-size: 18px;
	}
	.pickup_age {
		font-size: 13px;
	}
	.pickup_size {
		font-size: 13px;
	}
}

/*トップページランキング*/

.top_ranking_outer {
	margin: 20px 0 0 0;
}
#top_ranking {
	margin: 10px 0 0;
}
.ranking_list {
	display: inline-block;
	text-align: center;
	width: 19.2%;
	margin: 0 0.1%;
	/* float: left; */
	letter-spacing: 0em;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
	vertical-align: top;
}
.ranking_list:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.ranking_box {
	width: 100%;
}
.ranking_box_img {
	display: block;
	position: relative;
	z-index: 1;
}
.ranking_box_img img {
	display: block;
	width: 100%;
    border-radius: 16px;
}
.ranking_info {
	width: 100%;
	padding: 5px 0 5px;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 2;
	/*background: url(../img/common/girl_info.png) no-repeat;
	background-size: cover;
	background-position: bottom center;*/
	line-height: 1.2;
	/*text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;*/
	color: #111;
}
.ranking_catch {
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0em;
	color: #3edefe;
}
.ranking_name {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0em;
	padding: 0 0 3px 0;
	color: #fb83dc;
}
.ranking_age {
	font-size: 15px;
	letter-spacing: 0em;
	font-weight: normal; 	
	padding: 0 0 0 3px; 	
	color: #111;
}
.ranking_size {
	font-size: 13px;
	letter-spacing: 0em;
}
.ranking_list_outer {
	counter-reset: wpp-ranking;
	margin: 10px 0 20px;
	text-align: center;
}
.ranking_list_outer a {
	list-style-type: none;
	position: relative;
}
.ranking_list_outer a:first-child:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	font-weight: bold;
	font-size: 38px;
	width: 56px;
	height: 56px;
	line-height: 50px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #fff9fc;
	background: #ffb900;
	/*text-shadow: 0 1px 6px rgba(0, 0, 0, .5);*/
	border-radius: 16px;
	border: 3px solid #fff;
}
.ranking_list_outer a:nth-child(2):before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	font-weight: bold;
	font-size: 32px;
	width: 48px;
	height: 48px;
	line-height: 40px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #fff9fc;
	background: #ffb900;
	/*text-shadow: 0 1px 6px rgba(0, 0, 0, .5);*/
	border-radius: 12px;
	border: 3px solid #fff;
}
.ranking_list_outer a:nth-child(3):before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	font-weight: bold;
	font-size: 28px;
	width: 42px;
	height: 42px;
	line-height: 34px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #fff9fc;
	background: #ffb900;
	/*text-shadow: 0 1px 6px rgba(0, 0, 0, .5);*/
	border-radius: 10px;
	border: 3px solid #fff;
}
.ranking_list_outer a:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	font-weight: bold;
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 30px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	color: #fff9fc;
	background: #ffb900;
	/*text-shadow: 0 1px 6px rgba(0, 0, 0, .5);*/
	border-radius: 8px;
	border: 3px solid #fff;
}
#js_tab {
	margin: 0;
}
#js_tab ul#tab {
	margin: 10px 0 5px;
	text-align: center;
	/*background: #2a0e09;
	box-shadow: 0 1px 20px rgba(0,0,0, 6);*/
}
#js_tab ul#tab li {
	display: inline-block;
	width: 14%;
	margin: 2px 0;
	text-align: center;
	letter-spacing: 0em;
	color: #fff;
    border: 2px solid #ffe7f5;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #e15caa, 1px -1px 1px #e15caa, -1px 1px 1px #e15caa, 1px 1px 1px #e15caa;
	font-feature-settings: "palt";
    background: #ee8ac4;
    border-radius: 100px;
    transition: .3s;
}
#js_tab ul#tab li a {
	width: 100%;
	display: block;
	padding: 8px 0;
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
#js_tab ul#tab li:hover {
    border: 2px solid #ffe7f5;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #e15caa, 1px -1px 1px #e15caa, -1px 1px 1px #e15caa, 1px 1px 1px #e15caa;
    background: #ee8ac4;
    opacity: .75;
}
#js_tab ul#tab li.selected {
	background: #fffbfd;
	border: 2px solid #ee8ac4;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	box-shadow: none;
}
#js_tab ul#tab li.selected a {
	color: #ee8ac4;
}
#tab2, #tab3, #tab4, #tab5, #tab6 {
	display: none;
}

@media screen and (max-width: 768px) {
	#js_tab {
		max-height: 100%;
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	#js_tab ul#tab {
		margin: 0 0 10px;
		text-align: center;
	}
	#js_tab ul#tab li {
		width: 32%;
		margin: 3px 0;
	}
	#js_tab ul#tab li a {
		font-size: 13px;
		letter-spacing: -0.04em;
	}

	.ranking_list {
		display: inline-block;
		text-align: center;
		width: 48%;
		margin: 0 0.2% 8px;
	}
	.ranking_list:nth-child(2) {
		margin: 0 0.2% 8px;
	}
	.ranking_list:nth-child(3) {
		margin: 0 0.2% 8px;
	}
	.ranking_list:first-child {
		display: block;
		text-align: center;
		width: 70%;
		max-width: 320px;
		margin: 0 auto 8px;
		float: none;
		padding: 0;
    }
    #top_ranking .ranking_list:nth-child(1) {
		display: inline-block;
		text-align: center;
		width: 70%;
		max-width: 320px;
		margin: 0 auto 8px;
    }
    #top_ranking .ranking_list {
		display: inline-block;
		text-align: center;
		width: 48%;
		margin: 0 0.2% 8px;
	}
	.ranking_info {
		padding: 5px 0 5px;
	}
	.ranking_catch {
		font-size: 15px;
	}
	.ranking_name {
		font-size: 18px;
	}
	.ranking_age {
		font-size: 13px;
	}
	.ranking_size {
		font-size: 13px;
	}
	.ranking_list_outer {
		margin: 10px 0;
		padding: 0;
    }
	/*.ranking_list_outer a:first-child:before {
		font-size: 36px;
		width: 40px;
		height: 40px;
		line-height: 42px;
	}
	.ranking_list_outer a:nth-child(2):before {
		font-size: 26px;
		width: 32px;
		height: 32px;
		line-height: 34px;
	}
	.ranking_list_outer a:nth-child(3):before {
		font-size: 26px;
		width: 32px;
		height: 32px;
		line-height: 34px;
	}
	.ranking_list_outer a:before {
		font-size: 16px;
		width: 26px;
		height: 26px;
		line-height: 28px;
	}*/
}

/*.image_trimming_outer {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.image_trimming {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}*/


/*トップページ撮って出し*/

.top_newface_outer {
	margin: 20px 0 0 0;
}
#top_newface {
	margin: 0 0 20px;
}
.top_newface_inner {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}

/*#top_newface .col-sm-2 {
    padding: 0 5px;
}*/

.top_newface_box {
	display: inline-block;
	width: 19.2%;
	margin: 0 0.1%;
	/*min-height: 420px;*/
	/*max-height: 600px;*/
	/*overflow-y: auto;*/
	text-align: center;
	font-size: 14px;
	color: #111;
	vertical-align: top;
	line-height: 1.4;
	-webkit-overflow-scrolling: touch;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.top_newface_box h3.top_newface_box_date {
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center !important;
}
.top_newface_box a {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto 10px;
	position: relative;
}
.top_newface_box a img {
	width: 100%;
	display: block;
    border-radius: 16px;
}

/*.top_shot_box span, .top_shot_box strong, .top_shot_box p, .top_shot_box h1, .top_shot_box h2, .top_shot_box h3, .top_shot_box h4, .top_shot_box h5, .top_shot_box h6, .top_shot_box font {
    letter-spacing: 0em;
    font-size: 13px !important;
    text-align: left !important;
    color: #51230b !important;
    line-height: 1.5 !important;
}
.top_shot_box span {
    padding: 4px !important;
}*/

.top_newface_catch {
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0em;
	color: #3edefe;
}
.top_newface_name {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0em;
	padding: 5px 0 3px;
	color: #fb83dc;
}
.top_newface_age {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: normal; 	
	padding: 0 0 0 3px; 	
	color: #111;
}
.top_newface_size {
	font-size: 13px;
	letter-spacing: 0em;
}
.top_newface_next {
	margin: 5px auto;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0em;
	color: #10dafe;
	border: 1px solid #10dafe;
	display: table;
	width: 96%;
	border-radius: 8px;
	overflow: hidden;
	font-feature-settings: "palt";
}
.top_newface_next span {
	display: table-cell;
	background: #10dafe;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0em;
	width: 65px;
	padding: 5px 0;
	vertical-align: middle;
}
.top_newface_next_schedule {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #10dafe;
	border: 1px solid #10dafe;
	display: table;
	width: 96%;
	margin: 5px auto;
	border-radius: 8px;
	overflow: hidden;
	font-feature-settings: "palt";
}
.top_newface_next_schedule span {
	display: table-cell;
	background: #10dafe;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0em;
	width: 65px;
	padding: 5px 0;
	vertical-align: middle;
}
.newface_text.top_newface_text {
	font-size: 13px;
	letter-spacing: 0em;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	padding: 0 5px;
	line-height: 1.6;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}
@media screen and (max-width: 1200px) {
	.top_newface_next span {
		display: block;
		width: 100%;
	}
	.top_newface_next_schedule span {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.top_newface_inner {
        margin: 10px 0;
        padding: 5px 0;
	}
	.top_newface_box {
		display: inline-block;
		width: 48.5%;
		margin: 0 0.2% 8px;
	}

	.top_newface_catch {
		font-size: 15px;
	}
	.top_newface_name {
		font-size: 18px;
	}
	.top_newface_age {
		font-size: 13px;
	}
	.top_newface_size {
		font-size: 13px;
	}
	.newface_text.top_newface_text {
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 10;
	    -webkit-box-orient: vertical;
	    padding: 0 5px;
	}
}

/*トップページアンケート*/

.review_outer {
	margin: 20px 0 10px;
}
#top_review {
	margin: 10px 0 0;
}
#top_review .col-sm-6 {
	padding: 0 5px 10px;
}
.top_review_inner {}
.top_review_box {
	/*padding: 15px 15px 0;*/
	/*background: #2a0e09;
	box-shadow: 0 1px 20px rgba(0,0,0, 6);*/
	min-height: 240px;
	max-height: 480px;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	color: #111;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
    padding: 10px;
}
.top_review_box .col-sm-3 {
	padding: 0;
}
.top_review_box .col-sm-9 {
	padding: 0 0 0 10px;
}
.top_review_box_inner {
}
.review_image {
	max-width: 180px;
	margin: 0 auto;
}
/*.top_review_box h3 {
	text-align: center;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0em;
	background: #E3F6FF;
	color: #111;
	padding: 10px 0;
	font-feature-settings: "palt";
}*/
.top_review_box a {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 0 10px 5px 0;
	float: left;
	position: relative;
	z-index: 2;
}
.top_review_box img {
	display: block;
	width: 100%;
	border-radius: 16px;
}
.top_review_text {
}
.top_review_info {
	line-height: 1.2;
}
.top_review_name {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	margin: 0;
	color: #fb83dc;
}
#top_review span.top_review_age {
	font-size: 12px !important;
	letter-spacing: 0em !important;
	line-height: 1.2 !important;
	color: #111 !important;
	font-weight: normal !important; 	
	padding: 0 0 0 3px;
}
#top_review p.top_review_size {
	font-size: 11px !important;
	letter-spacing: 0em !important;
	line-height: 1.2 !important;
	color: #111 !important;
}
#top_review p, #top_review p span, #top_review strong {
	font-size: 16px !important;
	line-height: 1.6 !important;
	letter-spacing: 0em !important;
	background: none !important;
	border: none !important;
	font-weight: normal !important;
	color: #111 !important;
}

.review_title {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
    background: #fff2fb;
  box-sizing: border-box;
  margin: 0 0 20px;
	color: #fb83dc;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.review_title h3 {
  margin: 0;
  padding: 0 10px;
  border-top: dashed 2px rgba(251, 131, 201, .2);
  border-bottom: dashed 2px rgba(251, 131, 201, .2);
  line-height: 42px;
   font-weight: bold;
}
.review_title:before, .review_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.review_title:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.review_title:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 768px) {
	#top_review {
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
	}
	.top_review_inner {
		padding: 0 0 10px 0;
	}
	#top_review .col-sm-6 {
		padding: 0;
	}
	#top_review .col-sm-9 {
		padding: 0;
	}
	.top_review_box h3 {
		font-size: 16px;
	}
	.top_review_box a {
		display: block;
		width: 100%;
		max-width: 120px;
		margin: 0 15px 5px 0;
		float: left;
		position: relative;
		z-index: 2;
	}
	.top_review_box {
		padding: 5px;
		margin: 10px 0 5px 0;
		text-align: left;
		min-height: auto;
		max-height: auto;
		overflow-y: auto;
	}
	.top_review_text {
		margin: 10px 0 0 0;
	}

	#top_review p, #top_review p span, #top_review strong {
		font-size: 15px !important;
		line-height: 1.5 !important;
	}

	.review_title {
	  margin: 0 0 10px;
	}
}


/*本日の出勤*/

.top_schedule_outer {
	margin: 10px 0 0 0;
	padding: 0 15px;
}
.page_schedule_outer {
	margin: 30px 0 0 0;
}
.top_schedule_inner {}
#top_schedule {
	width: 100%;
	margin: 10px 0 20px;
	text-align: center;
	padding: 5px 0;
}
.top_schedule_box {
	width: 19.1%;
	display: inline-block;
	box-sizing: content-box;
	box-sizing: border-box;
	margin: 0 0.2% 10px;
	text-align: center;
	vertical-align: top;
	transition: .3s;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.top_schedule_box:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.schedule_image_box {
	width: 100%;
	position: relative;
}
.schedule_image {
	display: block;
}
.schedule_image img {
	display: block;
	width: 100%;
    border-radius: 16px;
}
#schedule {
	text-align: center;
	padding: 5px 0;
}
.schedule_box {
	width: 24.4%;
	display: inline-block;
	box-sizing: content-box;
	box-sizing: border-box;
	margin: 0 0 5px;
	text-align: center;
	vertical-align: top;
	transition: .3s;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.schedule_box:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
#cast {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 5px 0;
}
.cast_box {
	width: 24.4%;
	display: inline-block;
	box-sizing: content-box;
	box-sizing: border-box;
	margin: 0 0 5px;
	text-align: center;
	vertical-align: top;
	transition: .3s;
	letter-spacing: 0em;
	position: relative;
	z-index: 1;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.cast_box:hover {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
}
.cast_image_box {
	width: 100%;
	position: relative;
}
.cast_image {
	display: block;
}
.cast_image img {
	display: block;
	width: 100%;
    border-radius: 16px;
}

/*トップページ本日の出勤*/

.schedule_info {
	width: 100%;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	line-height: 1.2;
	/*color: #111;*/
	text-align: center;
	color: #fff;
	text-shadow: -2px -2px 2px #fb83dc, 2px -2px 2px #fb83dc, -2px 2px 2px #fb83dc, 2px 2px 2px #fb83dc;
}
.schedule_catch {
	margin: 5px 0;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	/*color: #3edefe;*/
}
.schedule_name {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0em;
	padding: 0 0 3px 0;
	/*color: #fb83dc;*/
}
.schedule_age {
	font-size: 15px;
	letter-spacing: 0em;
	font-weight: normal;
	padding: 0 0 0 3px;
	/*color: #111;*/
}
.schedule_size {
	font-size: 14px;
	letter-spacing: 0em;
}
.schedule_time {
	text-align: center;
	margin: 10px auto 5px;
	font-weight: bold;
	border: 1px solid #10dafe;
	font-size: 17px;
	color: #10dafe;
	letter-spacing: 0em;
	font-feature-settings: "palt";
	text-shadow: none;
	display: table;
	width: 96%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.schedule_time span {
	background: #10dafe;
	color: #fff;
	display: table-cell;
	width: 65px;
	font-size: 11px;
	font-weight: normal;
	padding: 8px 0;
	letter-spacing: 0em;
}

/*在籍女性*/

.cast_info {
	width: 100%;
	padding: 10px 0 5px;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 2;
	line-height: 1.2;
	color: #111;
}
.cast_catch {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 18px;
	color: #3edefe;
	letter-spacing: 0em;
}
.cast_name {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0em;
	padding: 0 0 5px;
	color: #fb83dc;
}
.cast_age {
	font-size: 15px;
	letter-spacing: 0em;
	font-weight: normal; 	
	padding: 0 0 0 3px; 	
	color: #111;
}
.cast_size {
	font-size: 15px;
	letter-spacing: 0em;
	padding: 0 0 5px;
}
.cast_day {
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
	border: 1px solid #10dafe;
	font-size: 17px;
	color: #10dafe;
	letter-spacing: 0em;
	font-feature-settings: "palt";
	text-shadow: none;
	display: table;
	width: 96%;
	border-radius: 8px;
	overflow: hidden; 
}
.cast_day span {
	background: #10dafe;
	color: #fff;
	display: table-cell;
	width: 65px;
	font-size: 9px;
	font-weight: normal;
	padding: 8px 0;
	letter-spacing: 0em;
}
.cast_time {
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
	border: 1px solid #10dafe;
	font-size: 17px;
	color: #10dafe;
	letter-spacing: 0em;
	font-feature-settings: "palt";
	text-shadow: none;
	display: table;
	width: 96%;
	border-radius: 8px;
	overflow: hidden; 
}
.cast_time span {
	background: #10dafe;
	color: #fff;
	display: table-cell;
	width: 65px;
	font-size: 9px;
	font-weight: normal;
	padding: 8px 0;
	letter-spacing: 0em;
}
.cast_icon {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 20;
	max-width: 50px;
}
.today_icon {
	display: block;
	width: 100%;
	max-width: 50px;
}
.newface_icon {
	display: block;
	width: 100%;
	max-width: 50px;
}
@media screen and (max-width: 1200px) {
	.schedule_catch {
		margin: 5px 0;
		font-size: 15px;
	}
	.schedule_name {
		font-size: 24px;
	}
	.schedule_age {
		font-size: 13px;
		padding: 0 0 0 3px;
	}
	.schedule_size {
		font-size: 13px;
	}
	.schedule_time {
		margin: 10px auto 5px;
		font-size: 15px;
	}
	.schedule_time span {
		background: #10dafe;
		color: #fff;
		display: table-cell;
		width: 60px;
		font-size: 9px;
		font-weight: normal;
		padding: 4px 0;
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 768px) {
	.top_schedule_outer {
		margin: 20px 0;
	}
	.page_schedule_outer {
		margin: 20px 0;
	}
	.top_schedule_inner {
		padding: 0 0 10px 0;
	}
	.top_schedule_box {
		width: 48.5%;
		display: inline-block;
		margin: 0 0.2% 8px;
	}
	.schedule_info {
		padding: 5px 0 5px;
	}
	.schedule_catch {
		font-size: 15px;
	}
	.schedule_name {
		font-size: 18px;
	}
	.schedule_age {
		font-size: 13px;
	}
	.schedule_size {
		font-size: 13px;
	}
	.schedule_time {
		display: block;
		margin: 5px auto 0;
		width: 90%;
	}
	.schedule_time span {
		display: block;
		width: 100%;
		font-size: 10px;
		padding: 3px 0;
		margin: 0 0 2px;
	}

	.schedule_box {
		width: 48.5%;
		display: inline-block;
		margin: 0 0.2% 8px;
    }
	.cast_box {
		width: 48.5%;
		display: inline-block;
		margin: 0 0.2% 8px;
	}
	.cast_catch {
		font-size: 15px;
	}
	.cast_name {
		font-size: 18px;
	}
	.cast_age {
		font-size: 13px;
	}
	.cast_size {
		font-size: 13px;
	}
	.cast_next {
		font-size: 15px;
	}
	.cast_icon {
		max-width: 40px;
	}
	.today_icon {
		max-width: 40px;
	}
	.newface_icon {
		max-width: 40px;
	}
}

/*出勤情報ページ曜日*/

#schedule_date_outer {
	margin: 10px 0 0 0;
}
.schedule_date_list {
	margin: 0 auto;
	text-align: center;
}
.schedule_date_list li {
	display: inline-block;
	width: 13.85%;
	text-align: center;
	margin: 0 0.2%;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
.schedule_date_list li a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	letter-spacing: 0em;
	color: #fff;
    border: 2px solid #ffe7f5;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #e15caa, 1px -1px 1px #e15caa, -1px 1px 1px #e15caa, 1px 1px 1px #e15caa;
	font-feature-settings: "palt";
    background: #ee8ac4;
    border-radius: 100px;
    transition: .3s;
}
.schedule_date_list li a:hover {
	color: #fff;
    border: 2px solid #ffe7f5;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #e15caa, 1px -1px 1px #e15caa, -1px 1px 1px #e15caa, 1px 1px 1px #e15caa;
	font-feature-settings: "palt";
    background: #ee8ac4;
}
.schedule_date_list li.stay {
	display: inline-block;
	padding: 10px 0;
	background: #fffbfd;
	border: 2px solid #ee8ac4;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	box-shadow: none;
    border-radius: 100px;
	color: #ee8ac4;
}

.schedule_date_title_outer {
    position: relative;
    background: url(../img/common/section_outer.png) repeat;
    background-size: 70%;
    background-position: center;
    padding: 20px 0 10px;
    text-align: center;
}
.schedule_date_title {
    font-size: 42px;
    letter-spacing: 0em;
    font-weight: bold;
    color: #10dafe;
    font-feature-settings: "palt";
    display: block;
    padding: 10px 0;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .5);
    display: inline-block;
    border-radius: 100px;
}
.schedule_date_title span {
	display: block;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.schedule_date_list li {
		display: inline-block;
		width: 24.4%;
		text-align: center;
		margin: 0.5% 0.1%;
		float: left;
		font-size: 13px;
	}
	.schedule_date_list li a {
		display: inline-block;
		padding: 10px 0;
		width: 100%;
		letter-spacing: 0em;
	}
	.schedule_date_list li.stay {
		display: inline-block;
		padding: 10px 0;
		width: 24.4%;
		text-align: center;
		margin: 0.5% 0.1%;
		font-size: 13px;
		letter-spacing: 0em;
	}
	.schedule_date_title_outer {
	    background: url(../img/common/section_outer.png) repeat;
	    background-size: 160%;
	    background-position: center;
	    padding: 0;
	}
	.schedule_date_title {
	    font-size: 32px;
	    letter-spacing: 0em;
	    padding: 10px 0;
	}
	.schedule_date_title span {
		font-size: 18px;
	}
}

/*新人情報*/

#newcomer {}
.newcomer_list {
	width: 100%;
	border: 1px solid #fce8f2;
	padding: 20px 0;
	margin: 10px 0 0 0;
	background: url(../img/common/girl_info.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	line-height: 1.4;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.newcomer_date {
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: bold;
}
.newcomer_catch {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	color: #51230b;
}
.newcomer_name {
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.newcomer_size {
	font-size: 14px;
	letter-spacing: 0em;
}
.newcomer_text {
	margin: 10px 0 0 0;
	padding: 10px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.newcomer_list a {
	display: block;
	width: 100%;
	position: relative
}
.newcomer_list a img {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
.newcomer_list p, .newcomer_list p span, .newcomer_list p strong, .newcomer_list p font, .newcomer_list p em, .newcomer_list p b, .newcomer_list p div, .newcomer_list p small {
	font-size: 14px !important;
	color: #51230b !important;
}
@media screen and (max-width: 768px) {
	.newcomer_list {
		padding: 10px 0;
		background-size: cover;
		background-position: center bottom;
	}
	.newcomer_date {
		font-size: 13px;
	}
	.newcomer_catch {
		font-size: 16px;
		letter-spacing: 0em;
	}
	.newcomer_name {
		font-size: 20px;
	}
	.newcomer_size {
		font-size: 13px;
	}
	.newcomer_text {
		padding: 5px 0;
	}
	.newcomer_list a img {
		width: 70%;
		max-width: 280px;
		margin: 0 auto 10px;
	}
	.newcomer_list p, .newcomer_list p span, .newcomer_list p strong, .newcomer_list p font, .newcomer_list p em, .newcomer_list p b, .newcomer_list p div, .newcomer_list p small {
		font-size: 13px !important;
	}
}

/*撮って出し*/

#newface {
	margin: 10px 0 0 0;
}
.newface_inner {
	padding: 0 10px;
}
#newface .col-sm-4 {
	padding: 0 5px;
}
.newface_box {
	display: block;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #111;
	margin: 0 0 10px 0;
	line-height: 1.4;
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
}
.newface_box h3.newface_box_date {
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center !important;
}
.newface_box a {
	display: block;
	width: 100%;
	margin: 0 auto 15px;
}
.newface_box a img {
	width: 100%;
	display: block;
    border-radius: 16px;
}
.newface_box p.newface_info {
	text-align: center !important;
}

/*.newface_box span, .newface_box strong, .newface_box p, .newface_box h1, .newface_box h2, .newface_box h3, .newface_box h4, .newface_box h5, .newface_box h6, .newface_box font {
    letter-spacing: 0em;
    font-size: 13px !important;
    text-align: left !important;
    color: #51230b !important;
}
.newface_box span {
    padding: 4px !important;
}*/

.newface_catch {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0em;
	color: #3edefe;
}
.newface_name {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0em;
	padding: 5px 0;
	color: #fb83dc;
}
.newface_age {
	font-size: 16px;
	letter-spacing: 0em;
	font-weight: normal; 	
	padding: 0 0 0 3px; 	
	color: #111;
}
.newface_size {
	font-size: 15px;
	letter-spacing: 0em;
	padding: 0 0 8px 0;
}
.newface_next {
	margin: 5px auto;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0em;
	color: #10dafe;
	border: 1px solid #10dafe;
	display: table;
	width: 96%;
	max-width: 360px;
	border-radius: 8px;
	overflow: hidden;
	font-feature-settings: "palt";
}
.newface_next span {
	display: table-cell;
	background: #10dafe;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0em;
	width: 85px;
	padding: 5px 0;
}
.newface_next_schedule {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #10dafe;
	border: 1px solid #10dafe;
	display: table;
	width: 96%;
	max-width: 360px;
	margin: 5px auto;
	border-radius: 8px;
	overflow: hidden;
	font-feature-settings: "palt";
}
.newface_next_schedule span {
	display: table-cell;
	background: #10dafe;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0em;
	width: 85px;
	padding: 5px 0;
}
.newface_text {
	font-size: 15px;
	letter-spacing: 0em;
	text-align: left;
	padding: 10px 5px 5px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.newface_inner {
        padding: 0 10px;
	}
	.newface_box a {
		max-width: 360px;
	}
	.newface_catch {
		font-size: 17px;
	}
	.newface_name {
		font-size: 24px;
	}
	.newface_age {
		font-size: 15px;
	}
	.newface_size {
		font-size: 15px;
	}
	.newface_next {
		font-size: 15px;
	}
	.newface_next_schedule {
		font-size: 15px;
	}
	.newface_text {
		font-size: 15px;
	}
}
.prev_next {
	text-align: center;
	margin: 30px 0 10px;
}
.prev_next a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #fff !important;
    padding: 12px 40px;
    background: #2fdaf8;
    border-radius: 100px;
    font-feature-settings: "palt";
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
.prev_next a:hover {
    color: #fff !important;
    background: #2fdaf8;
    border: 2px solid #eefcff;
    box-shadow: 0 1px 8px rgba(0,0,0, .4);
    text-shadow: -1px -1px 1px #33bed7, 1px -1px 1px #33bed7, -1px 1px 1px #33bed7, 1px 1px 1px #33bed7;
}
.prev_next p {
	display: inline-block;
	color: #111;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.prev_next {
		margin: 10px 0 20px;
	}
	.prev_next a {
	    font-size: 17px;
	    padding: 10px 20px;
	}
}

/*アンケート*/

#review {
	margin: 10px 0 0 0;
}

#review .col-sm-2,#review .col-sm-10 {
    padding: 0 10px;
}
.review_inner {}
.review_box_outer {
    border: 6px solid #fff;
    box-shadow: 0 1px 8px rgba(0,0,0, .2);
    border-radius: 16px;
    background: #fff;
    padding: 10px 15px;
   	margin: 0 0 10px 0;
}
.review_box {}
.review_box a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 5px auto 10px;
	/*float: left;*/
	position: relative;
	z-index: 2;
}
.review_box img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.review_text {
}
.review_info {
	line-height: 1.2;
}
.review_name {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	margin: 0;
	color: #fb83dc;
}
.review_age {
	font-size: 12px;
	font-weight: normal; 	
	padding: 0 0 0 3px; 	
	color: #111;
}
.review_size {
	font-size: 11px;
	letter-spacing: 0em; 
}
.review_text p, .review_text p span, .review_text strong, .review_text div, .review_text h1, .review_text h2, .review_text h3, .review_text h4, .review_text h5, .review_text h6 {
	font-size: 16px !important;
	line-height: 1.6 !important;
	letter-spacing: 0em !important;
	background: none !important;
	border: none !important;
	font-weight: normal !important;
	color: #111 !important;
}
@media screen and (max-width: 768px) {
	.review_inner {
		margin: 0 0 20px;
	}
	.review_box a {
        max-width: 120px;
        float: left;
        margin: 0 10px 5px 0;
    }
    .review_text {
    }
    .review_info {
        margin: 5px 0 10px 0;
    }    
	.review_text p, .review_text p span, .review_text strong, .review_text div, .review_text h1, .review_text h2, .review_text h3, .review_text h4, .review_text h5, .review_text h6 {
		font-size: 15px !important;
	}
}




/*ランキング*/

#ranking {
	margin: 10px 0 0;
}
.ranking_title_outer {
    position: relative;
    background: url(../img/common/section_outer.png) repeat;
    background-size: 800px;
    background-position: center;
    padding: 10px 0;
    text-align: center;
}
.ranking_title {
    font-size: 42px;
    letter-spacing: 0em;
    font-weight: bold;
    color: #10dafe;
    font-feature-settings: "palt";
    display: block;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    background: rgba(255,255,255, .5);
    display: inline-block;
    border-radius: 100px;
}
.ranking_title span {
	display: inline-block;
	font-size: 32px;
	padding: 0 0 0 3px;
}
@media screen and (max-width: 768px) {
	.ranking_title_outer {
	    position: relative;
	    background: url(../img/common/section_outer.png) repeat;
	    background-size: 400px;
	    background-position: center;
	    padding: 0;
	}
	.ranking_title {
	    font-size: 36px;
	}
	.ranking_title span {
		display: block;
		font-size: 24px;
		padding: 0;
	}
}












