.cast-list__bg {
	background-color: #fffbf2;
	background-image: url(../images/common/bg-ranking.svg);
	padding-bottom: 5rem;
	padding-top: 1rem;
}

.cast-list__banner {
	margin-top: 0.875rem;
}

.information {
	background-color: #ffecf1;
	width: 100vw;
}

.information__wrapper {
	margin: 0 auto;
	margin: 0 auto;
	max-width: 838px;
	padding: 5.375rem 1.875rem 5rem;
	width: 100%;
}

.information__board {
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	margin-top: 2.5rem;
	padding: 4rem;
	position: relative;
}

.information__board-recommend {
	margin-top: 2.5rem;
}

.information__board-icons {
	margin-top: 2.5rem;
}

.information__circle {
	background-color: #221a15;
	border-radius: 11.25rem;
	height: 0.5rem;
	position: absolute;
	width: 0.5rem;
}

.information__circle--top-left {
	left: 1rem;
	top: 1rem;
}

.information__circle--top-right {
	right: 1rem;
	top: 1rem;
}

.information__circle--bottom-left {
	bottom: 1rem;
	left: 1rem;
}

.information__circle--bottom-right {
	bottom: 1rem;
	right: 1rem;
}

.shop-banner {
	background-image: url("../images/detail/bg-shop.png");
	background-size: 100% 100%;
	margin: 0 calc(50% - 50vw);
	margin-top: 0.875rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	width: 100vw;
}

.shop-banner__content {
	align-items: center;
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 1rem;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 1.5rem 1.5rem;
	width: 84%;
}

.shop-banner__left {
	width: 69%;
}

.shop-banner__info {
	border-bottom: 0.0625rem solid #221a15;
	padding-bottom: 0.75rem;
}

.shop-banner__feature {
	-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;
}

.shop-banner__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(1.5rem, 22px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.125rem;
	overflow: hidden;
	text-align: left;
}

.shop-banner__place {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.8125rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
	font-style: normal;
}

.shop-banner__place-icon {
	cursor: pointer;
	display: block;
	height: 24px;
	min-width: 24px;
	width: 24px;
}

.shop-banner__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.75rem;
}

.shop-banner__item {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.shop-banner__tag {
	-webkit-text-decoration-skip-ink: none;
	background-color: #f090a9;
	border-radius: 1.25rem;
	color: white;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.125rem 0.5rem;
	text-wrap: nowrap;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-banner__tag-label {
	-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-banner__right {
	-o-object-fit: cover;
	aspect-ratio: 320/180;
	border-radius: 0.5rem;
	max-width: 320px;
	object-fit: cover;
	width: 100%;
}

.shop-icons {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 1.5625rem;
}

.shop-icons__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.shop-icons__label {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	white-space: nowrap;
}

.disabled .shop-icons__label {
	color: #d9d9d9;
}

.shop-icons__img {
	height: 4.5rem;
	width: 4.5rem;
}

.shop-tabs {
	align-items: center;
	display: flex;
	gap: 4rem;
	height: 3.5rem;
	justify-content: center;
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}

.shop-tabs__item {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-bottom: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.75rem;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-tabs__item.is-active {
	border-bottom: 0.0625rem solid #eb537b;
	color: #eb537b;
}

.shop-tabs__item-icon {
	height: 1.25rem;
	margin: 0 auto;
	width: 1.5625rem;
}

.shop-tabs__item.is-active::before {
	background-image: url("../images/detail/icon-ribbon-pink.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1.5625rem;
}

.shop-tabs__item.disabled {
	color: #c9c9c9;
	cursor: not-allowed;
	pointer-events: none;
}

.shop-tabs__item.disabled span,
.shop-tabs__item.disabled a {
	color: #c9c9c9;
}

.shop-tabs__item.disabled::before {
	background-image: url("../images/detail/icon-ribbon-gray.svg");
}

.cast-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cast-card__link {
	height: 100%;
	width: 100%;
}

.cast-card__img {
	-o-object-fit: cover;
	aspect-ratio: 232/309;
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	margin: 0 auto;
	max-width: 232px;
	object-fit: cover;
	width: 100%;
	width: 100%;
}

.cast-card__info {
	margin-top: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.cast-card__name {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(1.25rem, 18px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
	text-align: center;
}

.cast-card__age {
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.25rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-card__weight-height {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-card__bwh {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.cast-card__tag {
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	border-radius: 1.5rem;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.25rem 0.75rem;
	text-align: center;
}

.cast-card__undate {
	align-items: center;
	display: flex;
	margin-top: 0.5rem;
	padding: 0 0.5rem;
}

.cast-card__pen-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.cast-card__undate .cast-card__link {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.cast-card__text {
	align-items: baseline;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	margin-left: 0.125rem;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
}

.cast-card__date {
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2rem;
	text-align: left;
}

.cast-card__new {
	-webkit-text-decoration-skip-ink: none;
	background-color: #eb537b;
	border-radius: 48px;
	color: white;
	font-family: Quicksand;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 16px;
	margin-left: 0.25rem;
	padding: 0 4px;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-cast {
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 5rem;
	padding-top: 4.8125rem;
}

.cast-list .shop-cast {
	padding-bottom: 0;
	padding-top: 1.5rem;
}

.shop-cast__pagination {
	margin-top: 2.5rem;
}

.shop-cast__list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.125rem;
	row-gap: 2.5rem;
}

.shop-cast .link-button {
	height: 4.125rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	width: 21.25rem;
}

.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__count--a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
}

.card-recommend {
	background-color: white;
	border: 0.0625rem solid #f090a9;
	border-radius: 0.5rem;
}

.information .card-recommend,
.cast-detail .card-recommend {
	background-color: #edffff;
	border: 0.0625rem solid #0c8d8d;
}

.card-recommend__tag {
	align-items: center;
	background-color: #f090a9;
	border-bottom-right-radius: 0.4375rem;
	border-top-left-radius: 0.4375rem;
	color: white;
	display: flex;
	padding: 0.25rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.information .card-recommend__tag,
.cast-detail .card-recommend__tag {
	background-color: #a4ecec;
	border-bottom: 0.0625rem solid #0c8d8d;
	border-right: 0.0625rem solid #0c8d8d;
}

.card-recommend__text {
	-webkit-text-decoration-skip-ink: none;
	color: white;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.information .card-recommend__text,
.cast-detail .card-recommend__text {
	color: #0c8d8d;
	font-size: max(1rem, 15px);
}

.card-recommend__content {
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4rem;
	padding: 0.5rem;
	padding-left: 2rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.card-recommend__item {
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	list-style: none;
	position: relative;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.card-recommend__item::before {
	background-color: #221a15;
	border-radius: 11.25rem;
	content: "";
	height: 0.25rem;
	left: -0.8125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.information .card-recommend__item {
	font-size: max(1rem, 15px);
}

.card-recommend__comment {
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-right: 0.5rem;
	max-height: 145px;
	overflow-y: auto;
	padding: 0.5rem;
	padding-right: 0;
	text-align: left;
	white-space: pre-wrap;
}

.shop-history .card-recommend__comment {
	font-size: 14px;
}

.cast-box .card-recommend__text {
	font-size: 12px;
}

.cast-box .card-recommend__comment {
	padding: 0.25rem 0.5rem !important;
}

.cast-box .card-recommend__tag {
	padding: 0.1875rem 0.75rem;
}

.search-shop .card-recommend__comment,
.search-cast .card-recommend__comment {
	font-size: 14px;
}

.search-shop .shop-card__tags {
	margin-top: 15px;
}

.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 {
	display: grid;
	grid-template-columns: 118fr 508fr;
	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-wrap: nowrap;
	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;
	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;
}

@media screen and (max-width: 1023px) {

.shop-tabs {
	gap: 2rem;
}

.shop-cast__list {
	grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (max-width: 767px) {

.cast-list__bg {
	padding-bottom: 2.5rem;
	padding-top: 0;
}

.cast-list__banner {
	margin-top: 0;
}

.information__wrapper {
	max-width: 600px;
	padding: 2.5rem 0.46875rem;
}

.information__board {
	margin-top: 1.625rem;
	padding: 1.5rem 1rem;
}

.information__board-recommend {
	margin-top: 1rem;
}

.information__board-icons {
	margin-top: 1rem;
}

.information__circle--top-left {
	left: 0.5rem;
	top: 0.5rem;
}

.information__circle--top-right {
	right: 0.5rem;
	top: 0.5rem;
}

.information__circle--bottom-left {
	bottom: 0.5rem;
	left: 0.5rem;
}

.information__circle--bottom-right {
	bottom: 0.5rem;
	right: 0.5rem;
}

.shop-banner {
	padding-top: 3rem;
}

.shop-banner__content {
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 1rem;
	max-width: 600px;
	padding: 1rem;
	width: 96%;
}

.shop-banner__left {
	width: 100%;
}

.shop-banner__feature {
	font-size: 11px;
}

.shop-banner__name {
	font-size: max(1.25rem, 18px);
}

.shop-banner__place {
	font-size: 12px;
	width: 92.334%;
}

.shop-banner__tags {
	gap: 0.25rem;
	margin-top: 0.5rem;
}

.shop-banner__item {
	gap: 0.25rem;
}

.shop-banner__tag {
	font-size: 12px;
}

.shop-banner__tag-label {
	font-size: 12px;
}

.shop-banner__right {
	aspect-ratio: 328/164;
	max-width: none;
	max-width: initial;
}

.shop-icons {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	row-gap: 0.75rem;
}

.shop-icons__item {
	height: 4.5625rem;
	width: 5.625rem;
}

.shop-icons__label {
	font-size: 12px;
}

.shop-icons__img {
	height: 3.375rem;
	width: 3.375rem;
}

.shop-info__item {
	display: grid;
	grid-template-columns: 86fr 201fr;
	gap: 1.6rem;
}

.shop-tabs {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.shop-tabs__item {
	background-color: white;
	border: 0.0625rem solid #eb537b;
	border-radius: 0.25rem;
	color: #eb537b;
	font-size: 12px;
	padding-bottom: 0.5rem;
	padding-top: 1.5rem;
}

.shop-tabs__item.is-active {
	background-color: #eb537b;
	border: medium none currentColor;
	border: initial;
	color: white;
}

.shop-tabs__item.is-active::before {
	background-image: url("../images/detail/icon-ribbon-white.svg");
	height: 0.9375rem;
	left: 50%;
	top: 0.5rem;
	width: 1.171875rem;
}

.shop-tabs__item::before {
	background-image: url("../images/detail/icon-ribbon-pink.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 0.5rem;
	transform: translateX(-50%);
	width: 1.171875rem;
}

.shop-tabs__item.disabled {
	border: 0.0625rem solid #c9c9c9;
	color: #c9c9c9;
	cursor: not-allowed;
	pointer-events: none;
}

.shop-tabs__item.disabled span,
.shop-tabs__item.disabled a {
	color: #c9c9c9;
}

.shop-tabs__item.disabled::before {
	background-image: url("../images/detail/icon-ribbon-gray.svg");
}

.cast-card__img {
	aspect-ratio: 174/232;
	max-width: 174px;
}

.cast-card__name {
	font-size: max(1rem, 15px);
}

.cast-card__age {
	font-size: 12px;
	margin-top: 0;
}

.cast-card__weight-height {
	font-size: 11px;
}

.cast-card__bwh {
	font-size: 11px;
}

.cast-card__tags {
	margin-top: 0.25rem;
}

.cast-card__tag {
	font-size: 11px;
	padding: 0.25rem 0.5rem;
}

.cast-card__undate {
	margin-top: 0.25rem;
}

.cast-card__new {
	display: none;
}

.shop-cast {
	max-width: 600px;
	padding: 0;
	padding-bottom: 2.5rem;
	padding-top: 3.125rem;
}

.cast-list .shop-cast {
	padding-bottom: 0;
	padding-top: 3.125rem;
}

.shop-cast__pagination {
	margin-top: 2rem;
}

.shop-cast__list {
	margin-top: 1.5rem;
}

.shop-cast .link-button {
	height: 3rem;
	margin-top: 1.5rem;
}

.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;
}

.card-recommend__text {
	font-size: 14px;
}

.information .card-recommend__text,
.cast-detail .card-recommend__text {
	font-size: 14px;
}

.card-recommend__content {
	font-size: 13px;
	padding-left: 1.5rem;
}

.card-recommend__item {
	font-size: max(1rem, 15px);
}

.information .card-recommend__item {
	font-size: 12px;
}

.card-recommend__comment {
	font-size: 12px;
	margin-right: 0.25rem;
	max-height: 120px;
}

.shop-history .card-recommend__comment {
	font-size: 12px;
	padding: 0.25rem 0.25rem 0.5rem 0.25rem;
	padding-right: 0;
}

.shop-history .card-recommend__text {
	font-size: 12px;
}

.cast-box .card-recommend__comment {
	font-size: 14px;
}

.cast-box .card-recommend__tag {
	padding: 0.125rem 0.5rem;
}

.search-shop .card-recommend__text {
	font-size: 12px;
}

.search-shop .card-recommend__comment {
	padding: 4px;
	padding-right: 0;
}

.search-shop .card-recommend__tag {
	padding: 2px 12px;
}

.search-shop .card-recommend__comment,
.search-cast .card-recommend__comment {
	font-size: 12px;
}

.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;
}

}

@media screen and (max-width: 600px) {

.shop-cast__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.5rem;
}

}

