.shop-about__header {
	background-color: #ffecf1;
	border-radius: 0.5rem;
	display: flex;
	gap: 1rem;
	padding: 1.5rem;
}

.shop-about__icon {
	aspect-ratio: 57/74;
	max-width: 54px;
	max-height: 74px;
	width: 100%;
}

.shop-about__title {
	-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;
	word-break: break-all;
	display: flex;
	align-items: center;
}

.shop-about__item {
	margin-top: 2.5rem;
}

.shop-about__tag {
	-webkit-text-decoration-skip-ink: none;
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	color: #f090a9;
	font-family: Quicksand;
	font-size: max(1.25rem, 18px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 0.25rem 1rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	width: -moz-fit-content;
	width: fit-content;
}

.shop-about__text {
	-webkit-text-decoration-skip-ink: none;
	font-size: max(1rem, 15px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	white-space: pre-wrap;
}

.shop-board__container {
	width: 94.76%;
}

.shop-board__frag {
	aspect-ratio: 192/102;
	max-width: 192px;
	position: relative;
	top: 1.5625rem;
	width: 100%;
	width: 100%;
	z-index: 1;
}

.shop-board__content {
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.25rem;
	bottom: -0.625rem;
	box-shadow: 0.5rem 0.5rem 0rem 0rem #221a15;
	padding: 1.5rem;
	position: relative;
	z-index: 2;
}

.shop-board__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;
}

.shop-board__info {
	margin-top: 1.5rem;
}

.shop-board__circle {
	background-color: #221a15;
	border-radius: 11.25rem;
	height: 0.375rem;
	position: absolute;
	width: 0.375rem;
}

.shop-board__circle--top-left {
	left: 0.5rem;
	top: 0.5rem;
}

.shop-board__circle--top-right {
	right: 0.5rem;
	top: 0.5rem;
}

.shop-board__circle--bottom-left {
	bottom: 0.5rem;
	left: 0.5rem;
}

.shop-board__circle--bottom-right {
	bottom: 0.5rem;
	right: 0.5rem;
}

.shop-swiper {
	position: relative;
}

/* 画像のサイズ調整 */

.shop-swiper__slide img {
	-o-object-fit: cover;
	aspect-ratio: 760/428;
	border: 1px solid #221a15;
	border-radius: 0.5rem;
	height: auto;
	max-width: 760px;
	object-fit: cover;
	width: 100%;
	width: 100%;
}

.shop-swiper__pagination {
	bottom: -2.625rem !important;
}

.shop-swiper__pagination .swiper-pagination-bullet {
	background-color: #ffcfdc;
	border: 0.0625rem solid #221a15;
	height: 0.75rem;
	opacity: 1;
	width: 0.75rem;
}

.shop-swiper__pagination .swiper-pagination-bullet-active {
	background-color: #a4ecec;
}

.shop-top__bg {
	background-color: #fffbf2;
	background-image: url(../images/common/bg-ranking.svg);
	padding-bottom: 5rem;
	padding-top: 1rem;
}

.shop-top__heading {
	align-items: center;
	display: flex;
	gap: 4rem;
}

.shop-top__banner {
	margin-top: 0.875rem;
}

.shop-top__swiper {
	margin-left: -7.5rem;
	max-width: 760px;
	width: 53vw;
}

.shop-top__about {
	margin: 0 auto;
	margin-top: 7.375rem;
	max-width: 1000px;
}

.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;
	color: #221a15;
	font-size: max(1rem, 15px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-tabs__item a {
	display:block;
	width: 100%;
	height: 100%;
	padding-bottom: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1.75rem;
}

.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");
}

.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;
}

.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-blog {
	background-color: #f090a9;
	padding-bottom: 5rem;
	padding-top: 5.125rem;
}

.shop-blog__list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.shop-blog__item {
	background-color: white;
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	padding: 1.5rem 1rem;
}

.shop-blog__link {
	display: flex;
	gap: 1rem;
}

.shop-blog__left {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 10.5rem;
	height: 9.4375rem;
	min-width: 27.063%;
	object-fit: cover;
	width: 9.4375rem;
}

.shop-blog__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(1.125rem, 16px);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
}

.shop-blog__text {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-blog__date {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.37;
	margin-top: auto;
	text-align: right;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-blog .link-button {
	height: 4.125rem;
	margin: 0 auto;
	margin-top: 2.5rem;
	width: 21.25rem;
}

.shop-blog__button-text {
	color: #221a15;
}

.shop-blog__right {
	display: flex;
	flex-direction: column;
}

.insta-item {
	border: 0.0625rem solid #221a15;
	border-radius: 0.5rem;
	cursor: pointer;
	display: block;
}

.insta-item__img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.5rem solid #f090a9;
	border-radius: 0.4375rem;
	max-width: 238px;
	object-fit: cover;
	width: 100%;
}

.insta-swiper .insta-item__img {
	max-width: none;
	max-width: initial;
}

.insta-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 6.25rem;
}

.sns {
	margin: 0 auto;
	max-width: 1440px;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.shop-timeline .sns {
	padding-bottom: 1.375rem;
}

.sns__tabs {
	margin-top: 3rem;
}

.sns__layer-top {
	height: 26.9375rem;
	position: absolute;
	top: -6.5%;
	width: 28.25rem;
	z-index: -1;
}

.sns__layer-bottom {
	bottom: -6.5%;
	height: 23.5625rem;
	position: absolute;
	right: 0;
	width: 39.4375rem;
	z-index: -1;
}

.sns-swiper .sns__layer-top,
.sns-swiper .sns__layer-bottom {
	z-index: 1;
}

.sns--section {
	position: relative;
}

.sns__sub-title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.sns__container {
	margin-top: 2.5rem;
}

.sns__item--insta .sns__container {
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 1200px;
}

.sns__item {
	display: none;
	margin-bottom: 6.25rem;
}

.is-active.sns__item {
	display: block;
}

.sns__wrapper--x {
	margin: 0 auto;
	max-width: 1250px;
	padding: 0 0.9375rem;
}

.sns__button {
	height: 4.125rem;
	margin: 0 auto;
	width: 21.25rem;
}

.sns__item--x {
	margin-bottom: 5.5rem;
}

.sns__item--insta {
	margin-bottom: 2.4375rem;
}

.sns__pagination {
	margin-top: 9.375rem;
}

.sns--shop-timeline {
	padding-top: 2rem;
}

.sns--shop-timeline .sns__wrapper--x {
	padding: 0;
}

.sns--shop-timeline .x-list {
	gap: 2rem;
}

.sns--shop-timeline .sns__pagination {
	margin-top: 5.25rem;
}

.sns__pagination .sns--shop-timeline {
	padding-bottom: 0;
}

.shop-timeline .sns__item--insta {
	padding-bottom: 2.625rem;
}

.sns-list .sns__item--insta {
	margin-bottom: 5.3125rem;
}

.sns-list .sns__wrapper--x {
	padding: 0;
}

.sns-list .sns__pagination {
	margin-top: 7.9375rem;
}

.sns--sns-list {
	padding-bottom: 0;
}

.x-item {
	background-image: url("../images/common/bg-phon-dott.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	width: 23.375rem;
}

.sns-swiper .x-item {
	width: auto;
}

.x-item:nth-child(3n+2) {
	transform: translateY(3.5rem);
}

.x-item:nth-child(3n+3) {
	transform: translateY(1.5rem);
}

.x-item__container {
	display: flex;
	flex-direction: column;
	padding: 3.1875rem 0.6875rem 1.5rem 0.5rem;
	padding-bottom: 3rem;
	width: 95.094%;
}

.x-item__link {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.x-item__header {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.x-item__icon {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border: 0.0625rem solid #221a15;
	border-radius: 3rem;
	height: 4.5rem;
	object-fit: cover;
	width: 4.5rem;
}

.x-item__info {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 76%;
}

.x-item__name-wrapper {
	align-items: center;
	display: flex;
}

.x-item__name {
	-webkit-box-orient: vertical;
	-webkit-text-decoration-skip-ink: none;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: max(1.125rem, 14px);
	font-weight: 600;
	line-height: 1.3;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__time {
	-webkit-text-decoration-skip-ink: none;
	color: #6c6c6c;
	font-family: Quicksand;
	font-size: max(1rem, 12px);
	font-weight: 500;
	line-height: 1.3;
	padding-top: 0.1875rem;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
	white-space: nowrap;
}

.x-item__region {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #eb537b;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.25rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__shop-name {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #eb537b;
	display: -webkit-box;
	font-size: max(0.875rem, 12px);
	font-weight: 600;
	line-height: 1.6;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__text {
	-webkit-text-decoration-skip-ink: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	flex: 1;
	font-size: max(1rem, 13px);
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
	overflow: hidden;
	text-align: left;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.x-item__img {
	-o-object-fit: cover;
	aspect-ratio: 339/247;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	margin-top: 0.8125rem;
	max-width: 339px;
	object-fit: cover;
	width: 100%;
}

.x-item__btn-wrapper {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	position: relative;
	top: -0.1875rem;
}

.x-item .link-button {
	margin: 0 auto;
	max-width: 12.5rem;
}

.x-item--section .x-item__btn-wrapper {
	justify-content: center;
}

.x-item .link-button {
	height: 2.875rem;
	width: 10.34375rem;
}

.x-item .link-button {
	font-size: max(0.875rem, 9px);
	line-height: 1;
}

.x-item--white,
.x-item--shop-timeline,
.x-item--sns-list {
	background-image: url("../images/common/bg-phon-white.svg");
	background-size: contain;
	width: 23.625rem;
}

.x-item--sns-list {
	background-image: url("../images/common/bg-phone-white-sns.svg");
}

.sns-swiper .x-item {
	height: 31.25rem;
}

.sns-swiper .x-item__text {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 0.1875rem;
}

.sns-swiper .x-item__time {
	font-size: 12px;
}

.sns-swiper .x-item__region {
	display: none;
}

.sns-swiper .x-item__shop-name {
	display: none;
}

.sns-swiper .x-item__btn-wrapper {
	display: none;
}

.sns-swiper .x-item__icon {
	height: 3rem;
	width: 3rem;
}

.x-swiper__slide .x-item__container {
	padding-top: 3rem;
}

.x-swiper .x-item__text {
	-webkit-line-clamp: 7 !important;
	flex: none;
}

.x-list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.shop-timeline .x-list {
	row-gap: 5.1875rem;
}

.sns-list .x-list {
	row-gap: 5.3125rem;
}

.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;
}

.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;
}

@media screen and (max-width: 767px) {
	.shop-info__item {
		display: grid;
		grid-template-columns: 86fr 201fr;
		gap: 1.6rem;
	}
}

.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;
}

.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;
}

/* === サブタイトル(星付きタイトル)のクラス start === */

.sub-title {
	align-items: center;
	display: flex;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.sub-title__star-left {
	aspect-ratio: 40/51;
	left: -3.75rem;
	position: absolute;
	top: 1.0625rem;
	width: 2.5rem;
}

.sub-title__text {
	-webkit-text-decoration-skip-ink: none;
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.sub-title--small .sub-title__text {
	font-size: max(1.5rem, 22px);
}

.sub-title__star-right {
	aspect-ratio: 59/64;
	position: absolute;
	right: -5.125rem;
	top: -0.9375rem;
	width: 3.6875rem;
}

.sub-title__ranking {
	-webkit-text-decoration-skip-ink: none;
	color: #eb537b;
	font-family: Quicksand;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: 1rem;
	text-align: center;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.shop-history .sub-title__text {
	font-size: 2rem;
}

.blog-list .sub-title__text {
	align-items: baseline;
	font-size: 32px;
}

.sub-title__big {
	font-family: Quicksand;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
}

.sns-list .sub-title__text {
	font-size: 2rem;
}

/* === サブタイトル(星付きタイトル)のクラス end === */

@media screen and (max-width: 1300px) {

.x-item {
	width: 93%;
}

.x-item__container {
	padding-right: 0.75rem;
}

.x-item__text {
	-webkit-line-clamp: 3;
}

.x-swiper .x-item__text {
	-webkit-line-clamp: 5 !important;
}

.x-list {
	gap: 3.375rem;
}

.shop-timeline .x-list {
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

.sns-list .x-list {
	-moz-column-gap: 2.75rem;
	column-gap: 2.75rem;
}

}

@media screen and (max-width: 1023px) {

.shop-tabs {
	gap: 2rem;
}

.shop-cast__list {
	grid-template-columns: repeat(3, 1fr);
}

.sns__item--insta .sns__container {
	margin-top: 3.5rem;
}

.x-item {
	width: 90%;
}

.x-item__shop-name {
	-webkit-line-clamp: 1;
}

.x-item__text {
	-webkit-line-clamp: 3;
}

.shop-timeline .x-item__container {
	padding-bottom: 28px;
}

.shop-timeline .x-list {
	-moz-column-gap: 2.125rem;
	column-gap: 2.125rem;
}

.sns-list .x-list {
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
}

}

@media screen and (max-width: 850px) {

.x-item__name-wrapper {
	align-items: flex-start;
	flex-direction: column;
}

.sns-list .x-item__name-wrapper {
	flex-direction: row;
}

.x-item__text {
	-webkit-line-clamp: 2;
}

.x-list {
	gap: 1.5rem;
}

.shop-timeline .x-list {
	-moz-column-gap: 32px;
	column-gap: 32px;
}

}

@media screen and (max-width: 767px) {

.shop-about__header {
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.5rem 1rem 1rem 1rem;
}

.shop-about__icon {
	aspect-ratio: 42.75/55.5;
	max-width: 2.671875rem;
}

.shop-about__title {
	font-size: max(1rem, 15px);
}

.shop-about__item {
	margin-top: 1.5rem;
}

.shop-about__tag {
	font-size: max(1rem, 15px);
	padding: 0.125rem 0.5rem;
}

.shop-about__text {
	font-size: 14px;
	margin-top: 0.5rem;
}

.shop-board__container {
	width: 100%;
}

.shop-board__frag {
	aspect-ratio: 144/76.5;
	max-width: 144px;
}

.shop-board__content {
	box-shadow: 0.25rem 0.25rem 0rem 0rem #221a15;
	padding: 1rem;
}

.shop-board__name {
	font-size: max(1rem, 15px);
}

.shop-board__info {
	margin-top: 1rem;
}

.shop-swiper__pagination {
	bottom: -1.75rem !important;
}

.shop-swiper__pagination .swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.shop-top__bg {
	padding-bottom: 2.5rem;
	padding-top: 0;
}

.shop-top__heading {
	flex-direction: column;
	gap: 0.875rem;
	margin-top: 4.1875rem;
	padding: 0 0.78125rem;
}

.shop-top__banner {
	margin-top: 0;
}

.shop-top__swiper {
	margin-left: 0;
	padding: 0 0.46875rem;
	width: 100%;
}

.shop-top__about {
	margin-top: 3.1875rem;
}

.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-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");
}

.shop-tabs__item a {
	padding: 0;
}

.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;
}

.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-blog {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.shop-blog__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5rem;
}

.shop-blog__item {
	padding: 0.75rem;
}

.shop-blog__link {
	align-items: center;
	gap: 0.5rem;
}

.shop-blog__left {
	height: 4.5rem;
	min-width: initial;
	min-width: 72px;
	width: 4.5rem;
}

.shop-blog__title {
	font-size: 14px;
}

.shop-blog__text {
	-webkit-line-clamp: 1;
	font-size: 12px;
}

.shop-blog__date {
	font-size: 11px;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.shop-blog .link-button {
	height: 3rem;
	margin-top: 1.5rem;
	width: 20rem;
}

.insta-list {
	gap: 0.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
}

.sns {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.sns__tabs {
	margin-top: 1rem;
}

.sns__layer-top {
	height: 8.9375rem;
	top: 0;
	width: 9.375rem;
}

.sns__layer-bottom {
	bottom: 0;
	height: 9.25rem;
	width: 15.5rem;
}

.sns__sub-title {
	margin-top: 1.5rem;
}

.sns__container {
	margin-top: 1.5rem;
}

.sns__item--insta .sns__container {
	margin-top: 1.5rem;
}

.sns__wrapper {
	padding: 0 1.71875rem;
}

.sns__button {
	height: 3rem;
	width: 20rem;
}

.sns__item--x {
	margin-bottom: 1.5rem;
}

.sns__item--insta {
	margin-bottom: 1.5rem;
}

.sns--shop-timeline .sns__pagination {
	margin-top: 1.5rem;
}

.shop-timeline .sns__item--insta {
	padding-bottom: 0;
}

.sns-list .sns__item--insta {
	margin-bottom: 1.5rem;
}

.sns-list .sns__pagination {
	margin-top: 1.5rem;
}

.sns--sns-list {
	padding-bottom: 0;
}

.sns .sns__wrapper {
	padding: 0 1.25rem;
}

.x-item {
	background-image: url("../images/common/bg-phon_dott-sp.svg");
	height: 32.875rem;
	margin: 0 auto;
	width: 19.875rem;
}

.x-item:nth-child(3n+2) {
	transform: none;
}

.x-item:nth-child(3n+3) {
	transform: none;
}

.x-item__container {
	display: flex;
	flex-direction: column;
	padding: 3.1875rem 0.6875rem 1.8125rem;
}

.x-item__icon {
	height: 3.5rem;
	width: 3.5rem;
}

.x-item__name-wrapper {
	align-items: center;
	flex-direction: row;
}

.x-item__name {
	font-size: 14px;
}

.x-item__time {
	font-size: 12px;
}

.x-item__region {
	font-size: 11px;
}

.x-item__shop-name {
	font-size: 12px;
}

.x-item__text {
	-webkit-line-clamp: 6;
	font-size: 12px;
	margin-top: 0.5rem;
}

.x-item__img {
	aspect-ratio: 282/188;
	margin-bottom: 0.625rem;
	margin-top: 0.5rem;
	max-width: 282px;
}

.x-item .link-button {
	height: 2.75rem;
	width: 8.5625rem;
}

.x-item .link-button {
	font-size: 12px;
}

.x-item--white,
.x-item--shop-timeline,
.x-item--sns-list {
	background-image: url("../images/common/bg-phon-white-sp.svg");
	width: 19.6875rem;
}

.sns-swiper .x-item {
	height: 27rem;
}

.sns-swiper .x-item__text {
	font-size: 12px;
}

.x-swiper__slide .x-item__img {
	margin: 0 auto;
	margin-top: 0.875rem;
	max-width: 140px;
	width: 100%;
}

.x-swiper__slide .x-item__container {
	padding-top: 2.625rem;
}

.x-list {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.shop-timeline .x-list {
	row-gap: 1rem;
}

.sns-list .x-list {
	row-gap: 1rem;
}

.tabs {
	margin: 0 auto;
	width: 22.5rem;
}

.tabs__item {
	font-size: 14px;
	padding: 0.8125rem 0;
}

.sns-swiper .tabs {
	width: 20.9375rem;
}

.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;
}

.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;
}

.sub-title__star-left {
	height: 1.57875rem;
	left: -1.75rem;
	top: 0.375rem;
	width: 1.241875rem;
}

.sub-title__text {
	flex-direction: column;
	font-size: max(1rem, 15px);
}

.sub-title--small .sub-title__text {
	font-size: max(1rem, 15px);
}

.sub-title__star-right {
	height: 1.985625rem;
	right: -2.1875rem;
	top: -0.8125rem;
	width: 1.810625rem;
}

.sub-title__ranking {
	font-size: max(1.375rem, 20px);
	margin-left: 0;
}

.shop-history .sub-title__text {
	font-size: max(1rem, 15px);
}

.blog-list .sub-title__text {
	flex-direction: row;
}

.sub-title__big {
	font-size: 2rem;
}

.sns-list .sub-title__text {
	font-size: 1rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.x-swiper__slide .x-item__img {
	aspect-ratio: 140/186;
	width: 100%;
}

}

@media screen and (max-width: 600px) {

.shop-cast__list {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.5rem;
}

}

@media screen and (max-width: 420px) {

.insta-list {
	grid-template-columns: repeat(2, 1fr);
}

}

/* 画像がない場合のSHOP's INFOスタイル */
.shop-top__heading--no-image {
	justify-content: center;
}

.shop-top__heading--no-image .shop-top__board {
	max-width: 1000px;
	width: 100%;
}

.shop-top__heading--no-image .shop-board__container {
	width: 100%;
}

