.cast-ranking__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.ranking-crown {
	align-items: center;
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 11.25rem;
	display: flex;
	flex-direction: column;
	height: 5rem;
	justify-content: center;
	width: 5rem;
}

.shop-card--best20 .ranking-crown {
	border: none;
	height: 4rem;
	width: 4rem;
}

.ranking-crown__icon {
	align-items: center;
	display: flex;
	height: 1.625rem;
	justify-content: center;
	width: 2rem;
}

.shop-card--best20 .ranking-crown__icon {
	height: 1.416875rem;
	width: 1.666875rem;
}

.ranking-crown__text {
	-webkit-text-decoration-skip-ink: none;
	align-items: baseline;
	color: #ffdee7;
	display: flex;
	font-family: Quicksand;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration-skip-ink: none;
	text-shadow: -0.0625rem -0.0625rem 0 #221a15, 0.0625rem -0.0625rem 0 #221a15, -0.0625rem 0.0625rem 0 #221a15, 0.0625rem 0.0625rem 0 #221a15; /* 縁取り */
	text-underline-position: from-font;
}

.ranking-crown__no {
	font-size: max(1rem, 15px);
}

.ranking-crown__count {
	font-size: max(1.5rem, 22px);
}

.shop-card--best20 .ranking-crown__count {
	font-size: 1.333125rem;
}

.ranking-list {
	background-color: #fffbf2;
	background-image: url("../images/common/bg-ranking.svg");
}

.ranking-list__title {
	margin-top: 3.8125rem;
}

.ranking-list__content {
	display: none;
}

.ranking-list__content.is-active {
	display: block;
}

.ranking-list__wrapper {
	padding-bottom: 7.5rem;
	padding-top: 1.5rem;
}

.ranking-list__tags {
	margin-top: 3rem;
}

.ranking-list__sub-title {
	margin-top: 2.625rem;
}

.ranking-list__3 {
	display: grid;
	gap: 6.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.5rem;
}

.ranking-list__3-shop {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
	margin-top: 2.5rem;
}

.ranking-list__under-4 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.ranking-list__list {
	margin-top: 5rem;
}

.ranking-list__item:nth-child(2) {
	margin-top: 4.625rem;
}

.ranking-list__under-4 {
	margin-top: 2.5rem;
}

.ranking-list__pagination {
	margin-top: 2.5rem;
}

.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;
}

.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;
}

.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%);
}

.cast-content__img {
	position: relative;
}

.cast-content__img-main {
	-o-object-fit: cover;
	aspect-ratio: 276/185;
	border: 1px solid #221a15;
	border-radius: 0.5rem;
	object-fit: cover;
}

.cast-content__ranking {
	left: -1rem;
	position: absolute;
	top: -1.125rem;
}

.cast-content__info {
	margin-top: 0.5rem;
	padding: 0 0.5rem;
}

.cast-content__name {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-content__feature {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-content__shop {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.25rem;
	overflow: hidden;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-card {
	list-style: none;
	width: 100%;
}

.shop-card__wrapper {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
}

.ranking-list__3-shop .shop-card:nth-child(1) .shop-card__wrapper {
	border: 0.0625rem solid #957916;
}

.shop-card__header {
	align-items: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	display: flex;
	gap: 1rem;
	padding: 1rem;
}

.search-shop .shop-card__header,
.shop-history .shop-card__header {
	background-color: #ffecf1;
}

.shop-card--best3:nth-child(1) .shop-card__header {
	background-color: #f3eadb;
	gap: 0.6875rem;
	position: relative;
}

.shop-card--best3:nth-child(1) .shop-card__header::before {
	background-image: url("../images/ranking/icon-no-1.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 9.75rem;
	position: absolute;
	right: -0.6875rem;
	top: -0.75rem;
	width: 9.75rem;
}

.shop-card--best3:nth-child(2) .shop-card__header {
	background-color: #f4f4f4;
}

.shop-card--best3:nth-child(3) .shop-card__header {
	background-color: #f9e4d6;
}

.shop-card--best20 .shop-card__header {
	background-color: #ffecf1;
	padding: 0.75rem;
}

.shop-card__icon {
	height: 6rem;
	width: 6rem;
}

.shop-card--best20 .shop-card__icon {
	height: 4rem;
	width: 4rem;
}

.shop-card--best3:nth-child(1) .shop-card__icon {
	height: 6.875rem;
	width: 6rem;
}

.shop-card__feature {
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-card--best20 .shop-card__feature {
	font-size: 12px;
}

.shop-card__shop {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-card--best20 .shop-card__shop {
	font-size: max(1.125rem, 16px);
}

.shop-card__content {
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding: 1rem;
}

.shop-card__heading {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.shop-card__heading-icon {
	height: 2rem;
	width: 2rem;
}

.shop-card__heading-text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-card__main {
	display: flex;
	gap: 1rem;
}

.shop-card--best20 .shop-card__content {
	gap: 0.75rem;
	padding: 0.75rem 0.6875rem;
}

.search-shop .shop-card__content {
	padding: 1.5rem 1rem;
	padding-bottom: 15px;
}

.shop-card__left {
	width: 36.021%;
}

.shop-card__img {
	-o-object-fit: cover;
	aspect-ratio: 420/315;
	border-radius: 0.5rem;
	height: 100%;
	max-width: 420px;
	object-fit: cover;
	width: 36.021%;
	width: 100%;
}

.shop-card--best20 .shop-card__img {
	aspect-ratio: 240/180;
	max-width: 240px;
	width: 42.705%;
}

.shop-card__right {
	flex: 1;
}

.shop-card__tags {
	margin-top: 1.5rem;
}

.shop-card--best20 .shop-card__tags {
	margin-top: 0.375rem;
}

.shop-history .shop-card__tags {
	margin-top: 1rem;
}

.shop-card .link-button {
	height: 4.125rem;
	margin: 0 auto;
	margin-top: 1rem;
	width: 16.25rem;
}

.shop-card__recommend {
	margin-top: 1rem;
}

.shop-history .shop-card__content {
	padding-top: 1.5rem;
}

.shop-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.shop-info__link {
	-webkit-text-decoration-skip-ink: none;
	color: #f090a9;
	font-size: max(1.125rem, 16px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.information .shop-info {
	gap: 0.75rem;
}

.shop-card--best20 .shop-info {
	gap: 0.25rem;
}

.shop-info__item {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
}

.shop-card--best20 .shop-info__item {
	gap: 0.25rem;
}

.shop-info__label {
	align-items: center;
	display: flex;
	gap: 0.25rem;
	min-width: 94px;
	width: 22.384%;
}

.information .shop-info__label {
	gap: 0.5rem;
	width: 18.21%;
}

.shop-card--best20 .shop-info__label {
	width: -moz-fit-content;
	width: fit-content;
}

.shop-info__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.information .shop-info__icon {
	height: 1.75rem;
	width: 1.75rem;
}

.shop-card--best20 .shop-info__icon {
	height: 1.375rem;
	width: 1.375rem;
}

.shop-info__label-text {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.information .shop-info__label-text {
	font-size: max(1.125rem, 16px);
}

.shop-board .shop-info__label-text {
	font-size: max(1rem, 15px);
	white-space: nowrap;
}

.shop-info__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	font-style: normal;
}

.information .shop-info__text {
	font-size: max(1.125rem, 16px);
}

.shop-board .shop-info__text {
	font-size: max(1rem, 15px);
}

.shop-info__sns {
	display: flex;
	gap: 0.5rem;
}

.shop-info__sns-item {
	align-items: center;
	background-color: #f090a9;
	border-radius: 3rem;
	display: flex;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.shop-info__sns-item.disabled {
	background-color: #c9c9c9;
}

.shop-info__sns-item img {
	height: 0.9375rem;
	width: 0.9375rem;
}

.shop-history .shop-info__label {
	min-width: 86px;
	width: auto;
}

.shop-history .shop-info {
	gap: 0.25rem;
}

.ranking-list__under-4 .shop-info__label {
	min-width: 0;
	min-width: initial;
}

.ranking-list__3-shop .shop-info__label {
	width: auto;
}

.search-shop .shop-info__label {
	width: auto;
}

.search-shop .shop-info {
	gap: 0.25rem;
}

.shop-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.shop-card--best20 .shop-tags {
	gap: 0.25rem;
}

.shop-tags__item {
	-webkit-text-decoration-skip-ink: none;
	background-color: #f3eadb;
	border: 0.0625rem solid #221a15;
	border-radius: 1.5rem;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.ranking-list__3-shop .shop-card:nth-child(2) .shop-tags__item {
	background-color: #f4f4f4;
}

.ranking-list__3-shop .shop-card:nth-child(3) .shop-tags__item {
	background-color: #f9e4d6;
}

.shop-card--best20 .shop-tags__item {
	background-color: #ffcfdc;
	font-size: 11px;
	padding: 0.25rem 0.4375rem;
}

.shop-tags--cast-box {
	gap: 0.25rem;
}

.shop-tags--cast-box .shop-tags__item,
.shop-tags--cast-box-2 .shop-tags__item {
	background-color: #ffcfdc;
	padding: 0.1875rem 0.75rem;
}

.shop-tags--search .shop-tags__item,
.shop-tags--cast-box .shop-tags__item,
.shop-tags--history .shop-tags__item {
	background-color: #ffcfdc;
}

.pagination {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pagination__omission {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.pagination__omission span {
	background-color: black;
	border-radius: 11.25rem;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
}

.pagination__number {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 7.5rem;
}

.pagination__arrow {
	align-items: center;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	width: 1.5rem;
}

.pagination__arrow.disabled path {
	stroke: #c9c9c9;
}

.pagination__arrow--prev {
	transform: rotate(180deg);
}

.pagination__list {
	display: flex;
	gap: 1rem;
}

.pagination__count {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	border: 0.0625rem solid #221a15;
	border-radius: 0.125rem;
	cursor: pointer;
	display: flex;
	font-family: Quicksand;
	font-size: max(1rem, 15px);
	font-weight: 400;
	height: 2rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: 2rem;
}

.pagination__count.active {
	background-color: #ffecf1;
}

.pagination__count:hover {
	background-color: #ffecf1;
}

.pagination__3-point {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pagination__3-point img {
	width: 1rem;
}

.shop-posts .pagination__number {
	margin-top: 6.5625rem;
}

.press-list__wrapper .pagination__number {
	margin-top: 6.5625rem;
}

.search-shop .pagination__omission,
.search-cast .pagination__omission {
	display: none;
}

.search-shop .pagination__number,
.search-cast .pagination__number {
	margin-top: 5.125rem;
}

.cast-blog .pagination__number {
	margin-top: 6.75rem;
}

.sns-list .pagination__number {
	margin-top: 10rem;
}

/* === サブタイトル(星付きタイトル)のクラス 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: 767px) {

.cast-ranking__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1rem;
	row-gap: 1.5rem;
}

.cast-content {
	width: calc(50% - 0.375rem);
}

.ranking-crown {
	height: 3.5rem;
	width: 3.5rem;
}

.shop-card--best20 .ranking-crown {
	height: 3rem;
	width: 3rem;
}

.ranking-crown__icon {
	height: 1.1375rem;
	width: 1.4rem;
}

.shop-card--best20 .ranking-crown__icon {
	height: 1.0625rem;
	width: 1.25rem;
}

.ranking-crown__text {
	text-shadow: -0.04375rem -0.04375rem 0 #221a15, 0.04375rem -0.04375rem 0 #221a15, -0.04375rem 0.04375rem 0 #221a15, 0.04375rem 0.04375rem 0 #221a15; /* 縁取り */
}

.ranking-crown__no {
	font-size: 11px;
}

.ranking-crown__count {
	font-size: max(1rem, 15px);
}

.shop-card--best20 .ranking-crown__no {
	font-size: 12px;
}

.shop-card--best20 .ranking-crown__count {
	font-size: max(1rem, 15px);
}

.ranking-list__title {
	margin-top: 0;
}

.ranking-list__wrapper {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.ranking-list__tags {
	margin-top: 1rem;
}

.ranking-list__sub-title {
	margin-top: 1.5rem;
}

.ranking-list__3 {
	gap: 4rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	margin-top: 3.375rem;
	max-width: 420px;
	padding: 0 3.0625rem;
}

.ranking-list__3-shop {
	gap: 1rem;
	margin-top: 1rem;
}

.ranking-list__under-4 {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.ranking-list__list {
	margin-top: 3rem;
}

.ranking-list__item:nth-child(2) {
	margin-top: 2.5rem;
	padding: 0 0.78125rem;
}

.ranking-list__under-4 {
	margin-top: 1rem;
}

.ranking-list__pagination {
	margin-top: 1.5rem;
}

.tabs {
	margin: 0 auto;
	width: 22.5rem;
}

.tabs__item {
	font-size: 14px;
	padding: 0.8125rem 0;
}

.sns-swiper .tabs {
	width: 20.9375rem;
}

.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%;
}

.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;
}

.cast-content__img-main {
	aspect-ratio: 176/116;
	border-radius: 0.25rem;
}

.cast-content__ranking {
	left: -0.3125rem;
	top: -0.8125rem;
}

.cast-content__info {
	margin-top: 0.25rem;
	padding: 0;
}

.cast-content__name {
	font-size: 14px;
}

.cast-content__feature {
	font-size: 10px;
	margin-top: 0.25rem;
}

.cast-content__shop {
	-webkit-line-clamp: 3;
	font-size: 12px;
}

.shop-card__header {
	gap: 0.5rem;
	padding: 0.5rem;
}

.search-shop .shop-card__header,
.shop-history .shop-card__header {
	padding: 0.75rem;
}

.shop-card--best3:nth-child(1) .shop-card__header::before {
	height: 4.875rem;
	right: -0.3125rem;
	top: -0.375rem;
	width: 4.875rem;
}

.shop-card--best20 .shop-card__header {
	padding: 0.5rem;
}

.shop-card__icon {
	height: 3rem;
	min-width: 48px;
	width: 3rem;
}

.shop-card--best20 .shop-card__icon {
	height: 3rem;
	min-width: 48px;
	width: 3rem;
}

.shop-card--best3:nth-child(1) .shop-card__icon {
	height: 3.4375rem;
	width: 3rem;
}

.shop-card__feature {
	font-size: 11px;
}

.shop-card--best20 .shop-card__feature {
	font-size: 10px;
}

.shop-card__shop {
	font-size: max(1rem, 15px);
	margin-top: 0.25rem;
}

.shop-card--best20 .shop-card__shop {
	font-size: 14px;
}

.shop-card__content {
	padding: 0.9375rem 0.75rem 0.75rem 0.75rem;
}

.shop-card__heading {
	margin-bottom: 0.375rem;
}

.shop-card__heading-icon {
	height: 1.5rem;
	min-width: 24px;
	width: 1.5rem;
}

.shop-card__heading-text {
	font-size: 12px;
}

.shop-card__main {
	flex-direction: column;
	gap: 0.5rem;
}

.shop-card--best20 .shop-card__content {
	flex-direction: row;
	gap: 0.5rem;
}

.search-shop .shop-card__content {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}

.shop-card__left {
	width: 100%;
}

.shop-card__img {
	aspect-ratio: 328/203;
	margin: 0 auto;
	max-width: 328px;
	width: 100%;
}

.shop-card--best20 .shop-card__img {
	aspect-ratio: 100/75;
	border-radius: 4px;
	max-width: 100px;
	width: 32.156%;
}

.shop-history .shop-card__img {
	max-width: 336px;
}

.shop-card__tags {
	margin-top: 1rem;
}

.shop-card .link-button {
	height: 3rem;
	margin-top: 1rem;
	width: 15rem;
}

.shop-history .shop-card__content {
	padding: 0.5rem 0.75rem 1.25rem 0.75rem;
}

.shop-card--best20 .shop-card__main {
	flex-direction: row;
}

.shop-history .shop-card__shop {
	font-size: 14px;
}

.shop-history .shop-card__feature {
	font-size: 12px;
}

.search-shop .shop-card__shop {
	font-size: 0.875rem;
}

.search-shop .shop-card__feature {
	font-size: 0.75rem;
}

.search-shop .shop-card__recommend {
	margin-top: 0.5rem;
}

.search-shop .search-shop__list {
	gap: 15px;
}

.shop-info {
	gap: 0.125rem;
}

.shop-info__link {
	font-size: 12px;
}

.information .shop-info {
	gap: 0.5rem;
}

.shop-info__item {
	gap: 0.9375rem;
}

.shop-info__label {
	min-width: 86px;
	width: 26.385%;
}

.shop-card--best20 .shop-info__label {
	min-width: 0;
	min-width: initial;
}

.shop-info__icon {
	height: 1.125rem;
	width: 1.125rem;
}

.shop-board .shop-info__icon {
	height: 1.125rem;
	width: 1.125rem;
}

.information .shop-info__icon {
	height: 1.125rem;
	width: 1.125rem;
}

.shop-card--best20 .shop-info__icon {
	height: 1.125rem;
	width: 1.125rem;
}

.shop-info__label-text {
	font-size: 12px;
}

.information .shop-info__label-text {
	font-size: 12px;
}

.shop-board .shop-info__label-text {
	font-size: 12px;
}

.shop-info__text {
	font-size: 12px;
}

.information .shop-info__text {
	font-size: 12px;
}

.shop-board .shop-info__text {
	font-size: 12px;
}

.shop-card--best20 .shop-info__item {
	align-items: center;
}

.shop-info__sns-item {
	height: 2rem;
	width: 2rem;
}

.shop-info__sns-item img {
	height: 0.833125rem;
	width: 0.833125rem;
}

.information .shop-info__item:last-child {
	align-items: center;
}

.shop-tags {
	gap: 0.25rem;
}

.shop-card--best20 .shop-tags {
	gap: 0.25rem;
}

.shop-tags__item {
	font-size: 11px;
	padding: 0.3125rem 0.5rem;
}

.shop-card--best20 .shop-tags__item {
	padding: 0.1875rem 0.4375rem;
}

.shop-tags--cast-box .shop-tags__item,
.shop-tags--cast-box-2 .shop-tags__item {
	font-size: 11px;
}

.pagination {
	gap: 2rem;
}

.pagination__omission span {
	height: 0.375rem;
	width: 0.375rem;
}

.pagination__number {
	gap: 0.75rem;
	margin-top: 0;
}

.pagination__list {
	gap: 0.75rem;
}

.pagination__count:nth-child(n+5) {
	display: none;
}

.pagination__count:last-child {
	display: flex;
}

.cast-blog .pagination__omission,
.shop-blog-list .pagination__omission {
	display: flex;
}

.shop-posts .pagination__number {
	margin-top: 0;
}

.press-list__wrapper .pagination__number {
	margin-top: 0;
}

.search-shop .pagination__number,
.search-cast .pagination__number {
	margin-top: 0;
}

.cast-blog .pagination__number {
	margin-top: 0;
}

.sns-list .pagination__number {
	margin-top: 0;
}

.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;
}

}

