@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
:root {
	--max-width:525px;
}

a {
	color: #333;
}

.headline-wrap .headline-wrap-text {
	line-height: 4rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	margin: 0 0 0 1.6rem;
	padding-left: 2.9rem;
}

.headline-wrap .headline-wrap-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 2.4rem;
	height: 2.4rem;
	background-image: url(https://static.voifull.jp/img/icon_about.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.vt-layout {
	background-color: #fff;
	background-attachment: fixed;
	background-size: contain;
	background-repeat: repeat;
	padding-bottom: 4rem;
	font-weight: 500;
}

.head-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	height: 135px;
	width: 100%;
	padding-top: 7px;
	background-color: #FFF5D5;
	clip-path: ellipse(60% 100% at 50% 0%);
}

.head-column .logo-wrap {
	display: flex;
	align-items: end;
}

.head-column .logo-wrap img {
	width: 120px;
	height: auto;
	margin-bottom: 2px;
}

.head-column .logo-wrap p {
	margin: 0 0 0 4px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #FF981D;
}

.head-column .text-wrap {
	font-weight: 700;
	color: #333333;
}

.head-column .text-wrap.middle {
	margin: 5px auto;
	font-size: 19px;
}

.head-column .text-wrap.under {
	font-size: 29px;
}

.head-column .text-wrap.under .unit {
	font-size: 20px;
}

.list-column {
	display: flex;
	flex-direction: column;
	margin: 30px 0 40px;
	padding: 0 30px;
}

.list-column .list-text {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.list-column .list-text .yellow-line {
	display: inline-block;
	position: relative;
	font-weight: 700;
	z-index: 0;
}

.list-column .list-text .yellow-line::after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 7px;
	bottom: 2px;
	left: 0;
	background-color: #FFEC9A;
	z-index: -1;
}

.avtuber-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 22px;
	gap: 20px 25px;
	color: #333;
}

.avtuber-list .avtuber-list-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 12.5px);
}

.girl-thumbnail-link{
	width: 100%;
}

.avtuber-list-item .thumbnail{
	box-sizing: border-box;
	height: calc((100vw - 85px) / 2);
	width: calc((100vw - 85px) / 2);
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 3vw;
}

.avtuber-list-item .status-name-wrap{
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	margin: 6px auto 8px;
	gap: 0 8px;
}

.status-name-wrap .name-label{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	min-width: 42px;
	padding: 2px 0;
	background-color: #FFE5AA;
	color: #5C2712;
	border-radius: 3px;
	font-size: 9px;
}

.status-name-wrap .name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	font-size: 12px;
}

.avtuber-list-item .comment-wrap{
	display: flex;
	justify-content: left;
	align-items: flex-start;
	width: 100%;
	min-height: 50px;
	padding: 6px 8px;
	background-color: #FFF6E0;
	border-radius: 6px;
	font-size: 12px;
	box-sizing: border-box;
}

.comment-wrap .comment{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.link-btn{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 12px 10px 12px 0;
	border: 2px solid #FF981D;
	color: #FF981D;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
}

.link-btn::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/img/icon_arrow_right_orange.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: calc(50% - 20px / 2);
	right: 20px;
}

.notice-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: #FFF5D5;
	padding: 10px 20px;
	margin: 20px auto;
	font-size: 14px;
	border-radius: 10px;
}

.notice-box span{
	font-weight: bold;
}

.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: #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 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.footer-reg-wrap .btn-top ~ .btn-top {
	margin-top: 30px;
}

.nonmember-footer {
	padding-bottom: 40vw;
}


/*PC表示*/
.pc-view .vt-layout{
	max-width: 414px;
	margin: 0 auto;
}

.pc-view .vt-layout .vt-layout-inner .btn{
	display: none;
}

.pc-view .girl-list {
	padding: 40px 0 calc(70px - 4rem);;
}

.pc-view .avtuber-list-item .thumbnail {
	box-sizing: border-box;
	height: 0;
	width: 100%;
	padding-top: 100%;
	border-radius: 10px;
}