.ka-footer-shell,
.ka-footer-shell *,
.ka-footer-shell *::before,
.ka-footer-shell *::after {
	box-sizing: border-box;
}

.ka-footer-shell {
	--ka-footer-navy: #142335;
	--ka-footer-navy-deep: #071727;
	--ka-footer-navy-soft: #1d3852;
	--ka-footer-gold: #b9882f;
	--ka-footer-gold-light: #ddc48d;
	--ka-footer-line: rgba(255, 255, 255, 0.14);
	--ka-footer-max: 1180px;
	display: block;
	min-width: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.02em;
	overflow-wrap: anywhere;
	-webkit-font-smoothing: antialiased;
}

.ka-footer-shell :where(a) {
	color: inherit;
}

.ka-footer-shell :where(a, button, summary):focus-visible {
	border-radius: 7px;
	outline: 3px solid var(--ka-footer-gold-light);
	outline-offset: 4px;
}

.ka-prefooter {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 7vw, 88px) 20px;
	color: #fff;
	background:
		radial-gradient(circle at 85% 15%, rgba(221, 196, 141, 0.18), transparent 29%),
		linear-gradient(135deg, var(--ka-footer-navy-deep), var(--ka-footer-navy-soft));
}

.ka-prefooter::after {
	position: absolute;
	right: -180px;
	bottom: -280px;
	width: 520px;
	aspect-ratio: 1;
	border: 1px solid rgba(221, 196, 141, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 58px rgba(221, 196, 141, 0.035), 0 0 0 116px rgba(221, 196, 141, 0.02);
	content: "";
	pointer-events: none;
}

.ka-prefooter__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
	align-items: center;
	gap: 40px;
	width: min(var(--ka-footer-max), 100%);
	margin-inline: auto;
}

.ka-prefooter__eyebrow,
.ka-footer__section-kicker {
	margin: 0 0 10px;
	color: var(--ka-footer-gold-light);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.15em;
}

.ka-prefooter__title {
	max-width: 760px;
	margin: 0;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(30px, 4vw, 51px);
	line-height: 1.35;
}

.ka-prefooter__title span {
	display: inline-block;
	white-space: nowrap;
}

.ka-prefooter__lead {
	max-width: 760px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.8;
}

.ka-prefooter__assurance {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 19px;
	margin: 22px 0 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 800;
	list-style: none;
}

.ka-prefooter__assurance li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 32px;
}

.ka-prefooter__assurance li::before {
	width: 8px;
	height: 8px;
	flex: none;
	border-radius: 50%;
	background: var(--ka-footer-gold-light);
	box-shadow: 0 0 0 4px rgba(221, 196, 141, 0.12);
	content: "";
}

.ka-prefooter__actions {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.ka-prefooter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ka-prefooter__button:hover {
	transform: translateY(-2px);
}

.ka-prefooter__button--primary {
	color: #182130;
	background: linear-gradient(135deg, #ead39c, var(--ka-footer-gold));
	box-shadow: 0 15px 34px rgba(0, 0, 0, 0.22);
}

.ka-prefooter__button--secondary {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.site-footer.ka-footer {
	border-top: 0;
	color: rgba(255, 255, 255, 0.76);
	background: var(--ka-footer-navy-deep);
}

.ka-footer a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.ka-footer__container {
	width: min(var(--ka-footer-max), calc(100% - 40px));
	margin-inline: auto;
}

.ka-footer__main {
	padding: clamp(56px, 6vw, 88px) 0 32px;
}

.ka-footer__intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.45fr);
	gap: clamp(40px, 5vw, 80px);
	padding-bottom: 48px;
	border-bottom: 1px solid var(--ka-footer-line);
}

.ka-footer__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 56px;
	color: #fff;
	text-decoration: none;
}

.ka-footer__brand-mark {
	position: relative;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	flex: none;
	border: 1px solid rgba(221, 196, 141, 0.75);
	border-radius: 50%;
	color: var(--ka-footer-gold-light);
	font-family: Georgia, serif;
	font-size: 25px;
	font-weight: 700;
}

.ka-footer__brand-mark::after {
	position: absolute;
	top: -8px;
	right: -4px;
	color: var(--ka-footer-gold-light);
	font-size: 14px;
	content: "✦";
}

.ka-footer__brand-name {
	display: block;
	color: #fff;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

.ka-footer__brand-name small {
	display: block;
	margin-top: 3px;
	color: var(--ka-footer-gold-light);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.14em;
}

.ka-footer__tagline {
	margin: 22px 0 0;
	color: #fff;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.7;
}

.ka-footer__tagline span {
	display: block;
}

.ka-footer__brand-description {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 15px;
	line-height: 1.8;
}

.ka-footer__operator {
	margin: 19px 0 0;
	padding-top: 17px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.75;
}

.ka-footer__operator strong {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
}

.ka-footer__operator address {
	margin-top: 4px;
	font-style: normal;
}

.ka-footer__quick {
	display: grid;
	gap: 32px;
	min-width: 0;
}

.ka-footer__section-title {
	margin: 0 0 17px;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}

.ka-footer__area-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ka-footer__area-cards a {
	position: relative;
	display: grid;
	align-content: center;
	min-height: 96px;
	padding: 15px 34px 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.76);
	background: rgba(255, 255, 255, 0.045);
	text-decoration: none;
	transition: border-color 0.18s ease, background 0.18s ease;
}

.ka-footer__area-cards a:hover {
	border-color: rgba(221, 196, 141, 0.55);
	background: rgba(255, 255, 255, 0.075);
}

.ka-footer__area-cards strong {
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
}

.ka-footer__area-cards small {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.55;
}

.ka-footer__area-cards a > span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: var(--ka-footer-gold-light);
	font-size: 20px;
}

.ka-footer__chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ka-footer__chip-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.ka-footer__chip-list a:hover {
	border-color: rgba(221, 196, 141, 0.52);
	color: #fff;
}

.ka-footer__chip-list a span {
	color: var(--ka-footer-gold-light);
	font-size: 18px;
}

.ka-footer__nav-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.7fr) minmax(240px, 0.8fr);
	gap: clamp(32px, 5vw, 64px);
	padding: 48px 0;
	border-bottom: 1px solid var(--ka-footer-line);
}

.ka-footer__nav-group {
	min-width: 0;
	border: 0;
}

.ka-footer__nav-summary,
.ka-footer__region summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #fff;
	font-weight: 800;
	line-height: 1.5;
	list-style: none;
	cursor: pointer;
}

.ka-footer__nav-summary {
	min-height: 52px;
	margin: 0 0 12px;
	padding: 8px 0;
	font-size: 18px;
}

.ka-footer__nav-summary::-webkit-details-marker,
.ka-footer__region summary::-webkit-details-marker {
	display: none;
}

.ka-footer__nav-summary > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.ka-footer__nav-summary > span:first-child::before {
	width: 22px;
	height: 1px;
	flex: none;
	background: var(--ka-footer-gold-light);
	content: "";
}

.ka-footer__nav-summary-icon,
.ka-footer__summary-icon {
	width: 12px;
	height: 12px;
	flex: none;
	border-right: 2px solid var(--ka-footer-gold-light);
	border-bottom: 2px solid var(--ka-footer-gold-light);
	transform: rotate(45deg);
	transition: transform 0.18s ease;
}

.ka-footer__nav-group[open] .ka-footer__nav-summary-icon,
.ka-footer__region[open] .ka-footer__summary-icon {
	transform: rotate(225deg);
}

.ka-footer__nav-panel {
	min-width: 0;
}

.ka-footer__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ka-footer__link-list--items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3px 18px;
}

.ka-footer__link-list li {
	min-width: 0;
}

.ka-footer__link-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 44px;
	padding: 7px 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
}

.ka-footer__link-list a:hover {
	color: #fff;
}

.ka-footer__link-list a > span:last-child {
	color: rgba(221, 196, 141, 0.86);
	font-size: 18px;
}

.ka-footer__directory {
	padding: 48px 0 36px;
}

.ka-footer__directory-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
	align-items: end;
	gap: 32px;
	margin-bottom: 24px;
}

.ka-footer__directory h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(22px, 2vw, 26px);
	line-height: 1.5;
}

.ka-footer__directory-note {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 15px;
	line-height: 1.75;
}

.ka-footer__region-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ka-footer__region {
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.035);
}

.ka-footer__region summary {
	min-height: 54px;
	padding: 12px 15px;
	font-size: 16px;
	transition: background 0.18s ease;
}

.ka-footer__region summary:hover {
	background: rgba(255, 255, 255, 0.045);
}

.ka-footer__region-name {
	min-width: 0;
}

.ka-footer__summary-action {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: none;
	color: var(--ka-footer-gold-light);
}

.ka-footer__summary-action-text {
	font-size: 14px;
	font-weight: 800;
}

.ka-footer__region-panel {
	padding: 0 10px 12px;
}

.ka-footer__pref-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ka-footer__pref-list li {
	min-width: 0;
}

.ka-footer__pref-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	padding: 7px 8px;
	border-radius: 7px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
}

.ka-footer__pref-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.065);
}

.ka-footer__pref-link--live {
	color: #fff;
	background: rgba(185, 136, 47, 0.13);
}

.ka-footer__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 3px 8px;
	border-radius: 999px;
	color: var(--ka-footer-gold-light);
	background: rgba(221, 196, 141, 0.16);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
	white-space: nowrap;
}

.ka-footer__arrow {
	color: rgba(221, 196, 141, 0.8);
	font-size: 18px;
}

.ka-footer__bottom {
	padding: 20px 0 27px;
	border-top: 1px solid var(--ka-footer-line);
}

.ka-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ka-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 14px;
	line-height: 1.6;
}

.ka-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 4px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ka-footer__bottom-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 5px 4px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

.ka-footer__bottom-links a:hover {
	color: #fff;
}

.ka-footer__bottom-links .ka-footer__page-top {
	gap: 6px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

@media (max-width: 1020px) {
	.ka-footer__intro {
		grid-template-columns: 1fr;
	}

	.ka-footer__nav-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ka-footer__nav-group--items {
		grid-column: 1 / -1;
	}

	.ka-footer__link-list--items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 780px) {
	.ka-prefooter__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ka-prefooter__actions {
		width: 100%;
	}

	.ka-footer__container {
		width: min(var(--ka-footer-max), calc(100% - 32px));
	}

	.ka-footer__area-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ka-footer__nav-layout {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ka-footer__nav-group--items {
		grid-column: auto;
	}

	.ka-footer__nav-group {
		border: 1px solid rgba(255, 255, 255, 0.11);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.035);
	}

	.ka-footer__nav-summary {
		min-height: 54px;
		margin: 0;
		padding: 12px 15px;
	}

	.ka-footer__nav-summary > span:first-child::before {
		width: 18px;
	}

	.ka-footer__nav-panel {
		padding: 0 15px 13px;
	}

	.ka-footer__link-list--items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 18px;
	}

	.ka-footer__directory-head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ka-footer__region-grid {
		grid-template-columns: 1fr;
	}

	.ka-footer__bottom-inner {
		display: grid;
	}

	.ka-footer__bottom-links {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.ka-prefooter {
		padding-inline: 16px;
	}

	.ka-prefooter__button {
		width: 100%;
	}

	.ka-footer__main {
		padding-top: 52px;
	}

	.ka-footer__area-cards a {
		min-height: 100px;
		padding-inline: 15px 31px;
	}

	.ka-footer__pref-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 360px) {
	.ka-footer__area-cards,
	.ka-footer__link-list--items,
	.ka-footer__pref-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ka-footer-shell,
	.ka-footer-shell *,
	.ka-footer-shell *::before,
	.ka-footer-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
