.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;
}

.filter-modal {
	background-color: #ffecf1;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 520px;
}

.filter-modal__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.filter-modal__select-items {
	padding: 1.5rem 0;
}

.filter-modal__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	position: relative;
}

.filter-modal__header::before {
	background-color: #221a15;
	bottom: 0;
	content: "";
	height: 1px;
	margin-left: -21px;
	position: absolute;
	width: 520px;
	z-index: 10;
}

.filter-modal__header-left {
	align-items: baseline;
	display: flex;
	gap: 1.5rem;
}

.filter-modal__name {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.filter-modal__count {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.filter-modal__button-close {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0;
}

.filter-modal__button-close img {
	aspect-ratio: 1/1;
	width: 32px;
	width: 100%;
}

.filter-modal__button-close-text {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.filter-modal__content {
	flex: 1;
	max-height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 24px;
}

.filter-modal__select-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.filter-modal__select {
	margin-top: 16px;
}

.filter-modal__button {
	padding: 24px;
	position: relative;
	width: 100%;
}

.filter-modal__button::before {
	background-color: #221a15;
	content: "";
	height: 1px;
	margin-left: -24px;
	position: absolute;
	top: 0;
	width: 520px;
	z-index: 10;
}

.filter-modal__button-filter {
	align-items: center;
	background-color: #a4ecec;
	border: 1px solid #221a15;
	border-radius: 48px;
	box-shadow: 0px 3px 0px 0px #221a15;
	display: flex;
	gap: 24px;
	height: 72px;
	justify-content: center;
	padding: 24px 48px;
	position: relative;
	width: 100%;
}

.filter-modal__button-filter:hover {
	box-shadow: none;
	transform: translateY(0.125rem);
}

.filter-modal__button-filter.small {
	height: 52px;
	width: max(66%, 373px);
	margin-left: 50%;
	transform: translateX(-50%); 
}

.filter-modal__button-filter.small:hover {
	box-shadow: none;
	transform: translateX(-50%) translateY(0.125rem);
}

.filter-modal__button-filter::after,
.filter-modal__button-filter::before {
	background-color: #0c8d8d;
	border: 0.0625rem solid #221a15;
	border-radius: 11.25rem;
	content: "";
	height: 0.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.filter-modal__button-filter::after {
	left: 1rem;
}

.filter-modal__button-filter::before {
	right: 1rem;
}

.filter-modal__button-filter-count {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}

.filter-modal__button-filter-count span {
	color: #eb537b;
	font-family: Quicksand;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0 4px;
}

.filter-modal__button-filter-text {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}

.filter-select {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	position: relative;
}

.filter-select__item {
	align-items: center;
	display: flex;
}

.filter-select__item {
	background-color: #ffffff;
	border: 1px solid #221a15;
	border-radius: 0.25rem;
	gap: 8px;
	justify-content: space-between;
	padding: 11px 12px;
}

.filter-select__item-text {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.filter-select__item-button {
	align-items: center;
	display: flex;
	height: 20px;
	justify-content: center;
	padding: 0;
	width: 20px;
}

.filter-select__item-button img {
	height: 20px;
	width: 20px;
}

.filter-select__delete-button {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	width: -moz-max-content;
	width: max-content;
}

.filter-select__delete-all {
	display: flex;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-style: solid;
	width: -moz-max-content;
	width: max-content;
}

.open-content:not(:first) {
	margin-top: 16px;
}

.open-content__header {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	margin-left: -24px;
	padding: 16px 24px;
	width: 515px;
}

.is-open .open-content__header {
	background-color: #ffcfdc;
}

.open-content__title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.open-content__toggle {
	align-items: center;
	display: flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.is-open .open-content__toggle {
	transform: rotate(180deg);
}

.open-content__content {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	transition: all 0.5s ease;
}

.open-content__list {
	-moz-column-gap: 36px;
	column-gap: 36px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 16px;
}

.open-content__item {
	align-items: center;
	display: flex;
}

.open-content__item label {
	align-items: center;
	cursor: pointer !important;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: left;
}

.open-content__checkbox {
	accent-color: #463f3a;
}

.open-content__checkbox {
	height: 21px;
	margin: 0;
	margin-right: 11.5px;
	min-width: 21px;
	width: 21px;
}

.open-content__radio {
	height: 21px;
	margin: 0;
	margin-right: 11.5px;
	width: 21px;
}

.open-content__radio {
	accent-color: #463f3a;
}

.pick-up {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-prefecture .pick-up {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.pick-up__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.search-shop .pick-up__list {
	row-gap: 4rem;
}

.search-shop .pick-up {
	padding-bottom: 0;
}

.search-select__wrapper {
	align-items: center;
	display: flex;
	gap: 1rem;
	padding: 0.5rem 0;
}

.search-select__filter {
	cursor: pointer;
	position: relative;
}

.search-select__count {
	align-items: center;
	background-color: #eb537b;
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 700;
	height: 16px;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	right: -2px;
	text-align: center;
	top: -4px;
	width: 16px;
	z-index: 5;
}

.search-select__overly {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

.search-select__filter-modal {
	height: 100vh;
	left: -520px;
	position: fixed;
	top: 0;
	transition: left 0.4s ease;
	width: 520px;
	z-index: 10000;
}

.search-select__filter-modal.is-active {
	left: 0;
}

.search-select__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.search-select__item {
	background-color: white;
	border: 1px solid #221a15;
	border-radius: 4.5rem;
	cursor: pointer;
	min-height: 32px;
	position: relative;
}

.search-select__item-wrapper {
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0 2.25rem 0 1rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.search-select__item:hover {
	background-color: #ffecf1;
}

.search-select__item.selected {
	background-color: #ffecf1;
}

.search-select__item-text {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 300px;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	white-space: nowrap;
}

.search-select__item-icon {
	align-items: center;
	display: flex;
	height: 16px;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
	width: 16px;
}

.search-select__item-icon.is-open {
	top: 30%;
	transform: rotate(180deg);
}

.search-select__modal {
	display: none;
	left: 0;
	position: absolute;
	top: 34px;
	width: 100%;
	z-index: 11;
}

.search-select *::-webkit-scrollbar {
	height: 3px !important;
}

.select-modal__item label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.search-sort__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.search-sort__count {
	align-items: baseline;
	display: flex;
	gap: 0.25rem;
}

.search-sort__count-text {
	font-family: Quicksand;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.search-sort__count-text-sub {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.search-sort__button {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.25rem;
	position: relative;
}

.search-sort__button-icon {
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.search-sort__button-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.search-sort__modal {
	background-color: #fff;
	border: 1px solid #221a15;
	border-radius: 8px;
	display: none;
	position: absolute;
	right: -126px;
	top: 30px;
	width: 230px;
	z-index: 100;
}

.search-sort__modal.is-active {
	display: block;
}

.search-sort__item {
	color: #6c6c6c;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 16px;
	text-align: left;
}

.search-sort__item.is-active {
	color: #221a15;
	font-weight: 600;
	position: relative;
}

.search-sort__item.is-active::after {
	background-image: url("../images/detail/icon-check.svg");
	background-size: cover;
	content: "";
	display: block;
	height: 1rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.search-sort__item:nth-child(1) {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.search-sort__item:last-child {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.search-sort__item:hover {
	background-color: #ffcfdc;
}

.search-sort__item--a {
	width: 100%;
	height: 100%;
	display: flex;
}

.select-modal {
	background-color: white;
	border: 1px solid #221a15;
	border-radius: 8px;
	max-width: 572px;
	min-width: 480px;
	width: 39.7223vw;
}

.select-modal__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1rem 1rem 1.5rem;
}

.select-modal__count {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.select-modal__body {
	padding: 1.5rem;
}

.select-modal__list {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
	row-gap: 1rem;
	overflow-y: auto;
	max-height: 24rem;
}

.select-modal__item {
	align-items: center;
	display: flex;
}

.select-modal__item label {
	cursor: pointer !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: left;
}

.select-modal__item input {
	accent-color: #221a15;
}

.select-modal__checkbox {
	height: 21px;
	margin: 0;
	margin-right: 11.5px;
	min-width: 21px;
	width: 21px;
}

.select-modal__text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: left;
}

.select-modal__filter-button {
	width: 23.3125rem;
	max-width: 100%;
	height: 3.25rem;
	margin-left: 50%;
	margin-top: 1.5rem;
	transform: translateX(-50%);
}

.select-modal__filter-button:hover {
	transform: translateY(0.125rem) translateX(-50%);
}


.select-modal__radio {
	height: 21px;
	margin: 0;
	margin-right: 11.5px;
	width: 21px;
}

.search-cast__wrapper {
	background-color: #fffbf2;
	background-image: url(../images/common/bg-ranking.svg);
	padding-bottom: 80px;
}

.search-cast__title {
	-webkit-text-decoration-skip-ink: none;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.search-cast__sort {
	margin-top: 8px;
}

.search-cast__link {
	padding-bottom: 3.5rem;
	padding-top: 1.5rem;
}

.search-cast__list {
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.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;
	text-align: center;
}

.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;
}

.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;
}

.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;
}

/* === サブタイトル(星付きタイトル)のクラス 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 === */

.cast-announce__title {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.cast-announce__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.cast-announce__text {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-announce__time {
	-webkit-text-decoration-skip-ink: none;
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: 0.625rem;
	padding-top: 0.125rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-announce__time span {
	font-weight: 400;
	margin-left: -0.25rem;
}

.cast-announce__new {
	-webkit-text-decoration-skip-ink: none;
	background-color: #eb537b;
	border-radius: 11.25rem;
	color: white;
	font-family: Quicksand;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0 0.25rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-announce__link {
	-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.4rem;
	margin-top: 0.125rem;
	overflow: hidden;
	text-align: left;
	text-decoration-line: underline;
	text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
}

.cast-box {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cast-box__header {
	background-color: #ffecf1;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 1rem;
}

.cast-box__shop-name {
	-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;
}

.cast-box__shop-fieature {
	-webkit-text-decoration-skip-ink: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.25rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.cast-box__content {
	background-color: white;
	border-bottom-left-radius: 0.4375rem;
	border-bottom-right-radius: 0.4375rem;
	display: grid;
	flex: 1;
	gap: 1rem;
	grid-template-columns: 36% 61.374%;
	grid-template-rows: auto auto;
	padding: 1rem;
}

.cast-box__left {
	-o-object-fit: cover;
	aspect-ratio: 200/270;
	border-radius: 0.5rem;
	grid-column: 1/2;
	grid-row: 1/3;
	max-width: 200px;
	object-fit: cover;
	width: 100%;
}

.cast-box__name {
	-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;
}

.cast-box__info {
	margin-top: 1rem;
}

.cast-box__tags {
	margin-top: 1rem;
}

.cast-box__blog {
	margin-top: 1rem;
}

.cast-box .link-button {
	height: 3rem;
	margin: 0 auto;
	margin-top: 0.75rem;
	max-width: 240px;
	width: 100%;
}

.cast-box__top {
	grid-column: 2/3;
	grid-row: 1/2;
}

.cast-box__bottom {
	grid-column: 2/3;
	grid-row: 2/3;
}

.cast-boxes {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.search-cast .cast-boxes {
	margin-top: 0;
}

.cast-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.cast-info__item {
	align-items: center;
	display: flex;
}

.cast-info__item-title {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	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;
	width: 39.69%;
}

.cast-info__item-text {
	-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;
	white-space: nowrap;
}

.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;
}

@media screen and (max-width: 1400px) {

.search-sort__modal {
	right: 0;
}

}

@media screen and (max-width: 1023px) {

.cast-boxes {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

}

@media screen and (max-width: 850px) {

.search-select__item-text {
	max-width: 180px;
}

.cast-boxes {
	grid-template-columns: repeat(1, 1fr);
}

}

@media screen and (max-width: 767px) {

.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;
}

.filter-modal__select-items {
	padding: 1rem 0;
}

.filter-modal__header {
	padding: 0.5rem 1rem;
}

.filter-modal__name {
	font-size: 16px;
}

.filter-modal__content {
	padding: 1rem;
}

.filter-modal__select-title {
	font-size: 14px;
}

.filter-modal__button {
	padding: 24px 16px;
}

.filter-modal__button-filter {
	height: 52px;
	padding: 16px 28px;
}

.filter-modal__button-filter-count {
	font-size: 13px;
}

.filter-modal__button-filter-count span {
	font-size: 20px;
}

.filter-modal__button-filter-text {
	font-size: 16px;
}

.filter-modal__open-content {
	margin-top: 24px;
}

@media screen and (max-width: 420px) {
	.filter-modal__open-content {
		margin-top: unset;
	}
}

.filter-select__item {
	white-space: nowrap;
}

.open-content__title {
	font-size: 14px;
}

.open-content__list {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 16px;
}

.open-content__item label {
	font-size: 13px;
}

.pick-up {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.top-prefecture .pick-up {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.pick-up__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.875rem;
	row-gap: 1.5rem;
}

.search-shop .pick-up__list {
	row-gap: 1.5rem;
}

.search-select__filter-modal {
	left: -100%;
	width: 100%;
}

.search-select__list {
	gap: 4px;
}

.search-select__item {
	position: static;
	position: initial;
}

.search-select__item-wrapper {
	font-size: max(0.8125rem, 10px);
	padding-right: 33px;
}

.search-select__item-text {
	max-width: 6.75rem;
}

.search-select__modal {
	left: 30px;
	max-width: 500px;
	top: 140px;
	width: 98.5vw;
}

.search-sort__wrapper {
	padding: 8px;
}

.search-sort__count-text {
	font-size: 18px;
}

.search-sort__count-text-sub {
	font-size: 12px;
}

.search-sort__button-icon {
	height: 24px;
	width: 24px;
}

.search-sort__button-text {
	font-size: 12px;
}

.select-modal {
	border-radius: 0;
	max-width: 600px;
	min-width: 0;
	min-width: initial;
	width: 100%;
}

.select-modal__header {
	padding: 0.5rem 1rem;
}

.select-modal__count {
	font-size: 14px;
}

.select-modal__body {
	padding: 1rem;
}

.select-modal__list {
	-moz-column-gap: 1.6875rem;
	column-gap: 1.6875rem;
	row-gap: 0.9375rem;
	margin-bottom: 1rem;
}

.select-modal__item label {
	font-size: 13px;
}

.select-modal__text {
	font-size: 14px;
}

.search-cast__wrapper {
	padding-bottom: 36px;
	padding-top: 40px;
}

.search-cast__title {
	font-size: 20px;
	margin-bottom: 12px;
}

.search-cast__sort {
	margin-top: 4px;
}

.search-cast__link {
	display: none;
}

.search-cast__pickup {
	padding-bottom: 2.25rem;
}

.search-cast__pagination {
	margin-top: 2rem;
}

.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 7.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;
}

.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;
}

.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;
}

.cast-announce__text {
	font-size: 13px;
}

.cast-announce__time {
	font-size: 11px;
}

.cast-announce__new {
	font-size: 10px;
}

.cast-announce__link {
	font-size: 11px;
	margin-top: 0.125rem;
}

.cast-box__header {
	padding: 0.75rem;
}

.cast-box__shop-name {
	font-size: 14px;
}

.cast-box__shop-fieature {
	font-size: 11px;
}

.cast-box__content {
	gap: 0.5rem;
	grid-template-columns: 29.764% 1fr;
	padding: 0.75rem;
}

.cast-box__left {
	aspect-ratio: 100/150;
	border-radius: 0.25rem;
	grid-row: unset;
	max-width: 100px;
}

.cast-box__name {
	font-size: max(1rem, 15px);
}

.cast-box__info {
	margin-top: 0.25rem;
}

.cast-box__tags {
	margin-top: 0.25rem;
}

.cast-box__comment {
	margin-top: 0.25rem;
}

.cast-box__blog {
	margin-top: 0.25rem;
}

.cast-box__bottom {
	grid-column: 1/3;
}

.cast-info {
	grid-template-columns: repeat(1, 1fr);
}

.cast-info__item-title {
	font-size: 12px;
	width: 27.69% !important;
}

.cast-info__item-text {
	font-size: 12px;
}

.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;
}

}

@media screen and (max-width: 600px) {

.filter-modal {
	height: 100vh;
	width: 100%;
}

.open-content__header {
	margin-left: -19px;
	padding: 16px 20px;
	width: 100vw;
}

.search-select__modal {
	left: 0.125rem;
}

}

@media screen and (max-width: 420px) {

.filter-select {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 0.25rem;
	width: 95vw;
}

.filter-select__delete-all {
	margin: 16px 0 0 -6px;
}

}

