@charset "UTF-8";

:root {
	--main-font: 'Hiragino Kaku Gothic Pro';
}

* {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 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;
}

.hero-banner {
	position: relative;
}

.hero-banner .hero-banner-button {
	position: absolute;
	bottom: 0;
	right: calc(376 / 1920 * 100%);
	width: calc(340 / 1920 * 100%);
}

.hero-banner img {
	width: 100%;
}

.hero-banner .hero-banner-button:hover {
	opacity: 1;
}

.intro-section {
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/intro-section-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 197px 0 34px;
}

.contest-board {
	width: 512px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.contest-board-outer {
	--cut-x: 38.92px;
	--cut-y: 42px;
	background-color: #fff;
	padding: 6px;
	clip-path: polygon(var(--cut-x) 0%, calc(100% - var(--cut-x)) 0%,
			100% var(--cut-y), 100% calc(100% - var(--cut-y)),
			calc(100% - var(--cut-x)) 100%, var(--cut-x) 100%,
			0% calc(100% - var(--cut-y)), 0% var(--cut-y));
}

.contest-board-pink-border {
	--pk-x: calc(var(--cut-x) - 3px);
	--pk-y: calc(var(--cut-y) - 3px);
	background-color: #FFBFE2;
	padding: 4px;
	clip-path: polygon(var(--pk-x) 0%, calc(100% - var(--pk-x)) 0%,
			100% var(--pk-y), 100% calc(100% - var(--pk-y)),
			calc(100% - var(--pk-x)) 100%, var(--pk-x) 100%,
			0% calc(100% - var(--pk-y)), 0% var(--pk-y));
}

.contest-board-body {
	--bd-x: calc(var(--pk-x) - 2px);
	--bd-y: calc(var(--pk-y) - 2px);
	background-color: #fff;
	clip-path: polygon(var(--bd-x) 0%, calc(100% - var(--bd-x)) 0%,
			100% var(--bd-y), 100% calc(100% - var(--bd-y)),
			calc(100% - var(--bd-x)) 100%, var(--bd-x) 100%,
			0% calc(100% - var(--bd-y)), 0% var(--bd-y));
	padding: 86px 71px 41px;
	height: 423px;
}

.contest-board .title {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.contest-board .topic {
	width: 350px;
	height: 80px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contest-board .topic>div {
	display: inline-block;
	font: normal normal 600 25px/47px var(--main-font);
	color: #FF3EA5;
}

.contest-board .topic>div.highlight {
	position: relative;
}

.contest-board .topic>div.highlight>span {
	position: relative;
	z-index: 5;
}

.contest-board .topic>div.highlight:after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	background: #FEFEB1 0% 0% no-repeat padding-box;
	position: absolute;
	bottom: 8px;
	z-index: 1;
}

.contest-board .intro>div {
	display: inline-flex;
	color: #043472;
	font: normal normal 600 21px/37px var(--main-font);
}

.contest-board .intro-last>div {
	height: 28px;
	display: inline-flex;
	align-items: center;
	margin-top: 22px;
}

.contest-board .intro-action {
	margin-top: 31.1px;
}

.contest-board .intro-default {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 65px;
	color: #043472;
	font-size: 21px;
}

.contest-board .button-link-schedule {
	background: #FF9BD2 0% 0% no-repeat padding-box;
	border-radius: 15px;
	box-shadow: 0 5px 0 0 #E85EAA;
	padding: 0 28px;
	text-align: center;
	height: 50px;
}

.intro-action .intro-action-text {
	display: flex;
	align-items: center;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.contest-actions {
	text-align: center;
	width: 540px;
	margin: 64px auto 45px;
}

.contest-actions .contest-actions-item {
	margin-bottom: 48px;
}

.contest-actions .contest-actions-item:last-child {
	margin-bottom: 0;
}

.btn {
	position: relative;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	padding: 0;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.btn .btn-text {
	font-weight: bold;
	line-height: 1;
}

.btn-go-list-page {
	display: inline-flex;
	width: 540px;
	height: 104px;
	padding: 5px;
	box-shadow: 0 8px #81ABFF;
	background: #FD55B1 0% 0% no-repeat padding-box;
	border-radius: 25px;
	align-items: center;
}

.btn-go-list-page .actions-list-page-inner {
	background: #FD55B1 0% 0% no-repeat padding-box;
	border: 4px solid #FFFFFF;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.btn-go-list-page .actions-item-content {
	display: flex;
	align-items: center;
}

.btn-go-list-page .btn-text {
	display: flex;
	align-items: center;
	vertical-align: middle;
	height: 35px;
	font-weight: 600;
	font-size: 26px;
	color: #FFFFFF;
}

.btn-go-list-page .btn-text .highlight {
	color: #FFF671;
}

.btn-go-list-page .btn-icon-vote {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 45px;
	height: 45px;
}

.btn-go-list-page .btn-icon-arrow {
	content: "";
	width: 10px;
	height: 18px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 21.5px;
}

.btn-anchor-ranking {
	display: inline-flex;
	width: 443px;
	padding: 4px;
	border-radius: 25px;
	box-shadow: 0 5px #DE7304;
	background: #FF9933 0% 0% no-repeat padding-box;
	height: 78px;
	justify-content: center;
	align-items: center;
}

.btn-anchor-ranking .actions-item-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF8F20 0% 0% no-repeat padding-box;
	border: 3px solid #FFFFFF;
	border-radius: 20px;
}

.btn-anchor-ranking .actions-item-content {
	display: flex;
	align-items: center;
}

.btn-anchor-ranking .btn-icon-ranking {
	margin-right: 5px;
}

.btn-anchor-ranking .btn-text {
	vertical-align: middle;
	font-weight: 600;
	font-size: 22px;
	color: #FFFFFF;
	height: 29px;
	display: flex;
	align-items: center;
}

.btn-anchor-ranking .btn-icon-anchor {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	right: 15px;
}

.promo-sns {
	width: 716px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.promo-sns .promo-sns-action {
	position: absolute;
	bottom: 25.5px;
	left: 50%;
	transform: translateX(-50%);
}

.promo-sns .promo-sns-action .btn-sns {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 46px;
	box-shadow: 0 5px #2F9DE5;
	background: #61BFFF 0% 0% no-repeat padding-box;
	border-radius: 15px;
	position: relative;
}

.promo-sns .promo-sns-action .btn-sns .btn-icon {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 15px;
	position: absolute;
	right: 20.63px;
}

.promo-sns .promo-sns-action .btn-sns .btn-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.promo-sns .promo-sns-action .btn-sns .btn-text {
	display: flex;
	align-items: center;
	font: normal normal 600 18px/37px var(--main-font);
	height: 24px;
	color: #FFFFFF;
}

.ranking-board {
	position: relative;
	background-position: center top;
	background-size: 100% auto;
	padding-bottom: 120px;
	background-image: url("/assets/img/user/pc/vanillaqueen/2026/PC_TOPBG.png");
}

.ranking-board-top img {
	width: 100%;
}

.ranking-board-header {
	text-align: center;
	margin-top: 85px;
}

.ranking-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	font: normal normal 600 54px/81px var(--main-font);
	height: 72px;
	color: #043472;
	text-shadow: 2px 2px 0px #FFFFFF;
}

.ranking-board-content {
	margin-top: 102px;
}

.ranking-list,
.area-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ranking-list>.ranking-list-item,
.area-list>.area-list-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ranking-list-top,
.area-list-top {
	width: 661px;
	margin: 0 auto;
}

.ranking-list-top>.ranking-list-item,
.area-list-top>.area-list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% - 33px) / 2);
	flex: 0 0 calc((100% - 33px) / 2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
}

.ranking-list-top>.ranking-list-item {
	margin-bottom: 74px;
}

.area-list-top>.area-list-item {
	margin-bottom: 68px;
}

.ranking-list-top>.ranking-list-item:last-child {
	margin-bottom: 0;
}

.ranking-list-top>.ranking-list-item:last-child,
.ranking-list-top>.ranking-list-item:nth-last-child(2):not(:first-child):not(:only-child),
.area-list-top>.area-list-item:last-child,
.area-list-top>.area-list-item:nth-last-child(2) {
	margin-bottom: 0;
}

.ranking-list-top>.ranking-list-item:nth-child(odd),
.area-list-top>.area-list-item:nth-child(even) {
	margin-left: 16.5px;
}

.ranking-list-top>.ranking-list-item:nth-child(even),
.area-list-top>.area-list-item:nth-child(odd) {
	margin-right: 16.5px;
}

.ranking-list-top>.ranking-list-item:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 314px;
	flex: 0 0 314px;
	margin-left: 177px;
	margin-right: 177px;
}

.vote-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #fff;
}

.vote-item-rank-icon {
	position: absolute;
	width: 100%;
	height: 69px;
	top: -52px;
	z-index: 10;
}

.ranking-list-top>.ranking-list-item:not(:first-child) .vote-item-rank-icon {
	top: -49px;
}

.area-item-rank-icon {
	position: absolute;
	width: 100%;
	height: 53px;
	top: -38px;
	z-index: 10;
	text-align: center;
}

.vote-item-media {
	display: block;
	position: relative;
	height: 417px;
	overflow: hidden;
	background-color: #343434;
	border-radius: 10px 10px 0px 0px;
}

.vote-item-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vote-item-media .vote-item-hashtag {
	position: absolute;
	width: 100%;
	height: 52px;
	font-weight: bold;
	padding: 20px 7px 7px;
	bottom: 0;
	z-index: 1;
	background: transparent linear-gradient(180deg, #44444400 0%, #444444D9 100%) 0% 0% no-repeat padding-box;
}

.vote-item-media .vote-item-hashtag span {
	height: 25px;
	font-size: 19px;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.vote-item-text {
	padding: 10px 7px 9px;
	background-color: #FFFFFF;
	height: 78px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.vote-item-text .name {
	color: #043472;
	text-shadow: 0 0 3px #FFFFFFE6;
	font-size: 24px;
	font-weight: 600;
	height: 32px;
	display: flex;
	align-items: center;
}

.vote-item-text .shop-name {
	color: #043472;
	text-shadow: 0 0 3px #FFFFFFE6;
	font-size: 16px;
	height: 20px;
	display: flex;
	align-items: center;
}

.area-new-header {
	text-align: center;
	margin-top: 159px;
}

.area-new-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	font-weight: 600;
	font-size: 54px;
	height: 72px;
	color: #043472;
	text-shadow: 2px 2px 0px #FFFFFF;
}

.area-new-content {
	margin-top: 78.27px;
}

.ranking-board .promo-banner {
	width: 680px;
	margin: 163px auto 0;
}

.ranking-filter {
	width: 680px;
	margin: 0 auto;
	margin-top: 90px;
}

.ranking-filter-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.ranking-filter-inner .ranking-filter-select {
	position: relative;
}

.ranking-filter-inner .ranking-filter-select select:focus-within {
	border: 1px solid #FD8F20;
	outline: none;
}

.ranking-filter-inner .ranking-filter-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 551px;
	height: 62px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FD8F20;
	border-radius: 10px;
	color: #BFBFBF;
	padding: 20px 0 17px 26px;
	font-size: 20px;
}

.ranking-filter-inner .ranking-filter-select select option,
.ranking-filter-inner .ranking-filter-select select.active {
	color: #444444;
}

.ranking-filter-inner .ranking-filter-select::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	display: block;
	background: url('/assets/img/user/pc/vanillaqueen/2026/select-arrow-icon.svg') no-repeat center;
	background-size: contain;
	pointer-events: none;
}

.ranking-filter-inner .ranking-filter-button {
	width: 341px;
	height: 70px;
	background: #FD8F20 0% 0% no-repeat padding-box;
	border-radius: 20px;
	box-shadow: 0 4px #DE7303;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ranking-filter-button .ranking-filter-button-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.ranking-filter-button .ranking-filter-button-content .ranking-filter-button-text {
	height: 29px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #FFFFFF;
}

.ranking-filter-button .ranking-filter-button-arrow {
	position: absolute;
	right: 21.33px;
	width: 10px;
	height: 18px;
	display: block;
}

.ranking-filter-button .ranking-filter-button-arrow img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: inherit;
}

.ranking-empty {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0px;
	color: #043472;
	margin: 160px 0;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 160;
	width: 100%;
	height: 100%;
	background: rgba(255, 162, 209, 0.9) 0% 0% no-repeat padding-box;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modal::-webkit-scrollbar {
	display: none;
}

.modal.is-opened {
	display: block;
}

.modal .modal-inner {
	position: relative;
	width: 680px;
	margin: 176px auto 56px;
}

.modal .modal-header {
	position: absolute;
	top: -126px;
	z-index: 1;
}

.modal .modal-header .btn-close {
	position: absolute;
	right: 0;
	bottom: 52px;
	z-index: 1;
}

.modal .modal-body {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.modal .modal-body .modal-section-left {
	position: fixed;
	left: calc(50% - 496px);
}

.modal .modal-body .modal-section-right {
	position: fixed;
	right: calc(50% - 481px);
}

.modal .modal-body .modal-section-banner {
	border: 5px solid #FEFFA9;
	border-radius: 30px;
}

.modal .modal-body .modal-section-banner::before {
	content: "";
	display: block;
	width: calc(100% - 26px * 2);
	height: calc(100% - 36px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-style: solid;
	border-width: 36px 26px 0 26px;
	border-color: transparent;
}

.shop-list-cta {
	position: fixed;
	bottom: 10px;
	right: calc(221 / 1920 * 100%);
	width: calc(163 / 1920 * 100%);
}

.shop-list-cta-link {
	display: block;
	width: 163px;
	height: 163px;
}
