/*--------------------------------------------------
	夏のひんやりスイーツ特集
--------------------------------------------------*/

.feature-single--cool-summer-sweets {
	overflow: hidden;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	background-color: #d8f0fb;
	background-image: url(../images/feature/bg_feature_sweets.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 200% auto;
}

/* ===== ヒーロー ===== */

.feature-single--cool-summer-sweets .cool-sweets-hero {
	position: relative;
	margin: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-hero::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -21px;
	left: 0;
	width: 100%;
	height: 42px;
	background: url(../images/feature/img_sweets_deco_02.png) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-hero__visual {
	max-width: 1050px;
	margin: 0 auto;
}

.feature-single--cool-summer-sweets .cool-sweets-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
}

/* ===== 導入文 ===== */

.feature-single--cool-summer-sweets .cool-sweets-intro {
	overflow: hidden;
	padding: clamp(48px, 42.6667px + 1.6667vw, 64px) var(--container-padding) 32px;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__inner {
	max-width: var(--max-content-width);
	margin: 0 auto;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead {
	font-size: clamp(1rem, 0.9583rem + 0.2083vw, 1.125rem);
	line-height: 1.72;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead > :first-child {
	margin-top: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead > :last-child {
	margin-bottom: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead p {
	margin: 0 0 1.72em;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead p:last-child {
	margin-bottom: 0;
	font-size: clamp(0.8125rem, 0.7708rem + 0.2083vw, 0.9375rem);
}

.feature-single--cool-summer-sweets .cool-sweets-intro__lead br.sp-none {
	display: none;
}

/* ===== グリッド ===== */

.feature-single--cool-summer-sweets .cool-sweets-grid {
	position: relative;
	max-width: inherit;
	margin-top: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-grid::before {
	content: "";
	display: block;
	opacity: 0.6;
	position: absolute;
	top: 5%;
	left: calc(50% - 50%);
	width: 100vw;
	height: 100%;
	border-radius: 200px;
	background: #68CBE2;
	filter: blur(50px);
}

.feature-single--cool-summer-sweets .cool-sweets-grid__inner {
	position: relative;
	z-index: 1;
	max-width: 1102px;
	margin: 0 auto;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__title {
	margin: 0 0 clamp(48px, 44px + 1.25vw, 60px);
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__title-image {
	display: block;
	width: min(70%, 282px);
	height: auto;
	margin: 0 auto;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 26.6667px + 1.6667vw, 48px) 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__item {
	margin: 0;
	padding-left: 0;
	text-indent: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__item::before {
	display: none;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 274px;
	max-width: 100%;
	margin-bottom: 8px;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__thumb::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	left: 52.5%;
	width: 80%;
	max-width: 208px;
	height: 80%;
	max-height: 211px;
	background: url(../images/feature/bg_sweets_menu.png) no-repeat center center / contain;
	transform: translate(-50%, -50%);
}

.feature-single--cool-summer-sweets .cool-sweets-grid__badge {
	position: absolute;
	top: 0;
	left: clamp(0px, -10.2564px + 3.2051vw, 25px);
	z-index: 2;
	display: block;
	width: clamp(48px, 41.3333px + 2.0833vw, 68px);
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__image {
	display: block;
	position: relative;
	z-index: 1;
	width: 274px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__names {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-grid__name-sub {
	margin-top: 4px;
	font-size: clamp(0.875rem, 0.8333rem + 0.2083vw, 1rem);
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	color: var(--color-white);
}

.feature-single--cool-summer-sweets .cool-sweets-grid__name-main {
	font-size: clamp(1.25rem, 1.2083rem + 0.2083vw, 1.375rem);
	font-weight: 700;
	line-height: 1.27;
	color: var(--color-white);
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.feature-single--cool-summer-sweets .cool-sweets-grid__name-main span {
	display: block;
	font-size: clamp(0.875rem, 0.8333rem + 0.2083vw, 1rem);
}

/* ===== マイマップ ===== */

.feature-single--cool-summer-sweets .cool-sweets-map {
	position: relative;
	z-index: 1;
	max-width: var(--max-content-width);
	margin: clamp(60px, 56px + 1.25vw, 80px) auto 0;
}

.feature-single--cool-summer-sweets .cool-sweets-map__inner {
	aspect-ratio: 1 / 1;
}

.feature-single--cool-summer-sweets .cool-sweets-map__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ===== 店舗詳細 ===== */

.feature-single--cool-summer-sweets .cool-sweets-details__genre + .cool-sweets-details__genre {
	margin-top: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-details {
	max-width: var(--max-content-width);
	margin-inline: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre {
	scroll-margin-top: 80px;
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre-header {
	margin: 0 auto clamp(40px, 33.3333px + 2.0833vw, 60px);
	padding-top: clamp(80px, 73.3333px + 2.0833vw, 100px);
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: min(100%, 316px) auto;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre--kakigori .cool-sweets-details__genre-icon {
	background-image: url(../images/feature/img_line_shaved_ice.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre--softice .cool-sweets-details__genre-icon {
	background-image: url(../images/feature/img_line_soft_ice.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre--parfait .cool-sweets-details__genre-icon {
	background-image: url(../images/feature/img_line_parfait.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre--kissaten .cool-sweets-details__genre-icon {
	background-image: url(../images/feature/img_line_sweetness.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre-icon img {
	display: block;
	position: relative;
	z-index: 1;
	width: min(100%, 200px);
	height: auto;
	margin: 0 auto;
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre-catch {
	margin: 16px 0 0;
	font-size: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.feature-single--cool-summer-sweets .cool-sweets-shop {
	position: relative;
	max-width: var(--max-content-width);
	margin: 0 auto;
	padding: clamp(28px, 24px + 1.25vw, 40px) clamp(16px, 12px + 1.25vw, 28px);
	border: 3px solid #fff;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.72);
	scroll-margin-top: 80px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(253, 253, 219, 1) 100%);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 232, 241, 1) 100%);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(227, 250, 221, 1) 100%);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--sweetness {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 50%, rgba(245, 235, 223, 1) 100%);
}

.feature-single--cool-summer-sweets .cool-sweets-shop + .cool-sweets-shop {
	margin-top: clamp(80px, 72px + 2.5vw, 120px);
	padding-top: clamp(28px, 24px + 1.25vw, 40px);
}

.feature-single--cool-summer-sweets .cool-sweets-details__genre:has(.cool-sweets-details__genre-header) .cool-sweets-shop:first-child {
	margin-top: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop:last-child {
	margin-bottom: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop::before {
	position: absolute;
	top: -14px;
	left: calc(50% - 17px);
	width: 34px;
	height: 26px;
	content: "";
}
.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori::before {
	background: url(../images/feature/img_dots_shaved_ice.svg) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice::before {
	background: url(../images/feature/img_dots_soft_ice.svg) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait::before {
	background: url(../images/feature/img_dots_parfait.svg) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kissaten::before {
	background: url(../images/feature/img_dots_sweetness.svg) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__header {
	margin-bottom: 24px;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__catchphrase {
	margin: 0 0 8px;
	font-size: clamp(1.0625rem, 1rem + 0.3125vw, 1.25rem);
	font-weight: 700;
	line-height: 1.7;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__title-group {
	margin-bottom: 16px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__name-sub {
	margin: 0 0 4px;
	font-size: clamp(1.125rem, 1.0417rem + 0.4167vw, 1.375rem);
	font-weight: 700;
	line-height: 1.5;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__name-main {
	margin: 0;
	font-size: clamp(1.75rem, 1.6667rem + 0.4167vw, 2rem);
	font-weight: 700;
	line-height: 1.3;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__name-main span {
	display: block;
	font-size: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

.feature-single--cool-summer-sweets .cool-sweets-shop__period {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	font-size: clamp(1.0625rem, 1.0208rem + 0.2083vw, 1.1875rem);
	font-weight: 700;
	line-height: 1.6;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__period-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 4px 18px 4px 16px;
	border-radius: var(--radius-full);
	font-size: clamp(0.75rem, 0.7292rem + 0.1042vw, 0.8125rem);
	font-weight: 700;
	line-height: 1;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__period-icon {
	display: block;
	width: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori .cool-sweets-shop__period-icon {
	height: 30px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice .cool-sweets-shop__period-icon {
	height: 34px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait .cool-sweets-shop__period-icon {
	height: 32px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kissaten .cool-sweets-shop__period-icon {
	height: 38px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__period-label-text {
	display: block;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori .cool-sweets-shop__period-label {
	background: #FFFC8B;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice .cool-sweets-shop__period-label {
	background: #FFD0E2;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait .cool-sweets-shop__period-label {
	background: #C1EBB7;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kissaten .cool-sweets-shop__period-label {
	background: #CCC4A9;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__main-visual {
	position: relative;
	max-width: 780px;
	margin: 0 auto 32px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__main-visual::before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 9px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori .cool-sweets-shop__main-visual::before {
	background: url(../images/feature/img_line_shaved_ice.svg) repeat-x center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice .cool-sweets-shop__main-visual::before {
	background: url(../images/feature/img_line_soft_ice.svg) repeat-x center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait .cool-sweets-shop__main-visual::before {
	background: url(../images/feature/img_line_parfait.svg) repeat-x center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kissaten .cool-sweets-shop__main-visual::before {
	background: url(../images/feature/img_line_sweetness.svg) repeat-x center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__main-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__main-caption {
	margin: 10px 0 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	text-align: center;
	color: #5a7a8a;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__info-box {
	max-width: 780px;
	margin: 0 auto 32px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__info-box-inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	max-width: var(--max-content-width);
	margin: 0 auto;
	align-items: center;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 28px 12px;
	background-repeat: repeat-x, repeat-x;
	background-position: top center, bottom center;
	background-size: min(100%, 316px) auto, min(100%, 316px) auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kakigori .cool-sweets-shop__menu {
	background-image:
		url(../images/feature/img_line_shaved_ice.svg),
		url(../images/feature/img_line_shaved_ice.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--softice .cool-sweets-shop__menu {
	background-image:
		url(../images/feature/img_line_soft_ice.svg),
		url(../images/feature/img_line_soft_ice.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--parfait .cool-sweets-shop__menu {
	background-image:
		url(../images/feature/img_line_parfait.svg),
		url(../images/feature/img_line_parfait.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-shop--kissaten .cool-sweets-shop__menu {
	background-image:
		url(../images/feature/img_line_sweetness.svg),
		url(../images/feature/img_line_sweetness.svg);
}

.feature-single--cool-summer-sweets .cool-sweets-shop__menu-text {
	font-size: clamp(1.125rem, 1.0833rem + 0.2083vw, 1.25rem);
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__menu-text span {
	font-size: 0.75rem;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__menu-note {
	margin: 8px 0 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__takeout {
	display: flex;
	align-items: center;
	gap: 1em;
	margin: 16px 0 0;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.4;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__takeout-icon {
	display: block;
	flex-shrink: 0;
	width: 38px;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__takeout-text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 0.25em;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__takeout-status,
.feature-single--cool-summer-sweets .cool-sweets-shop__takeout-note {
	display: inline;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store-list {
	margin: 0;
	padding: 20px 20px 16px;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store-row {
	display: grid;
	grid-template-columns: 5.5em 1fr;
	gap: 4px 12px;
	margin: 0 0 4px;
	font-size: 0.875rem;
	line-height: 1.7;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store-row:last-child {
	margin-bottom: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store-row dt {
	margin: 0;
	font-weight: 700;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__store-row dd {
	margin: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__cta {
	margin: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__cta-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
	min-width: 0;
	padding: 12px 20px;
	border-radius: 0 0 12px 12px;
	font-size: clamp(0.875rem, 0.8333rem + 0.2083vw, 1rem);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-white);
	background: #FF5FA9;
	text-decoration: none;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__cta-link::after {
	content: "";
	display: block;
	width: 6px;
	height: 9px;
	background: url(../images/icon_triangle.svg) no-repeat center center / contain;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
	max-width: 780px;
	margin-inline: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__sub-visual {
	margin: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__sub-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-shop__description {
	font-size: clamp(0.875rem, 0.8542rem + 0.1042vw, 0.9375rem);
	line-height: 2;
}

/* ===== サイドノート（千石町アイスストリート） ===== */

.feature-single--cool-summer-sweets .cool-sweets-side-note {
	position: relative;
	max-width: 900px;
	margin: clamp(80px, 66.6667px + 4.1667vw, 120px) auto 0;
}

.feature-single--cool-summer-sweets .cool-sweets-side-note::before {
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background: #68CBE2;
	filter: blur(50px);
	content: "";
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__inner {
	position: relative;
	z-index: 1;
	padding-top: min(140px, 40vw);
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: min(120px, 28vw);
	margin: 0;
	transform: translateX(-50%);
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__badge img {
	display: block;
	width: 100%;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__header {
	margin: 0 0 clamp(20px, 16px + 1.25vw, 28px);
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__title {
	margin: 0;
	font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-white);
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__subtitle {
	margin: 8px 0 0;
	font-size: clamp(1.1875rem, 1.125rem + 0.3125vw, 1.375rem);
	font-weight: 700;
	line-height: 1.6;
	color: #FFFC8B;
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__photo {
	margin: 0 0 clamp(20px, 16px + 1.25vw, 28px);
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: clamp(16px, 12px + 1.25vw, 24px);
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__description {
	max-width: 780px;
	margin: 0 auto;
	font-size: clamp(0.875rem, 0.8542rem + 0.1042vw, 0.9375rem);
	line-height: 2;
}

.feature-single--cool-summer-sweets .cool-sweets-side-note__description p + p {
	margin-top: 0 !important;
}

/* ===== ジャンル固定ナビ ===== */

.feature-single--cool-summer-sweets .cool-sweets-genre-nav {
	position: fixed;
	z-index: 70;
	right: 0;
	bottom: 12px;
	left: 0;
	margin-top: 0 !important;
	padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(12px);
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.5vw;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item::before {
	display: none;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__link {
	display: block;
	position: relative;
	width: clamp(56px, 16vw, 72px);
	max-width: calc((90vw - 100px) / 4);
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1311;
	text-decoration: none;
	text-align: center;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__icon {
	display: block;
	width: 100%;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__icon--pc {
	display: none;
}

.feature-single--cool-summer-sweets .cool-sweets-genre-nav__label {
	display: none;
}

body:has(.feature-single--cool-summer-sweets .cool-sweets-genre-nav.is-visible) {
	padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
}

/* ===== レスポンシブ ===== */

@media (min-width: 600px) {
	.feature-single--cool-summer-sweets {
		background-size: 150vw auto;
	}

	.feature-single--cool-summer-sweets .cool-sweets-grid__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(32px, 26.6667px + 1.6667vw, 48px) 2px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop__info-box-inner {
		grid-template-columns: minmax(0, 316px) minmax(0, 1fr);
		gap: 16px 36px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop__body {
		grid-template-columns: minmax(240px, 284px) 1fr;
		gap: 28px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-side-note__inner {
		padding-top: 48px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-side-note__badge {
		top: 0;
		left: 0;
		width: 149px;
		transform: none;
	}

	.feature-single--cool-summer-sweets .cool-sweets-side-note__header {
		padding-left: 40px;
	}
}

@media (min-width: 768px) {
	.feature-single--cool-summer-sweets {
		background-size: 150vw auto;
	}

	.feature-single--cool-summer-sweets .cool-sweets-hero {
		padding-bottom: 42px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-hero::after {
		bottom: 0;
	}
	
	.feature-single--cool-summer-sweets .cool-sweets-grid__title {
		position: relative;
		max-width: 990px;
		margin-inline: auto;
	}

	.feature-single--cool-summer-sweets .cool-sweets-grid__title::before {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		left: 0;
		width: calc(50% - 218px);
		max-width: 280px;
		height: 20px;
		background: url(../images/feature/img_sweets_deco_02.png) no-repeat center center / contain;
	}

	.feature-single--cool-summer-sweets .cool-sweets-grid__title::after {
		content: "";
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		right: 0;
		width: calc(50% - 218px);
		max-width: 280px;
		height: 20px;
		background: url(../images/feature/img_sweets_deco_02.png) no-repeat center center / contain;
	}
	
	.feature-single--cool-summer-sweets .cool-sweets-intro__lead {
		position: relative;
		width: fit-content;
		margin-inline: auto;
		white-space: nowrap;
	}

	.feature-single--cool-summer-sweets .cool-sweets-intro__lead::before {
		position: absolute;
		top: 50%;
		left: -86px;
		width: 86px;
		height: 100%;
		background: url(../images/feature/img_sweets_deco_03.png) no-repeat right center / contain;
		transform: translateY(-50%);
		content: "";
	}
	
	.feature-single--cool-summer-sweets .cool-sweets-intro__lead::after {
		position: absolute;
		top: 50%;
		right: -124px;
		width: 124px;
		height: 100%;
		background: url(../images/feature/img_sweets_deco_04.png) no-repeat right center / contain;
		transform: translateY(-50%);
		content: "";
	}

	.feature-single--cool-summer-sweets .cool-sweets-map__inner {
		aspect-ratio: 4 / 3;
	}

	.feature-single--cool-summer-sweets .cool-sweets-details__genre-icon img {
		width: min(100%, 220px);
	}
	
	.feature-single--cool-summer-sweets .cool-sweets-intro__lead br.sp-none {
		display: block;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop::before {
		top: -22px;
		left: calc(50% - 23px);
		width: 46px;
		height: 36px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop__menu {
		padding: 36px 16px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop {
		border-width: 4px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop__store-list {
		padding: 24px 24px 20px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-shop__store-row {
		grid-template-columns: 5.5em 1fr;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav {
		top: 50%;
		right: clamp(8px, 1.5vw, 24px);
		bottom: auto;
		left: auto;
		padding: 0;
		background: transparent;
		box-shadow: none;
		transform: translate(12px, -50%);
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav.is-visible {
		width: auto;
		margin: 0;
		transform: translate(0, -50%);
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__list {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__link {
		display: block;
		position: relative;
		width: 34px;
		max-width: none;
		padding: 0;
		border: 0;
		background: transparent;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__icon--sp {
		display: none;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__icon--pc {
		display: block;
		position: absolute;
		top: -20px;
		left: 50%;
		z-index: 100;
		width: 34px;
		transform: translateX(-50%);
	}

	.feature-single--cool-summer-sweets a:hover .cool-sweets-genre-nav__icon--pc img {
		opacity: 1;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item--kakigori .cool-sweets-genre-nav__icon--pc {
		top: -30px;
		width: 34px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item--softice .cool-sweets-genre-nav__icon--pc {
		width: 32px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item--parfait .cool-sweets-genre-nav__icon--pc {
		top: -28px;
		width: 44px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__item--kissaten .cool-sweets-genre-nav__icon--pc {
		top: -30px;
		width: 32px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__label {
		display: block;
		width: 34px;
	}

	.feature-single--cool-summer-sweets .cool-sweets-genre-nav__label img {
		display: block;
		width: 34px;
		height: auto;
	}

	body:has(.feature-single--cool-summer-sweets .cool-sweets-genre-nav.is-visible) {
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.feature-single--cool-summer-sweets .cool-sweets-map__inner {
		aspect-ratio: 16 / 9;
	}
}

@media (min-width: 1280px) {
	.feature-single--cool-summer-sweets {
		background-size: 1920px auto;
	}
}
