.top-region__history {
	padding-bottom: 5rem;
	padding-top: 11.25rem;
}

.top-region__message {
	background-color: #fffbf2;
}

.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: 0 auto;
	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: 3.8rem;
	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;
}

.top-blog {
	background-color: #f090a9;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-blog__list {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.25rem;
	row-gap: 1rem;
}

.top-blog__button {
	height: 4.125rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	width: 21.25rem;
}

.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;
}

.blog-item {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.blog-item__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-item__header {
	background-color: #ffecf1;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem;
}

.blog-item__region {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.blog-item__shop-name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8rem;
	margin-top: 0.25rem;
	overflow: hidden;
	text-align: left;
}

.blog-item__wrapper {
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem 1rem 1.5rem 1rem;
}

.blog-item__container {
	display: flex;
	flex: 1;
	gap: 1rem;
	justify-content: space-between;
}

.blog-item__icon {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 9rem;
	height: 6.25rem;
	object-fit: cover;
	width: 6.25rem;
}

.blog-item__info {
	display: flex;
	flex-direction: column;
	width: 79.14%;
}

.blog-item__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2rem;
	overflow: hidden;
	text-align: left;
}

.blog-item__time {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4rem;
	margin-top: 0.25rem;
	text-align: right;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.blog-item__buttons {
	align-items: center;
	background-color: white;
	display: flex;
	gap: 1rem;
	margin-top: 0.6875rem;
}

.blog-item__buttons a {
	height: 3rem;
}

.blog-swiper .blog-item {
	top: -2.3125rem;
	width: 94%;
}

.blog-swiper .blog-item__header {
	padding: 0.75rem;
}

.blog-swiper .blog-item__region {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 12px;
	overflow: hidden;
}

.blog-swiper .blog-item__shop-name {
	font-size: max(1rem, 15px);
}

.blog-swiper .blog-item__title {
	font-size: max(1.125rem, 16px);
}

.blog-swiper .blog-item__wrapper {
	padding: 0.3125rem 0.75rem 1rem 0.75rem;
}

.blog-swiper .blog-item__info {
	width: 100%;
}

.blog-swiper .blog-item__buttons a {
	height: 2.875rem;
}

.blog-list .link-button {
	padding: 0.625rem 0;
}

.blog-swiper .link-button::before {
	height: 0.5rem;
	width: 0.5rem;
}

.blog-swiper .link-button::after {
	height: 0.5rem;
	width: 0.5rem;
}

.blog-item--list .link-button::before,
.blog-item--list .link-button::after {
	height: 0.75rem;
	width: 0.75rem;
}

.blog-swiper .link-button {
	font-size: 14px;
}

.insta-item {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	cursor: pointer;
	display: block;
}

.insta-item__img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.5rem solid #f090a9;
	border-radius: 0.4375rem;
	max-width: 238px;
	object-fit: cover;
	width: 100%;
}

.insta-swiper .insta-item__img {
	max-width: none;
	max-width: initial;
}

.insta-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 6.25rem;
}

.sns {
	margin: 0 auto;
	max-width: 1440px;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.shop-timeline .sns {
	padding-bottom: 1.375rem;
}

.sns__tabs {
	margin-top: 3rem;
}

.sns__layer-top {
	height: 26.9375rem;
	position: absolute;
	top: -6.5%;
	width: 28.25rem;
	z-index: -1;
}

.sns__layer-bottom {
	bottom: -6.5%;
	height: 23.5625rem;
	position: absolute;
	right: 0;
	width: 39.4375rem;
	z-index: -1;
}

.sns-swiper .sns__layer-top,
.sns-swiper .sns__layer-bottom {
	z-index: 1;
}

.sns--section {
	position: relative;
}

.sns__sub-title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.sns__container {
	margin-top: 2.5rem;
}

.sns__item--insta .sns__container {
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 1200px;
}

.sns__item {
	display: none;
	margin-bottom: 6.25rem;
}

.is-active.sns__item {
	display: block;
}

.sns__wrapper--x {
	margin: 0 auto;
	max-width: 1250px;
	padding: 0 0.9375rem;
}

.sns__button {
	height: 4.125rem;
	margin: 0 auto;
	width: 21.25rem;
}

.sns__item--x {
	margin-bottom: 5.5rem;
}

.sns__item--insta {
	margin-bottom: 2.4375rem;
}

.sns__pagination {
	margin-top: 9.375rem;
}

.sns--shop-timeline {
	padding-top: 2rem;
}

.sns--shop-timeline .sns__wrapper--x {
	padding: 0;
}

.sns--shop-timeline .x-list {
	gap: 2rem;
}

.sns--shop-timeline .sns__pagination {
	margin-top: 5.25rem;
}

.sns__pagination .sns--shop-timeline {
	padding-bottom: 0;
}

.shop-timeline .sns__item--insta {
	padding-bottom: 2.625rem;
}

.sns-list .sns__item--insta {
	margin-bottom: 5.3125rem;
}

.sns-list .sns__wrapper--x {
	padding: 0;
}

.sns-list .sns__pagination {
	margin-top: 7.9375rem;
}

.sns--sns-list {
	padding-bottom: 0;
}

.x-item {
	background-image: url("../images/common/bg-phon-dott.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	width: 23.375rem;
}

.sns-swiper .x-item {
	width: auto;
}

.x-item:nth-child(3n+2) {
	transform: translateY(3.5rem);
}

.x-item:nth-child(3n+3) {
	transform: translateY(1.5rem);
}

.x-item__container {
	display: flex;
	flex-direction: column;
	padding: 3.1875rem 0.6875rem 1.5rem 0.5rem;
	padding-bottom: 3rem;
	width: 95.094%;
}

.x-item__link {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.x-item__header {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.x-item__icon {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.0625rem solid #221a15;
	border-radius: 3rem;
	height: 4.5rem;
	object-fit: cover;
	width: 4.5rem;
}

.x-item__info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 76%;
}

.x-item__name-wrapper {
	align-items: center;
	display: flex;
}

.x-item__name {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: max(1.125rem, 14px);
	font-weight: 600;
	line-height: 1.3;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__time {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: max(1rem, 12px);
	font-weight: 500;
	line-height: 1.3;
	padding-top: 0.1875rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	white-space: nowrap;
}

.x-item__region {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #eb537b;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.25rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__shop-name {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(0.875rem, 12px);
	font-weight: 600;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__text {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	flex: 1;
	font-size: max(1rem, 13px);
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__img {
	-o-object-fit: cover;
	aspect-ratio: 339/247;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	margin-top: 0.8125rem;
	max-width: 339px;
	object-fit: cover;
	width: 100%;
}

.x-item__btn-wrapper {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	position: relative;
	top: -0.1875rem;
}

.x-item .link-button {
	margin: 0 auto;
	max-width: 12.5rem;
}

.x-item--section .x-item__btn-wrapper {
	justify-content: center;
}

.x-item .link-button {
	height: 2.875rem;
	width: 10.34375rem;
}

.x-item .link-button {
	font-size: max(0.875rem, 9px);
	line-height: 1;
}

.x-item--white,
.x-item--shop-timeline,
.x-item--sns-list {
	background-image: url("../images/common/bg-phon-white.svg");
	background-size: contain;
	width: 23.625rem;
}

.x-item--sns-list {
	background-image: url("../images/common/bg-phone-white-sns.svg");
}

.sns-swiper .x-item {
	height: 31.25rem;
}

.sns-swiper .x-item__text {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 0.1875rem;
}

.sns-swiper .x-item__time {
	font-size: 12px;
}

.sns-swiper .x-item__region {
	display: none;
}

.sns-swiper .x-item__shop-name {
	display: none;
}

.sns-swiper .x-item__btn-wrapper {
	display: none;
}

.sns-swiper .x-item__icon {
	height: 3rem;
	width: 3rem;
}

.x-swiper__slide .x-item__container {
	padding-top: 3rem;
}

.x-swiper .x-item__text {
	-webkit-line-clamp: 7 !important;
	flex: none;
}

.x-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.shop-timeline .x-list {
	row-gap: 5.1875rem;
}

.sns-list .x-list {
	row-gap: 5.3125rem;
}

.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;
}

.tabs {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.tabs__item {
	-webkit-text-decoration-skip-ink: none;
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 4rem;
	color: #221a15;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.6875rem 0;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: 231px;
}

.is-active.tabs__item {
	background-color: #221a15;
	color: white;
}

/* === サブタイトル(星付きタイトル)のクラス 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;
}

.x-item {
	width: 93%;
}

.x-item__container {
	padding-right: 0.75rem;
}

.x-item__text {
	-webkit-line-clamp: 3;
}

.x-swiper .x-item__text {
	-webkit-line-clamp: 5 !important;
}

.x-list {
	gap: 3.375rem;
}

.shop-timeline .x-list {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.sns-list .x-list {
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
}

}

@media screen and (max-width: 1023px) {

.top-mv__treat {
	font-size: 2rem;
	top: -1.625rem;
}

.sns__item--insta .sns__container {
	margin-top: 3.5rem;
}

.x-item {
	width: 90%;
}

.x-item__shop-name {
	-webkit-line-clamp: 1;
}

.x-item__text {
	-webkit-line-clamp: 3;
}

.shop-timeline .x-item__container {
	padding-bottom: 28px;
}

.shop-timeline .x-list {
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
}

.sns-list .x-list {
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
}

}

@media screen and (max-width: 850px) {

.x-item__name-wrapper {
	align-items: flex-start;
	flex-direction: column;
}

.sns-list .x-item__name-wrapper {
	flex-direction: row;
}

.x-item__text {
	-webkit-line-clamp: 2;
}

.x-list {
	gap: 1.5rem;
}

.shop-timeline .x-list {
	-moz-column-gap: 32px;
	column-gap: 32px;
}

}

@media screen and (max-width: 767px) {

.top-region__history {
	padding: 2.5rem 0.46875rem;
}

.top-region__message {
	background-color: white;
}

.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;
	margin: 0 auto;
}

.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;
	white-space: nowrap;
}

.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;
}

.top-blog {
	padding: 2.5rem 0;
}

.top-blog__list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.4375rem;
}

.top-blog__button {
	height: 3rem;
	margin-top: 1.5rem;
	width: 20rem;
}

.top-blog__wrapper {
	padding: 0 1.71875rem;
}

.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;
}

.blog-item__header {
	padding: 0.75rem;
}

.blog-item__region {
	font-size: 11px;
	line-height: 1.6;
}

.blog-item__shop-name {
	font-size: 14px;
	line-height: 1.6;
}

.blog-item__wrapper {
	padding: 0.75rem 0.75rem 1.25rem;
}

.blog-item__container {
	gap: 0.5rem;
}

.blog-item__icon {
	height: 4rem;
	width: 4rem;
}

.blog-item__title {
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 1.6;
}

.blog-item__time {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.blog-item__buttons {
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.blog-item__buttons a {
	height: 2.875rem;
}

.blog-swiper .blog-item {
	width: 89%;
}

.blog-swiper .blog-item__region {
	font-size: 11px;
}

.blog-swiper .blog-item__shop-name {
	font-size: 14px;
}

.blog-swiper .blog-item__title {
	font-size: max(1rem, 15px);
}

.blog-swiper .blog-item__wrapper {
	padding: 0.75rem 0.75rem 1rem 0.75rem;
}

.blog-list__items .link-button {
	font-size: 14px;
}

.insta-list {
	gap: 0.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
}

.sns {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.sns__tabs {
	margin-top: 1rem;
}

.sns__layer-top {
	height: 8.9375rem;
	top: 0;
	width: 9.375rem;
}

.sns__layer-bottom {
	bottom: 0;
	height: 9.25rem;
	width: 15.5rem;
}

.sns__sub-title {
	margin-top: 1.5rem;
}

.sns__container {
	margin-top: 1.5rem;
}

.sns__item--insta .sns__container {
	margin-top: 1.5rem;
}

.sns__wrapper {
	padding: 0 1.71875rem;
}

.sns__button {
	height: 3rem;
	width: 20rem;
}

.sns__item--x {
	margin-bottom: 1.5rem;
}

.sns__item--insta {
	margin-bottom: 1.5rem;
}

.sns--shop-timeline .sns__pagination {
	margin-top: 1.5rem;
}

.shop-timeline .sns__item--insta {
	padding-bottom: 0;
}

.sns-list .sns__item--insta {
	margin-bottom: 1.5rem;
}

.sns-list .sns__pagination {
	margin-top: 1.5rem;
}

.sns--sns-list {
	padding-bottom: 0;
}

.sns .sns__wrapper {
	padding: 0 1.25rem;
}

.x-item {
	background-image: url("../images/common/bg-phon_dott-sp.svg");
	height: 32.875rem;
	margin: 0 auto;
	width: 19.875rem;
}

.x-item:nth-child(3n+2) {
	transform: none;
}

.x-item:nth-child(3n+3) {
	transform: none;
}

.x-item__container {
	display: flex;
	flex-direction: column;
	padding: 3.1875rem 0.6875rem 1.8125rem;
}

.x-item__icon {
	height: 3.5rem;
	width: 3.5rem;
}

.x-item__name-wrapper {
	align-items: center;
	flex-direction: row;
}

.x-item__name {
	font-size: 14px;
}

.x-item__time {
	font-size: 12px;
}

.x-item__region {
	font-size: 11px;
}

.x-item__shop-name {
	font-size: 12px;
}

.x-item__text {
	-webkit-line-clamp: 6;
	font-size: 12px;
	margin-top: 0.5rem;
}

.x-item__img {
	aspect-ratio: 282/188;
	margin-bottom: 0.625rem;
	margin-top: 0.5rem;
	max-width: 282px;
}

.x-item .link-button {
	height: 2.75rem;
	width: 8.5625rem;
}

.x-item .link-button {
	font-size: 12px;
}

.x-item--white,
.x-item--shop-timeline,
.x-item--sns-list {
	background-image: url("../images/common/bg-phon-white-sp.svg");
	width: 19.6875rem;
}

.sns-swiper .x-item {
	height: 27rem;
}

.sns-swiper .x-item__text {
	font-size: 12px;
}

.x-swiper__slide .x-item__img {
	margin: 0 auto;
	margin-top: 0.875rem;
	max-width: 140px;
	width: 100%;
}

.x-swiper__slide .x-item__container {
	padding-top: 2.625rem;
}

.x-list {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.shop-timeline .x-list {
	row-gap: 1rem;
}

.sns-list .x-list {
	row-gap: 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;
}

.tabs {
	margin: 0 auto;
	width: 22.5rem;
}

.tabs__item {
	font-size: 14px;
	padding: 0.8125rem 0;
}

.sns-swiper .tabs {
	width: 20.9375rem;
}

.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: 767px) and (max-width: 767px) {

.x-swiper__slide .x-item__img {
	aspect-ratio: 140/186;
	width: 100%;
}

}

@media screen and (max-width: 420px) {

.insta-list {
	grid-template-columns: repeat(2, 1fr);
}

}

/* === Breadcrumb on MV (top-left overlay) === */
.top-region .top-mv {
  position: relative; /* パンくずの絶対配置先にする */
}

.top-mv__bread {
  position: absolute;
  top: 1rem;        /* デスクトップの上オフセット */
  left: 0;
  right: 0;         /* .innerで左右中央寄せ → 左端で整列 */
  z-index: 2;       /* MV要素より上に表示 */
}

.top-mv__bread .page-bread {
  margin: 0;        /* 余白があれば打ち消して左上に寄せる */
}

@media screen and (max-width: 767px) {
  .top-mv__bread { top: 0.5rem; } /* スマホは少し詰める */
}
