@charset "UTF-8";
/* CSS Document */

/*----------------------------------

プロフィール
 
---------------------------------- */

#gallery{
	display: none;
	padding:0;
}

.jCarouselNavi{
	display: none;
	padding:0;
}
.h3_sub { margin-left: 2%; font-size: calc(6 * ((100vw - 320px) / 1600) + 12px);}
.proficon_class {
	position: relative;
	z-index: 2;
	margin-top: 0.2%;
	float: right;
}
.proficon_class img {
	width: 20px;
	float: left;
	margin-left: 5px;
}
#profile_box {
	margin-bottom: 60px;
    overflow: hidden;
    color: #FFF;
}
#profile_box h3{
	background-color: #FF99AA;
}
.pagerSet{position: relative;}
.pagerWrap{position: absolute; overflow: hidden; width: 100%; margin-top: -8%;}
.next_girl { float: right; width: 15%; }
.prev_girl { float: left; width: 15%; }
.next_girl_bt, .prev_girl_bt {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background: #FF99AA;
    /*background: -moz-linear-gradient( #ac1620 0%, #ac1620 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ac1620), to(#ac1620));
    background: -webkit-linear-gradient( #ac1620 0%, #ac1620 100%);
    background: -o-linear-gradient( #ac1620 0%, #ac1620 100%);
    background: linear-gradient( #ac1620 0%, #ac1620 100%);
    border: 1px solid #ac1620;*/
    border: 1px solid #FF99AA;
    font-size: calc(2 * ((100vw - 320px) / 1600) + 12px);
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 5% 2%;
    /*border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    transition: .4s;*/
    line-height: 140%;
    text-align: center;
	transition: all .3s;
}
.next_girl_bt i { margin-left: 2%;}
.prev_girl_bt i { margin-right: 2%;}
.next_girl_bt:hover, .prev_girl_bt:hover {
    background: #fff!important;
    border-color: #FF99AA;
    color: #FF99AA!important;
    transition: all .3s;
}
.profile_ph {
	margin-bottom:3%;
	float:left;
    width: 495px;
    margin-right: 35px;
}
.profImageWrap {
    overflow: hidden;
    margin-bottom: 2%;
}
.prof_right {
	float:right;
	/*width:500px;*/
    width:470px;
}
.ph_big {
	float:left;
	width:400px;
	/*margin-right:12px;*/
    margin-right: 2px;
    border: 3px double #ff99aa;
    padding: 2px;
}
.ph_big{ overflow: hidden; position: relative;}
.ph_big img {
	/*border: 1px solid #FFF;*/
    width: 100%;
}
.ph_thum {
	float:left;
	/*width:62px;*/
    width: 83px;
}
.thumb_img{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-flow: column;
  height:610px;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.cosThumb .thumb_img{height:327px;}
.thumb_img span{/*width: 100%; height: calc(92%/5);*/ /*box-sizing: border-box;*/ display: block; border: 3px double #ff99aa; padding: 2px;}
.thumb_img span img{}
/*.thumb_img span{float: left; width: 32%; box-sizing: border-box; border: 1px solid #FFF; margin: 0 2% 2% 0;}
.thumb_img span:nth-child(3n){ margin-right: 0;}
.thumb_img span:nth-child(19), .thumb_img span:nth-child(20){ margin-bottom: 0;}*/

.prof_title {
font-size: calc(6 * ((100vw - 320px) / 1600) + 20px);
font-weight: bold;
border-bottom: 2px solid #ccc;
margin-bottom: 12px;
padding-bottom: 12px;
color: #FF99AA;
}
.profBox{ margin-bottom: 3%;}
.catch {
	font-size: calc(4 * ((100vw - 320px) / 1600) + 16px);
	font-weight: bold;
	color:#e71873;
	text-align:left;
	line-height: 130%;
	margin-bottom: 3%;
	margin-top: 3%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#profdata {
border-top: none;
width: 100%;
font-size: 100%;
line-height: 180%;
margin-bottom: 3%;
font-size: calc(2 * ((100vw - 320px) / 1600) + 12px);
}
dl#profdata{
    overflow: hidden;
    margin: 0;
	padding: 0;
}
dl#profdata dt, dl#profdata dd {
	margin: 0;
	padding: 2% 0;
    box-sizing: border-box;
	border-top: 1px dotted #bfbfbf;
    float: left;
}
dl#profdata dt:first-of-type, dl#profdata dd:first-of-type {
	border-top: none;
}
dl#profdata dt {
	width: 40%;
}

dl#profdata dd {
	width: 60%;
}

.rankWrap{ width: 100%; margin-bottom: 3%;}
.rankWrap span{
display: block;
background-color: #313131;
color: #FFF;
width: 100%;
padding: 3% 0;
text-align: center;
font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
border-radius: 0.4em;
-ms-border-radius: 0.4em;
box-sizing: border-box;
}
.rankWrap .rank1{ background-color: #be9824;}
.rankWrap .rank2{ background-color: #a0a0a0;}
.rankWrap .rank3{ background-color: #7c5c32;}

.rankIconWrap{ 
    width: 100%;
    margin-bottom: 5%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;    
}
.rankIconWrap li{
width: calc(100%/4);
}
.rankIconWrap li a{
display: block;
text-align: center;
}
.rankIconWrap li a span{
display: block;
}
.rankIconWrap li a span:first-child{
padding: 5%;
}
.rankIconWrap li a span:last-child{
margin-top: 2%;
}

p.comment {
    font-size: calc(2 * ((100vw - 320px) / 1600) + 12px);
	line-height: 2.2em;
    margin-bottom: 2%;
}
p.caption {
    font-size: calc(2 * ((100vw - 320px) / 1600) + 10px);
	line-height: 1.6em;
    margin-bottom: 2%;
}
table#prof_cal {
	width: 100%;
	border: 1px solid #616161;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: calc(2 * ((100vw - 320px) / 1600) + 12px);
	margin-bottom: 3%;
	line-height: 150%;
}
#prof_cal th, #prof_cal td {
    padding: 2% 0;
    border: 1px #616161 solid;
    background: #434343;
    text-align: center;
	color:#fff;
	width: calc(100%/7);
    box-sizing: border-box;
}
#video {
  display: none;
}


/*--------ボタン-------- */
.content_button {
    overflow: hidden;
    width: 100%;
    margin-bottom: 3%;
}
.prof_mov {
	position: relative;
	display: block;
	padding: 3% 0;
	background-color: #FF99AA;
	border: 2px solid #FF99AA;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
    margin: 2% 2% 2% 0;
	width:100%;
	font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
	border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    box-sizing: border-box;
}
.prof_mov:last-child {margin-right: 0;}
.prof_mov::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.prof_mov:link {
	color: #fff;
}
.prof_mov:visited {
	color: #fff;
}
.prof_mov:hover {
	background-color: #fff;
	color: #FF99AA;
	text-decoration:none;
}
.prof_mov:hover::after {
	border-left-color: #FF99AA;
}
.prof_gravure {
  display: none;
}
.review_box {
	border-bottom: 1px dotted #333;
	padding-bottom: 3%;
	margin-bottom: 3%;
}
.rev_title {
    background: #f7c8ce;
    padding: 1% 1% 1% 2%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    margin-bottom: 2%;
	font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
    color: #151515;
}
.girls_comment {
	background: #fde5ef;
	border: 1px solid #fca6c8;
	padding: 3%;
	border-radius: 0.4em;
    -ms-border-radius: 0.4em;    
	font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
    color: #151515;
}
.girls_title {
	color:#fe468f;
	font-size: calc(4 * ((100vw - 320px) / 1600) + 12px);
	font-weight: bold;
	margin-bottom: 3%;
}
.video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
.review_flame {
    /*width:475px;
    height:250px;
    overflow:auto;*/
    -webkit-overflow-scrolling:touch;
}
.cos_mov {
	margin-bottom: 5%;
}
.cos_mov video {
	margin-bottom: 5%;
	/*width: 500px;
	height: 281px;*/
    width: 100%;
    height: auto;
}
.movieFrame {
}
.movieFrame video {
	/*width: 500px;
	height: 281px;*/
    width: 100%;
    height: 100%;
}
.incBlogWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incBlogWrap::before{
  content:"";
  display: block;
}
.incBlogWrap::before{
  /*padding: calc( 600 / 480 * 150%) 0 0;*/
  padding: calc( 600 / 480 * 40%) 0 0;
}
.incBlogWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}
.incKuchikomiWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incKuchikomiWrap::before{
  content:"";
  display: block;
}
.incKuchikomiWrap::before{
  /*padding: calc( 600 / 480 * 150%) 0 0;*/
  padding: calc( 600 / 480 * 80%) 0 0;
}
.incKuchikomiWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}
.review {
	/*display: block;
	position: absolute;
	top:  980px;
	bottom: 20000px;*/
}
.reviewWrap{color: #FCF9F9;}

/*レビュー-------------------------------*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    border-radius: 5px;	
	/*width: 95%;
    margin-left: 5px;
    margin-right:5px;*/
    width: 100%;
    text-align: center;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color :#fff;
    font-weight: bold;
	font-size: 85%;
    background :#FF99AA;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox label:before {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    padding-right: 8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background :#333;
    border-radius: 3px;	
}

/*チェックは隠す*/
.accbox input[type="checkbox"] {
display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #333;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f13a';
    font-family: "Font Awesome 5 Free";	
}
/*レビューモーダル部分ー-------------------------------*/
#contents {
  z-index: 0;
  font-size: 16px;
}
#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
　　display: none;
　　width: 500px;
　　height: 300px;
　　margin: 0;
　　padding: 0;
　　background-color: #ffffff;
　　color: #666666;
　　position:fixed;
　　z-index: 2;
}
/* モーダル 背景エリア */
#modal-bg {
　　display:none;
　　width:100%;
　　height:100%;
　　background-color: rgba(0,0,0,0.5);
　　position:fixed;
　　top:0;
　　left:0;
　　z-index: 1;
}
/* レビュー */
.kuchikomi_mojisu {
	font-size: calc(4 * ((100vw - 320px) / 1600) + 10px);
	margin-top: 5%;
	padding-top: 5%;
}
.kuchikomi {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
}
.kuchikomi td{padding: 2%; width: 80%; box-sizing: border-box;}
.kuchikomi td:first-of-type{width: 20%;}
.kuchikomi td span{padding: 4px;}
.kuchikomi td input, .kuchikomi td textarea{padding: 4px; width: 100%; box-sizing: border-box;}
.kuchikomi textarea:focus, .kuchikomi input[type="text"]:focus{ color:#f03860; border-color:#e793a5; background-color: #f8dade; transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; outline: none;}
.kuchikomi textarea{ min-height:200px;}
.formBtn{text-align: center;}
.formBtn input{ line-height: 2.6em; height: 10%; border-radius: 0.4em; -ms-border-radius: 0.4em; width: 400px;}
.formBtn input[type="submit"]{ 
    background: #5b5133;
    background: -moz-linear-gradient( #b9a785 0%, #5b5133 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b9a785), to(#5b5133));
    background: -webkit-linear-gradient( #b9a785 0%, #5b5133 100%);
    background: -o-linear-gradient( #b9a785 0%, #5b5133 100%);
    background: linear-gradient( #b9a785 0%, #5b5133 100%);
	border: 2px solid #5b5133;
    box-sizing: border-box; 
    padding: 1%; 
    color: #fff;
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    font-size: calc(6 * ((100vw - 320px) / 1600) + 14px);
}
.formBtn .btnHoverOn {
    background: #fff!important;
    color: #5b5133!important;
    text-decoration:none;
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

nav.pagenation {
  position: relative;
}
nav.pagenation .old, nav.pagenation .new { position: absolute; }
nav.pagenation .old { right: 0; }
nav.pagenation .new { left: 0;  }
.kuchikomi_l{
  display: table-cell;
  vertical-align: middle;
}
.kuchikomi_r {
	color: #353535;
}
.introduction {
font-size:11px;
color:#FFF;
text-align: left;
margin-left: 3px;
line-height: 14px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
margin-top: 2px;
margin-bottom: 3px;
}

/*-------------------------------------------------------------

タブレット
 
------------------------------------------------------------- */

@media screen and (max-width: 960px) {
	
/*----------------------------------

ピウロフィール
 
---------------------------------- */
/*フリックギャラリー-------------------------------*/
#gallery{
	display: block;
	padding:0px 0;
}
.jCarouselNavi{
	display: block;
}
#gallery li{
	text-align:center;
	min-width:100px;
	width:100%;
	color: #FFF;
}
#gallery img {
	width: 50%;
    border: 3px double #ff99aa;
    padding: 2px;    
}
#jCarouselNavi2{
	margin:2% 0;
	color: #FFF;
}
#jCarouselNavi2 a#next,
#jCarouselNavi2 a#back{
	display: block;
	border: solid 1px #FF99AA;
	/*background: linear-gradient(#f4cad3, #e71873);*/
    background: #FF99AA;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	color: #FFF;
	padding: 1% 4%;
	margin-bottom: 5%;
}  
    
#jCarouselNavi2 a#next{
	float: right;
	color: #FFF;
}
#jCarouselNavi2 a#back{
	float:left;
	color: #FFF;
}
#jCarouselNavi2 a {
	color: #FFF;
}
#jCarouselNavi2 a:visited {
	color: #FFF;
}
.proficon_class img {
	width: 20px;
	float: none;
	margin-left: 0px;
}
.profile_ph {
	float:none;
    width: 100%;
}
.prof_right {
	float:none;
    width: 100%;
}
.ph_big, .ph_thum { display: none;}
dl#profdata dt { width: 20%; }
dl#profdata dd { width: 80%; }
table#prof_cal {
	width: 100%;
	border: 1px solid #616161;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 150%;
}
/*table#prof_cal th {
    padding: 5px;
    border: #616161 solid;
    border-width: 0 0 1px 1px;
    background: #434343;
    font-weight: bold;
    text-align: center;
	color:#fff;
	width: 20%;	
}
table#prof_cal td {
    padding: 5px;
    border: 1px #616161 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	width: 20%;	
}*/
#video {
  display: none;
}

/*--------ボタン-------- */
/*.rev_title {
background: #e0d5ed;
padding: 5px 5px 5px 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999;
margin-bottom: 10px;
font-size: 14px;
}
.girls_comment {
background: #fde5ef;
border: 1px solid #fca6c8;
padding: 15px;
border-radius: 8px;
font-size: 14px;
}*/
/*.review_flame {
	width:auto;height:400px;overflow:auto;
}*/
.cos_mov {
	margin-bottom: 20px;
	text-align: center;
}
.cos_mov video {
	margin-bottom: 20px;
	width: 500px;
	height: 281px;
}	
.movieFrame {
	text-align: center;
}
.movieFrame video {
    width: 100%;
    height: 100%;
}
.incBlogWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incBlogWrap::before{
  content:"";
  display: block;
}
.incBlogWrap::before{
/*padding: calc( 1000 / 480 * 100%) 0 0;*/
padding: calc( 600 / 480 * 40%) 0 0;
}
.incBlogWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}
.incKuchikomiWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incKuchikomiWrap::before{
  content:"";
  display: block;
}
.incKuchikomiWrap::before{
/*padding: calc( 1000 / 480 * 100%) 0 0;*/
padding: calc( 600 / 480 * 60%) 0 0;
}
.incKuchikomiWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}	  
    
}
/*-------------------------------------------------------------

スマホ
 
------------------------------------------------------------- */

@media screen and (max-width: 750px) {
	
/*----------------------------------

プロフィール
 
---------------------------------- */
/*フリックギャラリー-------------------------------*/
#gallery{
	padding:0px 0;
}

#gallery li{
	text-align:center;
	min-width:100px;
	width:100%;
	color: #FFF;
}
	
#gallery img {
	width: 80%;
}

.profile_ph {
	float:none;
    width: 100%;
    margin-right: 0;
}
.prof_right {
	float:none;
    width: 100%;
}
.ph_big, .ph_thum { display: none;}
.prof_title {
margin-bottom: 4%;
padding-bottom: 4%;
}
dl#profdata dt { width: 40%; }
dl#profdata dd { width: 60%; }
table#prof_cal {
	width: 100%;
	border: 1px solid #616161;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 3vw;
	margin-bottom: 15px;
	line-height: 150%;
}
/*table#prof_cal th {
padding: 3px;
border: #616161 solid;
border-width: 0 0 1px 1px;
background: #434343;
font-weight: bold;
text-align: center;
color:#fff;
width: 20%;
}
table#prof_cal td {
padding: 3px;
border: 1px #616161 solid;
border-width: 0 0 1px 1px;
text-align: center;
width: 20%;	
}*/
#video { display: none; }

/*--------ボタン-------- */

/*.rev_title {
background: #e0d5ed;
padding: 5px 5px 5px 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999;
margin-bottom: 10px;
font-size: 14px;
}
.girls_comment {
background: #fde5ef;
border: 1px solid #fca6c8;
padding: 15px;
border-radius: 8px;
font-size: 14px;
}*/
/*.review_flame {
	width:auto;height:400px;overflow:auto;
}*/
.cos_mov {
	margin-bottom: 20px;
	text-align: center;
}
.cos_mov video {
	margin-bottom: 20px;
	width: 300px;
	height: 150px;
}
.movieFrame {
	text-align: center;
}
.movieFrame video {
    width: 100%;
    height: 100%;
}
.incBlogWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incBlogWrap::before{
  content:"";
  display: block;
}
.incBlogWrap::before{
/*padding: calc( 1000 / 480 * 100%) 0 0;*/
padding: calc( 600 / 480 * 40%) 0 0;
}
.incBlogWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}  
.incKuchikomiWrap{
position: relative;
width: 100%!important;
overflow:auto;
-webkit-overflow-scrolling:touch;
display: inline-block; 
margin-bottom: 2%;
}
.incKuchikomiWrap::before{
  content:"";
  display: block;
}
.incKuchikomiWrap::before{
/*padding: calc( 1000 / 480 * 100%) 0 0;*/
padding: calc( 600 / 480 * 60%) 0 0;
}
.incKuchikomiWrap iframe{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border:none;
    display:block;
}	     
.pagerWrap{position: inherit; overflow: hidden; width: 100%; margin: 0 0 5%;}
.next_girl { float: right; width: 40%; }
.prev_girl { float: left; width: 40%; }
.kuchikomi td{width: 100%; float: left;}
.kuchikomi td:first-of-type{width: 100%;}
.kuchikomi td span{padding: 2% 0;}
.kuchikomi_mojisu{ margin-top: 0; padding-top: 0!important; padding-bottom: 5%!important;}
.formBtn input{ width: 100%;}

}

@media screen and (max-width: 460px) {
	
/*----------------------------------

プロフィール
 
---------------------------------- */
.h3_sub::before {
    content: "\A" ;
    white-space: pre ;
}
    
}