/* Front page flyer slider
   Future flyers are expected to be A4 portrait, so keep the FV frame at 210:297. */
body.home .ltg-slide {
	--rebirth-fv-width: min(92vw, 560px);

	aspect-ratio: 210 / 297;
	background: #000;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	overflow: hidden;
	width: var(--rebirth-fv-width);
}

body.home .ltg-slide .swiper-wrapper {
	align-items: stretch;
	height: 100%;
}

body.home .ltg-slide .swiper-slide {
	align-items: center;
	background: #000;
	display: flex;
	height: 100%;
	justify-content: center;
}

body.home .ltg-slide picture,
body.home .ltg-slide .swiper-slide > a {
	aspect-ratio: 210 / 297;
	display: flex !important;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: none !important;
	height: 100%;
	width: 100%;
}

body.home .ltg-slide .ltg-slide-item-img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* Top page main columns */
body.home .top-main {
	gap: 2%;
}

/* Top page Pick Up layout */
body.home .pickup-column {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.pickup .media-date {
	font-size: 1.25em;
	font-weight: 700;
}

.pickup-item--hidden {
	display: none;
}

.pickup-toggle__button--close {
	display: none;
}

.pickup-toggle {
	margin-top: 1.5em;
	text-align: center;
}

.pickup-toggle__button {
	background: #111;
	border: 1px solid #111;
	color: #fff;
	cursor: pointer;
	padding: 0.65em 1.5em;
	transition: opacity 0.2s ease;
}

.pickup-toggle__button:hover,
.pickup-toggle__button:focus {
	opacity: 0.75;
}

.rebirth-sns-links {
	align-items: center;
	display: flex;
	gap: 1em;
}

.rebirth-sns-links__link {
	align-items: center;
	color: #111;
	display: inline-flex;
	font-size: 1.35rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.rebirth-sns-links__link:hover,
.rebirth-sns-links__link:focus {
	color: #111;
	opacity: 0.7;
	text-decoration: none;
}

.rebirth-sns-links__icon {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.rebirth-nav-sns {
	align-items: center;
	display: flex;
	padding-left: 0.9em;
	transform: translateY(-3px);
}

.rebirth-sns-links--mobile {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: flex !important;
	gap: 1.2em;
	justify-content: center;
	margin: 0.75em auto 0;
	padding-top: 1.2em;
	width: 100%;
}

.rebirth-sns-links--mobile .rebirth-sns-links__link {
	font-size: 1.8rem;
}

.rebirth-sns-links--mobile-header {
	display: none;
}

@media (min-width: 782px) {
	html,
	body {
		overflow-x: clip !important;
	}

	body.home .site-body,
	body.home .site-body-container,
	body.home .main-section,
	body.home .entry,
	body.home .entry-body,
	body.home .top-main {
		overflow: visible !important;
	}

	body.home .top-main {
		align-items: flex-start !important;
	}

	body.home .top-main > .wp-block-column:nth-child(2),
	body.home .top-main > .wp-block-column[style*="33%"] {
		align-self: flex-start !important;
		height: fit-content;
		max-height: none;
		position: sticky !important;
		top: 90px;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.rebirth-sns-links--mobile {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.rebirth-nav-sns {
		display: none;
	}

	.rebirth-sns-links--mobile-header {
		display: flex;
		gap: 1.2em;
		justify-content: center;
		margin: 0.25em auto 0;
		padding-bottom: 1em;
		width: 100%;
	}

	.rebirth-sns-links--mobile-header .rebirth-sns-links__link {
		font-size: 1.5rem;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 2.1333333333vw;
	}
}

/* Live indoor banner（768:325・アスペクト比維持） */
.live-indoor-banner {
	aspect-ratio: 768 / 325;
	background: #000;
	border: none;
	container-type: inline-size;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.live-indoor-banner .banner-box {
	align-items: center;
	background: radial-gradient(circle at 75% 50%, rgba(255, 51, 0, 0.15) 0%, #000 80%);
	border: min(2px, 0.2604cqw) solid #222;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 10%;
	transition: border-color 0.3s;
	width: 100%;
}

.live-indoor-banner .info-side {
	color: #fff;
	font-family: 'Arial Black', sans-serif;
	z-index: 5;
}

.live-indoor-banner .txt-venue {
	color: #FF3300;
	display: block;
	font-size: min(24px, 3.125cqw);
	letter-spacing: 0.3em;
}

.live-indoor-banner .txt-main {
	display: block;
	font-size: min(92px, 11.9792cqw);
	line-height: 0.85;
}

.live-indoor-banner .txt-sub {
	display: block;
	font-size: min(54px, 7.0313cqw);
	line-height: 1;
}

.live-indoor-banner .cta-label {
	background: #FF3300;
	color: #000;
	display: inline-block;
	font-size: min(24px, 3.125cqw);
	font-weight: bold;
	margin-top: 5%;
	padding: min(6px, 0.7813cqw) min(20px, 2.6042cqw);
}

.live-indoor-banner .lens-viewer {
	align-items: center;
	aspect-ratio: 1 / 1;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	position: relative;
	width: 32%;
}

.live-indoor-banner .lens-rim {
	border: min(5px, 0.651cqw) solid #333;
	border-radius: 50%;
	box-shadow: inset 0 0 min(20px, 2.6042cqw) rgba(0, 0, 0, 1);
	height: 100%;
	position: absolute;
	width: 100%;
}

.live-indoor-banner .eye-lens {
	align-items: center;
	background: #FF3300;
	border-radius: 50%;
	box-shadow: 0 0 min(30px, 3.9063cqw) rgba(255, 51, 0, 0.4);
	display: flex;
	height: 45%;
	justify-content: center;
	position: relative;
	transition: transform 0.4s;
	width: 45%;
}

.live-indoor-banner .pupil {
	background: #000;
	border-radius: 50%;
	height: 50%;
	width: 50%;
}

.live-indoor-banner .reflection {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	height: 25%;
	position: absolute;
	right: 15%;
	top: 15%;
	width: 25%;
}

.live-indoor-banner .pano-ring {
	animation: spin-pano 10s infinite linear;
	border: min(2px, 0.2604cqw) dashed rgba(255, 51, 0, 0.5);
	border-radius: 50%;
	height: 85%;
	position: absolute;
	width: 85%;
}

@keyframes spin-pano {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.live-indoor-banner:hover .banner-box,
.live-indoor-banner:focus-visible .banner-box {
	border-color: #FF3300;
}

.live-indoor-banner:hover .eye-lens,
.live-indoor-banner:focus-visible .eye-lens {
	transform: scale(1.1);
}

@media (max-width: 767.98px) {
	.live-indoor-banner .banner-box {
		padding: 0 6%;
	}

	.live-indoor-banner .lens-viewer {
		width: 30%;
	}

	.live-indoor-banner .txt-venue {
		letter-spacing: 0.2em;
	}
}

/* 1. 全体の土台設定 */
.map-banner-768 {
	/* 親幅基準で比率維持（sidebarでも突き破らない） */
	aspect-ratio: 768 / 325;
	background: linear-gradient(135deg, #000000 0%, #2c3e50 100%);
	box-sizing: border-box;
	color: #fff;
	container-type: inline-size;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Arial Black', sans-serif;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	padding-left: 9.1146%;
	padding-right: 16.4063%;
	position: relative;
	width: 100%;
	border: min(1px, 0.1302cqw) solid #333;
}

        /* 2. 左側のテキストエリア */
.map-banner-768 .text-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
}

.google-label {
	display: block;
	font-size: min(72px, 9.375cqw);
	letter-spacing: max(-2px, -0.2604cqw);
	line-height: 0.9;
}

.maps-label {
	color: #4285F4; /* Google Blue */
	display: block;
	font-size: min(112px, 14.5833cqw);
	line-height: 0.9;
	text-shadow: 0 0 min(15px, 1.9531cqw) rgba(66, 133, 244, 0.4);
}

.guide-label {
	color: #aaa;
	font-family: Arial, sans-serif;
	font-size: min(28px, 3.6458cqw);
	letter-spacing: min(6px, 0.7813cqw);
	margin-bottom: 0;
	margin-top: min(15px, 1.9531cqw);
}

        /* 3. 右側のピン（CSSだけで描画） */
.pin-container {
	position: relative;
	z-index: 10;
}

.map-pin {
	align-items: center;
	animation: pin-jump 2s infinite ease-in-out;
	background-color: #EA4335; /* Google Red */
	border-radius: 50% 50% 50% 0;
	box-shadow: max(-10px, -1.3021cqw) min(10px, 1.3021cqw) min(20px, 2.6042cqw) rgba(0, 0, 0, 0.4);
	display: flex;
	height: min(130px, 16.9271cqw);
	justify-content: center;
	transform: rotate(-45deg);
	width: min(130px, 16.9271cqw);
}

.map-pin::after {
	background-color: #000;
	border-radius: 50%;
	content: '';
	height: min(45px, 5.8594cqw);
	width: min(45px, 5.8594cqw);
}

        /* 4. アニメーション設定 */
@keyframes pin-jump {
	0%, 100% { transform: rotate(-45deg) translate(0, 0); }
	50% { transform: rotate(-45deg) translate(min(15px, 1.9531cqw), max(-15px, -1.9531cqw)); }
}

        /* 5. 装飾：背景のうっすらした光 */
.map-banner-768::before {
	background: radial-gradient(circle, rgba(66, 133, 244, 0.2) 0%, transparent 70%);
	content: '';
	height: min(400px, 52.0833cqw);
	left: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(400px, 52.0833cqw);
}

@media (max-width: 767.98px) {
	.map-banner-768 {
		padding: 0 13% 0 6%;
	}

	.guide-label {
		letter-spacing: min(4px, 0.8cqw);
	}
}