/* Keep site header/dropdowns above hunt content */
.main-container:has(.hunt-page) .main-header {
	position: relative;
	z-index: 100;
}

.main-container:has(.hunt-page) .main-header header.wide-toolbar {
	z-index: 100;
}

.main-container:has(.hunt-page) .main-header .has-sub-menu .sub-menu-item {
	z-index: 101;
}

/* Nihonzera Hunt landing page */
.hunt-page {
	--hunt-ink: #1a1a1a;
	--hunt-muted: #5c5c5c;
	--hunt-blue: #3d8fd9;
	--hunt-line: #e6e6e6;
	--hunt-soft: #f5f5f5;
	--hunt-card: #f7f7f7;
	--hunt-max: 1120px;
	color: var(--hunt-ink);
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", "Noto Sans KR", sans-serif;
	line-height: 1.55;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	z-index: 0;
}

.hunt-page * {
	box-sizing: border-box;
}

.hunt-page a {
	color: inherit;
	text-decoration: none;
}

.hunt-inner {
	width: 100%;
	max-width: var(--hunt-max);
	margin: 0 auto;
	padding: 0 1.25rem;
}

.hunt-section {
	padding: 4.5rem 0;
}

.hunt-section--soft {
	background: var(--hunt-soft);
}

.hunt-label {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hunt-blue);
	margin-bottom: 0.85rem;
}

.hunt-h1 {
	font-size: clamp(2.1rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 0.55rem;
	color: var(--hunt-ink);
}

.hunt-h2 {
	font-size: clamp(1.45rem, 2.5vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem;
	color: var(--hunt-ink);
	text-align: center;
}

.hunt-h2::after {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	background: var(--hunt-blue);
	margin: 0.75rem auto 0;
	border-radius: 2px;
}

.hunt-lead {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.85rem;
	color: var(--hunt-ink);
}

.hunt-copy {
	font-size: 0.98rem;
	color: var(--hunt-muted);
	margin: 0;
	max-width: 34rem;
}

.hunt-subcopy {
	text-align: center;
	color: var(--hunt-muted);
	margin: 0.85rem auto 2rem;
	max-width: 36rem;
	font-size: 0.98rem;
}

.hunt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	background: #1b2430;
	color: #fff !important;
	border: none;
	border-radius: 4px;
	padding: 0.85rem 1.35rem;
	font-size: 0.92rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
	line-height: 1.2;
}

.hunt-btn:hover {
	background: #000;
	transform: translateY(-1px);
}

.hunt-btn--sm {
	padding: 0.7rem 1.1rem;
	font-size: 0.88rem;
}

.hunt-link {
	color: var(--hunt-blue) !important;
	font-size: 0.88rem;
	font-weight: 600;
}

.hunt-link:hover {
	text-decoration: underline;
}

/* Hero */
.hunt-hero {
	position: relative;
	padding: 2.5rem 0 3.5rem;
	overflow: hidden;
	min-height: 520px;
	display: flex;
	align-items: center;
}

.hunt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: 1.5rem;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 460px;
}

.hunt-hero__content {
	max-width: 30rem;
	padding: 1.5rem 0 2rem;
	position: relative;
	z-index: 2;
}

.hunt-hero__content .hunt-lead {
	font-size: 1.25rem;
}

.hunt-hero__content .hunt-copy {
	margin-bottom: 1.5rem;
}

.hunt-hero__visual {
	position: relative;
	min-height: 460px;
	height: 100%;
}

.hunt-hero__image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.95) 6%, rgba(255, 255, 255, 0.45) 24%, transparent 42%),
		url("../image/hero.jpg") right center / cover no-repeat;
	border-radius: 0;
}

.hunt-hero__card {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 1.05rem 1.2rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	min-width: 220px;
	backdrop-filter: blur(4px);
	z-index: 2;
}

.hunt-hero__card li {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--hunt-ink);
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
}

.hunt-hero__card ul {
	margin: 0;
	padding: 0;
}

.hunt-hero__card i {
	width: 1.1rem;
	color: #6b7280;
	text-align: center;
	font-size: 0.95rem;
}

/* Steps */
.hunt-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 2.5rem;
	position: relative;
}

.hunt-step {
	text-align: center;
	padding: 0 0.4rem;
	position: relative;
}

.hunt-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 28px;
	left: calc(50% + 34px);
	width: calc(100% - 68px);
	border-top: 2px dotted #cfd4da;
}

.hunt-step__icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f0f2f4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9rem;
	color: #4b5563;
	font-size: 1.15rem;
	position: relative;
	z-index: 1;
}

.hunt-step__num {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--hunt-blue);
	margin-bottom: 0.25rem;
}

.hunt-step__title {
	font-size: 0.98rem;
	font-weight: 700;
	margin: 0 0 0.45rem;
}

.hunt-step__text {
	font-size: 0.82rem;
	color: var(--hunt-muted);
	margin: 0;
	line-height: 1.45;
}

/* Pricing */
.hunt-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}

.hunt-price-card {
	background: #fff;
	border: 1px solid var(--hunt-line);
	border-radius: 10px;
	padding: 1.5rem 1.35rem 1.4rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.hunt-price-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--hunt-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4b5563;
	margin-bottom: 0.9rem;
}

.hunt-price-card h3 {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0 0 0.45rem;
	color: var(--hunt-ink);
}

.hunt-price-card__amount {
	font-size: clamp(1.65rem, 2.4vw, 1.95rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.55rem;
	color: var(--hunt-blue);
	letter-spacing: -0.01em;
}

.hunt-price-card__amount-suffix {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--hunt-blue);
	margin-left: 0.25rem;
	letter-spacing: 0;
}

.hunt-price-card__minmax {
	font-size: 0.82rem;
	color: #8a8f96;
	margin: -0.15rem 0 0.75rem !important;
	flex: none !important;
}

.hunt-price-card__desc {
	margin: 0 0 0.75rem !important;
	font-size: 0.9rem !important;
	color: var(--hunt-muted) !important;
	flex: none !important;
}

.hunt-price-card ul {
	margin: 0 0 0.85rem;
	padding: 0 0 0 1.1rem;
	color: var(--hunt-muted);
	font-size: 0.9rem;
}

.hunt-price-card li {
	margin-bottom: 0.35rem;
}

.hunt-price-card p {
	margin: 0;
	font-size: 0.88rem;
	color: var(--hunt-muted);
	flex: 1;
}

.hunt-price-card .hunt-link {
	margin-top: auto;
	padding-top: 0.75rem;
	display: inline-block;
}

.hunt-fee-table-wrap {
	margin-top: 2.25rem;
	overflow-x: auto;
	border: 1px solid var(--hunt-line);
	border-radius: 10px;
	background: #fff;
}

.hunt-fee-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
	font-size: 0.9rem;
}

.hunt-fee-table th,
.hunt-fee-table td {
	padding: 0.85rem 1rem;
	text-align: center;
	border-bottom: 1px solid var(--hunt-line);
}

.hunt-fee-table th {
	background: #f0f2f4;
	font-weight: 700;
	font-size: 0.82rem;
}

.hunt-fee-table thead tr:first-child th {
	text-align: center;
	font-size: 0.9rem;
	padding: 0.95rem 1rem;
}

.hunt-fee-table tr:last-child td {
	border-bottom: none;
}

.hunt-fee-table td:first-child,
.hunt-fee-table th:first-child {
	text-align: left;
}

.hunt-note {
	margin: 1rem 0 0;
	font-size: 0.85rem;
	color: var(--hunt-muted);
	text-align: center;
}

/* Categories */
.hunt-cats {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.1rem;
	margin-top: 2.25rem;
}

.hunt-cat {
	text-align: left;
}

.hunt-cat__img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
	background: var(--hunt-soft);
	margin-bottom: 0.75rem;
}

.hunt-cat h3 {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 0.3rem;
}

.hunt-cat p {
	font-size: 0.82rem;
	color: var(--hunt-muted);
	margin: 0;
	line-height: 1.4;
}

.hunt-cta-block {
	text-align: center;
	margin-top: 2.75rem;
}

.hunt-cta-block p {
	margin: 0 0 1rem;
	font-weight: 600;
	color: var(--hunt-ink);
}

/* Trust */
.hunt-trust {
	padding: 2.5rem 0;
	background: var(--hunt-soft);
}

.hunt-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.hunt-trust__item {
	display: flex;
	gap: 0.8rem;
	align-items: flex-start;
}

.hunt-trust__icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e2e5e8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4b5563;
	font-size: 0.9rem;
}

.hunt-trust__item strong {
	display: block;
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

.hunt-trust__item span {
	display: block;
	font-size: 0.8rem;
	color: var(--hunt-muted);
	line-height: 1.4;
}

/* FAQ */
.hunt-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr);
	gap: 1.5rem;
	margin-top: 2rem;
	align-items: start;
}

.hunt-accordion {
	border-top: 1px solid var(--hunt-line);
}

.hunt-accordion__item {
	border-bottom: 1px solid var(--hunt-line);
}

.hunt-accordion__btn {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 1.05rem 0.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
	cursor: pointer;
	font-size: 0.98rem;
	font-weight: 600;
	color: var(--hunt-ink);
}

.hunt-accordion__btn i {
	color: #9aa0a6;
	font-size: 0.85rem;
	transition: transform 0.2s ease;
}

.hunt-accordion__item.is-open .hunt-accordion__btn i {
	transform: rotate(45deg);
}

.hunt-accordion__panel {
	display: none;
	padding: 0 0.25rem 1.1rem;
	color: var(--hunt-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.hunt-accordion__item.is-open .hunt-accordion__panel {
	display: block;
}

.hunt-help-card {
	background: var(--hunt-card);
	border-radius: 12px;
	padding: 1.75rem 1.5rem;
	text-align: left;
}

.hunt-help-card__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e7eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9rem;
	color: #4b5563;
}

.hunt-help-card p {
	margin: 0 0 1.1rem;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
}

/* Responsive */
@media (max-width: 980px) {
	.hunt-hero {
		min-height: 0;
		display: block;
		padding: 1.5rem 0 2.5rem;
	}

	.hunt-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.hunt-hero__visual {
		min-height: 300px;
		order: -1;
	}

	.hunt-hero__image {
		background:
			linear-gradient(180deg, transparent 50%, #fff 100%),
			url("../image/hero2.jpg") center / cover no-repeat;
		border-radius: 12px;
		position: relative;
		min-height: 300px;
		inset: auto;
	}

	.hunt-hero__content {
		max-width: none;
		padding-top: 0.5rem;
	}

	.hunt-steps {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.hunt-step:not(:last-child)::after {
		display: none;
	}

	.hunt-pricing-grid {
		grid-template-columns: 1fr;
	}

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

	.hunt-trust__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hunt-faq__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hunt-section {
		padding: 3.25rem 0;
	}

	.hunt-hero__visual {
		min-height: 240px;
	}

	.hunt-hero__image {
		min-height: 240px;
	}

	.hunt-cats {
		grid-template-columns: 1fr;
	}

	.hunt-trust__grid {
		grid-template-columns: 1fr;
	}

	.hunt-hero__card {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 1rem;
		width: 100%;
	}
}

/* Start a Hunt modal */
body.hunt-modal-open {
	overflow: hidden;
}

.hunt-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 1.25rem;
	overflow-y: auto;
}

.hunt-modal[hidden] {
	display: none !important;
}

.hunt-modal__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(17, 17, 17, 0.55);
}

.hunt-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 560px;
	margin: 4vh auto;
	background: #fff;
	border: 1px solid var(--hunt-line);
	border-radius: 12px;
	padding: 1.5rem 1.35rem 1.6rem;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.hunt-modal__close {
	position: absolute;
	top: 0.55rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	font-size: 1.75rem;
	line-height: 1;
	color: #888;
	cursor: pointer;
}

.hunt-modal__title {
	margin: 0 0 0.45rem;
	font-size: 1.45rem;
	font-weight: 750;
}

.hunt-modal__lead {
	margin: 0 0 1.15rem;
	color: var(--hunt-muted);
}

.hunt-form__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.hunt-form__field {
	display: block;
	margin-bottom: 0.9rem;
}

.hunt-form__field > span {
	display: block;
	font-size: 0.9rem;
	font-weight: 650;
	margin-bottom: 0.35rem;
}

.hunt-form__field em {
	color: #d64545;
	font-style: normal;
}

.hunt-form__field input,
.hunt-form__field textarea,
.hunt-form__field select {
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	padding: 0.7rem 0.8rem;
	font: inherit;
	color: var(--hunt-ink);
	background: #fff;
}

.hunt-form__field small {
	display: block;
	margin-top: 0.3rem;
	color: #777;
	font-size: 0.78rem;
}

.hunt-form__captcha {
	display: flex;
	gap: 0.75rem;
	align-items: stretch;
}

.hunt-form__captcha img {
	height: 44px;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.hunt-form__captcha input {
	flex: 1;
}

.hunt-form__agree {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
	color: var(--hunt-ink);
}

.hunt-form__agree input {
	margin-top: 0.2rem;
	flex-shrink: 0;
}

.hunt-form__agree a {
	color: var(--hunt-blue);
	text-decoration: underline;
}

.hunt-form__agree em {
	color: #d64545;
	font-style: normal;
}

.hunt-form__error {
	color: #b42318;
	background: #fff1f0;
	border: 1px solid #f3c1bd;
	border-radius: 8px;
	padding: 0.65rem 0.8rem;
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
}

.hunt-form__submit {
	width: 100%;
	justify-content: center;
	border: 0;
	cursor: pointer;
}

.hunt-form__submit:disabled {
	opacity: 0.65;
	cursor: wait;
}

.hunt-modal__success .hunt-modal__code {
	margin-top: 0.35rem;
}

.hunt-modal__view-link {
	display: inline-flex;
	margin: 1rem 0 0.75rem;
}

.hunt-modal__done {
	display: block;
	width: 100%;
	border: 1px solid var(--hunt-line);
	background: #fff;
	border-radius: 8px;
	padding: 0.7rem 1rem;
	font: inherit;
	cursor: pointer;
}

/* Public status page */
.hunt-status__badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #eaf3fb;
	color: var(--hunt-blue);
	font-size: 0.85rem;
	font-weight: 700;
}

.hunt-status__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
	gap: 1.75rem;
	margin-top: 1.5rem;
}

.hunt-status__dl {
	margin: 0;
}

.hunt-status__dl > div {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--hunt-line);
}

.hunt-status__dl dt {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--hunt-muted);
	margin-bottom: 0.25rem;
}

.hunt-status__dl dd {
	margin: 0;
	word-break: break-word;
}

.hunt-status__image {
	margin: 0 0 1.25rem;
	border-radius: 10px;
	overflow: hidden;
	background: var(--hunt-soft);
}

.hunt-status__image img {
	display: block;
	width: 100%;
	height: auto;
}

.hunt-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hunt-timeline li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--hunt-line);
}

.hunt-timeline__date {
	display: block;
	font-size: 0.78rem;
	color: var(--hunt-muted);
	margin-bottom: 0.2rem;
}

@media (max-width: 800px) {
	.hunt-status__grid {
		grid-template-columns: 1fr;
	}

	.hunt-modal__dialog {
		margin: 2vh auto;
		padding: 1.25rem 1rem 1.35rem;
	}

	.hunt-reply__actions {
		flex-direction: column;
	}
}

/* Customer reply panel on status page */
.hunt-reply {
	margin: 0 0 1.75rem;
	padding: 1.25rem 1.2rem;
	border: 1px solid var(--hunt-line);
	border-radius: 12px;
	background: #f8fbfe;
}

.hunt-reply__lead {
	margin: 0 0 1rem;
	color: var(--hunt-muted);
}

.hunt-reply__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 0.75rem;
}

.hunt-reply__actions .hunt-btn {
	border: 0;
	cursor: pointer;
}

.hunt-btn--ghost {
	background: #fff;
	color: var(--hunt-ink);
	border: 1px solid #cfd8e3 !important;
}

.hunt-reply__error {
	color: #b42318;
	background: #fff1f0;
	border: 1px solid #f3c1bd;
	border-radius: 8px;
	padding: 0.65rem 0.8rem;
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
}

.hunt-reply__locked {
	color: var(--hunt-muted);
}

.hunt-reply__locked strong {
	display: block;
	color: var(--hunt-ink);
	margin-bottom: 0.35rem;
}

.hunt-reply__form .hunt-btn:disabled {
	opacity: 0.65;
	cursor: wait;
}
