@charset "UTF-8";


.letter-spacing {
	letter-spacing: -.1rem;
}

.prf-detail-container {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding-bottom: env(safe-area-inset-bottom);
}

/* ------------------------------
 名前, お気に入り
 ------------------------------*/
.prf-detail-box--status {
	position: relative;
	height: 4.2rem;
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.prf-detail-name-space {
	display: flex;
	align-items: center;
}

.nickname {
	font-size: 15px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(375px - 253px);
	max-height: 42px;
	line-height: 1.2;
	padding-left: 2.5rem;
}

@media screen and (max-width:320px) {
	.nickname {
		font-size: 13px;
		font-weight: bold;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 100px;
		max-height: 42px;
		line-height: 1.2;
		padding-left: 2.5rem;
	}
}

.nickname::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1rem;
	margin: auto;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: url(https://static.voifull.jp/img/icon_name.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.prf-detail-name-space .age {
	font-size: 1.3rem;
	font-weight: inherit;
	margin-left: .5rem;
}

.prf-detail-box {
	padding-top: 0;
	margin: 0;
	position: relative;
	border-radius: 0;
	width: 100%;
}

.detail-comment {
	padding: 1rem 0 1rem 2.5rem;
	position: relative;
	margin: 0 1rem;
}

.detail-comment::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(https://static.voifull.jp/img/icon_comment.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.login_link_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 282px;
	height: 40px;
	margin: 20px auto;
	border: 1px solid #000;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.box-top-content span {
	padding-top: 100%;
	width: auto;
	display: block;
	background-size: cover;
	background-position: top center;
	border-radius: 0px 0px 0 0;
	background-color: #ccc;
}

@media screen and (max-width:320px) {
	.box-top-content span {
		padding-top: 77vw !important;
	}
}

.pf-label--detail-comment {
	margin: 1rem 1rem 6rem 0;
	line-height: 1.4;
}

.n-pf-label--detail-comment {
	margin: 1rem 1rem 3rem 0;
	line-height: 1.4;
}

.prf-detail-main {
	overflow: visible;
}

.middle-area .play-gene::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url("https://static.voifull.jp/img/main/icon_girls.svg");
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	background-size: 100%;
	top: 0rem;
	position: relative;
}

.middle-area .pf-label.comment b {
	padding-bottom: .8rem;
	border-bottom: 1px solid #aaa;
	display: block;
	width: calc(100% - 10px);
}

.middle-area .comment b::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url("https://static.voifull.jp/img/icon_comment.svg");
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	background-size: 100%;
	top: .4rem;
	margin-right: .5rem;
	position: relative;
}

.middle-area .pf-label {
	line-height: 1em;
	margin: 1.5rem 0rem 1rem 1rem;
}

.middle-area .play-gene {
	line-height: 1em;
	margin: 1rem;
	display: flex;
	align-items: center;
}

.woman-profile table tr th span {
	width: 90px;
	background-color: #FFE5AA;
	color: #5C2712;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
	margin: 5px;
}

.woman-profile table tr {
	height: 40px;
	vertical-align: middle;
	font-size: 12px;
}

.woman-profile td {
	color: #333;
	overflow: visible;
	width: 25%;
	word-break: break-all;
}

.woman-profile td:nth-of-type(even) {
	padding-right: 1rem;
	max-width: 95px;
}

.box-top-content {
	overflow: hidden;
	width: 100vw;
	height: 100vw;
	position: relative;
}

.box-top-content>span {
	position: relative;
	width: 100vw;
	height: 100vw;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 0 !important;
}

.prf-detail-box--status {
	position: absolute;
	width: 100%;
	padding: 0;
	bottom: 0;
}

.prf-detail-box--status .nickname {
	padding-left: 35px;
}

.float-btn-wrap{
	position: fixed;
	bottom: 40px;
	width: 100%;
	z-index: 1;
}

.float-btn-wrap .user-reg-link-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	border-radius: 23px;
	/* background-image: linear-gradient(90deg, #fd9826 30%, #fd678b 100%) ; */
	background: #FF8A2C;
	box-shadow: 0px 2px 10px rgba(228, 54, 0, 0.5);
	color: #fff;
	margin:auto;
}


.float-btn-wrap .user-reg-link_3000pt::before{
	content:"";
	display: block;
	width: 265px;
	height: 44px;
	background: url(/img/nonmember/img_n_prf_detail_3000pt.png) no-repeat;
	background-size: contain;
	margin:auto;
}

.footer-reg-wrap {
	padding-bottom: 80px;
}

.footer-reg-wrap .footer-reg-wrap-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 104px;
}

.nonmember-footer {
	padding-bottom: 40vw;
}

/********
pc用
*********/
.pc-view .nonmember-footer {
	padding-bottom: 0;
}

.pc-view .prf-detail-main{
	width: 100%;
	max-width: 412px;
	margin: 0 auto;
}

.pc-view .box-top-content {
	width: 100%;
	height: 412px;
}

.pc-view .box-top-content>span {
	width: 100%;
	height: 100%;
}

.pc-view .qrcode-banner {
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 30px 0;
}

.pc-view .qrcode-banner .section-inner {
	max-width: 694px;
	margin: 0 auto;
	width: 100%;
}

.pc-view .qrcode-banner .section-inner .qrcode-bg {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 115px;
	border-radius: 10px;
	border: 1px solid #666666;
}

.pc-view .qrcode-banner .section-inner .qrcode-bg .qrcode-text {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 10px 5px;
	text-align: left;
	line-height: 1.5;
	height: 100%;
	box-sizing: border-box;
}

.qrcode-text p {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.qrcode-text .logo-text {
	height: 15px;
	position: relative;
	margin-right: 4px;
}

.qrcode-text .url {
	margin: auto 0 0;
	font-size: 13px;
}

.pc-view .qrcode-banner .section-inner .qrcode-bg #qr-n-prf {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	top: 10px;
	right: 10px;
	width: 75px;
	height: 75px;
}

.pc-view .footer-btn-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 412px;
	margin: 30px auto 0;
}

.pc-view .footer-btn-box .footer-reg-wrap {
	padding: 0;
}