@charset "UTF-8";
/* ============================================================================

バニラ新人クイーン2026

============================================================================ */
* {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", arial;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	font-size: 12px;
	line-height: 1;
	color: #424242;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

strong {
	color: #888888;
}

.g-header {
	border: none;
	background: #ffffff;
}

.g-header .head-txt {
	position: static;
}

.g-header .header-logo {
	position: relative;
	z-index: 1;
}

.g-header .popup-txt {
	position: absolute;
	z-index: 0;
	top: 40px;
	left: 281px;
	background: url("/assets/img/user/pc/common/header/0_common/bg-popup.svg") -5px -2px/258px auto;
	color: #ffffff;
	width: 249px;
	height: 36px;
	font-size: 12px;
	letter-spacing: 0;
	opacity: 1;
	line-height: 36px;
	padding-left: 10px;
}

.g-header .area_word .head-txt .container {
	color: #888888;
}

.season_header_bg {
	border-bottom: 3px solid #ff2f9a;
	background: url("/assets/img/user/pc/vanillaqueen/2026/pc_header.png");
}

.g-footer {
	padding: 0 0 13px;
}

.g-footer p {
	color: #ffffff;
}

.img {
	width: 100%;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.main-banner {
	width: 100%;
	height: 360px;
}

.main-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shop-list-title {
	width: 100%;
	height: 60px;
	background: #72B8FF;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.shop-list-title span {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 33px;
	font-weight: 600;
}

.page-container {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/shop-list-bg.png');
	background-repeat: repeat-y;
	background-position: center;
}

.page-container::before {
	content: '';
	position: absolute;
	width: 959px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF8FC;
	opacity: 1;
	z-index: -1;
	filter: blur(37px);
}

.area-nav {
	margin-bottom: 65px;
	text-align: center;
}

.area-nav-title {
	width: 300px;
	height: 55px;
	margin: 60px auto 16px auto;
}

.area-buttons-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}

.area-button {
	width: 102px;
	height: 66px;
	border: none;
	opacity: 1;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.area-button.active {
	height: 62px;
}

.area-button.disabled {
	cursor: default;
	opacity: 1;
}

.area-button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.2s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
}

.buttons-dropdown {
	display: none;
	width: 100%;
	min-height: 137px;
	background-color: rgba(255, 133, 193, 0.7);
	padding: 30px 0 20px 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 23px;
	z-index: 100;
	box-sizing: border-box;
	margin-bottom: 70px;
}

.dropdown-pointer {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 14px solid rgba(255, 133, 193, 0.7);
	position: absolute;
	top: -14px;
	z-index: 101;
}

.prefecture-buttons-container-wrapper {
	max-width: 710px;
	margin: 0 auto;
}

.prefecture-buttons-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0;
}

.prefecture-dropdown-button-container,
.small-area-dropdown-button-container {
	display: flex;
	justify-content: center;
}

.prefecture-dropdown-button-grid {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 10px;
	justify-content: center;
	max-width: calc(110px * 6 + 10px * 5);
}

.small-area-dropdown-button-grid {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 10px;
	justify-content: center;
	max-width: calc(145px * 6 + 10px * 5);
}

.prefecture-btn {
	padding: 13px 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
	width: 110px;
	height: 46px;
	background: #F8FFFE 0 0 no-repeat padding-box;
	border: 2px solid #FF85C0;
	border-radius: 8px;
	opacity: 1;
	text-align: center;
	font-size: 16px;
	line-height: 21.5px;
	font-weight: 600;
	letter-spacing: 0;
	color: #043472;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prefecture-btn:hover {
	background-color: #FFF0F5;
}

.prefecture-btn.disabled {
	background: #DCDCDC 0% 0% no-repeat padding-box;
	border: 2px solid #D1D1D1;
	border-radius: 8px;
	opacity: 1;
	cursor: default;
	color: #BABABA;
	font-weight: 600;
}

.small-area-btn {
	padding: 13px 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
	width: 145px;
	height: 40px;
	background: #F8FFFE 0 0 no-repeat padding-box;
	border: 2px solid #FF85C0;
	border-radius: 8px;
	opacity: 1;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: #043472;
	display: flex;
	align-items: center;
	justify-content: center;
}

.small-area-btn:hover {
	background-color: #FFF0F5;
}

.small-area-btn.disabled {
	background: #DCDCDC 0% 0% no-repeat padding-box;
	border: 2px solid #D1D1D1;
	border-radius: 8px;
	opacity: 1;
	cursor: default;
	color: #BABABA;
	font-weight: 600;
}

.dropdown-close-button {
	display: flex;
	align-items: center;
	height: 19px;
	margin: 20px auto 0 auto;
	background: none;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0;
	opacity: 1;
	text-decoration: none;
}

.dropdown-close-button:hover {
	color: #F0F0F0;
}

.dropdown-close-button img {
	margin-right: 5px;
}

.store-page-main {
	min-height: 600px !important;
}

.store-card-list-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.store-card {
	box-sizing: border-box;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0 3px 12px #DF9CC080;
	border-radius: 10px;
	opacity: 1;
	width: 561px;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 55px;
}

.store-card:has(.store-card__header.highly-recommended) {
	border: 2px solid #FFE771;
}

.store-card:nth-of-type(5n) {
	margin-bottom: 40px;
}

.store-card:last-child {
	margin-bottom: 89px;
}

.store-card__header {
	position: relative;
	min-height: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
	padding: 12px 16px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/default-shop-card-header.png');
}

.store-card__header.recommended {
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/rcm-shop-card-header.png');
}

.store-card__header.highly-recommended {
	background-image: none;
	padding: 0;
}

.store-card__header-bg {
	display: none;
}

.store-card__footer-bg {
	display: none;
}

.store-card__header.highly-recommended .store-card__header-bg {
	display: block;
	height: 65px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.store-card__footer.highly-recommended .store-card__footer-bg {
	display: block;
	height: 55px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/highly-rcm-shop-card-footer.png');
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.store-card__body {
	flex-grow: 1;
	overflow: hidden;
}

.store-card__badge {
	position: absolute;
	z-index: 10;
}

.store-card__badge.highly-recommended {
	width: 152px;
	height: 62px;
	top: -27px;
	left: -18px;
}

.store-card__badge.recommended {
	width: 128px;
	height: 53px;
	left: -17px;
	top: -27px;
}

.store-card__name a {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: #043472;
	opacity: 1;
}

.store-card__header.highly-recommended .store-card__name {
	padding: 9px 14px 0;
}

.store-card__banner {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 16px;
}

.store-card__body.highly-recommended .store-card__banner {
	margin: 0 14px;
}

.store-card__banner-image {
	width: 100%;
	height: 227px;
	object-fit: contain;
	display: block;
	flex-shrink: 0;
}

.store-card__details {
	margin: 12px 16px 0;
	color: #374151;
	padding: 0 20px;
}

.store-card__body.highly-recommended .store-card__details {
	margin: 12px 14px 0;
}

.store-card__detail-entry {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.store-card__detail-entry:last-child {
	margin-bottom: 0;
}

.store-card__detail-term {
	min-width: 40px;
	max-width: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 300;
	color: #4A5568;
	margin-right: 8px;
	flex-shrink: 0;
}

.store-card__detail-term-icon {
	height: 20px;
	margin-bottom: 2px;
	background-position: top center;
	background-repeat: no-repeat;
}

.store-card__area-info {
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	font-size: 10px;
	line-height: 16px;
	color: #374151;
	padding: 5px 16px 0;
}

.store-card__body.highly-recommended .store-card__area-info {
	padding: 5px 14px 0;
}

.store-card__area-info-icon {
	width: 14px;
	height: 14px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/ico-star.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	flex-shrink: 0;
}

.store-card__area-info-text {
	text-align: left;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0;
	color: #043472;
	font-weight: 300;
	opacity: 1;
}

.store-card__detail-entry--genre .store-card__detail-term-icon {
	width: 19px;
	height: 19px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/store/icon-folder.svg");
	background-size: contain;
}

.store-card__detail-entry--location .store-card__detail-term-icon {
	width: 19px;
	height: 21px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/store/icon-location.svg");
}

.store-card__detail-entry--docs .store-card__detail-term-icon {
	width: 19px;
	height: 21px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/store/icon-docs.svg");
}

.store-card__detail-term-text {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0;
	color: #043472;
	font-weight: 300;
}

.store-card__detail-description {
	flex-grow: 1;
	margin-left: 0;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	color: #043472;
	height: 100%;
	font-weight: 300;
}

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

.store-card__detail-description--empty {
	color: #718096;
	-webkit-line-clamp: 1;
	max-height: 1.4em;
}

.store-card__cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	margin: 23px 0 26.16px;
}

.store-card__cta-button {
	width: 186px;
	height: 54px;
	font-size: 16px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.store-card__cta-button.store-card__cta-button__detail {
	color: #FFFFFF;
	background: #00A2F7;
	box-shadow: 0 3px #1A86C8;
}

.store-card__cta-button.store-card__cta-button__favourite {
	line-height: 16px;
	color: #777777;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	box-shadow: 0 3px #B7B7B7;
	position: relative;
	z-index: 1;
}

.store-card__cta-button.store-card__cta-button__favourite:before {
	content: '';
	width: 19px;
	height: 16px;
	margin-right: 5.14px;
	background: url("/assets/img/user/pc/vanillaqueen/2026/icon-heart.svg");
	background-size: contain;
}

.store-card__cta-button.store-card__cta-button__favourite.is-active:before {
	background: url("/assets/img/user/pc/common/btn_keep_on.png");
	background-size: contain;
}

.banner-between-cards {
	width: 561px;
	height: 71px;
	margin-bottom: 42px;
}

.banner-between-cards .img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.total-store-button {
	width: 350px;
	height: 49px;
	display: flex;
	justify-content: center;
	margin: 0 auto 17px auto;
}

.small-area-toggle-button.active {
	margin-top: 3px;
}

.store-card__list-vq {
	padding: 10.71px 16px 0;
}

.store-card__body.highly-recommended .store-card__list-vq {
	padding: 10.71px 14px 0;
}

.list-vq__banner {
	margin-top: 23.29px;
	padding: 0 16px;
}

.store-card__body.highly-recommended .list-vq__banner {
	padding: 0 14px;
}

.store-card__list-vq .swiper-wrapper .swiper-slide {
	width: 113px;
	height: 150.89px;
}

.store-card__list-vq ul li a .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.store-card__link-detail {
	font-size: 17px;
	line-height: 32px;
	font-weight: 600;
	width: 385px;
	height: 54px;
	padding-right: 15.35px;
	display: flex;
	align-items: center;
	justify-content: end;
	color: #003171;
	border: 2px solid #FFBE72;
	border-radius: 15px;
	margin: 14px auto 0;
}

.store-card__link-detail span {
	color: #FF7700;
}

.store-card__link-detail:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/icon-queen.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	vertical-align: middle;
}

.store-card__link-detail:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 13px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/icon-arrow-r.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 17.65px;
	vertical-align: middle;
}

.store-card__shop-comment {
	background: #F5FAFF;
	border-radius: 5px;
	display: flex;
	width: 521px;
	padding: 15px 10px 10px 8px;
	margin: 18px auto 0;
	position: relative;
}

.store-card__shop-comment:before {
	content: '';
	width: 72px;
	height: 26px;
	position: absolute;
	left: -4px;
	top: -8px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/icon-comment.svg');
}

.store-card__shop-comment .img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid #FFFFFF;
}

.store-card__shop-comment__content {
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.store-card__shop-comment__content p {
	width: 100%;
	height: 51px;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	color: #043472;
	font-weight: 300;
}

.store-card__shop-comment__content span {
	color: #043472;
	margin-top: 4px;
	font-size: 12px;
	line-height: 18px;
	height: 15px;
	text-align: right;
	font-weight: 300;
}

.border-dashed {
	height: 3px;
	margin: 13.5px 16px;
	background-image: url('/assets/img/user/pc/vanillaqueen/2026/store/dashed.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.store-card__detail-salary {
	width: 480px;
	height: 60px;
	margin: 15px auto 0;
	border: 1px solid #FFBFCC;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store-card__detail-salary__label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 42px;
	padding: 2px 7px;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	background: #FF6B89;
	border-radius: 3px;
	margin-right: 13px;
	font-weight: 600;
}

.store-card__detail-salary__time {
	font-size: 16px;
	line-height: 30px;
	color: #043472;
	margin-right: 3px;
	font-weight: 300;
}

.store-card__detail-salary__type {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20.45px;
	border: 1px solid #043472;
	color: #043472;
	font-size: 13px;
	line-height: 28px;
	margin-right: 6px;
	padding: 0 4.5px;
	font-weight: 600;
}

.store-card__detail-salary__value {
	font-size: 26px;
	line-height: 30px;
	color: #FF5376;
	font-weight: 600;
}

.store-card__detail-salary__unit,
.store-card__detail-salary__over {
	font-size: 15px;
}

.store-card__detail-salary__over {
	color: #043472;
}

.button-back-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	background: #FFFFFF;
}

.button-back-to-top a img {
	width: 10px;
	height: 16px;
	margin: 4px 19.31px 4px 0;
}

.button-back-to-top a {
	display: flex;
	align-items: flex-end;
	height: 24px;
}

.button-back-to-top a span {
	color: #333333;
	font-size: 16px;
	line-height: 19px;
}

.store-card__list-vq-item__hashtag {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	padding: 2px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	background: transparent linear-gradient(180deg, #44444400 0%, #444444D9 100%) 0% 0% no-repeat padding-box;
	border-radius: 0 0 6px 6px;
}

.store-card__list-vq-item {
	position: relative;
}

.button-keep-container {
	position: relative;
}

.keep-popup {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 30px;
	border: 2px solid #FF5A98;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background: url("/assets/img/user/pc/common/ico-heart.svg") 14px center/20px auto no-repeat #fff0f6;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	color: #777;
	width: 165px;
	padding: 10px 14px 10px 42px;
}

.keep-popup.is-removed {
	background: url("/assets/img/user/pc/common/btn_keep.png") 14px center/20px auto no-repeat #fff0f6;
}

.keep-popup.is-limit {
	border: 2px solid #DDDCDC;
}

.keep-popup.is-active {
	opacity: 1;
	bottom: 62px;
}

.keep-popup::before,
.keep-popup::after {
	display: block;
	content: "";
	position: absolute;
	right: 23px;
	border-right: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid transparent;
}

.keep-popup::before {
	z-index: 3;
	border-top: 8px solid #fff0f6;
	bottom: -15px;
}

.keep-popup::after {
	z-index: 2;
	border-top: 8px solid #FF5A98;
	bottom: -18px;
}

.keep-popup.is-limit {
	background: #F0F6FF;
	text-align: center;
	padding: 10px 25px
}

.keep-popup.is-limit::before {
	border-top: 8px solid #F0F6FF;
}

.keep-popup.is-limit::after {
	border-top: 8px solid #DDDCDC;
}

.store-card__campain {
	height: 37.4px;
	width: 561px;
}

.store-card__campain-both {
	height: 47px;
	width: 561px;
}

.store-card__header.recommended .store-card__badge.highly-recommended {
	top: -30px;
}
