/* main panel */
@charset "utf-8";
.oneLineAnswer{
	margin-bottom:4px;
	position:relative;
}

.oneLineAnswer:before{
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #e12a8b;
	position: absolute;
	bottom: -21px;
	z-index:104;
	right:30%;
}

.oneLineAnswer:after{
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #ffffff;
	position: absolute;
	bottom: -20px;
	z-index:105;
	right:30%;
}

.oneLineAnswer i, .oneLineAnswer dt > span{
	opacity:0;
}

.profPanelWrap{
	position:relative;
	margin-bottom:10px;
}

.profPanelPhotoWrap{
	position:relative;
	-moz-user-select:none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.profPanelPhoto{
	/*border:1px solid #e0e0e0;*/
	text-align:center;
	background:#fff;
	height:542px;
}

@media screen and (max-width:479px){
	.profPanelPhoto{
		border-left:none;
		border-right:none;
	}
}

@media screen and (max-width:479px){
	.profPanelPhoto img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
}

.profPanelPhotoNav{
	position:absolute;
	bottom:6px;
	left:10px;
	z-index: 9;
}

.profPanelPhotoNav dt{
	font-size:10px;
	font-weight:bold;
	text-shadow:0px 0px 2px rgba(255,255,255,0.5), 0px 0px 2px rgba(255,255,255,0.5), 0px 0px 2px rgba(255,255,255,0.5), 0px 0px 2px rgba(255,255,255,0.5);
}

.photoMode01Title{
	color:#ea969c;
}

.photoMode02Title{
	color:#7fb0dd;
}

.photoMode01Title img, .photoMode02Title img{
	width:9px;
	height:14px;
	margin-right:4px;
	vertical-align:middle;
}

.profPanelPhotoNav dd{
	float:left;
	margin:0 4px 4px 0;
	background:#ffffff;
	cursor:pointer;
}

.profPanelPhotoNav dd img{
	box-sizing:border-box;
	margin:auto;
	max-height:50px;
	opacity:0.5;
	margin-bottom:-2px;
}

.profPanelPhotoNav dd:hover img{
	border:2px solid #e02d8f;
	opacity:1;
}

.photoMode01 img{
	border:2px solid rgba(229,82,159,0.9);
}

.photoMode02 img{
	border:2px solid #7fb0dd;
}

.profPanelPhotoNav .activePhoto img{
	opacity:1;
}

.profPanelPhotoArrow{
	position:absolute;
	top:50%;
	width:100%;
	color:#000000;
}

.profPanelPhotoArrow li{
	cursor:pointer;
	width: 50%;
	height: 100px;
	margin-top: -60px;
	padding-top: 30px;
	box-sizing:border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:4rem;
}

.profPanelPhotoArrow li i{
	opacity:0.3;
}

.profPanelPhotoArrow li:hover i{
	opacity:0.5;
}

.photoArrowPrev{
	float:left;
	text-align:left;
	padding-left:5px;
}

.photoArrowNext{
	float:right;
	text-align:right;
	padding-right:5px;
}

.photoExpandBtn{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	width:40px;
	height:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.photoExpandBtn span{
	display:block;
	padding-top:5px;
	font-size:2.8rem;
	text-align:center;
	width:100%;
	height:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	color:rgba(255,255,255,0.4);
	background:rgba(0,0,0,0.2);
}

#photoExpandBox{
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	text-align:center;
	z-index: 10;
}

#photoExpandBoxClose{
	font-size:3rem;
	top:5px;
	right:5px;
	z-index:15;
	text-align:center;
	cursor:pointer;
	width:32px;
	height:32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing:border-box;
	color:rgba(255,255,255,0.4);
	background:rgba(0,0,0,0.2);
	position:absolute;
}

#photoExpandBoxIn{
	cursor:pointer;
	width:100%;
	height:100%;
}

#photoExpandBox img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.photoExpandMode{
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.profPanelData{
	position:absolute;
	bottom:10px;
	right:10px;
	display:block;
	width : 50%;
	/*border:1px solid #f09295;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	box-sizing:border-box;
}

@media screen and (max-width:630px){
	.profPanelData{
		width : 60%;
	}

}

@media screen and (max-width:479px){
	.profPanelData{
		position:inherit;
		margin:9px 0;
		width:100%;
		right:0;
	}
	.profPanelData dd{
		background: #fff;
	}
}

.profPanelData dt{
	/*background: url(/images/pattern_check_transparent.png);*/
	background:rgb(239,92,139,0.9);
	font-size:1.8rem;
	padding:6px 0 6px 10px;
	box-sizing:border-box;
	/*border-bottom:1px solid #f09295;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
	color:#fff;
	font-weight: bold;
}

.profPanelData dt span{
	font-size:1.2rem;
	text-align:right;
}

.profPanelData dt img{
	height: 20px;
    width: auto;
    vertical-align: -6px;
}

.profPanelData dt .profMarkToday1{
	background:rgba(255,255,255,0.9);
	padding: 3px;
}



.profMarkToday2, .profMarkToday3{
	color:#999999;
}

.profPanelData div{
	font-size:1.2rem;
}

.profPanelDataSize{
	display: block;
	/*margin-right: 2px;*/
	padding-top: 6px;
	/*display:inline-block;*/
	font-size: 1.4rem;
}

.profPanelData .gpEtc{
	display: block;
	padding: 6px 0;
	/*padding-top: 6px;*/
	white-space:nowrap;
}

.profPanelData .gpEtc > span {
	border:none;
	display:inline;
	height:auto;
	width:auto;
	margin-right: 5px;
}

.appointmentFlag0 span:after{
	content:"NG";
}

.appointmentFlag1 span:after{
	content:"OK";
}

.requestFlag0 span:after{
	content:"NG";
}

.requestFlag1 span:after{
	content:"OK";
}


.profPanelData .gpTattoo{
	margin-right:2px;
}

.profPanelData .gpEtc > span > span{
	display:inline-block;
}

.profPanelData dd{
	padding:10px 0 10px 10px;
	background:rgba(244,244,244,0.7);
}

@media screen and (max-width:479px){
	.profPanelData dd{
		background: #fff;
	}
}

#typeIconUl {
	white-space:nowrap;
	letter-spacing:-.40em;
}

#typeIconUl li{
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	color: #ffffff;
	font-size:1.0rem;
	font-weight:bold;
	width:70px;
	text-align:center;
	margin:6px 6px 0 0;
	padding: 2px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
	box-shadow:rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
}

#typeIconUl li a {
	color: #ffffff;
	padding:2px 0;
	display:inline-block;
}


.typeIcon1 {
	background-color: #f4a10c;
}

.typeIcon2 {
	background-color: #56a7e0;
}

.typeIcon3 {
	background-color: #d64193;
}

.typeIcon4 {
	background-color: #52cc6e;
}

.typeIcon5 {
	background-color: #296e89;
}

.typeIcon6 {
	background-color: #37996f;
}

.typeIcon7 {
	background-color: #ff8086;
}

.typeIcon8 {
	background-color: #3da2ad;
}

.typeIcon9 {
	background-color: #ff884d;
}

.typeIcon10 {
	background-color: #d1b337;
}

.profRecommend{
	display:none;
}

.profRecommend1{
	display:none;
	letter-spacing:-.40em;
	margin:-5px 0 10px;
}

.profRecommend1 li{
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:bottom;
	width: 50%;
}

@media screen and (max-width:479px){
	.profRecommend1{
		margin-top:-10px;
	}
	.profRecommend1 li{
		/*width: -webkit-calc(100% - 14px);
		width: calc(100% - 14px);*/
		width: 96%;
		margin-left:7px;
	}
	.profRecommend1 li:last-child{
		margin-top:-4%;
	}
}

.commonPriceWrap{
	margin-bottom:20px;
	display:block;
}

/* sub data */
.profQaDlWrap{
	letter-spacing:-.40em;
	margin: 0 0 20px;
}

.profQaDl{
	letter-spacing:-.40em;
	display:inline-block;
	box-sizing:border-box;
	width:49%;
	vertical-align:top;
	margin-top:5px;
	padding-top:5px;
	font-size:1.2rem;
	line-height:1.4rem;
	border-top:1px dotted #b2b2b2;
}

.profQaDl:nth-child(odd){
	margin-right:2%;
}

.profQaDl:nth-child(1){
	border-top:none;
}

@media screen and (min-width:480px){
	.profQaDl:nth-child(2){
		border-top:none;
	}
}

.profQaDl i{
	color:#ef9092;
	margin: 0 5px;
}

.profQaDl dt{
	box-sizing: border-box;
	border-left: 3px solid #e02d8f;
	padding-left: 5px;
}

.profQaDl dt, .profQaDl dd{
	letter-spacing: normal;
	display:inline-block;
	vertical-align:top;
	width:50%;
}

@media screen and (max-width:479px){
	.profQaDl{
		width:100%;
	}
	.profQaDl:nth-child(odd){
		margin-right:0;
	}
}

.profMessage{
	margin-bottom:20px;
}

/* long sentences */

#profGoodCont, #profDiaryCont, #profChiefCont, #oneLineLogCont{
	/*border:1px solid #e1e1e1;*/

	box-sizing:border-box;
	padding:10px;
	background:#ffffff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#profGoodContIn, #profDiaryContIn, #profChiefContIn, #oneLineLogContIn{
	height:100%;
	line-height:2rem;
}

#profGoodContIn, #oneLineLogContIn{
	width:100%;
}

#oneLineLogCont dt,#oneLineLogCont dd{
	padding-left: 18px;
	text-indent: -18px;
}

#oneLineLogCont dt{
	margin-bottom:6px;
	box-sizing:border-box;
}

#oneLineLogCont dd{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #dddddd;
}

#oneLineLogCont dd:last-child{
	border-bottom:none;
}

.oneLineMark{
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right:4px;
	padding-right:2px;
	box-sizing:border-box;
	width:16px;
	height:16px;
	font-size:1.2rem;
	vertical-align:middle;
	text-align:right;
	color:#ffffff;
	line-height:1.4rem;
}

#oneLineLogCont dt .oneLineMark{
	background:#565656;
}

#oneLineLogCont dd .oneLineMark{
	background:#ef9092;
}

.oneLineLogDay{
    font-size: 1.2rem;
    margin-left: 20px;
}

#profGoodContIn li{
	border-top: 1px dotted #dddddd;
	padding-left: 20px;
	padding-top: 10px;
	text-indent: -8px;
	box-sizing:border-box;
	list-style:none;
}

#profGoodContIn li:first-child{
	border-top: none;
	padding-top:0;
}

#profGoodContIn .bestReviwBox, #profGoodContIn .bestReviwBox + li{
	border-top: none;
}

#profGoodContIn .bestReviwBox{
	background: url(/images/review_best_logo.png") no-repeat scroll 0 bottom / 35% auto rgba(0, 0, 0, 0);
	border-bottom: 2px solid #e0a335;
	list-style: outside none none;
	text-align: right;
	min-height:50px;
	padding-top:25px;
	box-sizing:border-box;
}

@media screen and (max-width:479px) {
	#profGoodContIn .bestReviwBox{
		background: url(/images/review_best_logo.png") no-repeat scroll 0 bottom / 45% auto rgba(0, 0, 0, 0);
		min-height:42px;
		padding-top:15px;
	}
}

#profGoodContIn i{
	margin-right: 4px;
	color:#2489ce;
}

.reviewerData{
	text-align:right;
	font-size:1.2rem;
	margin-top:4px;
	padding-right:10px;
}

.reviewBest .reviewerData{
	margin-bottom:10px;
}

.goodForm {
	width:100%;
	text-align:right;
	margin-bottom:20px;
	padding-right:10px;
	box-sizing:border-box;
}

#profDiaryWrap{
	/*display:none;*/
	background: #ffffff;
}

/*#profDiaryCont { overflow: hidden; }*/

#profDiaryContIn i{
	margin-right: 4px;
}

#profDiaryContIn dt{
	border-bottom: 1px dotted #dddddd;
	padding-bottom:6px;
	margin-bottom:10px;
	margin-top:32px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#profDiaryContIn dt:first-child{
	margin-top:0;
}

#profDiaryContIn .profDiaryTitle{
	vertical-align: middle;
	color:#f09193;
	display:inline-block;
}

#profDiaryContIn .profDiaryTime{
	font-size:1.2rem;
	margin-left:20px;
}

#profDiaryContIn dd .photo img{
	float:left;
	border:3px solid #ffffff;
	margin:2px 10px 10px 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:#aaaaaa 0px 0px 4px 0px;
	-webkit-box-shadow:#aaaaaa 0px 0px 4px 0px;
	-moz-box-shadow:#aaaaaa 0px 0px 4px 0px;
}

.profDiaryCount{
	width:100%;
	text-align:right;
	margin-top:20px;
	font-size:1.2rem;
	color:#999999;
}

#profDiary {
	height: 100%;
}

.profOpFree, .profOpAdd, .profImageCourse {
	letter-spacing:-.40em;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	margin-bottom:20px;
}

.profOpFree{
	margin-bottom:10px;
}

.profOpFree dt, .profOpFree dd, .profOpAdd dt, .profOpAdd dd, .profImageCourse dt, .profImageCourse dd {
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	height:20px;
	background:#ffffff;
	
}

.profOpFree dt, .profOpAdd dt, .profImageCourse dt{
	width:5%;
	text-align:center;
	font-size:1.2rem;
	line-height:1.8rem;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS UI Gothic",Helvetica,sans-serif;
}

.profOpFree dd, .profOpAdd dd, .profImageCourse dd{
	font-size:1.2rem;
	line-height:1.8rem;
	padding-left:4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.profOpFree dd, .profOpAdd dd{
	width:20%;
}

.profImageCourse dd {
	width:28.33%;
	font-size:1.2rem;
	line-height:1.8rem;
	padding-left:4px;
}

@media screen and (max-width:479px){
	.profOpFree dt, .profOpAdd dt, .profImageCourse dt{
		width:8%;
	}

	.profOpFree dd, .profOpAdd dd{
		width:25.33%;
	}

	.profImageCourse dd{
		width:42%;
	}
}

.profOpFree dd{
	background:#ebf8ff;
}

.profOpAdd dd, .profImageCourse dd {
	background:#f9e8f6;	
}

.profScheduleWrap{
	letter-spacing:-.40em;
	box-sizing:border-box;
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	margin-bottom:20px;
}

.profScheduleIn{
	letter-spacing: normal;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	width:14.28%;
	height:110px;
	padding-top:4px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	text-align:center;
	background:#ffffff;
}

@media screen and (max-width:479px){
	.profScheduleWrap{
		overflow:auto;
		white-space:nowrap;
		margin-bottom:4px;
	}
	
	.profScheduleIn{
		width:70px;
	}
}

.profSchDay{
	margin-bottom:4px;
	display:block;
}

.profScheduleWrap .highlightTxt{
	font-size:1.0rem;
}

.profSchAbsence{
	font-size:1.2rem;
	color:#999999;
}

#profSchNav{
	position:relative;
	height:40px;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (min-width:480px){
	#profSchNav{
		display:none;
	}
}

#profSchNav a{
	font-size:30px;
	color:#f09193;
	display: inline-block;
	height: 30px;
	position: absolute;
	text-decoration: none;
	width: 60px;
	cursor:pointer;
	z-index:10;
	opacity:0.6;
}

#profSchNav a:hover{
	opacity:1;
}

#profSchNav01{
	left:0;
	text-align: left;
	padding-left:5px;
}

#profSchNav02{
	right:0;
	text-align: right;
	padding-right:5px;
}

#profSchNav ul{
	margin: 0 auto;
	padding-top:12px;
	display:block;
	width:20px;
}

#profSchNav li{
	background: rgba(0,0,0,0.1);
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 6px;
	width: 6px;
	float:left;
}

#profSchNav .dotActive{
	background:#f09193;
}

#profSchNav li:first-child{
	margin-right:8px;
}

#profSchNav li span{
	display:none;
}

/* similarGirlsTitle */
.similarGirlsTitle{
	display: table;
}

.similarGirlsTitle .h4LineEN{
	display: table-cell;
	vertical-align: middle;
}

.similarGirlsTitle .h4LineJP{
	display: table-cell;
	width: 100%;
	padding-top: 7px; 
	vertical-align: middle;
	line-height: 1.3;
}

.similarGirlsTitle.h4Line:after {
	bottom: 2px;
}

@media screen and (max-width:769px){
	.similarGirlsTitle.h4Line:after {
		bottom: 0;
	}
}

@media screen and (max-width:479px){
	.similarGirlsTitle .h4LineJP{
		padding-top: 0; 
	}
}

/* similarGirlsWrap */
#similarGirlsWrap .girlPanel{
	margin: 0 5px;
}

#similarGirlsWrap { margin-bottom: 60px; }

#similarGirlsWrap .slick-prev { left: 0; }

#similarGirlsWrap .slick-next { right: 5px; }

#similarGirlsWrap .slick-prev::before, #similarGirlsWrap .slick-next::before {
	font-size: 30px;
	color: #f09193;
}

#similarGirlsWrap .slick-prev, #similarGirlsWrap .slick-next {
	width: 30px;
	height: 30px;
	bottom: -40px;
	top: inherit;
	z-index: 10;
}

#similarGirlsWrap .slick-dots { bottom: -38px; }

@media screen and (max-width:479px){
	#similarGirlsWrap .slick-dots { bottom: -34px; }
}

.kakuLink {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: right;
}

/*.profPanelWrap:hover .profPanelData {
	display: none;
}

@media screen and (max-width: 480px) {

.profPanelWrap:hover .profPanelData {
	display: block;
}

}*/

/* city heaven */

#diaryCheck{
	/*display:none;*/
}

#profDiary .diarytime {
	margin: 0 0 15px 0;
}

#profDiary .diary_title {
	color: #ffffff;
	font-size:18px;
	padding: 6px;
	background: #d491b0;
	line-height: 18px !important;
}

#profDiary .diary_line {
	clear: left;
	display:block;
	padding: 30px 0;
	border-bottom: 1px solid #e1dcd8;
}
/*
#profDiary img {
	float:left;
	padding:5px;
	margin: 0 15px 15px 0;
	border:1px solid #ccc;
	max-width: 170px;
}

@media screen and (max-width: 480px) {
	
	#profDiary img { width: 40% !important; }
	
}
*/
/* 20210219 */
#profDiary .dTime {
	margin: 5px 0 15px 0;
}
#profDiary .dTitle {
	color: #ffffff;
	font-size:18px;
	padding: 6px;
	background: #d491b0;
	line-height: 18px !important;
}
.dWrap {
	margin-top: 15px;
}
.dText img {
	max-width: 240px;
}


#profDiary #diary_navi2 {
	display:none;
}

.h4Line {
	clear: both;
}

#profDiary p {
	line-height: 2.4rem !important;
}

#profDiary { overflow: hidden; }

#profile .profQaDlWrap .new {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #cf2e86;
	padding: 0 0 0 5px;
}

#diary_loading { text-align: center; }

#profDiaryCont {
	height: 300px;
	overflow: hidden;
}

#profGoodCont {
	height: 200px;
	overflow: hidden;
}

/*動画*/
.girlVideo {
	position: relative; 
    padding-bottom: 56.25%;
	margin: 0 0 20px 0;
}

.girlVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*グラビア固定ボタン*/
.gravureFixedBtn {
	position: fixed;
	bottom: 40px;
	width: 150px;
	left: 50%;
	transform: translate(-50%, 0);
}

.gravureFixedBtn a {
	display: block;
	border-radius: 30px;
	background: #eb357e;
	color: #ffffff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 150px;
	border: solid 2px #ffe5f2;
	box-shadow:2px 2px 5px 0px rgba(0,0,0, 0.12);
}

.gravureFixedBtn a  i{ padding: 0 4px 0 0; }

/*グラビア吹き出し*/
.gravureBln {
	position: absolute;
	display: inline-block;
	margin: -62px 0 0 0;
	padding: 5px 0;
	background: #eb357e;
	border-radius: 4px;
	right: 10px;
	width: 94px;
	text-align: center;
	box-shadow:2px 2px 5px 0px rgba(0,0,0, 0.12);
	animation-name: fadein;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.gravureBln:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eb357e;
}

.gravureBln a {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.4rem;
	text-align: center;
	position: relative;
}

.gravureBln a span {
	display: inline-block;
	position: absolute;
	left: -34px;
	top: -11px;
}

.gravureBln a span i {
	font-size: 2.4rem;
	transform: rotate(-10deg);
	-webkit-text-fill-color: #ffffff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #eb357e;
}

.gravureBln a i { padding: 0 0 0 4px; }

.profGoodAtBox{
margin-bottom: 15px;
text-align: right;
margin-top: -10px;
}

.profGoodAtBox span{
	font-size: 1.1rem;
}

/*プロフィール動画*/
.moviePlay{
position: absolute;
bottom: 11px;
left: 27%;
/*transform: translateX(-50%);*/
z-index:9;
display:none;

text-align: center;
font-family: sans-serif;
font-weight: bold;
color: #820726;
cursor: pointer;
transition: opacity 0.2s;
padding: 5px 9px 8px 9px;
border-radius: 8px;
background: rgba(244, 244, 244, 0.7);


}
.moviePlay i {
	font-size: 60px; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);  
	/*margin-bottom: 6px;*/
}

.moviePlay .label {
	font-size: 14px;
	text-shadow: 1px 1px 0 #ccc;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);  
}

@media screen and (max-width:769px){
	.moviePlay{
		left: 30%;
	}
}
@media screen and (max-width:630px){
	.moviePlay{
		left: 25%;
	}
	.moviePlay i {
		font-size: 50px; 
		/*margin-bottom: 6px;*/
	}
	.moviePlay .label {
		font-size: 12px;
	}

}

@media screen and (max-width:479px){
	.moviePlay{
		left: unset !important;
		right:2%;
	}
	.moviePlay i {
		font-size: 60px; 
	}
	.moviePlay .label {
		font-size: 14px;
	}

}


/* ホバー効果（PC） */
@media (hover: hover) {
  .moviePlay:hover {
    opacity: 0.7;
  }
}

/* アクティブ状態（クリック中） */
.moviePlay:active {
  opacity: 0.5;
}

/* スマホなど hover 無効な環境では hover 効果無視 */
@media (hover: none) {
  .moviePlay:hover {
    opacity: 1;
  }
}

#profileMovie {
  position: absolute;
  max-height: 542px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

}

/* ピュアエンジェル用　マッサージのうまさ */

.girlSkillBox {
	display: grid;
	grid-template-columns: 30% 37% auto;; /* dt dd dd の3列 */
	column-gap: 8px;  /* 列間の余白調整 */
	row-gap: 10px;    /* 行間の余白調整 */
	align-items: center;
	margin-bottom: 3%;
}
.girlSkillBox dt {
	font-weight: bold;
}
.girlSkillBox dd {
	margin-left: 5%; /* デフォルトのddの余白を消す */
}

/* ピュアエンジェル用　出張表示 */
.gpDelivery {
	color: #ffffff !important;
    background: rgba(239, 92, 139, 0.7); /* 0.7 = 70% 不透明 */;
    padding: 3px 8px;
    border-radius: 8px !important;

}

