@charset "UTF-8";

.u-ellipsis {
	overflow: hidden;
	max-width: 100%;
	padding: 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p-imgWrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.f-girlsReview .mod-reviewTtl {
	margin-bottom: 40px;
	padding: 0 0 8px 40px;
	background: url(https://system-files.ranking-mensesthe.jp/assets/img/user/ekimensesthe/sp/icon/hukidashi_green.svg) no-repeat;
	background-size: 33px 30px;
	border-bottom: 4px solid #43B56F;
	line-height: 30px;
	color: #43B56F;
	font-size: 28px;
	font-weight: bold;
}

.f-girlsReview .mod-reviewTtl span {
	margin-left: 8px;
	font-size: 19px;
	font-weight: normal;
}

.f-girlsReview .girlsReview-girlsHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding: 20px 30px;
	background: #f2f2f2;
}

.f-girlsReview .girlsReview-thum {
	width: 160px;
	border-radius: 4px;
	overflow: hidden;
}

.f-girlsReview .girlsReview-thum .p-imgWrap {
	display: block;
	padding-top: 100%;
}

.f-girlsReview .girlsReview-thum .p-imgWrap img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 100%;
	height: auto;
}

.f-girlsReview .girlsReview-detail {
	margin-left: 20px;
	width: calc(100% - 180px);
}

.f-girlsReview .girlsDetail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.f-girlsReview .girlsDetail .bust-size {
	display: block;
	color: #fde000;
	background: #fc4967;
	text-align: center;
	font-weight: 500;
	float: left;
	margin-right: 0.3rem;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	width: 41px;
	height: 41px;
	line-height: 41px;
	font-size: 30px;
}

.f-girlsReview .girlsDetail .detail {
	position: relative;
	width: calc(100% - 51px);
}

.f-girlsReview .girlsDetail .girlsName {
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
}

.f-girlsReview .girlsDetail .leaveText {
	border: 1px solid #000;
	border-radius: 3px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 4px;
	position: absolute;
}

.f-girlsReview .girlsDetail .ellipsis {
	max-width: 100%;
}

.f-girlsReview .girlsDetail .data-size {
	font-size: 16px;
}

.f-girlsReview .shopInfo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px;
}

.f-girlsReview .shopInfo-list .shopInfo-concept-item {
	margin-right: 12px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 3px;
	line-height: 30px;
	font-size: 15px;
	color: #000;
}

.f-girlsReview .girlsReview-body {
	border-radius: 10px;
	border: 1px solid #43B56F;
	overflow: hidden;
	background-color: #fff;
}

.f-girlsReview .girlsReview-inner {
	padding: 16px 23px 0;
}

.f-girlsReview .contributor-head {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.f-girlsReview .contributor-head .fuzoku-cashback-label {
	margin-bottom: 9px;
	margin-left: 10px;
}

.f-girlsReview .contributor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	margin-left: 10px;
}

.f-girlsReview .contributorThum {
	width: 43px;
	border-radius: 50%;
	overflow: hidden;
}

.f-girlsReview .contributorThum.p-imgWrap {
	height: 43px;
}

.f-girlsReview .contributor-detail {
	margin-left: 10px;
	width: calc(100% - 53px);
}

.f-girlsReview .contributor-name {
	margin-bottom: 2px;
	font-size: 18px;
}

.f-girlsReview .contributor-age {
	font-size: 13px;
}

.f-girlsReview .contributor-txt {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	margin-left: 12px;
	font-size: 16px;
	color: #1c1c1c;
}

.f-girlsReview .contributor-txt span {
	margin-right: 10px;
	position: relative;
}

.f-girlsReview .contributor-txt span:after {
	content: ":";
	position: absolute;
	right: -8px;
}

.f-girlsReview .review-detail {
	padding: 30px 16px 0;
}

.f-girlsReview .satisfactionLevel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
	padding: 10px 19px;
	width: 340px;
	background: #fffafa;
	border: 0.1rem solid #f2b0b1;
}

.f-girlsReview .satisfactionLevel em {
	font-size: 18px;
	font-weight: bold;
}

.f-girlsReview .satisfactionLevel-m {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.f-girlsReview .satisfactionLevel-m .listItem {
	margin-right: 24px;
	width: 120px;
}

.f-girlsReview .satisfactionLevel-m .listItem:last-child {
	margin-right: 0;
}

.f-girlsReview .satisfactionLevel-m .listItem em {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

.f-girlsReview .satisfactionLevel-m .mod-evaluation {
	font-size: 16px;
	color: #1c1c1c;
}

.f-girlsReview .comment {
	margin-bottom: 30px;
	font-size: 14px;
}

.f-girlsReview .comment em {
	display: block;
	margin-bottom: 8px;
	padding-left: 26px;
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-review-black.svg) no-repeat;
	background-size: 16px 18px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}

.f-girlsReview .comment .comment-txt {
	line-height: 25px;
	color: #505050;
	overflow-wrap: break-word;
}

.f-girlsReview .goodCounter-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
}

.f-girlsReview .counter-area {
	display: inline-block;
	padding: 0 8px;
	background: #f8f8f8;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

.f-girlsReview .counter-area span {
	pointer-events: none;
}

.f-girlsReview .counter-area .counter {
	color: #f06087;
}

.f-girlsReview .review-bottom {
	padding: 0 28px;
	background: #fdfcf0;
	text-align: right;
}

.f-girlsReview .shop-reply {
	display: inline-block;
	padding: 0 40px 0 22px;
	position: relative;
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-openBt.svg) 0 center no-repeat;
	background-size: 15px;
	line-height: 55px;
	font-size: 14px;
}

.f-girlsReview .shop-reply:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #000000;
}

.f-girlsReview .shop-reply.ac:after {
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #1c1c1c transparent;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.f-girlsReview .shop-coment {
	display: none;
	color: #505050;
	font-size: 16px;
	padding-bottom: 28px;
	line-height: 25px;
	text-align: left;
	overflow-wrap: break-word;
}

.f-girlsReview .mod-detail-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 0;
}

.f-girlsReview .mod-detail-pager .listItem {
	font-size: 16px;
	color: #1c1c1c;
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #43B56F;
	box-shadow: inset 0 0 0 1px #43B56F;
}

.f-girlsReview .mod-detail-pager .listItem a {
	display: block;
	padding: 10px 15px;
}

.f-girlsReview .mod-detail-pager .listItem.disabled {
	pointer-events: none;
	visibility: hidden;
}

.f-girlsReview .report-txt {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.report-txt {
	color: #707070;
}

.details_box {
	position: relative;
}

.details_box *, .details_box *:before, .details_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.details_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 6rem;
	cursor: pointer;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(90%, rgba(250, 252, 252, 0.95)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.details_box label::after {
	line-height: 2.5rem;
	padding-left: 3%;
	font-size: 13px;
	position: absolute;
	z-index: 2;
	bottom: 45px;
	left: 50%;
	width: 13rem;
	content: '続きをよむ';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-down-arrow.svg) no-repeat;
	background-position: 28% 50%;
	background-size: 9%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: black;
}

.details_box #details0 {
	display: none;
}

.details_box #details0:checked + label {
	background: inherit;
}

.details_box #details0:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details0:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details1 {
	display: none;
}

.details_box #details1:checked + label {
	background: inherit;
}

.details_box #details1:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details1:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details2 {
	display: none;
}

.details_box #details2:checked + label {
	background: inherit;
}

.details_box #details2:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details2:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details3 {
	display: none;
}

.details_box #details3:checked + label {
	background: inherit;
}

.details_box #details3:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details3:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details4 {
	display: none;
}

.details_box #details4:checked + label {
	background: inherit;
}

.details_box #details4:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details4:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details5 {
	display: none;
}

.details_box #details5:checked + label {
	background: inherit;
}

.details_box #details5:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details5:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details6 {
	display: none;
}

.details_box #details6:checked + label {
	background: inherit;
}

.details_box #details6:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details6:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details7 {
	display: none;
}

.details_box #details7:checked + label {
	background: inherit;
}

.details_box #details7:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details7:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details8 {
	display: none;
}

.details_box #details8:checked + label {
	background: inherit;
}

.details_box #details8:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details8:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box #details9 {
	display: none;
}

.details_box #details9:checked + label {
	background: inherit;
}

.details_box #details9:checked + label::after {
	content: '閉じる';
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-up-arrow.svg) no-repeat;
	background-position: 36% 50%;
	background-color: black;
}

.details_box #details9:checked ~ .details_container {
	height: auto;
	padding-bottom: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.details_box .details_container {
	overflow: hidden;
	height: 200px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mod-reviewTtl {
	padding: 0 10px;
	padding-left: 37px;
	background-size: 21px 19px;
	line-height: 47px;
	font-size: 19px;
}

.mod-reviewTtl.hukidashi-img {
	background: #2e2e2e url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-review-white.svg) 10px center no-repeat;
}

.f-profile .f-pickup-review .mod-reviewTtl.hukidashi-img {
	background: #2e2e2e url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/ico-review-white.svg) 10px center no-repeat;
}

.mod-evaluation {
	color: #f06087;
	font-weight: bold;
}

.mod-evaluation.eva0 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva0.svg) no-repeat;
}

.mod-evaluation.eva1 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva0-5.svg) no-repeat;
}

.mod-evaluation.eva2 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva1.svg) no-repeat;
}

.mod-evaluation.eva3 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva1-5.svg) no-repeat;
}

.mod-evaluation.eva4 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva2.svg) no-repeat;
}

.mod-evaluation.eva5 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva2-5.svg) no-repeat;
}

.mod-evaluation.eva6 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva3.svg) no-repeat;
}

.mod-evaluation.eva7 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva3-5.svg) no-repeat;
}

.mod-evaluation.eva8 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva4.svg) no-repeat;
}

.mod-evaluation.eva9 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva4-5.svg) no-repeat;
}

.mod-evaluation.eva10 {
	background: url(https://pre-system-files.ranking-mensesthe.jp/assets/img/review/img-eva5.svg) no-repeat;
}

.mod-evaluation.evaluation-m {
	margin-bottom: 10px;
	padding-left: 100px;
	line-height: 13px;
	font-size: 13px;
	background-size: 95px 13px;
}

.mod-evaluation.evaluation-l {
	margin-left: 18px;
	padding-left: 190px;
	line-height: 23px;
	font-size: 22px;
	background-size: 176px 23px;
}

.mod-review-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.mod-review-pager .listItem {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.mod-review-pager a,
  .mod-review-pager span {
	display: block;
	line-height: 30px;
	text-align: center;
}

.mod-review-pager a {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #43B56F;
	box-shadow: inset 0 0 0 1px #43B56F;
	color: #1c1c1c;
}

.mod-review-pager a:hover {
	background: #43B56F;
	color: #fff;
}

.mod-review-pager span {
	background: #43B56F;
	color: #fff;
}

.girlsReview-body:not(:first-child) {
	margin-top: 30px;
}

.mod-review-pager {
	margin-top: 30px;
}

.review-ttl {
	position: relative;
	padding: 0.5rem 0;
}

.review-ttl .catch {
	font-size: 18px;
	font-weight: normal;
	min-height: 19px;
	max-width: 400px;
}

.review-ttl .button {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 55px;
	right: 0;
}

.profile-name {
	margin-bottom: 0.8rem;
	color: #fc4967;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2rem;
}

.inner {
	width: 100%;
}

.waiting {
	position: absolute;
	top: 0;
	right: 0;
	width: 16.2rem;
}

.waiting.is_short {
	width: 22rem;
}

.waiting-cont {
	width: 15.2rem;
}

.waiting-cont.is_short {
	width: 20.5rem;
}

.tab-list {
	margin: 3rem 0 1rem;
}

.photo {
	background: #fff;
	border: 1px solid #fd7b9e;
	border-radius: 10px;
}

.photo .girls-catch {
	padding: 0.5rem;
	background: #fd7b9e;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	font-size: 1rem;
}

.photo .girls-photo {
	overflow: hidden;
}

.photo .p-imgWrap {
	padding: 0.5rem 1rem;
}

.photo p {
	overflow: hidden;
}

.photo .detail {
	padding: 0.5rem 1rem;
}

.detail .data-name {
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.detail .data-size,
.detail .data-age {
	font-size: 1rem;
}
