@charset "UTF-8";

/* ============================================================================

バニラ新人クイーン2026 グランプリ

============================================================================ */
.grandprix-special {
	min-width: 1200px;
	background: #ffffff;
	overflow: hidden;
}

.grandprix-special,
.grandprix-special * {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	box-sizing: border-box;
}

.grandprix-special a {
	text-decoration: none;
}

.grandprix-special img {
	display: block;
}

.grandprix-canvas {
	position: relative;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

.btn {
	position: relative;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
}

.btn .btn__text {
	font-weight: 600;
	line-height: 1;
}

.grandprix-hero {
	position: relative;
	height: auto;
	padding-top: 30px;
	padding-bottom: 114px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/bg-grandprix-main.png") top center / 1920px auto no-repeat;
}

.grandprix-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	height: 108px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/divider-grandprix.png") top center / 1920px 108px no-repeat;
	pointer-events: none;
}

.winner-section {
	position: relative;
	width: 960px;
	height: 987px;
	margin: 0 auto;
}

.grandprix-title {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 183px;
	width: 596px;
	height: 282px;
	margin: 0;
}

.grandprix-title img,
.grandprix-shops__title img,
.shop-group__title img {
	width: 100%;
	height: 100%;
}

.winner-visual {
	position: absolute;
	z-index: 3;
	top: 200px;
	left: 127px;
	display: flex;
	justify-content: center;
	width: 706px;
	padding: 64px 0 0;
	height: 787px;
}

.winner-visual__photo {
	position: absolute;
	z-index: 3;
	width: 440px;
	aspect-ratio: 3 / 4;
	background: #000000;
	overflow: hidden;
	border-radius: 6px;
}

.winner-visual__photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.winner-visual__frame {
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 0;
	width: 706px;
	height: 787px;
}

.winner-visual__hashtag {
	position: absolute;
	z-index: 4;
	top: 603px;
	left: 153px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	height: 32px;
	width: 334px;
	text-shadow: 0px 0px 6px #000000E6;
}

.winner-visual__deco {
	position: absolute;
	z-index: 5;
	pointer-events: none;
}

.winner-visual__deco img {
	width: 100%;
	height: 100%;
}

.winner-visual__deco--confetti {
	top: -73px;
	left: -143px;
	width: 200px;
	height: 175px;
}

.profile-panel {
	position: relative;
	z-index: 2;
	margin: -10px auto 50px auto;
	padding-bottom: 66.46px;
	width: 760px;
	background: rgba(255, 255, 255, 0.8) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 30px #FF68AF33;
	opacity: 1;
}

.profile-panel__laurel {
	z-index: 1;
	width: 100px;
	height: 210px;
	pointer-events: none;
}

.profile-panel__laurel img {
	width: 100%;
	height: 100%;
}

.award-data-panel {
	display: flex;
	padding-top: 43px;
	justify-content: center;
}

.profile-panel__sparkle {
	z-index: 1;
	width: 90px;
	height: 24px;
	pointer-events: none;
	margin: 7px auto 0px;
}

.profile-panel__sparkle img {
	width: 100%;
	height: 100%;
}

.award-datas {
	margin-top: 12px;
	z-index: 2;
	width: 470px;
}

.award-datas__name {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 15px;
	width: 440px;
	filter: drop-shadow(1px 1px 0 #ffffff);
}

.award-datas__name-decoration {
	margin: 0 12px 22px 12px;
}

.award-datas__name-decoration img {
	width: 100%;
}

.award-datas__name>span {
	display: block;
	color: #003171;
	font-size: 36px;
	font-weight: 600;
	margin-top: 1px;
	margin-bottom: 9px;
	line-height: 48px;
}

.award-datas__name .sns-icon {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 8.67px;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
}

.award-datas__name .sns-icon img {
	width: 100%;
}

.award-datas .shop-info {
	margin-top: 17px;
	padding: 0 22px;
}

.shop-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-info__item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.shop-info--vanilla .shop-info__item {
	margin: 0 0 15px;
}

.shop-info__item--award-data {
	margin-bottom: 18px;
}

.shop-info__item:before {
	content: "";
	display: block;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.shop-info__item:last-child {
	margin-bottom: 0;
}

.shop-info__item--shop-name a {
	line-height: 22px;
	min-height: 27px;
}

.shop-info__item--shop-name a,
.shop-info__item--shop-name span {
	display: block;
}

.shop-info__item.shop-info__item--shop-type a,
.shop-info__item.shop-info__item--shop-type span {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
}

.shop-info__item--shop-name a,
.shop-info__item--shop-name span {
	color: #FF3B9D;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}

.shop-info__item--shop-name a {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
	text-underline-offset: 1.5px;
}

.shop-info__item--shop-type span {
	color: #003171;
	font-size: 16px;
	margin-top: 1px;
	font-weight: 300;
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.shop-info--grandprix .shop-info__item--shop-type span {
	font-size: 20px;
	line-height: 25px;
}

.shop-info__item--shop-name:before {
	margin-top: 2.3px;
	margin-bottom: 2.5px;
}

.shop-info--grandprix .shop-info__item--shop-name:before,
.shop-info--vanilla .shop-info__item--shop-name:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-home-main.svg");
}

.shop-info--grandprix .shop-info__item--shop-type:before,
.shop-info--vanilla .shop-info__item--shop-type:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-pin-main.svg");
}

.shop-info--fuzoku .shop-info__item--shop-name:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-home-fuzoku.svg");
}

.shop-info--fuzoku .shop-info__item--shop-type:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-pin-fuzoku.svg");
}

.shop-info--eki .shop-info__item--shop-name:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-home-eki.svg");
}

.shop-info--eki .shop-info__item--shop-type:before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/icon-shop-pin-eki.svg");
}

.faq {
	margin: 45px auto 0 auto;
	z-index: 2;
	width: 640px;
}

.faq__item {
	margin-bottom: 35px;
}

.faq__item:last-child {
	margin-bottom: 0;
}

.faq__question {
	position: relative;
	padding: 0 0 8px 27.5px;
}

.faq__question:before {
	content: "";
	position: absolute;
	left: 0;
	margin-top: 1.33px;
	display: block;
	width: 22px;
	height: 22px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/icon-faq-question.svg") center / contain no-repeat;
}

.faq__question:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 639px;
	height: 2px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/line-dotted.svg") left top / 639px 2px repeat-x;
}

.faq__question span {
	display: block;
	color: #ff70c6;
	font-size: 18px;
	font-weight: 600;
	width: 382px;
	line-height: 24px;
}

.faq__answer {
	margin: 10px 0 0;
	color: #003171;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}

.profile-links {
	margin: 67.67px auto 0 auto;
	z-index: 2;
	width: 635px;
}

.profile-links__title {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.profile-links__title:before,
.profile-links__title:after {
	content: "";
	display: block;
	width: 84px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 84px 38px;
}

.profile-links__title:before {
	margin-right: 17.5px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/deco-profile-left.svg");
}

.profile-links__title:after {
	margin-left: 17.5px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/deco-profile-right.svg");
}

.profile-links__title>span {
	position: relative;
	display: block;
	margin-top: 2.95px;
	color: #003171;
	font-size: 20px;
	font-weight: 600;
	line-height: 27.2px;
	height: 26px;
	width: 339px;
	white-space: nowrap;
}

.profile-links__title>span:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 3px;
	right: -3px;
	bottom: -1px;
	height: 6px;
	width: 332px;
	background: #fefeb1;
}

.profile-links .highlight {
	color: #ff3b9d;
}

.profile-links__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-top: 25px;
}

.profile-links__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 305px;
	height: 68px;
	border-radius: 20px;
}

.profile-links__button::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 2px solid #FFFFFF;
	border-radius: 18px;
	pointer-events: none;
}

.profile-links__button .btn__text {
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
}

.profile-links__button .highlight {
	font-size: 18px;
	color: #FFFFA2;
}

.profile-links__button--fuzoku {
	background: #FF4D83 0 0 no-repeat padding-box;
	box-shadow: 0 6px 0 #D53B6A;
}


.profile-links__button--eki {
	background: #55C9A5;
	box-shadow: 0 6px 0 #259573;
}

.queen-comment {
	position: relative;
	z-index: 2;
	margin: 0px auto -43px;
	width: 761px;
}

.queen-comment__top img,
.queen-comment__bottom img {
	width: 100%;
	display: block;
}

.queen-comment__body {
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.queen-comment__body::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	border-left: 4px solid;
	border-right: 4px solid;
	border-image: linear-gradient(180deg, #FFEA9C 0%, #FFFFD0 50%, #FFE38A 100%) 1;
	pointer-events: none;
}


.queen-comment__text {
	position: relative;
	color: #003171;
	font-size: 18px;
	padding: 54px 59px 43px 58px;
	font-weight: 300;
	line-height: 36px;
}

.queen-comment__heart {
	position: absolute;
	bottom: 21px;
	right: 31px;
}

.himecon-link-btn {
	display: flex;
	gap: 4px;
	margin: 0 auto;
	width: 396px;
	height: 95px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/himecon-btn.png") no-repeat center / contain;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.himecon-link-btn__logo {
	width: 110px;
	height: 30px;
	margin-top: 33px;
	margin-left: 49px;
}

.himecon-link-btn__text {
	color: #ffffff;
	font-size: 17px;
	margin-top: 38px;
	margin-bottom: 32px;
	font-weight: 600;
	line-height: 28px;
}

.himecon-link-btn__text span {
	color: #ffffff;
	font-size: 19px;
}

.grandprix-hero__heart {
	position: absolute;
	z-index: 4;
	top: 475px;
	right: -40px;
	width: 90px;
	height: 90px;
	pointer-events: none;
}

.grandprix-hero__heart img {
	width: 100%;
	height: 100%;
}

.grandprix-shops {
	position: relative;
	height: auto;
	padding-top: 80px;
	padding-bottom: 120px;
	top: -1px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/bg-grandprix-bottom.png") top center / 100% auto repeat-y;
}

.grandprix-canvas--shops {
	height: auto;
}

.grandprix-shops__title {
	width: 768px;
	height: 203px;
	margin: 0 auto;
}

.shop-group__title {
	width: 542px;
	height: 70px;
	margin: 0 auto;
}

.shop-group--recruit {
	width: 542px;
	margin: 53px auto 0;
}

.shop-group--recruit .shop-card {
	margin: 25px auto 0;
}

.shop-group--official-hp {
	width: 900px;
	margin: 76px auto 0;
}

.shop-group--official-hp .shop-group__title {
	margin: 0 auto;
}

.shop-group--official-hp .shop-group__content {
	width: 900px;
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 25px;
}

.shop-card {
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 6px 6px 20px #5D2B0029;
}

.shop-card--recruit {
	width: 540px;
	border: 3px solid #FFCEE5;
}

.shop-card--official {
	width: 430px;
	border: 3px solid #FFE3AB;
	padding: 37px 40px 33px 40px;
}

.shop-card__image,
.shop-card__image img {
	display: block;
	width: 100%;
}

.shop-card__image {
	position: relative;
	overflow: hidden;
	background: #343434;
}

.shop-card--recruit .shop-card__image {
	width: 460px;
	height: 197px;
	margin: 37px 40px 0 37px;
}

.shop-card--official .shop-card__image {
	width: 350px;
	height: 350px;
}

.shop-card__image img {
	height: 100%;
	object-fit: contain;
}

.shop-card--official .shop-card__body {
	width: 349px;
	margin-top: 22px;
}

.shop-card--official .shop-card__body a {
	width: 317px;
}

.shop-card--official .shop-info__item--shop-name {
	margin-bottom: 14px;
}

.shop-card .shop-info__item:before {
	flex-basis: 22px;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.shop-info--vanilla .shop-info__item--shop-name a {
	width: 424px;
}

.shop-card--recruit .shop-card__body {
	width: 456px;
	margin: 22px 0px 33px 36px;
}

.shop-card .shop-info__item--shop-name a,
.shop-card .shop-info__item--shop-name span {
	font-size: 22px;
	line-height: 27px;
}

.shop-card .shop-info__item--shop-type span {
	font-size: 16px;
	line-height: 20px;
}

.grandprix-shops__action {
	width: 380px;
	height: 77px;
	margin: 120px auto 0px;
}

.btn--back-result {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	height: 72px;
	border-radius: 25px;
	top: -1px;
	background: #FD6BB1;
	box-shadow: 0 6px 0 #E1479C;
}

.btn--back-result::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	pointer-events: none;
}

.btn--back-result:hover {
	background: #d54f8b;
	box-shadow: 0 6px 0 #b0346a;
	opacity: 1;
}

.btn--back-result .btn__text {
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.bottom-back--grandprix {
	display: flex;
	position: relative;
	top: -1px;
	justify-content: center;
	padding: 17.45px 0 14.45px 18px;
	background: #ffffff;
}

.bottom-back__link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-back__link:before {
	content: "";
	width: 10px;
	height: 16px;
	margin-right: 19px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/deco-backlink_goTop.svg") center / contain no-repeat;
}

.bottom-back__link>span {
	display: flex;
	align-items: center;
	height: 24px;
	color: #333333;
	font-size: 16px;
	line-height: 19px;
}

.simple-footer {
	position: relative;
	top: -1px;
}
