html {
	scroll-behavior: smooth;
}

body.travel-in-japan-ui,
body.travel-in-japan-ui * {
	font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: 800 !important;
}

body.travel-in-japan-ui input,
body.travel-in-japan-ui button,
body.travel-in-japan-ui select,
body.travel-in-japan-ui textarea {
	font: inherit;
	font-weight: 800 !important;
}

.hero-bg {
	background-image: url('../../Images/hero-main-kimono.png');
	background-size: cover;
	/* 基準点は #home-hero.hero-bg の --hero-bg-pos-* と同期（ロゴ位置の % 計算に使用） */
	background-position: var(--hero-bg-pos-x, 55%) var(--hero-bg-pos-y, 38%);
	background-repeat: no-repeat;
}

/* ヒーロー背景の基準点（ロゴはこの座標系で % 配置） */
#home-hero.hero-bg {
	--hero-bg-pos-x: 55%;
	--hero-bg-pos-y: 38%;
}

/* ロゴ: 背景 position と同じヒーロー内座標系。px 移動は使わず % + max() のみ */
#home-hero .home-hero-brand {
	position: absolute;
	z-index: 10;
	left: max(0.75rem, calc(var(--hero-bg-pos-x) - 35%));
	top: max(1.5rem, calc(var(--hero-bg-pos-y) - 32%));
	max-width: min(92vw, 56rem);
	padding-right: 4%;
	text-align: left;
	font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
	#home-hero .home-hero-brand {
		left: max(1.25rem, calc(var(--hero-bg-pos-x) - 27%));
		top: max(1.75rem, calc(var(--hero-bg-pos-y) - 34%));
	}
}

#home-hero {
	box-sizing: border-box;
	/* スマホ: 縦方向に余裕を持たせる（幅に対する高さが大きいほどヒーロー領域が大きく見える） */
	aspect-ratio: 7 / 6;
	min-height: 0;
}

/* PC: ヒーロー枠の高さをビューポートの約 72%（参考レイアウトに近い）。ロゴサイズは front-page のクラスのまま */
@media (min-width: 768px) {
	#home-hero {
		aspect-ratio: unset;
		height: 72svh;
		max-height: 76svh;
		min-height: 0;
	}
}

/* 横長（16:9 以上）かつタブレット横〜PC: ヒーロー高さをビューポートの約 72%。Japan Travel News は通常サイズのまま下に配置 */
@media (min-aspect-ratio: 16/9) and (min-width: 768px) {
	.front-first-viewport {
		min-height: 100svh;
		height: auto;
		display: flex;
		flex-direction: column;
		overflow: visible;
		box-sizing: border-box;
	}

	.front-first-viewport #home-hero {
		aspect-ratio: unset;
		flex: 0 0 auto;
		height: 72svh;
		max-height: 72svh;
		min-height: 0;
		width: 100%;
	}

	.front-first-viewport #seasonal {
		flex: 0 0 auto;
	}
}

.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.cherry-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	position: relative;
	z-index: 15;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 9999px;
	backdrop-filter: blur(2px);
}

.cherry-dot {
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background: #d1d5db;
	opacity: 0.9;
}

.cherry-dot.is-active {
	width: 8px;
	height: 8px;
	background: #ec4899;
}

.travel-news-showcase .travel-news-headlines {
	margin-bottom: 1rem;
	color: #fff;
	line-height: 1.25;
}

.travel-news-showcase .travel-news-headlines p {
	margin: 0;
	font-weight: 800;
}

.travel-news-showcase .travel-news-headlines p:first-child {
	font-size: 1.25rem;
}

.travel-news-showcase .travel-news-headlines p:last-child {
	margin-top: 0.125rem;
	font-size: 1.625rem;
}

@media (min-width: 768px) {
	.travel-news-showcase .travel-news-headlines p:first-child {
		font-size: 1.75rem;
	}

	.travel-news-showcase .travel-news-headlines p:last-child {
		font-size: 2.5rem;
	}
}

/* Travel News — Tailwind 未読込でもカルーセルが極端に崩れにくい */
#travel-news-carousel-track.travel-news-carousel-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

.travel-news-carousel-slide {
	display: block;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0;
	overflow: hidden;
	background-color: #0f172a;
}

.travel-news-carousel-slide img {
	display: block;
}

@media (max-width: 767px) {
	#travel-news-carousel-track .travel-news-carousel-slide {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.travel-news-carousel-slide {
		min-height: 200px;
		aspect-ratio: 16 / 11;
	}

	.travel-news-carousel-slide img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.travel-news-carousel-slide .travel-news-card-kicker {
		font-size: 15px;
		font-weight: 800;
		line-height: 1.25;
		color: #fff;
	}

	.travel-news-carousel-slide .travel-news-card-title {
		margin-top: 0.375rem;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.375;
		color: #fff;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

#travel-news-carousel.travel-news-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	#travel-news-carousel.travel-news-carousel {
		overflow: visible;
	}
}

.travel-news-slide-shade {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.travel-news-carousel-slide .travel-news-card-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	box-sizing: border-box;
	padding: 3.5rem 1rem 2.75rem;
}

.travel-news-showcase .travel-news-card {
	transform: translateY(0) scale(1);
	transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 450ms ease, filter 450ms ease;
	will-change: transform;
}

.travel-news-showcase .travel-news-card:hover {
	transform: translateY(-6px) scale(1.01);
	box-shadow: 0 22px 42px -30px rgba(15, 23, 42, 0.85);
	filter: saturate(1.06);
}

.travel-news-showcase .js-news-reveal {
	opacity: 0;
	transform: translateY(20px) scale(0.98);
	transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--news-delay, 0ms);
}

.travel-news-showcase .js-news-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Travel News mobile cards */
.travel-news-showcase .travel-news-card-mobile-3-4 {
	aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
	.travel-news-showcase .travel-news-card-mobile-3-4 {
		aspect-ratio: 4 / 3;
	}
}

/* Plan Your Trip 見出し — Find your interest と同スケール（Tailwind 未読込用） */
#planning > h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.025em;
	color: #111827;
	margin: 0 0 1.5rem;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	#planning > h2 {
		font-size: 36px;
		margin-bottom: 2rem;
	}
}

/* Plan your trip — 3:2 カード（Tailwind 未読込時のレイアウト含む） */
#planning ul.plan-trip-grid,
#planning ul[role='list'] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
}

#planning ul.plan-trip-grid > li,
#planning ul[role='list'] > li {
	min-width: 0;
}

#planning ul > li > a.plan-trip-card {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #111827;
	color: inherit;
	text-decoration: none;
	text-align: left;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	outline: 1px solid rgba(0, 0, 0, 0.08);
	outline-offset: -1px;
	aspect-ratio: 3 / 2;
	min-height: 140px;
}

@media (min-width: 768px) {
	#planning ul.plan-trip-grid,
	#planning ul[role='list'] {
		gap: 1.25rem;
		max-width: 48rem;
	}

	#planning ul > li > a.plan-trip-card {
		border-radius: 10px;
	}
}

@media (min-width: 1024px) {
	#planning ul.plan-trip-grid,
	#planning ul[role='list'] {
		gap: 1.5rem;
		max-width: 56rem;
	}
}

@media (min-width: 1280px) {
	#planning ul.plan-trip-grid,
	#planning ul[role='list'] {
		max-width: 64rem;
	}
}

#planning ul > li > a.plan-trip-card .plan-trip-thumb-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(0.9) contrast(1.04);
}

#planning ul > li > a.plan-trip-card .plan-trip-thumb-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.78) 0%,
		rgba(0, 0, 0, 0.48) 38%,
		rgba(0, 0, 0, 0.22) 65%,
		rgba(0, 0, 0, 0.12) 100%
	);
}

#planning ul > li > a.plan-trip-card .plan-trip-icon-fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	pointer-events: none;
}

#planning .plan-trip-card-text {
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	top: 0.75rem;
	bottom: 3rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	overflow-y: auto;
	min-height: 0;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	#planning .plan-trip-card-text {
		left: 1rem;
		right: 1rem;
		top: 1rem;
		bottom: 4.75rem;
		gap: 0.375rem;
	}
}

#planning .plan-trip-card-title {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.375;
	letter-spacing: -0.02em;
	color: #fff;
	word-break: break-word;
}

#planning .plan-trip-card-desc {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.375;
	color: rgba(255, 255, 255, 0.9);
	word-break: break-word;
}

@media (min-width: 768px) {
	#planning .plan-trip-card-title {
		font-size: 26px;
		line-height: 1.2;
		letter-spacing: -0.02em;
	}

	#planning .plan-trip-card-desc {
		font-size: 17px;
		line-height: 1.45;
	}
}

@media (min-width: 1024px) {
	#planning .plan-trip-card-title {
		font-size: 30px;
	}

	#planning .plan-trip-card-desc {
		font-size: 19px;
	}
}

#planning .plan-trip-card-cta {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.25rem 0.5rem;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(2px);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

@media (min-width: 768px) {
	#planning .plan-trip-card-cta {
		bottom: 1rem;
		right: 1rem;
		padding: 0.375rem 0.75rem;
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	#planning .plan-trip-card-cta {
		font-size: 17px;
	}
}

.travel-news-showcase .js-news-reveal-wrap {
	border-radius: 0;
}

.travel-news-accordion {
	display: flex;
	gap: 0;
	width: 100%;
	height: min(42vw, 420px);
	min-height: 260px;
	overflow: hidden;
	border-radius: 0;
	background: #0f172a;
	isolation: isolate;
}

.travel-news-showcase .travel-news-accordion .travel-news-accordion-item,
.travel-news-showcase .travel-news-accordion .travel-news-card,
.travel-news-showcase .travel-news-accordion .travel-news-card img {
	border-radius: 0;
}

/* Front page: Travel News — mobile carousel; PC = featured + 4 narrow grid */
.travel-news-carousel .travel-news-carousel-slide,
.travel-news-carousel .travel-news-carousel-slide img {
	border-radius: 0;
}

.travel-news-carousel {
	touch-action: pan-x pinch-zoom;
	user-select: none;
	-webkit-user-select: none;
}

.travel-news-carousel-track {
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 767px) {
	.travel-news-carousel {
		touch-action: none;
	}

	.travel-news-carousel .travel-news-card {
		transform: translateY(0) scale(1);
	}

	.travel-news-carousel .travel-news-card:hover {
		transform: translateY(0) scale(1);
		box-shadow: none;
		filter: none;
	}
}

@media (min-width: 768px) {
	.travel-news-carousel {
		touch-action: auto;
		user-select: auto;
		-webkit-user-select: auto;
	}

	.travel-news-carousel-track {
		transition: none;
	}
}

.travel-news-carousel-dot {
	background: rgba(255, 255, 255, 0.4);
}

.travel-news-carousel-dot:hover {
	background: rgba(255, 255, 255, 0.65);
}

.travel-news-carousel-dot--active,
.travel-news-carousel-dot--active:hover {
	background: #cc2936;
}

/* PC: Travel News row — flex widths + featured label/title swap */
@media (min-width: 768px) {
	#travel-news-carousel-track.travel-news-carousel-track {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 0;
		column-gap: 0;
		row-gap: 0;
	}

	#travel-news-carousel-track .travel-news-carousel-slide {
		flex: 1 1 0%;
		min-width: 0;
		min-height: 280px;
		transition: flex 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	}

	#travel-news-carousel-track .travel-news-carousel-slide.is-travel-news-featured {
		flex: 2.25 1 0%;
	}

	.travel-news-carousel-slide .travel-news-card-overlay {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		padding-bottom: 1.25rem;
		padding-top: 2.5rem;
	}

	.travel-news-carousel-slide.is-travel-news-featured .travel-news-card-overlay {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		padding-bottom: 2rem;
		padding-top: 3.5rem;
	}

	.travel-news-carousel-slide .travel-news-label-featured {
		display: none !important;
	}

	.travel-news-carousel-slide.is-travel-news-featured .travel-news-label-featured {
		display: flex !important;
	}

	.travel-news-carousel-slide .travel-news-label-type {
		display: block;
	}

	.travel-news-carousel-slide:not(.is-travel-news-featured) .travel-news-label-type {
		font-size: 0.625rem;
		text-transform: uppercase;
		letter-spacing: 0.06em;
	}

	.travel-news-carousel-slide.is-travel-news-featured .travel-news-label-type {
		display: none !important;
	}

	.travel-news-carousel-slide .travel-news-card-title {
		margin-top: 0.25rem;
		font-size: 0.6875rem;
		line-height: 1.45;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.travel-news-carousel-slide.is-travel-news-featured .travel-news-card-title {
		margin-top: 0.375rem;
		font-size: 1.125rem;
		line-height: 1.375;
		display: block;
		-webkit-line-clamp: unset;
		overflow: visible;
	}
}

@media (prefers-reduced-motion: reduce) {
	.travel-news-carousel-track {
		transition: none;
	}

	@media (min-width: 768px) {
		#travel-news-carousel-track .travel-news-carousel-slide {
			transition: none;
		}
	}
}

.travel-news-accordion-item {
	flex: 1.05 1 0%;
	height: 100%;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	transition: flex 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease-out, transform 420ms ease-out;
	transform: translateZ(0);
	transform-origin: center center;
	will-change: flex, transform, filter;
}

.travel-news-accordion-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(2, 6, 23, 0.55) 0%,
		rgba(2, 6, 23, 0.28) 45%,
		rgba(2, 6, 23, 0.1) 100%
	);
	opacity: 0;
	pointer-events: none;
	transition: opacity 360ms ease;
	z-index: 1;
}

.travel-news-accordion-item:last-child {
	border-right: 0;
}

.travel-news-accordion-item .travel-news-accordion-content {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 300ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.travel-news-accordion-item.is-active {
	flex: 2.95 1 0%;
	filter: saturate(1.04) brightness(1.04);
	transform: translateY(-2px) scale(1.006);
}

.travel-news-accordion-item.is-active .travel-news-accordion-content {
	opacity: 1;
	transform: translateY(0);
}

.travel-news-accordion:hover .travel-news-accordion-item:not(.is-active) {
	filter: saturate(0.72) brightness(0.76);
	transform: scale(0.988);
}

.travel-news-accordion:hover .travel-news-accordion-item.is-active {
	transform: translateY(-3px) scale(1.008);
}

.travel-news-accordion:hover .travel-news-accordion-item:not(.is-active)::after {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.travel-news-showcase .travel-news-card,
	.travel-news-showcase .js-news-reveal {
		transition: none;
		transform: none;
	}

	.travel-news-showcase .js-news-reveal {
		opacity: 1;
	}

	.travel-news-accordion-item {
		transition: none;
	}

	.travel-news-accordion-item .travel-news-accordion-content {
		transition: none;
	}
}

.pb-safe {
	padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

body.travel-in-japan-ui {
	background-color: #f5f5f7;
}

@media (min-width: 768px) {
	body.travel-in-japan-ui {
		background-color: #ffffff;
	}

	.bg-section {
		background-color: #fafafa;
	}
}

#map-container {
	width: 100%;
	min-height: 400px;
	height: 400px;
	position: relative;
}

@media (min-width: 768px) {
	#map-container {
		min-height: 600px;
		height: 600px;
	}
}

/* ???????E?EordPress ??E????E????E?E????E?E*/
.custom-logo-link {
	display: flex;
	align-items: center;
	height: 100%;
}

.custom-logo-link img {
	height: auto;
	width: auto;
	max-height: clamp(3rem, 12vw, 4.25rem);
	object-fit: contain;
}

@media (min-width: 768px) {
	.custom-logo-link img {
		max-height: clamp(3.35rem, 5.5vw, 4.75rem);
	}
}

/* Gutenberg??E?E??E?????????E??E??????? */
.entry-content h1,
.entry-content .wp-block-heading.is-style-default.has-h-1-font-size {
	font-size: clamp(1.9rem, 3.4vw, 2.4rem);
	line-height: 1.2;
	font-weight: 800;
	margin: 1.2em 0 0.55em;
}

.entry-content h2,
.entry-content .wp-block-heading.is-style-default.has-h-2-font-size {
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	line-height: 1.25;
	font-weight: 800;
	margin: 1.1em 0 0.5em;
}

.entry-content h3,
.entry-content .wp-block-heading.is-style-default.has-h-3-font-size {
	font-size: clamp(1.3rem, 2.2vw, 1.6rem);
	line-height: 1.3;
	font-weight: 700;
	margin: 1em 0 0.45em;
}

/* Find your interest: inactive cards stay vertically centered (not bottom-aligned) */
.find-interest-section .find-interest-track {
	display: flex;
	align-items: center;
	gap: clamp(12px, 2vw, 22px);
	padding: 12px 2px 16px;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: calc(50% - 120px);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	touch-action: pan-x;
}

.find-interest-section .find-interest-track::-webkit-scrollbar {
	display: none;
}

.find-interest-section .find-interest-spacer {
	flex: 0 0 clamp(105px, 15vw, 160px);
	height: 1px;
}

.find-interest-section .find-interest-scrollbar {
	position: relative;
	width: min(560px, calc(100% - 16px));
	height: 12px;
	margin: 12px auto 0;
	border-radius: 9999px;
	background: rgba(148, 163, 184, 0.28);
	overflow: hidden;
	cursor: pointer;
	touch-action: none;
}

.find-interest-section .find-interest-scrollbar-thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 28%;
	border-radius: inherit;
	background: #64748b;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
	transition: transform 220ms ease, width 220ms ease, opacity 220ms ease;
	cursor: grab;
	touch-action: none;
}

.find-interest-section .find-interest-scrollbar-thumb.is-dragging {
	cursor: grabbing;
}

.find-interest-section .find-interest-track.is-dragging {
	cursor: grabbing;
}

.find-interest-section .find-interest-card {
	position: relative;
	z-index: 1;
	flex: 0 0 clamp(118px, 17vw, 168px);
	width: clamp(118px, 17vw, 168px);
	aspect-ratio: 3 / 4;
	border-radius: 22px;
	overflow: hidden;
	scroll-snap-align: center;
	transform: scale(0.82);
	transform-origin: center center;
	filter: saturate(0.9) brightness(0.94);
	opacity: 0.92;
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease, opacity 420ms ease, box-shadow 420ms ease;
	box-shadow: 0 10px 28px -14px rgba(15, 23, 42, 0.5);
	user-select: none;
}

.find-interest-section .find-interest-card > img {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.find-interest-section .find-interest-card.is-active {
	z-index: 2;
	flex-basis: clamp(220px, 31vw, 300px);
	width: clamp(220px, 31vw, 300px);
	transform: scale(1);
	filter: none;
	opacity: 1;
	box-shadow: 0 28px 48px -22px rgba(15, 23, 42, 0.82);
}

.find-interest-section .find-interest-card .find-interest-card-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.find-interest-section .find-interest-card .find-interest-card-label-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.75rem;
	padding: 0 0.75rem;
	text-align: center;
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.find-interest-section .find-interest-card .find-interest-card-label-wrap {
		bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.find-interest-section .find-interest-card .find-interest-card-label {
	font-size: clamp(26px, 5vw, 34px);
	font-weight: 800;
	line-height: 1;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	display: block;
}

@media (min-width: 768px) {
	.find-interest-section .find-interest-card .find-interest-card-label {
		font-size: clamp(32px, 4.5vw, 44px);
	}
}

.find-interest-section .find-interest-card:not(.is-active) .find-interest-card-label {
	font-size: clamp(16px, 2.1vw, 24px);
}

@media (min-width: 768px) {
	.find-interest-section .find-interest-card:not(.is-active) .find-interest-card-label {
		font-size: clamp(16px, 2.1vw, 28px);
	}
}

@media (max-width: 767px) {
	.find-interest-section .find-interest-track {
		scroll-padding-inline: calc(50% - 110px);
	}

	.find-interest-section .find-interest-spacer {
		flex-basis: calc(50vw - 110px);
	}

	.find-interest-section .find-interest-card {
		flex-basis: 112px;
		width: 112px;
		transform: scale(0.82);
	}

	.find-interest-section .find-interest-card.is-active {
		flex-basis: 200px;
		width: 200px;
		transform: scale(1);
	}
}


/* TOPpage map  */

#map {
	overflow: hidden;
	touch-action: none;
	transform: translateZ(0);
	height: 500px;
	width: 100%;
  cursor: grab;
}
#map:active {
    cursor: grabbing;
}

#map .pin-scale a,
#map .pin-scale image {
	pointer-events: auto;
	cursor: pointer;
}

#map .pin-scale {
	transition: transform 0.3s;
}

.pins_prefecture.visible .pin-scale,
.pins_tourist.visible .pin-scale {
	opacity: 1;
}

.pins_prefecture.visible .pin-scale image,
.pins_tourist.visible .pin-scale image {
	transform: scale(1);
}

.pins_prefecture .pin-scale image,
.pins_tourist .pin-scale image {
	transition: 0.3s;
}

.pins_prefecture .pin-scale,
.pins_tourist .pin-scale {
	transition: 0.3s;
	opacity: 0;
	pointer-events: none;
}

.pins_prefecture .pin-scale image,
.pins_tourist .pin-scale image {
	transform: scale(0.8);
}

h2 {
	text-align: center;
}

.btn_for_area {
	max-width: 600px;
	margin: 0 auto 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 10px;
	width: 100%;
	padding: 0 20px;
}

.btn_for_area p {
	margin: 0;
	transition: background 0.3s;
}

#btn_for_pref p.visible,
#btn_for_tour p.visible,
.btn_for_area p.visible {
	background: #f9d0d4;
}

.btn_preftour {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin:30px 0;
}

.btn_preftour #btn_pref,
.btn_preftour #btn_tour {
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.btn_preftour #btn_pref {
	background: #c30d23;

}

.btn_preftour #btn_tour {
	background: #4d4d4d;
}

.btn_for {
	position: relative;
	max-width: 600px;
	margin: 0 auto 30px;
	min-height: 134px;
	padding: 0 20px;
}

#btn_for_pref,
#btn_for_tour {
	opacity: 0;
	transition: 0.3s;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	gap: 10px;
	width: calc(100% - 40px);
	position: absolute;
	pointer-events: none;
}

#btn_for_pref.visible,
#btn_for_tour.visible {
	opacity: 1;
	pointer-events: auto;
}

#btn_for_pref p,
#btn_for_tour p,
.btn_for_area p {
	border: 1px solid #000;
	border-radius: 10px;
	font-weight: medium;
	text-decoration: none;
	color: #000;
	text-align: center;
	cursor: pointer;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.btn_for + h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.maparea {
	position: relative;
}

.maparea_txt {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
	max-width: 70%;
	height: 125px;
	z-index: 2;
	transition: opacity 0.3s;
  filter: 
        drop-shadow(1px 0 0 white)
        drop-shadow(-1px 0 0 white)
        drop-shadow(0 1px 0 white)
        drop-shadow(0 -1px 0 white);
}

.maparea_txt.hidden {
	opacity: 0;
}

.map_btn p.map_comment{
 text-align: center;
}
.map_btn p.map_comment .sp{
	display: none;
}

.menu_bg{
	background:rgba(255,255,255,0.4);
	border-radius: 20px;
	padding: 0 4px;
}

@media screen and (max-width:768px){
	#map {
		height: 300px;
	}
	.maparea_txt{
		top:0;
	}
	.pins_prefecture.visible .pin-scale image,
	.pins_tourist.visible .pin-scale image {
		transform: scale(1.3);
	}
	.map_btn p.map_comment .pc{
		display: none;
	}
	.map_btn p.map_comment .sp{
		display: inline;
	}
}
