@charset "UTF-8";

:root {
	--vq2026-pink: #ff54a8;
	--vq2026-deep-pink: #f93c94;
	--vq2026-blue: #0a5cb2;
	--vq2026-orange: #ff9a27;
	--vq2026-navy: #043472;
}

body {
	background: #ffd4eb;
}

.vq2026-list-page,
.vq2026-list-page * {
	box-sizing: border-box;
}

.vq2026-list-page {
	min-width: 1200px;
	background: #ffd4eb;
	color: var(--vq2026-navy);
	font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, sans-serif;
	font-size: 14px;
}

.vq2026-list-page a {
	color: inherit;
	text-decoration: none;
}

.vq2026-hero {
	position: relative;
	overflow: hidden;
	height: 360px;
}

.vq2026-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.vq2026-hero__inner {
	position: relative;
	z-index: 1;
	width: 1168px;
	height: 100%;
	margin: 0 auto;
}

.vq2026-hero__campaign {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 331px;
	height: 176px;
	display: block;
}

.vq2026-hero__campaign img {
	display: block;
	width: 100%;
	height: auto;
}

.vq2026-campaign-box__link {
	display: block;
}

.vq2026-section-belt {
	height: 56px;
	background: var(--vq2026-pink);
	color: #fff;
	display: flex;
	line-height: 33px;
	align-items: center;
	justify-content: center;
	gap: 25px;
	font-size: 22px;
	font-weight: 600;
}

.vq2026-section-belt__star {
	display: block;
	width: 55px;
	height: 16px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-double-star-banner.svg") center / contain no-repeat;
}

.vq2026-section-belt__star--right {
	transform: rotate(180deg);
}

.vq2026-page-body {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #ffd3e8 url("/assets/img/user/pc/vanillaqueen/2026/list/page-stripe-background.png") center top repeat-y;
	background-size: 100% auto;
}

.vq2026-page-body__content {
	position: relative;
	z-index: 1;
	width: 996px;
	margin: 0 auto;
	padding: 26px 0 120px;
}

.vq2026-campaign-box {
	position: relative;
	margin: 0 auto 36px;
	width: 716px;
}

.vq2026-campaign-box img {
	display: block;
	width: 100%;
}

.vq2026-campaign-box__button {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	min-width: 340px;
	height: 46px;
	padding: 11px 107px;
	border-radius: 15px;
	background: #61bfff;
	color: #FFFFFF !important;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 5px 0 #2f9de5;
}

.vq2026-campaign-box__button::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 8px;
	height: 15px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-arrow-right.svg") center / contain no-repeat;
}

.vq2026-search-panel {
	width: 716px;
	height: 113px;
	margin: 0 auto 12px;
	padding: 19px 22px 19px 23px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: flex-end;
}

.vq2026-search-panel > label:nth-of-type(1) {
	width: 260px;
	margin-right: 10px;
}

.vq2026-search-panel > label:nth-of-type(2) {
	width: 288px;
	margin-right: 15px;
}

.vq2026-search-panel label {
	position: relative;
}

.vq2026-field-label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
	width: 102px;
	height: 23px;
	color: var(--vq2026-navy);
	font-size: 17px;
	line-height: 26px;
	font-weight: 600;
}

.vq2026-field-label__icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.vq2026-field-label--pref {
	gap: 4px;
}
.vq2026-field-label--name {
	gap: 2px;
}

.vq2026-search-panel select,
.vq2026-search-panel input {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #639fc1;
	border-radius: 10px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;

}
.vq2026-search-panel input::placeholder {
	color: #BFBFBF;
}

.vq2026-search-panel select {
	color: #043472;
	padding-right: 40px;
	width: 260px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-dropdown.svg");
	background-repeat: no-repeat;
	background-position: right 13px center;
}

.vq2026-search-panel select.is-placeholder,
.vq2026-search-panel select:has(option.grayout:checked) {
	color: #BFBFBF !important;
}

.vq2026-search-panel select option {
	color: #043472;
}

.vq2026-search-panel select option[value=""] {
	color: color-mix(in srgb, #BFBFBF 50%, transparent);
}

.vq2026-search-panel select option.grayout,
.vq2026-search-panel select option:disabled {
	color: color-mix(in srgb, #BFBFBF 50%, transparent);
}

.vq2026-search-panel input {
	color: #043472;
	padding-left: 46px;
	width: 288px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-search.svg");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 20px 20px;
}

.vq2026-search-button {
	width: 98px;
	height: 48px;
	border-radius: 10px;
	background: #3F86AE;
	color: #fff;
	border: 3px solid #FFFFFF33;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	cursor: pointer;
}

.vq2026-goal-panel {
	display: flex;
	flex-direction: column;
	width: 716px;
	height: 154px;
	margin: 0 auto 56px;
	padding: 20px 0px;
	border-radius: 10px;
	background: #fff;
	align-items: center;
}

.vq2026-goal-panel__title {
	margin: 0 0 14px;
	height: 26px;
	color: var(--vq2026-navy);
	font-size: 20px;
	font-weight: 600;
	display: flex;
	text-align: start;
	align-items: center;
	justify-content: center;
	background: linear-gradient(transparent 55%, #FEFEB1 55%);
}

.vq2026-goal-panel__title span {
	color: #FF3EA5;
}

.vq2026-chip-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 5px;
}

.vq2026-chip__label {
	font-size: 15px;
	height: 19px;
	display: flex;
	align-items: center;
}

.vq2026-chip {
	height: 32px;
	border: 1px solid #d9e0ea;
	border-radius: 18px;
	background: #fff;
	color: var(--vq2026-navy);
	padding: 0px 20px;
	display: inline-flex;
	gap: 5px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	align-items: center;
	text-decoration: none;
}

.vq2026-chip__icon {
	display: none;
}

.vq2026-chip.active {
	border-color: #ffc6e6;
	background: #fd7ec4;
	color: #fff;
	padding-right: 10px;
}

.vq2026-chip.active .vq2026-chip__icon {
	display: block;
}

.vq2026-sort-tabs {
	width: 680px;
	height: 55px;
	margin: 0 auto 30px;
	border-radius: 50px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.vq2026-sort-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50px;
	background: transparent;
	color: var(--vq2026-navy);
	font-size: 17px;
	line-height: 23px;
	font-weight: 600;
	cursor: pointer;
}

.vq2026-sort-tab::before {
	content: "";
	width: 17px;
	height: 17px;
	margin-right: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.vq2026-sort-tab.recommend::before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-star.svg");
}

.vq2026-sort-tab.favorite::before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-favorite-outline.svg");
}

.vq2026-sort-tab.recommend{
	width: 330px;
	height: 47px;
	margin: auto 0px auto 4.94px;
}

.vq2026-sort-tab.favorite{
	width: 330px;
	margin: auto 6px auto 0px;
	height: 47px;
}

.vq2026-sort-tab.recommend.active {
	border: 3px solid #ffffff66;
	background: var(--vq2026-orange);
	color: #fff;
}

.vq2026-sort-tab.favorite.active {
	border: 3px solid #ffffff66;
	background: #fd71a3;
	color: #fff;
}

.vq2026-sort-tab.recommend.active::before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-star-active.svg");
}

.vq2026-sort-tab.favorite.active::before {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/list/icon-favorite-active.svg");
}

.vq2026-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 10px;
	width: 996px;
	margin: 0 auto;
}

.vq2026-card-grid.hidden {
	display: none;
}

.vq2026-cast-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	width: 240px;
	height: 392px;
	border-radius: 10px;
	background: #fff;
}

.vq2026-rank-ribbon {
	position: absolute;
	left: 8px;
	top: 6px;
	z-index: 5;
	width: 56px;
	height: 52px;
	font-size: 0;
}

.vq2026-rank-ribbon img {
	display: block;
	width: 55px;
	height: 50px;
}

.vq2026-cast-media {
	position: relative;
	display: block;
	height: 320px;
	background: #343434;
}

.vq2026-cast-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vq2026-cast-tag {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	padding: 10.5px 5px 5.5px;
	z-index: 4;
	background: linear-gradient(180deg, #44444400, #444444d9);
}

.vq2026-cast-tag span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	height: 24px;
	display: flex;
	align-items: center;
}

.vq2026-cast-body {
	position: relative;
	box-sizing: border-box;
	width: 240px;
	height: 72px;
	padding: 11px 7px 9px 7px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vq2026-cast-name {
	margin: 0;
	width: 177px;
	overflow: hidden;
	color: #043472;
	text-shadow: 0px 0px 3px #FFFFFFE6;
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vq2026-cast-shop {
	width: 226px;
	overflow: hidden;
	color: #043472;
	font-size: 15px;
	text-shadow: 0px 0px 3px #FFFFFFE6;
	line-height: 19px;
	height: 19px;
	font-weight: 300;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vq2026-like-button {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 36px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: default;
	pointer-events: none;
}

.vq2026-like-button__icon {
	display: block;
	width: 36px;
	height: 32px;
}

.vq2026-like-button__icon--filled,
.vq2026-like-button.filled .vq2026-like-button__icon--empty,
.vq2026-like-button.full .vq2026-like-button__icon--empty {
	display: none;
}

.vq2026-like-button.filled .vq2026-like-button__icon--filled,
.vq2026-like-button.full .vq2026-like-button__icon--filled {
	display: block;
}

.vq2026-empty-message {
	display: flex;
	align-items: center;
	grid-column: 1 / -1;
	margin: 130px auto 0;
	text-align: center;
	color: var(--vq2026-navy);
	font-size: 36px;
	line-height: 19px;
	height: 48px;
	font-weight: 900;
}

.vq2026-diagnosis-banner {
	width: 680px;
	height: 296px;
	margin: 160px auto 0;
}

.vq2026-diagnosis-banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom-back {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	background-color: #fff;
}

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

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

.bottom-back__link > span {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.contest-btn__container {
	width: 540px;
	margin: auto;
}

.contest-btn__group {
	margin-top: 9px;
	margin-bottom: 58px;
}

.contest-btn {
	width: 540px;
	height: 104px;
	padding: 5px;
	border-radius: 25px;
	background-color: #FD55B1;
	box-shadow: 0 8px #81ABFF;
	cursor: pointer;
}

.contest-btn:hover {
	opacity: 0.7;
}

.contest-btn__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 94px;
	border: 4px solid #FFFFFF;
	border-radius: 20px;
	background-color: #FD55B1;
}

.contest-btn__award-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.contest-btn__arrow-icon {
	position: absolute;
	top: 50%;
	right: 21.5px;
	transform: translateY(-50%);
	display: inline-block;
	width: 10px;
	height: 18px;
}

.contest-btn__link span {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
	height: 35px;
	display: flex;
	align-items: center;
}

.contest-btn__link span.highlight {
	color: #FFF671;
}
