:root {
	--hds-ink: #181712;
	--hds-ink-soft: #24231e;
	--hds-ink-lift: #302e27;
	--hds-gold: #b99750;
	--hds-gold-light: #d5bd83;
	--hds-gold-pale: #eee2c5;
	--hds-paper: #f8f5ee;
	--hds-cream: #eee8dc;
	--hds-white: #fffdf8;
	--hds-muted: #746f64;
	--hds-line: rgba(32, 29, 22, 0.15);
	--hds-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	--hds-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
	--hds-content: 1200px;
	--hds-shadow: 0 24px 70px rgba(26, 22, 14, 0.12);
}

html {
	scroll-behavior: smooth;
}

body.hds-landing-page {
	background: var(--hds-paper) !important;
	overflow-x: hidden;
}

body.hds-landing-page #header-container,
body.hds-landing-page #navi,
body.hds-landing-page #notice-area,
body.hds-landing-page #breadcrumb,
body.hds-landing-page .breadcrumb,
body.hds-landing-page #sidebar,
body.hds-landing-page .sidebar,
body.hds-landing-page .article-header,
body.hds-landing-page .entry-title,
body.hds-landing-page .post-date,
body.hds-landing-page .date-tags,
body.hds-landing-page .sns-share,
body.hds-landing-page .sns-follow,
body.hds-landing-page .author-info,
body.hds-landing-page .pager-post-navi,
body.hds-landing-page .under-entry-content,
body.hds-landing-page #footer,
body.hds-landing-page #footer-container {
	display: none !important;
}

body.hds-landing-page #content,
body.hds-landing-page .content-in,
body.hds-landing-page #main,
body.hds-landing-page main.main,
body.hds-landing-page article.article,
body.hds-landing-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.hds-landing-page .wrap,
body.hds-landing-page .content-in.wrap {
	width: 100% !important;
	max-width: none !important;
}

#hidenoumi-danpatsu,
#hidenoumi-danpatsu * {
	box-sizing: border-box;
}

#hidenoumi-danpatsu {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 -50vw;
	overflow: clip;
	background: var(--hds-paper);
	color: var(--hds-ink);
	font-family: var(--hds-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0.035em;
}

/* Cocoonの記事見出し装飾をLP内へ持ち込ませない。 */
#hidenoumi-danpatsu h1,
#hidenoumi-danpatsu h2,
#hidenoumi-danpatsu h3,
#hidenoumi-danpatsu h4,
#hidenoumi-danpatsu h5,
#hidenoumi-danpatsu h6 {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	box-shadow: none;
}

#hidenoumi-danpatsu h1::before,
#hidenoumi-danpatsu h1::after,
#hidenoumi-danpatsu h2::before,
#hidenoumi-danpatsu h2::after,
#hidenoumi-danpatsu h3::before,
#hidenoumi-danpatsu h3::after {
	display: none;
	content: none;
}

body.hds-landing-page #hidenoumi-danpatsu {
	left: auto;
	width: 100%;
	margin-left: 0;
}

#hidenoumi-danpatsu img {
	display: block;
	max-width: 100%;
	height: auto;
}

#hidenoumi-danpatsu a {
	color: inherit;
	text-decoration: none;
}

#hidenoumi-danpatsu p,
#hidenoumi-danpatsu h1,
#hidenoumi-danpatsu h2,
#hidenoumi-danpatsu h3,
#hidenoumi-danpatsu dl,
#hidenoumi-danpatsu dd,
#hidenoumi-danpatsu ul,
#hidenoumi-danpatsu ol {
	margin: 0;
}

#hidenoumi-danpatsu ul,
#hidenoumi-danpatsu ol {
	padding: 0;
}

.hds-container {
	width: min(calc(100% - 80px), var(--hds-content));
	margin-inline: auto;
}

.hds-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 99999;
	padding: 10px 16px;
	transform: translateY(-150%);
	background: var(--hds-white);
	color: var(--hds-ink) !important;
	font-weight: 700;
	transition: transform 0.2s ease;
}

.hds-skip-link:focus {
	transform: translateY(0);
}

.hds-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--hds-white);
	transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.admin-bar .hds-header {
	top: 32px;
}

.hds-header.is-scrolled {
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(24, 23, 18, 0.94);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.hds-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 36px;
	height: 82px;
}

.hds-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
	color: inherit !important;
}

.hds-brand__mark {
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: var(--hds-gold);
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.hds-brand__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.25;
}

.hds-brand__text strong {
	font-family: var(--hds-serif);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.hds-brand__text small {
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.28em;
	opacity: 0.64;
}

.hds-nav {
	display: flex;
	justify-content: flex-end;
	gap: clamp(18px, 2vw, 34px);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.hds-nav a {
	position: relative;
	padding: 8px 0;
	color: inherit !important;
}

.hds-nav a::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	transform-origin: right;
	background: var(--hds-gold-light);
	content: "";
	transition: transform 0.25s ease;
}

.hds-nav a:hover::after,
.hds-nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hds-button {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 14px 28px;
	border: 1px solid var(--hds-ink);
	background: var(--hds-ink);
	color: var(--hds-white) !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hds-button:hover,
.hds-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(24, 23, 18, 0.18);
}

.hds-button:focus-visible,
.hds-text-link:focus-visible,
.hds-nav a:focus-visible,
.hds-brand:focus-visible,
.hds-scroll:focus-visible,
.hds-faq summary:focus-visible {
	outline: 2px solid var(--hds-gold-light);
	outline-offset: 4px;
}

.hds-button--small {
	min-height: 42px;
	padding: 10px 18px;
	border-color: rgba(255, 255, 255, 0.38);
	background: transparent;
	font-size: 11px;
}

.hds-button--small:hover,
.hds-button--small:focus-visible {
	border-color: var(--hds-gold);
	background: var(--hds-gold);
	color: var(--hds-ink) !important;
}

.hds-button--gold {
	border-color: var(--hds-gold);
	background: var(--hds-gold);
	color: var(--hds-ink) !important;
}

.hds-button--gold:hover,
.hds-button--gold:focus-visible {
	border-color: var(--hds-gold-light);
	background: var(--hds-gold-light);
}

.hds-button--outline {
	border-color: rgba(24, 23, 18, 0.35);
	background: transparent;
	color: var(--hds-ink) !important;
}

.hds-button--outline:hover,
.hds-button--outline:focus-visible {
	border-color: var(--hds-ink);
	background: var(--hds-ink);
	color: var(--hds-white) !important;
}

.hds-button--outline-light {
	border-color: rgba(255, 255, 255, 0.42);
	background: transparent;
	color: var(--hds-white) !important;
}

.hds-button--outline-light:hover,
.hds-button--outline-light:focus-visible {
	border-color: var(--hds-white);
	background: var(--hds-white);
	color: var(--hds-ink) !important;
}

.hds-button.is-disabled {
	cursor: not-allowed;
	border-color: #c9c4b9;
	background: #d7d2c8;
	box-shadow: none;
	color: #6f6a61 !important;
	transform: none;
}

.hds-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--hds-white) !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.hds-text-link--dark {
	border-color: rgba(24, 23, 18, 0.28);
	color: var(--hds-ink) !important;
}

.hds-hero {
	position: relative;
	display: flex;
	min-height: max(820px, 100svh);
	align-items: stretch;
	overflow: hidden;
	background: linear-gradient(118deg, #171610 0%, #24231d 58%, #302d25 100%);
	color: var(--hds-white);
}

.hds-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.085;
	background-image: radial-gradient(circle at 0 100%, transparent 38px, var(--hds-gold-light) 39px, transparent 41px), radial-gradient(circle at 60px 100%, transparent 38px, var(--hds-gold-light) 39px, transparent 41px);
	background-size: 120px 60px;
	pointer-events: none;
}

.hds-hero::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.07);
	content: "";
}

.hds-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
	align-items: center;
	gap: 24px;
	padding-top: 118px;
	padding-bottom: 70px;
}

.hds-hero__copy {
	position: relative;
	z-index: 3;
	padding: 30px 30px 30px 0;
}

.hds-eyebrow,
.hds-section-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hds-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px !important;
	color: var(--hds-gold-light);
}

.hds-eyebrow span {
	display: block;
	width: 46px;
	height: 1px;
	background: var(--hds-gold);
}

.hds-hero__event-name {
	margin-bottom: 8px !important;
	font-family: var(--hds-serif);
	font-size: clamp(17px, 1.6vw, 22px);
	letter-spacing: 0.14em;
	opacity: 0.82;
}

.hds-hero h1 {
	margin-bottom: 26px !important;
	color: var(--hds-white);
	font-family: var(--hds-serif);
	font-size: clamp(58px, 6vw, 92px);
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.02em;
}

.hds-hero h1 em {
	color: var(--hds-gold-light);
	font-style: normal;
}

.hds-hero__title-line {
	display: block;
	white-space: nowrap;
}

.hds-hero__lead {
	max-width: 610px;
	margin-bottom: 30px !important;
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--hds-serif);
	font-size: 16px;
	line-height: 2.05;
}

.hds-hero__facts {
	display: grid;
	max-width: 640px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 32px !important;
	border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.hds-hero__facts > div {
	padding: 15px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hds-hero__facts > div:first-child {
	padding-left: 0;
}

.hds-hero__facts > div:last-child {
	border-right: 0;
}

.hds-hero__facts dt {
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.14em;
}

.hds-hero__facts dd {
	color: var(--hds-white);
	font-family: var(--hds-serif);
	font-size: clamp(15px, 1.35vw, 19px);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.45;
}

.hds-hero__facts dd small {
	font-family: var(--hds-sans);
	font-size: 9px;
	letter-spacing: 0.15em;
}

.hds-hero__actions {
	display: flex;
	align-items: center;
	gap: 28px;
}

.hds-hero__actions .hds-button {
	min-width: 280px;
}

.hds-hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 690px;
}

.hds-hero__sun {
	position: absolute;
	top: 8%;
	left: 10%;
	width: min(34vw, 510px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, #c5a45d 0%, #9b7837 100%);
	box-shadow: 0 0 80px rgba(185, 151, 80, 0.14);
}

.hds-hero__kanji {
	position: absolute;
	top: 3%;
	right: -2%;
	color: rgba(255, 255, 255, 0.035);
	font-family: var(--hds-serif);
	font-size: clamp(240px, 29vw, 420px);
	line-height: 1;
}

.hds-hero__visual img {
	position: absolute;
	right: -2%;
	bottom: -2%;
	z-index: 2;
	width: min(38vw, 560px);
	max-height: 94%;
	object-fit: contain;
	object-position: bottom center;
	filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.27));
}

.hds-hero__name {
	position: absolute;
	top: 42%;
	right: -5px;
	z-index: 3;
	writing-mode: vertical-rl;
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--hds-serif);
	font-size: 13px;
	letter-spacing: 0.3em;
}

.hds-countdown {
	position: absolute;
	right: 0;
	bottom: 2%;
	z-index: 4;
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: baseline;
	gap: 7px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(18, 17, 13, 0.72);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.hds-countdown span {
	grid-column: 1 / -1;
	color: rgba(255, 255, 255, 0.52);
	font-size: 8px;
	letter-spacing: 0.18em;
}

.hds-countdown strong {
	color: var(--hds-gold-light);
	font-family: var(--hds-serif);
	font-size: 32px;
	line-height: 1;
}

.hds-countdown small {
	font-size: 10px;
}

.hds-scroll {
	position: absolute;
	bottom: 30px;
	left: 26px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	transform: rotate(90deg);
	transform-origin: left center;
	color: rgba(255, 255, 255, 0.42) !important;
	font-size: 7px;
	letter-spacing: 0.3em;
}

.hds-scroll i {
	display: block;
	width: 44px;
	height: 1px;
	background: rgba(255, 255, 255, 0.32);
}

.hds-section {
	padding: 120px 0;
}

.hds-section-label {
	margin-bottom: 22px !important;
	color: var(--hds-gold);
}

.hds-section h2,
.hds-closing h2 {
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: clamp(42px, 4.8vw, 68px);
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.hds-overview {
	position: relative;
	background: var(--hds-paper);
}

.hds-overview::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 85px;
	background: var(--hds-gold);
	content: "";
}

.hds-overview__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(70px, 10vw, 150px);
	align-items: start;
}

.hds-overview__body {
	padding-top: 16px;
	color: #4c4942;
	font-size: 15px;
}

.hds-overview__body > p + p {
	margin-top: 24px !important;
}

.hds-lead {
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: clamp(18px, 1.8vw, 23px);
	line-height: 2;
}

.hds-overview__notice {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 34px;
	padding: 20px 24px;
	border-left: 3px solid var(--hds-gold);
	background: #eee8dc;
}

.hds-overview__notice strong {
	flex: 0 0 auto;
	font-family: var(--hds-serif);
	font-size: 15px;
}

.hds-overview__notice span {
	color: var(--hds-muted);
	font-size: 12px;
}

.hds-program {
	position: relative;
	background: var(--hds-ink);
	color: var(--hds-white);
}

.hds-program::before {
	display: none;
	content: none;
}

.hds-section-heading {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: end;
	gap: 70px;
	margin-bottom: 64px;
}

.hds-section-heading > p {
	max-width: 520px;
	padding-bottom: 10px;
	color: var(--hds-muted);
	font-size: 14px;
}

.hds-section-heading--light h2 {
	color: var(--hds-white);
}

.hds-section-heading--light > p {
	color: rgba(255, 255, 255, 0.57);
}

.hds-program__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-block: 1px solid rgba(255, 255, 255, 0.15);
}

.hds-program__grid article {
	position: relative;
	min-height: 420px;
	padding: 0 0 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	transition: background 0.25s ease;
}

.hds-program__grid article:last-child {
	border-right: 0;
}

.hds-program__grid article:hover {
	background: rgba(255, 255, 255, 0.035);
}

.hds-program__grid article > span {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.84);
	font-size: 10px;
	letter-spacing: 0.15em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
}

.hds-program__image {
	position: relative;
	height: 230px;
	margin: 0 0 27px !important;
	overflow: hidden;
	background: #0c0b09;
}

.hds-program__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
	content: "";
}

.hds-program__image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(0.72) contrast(1.06);
	transition: transform 0.45s ease, filter 0.45s ease;
}

.hds-program__grid article:hover .hds-program__image img {
	transform: scale(1.035);
	filter: saturate(0.95) contrast(1.03);
}

.hds-program__grid h3 {
	padding-inline: 25px !important;
	margin-bottom: 18px !important;
	color: var(--hds-white);
	font-family: var(--hds-serif);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.hds-program__grid p {
	padding-inline: 25px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 12px;
	line-height: 1.9;
}

.hds-program__note {
	margin-top: 18px !important;
	color: rgba(255, 255, 255, 0.4);
	font-size: 10px;
	text-align: right;
}

.hds-gallery {
	display: grid;
	min-height: 720px;
	grid-template-columns: minmax(285px, 0.56fr) minmax(0, 1.44fr);
	background: #0f0e0b;
	color: var(--hds-white);
}

.hds-gallery__heading {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: clamp(55px, 6vw, 95px);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hds-gallery__heading h2 {
	color: var(--hds-white);
	font-family: var(--hds-serif);
	font-size: clamp(40px, 4.2vw, 61px);
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: 0.05em;
}

.hds-gallery__grid {
	display: grid;
	min-width: 0;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(6, minmax(105px, 1fr));
	gap: 2px;
	background: #0f0e0b;
}

.hds-gallery__item {
	position: relative;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #292720;
}

.hds-gallery__item::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(185, 151, 80, 0.12), transparent 48%, rgba(0, 0, 0, 0.18));
	content: "";
	pointer-events: none;
}

.hds-gallery__item img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(0.84) contrast(1.03);
	transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.hds-gallery__item:hover img {
	transform: scale(1.035);
	filter: saturate(1) contrast(1.02);
}

.hds-gallery__item figcaption {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 45px 22px 18px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
	color: #fff;
	font-family: var(--hds-serif);
	font-size: clamp(14px, 1.25vw, 19px);
	letter-spacing: 0.06em;
}

.hds-gallery__item--hero { grid-column: 1 / 4; grid-row: 1 / 7; }
.hds-gallery__item--bout {
	grid-column: 4 / 9;
	grid-row: 1 / 3;
}
.hds-gallery__item--salt { grid-column: 9 / 11; grid-row: 1 / 4; }
.hds-gallery__item--clash { grid-column: 11 / 13; grid-row: 1 / 4; }
.hds-gallery__item--ritual { grid-column: 4 / 7; grid-row: 3 / 5; }
.hds-gallery__item--walk { grid-column: 7 / 9; grid-row: 3 / 7; }
.hds-gallery__item--presence { grid-column: 4 / 7; grid-row: 5 / 7; }
.hds-gallery__item--arena { grid-column: 9 / 13; grid-row: 4 / 7; }

.hds-dohyo-story { background: #171611; color: var(--hds-white); }
.hds-dohyo-story .hds-section-heading h2 { color: var(--hds-white); }
.hds-dohyo-story .hds-section-heading > p { color: rgba(255, 255, 255, 0.64); }
.hds-dohyo-story__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 54px;
	background: rgba(255, 255, 255, 0.16);
}
.hds-dohyo-story__grid figure {
	position: relative;
	height: 530px;
	margin: 0;
	overflow: hidden;
	background: #2a2821;
}
.hds-dohyo-story__grid img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.03);
	transition: transform 0.65s ease, filter 0.4s ease;
}
.hds-dohyo-story__grid figure:hover img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.hds-dohyo-story__grid figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 65px 25px 28px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}
.hds-dohyo-story__grid figcaption span,
.hds-dohyo-story__grid figcaption strong,
.hds-dohyo-story__grid figcaption small { display: block; }
.hds-dohyo-story__grid figcaption span { margin-bottom: 8px; color: var(--hds-gold); font-size: 10px; letter-spacing: 0.18em; }
.hds-dohyo-story__grid figcaption strong { font-family: var(--hds-serif); font-size: 26px; font-weight: 500; }
.hds-dohyo-story__grid figcaption small { margin-top: 8px; color: rgba(255, 255, 255, 0.65); font-size: 10px; line-height: 1.8; }

.hds-experience {
	background: var(--hds-cream);
}

.hds-experience__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid rgba(24, 23, 18, 0.16);
	background: rgba(255, 255, 255, 0.35);
}

.hds-experience__list > div {
	display: flex;
	min-height: 330px;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 18px 25px;
	border-right: 1px solid rgba(24, 23, 18, 0.14);
	text-align: center;
}

.hds-experience__list > div:last-child {
	border-right: 0;
}

.hds-experience__list img {
	width: calc(100% + 36px);
	height: 210px;
	margin: 0 -18px 25px;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.hds-experience__list > div:hover img {
	filter: saturate(1.08);
}

.hds-experience__list strong {
	font-family: var(--hds-serif);
	font-size: 17px;
	font-weight: 600;
}

.hds-experience__list small {
	margin-top: 8px;
	color: var(--hds-muted);
	font-size: 10px;
	line-height: 1.65;
}

.hds-experience__note {
	margin-top: 18px !important;
	color: var(--hds-muted);
	font-size: 10px;
	text-align: right;
}

.hds-tickets {
	background: var(--hds-paper);
}

.hds-ticket-group + .hds-ticket-group {
	margin-top: 90px;
}

.hds-ticket-group__title {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--hds-line);
}

.hds-ticket-group__title span {
	font-family: var(--hds-serif);
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.hds-ticket-group__title small {
	color: var(--hds-muted);
	font-size: 10px;
	letter-spacing: 0.1em;
}

.hds-ticket-grid {
	display: grid;
	gap: 22px;
}

.hds-ticket-grid--standard {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hds-ticket-grid--danpatsu {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hds-ticket-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 42px;
	border: 1px solid var(--hds-line);
	background: var(--hds-white);
	box-shadow: 0 15px 42px rgba(31, 27, 18, 0.055);
}

.hds-ticket-card--gold {
	border-top: 4px solid var(--hds-gold);
	padding-top: 39px;
	background: linear-gradient(145deg, #fffdfa, #f4ecdc);
}

.hds-ticket-card__en {
	margin-bottom: 12px !important;
	color: var(--hds-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.hds-ticket-card h3 {
	margin-bottom: 22px !important;
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.06em;
}

.hds-ticket-card__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 20px !important;
	padding-bottom: 21px;
	border-bottom: 1px solid var(--hds-line);
}

.hds-ticket-card__price small {
	font-size: 9px;
	font-weight: 600;
}

.hds-ticket-card__price strong {
	font-family: var(--hds-serif);
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
}

.hds-ticket-card__price span {
	font-family: var(--hds-serif);
	font-size: 14px;
}

.hds-ticket-card__desc {
	min-height: 55px;
	margin-bottom: 22px !important;
	color: var(--hds-muted);
	font-size: 12px;
	line-height: 1.85;
}

.hds-seat-priority {
	margin: -4px 0 24px;
	padding: 14px 16px;
	border-left: 3px solid var(--hds-gold);
	background: rgba(185, 151, 80, 0.1);
}

.hds-seat-priority strong,
.hds-seat-priority span {
	display: block;
}

.hds-seat-priority strong {
	margin-bottom: 2px;
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: 14px;
}

.hds-seat-priority span {
	color: var(--hds-muted);
	font-size: 9px;
}

.hds-ticket-card ul {
	display: grid;
	gap: 10px;
	margin-bottom: 30px !important;
	list-style: none;
}

.hds-ticket-card li {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
}

.hds-ticket-card li::before {
	position: absolute;
	top: 0.57em;
	left: 0;
	width: 7px;
	height: 7px;
	border: 1px solid var(--hds-gold);
	border-radius: 50%;
	content: "";
}

.hds-ticket-card .hds-button {
	width: 100%;
	margin-top: auto;
}

.hds-danpatsu-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 22px;
	padding: 14px 20px;
	background: var(--hds-ink);
	color: var(--hds-white);
	text-align: center;
}

.hds-danpatsu-banner strong {
	color: var(--hds-gold-light);
	font-family: var(--hds-serif);
	font-size: 17px;
	letter-spacing: 0.08em;
}

.hds-danpatsu-banner span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
}

.hds-ticket-card--danpatsu {
	padding: 34px 30px;
}

.hds-ticket-card--danpatsu h3,
.hds-ticket-card--million h3 {
	font-size: clamp(28px, 2.5vw, 36px);
}

.hds-ticket-card__badge {
	position: absolute;
	top: -13px;
	right: 18px;
	padding: 5px 12px;
	background: var(--hds-gold);
	color: var(--hds-ink);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.hds-ticket-card--featured {
	border-color: rgba(185, 151, 80, 0.75);
	box-shadow: 0 22px 60px rgba(91, 70, 31, 0.12);
}

.hds-ticket-card--million {
	border-color: var(--hds-ink);
	background: linear-gradient(145deg, #22211c 0%, #171611 100%);
	color: var(--hds-white);
	box-shadow: var(--hds-shadow);
}

.hds-ticket-card--million h3,
.hds-ticket-card--million .hds-ticket-card__price {
	color: var(--hds-white);
}

.hds-ticket-card--million .hds-ticket-card__price {
	border-color: rgba(255, 255, 255, 0.14);
}

.hds-ticket-card--million li {
	color: rgba(255, 255, 255, 0.8);
}

.hds-ticket-card__fine {
	margin: -10px 0 24px !important;
	color: rgba(255, 255, 255, 0.48);
	font-size: 9px;
	line-height: 1.7;
}

.hds-ticket-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.hds-ticket-notes > div {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 18px;
	align-items: start;
	padding: 24px;
	border: 1px solid var(--hds-line);
	background: var(--hds-white);
}

.hds-ticket-notes span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 50%;
	background: var(--hds-cream);
	color: var(--hds-gold);
	font-family: var(--hds-serif);
	font-size: 18px;
}

.hds-ticket-notes p {
	color: var(--hds-muted);
	font-size: 11px;
	line-height: 1.85;
}

.hds-ticket-notes strong {
	display: block;
	margin-bottom: 5px;
	color: var(--hds-ink);
	font-family: var(--hds-serif);
	font-size: 15px;
}

.hds-purchase-flow {
	margin-top: 90px;
	padding: 46px;
	background: var(--hds-cream);
}

.hds-purchase-flow h3 {
	margin-bottom: 34px !important;
	font-family: var(--hds-serif);
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.hds-purchase-flow ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
}

.hds-purchase-flow li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 13px;
	padding: 4px 22px;
	border-right: 1px solid var(--hds-line);
}

.hds-purchase-flow li:first-child {
	padding-left: 0;
}

.hds-purchase-flow li:last-child {
	padding-right: 0;
	border-right: 0;
}

.hds-purchase-flow li > span {
	color: var(--hds-gold);
	font-size: 10px;
	font-weight: 800;
}

.hds-purchase-flow strong {
	display: block;
	margin-bottom: 6px;
	font-family: var(--hds-serif);
	font-size: 15px;
}

.hds-purchase-flow li p {
	color: var(--hds-muted);
	font-size: 10px;
	line-height: 1.7;
}

.hds-purchase-flow__note {
	margin-top: 32px !important;
	padding-top: 18px;
	border-top: 1px solid var(--hds-line);
	color: var(--hds-muted);
	font-size: 10px;
	text-align: center;
}

.hds-profile {
	overflow: hidden;
	background: var(--hds-cream);
}

.hds-profile__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(65px, 9vw, 130px);
	align-items: start;
}

.hds-profile__visual {
	position: relative;
	position: sticky;
	top: 110px;
	min-height: 680px;
}

.hds-career-photos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 75px;
}

.hds-career-photos figure {
	position: relative;
	height: 420px;
	margin: 0 !important;
	overflow: hidden;
	background: var(--hds-ink);
}

.hds-career-photos img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.hds-career-photos figure:first-child img {
	object-position: 50% 15%;
}

.hds-career-photos figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.86));
	color: #fff;
}

.hds-career-photos figcaption strong,
.hds-career-photos figcaption span {
	display: block;
}

.hds-career-photos figcaption strong { font-family: var(--hds-serif); font-size: 20px; }
.hds-career-photos figcaption span { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 10px; }
.hds-photo-credit { margin-top: 12px; color: var(--hds-muted); font-size: 8px; text-align: right; }
.hds-photo-credit a { border-bottom: 1px solid currentColor; }

.hds-profile__disc {
	position: absolute;
	top: 8%;
	left: -10%;
	width: 108%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--hds-gold);
}

.hds-profile__visual img {
	position: absolute;
	right: -2%;
	bottom: -15%;
	z-index: 2;
	width: 92%;
	max-height: 112%;
	object-fit: contain;
	object-position: bottom center;
	filter: drop-shadow(0 25px 24px rgba(45, 34, 16, 0.18));
}

.hds-profile__visual > p {
	position: absolute;
	top: -4%;
	left: -15%;
	z-index: 1;
	color: rgba(24, 23, 18, 0.045);
	font-family: var(--hds-serif);
	font-size: 330px;
	line-height: 1;
}

.hds-profile__content .hds-lead {
	margin: 28px 0 34px !important;
	font-size: 18px;
}

.hds-profile__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 36px !important;
	border-top: 1px solid var(--hds-line);
	border-left: 1px solid var(--hds-line);
}

.hds-profile__stats > div {
	padding: 14px 17px;
	border-right: 1px solid var(--hds-line);
	border-bottom: 1px solid var(--hds-line);
}

.hds-profile__stats dt {
	color: var(--hds-muted);
	font-size: 9px;
	letter-spacing: 0.1em;
}

.hds-profile__stats dd {
	font-family: var(--hds-serif);
	font-size: 14px;
	font-weight: 600;
}

/* Cocoonの自動目次は、この一枚型ランディングページでは不要。 */
body:has(.hds-site) .toc,
body:has(.hds-site) #toc {
	display: none !important;
}

/* Cocoon標準のスマホ下部メニューは、この一枚型LPでは使用しない。 */
body.hds-landing-page .mobile-menu-buttons,
body.hds-landing-page #mobile-menu-buttons,
body:has(.hds-site) .mobile-menu-buttons {
	display: none !important;
}

body.hds-landing-page {
	padding-bottom: 0 !important;
}

.hds-career {
	position: relative;
	margin: 0 0 30px;
	padding-left: 17px;
	border-left: 1px solid rgba(24, 23, 18, 0.22);
}

.hds-career article {
	position: relative;
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 14px;
	padding: 0 0 20px;
}

.hds-career article:last-child {
	padding-bottom: 0;
}

.hds-career article::before {
	position: absolute;
	top: 7px;
	left: -21px;
	width: 7px;
	height: 7px;
	border: 2px solid var(--hds-cream);
	border-radius: 50%;
	background: var(--hds-red);
	content: "";
}

.hds-career time {
	padding-top: 1px;
	color: var(--hds-red);
	font-family: var(--hds-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.hds-career h3 {
	margin: 0 0 4px !important;
	font-family: var(--hds-serif);
	font-size: 14px;
	line-height: 1.45;
}

.hds-career p {
	margin: 0 !important;
	color: var(--hds-muted);
	font-size: 10px;
	line-height: 1.75;
}

.hds-profile__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}

.hds-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 32px !important;
	list-style: none;
}

.hds-timeline li {
	position: relative;
	padding: 19px 14px 0;
	border-top: 1px solid rgba(24, 23, 18, 0.25);
}

.hds-timeline li::before {
	position: absolute;
	top: -4px;
	left: 14px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hds-gold);
	content: "";
}

.hds-timeline time {
	display: block;
	color: var(--hds-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.hds-timeline span {
	font-family: var(--hds-serif);
	font-size: 13px;
}

.hds-access {
	background: var(--hds-paper);
}

.hds-access__media {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	height: 430px;
	margin-bottom: 0;
}

.hds-access__media figure,
.hds-access__map {
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--hds-line);
}

.hds-access__map { border-left: 0; }
.hds-access__media figure { position: relative; }
.hds-access__media img { width: 100%; height: 100% !important; object-fit: cover; }
.hds-access__media figcaption { position: absolute; bottom: 16px; left: 18px; padding: 6px 10px; background: rgba(15,14,11,.82); color: #fff; font-size: 9px; }
.hds-access__map iframe { display: block; width: 100%; height: 100%; border: 0; }
.hds-photo-credit--access { margin-bottom: 25px; }

.hds-access__grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr 0.55fr;
	gap: 0;
	border: 1px solid var(--hds-line);
}

.hds-access__grid > div {
	padding: 50px;
	border-right: 1px solid var(--hds-line);
}

.hds-access__grid > div:last-child {
	border-right: 0;
}

.hds-access__title .hds-button {
	margin-top: 34px;
}

.hds-access__details h3 {
	margin-bottom: 15px !important;
	font-family: var(--hds-serif);
	font-size: 27px;
	font-weight: 500;
}

.hds-access__details > p {
	color: var(--hds-muted);
	font-size: 12px;
}

.hds-access__details dl {
	display: grid;
	gap: 16px;
	margin-top: 30px !important;
	padding-top: 24px;
	border-top: 1px solid var(--hds-line);
}

.hds-access__details dl > div {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 13px;
}

.hds-access__details dt {
	color: var(--hds-gold);
	font-size: 10px;
	font-weight: 700;
}

.hds-access__details dd {
	font-size: 11px;
}

.hds-access__note {
	margin-top: 22px !important;
	font-size: 9px !important;
}

.hds-access__date {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: var(--hds-ink);
	color: var(--hds-white);
	text-align: center;
}

.hds-access__date > span {
	color: var(--hds-gold-light);
	font-size: 12px;
	letter-spacing: 0.25em;
}

.hds-access__date > strong {
	font-family: var(--hds-serif);
	font-size: clamp(37px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.3;
}

.hds-access__date > small {
	font-size: 8px;
	letter-spacing: 0.22em;
	opacity: 0.52;
}

.hds-access__date hr {
	width: 100%;
	margin: 28px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hds-access__date p {
	width: 100%;
	font-size: 10px;
	text-align: left;
}

.hds-access__date p + p {
	margin-top: 8px !important;
}

.hds-access__date b {
	display: inline-block;
	min-width: 72px;
	color: var(--hds-gold-light);
	font-family: var(--hds-serif);
	font-size: 14px;
}

.hds-faq {
	background: var(--hds-cream);
}

.hds-faq__grid {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: clamp(70px, 9vw, 140px);
}

.hds-faq__items {
	border-top: 1px solid rgba(24, 23, 18, 0.28);
}

.hds-faq details {
	border-bottom: 1px solid rgba(24, 23, 18, 0.2);
}

.hds-faq summary {
	position: relative;
	padding: 25px 55px 25px 0;
	cursor: pointer;
	font-family: var(--hds-serif);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	list-style: none;
}

.hds-faq summary::-webkit-details-marker {
	display: none;
}

.hds-faq summary span::before,
.hds-faq summary span::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 1px;
	background: var(--hds-gold);
	content: "";
	transition: transform 0.2s ease;
}

.hds-faq summary span::after {
	transform: rotate(90deg);
}

.hds-faq details[open] summary span::after {
	transform: rotate(0);
}

.hds-faq details p {
	padding: 0 55px 25px 0;
	color: var(--hds-muted);
	font-size: 12px;
	line-height: 1.95;
}

.hds-contact { background: var(--hds-ink); color: var(--hds-white); }
.hds-contact__grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.hds-contact__intro h2 { margin: 7px 0 24px !important; color: var(--hds-white); }
.hds-contact__intro > p:not(.hds-section-label) { max-width: 430px; color: rgba(255,253,248,.7); font-size: 13px; }
.hds-contact__intro dl { margin-top: 38px !important; border-top: 1px solid rgba(255,255,255,.14); }
.hds-contact__intro dl div { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hds-contact__intro dt { margin-bottom: 4px; color: var(--hds-gold-light); font-size: 10px; font-weight: 700; }
.hds-contact__intro dd { color: rgba(255,253,248,.62); font-size: 10px; }
.hds-contact__panel { padding: clamp(28px,4vw,50px); background: var(--hds-white); color: var(--hds-ink); }
.hds-form-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.hds-form-row { margin-bottom: 20px; }
.hds-form-row label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 700; }
.hds-form-row label b { margin-left: 6px; padding: 2px 6px; background: #96392f; color: #fff; font-size: 8px; letter-spacing: .06em; }
.hds-form-row label small { margin-left: 6px; color: var(--hds-muted); font-size: 9px; font-weight: 400; }
.hds-contact-form input[type="text"], .hds-contact-form input[type="email"], .hds-contact-form input[type="tel"], .hds-contact-form select, .hds-contact-form textarea { width: 100%; margin: 0; padding: 13px 14px; border: 1px solid rgba(24,23,18,.2); border-radius: 0; background: #fff; color: var(--hds-ink); font: inherit; font-size: 13px; box-shadow: none; }
.hds-contact-form textarea { min-height: 150px; resize: vertical; }
.hds-contact-form input:focus, .hds-contact-form select:focus, .hds-contact-form textarea:focus { outline: 2px solid rgba(185,151,80,.35); outline-offset: 1px; border-color: var(--hds-gold); }
.hds-form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 22px; font-size: 10px; cursor: pointer; }
.hds-form-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--hds-gold); }
.hds-form-consent a { border-bottom: 1px solid currentColor; }
.hds-form-submit { width: 100%; border: 0; cursor: pointer; }
.hds-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hds-form-message { margin-bottom: 24px; padding: 16px 18px; border-left: 4px solid; font-size: 11px; }
.hds-form-message strong { display: block; margin-bottom: 3px; font-family: var(--hds-serif); font-size: 14px; }
.hds-form-message p { margin: 0 !important; }
.hds-form-message.is-success { border-color: #477c55; background: #edf7ef; }
.hds-form-message.is-error { border-color: #a64237; background: #fff0ee; }

.hds-international {
	padding: 55px 0;
	background: var(--hds-ink-lift);
	color: var(--hds-white);
}

.hds-international__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.hds-international__inner p {
	color: var(--hds-gold-light);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.hds-international__inner h2 {
	margin: 2px 0 4px !important;
	color: var(--hds-white);
	font-family: var(--hds-serif);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.hds-international__inner span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
}

.hds-closing {
	display: grid;
	min-height: 680px;
	grid-template-columns: 0.9fr 1.1fr;
}

.hds-closing__image {
	min-height: 600px;
	background-image: linear-gradient(90deg, transparent 70%, rgba(24, 23, 18, 0.38)), var(--hds-closing-image);
	background-position: center 22%;
	background-size: cover;
}

.hds-closing__content {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: clamp(55px, 8vw, 120px);
	background: var(--hds-ink);
	color: var(--hds-white);
}

.hds-closing__content > div:last-child {
	position: relative;
	z-index: 2;
}

.hds-closing h2 {
	margin-bottom: 25px !important;
	color: var(--hds-white);
}

.hds-closing__content p:not(.hds-section-label) {
	max-width: 560px;
	margin-bottom: 34px !important;
	color: rgba(255, 255, 255, 0.63);
	font-size: 13px;
}

.hds-footer {
	padding: 46px 0;
	background: #0f0e0b;
	color: rgba(255, 255, 255, 0.7);
}

.hds-footer__grid {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 50px;
}

.hds-footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 22px;
	font-size: 9px;
}

.hds-footer__links a {
	color: rgba(255, 255, 255, 0.58) !important;
}

.hds-footer__links a:hover,
.hds-footer__links a:focus-visible {
	color: var(--hds-white) !important;
}

.hds-footer__company {
	text-align: right;
}

.hds-footer__company p,
.hds-footer__company small {
	display: block;
	color: rgba(255, 255, 255, 0.4);
	font-size: 8px;
}

.hds-footer__company strong {
	display: block;
	font-family: var(--hds-serif);
	font-size: 12px;
	font-weight: 500;
}

.hds-mobile-cta {
	display: none;
}

@media (max-width: 1100px) {
	.hds-container {
		width: min(calc(100% - 48px), var(--hds-content));
	}

	.hds-nav {
		display: none;
	}

	.hds-header__inner {
		grid-template-columns: 1fr auto;
	}

	.hds-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(370px, 0.8fr);
	}

	.hds-hero__copy {
		padding-right: 0;
	}

	.hds-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-hero__facts > div:nth-child(2) {
		border-right: 0;
	}

	.hds-hero__facts > div:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.hds-program__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-program__grid article:nth-child(2) {
		border-right: 0;
	}

	.hds-program__grid article:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.hds-gallery {
		grid-template-columns: 1fr;
	}

	.hds-gallery__heading {
		min-height: 320px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.hds-gallery__grid {
		min-height: 680px;
	}

	.hds-dohyo-story__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-experience__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hds-experience__list > div:nth-child(3) {
		border-right: 0;
	}

	.hds-experience__list > div:nth-child(n + 4) {
		border-top: 1px solid rgba(24, 23, 18, 0.14);
	}

	.hds-ticket-grid--danpatsu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-ticket-card--million {
		grid-column: 1 / -1;
	}

	.hds-purchase-flow ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 0;
	}

	.hds-purchase-flow li:nth-child(2) {
		border-right: 0;
	}

	.hds-access__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hds-access__date {
		grid-column: 1 / -1;
		border-top: 1px solid var(--hds-line);
	}

	.hds-access__grid > div:nth-child(2) {
		border-right: 0;
	}

	.hds-access__date {
		display: grid;
		grid-template-columns: auto auto auto 1fr auto auto auto;
		gap: 15px;
	}

	.hds-access__date hr {
		width: 1px;
		height: 60px;
		margin: 0 14px;
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.16);
	}

	.hds-access__date p {
		width: auto;
		margin: 0 !important;
	}
}

@media (max-width: 820px) {
	.hds-section {
		padding: 88px 0;
	}

	.hds-hero {
		min-height: auto;
	}

	.hds-career article {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 10px;
	}

	.hds-contact__grid { grid-template-columns: 1fr; gap: 38px; }

	.hds-profile__visual { position: relative; top: auto; }
	.hds-access__media { grid-template-columns: 1fr; height: auto; }
	.hds-access__media figure, .hds-access__map { height: 330px; }
	.hds-access__map { border-top: 0; border-left: 1px solid var(--hds-line); }

	.hds-hero::after {
		display: none;
	}

	.hds-hero__grid {
		grid-template-columns: 1fr;
		padding-top: 120px;
		padding-bottom: 0;
	}

	.hds-hero__copy {
		padding-bottom: 25px;
	}

	.hds-hero__visual {
		min-height: 640px;
	}

	.hds-hero__sun {
		left: 18%;
		width: min(72vw, 500px);
	}

	.hds-hero__visual img {
		right: 8%;
		width: min(70vw, 500px);
	}

	.hds-hero__name {
		right: 5%;
	}

	.hds-countdown {
		right: 3%;
	}

	.hds-scroll {
		display: none;
	}

	.hds-overview::before {
		display: none;
	}

	.hds-overview__grid,
	.hds-section-heading,
	.hds-profile__grid,
	.hds-faq__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.hds-section-heading {
		margin-bottom: 45px;
	}

	.hds-ticket-grid--standard,
	.hds-ticket-grid--danpatsu {
		grid-template-columns: 1fr;
	}

	.hds-ticket-card--million {
		grid-column: auto;
	}

	.hds-ticket-notes {
		grid-template-columns: 1fr;
	}

	.hds-profile__visual {
		min-height: 620px;
		order: 2;
	}

	.hds-profile__content {
		order: 1;
	}

	.hds-access__grid {
		grid-template-columns: 1fr;
	}

	.hds-access__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--hds-line);
	}

	.hds-access__date {
		display: flex;
		grid-column: auto;
		padding-block: 45px !important;
		border-bottom: 0 !important;
	}

	.hds-access__date hr {
		width: 100%;
		height: 1px;
		margin: 25px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		border-left: 0;
	}

	.hds-access__date p {
		width: 100%;
		text-align: center;
	}

	.hds-international__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.hds-closing {
		grid-template-columns: 1fr;
	}

	.hds-closing__image {
		min-height: 560px;
		background-image: linear-gradient(0deg, rgba(24, 23, 18, 0.38), transparent 38%), var(--hds-closing-image);
		background-position: center 18%;
	}

	.hds-footer__grid {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 28px;
	}

	.hds-footer__company {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.hds-form-columns { grid-template-columns: 1fr; gap: 0; }
	.hds-contact__panel { padding: 25px 18px; }
	.hds-career-photos { grid-template-columns: 1fr; margin-top: 50px; }
	.hds-career-photos figure { height: 360px; }
	.hds-access__media figure, .hds-access__map { height: 275px; }
	#hidenoumi-danpatsu {
		padding-bottom: 0;
		font-size: 15px;
	}

	body.admin-bar .hds-header {
		top: 46px;
	}

	.hds-container {
		width: min(calc(100% - 36px), var(--hds-content));
	}

	.hds-header__inner {
		height: 68px;
	}

	.hds-header .hds-button--small {
		display: none;
	}

	.hds-header__inner {
		grid-template-columns: 1fr;
	}

	.hds-brand__mark {
		width: 36px;
		height: 36px;
		font-size: 17px;
	}

	.hds-brand__text strong {
		font-size: 13px;
	}

	.hds-section {
		padding: 72px 0;
	}

	.hds-section h2,
	.hds-closing h2 {
		font-size: clamp(35px, 10.8vw, 47px);
		line-height: 1.42;
	}

	.hds-section-label {
		margin-bottom: 15px !important;
		font-size: 9px;
	}

	.hds-hero__grid {
		position: relative;
		padding-top: 96px;
		padding-bottom: 42px;
	}

	.hds-hero__copy {
		z-index: 4;
		padding-bottom: 0;
	}

	.hds-eyebrow {
		font-size: 9px;
	}

	.hds-eyebrow span {
		width: 30px;
	}

	.hds-hero__event-name {
		font-size: 15px;
	}

	.hds-hero h1 {
		position: relative;
		z-index: 4;
		max-width: 100%;
		font-size: clamp(43px, 13.8vw, 62px);
		line-height: 1.32;
		text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
	}

	.hds-hero__lead {
		font-size: 13px;
	}

	.hds-hero__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-hero__facts > div {
		padding: 13px 10px;
	}

	.hds-hero__facts dd {
		font-size: 14px;
	}

	.hds-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 15px;
	}

	.hds-hero__actions .hds-button {
		width: 100%;
		min-width: 0;
	}

	.hds-hero__actions .hds-text-link {
		align-self: flex-start;
	}

	.hds-hero__visual {
		position: absolute;
		top: 135px;
		right: -24px;
		z-index: 2;
		width: 72%;
		height: 610px;
		min-height: 0;
		pointer-events: none;
	}

	.hds-hero__sun {
		top: 4%;
		left: 2%;
		width: min(68vw, 360px);
		opacity: 0.72;
	}

	.hds-hero__visual img {
		right: -12%;
		bottom: 0;
		width: min(92vw, 470px);
		max-height: 115%;
		transform: scale(1.16);
		transform-origin: right bottom;
	}

	.hds-hero__name {
		display: none;
	}

	.hds-countdown {
		display: none;
	}

	.hds-hero__lead,
	.hds-hero__facts,
	.hds-hero__actions {
		position: relative;
		z-index: 4;
	}

	.hds-hero__lead {
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
	}

	.hds-overview__grid,
	.hds-section-heading,
	.hds-profile__grid,
	.hds-faq__grid {
		gap: 34px;
	}

	.hds-lead {
		font-size: 17px;
	}

	.hds-overview__body {
		padding-top: 0;
		font-size: 13px;
	}

	.hds-overview__notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.hds-program__grid {
		grid-template-columns: 1fr;
	}

	.hds-program__grid article {
		min-height: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.hds-program__grid article:first-child {
		border-top: 0;
	}

	.hds-program__image {
		height: min(64vw, 360px);
	}

	.hds-gallery__heading {
		min-height: 260px;
		padding: 55px 24px;
	}

	.hds-gallery__heading h2 {
		font-size: 39px;
	}

	.hds-gallery__grid {
		min-height: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 310px 190px 250px 250px 250px 250px;
	}

	.hds-gallery__item--hero { grid-column: 1; grid-row: 1 / 3; }
	.hds-gallery__item--bout { grid-column: 2; grid-row: 1; }
	.hds-gallery__item--salt { grid-column: 2; grid-row: 2; }
	.hds-gallery__item--clash { grid-column: 1 / 3; grid-row: 3; }
	.hds-gallery__item--ritual { grid-column: 1; grid-row: 4; }
	.hds-gallery__item--walk { grid-column: 2; grid-row: 4 / 6; }
	.hds-gallery__item--presence { grid-column: 1; grid-row: 5; }
	.hds-gallery__item--arena { grid-column: 1 / 3; grid-row: 6; }

	.hds-dohyo-story__grid { grid-template-columns: 1fr; }
	.hds-dohyo-story__grid figure { height: 430px; }
	.hds-dohyo-story__grid figure:nth-child(3) img {
		object-position: 50% 8%;
	}

	.hds-experience__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hds-experience__list > div {
		min-height: 205px;
		border-top: 1px solid rgba(24, 23, 18, 0.14);
	}

	.hds-experience__list > div:nth-child(1),
	.hds-experience__list > div:nth-child(2) {
		border-top: 0;
	}

	.hds-experience__list > div:nth-child(2n) {
		border-right: 0;
	}

	.hds-experience__list > div:last-child {
		grid-column: 1 / -1;
	}

	.hds-ticket-group + .hds-ticket-group {
		margin-top: 68px;
	}

	.hds-ticket-group__title {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.hds-ticket-card,
	.hds-ticket-card--danpatsu {
		padding: 30px 24px;
	}

	.hds-ticket-card h3,
	.hds-ticket-card--danpatsu h3,
	.hds-ticket-card--million h3 {
		font-size: 31px;
	}

	.hds-ticket-card__price strong {
		font-size: 42px;
	}

	.hds-danpatsu-banner {
		align-items: center;
		flex-direction: column;
		gap: 1px;
	}

	.hds-ticket-notes > div {
		grid-template-columns: 42px 1fr;
		padding: 20px;
	}

	.hds-ticket-notes span {
		width: 42px;
		height: 42px;
	}

	.hds-purchase-flow {
		margin-top: 65px;
		padding: 32px 22px;
	}

	.hds-purchase-flow ol {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hds-purchase-flow li,
	.hds-purchase-flow li:first-child,
	.hds-purchase-flow li:last-child {
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid var(--hds-line);
	}

	.hds-purchase-flow li:last-child {
		border-bottom: 0;
	}

	.hds-profile__visual {
		min-height: 500px;
	}

	.hds-profile__visual > p {
		font-size: 230px;
	}

	.hds-profile__stats {
		grid-template-columns: 1fr;
	}

	.hds-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 0;
	}

	.hds-access__grid > div {
		padding: 32px 25px;
	}

	.hds-faq summary {
		padding-right: 42px;
		font-size: 14px;
	}

	.hds-faq details p {
		padding-right: 10px;
	}

	.hds-international__inner h2 {
		font-size: 25px;
	}

	.hds-international__inner .hds-button {
		width: 100%;
	}

	.hds-closing__image {
		min-height: 470px;
	}

	.hds-closing__content {
		padding: 65px 24px;
	}

	.hds-footer {
		padding-bottom: 40px;
	}

	.hds-mobile-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		display: flex;
		width: 100%;
		height: 66px;
		align-items: center;
		justify-content: space-between;
		padding: 8px 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		background: var(--hds-gold);
		color: var(--hds-ink) !important;
		box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
	}

	.hds-mobile-cta span {
		font-size: 9px;
		font-weight: 600;
	}

	.hds-mobile-cta strong {
		font-family: var(--hds-serif);
		font-size: 16px;
		letter-spacing: 0.06em;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	#hidenoumi-danpatsu *,
	#hidenoumi-danpatsu *::before,
	#hidenoumi-danpatsu *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* English copy is substantially longer than Japanese. These rules are kept
   inside the English root so the Japanese v1.6.x layout is not affected. */
.hds-site--en .hds-hero__title-line {
	white-space: normal;
}

.hds-site--en,
.hds-site--en .hds-hero__copy {
	min-width: 0;
}

.hds-site--en {
	overflow-x: hidden;
}

.hds-site--en .hds-ticket-grid--danpatsu {
	grid-template-columns: minmax(0, 1fr);
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

.hds-site--en .hds-hero h1 {
	font-size: clamp(48px, 5vw, 78px);
	line-height: 1.14;
}

.hds-site--en .hds-hero__event-name,
.hds-site--en .hds-hero__lead,
.hds-site--en .hds-hero__facts dd,
.hds-site--en .hds-brand__text strong {
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	.hds-site--en .hds-brand {
		min-width: 0;
		gap: 10px;
	}

	.hds-site--en .hds-brand__text {
		min-width: 0;
	}

	.hds-site--en .hds-brand__text strong {
		font-size: 11px;
		line-height: 1.25;
		letter-spacing: 0.1em;
	}

	.hds-site--en .hds-brand__text small {
		font-size: 7px;
		letter-spacing: 0.2em;
	}

	.hds-site--en .hds-eyebrow {
		max-width: 100%;
		gap: 10px;
		font-size: 8px;
		line-height: 1.5;
		letter-spacing: 0.16em;
	}

	.hds-site--en .hds-eyebrow span {
		flex: 0 0 28px;
	}

	.hds-site--en .hds-hero__event-name {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.45;
		letter-spacing: 0.08em;
	}

	.hds-site--en .hds-hero h1 {
		max-width: 94%;
		margin-bottom: 22px !important;
		font-size: clamp(38px, 11.6vw, 48px);
		line-height: 1.08;
		letter-spacing: 0;
	}

	.hds-site--en .hds-hero__title-line {
		display: inline;
	}

	.hds-site--en .hds-hero__title-line + .hds-hero__title-line::before {
		content: " ";
	}

	.hds-site--en .hds-hero__lead {
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		line-height: 1.75;
	}

	.hds-site--en .hds-hero__facts dd {
		font-size: 12px;
		line-height: 1.35;
		letter-spacing: 0.02em;
	}

	.hds-site--en .hds-hero__facts > div {
		min-width: 0;
	}
}
