@charset "UTF-8";

#container-main-inner {
	max-width: 1600px;
}

#main {
	max-width: 1280px;
}

section h3 {
	background: #FD7B9E;
	font-size: 1.0rem;
	line-height: 2.0rem;
	color: #fff;
	padding: 0 .5rem;
	vertical-align: middle;
}

section h3 .h3-more {
	line-height: 2.0rem;
}

section .h3-icon img {
	width: 1.8rem;
}

/*--------------------------------
プロフィール
--------------------------------*/
.f-profile .missekichika {
	width: 100%;
	margin-bottom: 2rem;
	display: table;
}

.f-profile .missekichika .missekichika_link {
	display: table-cell;
	width: 80%;
}

.f-profile .missekichika .missekichika_vote {
	display: table-cell;
	width: 17.5%;
}

.f-profile .missekichika .missekichika_vote img {
	display: none;
}

.f-profile .missekichika .missekichika_vote img.active {
	display: inline-block;
}

.f-profile .missekichika .missekichika_vote img.voteOff {
	cursor: pointer;
}

.member-modal {
	display: none;
	position: fixed;
	top: calc((100% - 71rem) / 2);
	left: calc((100% - 61.4rem) / 2);
	width: 61.4rem;
	height: 71rem;
	z-index: 100;
}

.member-modal .member-modal-content {
	position: relative;
	background-color: #EAEAEA;
	border-radius: 2rem;
	margin: auto;
	text-align: center;
}

.member-modal .member-modal-content .member-modal-close {
	position: absolute;
	top: -2rem;
	right: -2rem;
	cursor: pointer;
	width: 6rem;
}

.member-modal .member-modal-content .member-modal-close img {
	width: 100%;
}

.member-modal .member-modal-content .member-modal-heading img {
	width: 100%;
}

.member-modal .member-modal-content .img-container {
	padding: 2.2rem 5.7rem 2rem;
}

.member-modal .member-modal-content .img-container img {
	width: 100%;
}

.member-modal .member-modal-content .row-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4.7rem 3.2rem;
}

.member-modal .member-modal-content .row-container .modal-voting, .member-modal .member-modal-content .row-container .member-uri {
	width: 25rem;
	cursor: pointer;
}

.member-modal .member-modal-content .row-container .modal-voting img, .member-modal .member-modal-content .row-container .member-uri img {
	width: 100%;
}

.member-modal .member-modal-content .row-container .member-uri {
	margin-left: 2rem;
}

.voting-completed-modal-box {
	display: none;
	position: fixed;
	top: calc((100% - 17.4rem) / 2);
	left: calc((100% - 43rem) / 2);
	z-index: 100;
	height: 17.4rem;
	width: 43rem;
	background-color: #fff;
	border-radius: 2.2rem;
	padding: 4rem 0;
}

.voting-completed-modal-box .voting-completed-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.voting-completed-modal-box .voting-completed-modal p {
	text-align: center;
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #000;
}

.voting-completed-modal-box .voting-completed-modal .voting-completed-modal-ok-btn {
	cursor: pointer;
	background: #000000;
	color: #fff;
	border: 0.1rem solid #111;
	border-radius: 10rem;
	width: 52%;
	height: 5rem;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 auto;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.member-modal-back, .voting-completed-modal-back {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.member-modal, .voting-completed-modal-box {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.missekichika_final_result_banner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin: auto 29px 3% 18px;
}

.missekichika_final_result_banner {
	width: calc((100% - 8px) / 2);
}

.queen {
	display: table;
	width: 100%;
	margin-bottom: 2rem;
}

.queen__banner {
	display: table-cell;
}

.queen__vote-btn {
	display: table-cell;
	cursor: pointer;
	width: 18%;
	background-image: url("/assets/img/user/pc/queen/girls-page/vote.png");
	background-size: cover;
}

.queen__vote-btn.voted {
	background-image: url("/assets/img/user/pc/queen/girls-page/voted.png");
	cursor: default;
}

.queen__vote-btn--end {
	cursor: default;
	background-image: url("/assets/img/user/pc/queen/girls-page/totalization.png");
}

.queen-modal-container .member-modal-box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 100;
}

.queen-modal-container .member-modal-box .member-modal {
	position: relative;
	background-color: #EAEAEA;
	width: 550px;
	border-radius: 1rem;
	margin: auto;
	text-align: center;
}

.queen-modal-container .member-modal-box .member-modal .member-modal-close {
	position: absolute;
	top: 0;
	right: -35px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.queen-modal-container .member-modal-box .member-modal .member-modal-heading {
	color: #fff;
	background-color: #78A3F3;
	border-radius: 1rem 1rem 0 0;
	font-size: 26px;
	line-height: 26px;
	padding: 24px 0;
}

.queen-modal-container .member-modal-box .member-modal .img-container {
	padding: 30px;
}

.queen-modal-container .member-modal-box .member-modal .row-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 7%;
}

.queen-modal-container .member-modal-box .member-modal .row-container .modal-voting {
	width: 220px;
	height: 50px;
	background: #fff;
	color: #F03964;
	letter-spacing: 0.2em;
	font-size: 17px;
	line-height: 50px;
	border-radius: 2rem;
	border: 1px solid #D1D1D1;
	font-weight: bold;
	cursor: pointer;
}

.queen-modal-container .member-modal-box .member-modal .row-container .member-uri {
	width: 220px;
	height: 50px;
	background: #000;
	color: #ffeeb3;
	letter-spacing: 0.2em;
	font-size: 17px;
	line-height: 50px;
	border-radius: 2rem;
}

.queen-modal-container .member-modal-box .member-modal .f-login {
	padding: 24px 0;
}

.queen-modal-container .member-modal-box .member-modal .f-login .login {
	font-size: 14px;
	font-weight: bold;
	color: #1B1B1B;
}

.queen-modal-container .member-modal-box .member-modal .f-login .login:hover {
	opacity: 0.7;
}

.queen-modal-container .member-modal-back, .queen-modal-container .voting-completed-modal-back {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.queen-modal-container .voting-completed-modal-box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 100;
	height: auto;
	width: 430px;
	background-color: #fff;
	border-radius: 22px;
	padding: 40px 0;
}

.queen-modal-container .voting-completed-modal-box .voting-completed-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.queen-modal-container .voting-completed-modal-box .voting-completed-modal p {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.queen-modal-container .voting-completed-modal-box .voting-completed-modal__ok-btn {
	cursor: pointer;
	background: #000000;
	color: #fff;
	border: 1px solid #111;
	border-radius: 100px;
	width: 52%;
	height: 50px;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.queen-modal-container .voting-completed-modal-back {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.f-profile .profile-head .tab-list {
	margin: 3rem 0 2rem;
}

.girls-profile {
	overflow: hidden;
}

.girls-profile .data-size,
.girls-profile .data-blood {
	font-size: 1.0rem;
}

.genre-photo {
	vertical-align: middle;
	margin-bottom: .5rem;
}

.genre-photo .girl-genre {
	float: left;
}

.genre-photo .girl-genre li {
	font-size: .8rem;
	line-height: 1.6rem;
}

.genre-photo .girl-icon {
	float: left;
	margin-top: .5rem;
	margin-left: .5rem;
}

.genre-photo {
	display: inline-block;
}

.genre-photo .girl-icon li {
	display: inline-block;
}

.genre-photo .photo li .icon {
	width: 2rem;
}

.photo .icon path {
	fill: #95989A;
}

.girl-tag ul {
	overflow: hidden;
}

.girl-tag li {
	padding: 0;
	position: relative;
	display: inline-block;
}

.girl-tag li p:after {
	content: " / ";
	font-size: 1.0rem;
}

.girl-tag li:last-child:after {
	content: "";
}

.girl-tag-genre {
	line-height: 1.6rem;
}

.girl-tag li p {
	font-size: .9rem;
}

.f-profile .girlsmessage-body .inner {
	width: 100%;
	padding: 2rem 0 0;
	overflow: hidden;
}

.inner .girl_movie video {
	max-height: 450px;
}

.girlsmessage-body .inner .p-imgWrap {
	padding-top: 12%;
	width: 12%;
	float: left;
	border-radius: 50%;
	border: 1px solid #f19ec2;
	overflow: hidden;
}

.girlsmessage-body .inner .p-imgWrap img {
	max-width: 100%;
}

.girlsmessage-body .balloon {
	padding: 1rem;
	position: relative;
	max-width: 100%;
	background: #ffe8f2;
	border: 2px solid #f19ec2;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.girlsmessage-body .balloon:before {
	content: "";
	position: absolute;
	top: 2rem;
	left: -40px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 28px solid #ffe8f2;
	z-index: 2;
}

.girlsmessage-body .balloon:after {
	content: "";
	position: absolute;
	top: 2rem;
	left: -45px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 30px solid #f19ec2;
	z-index: 1;
}

.girlsmessage-body .balloon p {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.6rem;
	color: #FC4967;
	font-weight: 200;
	word-break: break-all;
}

.girlsmessage-body .inner .comment {
	margin-left: 17%;
}

/*--------------------------------
出勤予定表
--------------------------------*/
.attend-body .inner {
	width: 100%;
}

.attend-body table {
	width: 100%;
}

.attend-body table tr {
	width: 14.00%;
	margin-top: .5%;
	margin-right: .33%;
	float: left;
	table-layout: fixed;
}

.attend-body table tr:last-child {
	margin-right: 0;
}

.attend-body table th {
	background: #ffe6f1;
	vertical-align: middle;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
	width: 100%;
	padding: .5rem 0;
	display: inline-block;
	border: 1px solid #f19ec2;
	border-bottom: none;
}

.attend-body .inner table td {
	padding: 1rem 0;
	background: #f2f2f2;
	text-align: center;
	width: 100%;
	display: inline-block;
	border: 1px solid #f19ec2;
	color: #95989A;
	line-height: 1.4rem;
	font-size: .8rem;
	font-weight: 600;
	height: 6rem;
	vertical-align: middle;
}

.attend-body .inner table .no-attend td li {
	line-height: 4rem;
}

.attend-body .inner table td .start,
.attend-body .inner table td .end {
	display: block;
	font-size: 1.2rem;
	color: #555555;
	font-weight: 600;
}

.attend-body .inner table td .arrow,
.attend-body .inner table td .none {
	list-style-type: none;
}

.attend-body table tr.date_sat,
.attend-body table tr.date_sat td .start,
.attend-body table tr.date_sat td .end {
	color: #3B8EDE;
}

.attend-body table tr.date_sun,
.attend-body table tr.date_sun td .start,
.attend-body table tr.date_sun td .end {
	color: #FC4967;
}

.attend-body table tr td .commuting_no_data {
	list-style-type: none;
}

.attend-body .body .no_data {
	font-size: 1.0rem;
	padding: 0.6rem;
	font-weight: bolder;
}

/*--------------------------------
写メ日記
--------------------------------*/
.diary-body .inner {
	width: 100%;
	margin-top: .2rem;
}

.diary-body ul {
	overflow: hidden;
}

.diary-body .diary-box {
	width: 19.6%;
	float: left;
	background: #2E2E2E;
	margin-right: .5%;
}

.diary-body .diary-box .p-imgWrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
	background: #000000;
}

.diary-body .diary-box .p-imgWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.diary-body .diary-box .p-imgWrap img.movie-start {
	width: 4rem;
}

.diary-body .diary-box:last-child {
	margin-right: 0;
}

.diary-body .date {
	text-align: left;
	padding-left: .5rem;
	font-size: .8rem;
	line-height: 1.6rem;
	color: #fff;
}

.data-title {
	overflow: hidden;
	color: #F19EC2;
	padding: 0 .4rem;
}

.data-title a {
	font-size: .8rem;
	line-height: 2.0rem;
	color: #F19EC2;
	font-weight: 400;
}

.data-title a:hover {
	text-decoration: underline;
}

.f-profile .diary-body .inner li:last-child {
	margin-right: 0;
}

/*--------------------------------
動画
--------------------------------*/
.f-profile .girlsmovie-body .inner {
	position: relative;
	width: 100%;
	padding: 30px;
	background: #000;
	border-top: none;
}

.f-profile .girlsmovie-body .inner img {
	display: block;
	margin: auto;
	width: 76%;
}

.f-profile .girlsmovie-body .inner .goodCounter {
	position: absolute;
	top: 40px;
	right: calc(50% - 175px);
	display: block;
	width: 44px;
	padding-top: 38px;
	z-index: 1;
	cursor: pointer;
}

.f-profile .girlsmovie-body .inner .goodCounter.active img.good-active {
	display: block;
}

.f-profile .girlsmovie-body .inner .goodCounter.active img.good-inactive {
	display: none;
}

.f-profile .girlsmovie-body .inner .goodCounter:not(.active) img.good-active {
	display: none;
}

.f-profile .girlsmovie-body .inner .goodCounter:not(.active) img.good-inactive {
	display: block;
}

.f-profile .girlsmovie-body .inner .goodCounter img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.f-profile .girlsmovie-body .inner .goodCounter em {
	display: block;
	font-size: 12px;
	-webkit-transform: scale(0.83);
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	margin-left: -3px;
	position: absolute;
	margin-top: 0.5rem;
}

.f-profile .girlsmovie-body > img {
	width: 100%;
}

.f-profile .shopmessage-body .inner {
	margin-top: 12px;
	overflow: hidden;
}

.f-profile .shopmessage-body .inner img {
	width: 5.8%;
	float: left;
}

.f-profile .shopmessage-body .inner .edit {
	padding: 20px;
	width: 90%;
	position: relative;
	float: right;
	border-radius: 10px;
	border: 1px solid #fd7b9e;
	line-height: 1.5em;
	font-size: 14px;
}

.f-profile .shopmessage-body .inner .edit p {
	margin-bottom: 20px;
	font-size: 20px;
	color: #ff0d0d;
	font-weight: bold;
}

.maildiary_text {
	margin-top: 10px;
	word-break: break-all;
	font-size: 1.2rem;
	margin-bottom: 3rem;
	border: 1px solid #f19ec2;
	padding: 10px;
}

.maildiary-report-annotation {
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.maildiary_report {
	color: #000000;
	margin-bottom: 3rem;
	font-size: 1.0rem;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

.message-ttl,
.attend-ttl,
.diary-ttl,
.movie-ttl,
.option-ttl,
.qa-ttl {
	height: 30px;
	background: #fd7b9e;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/*--------------------------------
EKI-2866 女の子詳細ページへの乳揺れ実装
非ログインユーザーが投票ボタンを押した時のモーダルSCSS
--------------------------------*/
.modal-good-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 12;
	background: rgba(0, 0, 0, 0.6);
}

.modal-good-wrap.active {
	display: block;
}

.modal-good-wrap .member {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.modal-good-wrap .member .memberInner {
	position: relative;
	width: 640px;
	height: 400px;
	z-index: 20;
}

.modal-good-wrap .member .memberInner .memberContent {
	position: relative;
	width: 640px;
	height: 526px;
	z-index: 20;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register,
        .modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good {
	position: absolute;
	width: 220px;
	height: 54px;
	bottom: 23px;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register:hover,
          .modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good:hover {
	opacity: 0.8;
	cursor: pointer;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register .mypage-login,
          .modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register .vote-text,
          .modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good .mypage-login,
          .modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good .vote-text {
	display: block;
	font-weight: bold;
	text-align: center;
	border-radius: 27px;
	border: 2px solid #F33271;
	line-height: 50px;
	font-size: 18px;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register {
	left: 83px;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-register .mypage-login {
	background: #F33271;
	color: white;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good {
	right: 83px;
}

.modal-good-wrap .member .memberInner .memberContent.oppaichamp .modal-good .vote-text {
	color: #F33271;
}

.modal-good-wrap .member .memberInner .memberContent .member_link {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	height: 4rem;
	font-size: 1rem;
}

.modal-good-wrap .member .memberInner .memberContent .member_link .modal-register {
	width: 44%;
	height: 100%;
	float: left;
	margin-left: 1rem;
	color: #005160;
	border: solid 1px #005160;
	border-radius: 10rem;
	line-height: 4rem;
	text-align: center;
	font-weight: bold;
}

.modal-good-wrap .member .memberInner .memberContent .member_link .modal-register:hover {
	opacity: 0.8;
}

.modal-good-wrap .member .memberInner .memberContent .member_link .modal-good {
	width: 44%;
	height: 100%;
	float: right;
	margin-right: 1rem;
	background-color: #005160;
	color: #fff;
	border-radius: 10rem;
	line-height: 4rem;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.modal-good-wrap .member .memberInner .memberContent .member_link .modal-good:hover {
	opacity: 0.8;
}

.modal-good-wrap .member .closeBtn {
	position: relative;
	left: 100%;
	cursor: pointer;
}

.modal-good-wrap .member .closeText {
	display: none;
	position: relative;
	left: 100%;
	top: 20px;
	font-size: 20px;
	cursor: pointer;
	color: #FFF;
}

/*--------------------------------
店舗メッセージ
--------------------------------*/
.f-profile .shopmessage-body .inner {
	width: 100%;
	padding: 1rem 0 0;
	overflow: hidden;
}

.shopmessage-body .balloon {
	padding: 1rem;
	position: relative;
	max-width: 100%;
	background: #fff;
	border: 2px solid #f19ec2;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.shopmessage-body .balloon:before {
	content: "";
	position: absolute;
	top: 2rem;
	left: -40px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 28px solid #fff;
	z-index: 2;
}

.shopmessage-body .balloon:after {
	content: "";
	position: absolute;
	top: 2rem;
	left: -45px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 30px solid #f19ec2;
	z-index: 1;
}

.shopmessage-body .balloon p {
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.6rem;
	color: #2e2e2e;
	font-weight: 200;
	word-break: break-all;
}

.shopmessage-body .balloon p span {
	color: #FF0D0D;
}

.shopmessage-body .inner .comment {
	margin-left: 10%;
}

/*--------------------------------
右カラム
--------------------------------*/
/*--------------------------------
写真
--------------------------------*/
.swiper-wrapper li img {
	width: 100%;
	height: auto;
	position: relative;
}

.swiper-wrapper li .oshijo-stamp {
	position: absolute;
	bottom: 2%;
	left: 0;
	width: 35%;
}

.l-profR .slide ul {
	overflow: hidden;
}

.l-profR .slide li:nth-child(4n) {
	margin-right: 0;
}

.l-profR .thum-list {
	width: 100%;
	margin-top: .2rem;
	overflow: hidden;
}

.l-profR .thum-list li {
	margin-right: 1%;
	margin-bottom: 1%;
	width: 24.2%;
	float: left;
	border: 1px solid #95989a;
}

.l-profR .thum-list li:nth-child(4n) {
	margin-right: 0;
}

.l-profR .thum-list li .p-imgWrap {
	padding-top: 100%;
}

.thum-list li .p-imgWrap {
	display: block;
	overflow: hidden;
}

.l-profR .profSlide-prev,
.l-profR .profSlide-next {
	width: 30px;
	height: 30px;
	margin-top: 5%;
	background-size: cover;
}

.l-profR .profSlide-next {
	background-image: url("/assets/img/user/pc/shop/girls-profile/slide/ico-next.png");
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	right: 10px;
	left: auto;
}

.profSlide-next.swiper-button-disabled,
.profSlide-prev.swiper-button-disabled {
	opacity: .35;
	pointer-events: none;
}

.l-profR .profSlide-prev {
	background-image: url("/assets/img/user/pc/shop/girls-profile/slide/ico-prev.png");
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	left: 10px;
	right: auto;
}

.none {
	line-height: 4rem;
}

#election_wrap {
	padding: 0.5rem 0;
}

/*--------------------------------
オプション
--------------------------------*/
.r-option {
	margin-top: 3rem;
}

.r-option-body {
	border: 1px solid #F19EC2;
	border-top: none;
}

.r-option .inner {
	padding: .5rem 0;
}

.r-option li {
	display: block;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 200;
	line-height: 1.0rem;
	font-size: .8rem;
	padding: .5rem .5rem;
}

.basic-play li.on {
	background: #fd7b9e;
	word-break: break-all;
}

.option-play li.on {
	background: #f19149;
}

.r-option li.off {
	background: #b1b1b1;
}

.option-play span {
	display: block;
	font-weight: 400;
	padding-top: .1rem;
	line-height: .5rem;
}

/*--------------------------------
Q & A
--------------------------------*/
.qa-body {
	background: #FCF9EC;
	border: 1px solid #F19EC2;
	border-top: none;
}

.qa-body .inner {
	padding: 1rem .5rem;
}

.qa-body li {
	width: 100%;
	display: inline-block;
	margin: .5rem 0;
}

.qa-body img {
	width: 3rem;
}

.question .qa-thumb {
	float: left;
}

.answer .qa-thumb img {
	border: 1px solid #F19EC2;
	border-radius: 50%;
}

.question {
	text-align: left;
}

.answer .qa-thumb {
	float: right;
}

.answer {
	text-align: right;
}

.question .balloon {
	margin-left: 1.5rem;
}

.answer .balloon {
	margin-right: 1.5rem;
}

.qa-body .balloon {
	max-width: 8rem;
	border-radius: 10px;
}

.question .balloon {
	position: relative;
	display: inline-block;
	padding: 1rem;
	line-height: 1.2rem;
	background: #F6F6F6;
	border: 1px solid #f19ec2;
	z-index: 0;
}

.question .balloon:before {
	content: "";
	position: absolute;
	top: 1.6rem;
	left: -14px;
	margin-top: -10px;
	display: block;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #F6F6F6 transparent transparent;
	z-index: 0;
}

.question .balloon:after {
	content: "";
	position: absolute;
	top: 1.6rem;
	left: -16px;
	margin-top: -10px;
	display: block;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #f19ec2 transparent transparent;
	z-index: -1;
}

.question .balloon p {
	font-size: .8rem;
	line-height: 1.0rem;
	color: #2e2e2e;
	font-weight: 200;
	padding-left: 1rem;
}

.question .balloon p:before {
	content: "Q.";
	font-weight: 600;
	font-size: 1.2rem;
	position: absolute;
	left: .6rem;
	color: #FC4967;
	text-align: left;
}

.answer .balloon {
	position: relative;
	display: inline-block;
	padding: 1rem;
	line-height: 1.2rem;
	background: #FFE8F2;
	border: 1px solid #f19ec2;
	text-align: left;
	z-index: 0;
}

.answer .balloon:before {
	content: "";
	position: absolute;
	top: 1.6rem;
	right: -14px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #FFE8F2 transparent transparent;
	z-index: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.answer .balloon:after {
	content: "";
	position: absolute;
	top: 1.6rem;
	right: -16px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #f19ec2 transparent transparent;
	z-index: -1;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.answer .balloon p {
	font-size: .8rem;
	line-height: 1.0rem;
	color: #FF0D0D;
	font-weight: 200;
	word-break: break-all;
}

.container-recommend {
	width: 100%;
	max-width: 100%;
}

/*--------------------------------
ページ遷移
--------------------------------*/
.prevNext-wrap {
	position: fixed;
	bottom: 50%;
	right: 0;
	z-index: 1;
}

.prevNext-wrap a {
	padding: .4rem .5rem;
	display: block;
	font-size: .8rem;
	text-align: center;
	background: rgba(148, 148, 148, 0.6);
	color: #fff;
	font-weight: normal;
}

.prevNext-wrap a:hover {
	background: #949494;
}

.prevNext-wrap .list {
	margin: .5rem 0;
}

.prevNext-wrap .prev a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.prevNext-wrap .prev a:before {
	content: "◀︎";
	font-size: .7rem;
	margin-right: .2rem;
}

.prevNext-wrap .next a:after {
	content: "▶︎";
	font-size: .7rem;
	margin-left: .2rem;
}

.prevNext-wrap .next a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#shop-reserve-btn {
	background: transparent;
}

/*女の子詳細ランキング*/
.profile-head .size_rank_box {
	position: relative;
}

.girl_rank {
	width: 357px;
	position: absolute;
	top: 0.5rem;
	right: 1rem;
}

.girl_ranking_detail {
	background-color: #fff;
	border: 2px solid #fc4967;
	border-radius: 3px;
}

.girl_ranking_detail dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	float: left;
	width: 48%;
	height: 50px;
	padding: 5px;
	font-size: 12px;
	background-color: #fc4967;
	color: #fff;
}

.girl_ranking_detail dl dt p a {
	color: #fff;
}

.girl_ranking_detail dd {
	float: right;
	width: 48%;
	font-size: 12px;
}

.girl_count_box {
	width: 39%;
	float: left;
	margin: 0 0 0 5px;
	text-align: right;
}

.girl_count_box .icon {
	width: 2.0rem;
	height: 1.1rem;
	margin: 3px 0 0 12px;
}

.girl_count_box .icon path {
	fill: #fc4967;
}

.girl_total_count {
	position: relative;
	display: inline-block;
	padding: 0px 3px;
	max-width: 100%;
	color: #555;
	background: #fff;
	border: solid 1px #555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}

.girl_total_count:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	z-index: 2;
}

.girl_total_count:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -9px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #555;
	z-index: 1;
}

.girl_rank_box {
	float: right;
	text-align: left;
	font-size: 18px;
	color: #fc4967;
	font-weight: bold;
	margin-right: 4px;
	width: 48%;
}

.girl_ranking_detail dd .girl_rank_num {
	font-size: 45px;
	color: #fc4967;
	font-weight: bold;
	line-height: 50px;
}

.totalCounter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px 0;
}

.totalCounter .like, .totalCounter .view {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFEAF0;
	padding: 8px;
	width: 146px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold;
}

.totalCounter .like label, .totalCounter .view label {
	display: inline-block;
	float: left;
	color: #292929;
}

.totalCounter .like span, .totalCounter .view span {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 3px;
}

.totalCounter .like span img, .totalCounter .view span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.totalCounter .like p, .totalCounter .view p {
	line-height: 14px;
}

.totalCounter .like p, .totalCounter .like span, .totalCounter .view p, .totalCounter .view span {
	display: inline-block;
	color: #FF5FA8;
}

.totalCounter .like {
	margin-right: 6px;
}

.totalCounter .like span {
	width: 16px;
	height: 12px;
}

.totalCounter .view span {
	margin: -3px 3px 0;
}

.oppaichamp-x-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
	background: #080808 0% 0% no-repeat padding-box;
	margin-top: 30px;
	height: 50px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.oppaichamp-x-share div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.oppaichamp-x-share div img {
	width: 37px;
	margin-left: -15px;
	margin-right: 10px;
}

.oppaichamp-x-share div span {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

/*--------------------------------
タブレット 1440px
--------------------------------*/
@media screen and (max-width: 1439px) {
	#main {
		width: 100%;
		max-width: 100%;
		padding: 0 1%;
		margin: 0 auto;
	}

	#main-l {
		width: 75%;
		max-width: 1000px;
		float: left;
	}

	#main-r {
		width: 22%;
		max-width: 350px;
		min-width: 200px;
		float: right;
		clear: none;
	}

	#left {
		overflow: hidden;
		min-width: 300px;
	}

	.profile-name {
		font-size: 1.8rem;
	}
  /*--------------------------------
店舗ナビ
--------------------------------*/
	.f-shop-nav {
		width: 100%;
		margin: 2rem auto;
		text-align: center;
	}

	.f-shop-nav li {
		float: none;
		display: inline-block;
		margin-right: .8rem;
	}
  /*--------------------------------
メインコンテンツ
--------------------------------*/
	.f-recruit,
  .container-recommend {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
  /*--------------------------------
タブリスト
--------------------------------*/
	.tab-list li a,
  .tab-list li span {
		font-size: .9rem;
		width: auto;
		padding: 0 1.0em;
	}
  /*--------------------------------
店舗情報（左カラム）
--------------------------------*/
	.plan-s #left {
		display: none;
	}

	#leftCont {
		width: 98%;
		overflow: auto;
		background: #ffffff;
		padding: .5rem 0;
		margin: 0 auto;
		border-top: 2px solid #2e2e2e;
		border-bottom: 2px solid #2e2e2e;
		border-left: none;
		border-right: none;
	}

	.shop-eyecatch {
		top: 1rem;
		right: 1rem;
		position: absolute;
		text-align: center;
	}

	.shop-eyecatch img {
		max-width: 100%;
		height: auto;
	}

	.shop-name h2 {
		width: 52%;
	}

	.shop-ticket {
		top: 6rem;
		right: 1rem;
		width: 350px;
		position: absolute;
	}

	.ticket-right {
		width: 8%;
		float: right;
	}

	.shop-data h3 {
		margin: 1rem 0;
	}

	.shop-data dl {
		width: auto;
		display: inline-block;
		margin-right: 1rem;
		border: none;
	}

	.shop-data dt {
		font-weight: 600;
	}

	.shop-data dt:after {
		content: "：";
	}

	.shop-data dd {
		display: inline-block;
		line-height: 1.1rem;
		padding: 0 0;
		margin-left: 0rem;
	}

	.shop-data iframe {
		display: none;
	}
}

/*--------------------------------
タブレット 1280px
--------------------------------*/
@media screen and (max-width: 1279px) {
	.r-option li {
		font-size: .7rem;
		line-height: .8rem;
	}

	.profile-name {
		font-size: 1.5rem;
	}
}

/*--------------------------------
タブレット 1024px
--------------------------------*/
@media screen and (max-width: 1023px) {
	#main-l {
		width: 66.5%;
	}

	#main-r {
		width: 30%;
	}

	.attend-body table th {
		font-size: .8rem;
	}

	.attend-body .inner table td .start,
  .attend-body .inner table td .end {
		font-size: 1.0rem;
	}

	.profile-name {
		font-size: 1.6rem;
	}

	.f-profile .profile-head .profile-ttl .catch {
		font-size: 1.0rem;
		min-height: 0;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.diary-body .diary-box {
		width: 33%;
		margin-bottom: .5%;
	}

	.diary-body .diary-box:nth-child(3n) {
		margin-right: 0;
	}

	.f-profile .waiting,
  .f-profile .waiting.is_short {
		position: relative;
		width: 100%;
		margin-top: 1rem;
	}

	.f-profile .waiting-cont,
  .f-profile .waiting-cont.is_short {
		width: 100%;
	}

	.f-profile .button {
		position: relative;
		top: 15px;
	}

	.qa-body img {
		width: 2.2rem;
	}

	.girl_rank {
		top: 1.5rem;
		right: 1rem;
		width: 57%;
	}

	.girl_ranking_detail dt {
		width: 45%;
	}

	.girl_ranking_detail dd {
		width: 55%;
	}

	.girl_count_box {
		width: 67px;
	}
}
