@charset "utf-8";
/*------------------------------------------------
女の子プレフィールページ用CSS
------------------------------------------------*/
:root {
    --bg: #f7f7f7;
    --textcolor: #555;
    --linkcolor: #555;
    --obi: #f37a72;
    --obicolor:#fff;
    --bordercolor:#cdcdcd;
    --bgwhite: rgba(255, 255, 255, 0.7);
    --boxshadow: 0 2px 4px rgb(0 0 0 / 30%);
    --fixedcolor: #f37671;
}
body {
    background-color: var(--bg);
}
.section_box_girl {
    margin-bottom: 20px;
}
.section_box_girl .content_bg {
    background: var(--bgwhite);
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: var(--boxshadow);
    padding-top: 30px;
}
.section_box_girl .profileGravure {
    border-radius: 0 0 20px 20px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.section_box_girl #contents {
    position: relative;
}
.section_box_girl .profileGravure .flexslider-movie{
	position: relative;
    text-align: center;
}
/* ↓ 女の子プロフデザイン変更2 2022/06/14*/
.section_box_girl .profileGravure .slides_main{
	overflow: hidden;
	width: 100%;
	border-radius: 0 0 20px 20px;
	box-shadow: var(--boxshadow);
	/* height: 430px; */
    display: block !important;
}
/* ↑ 女の子プロフデザイン変更2 2022/06/14*/
.section_box_girl .profileGravure .slides_main.pg_short{
	width: 240px;
	height: 320px;
	margin: 0 auto;
	background: #fff;
}
.section_box_girl .profileGravure .slides a{
	display: block;
}
.section_box_girl .profileGravure .slides a img{
	vertical-align: top;
}
.section_box_girl .profileGravure .slides_main.pg_short a{
	position: relative;
	height: 320px;
}
.section_box_girl .profileGravure .slides_main.pg_short #photmain img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* ↓ 女の子プロフデザイン変更2 2022/06/14*/
.section_box_girl .profileGravure #galleryPop{
    position: absolute;
    bottom: 2px;
    z-index: 7;
    left: calc(5% + 105px);
    width:62%;
    overflow: hidden;
    overflow-x: auto;
    border-radius: 9px;
}
.section_box_girl .profileGravure #galleryPop.no_sokuhime{
    bottom:-20px
}

.section_box_girl .profileGravure #galleryPop .slides{
	padding: 0;
	width: max-content;
	overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: flex;
}
.section_box_girl .profileGravure #galleryPop .slides li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
	margin: 0 5px 0 0;
    border-radius: 50px;
    border: 1px solid #fff;
    order: 2;
}
.section_box_girl .profileGravure #galleryPop .slides li.limited_opem, 
.section_box_girl .profileGravure #galleryPop .slides li.limited_close{
    order: 1!important;
}
/* ↑ 女の子プロフデザイン変更2 2022/06/14*/
.section_box_girl .profileGravure #galleryPop .slides li:nth-of-type(5n+1){
	clear: none;
}
.section_box_girl .profileGravure #galleryPop .slides li a.swipebox{
	border: none;
	margin: 0;
	min-height: auto;
	display: block;

}
.section_box_girl .profileGravure #galleryPop .slides .limited_opem:after {
    background: url(/img/icon/exist_limit_profile_1.png);
    height: 17px;
    width: 17px;
    z-index: 1;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0;
}
.section_box_girl .profileGravure #galleryPop .slides .limited_close:after {
    background: url(/img/icon/exist_limit_profile_2.png);
    height: 17px;
    width: 17px;
    z-index: 1;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0;
}
.section_box_girl .profileGravure .flex-control-nav{
	position: absolute;
	bottom: 25px;
	width: 65%;
	left: calc(5% + 99px);
	z-index: 9;
	display: table;
}
.section_box_girl .profileGravure .flex-control-nav li {
	display: inline-block;
	display: table-cell;
}
.section_box_girl .profileGravure .flex-control-nav li a{
	width: 10px;
	height: 10px;
	display: block;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
}
.section_box_girl .profileGravure .flex-control-nav li a.flex-active{
	background: rgba(255, 255, 255, 1);
}

.section_box_girl .profileGravure .girl_Thumb{
	height: 40px;
	position: relative;

}
.section_box_girl .profileGravure .img_profile_waku{
	width: 99px;
	height: 99px;
	border-radius: 50%;
	background: -moz-linear-gradient(65deg, var(--fixedcolor), #fed78a); 
	background: -webkit-linear-gradient(65deg, var(--fixedcolor), #fed78a); 
	background: linear-gradient(25deg, var(--fixedcolor), #fed78a);
	position: relative;
	z-index: 7;
	top: -50px;
	left: 5%;
}
.section_box_girl .profileGravure .img_profile{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	margin: auto!important;
	box-sizing: border-box;
}
.section_box_girl .profileGravure .img_profile img{
    pointer-events: none;
}
.section_box_girl .profileGravure .sugunavibox{
	width:calc(70% - 5px);
	position: absolute;
	top: 0px;
	z-index: 6;
	background: #fff;
	border: 1px solid var(--fixedcolor);
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 25px;
	border-radius: 0 20px 20px 0;
	left: calc(5% + 50px);
}
.section_box_girl .profileGravure .sugunavibox .title{
	background: var(--fixedcolor);
    padding: 0 10px 0 20px;
    width: auto;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0px 6px 0px rgb(0 0 0 / 50%);
    float: left;
    width: 110px;
    text-align: center;
}
.section_box_girl .profileGravure .sugunavibox .title .time{
	color: #fff;
	font-weight: bold;
	text-shadow: 0 2px 2px #f00;
}
.section_box_girl .profileGravure .sugunavibox .text{
	color: var(--fixedcolor);
	font-size: 13px;
	margin: 0;
	width: calc(100% - 150px);
	text-align: left;
	overflow: hidden;
}

.section_box_girl .profileGravure .sugunavibox .text .time{
	font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.section_box_girl .profileGravure .sugunavibox .text .mask{
	position: relative;
}
.section_box_girl .profileGravure .sugunavibox.reception_end{
	border: 1px solid #7b8fe4;
}
.section_box_girl .profileGravure .sugunavibox.reception_end .title{
	background: #7b8fe4;
    width: 100%;
    padding: 0 5px 0 0;
}
.section_box_girl .profileGravure .sugunavibox.no_comment .title{
    width: 100%;
    padding: 0 5px 0 0;
}
.section_box_girl .profileGravure .sugunavibox.reception_end .time{
	text-shadow: 0 2px 2px #2f4191;

}
.section_box_girl .girl_Thumbdata{
	width: 90%;
    margin: 20px auto 0;
    text-align: center;
}
.section_box_girl .girl_Thumbdata .gtd_name{
	color: var(--linkcolor);
	font-size: 1.55rem!important;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.section_box_girl .girl_Thumbdata .gtd_style,
.section_box_girl .girl_Thumbdata .catch{
	color: var(--textcolor);
	font-size: 14px;
}
.section_box_girl .girl_Thumbdata .gtd_style span{
    margin-right: 5px;
}
.section_box_girl .girl_Thumbdata .gtd_style span:last-child {
    margin-right: 0;
}
.section_box_girl .girl_Thumbdata .gtd_style, 
.section_box_girl .girl_Thumbdata .catch {
    color: var(--textcolor);
    font-size: 1.16rem!important;
}
/*限定アイコンnews_limited*/
.section_box_girl .news_limited{
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  border-radius:0 0 30px 0;
  top: 0;
  z-index: 10;
  left: 0;
  padding-right: 10px;
}
.section_box_girl .news_limited img{
	width: 18px;
	margin-right: 9px;
	vertical-align: middle;
}
.section_box_girl .news_limited .nl_text{
	color: #fff;
}
/*ミスヘブンハッシュタグ*/
.section_box_girl #girl-miss-heaven-tags{
	border-radius: 20px;
    border: 2px solid #999;
    text-align: left;
    display: flex;
    background: rgba(255,255,255,0.8);
    margin: 0 auto 20px;
    width: 90%;
    border: 2px solid var(--linkcolor);
}
.section_box_girl #girl-miss-heaven-tags .miss-heaven-logo {
	padding: 5px 5px 1px 5px;
    text-align: left;
    width: 50px;
    margin: auto 0px;
}
}
.section_box_girl #girl-miss-heaven-tags .miss-heaven-logo img{
	width: 100%;
}
.section_box_girl #girl-miss-heaven-tags .miss-heaven-tags {
	width: calc(100% - 65px);
    display: inline-block;
    padding: 5px 0px;
    margin: auto 0px;
}
.section_box_girl #girl-miss-heaven-tags .miss-heaven-tags a {
    color: #5487ff;
    font-weight: bold;
    font-size: 14px;
    color: var(--linkcolor);
}
/*投票*/
.section_box_girl .show_touhyou_result{
	width: 90%;
	margin: 0 auto 10px;
}
.section_box_girl .show_touhyou_result .touhyou_result{
	margin: 0;
}
.section_box_girl .show_touhyou_result img{
	width: 100%;
	vertical-align: middle;
}
.section_box_girl .show_touhyou_result .slick-arrow{
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
}
.section_box_girl .show_touhyou_result .slick-next{
	right: -15px;

}
.section_box_girl .show_touhyou_result .slick-prev{
	left: -15px;
}
.section_box_girl .show_touhyou_result .slick-arrow:before{
	content: "";
    position: absolute;
    top: 7px;
    border: 7px solid transparent;
}
.section_box_girl .show_touhyou_result .slick-next:before {
    right: 0;
    border-left: 11px solid #fff;
}
.section_box_girl .show_touhyou_result .slick-prev:before{
    left: 0;
    border-right: 11px solid #fff;
}
.section_box_girl .touhyou_result_text{
	padding: 10px;
	box-sizing: border-box;
	font-size: 20px;
}

/*相性*/
.section_box_girl .girl-diagnosis-datail{
	width: 70%;
	margin: 0 auto;
    margin-bottom: 14px;
}
.section_box_girl .girl-diagnosis-datail .girl-diagnosis-match2{
	overflow: hidden;
	width: 125px;
	margin: 0 auto;
}
.section_box_girl .girl-diagnosis-datail .match-item{
	width: 35px;
	float: left;
	color: var(--fixedcolor);
	font-size: 14px;
	line-height: 40px;
}
.section_box_girl .girl-diagnosis-datail .match-item.match_num{
	width: 55px;
	text-align: left;
}
.section_box_girl .girl-diagnosis-datail .match-item img{
	vertical-align: middle;
    width: 100%;
}
.section_box_girl .girl-diagnosis-datail .icon_matchheart{
	width: 13px;
	float: left;
	margin: 0 5px;
}
.section_box_girl .girl-diagnosis-datail .icon_matchheart{
	margin-top: 13px;
}
.section_box_girl .girl-diagnosis-datail .match-item .cnt{
	font-size: 21px;
    font-weight: 100;
    vertical-align: unset;
}
.section_box_girl .girl-diagnosis-datail .gtd_login2{
    width: 54vw;
    text-align: center;
    font-size: 3.4375vw;
}
.section_box_girl .girl-diagnosis-datail .gtd_login2 .diagnosis-starts{
    border: 1px solid var(--fixedcolor);
    border-radius: 40px;
    display: block;
    line-height: 28px;
    color: var(--fixedcolor);
}
/* 診断結果モーダル */
.section_box_girl .girl-result-modal{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  overflow: scroll;
  background-color: #FFF;
   z-index:10000;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
}
.section_box_girl .diagnosis {
    min-width: 320px;
    font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "M+ 1P", sans-serif;
    color: rgb(85, 85, 85);
    background: linear-gradient(to right, rgb(255, 246, 240) 0%, rgb(255, 246, 240) 50%, rgb(255, 239, 239) 50%, rgb(255, 239, 239) 100%) 0px 80px / 25px 25px repeat;
    background-repeat: repeat;
    background-position: 0px 80px;
}
.section_box_girl .girl-result-inner {
    height: 175vh;
}
.section_box_girl .girl-img-wrap {
    width: 88%;
    margin: 24px auto;
    position: relative;
    border: 3px solid #ffd5e1;
    box-sizing: border-box;
    font-size: 0;
}
.section_box_girl .girl-img-wrap .colse-btn {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 30px;
    background-color: #f9f9f9;
    border: 2px solid;
    border-radius: 50%;
    font-size: 20px;
    color: #c5c5c5;
    font-weight: bold;
    outline: none;
    --webkit-appearance: none;
}
.section_box_girl .girl-img-wrap .girl-result-angel {
    position: absolute;
    left: -20px;
    bottom: -27px;
    width: 30%;
}
.section_box_girl .girl-result {
    width: 100%;
    background-color: #FFF;
    border-top: 2px solid #ffd5e1;
}
.section_box_girl .girl-result .result-info-wrap {
    text-align: center;
    position: relative;
}
.section_box_girl .girl-result .result-info-wrap .info {
    margin: 8px 0 16px;
    color: #555;
}
.section_box_girl .girl-result .result-info-wrap .info .name {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section_box_girl .girl-result .result-info-wrap .info .type-catch {
    font-size: 16px;
    font-weight: bold;
    color: #777777;
    white-space: normal;
    line-height: 1.3;
}
.section_box_girl .girl-result .result-info-wrap .info {
    margin: 8px 0 16px;
    color: #555;
}
.section_box_girl .girl-result .result-info-wrap .info .type-name {
    display: inline-block;
    width: 100%;
    position: relative;
    /* padding: 0 4px; */
    padding: 0;
    /* font-size: 20px; */
    font-size: 32px;
    font-weight: bold;
    z-index: 1;
    line-height: 1.2;
    white-space: nowrap;
}
.section_box_girl .girl-result .result-info-wrap .info .type-name::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: #ffd5e1;
    z-index: -1;
}
.section_box_girl .result-info-wrap:after {
    content: "";
    position: absolute;
    top: -23px;
    left: 20vw;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    display: block;
    width: 15px;
    height: 25px;
    border-top: 2px solid #ffd5e1;
    border-right: 2px solid #ffd5e1;
    background: #fff;
}
.section_box_girl .girl-result .girl-personal-text {
    width: 88%;
    margin: 20px auto;
    font-size: 16px;
}

.section_box_girl .pickupimg-ent a .coverGravureBg{
	bottom: -26px;
	border-radius: 0 0 20px 20px;
	box-shadow: var(--boxshadow);
	width: 100%;
	height: auto;
}
.section_box_girl .pickupimg-ent{
    margin-bottom: 10px;
}
.section_box_girl .pickupimg-ent.gh_pickupimg{
	margin-bottom: 56px;
}
.section_box_girl .pickupimg-ent a img{
	border-radius: 20px 20px 0 0;
}
/*link_girlpage*/
.section_box_girl .link_girlpage{
    text-align: center;
    overflow: hidden;
	padding-bottom: 10px;
	width: 90%;
	margin: 0 auto 10px;
}
.section_box_girl .link_girlpage .lgp_list{
    padding: 0 15px;
    background: var(--obi);
    color: var(--obicolor);
    font-weight: bold;
    margin-right: 5px;
    border-radius: 25px;
    line-height: 25px;
    box-shadow: var(--boxshadow);
    height: 25px;
	display: inline-flex;
    font-size: 14px;
}
.section_box_girl .link_girlpage .lgp_list:last-child {
    margin-right: 0;
}
.link_girlpage .lgp_list .icon_svg{
	display: inline-block;
	position: relative;
	height: 25px;
	width: 20px;
	margin-right: 3px;
}
.section_box_girl .link_girlpage .lgp_list svg{
	fill: var(--obicolor);
	width: 20px;
	vertical-align: middle;
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.section_box_girl .link_girlpage .lgp_list #icon_diary{
    height: 17px;
}
.section_box_girl .link_girlpage .lgp_list.linknone{
	background: #efebeb;
	color: #aaa;
    pointer-events: none;
}
.section_box_girl .link_girlpage .lgp_list.linknone svg{
	fill: #aaa;
}

/*section_box*/
.section_box_girl{
	margin-bottom: 20px;
}
.content_bg{
	background: var(--bgwhite);
	padding-bottom: 20px;
	border-radius:20px;
	box-shadow: var(--boxshadow);
	padding-top: 30px;
    text-align: center;
}
.section_box_girl .contens_title{
	color: var(--textcolor);
	background: none;
	width: 90%;
	margin: 0 auto;
	position: relative;
    text-align: left;
}
.section_box_girl .contens_title .link_title{
	color: var(--textcolor);
	font-size: 18px;
}
.section_box_girl .contens_title span{
	color: var(--textcolor);
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 5px;
}
/*link_page*/
.section_box_girl .link_page{
	width: 75%;
	display: block;
	background: var(--obi);
	color: var(--obicolor);
	line-height: 46px;
	border-radius: 23px;
	position: relative;
	overflow: hidden;
	height: 46px;
	font-size: 18px;
	box-shadow: var(--boxshadow);
    margin: 20px auto 10px;
}
.section_box_girl .link_page .icon_page{
	display: inline-block;
	position: absolute;
	right: 15px;
}
.section_box_girl .link_page .icon_page svg{
	width: 16px;
	fill: var(--obicolor);
	vertical-align: middle;
}
.section_box_girl .link_page .gradient{
	background: linear-gradient(90deg, rgba(255,255,255,0), var(--obi));
    position: absolute;
    left: 50%;
    display: block;
    width: 80%;
    height: 45px;
    mix-blend-mode: color-burn;

}
.section_box_girl .link_page .text{
	position: absolute;
    z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*diaryList*/
.diaryList .diary_thumb_box{
	width: 90vw;
	margin: 15px auto;
}
.diaryList .diary_thumb{
	width: 100%;
	overflow: hidden;
}
.diaryList .diary_thumb .dt_list{
	float: left;
	overflow: hidden;
	border-radius: 7px;
	margin-top: 10px;
	position: relative;
}
/* ↓ 女の子プロフデザイン変更2 2022/06/14*/
.diaryList .diary_thumb .dt_list .dt_title{
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 60%);
    z-index: 1;
    color: #fff;
    bottom: 0px;
    padding: 10px 2% 2px;
    width: calc(100% - 4%);
    text-align: center;
    left: 0;
    overflow: hidden;
    right: 0;
    margin: auto;
    font-size:1rem;
    max-height:46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    right: 0;
    margin: auto;
    font-size:1rem;
    max-height:46px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.diaryList .diary_thumb .dt_list .dt_title img{
    position: unset;
    width: 17px;
    vertical-align: middle;
}
/* ↑ 女の子プロフデザイン変更2 2022/06/14*/
.diaryList .diary_thumb .dt_list:nth-of-type(1){
	width: 43vw;
	margin-right: 4vw;
	height: 43vw;
	margin-top: 0;
}
.diaryList .diary_thumb .dt_list:nth-of-type(2){
	width: 43vw;
	height: 43vw;
	margin-top: 0;
}
.diaryList .diary_thumb .dt_list:nth-of-type(n+3){
	width: 28vw;
	margin-right: 3vw;
	height: 28vw;
}
.diaryList .diary_thumb .dt_list:nth-of-type(5),
.diaryList .diary_thumb .dt_list:nth-of-type(8){
	margin-right: 0;
}

.diaryList .diary_thumb .dt_link{
	display: block;
	height: 100%;
}
/* ↓ 女の子プロフデザイン変更2 2022/06/14*/
.diaryList .diary_thumb .dt_link img{
	width: 100%;
	vertical-align: middle;
	position: absolute;
/*    bottom: 0;*/
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.diaryList .diary_thumb .dt_link .diary_img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* ↑ 女の子プロフデザイン変更2 2022/06/14*/
/* ↓ 女の子プロフデザイン変更2 2022/06/14*/
/* .diaryList .dt_notthumb .dt_link p{
	display: block;
} */
/* .diaryList .dt_notthumb .dt_title {
    position: absolute;
    color: #fff;
    font-size: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */
.diaryList .dt_notthumb .dt_time{
	position: absolute;
	color: #fff;
	bottom: 7px;
	font-size: 10px;
	width: 100%;
}
/* .diaryList .dt_notthumb .dt_link,
.diaryList .dt_movie .dt_link{
	background: #000;
}
.diaryList .dt_notthumb .dt_link img,
.diaryList .dt_movie .dt_link img{
	opacity: 0.5;
} */
.diaryList .diary_thumb .dt_link .icon_movieplay{
	width: 35px;
	opacity: 1;
}
.diaryList .diary_thumb .dt_list:nth-of-type(1) .dt_title img,
.diaryList .diary_thumb .dt_list:nth-of-type(2) .dt_title img{
	width: 22px!important;
}
/* ↑ 女の子プロフデザイン変更2 2022/06/14*/
.diaryList .diary_thumb .dt_list:nth-of-type(1) .dt_title,
.diaryList .diary_thumb .dt_list:nth-of-type(2) .dt_title{
	font-size: 16px;
}
.diaryList .diary_thumb .dt_list:nth-of-type(1) .dt_time,
.diaryList .diary_thumb .dt_list:nth-of-type(2) .dt_time{
	font-size: 12px;
}
.diaryList .diary_thumb .dt_list:nth-of-type(1) .icon_movieplay,
.diaryList .diary_thumb .dt_list:nth-of-type(2) .icon_movieplay{
	width: 46px;
}
/*review*/
.section_box_girl .review .sliderBox {
    width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0 15px 5%;
    padding-top: 15px;
}
.section_box_girl .review .sliderBox.onlyone {
    width: 90%;
    overflow-x: none;
}
.section_box_girl .review .slider {
    width: max-content;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    height: 173px;
}
.section_box_girl .review .onlyone .slider{
    width: 100%;
}
.section_box_girl .review .sliderBox::-webkit-scrollbar {
    display: none;
    height: 0 !important;
}
.section_box_girl .review .innerBox {
    float: left;
    width: 270px;
    margin: 0 20px 0 0;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--bordercolor);
    position: relative;
    box-sizing: border-box;
    box-shadow: var(--boxshadow);
}
.section_box_girl .review .innerBox:first-child {
    margin-right: 20px;
}
.section_box_girl .review .onlyone .innerBox:first-child {
    width: 100%;
}
.section_box_girl .review .innerBox
.section_box_girl .review .innerBox p{
    text-align:center;
    font-size:12px;
    padding:5px;
}
.section_box_girl .review .innerBox img {
  width: 100%;
}
.section_box_girl .review .innerBox .special_thanks_icon {
    position: absolute;
    right: -1px;
    width: 45px;
    top: -16px;
}
.section_box_girl .review .innerBox .review-link{
    width: 100%;
}
/* ↓ ピックアップ口コミ 並び順変更 @SC 2022/06/21 */
.section_box_girl .review .innerBox .review-pickup-text {
    position: absolute;
    left: 6%;
    top: -9px;
    background: #df5656;
    color: #fff;
    font-size:10px;
    font-weight: bold;
    padding: 4px 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
}
/* ↑ ピックアップ口コミ 並び順変更 @SC 2022/06/21 */
.section_box_girl .review .innerBox .review-title{
    font-size: 17px;
    font-weight: bold;
    color:#13131e;
    display: block;
    width: 88%;
    margin: 10px auto 5px;
    text-align: left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section_box_girl .review .review-rate {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    width: 88%;
    margin: 0 auto;
    padding: 0px;
    margin-top: -8px;
}
.section_box_girl .review .review-item-star {
    display: flex;
    padding-right: 4px;
    position: relative;
    left: -2px;
}
.section_box_girl .review .review-average-star-icon.star_on {
    background-image: url(/img/shop/review/star-fill.svg) ;
}
.section_box_girl .review .review-average-star-icon.in_item {
    width: 21px;
    height: 20px;
}
.section_box_girl .review .review-average-star-icon.star_off {
    background-image: url(/img/shop/review/star-border.svg);
}
.section_box_girl .review .review-average-star-icon.star_half {
    background-image: url(/img/shop/review/star-half.svg);
}

.section_box_girl .review .total_rate {
    /* position: relative; */
    color: #DF9B56;
    font-weight: bold;
    padding: 0 3px 0;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    left: 109px;
    display: inline-block;
    bottom: -2px;
    position: absolute;
}
.section_box_girl .review .review-text{
	text-align: left;
	width: 88%;
	margin: 10px auto 25px;
    height: 40px;
}
.section_box_girl .review .link_review{
	color: #36c;
    vertical-align:top;
}
.section_box_girl .review .rl_user{
	position: relative;
	background: #efebeb;
	border-radius: 0 0 19px 19px;
	height: 35px;
}
.section_box_girl .review .img_profile_waku{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: -moz-linear-gradient(65deg, #305fdd, #8ab9f7); 
	background: -webkit-linear-gradient(65deg, #305fdd, #8ab9f7); 
	background: linear-gradient(25deg, #305fdd, #8ab9f7);
	position: absolute;
	z-index: 8;
	top: -20px;
	left: 5%;
}
.section_box_girl .review .img_profile{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	margin: auto!important;
	box-sizing: border-box;
	box-shadow: var(--boxshadow);
}
.section_box_girl .review .review-dataItem{
	text-align: left;
    margin-left: calc(6% + 50px);
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.section_box_girl .review .review-item-icon {
    position: absolute;
    bottom: 7px;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    right: 15px;
    line-height: 21px;
    background: #7b8fe4;
    font-size: 12px;
}
.section_box_girl .review  .link_page.none{
    width: 95% !important;
}
.section_box_girl .review .icon_review_svg {
    display: inline-block;
    height: 25px;
    width: 20px;
    margin-right: 9px;
}
.section_box_girl .review .icon_review_svg svg{
    fill: var(--obicolor);
    width: 28px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 9px;
}
.section_box_girl .prof-review-wrap{
	width: 90%;
	margin: 15px auto;
    background: none !important;
}
.section_box_girl .notreview_title{
	font-size: 16px;
    font-weight: bold;
    color: var(--textcolor);
    margin-bottom: 5px;
}
.section_box_girl .notreview_text{
    color: var(--textcolor);
    font-size: 13px;
}
.section_box_girl .prof-review-wrap .link_page{
	margin: 10px auto;
}
.section_box_girl .prof-review-wrap .link_page img{
	width: 27px;
	margin-right: 5px;
	vertical-align: middle;
}
/*syukkin*/
.section_box_girl .syukkin{
	position: relative;
}
.section_box_girl .content_box.syukkin .contens_title .count{
    top: -10px;
    display: none;
    color: var(--textcolor);
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
    width: 90px;
    top: -17px;
}
@media( max-width: 767px ){
    .section_box_girl .content_box.syukkin .contens_title .count{
        display: inline-flex;
    }
}
/* ↓ 2022/05/24 svg画像変更 */
.section_box_girl .content_box.syukkin .contens_title .count .icon_option .notification_img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 0px;
}
/* ↑ 2022/05/24 svg画像変更 */
.section_box_girl .content_box.syukkin .contens_title .count .icon_option{
	float: left;
	margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
.section_box_girl .content_box.syukkin .contens_title .count .icon_option svg {
    fill: #595757 !important;
    margin-top: 3px !important;
	width: 20px !important;
}
.section_box_girl .content_box.syukkin .contens_title .count .btn_notification{
	cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    text-align: center;
}
.section_box_girl .content_box.syukkin .contens_title .count .icon_option .text_calendar,
.section_box_girl .content_box.syukkin .contens_title .count .btn_notification .link_name{
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    font-size: 10px;
    color: var(--textcolor);
    position: absolute;
    top: 42px!important;
    bottom: auto!important;
}


.section_box_girl .content_box.syukkin .contens_title .count .icon_option:last-child{
	margin-right: 0;
}
.section_box_girl .syukkin .icon_option{
    border-radius: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #f8f8f8;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
}
.section_box_girl .syukkin .icon_option img{
    width: 57%;
    margin-top: 10px;
}
.section_box_girl .syukkin .sliderBox{
	width: 95%;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 0 15px 5%;
	padding-top: 20px;
}
.section_box_girl .syukkin .sliderBox::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}
.section_box_girl .syukkin .slider {
    width: 920px;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    height: 156px;
}
.section_box_girl .syukkin .innerBox {
    float: left;
    width: 120px;
    margin: 0 0 0 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #acacac;
    position: relative;
    box-sizing: border-box;
    box-shadow: var(--boxshadow);
    height: 151px;
}
.section_box_girl .syukkin .slider.absence {
    height: 200px;
}
.section_box_girl .syukkin .absence .innerBox {
    height: 190px;
}
.section_box_girl .syukkin .innerBox:first-child {
    margin: 0;
}
.section_box_girl .syukkin .syukkin_day{
    background: #acacac;
    border-radius: 19px 19px 0 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.section_box_girl .syukkin .syukkin_item{
	width: 90%;
    margin: 10px auto;
    height: 85px;
    font-size: 19px;
    font-weight: bold;
    color: #595757;
    text-align: center;
    position: relative;
}
.section_box_girl .syukkin .syukkin_item.not{
	position: relative;
}
.section_box_girl .syukkin .syukkin_day.sat{
	background:#acbaf4;
}
.section_box_girl .syukkin .syukkin_day.sun{
	background:#f5a49d;
}
.section_box_girl .syukkin .innerBox.sat{
	border: 1px solid #acbaf4;
}
.section_box_girl .syukkin .innerBox.sun{
	border: 1px solid #f5a49d;
}
.section_box_girl .syukkin .syukkin_link.tel{
	width: 85%;
    background: #e85447;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: var(--boxshadow);
}
.section_box_girl .syukkin .syukkin_item .syukkin_txt{
    font-size:14px;
    transform: none;
}
.section_box_girl .syukkin .syukkin_link.yoyaku{
	width: 85%;
    background: #7b8fe4;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: var(--boxshadow);
}
.section_box_girl .syukkin .syukkin_item span{
	transform: rotate( -90deg );
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.section_box_girl .syukkin .syukkin_item.not span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 40px;
	color: #acacac;
}
.section_box_girl .syukkin .gh_bg_syukkin{
	z-index: 9999;
}
.section_box_girl .syukkin .drawer_popup.panelactive{
	bottom: 0;
    z-index: 10000;
}
/* ↓ 共通ポップアップ */
.drawer_popup {
    background: #fff;
    padding: 30px 20px;
    position: fixed;
    width: calc(100% - 40px);
    border-radius: 20px 20px 0 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgb(0 0 0 / 40%);
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -120%;
    font-size: 14px;
    left: 0;
    margin: 0 !important;
}
.drawer_popup.popup-active {
    bottom: 0;
}
.drawer_popup .dp_title {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
}
.drawer_popup .dp_exbox {
    margin-bottom: 20px;
    color: #808080;
}
.drawer_popup .closeBtn{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 28px;
    cursor: pointer;
}
.drawer_popup .closeBtn:before,
.drawer_popup .closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #555;
}
.drawer_popup .closeBtn:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.drawer_popup .closeBtn:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/* ↑ 共通ポップアップ */
/*一ヶ月drawer*/
.section_box_girl .drawer_popup.drawer_syukin .syukin_list{
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #CCC;
}
.section_box_girl  .drawer_popup.drawer_syukin .girlitem_waku {
    border-bottom: 1px solid #CCC;
    display: table;
    overflow: hidden;
    height: auto;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
}
.section_box_girl .drawer_popup.drawer_syukin .girlitem_waku_left{
    background: #acacac;
    font-size: 15px;
    height: auto;
    padding: 8px 0;
    text-align: center;
    width: 27%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.section_box_girl .drawer_popup.drawer_syukin .girlitem_waku_left.red{
	font-weight: normal;
    background: #f5a49d;
    color: #fff!important;
}
.section_box_girl .drawer_popup.drawer_syukin .girlitem_waku_left.blue {
    background: #acbaf4;
    color: #fff!important;
    font-weight: normal;
}
.section_box_girl .drawer_popup.drawer_syukin .girlitem_waku_right{
	background: rgba(255,255,255,0.8);
    font-size: 15px;
    height: auto;
    padding: 10px 0 10px 5px;
    text-indent: 5px;
    display: table-cell;
    color: #333;
	text-indent: 0;
	padding: 10px 8px;
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek{
    text-align: -webkit-center;
    padding: 5px 0;
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek .girl_reservation_info_can{
    width: 68%;
    background: #7b8fe4;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: var(--boxshadow);
    text-align: center;
    padding: 0px 6px;
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek .girl_reservation_info_can a{
    color: #7b8fe4;
    display: block;
    position: relative;
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek .girl_reservation_info_can a:after{
    content: "予約する";
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    top: 0;
}
.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth{
    text-align: -webkit-center;
    padding: 5px 0;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
}

.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_can{
     width: 68%;
    background: #7b8fe4;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    box-shadow: var(--boxshadow);
    text-align: center;
    padding: 0px 6px;
    width:100%;
    padding: 0;
}

.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_can a {
    color: #7b8fe4;
    display: block;
    position: relative;
}

.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_can a:after{
    content: "予約する";
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    top: 0;
}
@media screen and (min-width:320px) and ( max-width:374px){
    .section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_can a:after{
        font-size: 12px;
    }
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek .girl_reservation_info_tel,
.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_tel{
	border: none;
    background: none;
    padding: 0;
    font-size: 14px;
    display: block;
    text-indent: 0;
    font-weight: normal;
    width: 78%;
    margin: 0 auto;
}
.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_tel{
	width: 100%;
}
.section_box_girl .syukkin_box .ReservationGirlInfoBtnWeek .girl_reservation_info_tel a,
.section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_tel a{
	background: #e85447;
    width: 100%;
    height: 30px;
    color: #FFFFFF;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-weight:bold;
    box-shadow: var(--boxshadow);
}
.section_box_girl .gh_bg_front_syukin{
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.section_box_girl .gh_bg_front_syukin.bgactive {
    display: block;
    animation: fadeInAnime01 .3s ease 0s normal;
    overflow: hidden;
}
.section_box_girl .drawer_popup .dp_close_syukin{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 28px;
	cursor: pointer;
}
.section_box_girl .drawer_popup .dp_close_syukin:before,
.section_box_girl .drawer_popup .dp_close_syukin:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #555;
}
.section_box_girl .drawer_popup .dp_close_syukin:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.section_box_girl .drawer_popup .dp_close_syukin:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*profile*/
.section_box_girl .profile .profilebox{
	width: 90%;
	margin: 15px auto;
	padding: 0;
	color: var(--textcolor);
}
.section_box_girl .profile .profilebox .pro_appeal{
	text-align: left;
    font-size: 14px;
}

.section_box_girl .profile .pro_feature{
	border-top: 1px solid var(--bordercolor);	
}
.section_box_girl .profile .pro_feature .pro_item{
	border-bottom: 1px solid var(--bordercolor);
	width: 100%;
	overflow: hidden;
	line-height: 40px;
}
.section_box_girl .profile .pro_feature .pro_item:last-child{
	border: none;
}
.section_box_girl .profile .pro_feature .pro_item p{
	float: left;
	font-size: 16px;
	color: var(--textcolor);
}
.section_box_girl .profile .pro_feature .item_title{
    width: 30%;
    text-align: left;
}
.section_box_girl .profile .pro_feature .item_answer{
    width: calc(70% - 10px);
    padding-left: 10px;
    text-align: right;
}
.section_box_girl .profile .pro_feature .pro_item_tab .item_answer{
	line-height: 30px;
	margin: 5px 0;
}
.section_box_girl .profile .pro_feature .item_answer .item_tab{
    color: #36c;
    border: 1px solid #36c;
    padding: 0 8px;
    border-radius: 13px;
    display: inline-block;
    line-height: 24px;
    margin-left: 1px;
    background: #f8f8f8;
    font-size: 13px;
}
.section_box_girl .profile svg#icon_question{
    fill: var(--obi);
    height: 32px;
    position: absolute;
    left: 114px;
    top: -7px;
}
.section_box_girl .profile svg#icon_question .qc_text {
    fill: var(--obicolor);
}
.section_box_girl .profile svg#icon_question .qc_bg {
    fill: var(--obi);
}
.section_box_girl .profile .icon_question{
    width: 100%;
    margin: 30px 0 10px;
    position: relative;
    line-height: 27px;
    color: var(--obicolor);
    text-align: left;
}
.section_box_girl .profile .icon_question .question_title{
    color: var(--textcolor);
    font-size: 18px;
    font-weight: bold;
}
.section_box_girl .profile .pro_question{
	text-align: left;
	margin: 10px 0 20px;
}
.section_box_girl .profile .pro_question .pro_item{
	padding: 10px 0px 6px 0;
	border-bottom: 1px solid var(--bordercolor);
}
.profile .pro_question .pro_item:first-child{
    border-top: 1px solid var(--bordercolor);
}
.section_box_girl .profile .pro_question .pro_item p{
	color: var(--textcolor);
}
.section_box_girl .profile .pro_question .pro_item .item_title {
    font-size: 12px;
}
.section_box_girl .profile .pro_question .pro_item .item_answer {
    font-size: 16px;
}
.section_box_girl .profile .girlbtn_link{
	width: 100%;
}
/*manger*/
.section_box_girl .manager .managerbox{
	width: 90%;
	margin: 15px auto;
	padding: 0;
	color: var(--textcolor);
	background: none;
	text-align: left;
    font-size: 14px;
}

/*btn_more*/
.section_box_girl .btn_more {
    position: relative;
    margin-top: 30px;
}
.section_box_girl .btn_more .btn_more_trigger{
	display: none;
}
.section_box_girl .btn_more .btn_morelabel{
    bottom: -11px;
    z-index: 8;
    width: 75%;
    display: block;
    margin: 15px auto 10px !important;
    background: var(--obi);
    color: var(--obicolor);
    line-height: 46px;
    border-radius: 23px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 46px;
    font-size: 18px;
    box-shadow: var(--boxshadow);
}
.section_box_girl .btn_more .btn_morelabel .gradient{
	background: linear-gradient(90deg, rgba(255,255,255,0), var(--obi));
    position: absolute;
    left: 40%;
    display: block;
    width: 60%;
    height: 45px;
    mix-blend-mode: multiply;
}
.section_box_girl .btn_more .btn_morelabel .text{
	position: absolute;
    z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section_box_girl .btn_more .btn_morelabel .icon_page{
	display: inline-block;
    position: absolute;
    right: 20px;
}
.section_box_girl .btn_more .btn_morelabel .icon_page svg{
	width: 16px;
    fill: var(--obicolor);
    vertical-align: middle;
    transform: rotate(90deg);	
}
.section_box_girl .btn_more .btn_more_item {
  position: relative;
  overflow: hidden;
  height: 130px; /*隠した状態の高さ*/
}
.section_box_girl .btn_more .btn_more_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /*グラデーションで隠す高さ*/
 /* background: linear-gradient(top, rgba(255,255,255,0) 0%, var(--bg) 100%);*/
/*  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, var(--bg) 100%);*/
  content: "";
  mix-blend-mode: soft-light;
}

.section_box_girl .btn_more .btn_more_trigger:checked + .btn_morelabel {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.section_box_girl .btn_more .btn_more_trigger:checked ~ .btn_more_item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.section_box_girl .btn_more .btn_more_trigger:checked ~ .btn_more_item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
/*contents*/
/* @media screen and (min-width: 391px){
    .diaryList .diary_thumb .dt_list:nth-of-type(1){
        width: 41vw;
        height: 41vw;
        margin-right: 3vw;
    }
    .diaryList .diary_thumb .dt_list:nth-of-type(2) {
        width: 41vw;
        height: 41vw;
    }
    .diaryList .diary_thumb .dt_list:nth-of-type(n+3) {
        width: 27vw;
        margin-right: 2vw;
        height: 27vw;
    }
} */
@media screen and (min-width:320px) and ( max-width:374px){
    /* .section_box_girl .profileGravure .slides{
        height: 340px;
    } */
    .section_box_girl .profileGravure #galleryPop{
        height: 44px;
        left: calc(5% + 75px);
        width: 66%!important;
    }
    .section_box_girl .profileGravure #galleryPop .slides{
        height: 44px;
    }
    .section_box_girl .profileGravure .img_profile_waku{
        width: 78px;
        height: 78px;
        left: 3%;
    }
    .section_box_girl .profileGravure .img_profile{
        width: 70px;
        height: 70px;
    }
    .section_box_girl .profileGravure .flex-control-nav{
        left: calc(5% + 80px);
    }
    .section_box_girl .profileGravure .flex-control-nav li a{
        width: 7px;
        height: 7px;
    }
    .section_box_girl .profileGravure .sugunavibox{
        width: 70%;
        padding: 0 5px 0 0;
        left: calc(5% + 45px);
        top: -5px;
        height: 27px;
        line-height: 27px;
    }
    .section_box_girl .profileGravure #galleryPop .slides li{
        box-sizing: border-box;
    }
    .section_box_girl .profileGravure .sugunavibox .title{
        width: 100px;
    }
    .section_box_girl .profileGravure .sugunavibox .title .time{
        font-size: 12px;
    }
    .section_box_girl .profileGravure .sugunavibox .text{
        width: calc(100% - 130px);
    }
    .section_box_girl .profileGravure .sugunavibox .text .time{
        font-size: 12px;
    }

    .section_box_girl .girl_Thumbdata{
        margin: 10px auto 20px;
    }
    /* .section_box_girl .girl_Thumbdata .gtd_name{
        font-size: 16px;
    } */
    /* .section_box_girl .girl_Thumbdata .gtd_style,
    .section_box_girl .girl_Thumbdata .catch{
        font-size: 12px;
    } */
    /* .diaryList .dt_notthumb .dt_time{
        letter-spacing: -1px;
    } */
    .section_box_girl .link_page{
        margin: 20px auto 10px;
    }
    .section_box_girl .touhyou_result_text{
        font-size: 24px;
    }
    .section_box_girl .touhyou_result_text .sp_title_text{
        font-size: 16px;
    }
    .section_box_girl .touhyou_result_text .sp_subtitle_text{
        font-size: 20px;
    }
    .section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_tel a{
        font-size: 12px;
    }
    .section_box_girl .drawer_popup.drawer_syukin .ReservationGirlInfoBtnMonth .girl_reservation_info_can a{
        font-size: 12px;
    }
}