.modal {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.modal__wrapper {
	background-color: #ffecf1;
	border: 1px solid #221a15;
	border-radius: 1rem;
	left: 50%;
	padding: 4rem;
	position: fixed;
	top: 22.4%;
	transform: translateX(-50%);
	width: 62.5rem;
	z-index: 999;
}

.modal__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.modal__list {
	margin-top: 2.5rem;
	padding: 0 6.21875rem;
}

.modal__buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.modal__arrow-link {
	align-items: center;
	display: flex;
}

.modal__arrow {
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.modal__arrow::after {
	background-image: url("../images/common/icon-arrow.svg");
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.3125rem;
}

.modal__arrow-link--next .modal__arrow::after {
	right: 50%;
	top: 30%;
	transform: rotate(180deg);
}

.modal__link {
	cursor: pointer;
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: relative;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.modal__close {
	align-items: center;
	background-color: #221a15;
	border-radius: 3.75rem;
	cursor: pointer;
	display: none;
	height: inherit;
	height: 3.75rem;
	justify-content: center;
	position: fixed;
	right: 0.6875rem;
	top: 0.5625rem;
	width: 2rem;
	width: 3.75rem;
	z-index: 9999;
}

.modal__close span {
	background-color: #eb537b;
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.3s transform, 0.3s background-color;
	width: 1.375rem;
}

.modal__close {
	background-color: transparent;
}

.modal__close span:nth-child(1) {
	top: 1.1875rem;
	transform: rotate(-45deg);
}

.modal__close span:nth-child(2) {
	top: 1.1875rem;
	transform: rotate(45deg);
}

.top-support {
	background-image: url("../images/common/bg-support.svg");
	background-size: cover; /* 必要に応じて調整 */
}

.top-support__wrapper {
	margin: 0 auto;
	max-width: 1440px;
	padding: 5rem 0;
	position: relative;
}

.top-support__layer-top {
	height: 16.6875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 19.1875rem;
}

.top-support__layer-bottom {
	bottom: 0;
	height: 13.5rem;
	position: absolute;
	right: 0;
	width: 22.625rem;
}

.top-support__bottom-text {
	-webkit-text-decoration-skip-ink: none;
	bottom: 0.125rem;
	color: #ffcfdc;
	font-family: Quicksand;
	font-size: 9.5rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.1em;
	line-height: 7.0625rem;
	position: absolute;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-support__title {
	-webkit-text-decoration-skip-ink: none;
	-webkit-text-stroke: 0.0625rem black; /* 枠線の太さと色 */
	color: white;
	font-family: Zen Maru Gothic;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 4.8rem;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-shadow: 0.25rem 0.25rem 0rem #eb537b;
	text-underline-position: from-font;
	z-index: 1;
}

.top-support__message {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top__history {
	padding-bottom: 5rem;
	padding-top: 7.625rem;
}

.history-swiper {
	position: relative;
}

.history-swiper__container {
	margin-top: 1.5rem; /* スライダー上の余白 */
	padding-left: 8vw; /* スライダー左の余白 */
}

.top-prefecture .history-swiper__button-wrapper {
	top: 0;
}

.top-prefecture .history-swiper__container {
	margin-top: 1.75rem;
}

.history-swiper__title {
	-webkit-text-decoration-skip-ink: none;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 3.2rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.history-swiper__slide {
	padding-bottom: 1.6875rem;
}

/* スライド画像のサイズ */

.history-swiper__slide img {
	-o-object-fit: cover;
	aspect-ratio: 174/116;
	border-radius: 0.5rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.history-swiper__info {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	margin-top: 0.5rem;
}

.history-swiper__feature {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.1rem;
	overflow: hidden;
	text-align: left;
}

.history-swiper__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #eb537b;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	overflow: hidden;
	text-align: left;
}

/* 前へ次への矢印カスタマイズ */

.history-swiper__button {
	height: 3.5rem;
	position: relative;
	width: 3.5rem;
}

/* 前へ次への矢印カスタマイズ */

.history-swiper__button::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.5rem;
	width: 3.5rem;
}

/* 前への矢印カスタマイズ */

.history-swiper__button--prev::after {
	background-image: url("../images/common/icon-swiper-arrow.svg");
	transform: rotate(180deg);
}

/* 次への矢印カスタマイズ */

.history-swiper__button--next::after {
	background-image: url("../images/common/icon-swiper-arrow.svg");
}

.history-swiper__button-wrapper {
	display: flex;
	gap: 2.5rem;
	height: 3.5rem;
	justify-content: end;
	margin-right: 7.5%;
	position: absolute;
	right: 0;
	top: -1%;
}

.top-history__cast .history-swiper__button-wrapper {
	top: -1%;
}

.history-swiper .link-button {
	margin: 0 auto;
	margin-top: 1.3125rem;
	width: 21.25rem;
}

.history-swiper__cast-name {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.history-swiper__region {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.1rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.history-swiper__shop-name {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.message-container {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	height: 28.3125rem;
	min-height: 360px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.5rem;
}

.message-container--concafe {
	background-color: #ffecf1;
	background-image: url("../images/common/bg_pink.svg");
	box-shadow: 0.75rem 0.75rem 0rem 0rem #f090a9;
}

.message-container--concolle {
	background-color: #e9ffff;
	background-image: url("../images/common/bg_green.svg");
	box-shadow: 0.75rem 0.75rem 0rem 0rem #a4ecec;
}

.message-container__title {
	display: flex;
	justify-content: center;
}

.message-container__title img {
	height: 6.625rem;
	width: 19.1875rem;
}

.message-container__title--concolle img {
	height: 7.1875rem;
	width: 21.0625rem;
}

.message-container__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6rem;
	margin-top: 2.5rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-history__shop {
	margin-top: 2.5rem;
}

.top-history__cast {
	margin-top: 5rem;
}

.top-message {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.top-mv {
	background-image: url("../images/common/top-mv.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 4rem;
}

.top-mv--prefecture {
	padding-bottom: 3.125rem;
	padding-left: 7.5rem;
	padding-right: 0;
	padding-top: 5.625rem;
}

.top-mv__container--prefecture {
	gap: 2rem;
	min-height: 575px;
}

.top-region .top-mv {
	padding: 8.75rem 0;
}

.top-mv__container {
	align-items: center;
	display: flex;
}

.top-mv__container--top {
	flex-direction: column;
	justify-content: center;
}

.top-mv__title {
	-webkit-text-decoration-skip-ink: none;
	font-family: Zen Maru Gothic;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-mv__bubble {
	margin: 0 auto;
	margin-left: 10.75rem;
	position: relative;
	width: 22rem;
}

.top-region .top-mv__bubble {
	margin-left: 0;
	width: 22.875rem;
}

.top-mv__bubble img {
	height: 4.375rem;
	width: 22rem;
}

.top-region .top-mv__bubble img {
	height: 4.375rem;
	width: 23rem;
}

.top-mv__main-title-wrapper {
	display: none;
}

.top-mv__main-title {
	font-family: Zen Maru Gothic;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: -0.9375rem;
	padding-right: 1.25rem;
	text-align: center;
}

.top-region .top-mv__main-title {
	margin-top: -1.5625rem;
	padding-right: 0;
}

.top-mv__bubble-text {
	-webkit-text-decoration-skip-ink: none;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	top: 36%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.top-mv__shadow-text {
	-webkit-text-decoration-skip-ink: none;
	-webkit-text-stroke: 0.0625rem #221a15; /* 枠線の太さと色 */
	color: white;
	font-family: Zen Maru Gothic;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-shadow: 0.25rem 0.25rem 0rem #eb537b;
	text-underline-position: from-font;
}

.top-mv__box-text {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	display: flex;
	font-family: Zen Maru Gothic;
	font-size: 3.5rem;
	font-weight: 700;
	gap: 1rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.25rem;
	padding-right: 1.5625rem;
	position: relative;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	white-space: nowrap;
}

.top-mv__concolle-text {
	height: 4.75rem;
	width: 22.25rem;
}

.top-mv__box-icon {
	height: 3.1875rem;
	position: absolute;
	right: -1.875rem;
	top: 3rem;
	width: 7.625rem;
}

.top-mv__message {
	margin-top: 0.8625rem;
}

.top-region .top-mv__message {
	margin-top: -0.625rem;
}

.top-mv__message-top {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.25rem;
	margin-top: 1.25rem;
	text-align: center;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-region .top-mv__message-top {
	margin-top: 0.625rem;
}

.top-mv__message-bottom {
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.75rem;
	margin-top: 1rem;
	text-align: center;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-region .top-mv__message-bottom {
	margin-top: 0.9375rem;
}

.top-mv__region {
	margin-bottom: -3.125rem;
	margin-top: 1.5rem;
}

.top-region .top-mv__region {
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	top: -0.0625rem;
}

.top-mv__container--region {
	gap: 2.5rem;
	justify-content: space-between;
}

.top-mv__shadow-text--big {
	-webkit-text-decoration-skip-ink: none;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top .top-mv__shadow-text {
	left: 0.5625rem;
	margin-right: 0.75rem;
	position: relative;
}

.top-region .top-mv__shadow-text--big {
	bottom: 0.9375rem;
}

.top-mv__shadow-text--big::before {
	background-image: url("../images/top/icon-star-one.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 2.999375rem;
	left: -3.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.top-mv__shadow-text--big::after {
	background-image: url("../images/top/icon-star-one.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 2.999375rem;
	position: absolute;
	right: -3.125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.top-mv__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 45.667%;
}

.top-mv__shadow-text--small {
	-webkit-text-decoration-skip-ink: none;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-mv__region--right {
	flex: 1;
}

.top-mv__container--region .top-mv__message-top,
.top-mv__container--region .top-mv__message-bottom {
	text-align: left;
}

.top-mv__swiper {
	align-items: center;
	display: flex;
	height: 100%;
	min-height: 600px;
	overflow: hidden; /* 横スクロールを防ぐ */
	position: relative;
	width: 100%;
}

.top-mv__search {
	position: relative;
}

.top-mv__sub-title {
	-webkit-text-decoration-skip-ink: none;
	font-family: Zen Maru Gothic;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	margin-bottom: 0.625rem;
	margin-left: -1.3125rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.top-mv__treat {
	color: #eb537b;
	font-family: Pacifico;
	font-size: 40px;
	font-weight: 400;
	left: -4.4375rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: absolute;
	text-align: left;
	top: -3.5rem;
	transform: rotate(-15deg);
	z-index: 1;
}

.region-select {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
}

.region-select--top {
	mi-width: 43.75rem;
	width: 50rem;
}

.region-select__header {
	background-color: #ffecf1;
	border-bottom: 0.0625rem solid #221a15;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1.25rem 0;
	position: relative;
}

.region-select__ribbon {
	height: 2.8125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.5rem;
	z-index: 1;
}

.region-select__text {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.25rem, 18px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25rem;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	z-index: 2;
}

.region-select__content {
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding: 1.5rem;
}

.region-select__link {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4rem;
	margin-top: 2rem;
	text-align: center;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.cast-item__content {
	border: 0.0625rem solid #221a15;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	border-top-left-radius: 12.5rem;
	border-top-right-radius: 12.5rem;
}

.cast-item__name {
	-webkit-text-decoration-skip-ink: none;
	background-color: #eb537b;
	color: white;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.4rem;
	padding: 0.5rem 0;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-item__info {
	background-color: white;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 90px;
	padding: 0.5rem 1rem;
}

.cast-item__feature {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-item__shop {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6rem;
	margin-top: 0.125rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-item__number {
	bottom: 1.4375rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.cast-item__img {
	-o-object-fit: cover;
	aspect-ratio: 330/272;
	border-top-left-radius: 12.5rem !important;
	border-top-right-radius: 12.5rem !important;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cast-item__container {
	padding-bottom: 2.9375rem;
}

.ranking-list li:nth-child(2) .cast-item {
	padding-top: 2.5rem;
}

.ranking-list li:nth-child(3) .cast-item {
	padding-top: 5rem;
}

.ranking-list li:nth-child(1) .cast-item .cast-item__name {
	background: linear-gradient(90deg, #ab8705 0%, #d8c478 50%, #ab8705 100%);
}

.ranking-list li:nth-child(2) .cast-item .cast-item__name {
	background: linear-gradient(90deg, #9b9b9b 0%, #bcbcbc 50%, #9b9b9b 100%);
}

.ranking-list li:nth-child(3) .cast-item .cast-item__name {
	background: linear-gradient(90deg, #ba5e36 0%, #e0916f 50.5%, #ba5e36 100%);
}

.ranking-number {
	display: flex;
	position: relative;
}

.ranking-number--1 {
	color: #b68e00;
}

.ranking-number--2 {
	color: #9b9bb0;
}

.ranking-number--3 {
	color: #e18861;
}

.ranking-number--4,
.ranking-number--5 {
	color: #eb537b;
}

.ranking-number__text {
	-webkit-text-decoration-skip-ink: none;
	font-family: Quicksand;
	font-size: 3rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.ranking-number__count {
	-webkit-text-decoration-skip-ink: none;
	font-family: Quicksand;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 3.5rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.ranking-number__sparkling-left {
	height: 2.710625rem;
	left: -3.4375rem;
	position: absolute;
	top: 1.6875rem;
	width: 2.14875rem;
}

.ranking-number__sparkling-right {
	height: 2.375rem;
	position: absolute;
	right: -3.8125rem;
	top: -0.4375rem;
	width: 2.5625rem;
}

.ranking-number__sparkling-left path,
.ranking-number__sparkling-right path {
	stroke: #eb537b;
}

.ranking-number__sparkling-left .ranking-path,
.ranking-number__sparkling-right .ranking-path {
	fill: #eb537b;
}

.ranking-number--1 .ranking-number__sparkling-left path,
.ranking-number--1 .ranking-number__sparkling-right path {
	stroke: #baa869;
}

.ranking-number--1 .ranking-number__sparkling-left .ranking-path,
.ranking-number--1 .ranking-number__sparkling-right .ranking-path {
	fill: #baa869;
}

.ranking-number--2 .ranking-number__sparkling-left path,
.ranking-number--2 .ranking-number__sparkling-right path {
	stroke: #cacaca;
}

.ranking-number--2 .ranking-number__sparkling-left .ranking-path,
.ranking-number--2 .ranking-number__sparkling-right .ranking-path {
	fill: #cacaca;
}

.ranking-number--3 .ranking-number__sparkling-left path,
.ranking-number--3 .ranking-number__sparkling-right path {
	stroke: #eebca5;
}

.ranking-number--3 .ranking-number__sparkling-left .ranking-path,
.ranking-number--3 .ranking-number__sparkling-right .ranking-path {
	fill: #eebca5;
}

.ranking-swiper__container {
	position: relative;
}

/* Swiperスライドのリセット */

.ranking-swiper__slide {
	overflow: visible;
}

/* 前へ次への矢印カスタマイズ */

.ranking-swiper__button {
	height: 3.5rem;
	position: absolute;
	width: 3.5rem;
}

/* 前へ次への矢印カスタマイズ */

.ranking-swiper__button::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.5rem;
	width: 3.5rem;
}

.ranking-swiper__button--prev {
	left: 33%;
}

.ranking-swiper__button--next {
	right: 33%;
}

.ranking__shop .ranking-swiper__button--prev {
	left: 29%;
	top: 52%;
}

.ranking__shop .ranking-swiper__button--next {
	right: 29%;
	top: 52%;
}

/* 前への矢印カスタマイズ */

.ranking-swiper__button--prev::after {
	background-image: url("../images/common/icon-swiper-arrow.svg");
	transform: rotate(180deg);
}

/* 次への矢印カスタマイズ */

.ranking-swiper__button--next::after {
	background-image: url("../images/common/icon-swiper-arrow.svg");
}

.ranking-swiper__wrapper {
	padding-bottom: 8.25rem;
}

.ranking-swiper .swiper-slide {
	opacity: 0.3; /* 左右のスライドを薄くする */
	transform: translateY(7.9375rem);
	transition: 0.7s; /* ゆっくり小さくさせる */
}

.ranking-swiper .swiper-slide-active {
	opacity: 1;
	transform: translateY(3rem);
	z-index: 1;
}

.ranking-swiper__pagination {
	bottom: 0.75rem !important;
}

.ranking-swiper__pagination .swiper-pagination-bullet {
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	height: 0.75rem;
	opacity: 1;
	width: 0.75rem;
}

.ranking-swiper__pagination .swiper-pagination-bullet-active {
	background-color: #a4ecec;
}

.ranking-swiper .link-button {
	margin: 0 auto;
	margin-top: 3.25rem;
	width: 21.25rem;
}

.ranking__shop .link-button {
	margin-top: 2.25rem;
}

.ranking {
	background-color: #fffbf2;
	background-image: url("../images/common/bg-ranking.svg");
	padding: 5rem 0;
}

.ranking__container:nth-child(3) {
	margin-top: 5rem;
}

.ranking__cast,
.ranking__shop {
	margin-top: 2.6875rem;
}

.ranking__sub-title {
	display: flex;
	justify-content: center;
	margin-top: 1.9375rem;
}

.shop-item__number {
	display: flex;
	justify-content: center;
}

.shop-item__content {
	border: 0.0625rem solid #221a15;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-top-left-radius: 6.25rem;
	border-top-right-radius: 6.25rem;
}

.shop-item__img {
	-o-object-fit: cover;
	aspect-ratio: 450/276;
	border-top-left-radius: 6.25rem !important;
	border-top-right-radius: 6.25rem !important;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop-item__info {
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding: 1rem;
}

.shop-item__name {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-item__shop {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2rem;
	margin-top: 0.125rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-item__number {
	bottom: 1.4375rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.message-board {
	max-width: 720px;
	position: relative;
	width: 100%;
}

.message-board__pin {
	height: 2.23375rem;
	left: 51.5%;
	position: absolute;
	position: relative;
	top: 3%;
	transform: translateX(-50%);
	width: 2.091875rem;
}

.message-board__triangle {
	height: 3.1875rem;
}

.message-board__container {
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	border-radius: 0.1875rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	margin-top: -0.5rem;
	padding: 1.5rem 1rem 2.5rem;
	position: relative;
	z-index: 2;
}

.message-board__bubble-top {
	height: 9.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 17.5625rem;
	z-index: 1;
}

.message-board__bubble-bottom {
	bottom: 0;
	height: 9.0625rem;
	position: absolute;
	right: 0;
	width: 18.3125rem;
	z-index: 1;
}

.message-board__container::after {
	background-color: #221a15;
	border-radius: 11.25rem;
	content: "";
	height: 0.5rem;
	left: 0.5rem;
	position: absolute;
	top: 0.5rem;
	width: 0.5rem;
	z-index: 2;
}

.message-board__container::before {
	background-color: #221a15;
	border-radius: 11.25rem;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.5rem;
	z-index: 2;
}

.message-board__icon {
	height: 1.818125rem;
	margin: 0 auto;
	width: 1.58625rem;
}

.message-board__title {
	-webkit-text-decoration-skip-ink: none;
	color: #f090a9;
	font-family: Quicksand;
	font-size: max(1.25rem, 18px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25rem;
	margin-top: 0.25rem;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	z-index: 2;
}

.message-board__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.5rem;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	z-index: 2;
}

.message-board__text span {
	display: inline-block;
	margin-top: 1.5rem;
}

.shop-menu .message-board__text {
	align-items: center;
	display: flex;
	font-size: max(1.125rem, 16px);
	justify-content: center;
	margin-top: 0.5rem;
	min-height: 127px;
}

.shop-menu .message-board {
	max-width: 680px;
}

.shop-menu .message-board__title {
	font-size: max(1.125rem, 16px);
}

.menu-table--drink .menu-table__td:not(:first-child),
.menu-table--food .menu-table__td:not(:first-child),
.menu-table--other .menu-table__td:not(:first-child) {
	text-align: right;
}

.shop-menu .message-board__pin {
	top: 10px;
}

.company .message-board {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.company .message-board__container {
	border-radius: 0.5rem;
	padding: 2.5rem 4rem;
}

.message-board__items {
	position: relative;
	z-index: 2;
}

.company .message-board__pin {
	top: 12.5px;
}

.company .message-board__container::before {
	right: 1rem;
	top: 0.875rem;
}

.company .message-board__container::after {
	left: 1rem;
	top: 0.875rem;
}

/* === サブタイトル(星付きタイトル)のクラス start === */

.sub-title {
	align-items: center;
	display: flex;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.sub-title__star-left {
	aspect-ratio: 40/51;
	left: -3.75rem;
	position: absolute;
	top: 1.0625rem;
	width: 2.5rem;
}

.sub-title__text {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.sub-title--small .sub-title__text {
	font-size: max(1.5rem, 22px);
}

.sub-title__star-right {
	aspect-ratio: 59/64;
	position: absolute;
	right: -5.125rem;
	top: -0.9375rem;
	width: 3.6875rem;
}

.sub-title__ranking {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-family: Quicksand;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: 1rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-history .sub-title__text {
	font-size: 2rem;
}

.blog-list .sub-title__text {
	align-items: baseline;
	font-size: 32px;
}

.sub-title__big {
	font-family: Quicksand;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
}

.sns-list .sub-title__text {
	font-size: 2rem;
}

/* === サブタイトル(星付きタイトル)のクラス end === */

@media screen and (max-width: 1300px) {

.top-mv__container--prefecture {
	flex-direction: column;
	gap: 0;
}

.top-mv__swiper {
	min-height: 0;
	min-height: initial;
	padding-left: 0.5rem;
}

}

@media screen and (max-width: 1023px) {

.top-mv__treat {
	font-size: 2rem;
	top: -1.625rem;
}

.message-board__pin {
	left: 51%;
}

}

@media screen and (max-width: 850px) {

.company .message-board__pin {
	top: 8.5px;
}

}

@media screen and (max-width: 767px) {

.modal__wrapper {
	padding: 2rem 1rem;
	top: 12.4%;
	width: 22.5rem;
}

.modal__text {
	font-size: max(1rem, 15px);
}

.modal__list {
	margin-top: 1.5rem;
	padding: 0;
}

.modal__buttons {
	margin-top: 1.25rem;
}

.modal__link {
	font-size: 13px;
}

.modal__close {
	display: flex;
  right: 0.6rem;
  top: 0.5rem;
	width: 2rem;
	height: 2rem;
}

.modal__close span:nth-child(1),
.modal__close span:nth-child(2) {
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal__close span:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.top-support {
	padding-left: 0.46875rem;
	padding-right: 0.46875rem;
}

.top-support__wrapper {
	max-width: 600px;
	padding: 2.5rem 0;
}

.top-support__layer-top {
	height: 8.125rem;
	left: -0.375rem;
	width: 8.625rem;
}

.top-support__layer-bottom {
	height: 6.875rem;
	width: 11.5rem;
}

.top-support__bottom-text {
	display: none;
}

.top-support__title {
	font-size: max(1.5rem, 22px);
	line-height: 2.4rem;
	text-shadow: 0.125rem 0.125rem 0rem #eb537b;
}

.top-support__message {
	margin-top: 0.375rem;
}

.top__history {
	padding-bottom: 2.5rem;
	padding-left: 0.46875rem;
	padding-right: 0.46875rem;
	padding-top: 2.5rem;
}

.history-swiper__container {
	margin-top: 0.5rem;
	padding-left: 0;
}

.top-prefecture .history-swiper__button-wrapper {
	top: -16px;
}

.top-prefecture .history-swiper__container {
	margin-top: 0.4375rem;
}

.history-swiper__title {
	-moz-text-align-last: left;
	font-size: max(1rem, 15px);
	line-height: 1.6rem;
	text-align-last: left;
}

.history-swiper__button {
	height: 2.5rem;
	width: 2.5rem;
}

.history-swiper__button::after {
	height: 2.5rem;
	width: 2.5rem;
}

.history-swiper__button-wrapper {
	gap: 1.625rem;
	height: 2.5rem;
	margin-right: 0;
	right: -0.3125rem;
	top: -0.75rem;
}

.top-history__cast .history-swiper__button-wrapper {
	top: -4%;
}

.history-swiper .link-button {
	height: 3rem;
	margin-top: 0.25rem;
	width: 21.25rem;
}

.message-container {
	min-height: 0;
	min-height: initial;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
}

.message-container--concafe {
	box-shadow: 0.25rem 0.25rem 0rem 0rem #eb537b;
	height: 25.75rem;
}

.message-container--concolle {
	box-shadow: 0.25rem 0.25rem 0rem 0rem #a4ecec;
	height: 26.3125rem;
}

.message-container__title img {
	height: 6.625rem;
	width: 19.1875rem;
}

.message-container__title--concolle img {
	height: 7.1875rem;
	width: 21.0625rem;
}

.message-container__text {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4rem;
	margin-top: 1rem;
}

.top-history__shop {
	margin-top: 1rem;
}

.top-history__cast {
	margin-top: 2.5rem;
}

.top-message {
	flex-direction: column;
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.top-mv {
	background: url("../images/common/top-mv-sp.png"), url("../images/common/bg-top-mv-sp.png");
	background-color: #fffbf2;
	background-size: cover;
	padding-bottom: 2.5rem;
	padding-left: 1.71875rem;
	padding-right: 1.71875rem;
	padding-top: 4rem;
}

.top-mv--prefecture {
	padding: 0;
	padding-bottom: 2.5rem;
	padding-top: 0.9375rem;
}

.top-region .top-mv {
	padding: 3.875rem 0 2.5rem;
}

.top-mv__container {
	flex-direction: column;
}

.top-mv__title {
	font-size: 1.6275rem;
	line-height: 2.604375rem;
}

.top-mv__bubble {
	bottom: 0.375rem;
	display: flex;
	justify-content: center;
	margin-left: -0.6875rem;
}

.top-region .top-mv__bubble {
	width: 15.125rem;
}

.top-mv__bubble img {
	height: 2.8125rem;
	width: 14.25rem;
}

.top-region .top-mv__bubble img {
	height: 2.8125rem;
	width: 15.125rem;
}

.top-mv__main-title-wrapper {
	display: block;
	padding: 0 2.3125rem;
	width: 100%;
}

.top-mv__main-title {
	font-size: 1.6275rem;
	margin-top: -0.5625rem;
	padding-right: 0;
}

.top-mv--prefecture .top-mv__main-title {
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.top-region .top-mv__main-title {
	margin-top: -0.6875rem;
}

.top-mv__bubble-text {
	font-size: 13px;
	line-height: 1.3rem;
}

.top-mv__shadow-text {
	-webkit-text-stroke: 0.03125rem #221a15; /* 枠線の太さと色 */
	font-size: 2.0925rem;
	line-height: 1;
	text-shadow: 0.08125rem 0.09375rem 0rem #eb537b;
}

.top-mv__box-text {
	font-size: 1.6275rem;
	gap: 0.465rem;
	margin-top: 0.125rem;
	padding-left: 0.1875rem;
	padding-right: 0;
}

.top-mv__concolle-text {
	height: 2.125rem;
	width: 10.375rem;
}

.top-mv__box-icon {
	height: 2.25rem;
	height: 2rem;
	right: 0.3125rem;
	top: 1.0625rem;
	transform: rotate(-3deg);
	width: 4.75rem;
	width: 4.75rem;
}

.top-region .top-mv__message {
	margin-top: 0;
}

.top-mv__message-top {
	font-size: max(1rem, 15px);
	line-height: 1.6rem;
	margin-top: 1.5rem;
}

.top-region .top-mv__message-top {
	margin-top: 0.9375rem;
}

.top-mv__message-bottom {
	-moz-text-align-last: left;
	font-size: 12px;
	line-height: 1.35rem;
	text-align-last: left;
}

.top-mv__region {
	margin-bottom: 0;
	margin-top: 1rem;
	width: 100%;
}

.top-mv__container--region {
	gap: 1.125rem;
	padding: 0 1.71875rem;
}

.top-mv__shadow-text--big {
	font-size: 2.5rem;
	line-height: 1;
}

.top .top-mv__shadow-text {
	left: 0;
	margin-right: 0;
}

.top-region .top-mv__shadow-text--big {
	bottom: 0.125rem;
}

.top-prefecture .top-mv__shadow-text--big {
	display: block;
	font-size: 2rem;
	margin-top: -0.3125rem;
}

.top-mv__shadow-text--big::before {
	height: 1.75rem;
	left: -2rem;
	width: 1.5rem;
}

.top-mv__shadow-text--big::after {
	height: 1.75rem;
	right: -2rem;
	width: 1.5rem;
}

.top-prefecture .top-mv__shadow-text--big::before {
	height: 1.25rem;
	left: -1.25rem;
	width: 1rem;
}

.top-prefecture .top-mv__shadow-text--big::after {
	height: 1.25rem;
	right: -1.25rem;
	width: 1rem;
}

.top-mv__left {
	width: 100%;
}

.top-mv__shadow-text--small {
	font-size: 2rem;
	line-height: 1;
}

.top-prefecture .top-mv__shadow-text--small {
	font-size: max(1.25rem, 18px);
}

.top-mv__container--region .top-mv__message-top,
.top-mv__container--region .top-mv__message-bottom {
	text-align: center;
}

.top-mv__search {
	margin-top: 1.6875rem;
	padding: 0 1.6875rem;
}

.top-mv__sub-title {
	margin-bottom: 0;
}

.top-mv__treat {
	display: none;
}

.region-select {
	border-radius: 0.5rem;
}

.region-select--top {
	min-width: 0;
	min-width: initial;
	width: 100%;
}

.region-select__header {
	border-top-left-radius: 0.4375rem;
	border-top-right-radius: 0.4375rem;
}

.region-select__ribbon {
	height: 2.4375rem;
	width: 3rem;
}

.region-select__text {
	font-size: max(1rem, 15px);
	line-height: 1rem;
}

.region-select__content {
	border-bottom-left-radius: 0.4375rem;
	border-bottom-right-radius: 0.4375rem;
	padding: 1rem;
}

.region-select__link {
	font-size: 12px;
	margin-top: 1rem;
}

.cast-item__name {
	font-size: max(1.25rem, 18px);
	line-height: 2rem;
}

.cast-item__info {
	min-height: 66px;
	padding: 0.75rem 0;
}

.cast-item__feature {
	font-size: 11px;
	line-height: 1.1rem;
}

.cast-item__shop {
	font-size: 14px;
	line-height: 1.4rem;
}

.cast-item__number {
	bottom: 0.875rem;
}

.cast-item__img {
	height: 14.5rem;
}

.ranking-list li:nth-child(2) .cast-item {
	padding-top: 0;
}

.ranking-list li:nth-child(3) .cast-item {
	padding-top: 0;
}

.ranking-number__text {
	font-size: 2.16rem;
	line-height: 2.16rem;
}

.ranking-number__count {
	font-size: 2.52rem;
	line-height: 2.52rem;
}

.ranking-number__sparkling-left {
	height: 1.951875rem;
	left: -2.5rem;
	top: 1rem;
	width: 1.546875rem;
}

.ranking-number__sparkling-left svg {
	height: 100%;
	width: 100%;
}

.ranking-number__sparkling-right {
	height: 1.71rem;
	right: -2.8125rem;
	width: 1.845rem;
}

.ranking-number__sparkling-right svg {
	height: 100%;
	width: 100%;
}

.ranking-swiper__button {
	height: 2.5rem;
	top: 52%;
	width: 2.5rem;
}

.ranking-swiper__button::after {
	height: 2.5rem;
	width: 2.5rem;
}

.ranking-swiper__button--prev {
	left: 5%;
}

.ranking-swiper__button--next {
	right: 5%;
}

.ranking__shop .ranking-swiper__button--prev {
	left: 5%;
	top: 50%;
}

.ranking__shop .ranking-swiper__button--next {
	right: 5%;
	top: 50%;
}

.ranking-swiper .swiper-slide {
	transform: translateY(5.125rem);
}

.ranking-swiper .swiper-slide-active {
	transform: translateY(3rem);
}

.ranking-swiper__pagination {
	bottom: 2.875rem !important;
}

.ranking-swiper__pagination .swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.ranking-swiper .link-button {
	margin-top: 0.5rem;
	width: 20rem;
}

.ranking__shop .link-button {
	margin-top: -1.3125rem;
}

.ranking {
	padding: 2.5rem 0;
}

.ranking__container:nth-child(3) {
	margin-top: 3rem;
}

.ranking__cast,
.ranking__shop {
	margin-top: 0.875rem;
}

.search-shop .ranking {
	padding-bottom: 7.5625rem;
}

.shop-item__content {
	border-top-left-radius: 3.75rem;
	border-top-right-radius: 3.75rem;
}

.shop-item__img {
	border-top-left-radius: 3.75rem !important;
	border-top-right-radius: 3.75rem !important;
	height: 11.25rem;
}

.shop-item__info {
	padding: 0.6875rem;
}

.shop-item__name {
	font-size: 11px;
	line-height: 1.1rem;
}

.shop-item__shop {
	font-size: 14px;
	line-height: 1.4rem;
}

.shop-item__number {
	bottom: 1.5rem;
}

.message-board__pin {
	left: 51.5%;
}

.message-board__bubble-top {
	height: 4.875rem;
	width: 8.78125rem;
}

.message-board__bubble-bottom {
	height: 4.53125rem;
	width: 9.15625rem;
}

.message-board__icon {
	height: 1.36375rem;
	width: 1.19rem;
}

.message-board__title {
	font-size: max(1rem, 15px);
	line-height: 1rem;
}

.message-board__text {
	font-size: 14px;
	line-height: 1.8;
}

.shop-menu .message-board__text {
	font-size: 13px;
	margin-top: 0.6875rem;
	min-height: 0;
}

.shop-menu .message-board__title {
	font-size: 14px;
}

.menu-table--drink .menu-table__td:not(:first-child),
.menu-table--food .menu-table__td:not(:first-child),
.menu-table--other .menu-table__td:not(:first-child) {
	text-align: center;
}

.shop-menu .message-board__container {
	padding: 1rem 1rem 2rem 1rem;
}

.shop-menu .message-board__pin {
	height: 1.5rem;
	left: 51.5%;
	top: 8px;
	width: 1.5rem;
}

.shop-menu .message-board__triangle {
	height: 2.5rem;
}

.company .message-board__container {
	padding: 2.5rem 1rem;
}

.company .message-board__pin {
	top: 11.5px;
}

.sub-title__star-left {
	height: 1.57875rem;
	left: -1.75rem;
	top: 0.375rem;
	width: 1.241875rem;
}

.sub-title__text {
	flex-direction: column;
	font-size: max(1rem, 15px);
}

.sub-title--small .sub-title__text {
	font-size: max(1rem, 15px);
}

.sub-title__star-right {
	height: 1.985625rem;
	right: -2.1875rem;
	top: -0.8125rem;
	width: 1.810625rem;
}

.sub-title__ranking {
	font-size: max(1.375rem, 20px);
	margin-left: 0;
}

.shop-history .sub-title__text {
	font-size: max(1rem, 15px);
}

.blog-list .sub-title__text {
	flex-direction: row;
}

.sub-title__big {
	font-size: 2rem;
}

.sns-list .sub-title__text {
	font-size: 1rem;
}

}

@media screen and (max-width: 420px) {

.message-board__pin {
	left: 52.5%;
}

}

