.hlm-live-page {
	background: #000;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-feature-settings: "palt";
	padding: 54px 18px 100px;
	margin: 0;
}

.hlm-live-detail {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.hlm-archive-lead {
	color: #ddd;
	font-size: 18px;
	text-align: center;
	margin: -28px 0 48px;
}

.hlm-live-hero h1 {
	color: #fff;
	font-size: clamp(28px, 5vw, 52px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: .025em;
	text-align: center;
	margin: 0 auto 48px;
	max-width: 1080px;
}

.hlm-live-main-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(34px, 5vw, 68px);
	align-items: start;
}

.hlm-live-main-grid.is-no-gallery {
	display: block;
	width: min(100%, 760px);
	margin: 0 auto;
}

.hlm-live-gallery {
	display: grid;
	gap: 24px;
}

.hlm-live-flyer {
	background: #080808;
	border: 1px solid #242424;
	margin: 0;
	text-align: center;
}

.hlm-live-flyer a {
	display: block;
	line-height: 0;
}

.hlm-live-flyer img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	box-shadow: 0 8px 34px rgba(255,255,255,.06);
}

.hlm-live-info {
	width: 100%;
	margin: 0;
}

.hlm-info-row {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	margin-bottom: 28px;
}

.hlm-info-label,
.hlm-info-value {
	color: #fff;
	font-size: clamp(17px, 1.65vw, 23px);
	line-height: 1.55;
	letter-spacing: .035em;
}

.hlm-info-label { font-weight: 800; text-align: right; }
.hlm-info-value { font-weight: 650; overflow-wrap: anywhere; }
.hlm-info-value a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.hlm-live-description,
.hlm-live-notes {
	width: 100%;
	margin: 42px 0 0;
	color: #f5f5f5;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: .04em;
	box-sizing: border-box;
}

.hlm-live-notes {
	background: #121212;
	border-left: 4px solid #a90000;
	padding: 24px 28px;
	box-sizing: border-box;
}

.hlm-live-notes h2,
.hlm-live-map h2 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 15px;
}

.hlm-ticket-cta {
	width: 100%;
	margin: 40px 0 0;
	text-align: center;
}

.hlm-ticket-cta p {
	color: #fff;
	font-size: clamp(16px, 1.7vw, 21px);
	line-height: 1.65;
	letter-spacing: .06em;
	margin: 0 0 24px;
}

.hlm-ticket-button {
	display: block;
	background: #31b44b;
	color: #fff !important;
	border-radius: 7px;
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: 800;
	line-height: 1.4;
	padding: 21px 20px;
	text-decoration: none !important;
	box-shadow: 0 5px 0 #187c2d;
	transition: transform .15s ease, filter .15s ease;
}

.hlm-ticket-button:hover,
.hlm-ticket-button:focus {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

.hlm-live-map {
	width: 100%;
	margin: 76px auto 0;
}

.hlm-live-map iframe {
	display: block;
	width: 100%;
	height: 520px;
	border: 0;
	background: #222;
}

.hlm-map-link {
	display: inline-block;
	color: #fff !important;
	font-size: 16px;
	margin-top: 14px;
	text-underline-offset: 4px;
}

.hlm-live-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.hlm-live-card {
	background: #111;
	border: 1px solid #333;
}
.hlm-live-card a { display: block; color: #fff; text-decoration: none; }
.hlm-card-image { aspect-ratio: 16 / 10; overflow: hidden; }
.hlm-card-image img { width: 100%; height: 100%; object-fit: cover; }
.hlm-card-body { padding: 20px; }
.hlm-card-body time { color: #d74b4b; font-weight: 800; }
.hlm-card-body h2 { color: #fff; font-size: 20px; line-height: 1.45; margin: 8px 0; }
.hlm-card-body p { color: #ccc; margin: 0; }

@media (max-width: 760px) {
	.hlm-live-page { padding: 34px 16px 88px; }
	.hlm-live-hero h1 { font-size: 29px; line-height: 1.45; margin-bottom: 30px; }
	.hlm-live-main-grid { grid-template-columns: 1fr; gap: 38px; }
	.hlm-live-gallery { gap: 18px; }
	.hlm-info-row { grid-template-columns: 92px minmax(0, 1fr); gap: 17px; margin-bottom: 32px; }
	.hlm-info-label,
	.hlm-info-value { font-size: 19px; line-height: 1.65; }
	.hlm-info-label { text-align: left; }
	.hlm-live-description,
	.hlm-live-notes { font-size: 16px; line-height: 1.9; margin-top: 42px; }
	.hlm-live-notes { padding: 20px 18px; }
	.hlm-ticket-cta { margin-top: 42px; }
	.hlm-ticket-button { padding: 18px 12px; }
	.hlm-live-map { margin-top: 58px; }
	.hlm-live-map iframe { height: 410px; }
	.hlm-live-list { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 390px) {
	.hlm-live-page { padding-inline: 12px; }
	.hlm-info-row { grid-template-columns: 80px minmax(0, 1fr); gap: 12px; }
	.hlm-info-label,
	.hlm-info-value { font-size: 17px; }
}
