.hmb-bh-banner {
	--hmb-bh-bg: #8a2d0b;
	--hmb-bh-fg: #fff;
	--hmb-bh-link: #fff3bf;
	background: var(--hmb-bh-bg);
	box-sizing: border-box;
	color: var(--hmb-bh-fg);
	display: block;
	font-family: inherit;
	font-size: 0.9rem;
	inline-size: 100%;
	line-height: 1.2;
	margin: 0;
	max-inline-size: none;
	width: 100%;
}

.hmb-bh-banner *,
.hmb-bh-modal *,
.hmb-bh-banner *::before,
.hmb-bh-modal *::before,
.hmb-bh-banner *::after,
.hmb-bh-modal *::after {
	box-sizing: border-box;
}

.hmb-bh-banner__viewport {
	overflow: hidden;
	width: 100%;
}

.hmb-bh-banner__track {
	display: flex;
	transform: translateX(0);
	width: 100%;
}

.hmb-bh-banner__track.is-animating {
	transition: transform 500ms ease;
}

.hmb-bh-banner__trigger {
	align-items: center;
	background: var(--hmb-bh-bg);
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	font: inherit;
	gap: 0.55rem;
	justify-content: center;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0.48rem 0.8rem;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.hmb-bh-banner__slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.hmb-bh-banner__slide.is-clone {
	pointer-events: none;
}

.hmb-bh-banner__trigger:focus-visible {
	outline: 2px solid var(--hmb-bh-link);
	outline-offset: -3px;
}

.hmb-bh-banner__icon,
.hmb-bh-banner__title,
.hmb-bh-banner__action {
	flex: 0 0 auto;
}

.hmb-bh-banner__icon {
	font-size: 1.05rem;
	line-height: 1;
}

.hmb-bh-banner__timing {
	overflow: hidden;
	text-overflow: ellipsis;
}

.hmb-bh-banner__action {
	color: var(--hmb-bh-link);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.hmb-bh-banner__trigger:hover .hmb-bh-banner__action {
	text-decoration-thickness: 2px;
}

.hmb-bh-banner .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.hmb-bh-modal[hidden] {
	display: none;
}

.hmb-bh-modal {
	inset: 0;
	position: fixed;
	z-index: 999999;
}

.hmb-bh-modal__backdrop {
	background: rgba(0, 0, 0, 0.65);
	inset: 0;
	position: absolute;
}

.hmb-bh-modal__dialog {
	background: #fff;
	border-radius: 0.35rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
	color: #1d2327;
	left: 50%;
	max-height: min(80vh, 700px);
	max-width: 680px;
	overflow-y: auto;
	padding: 1.5rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
}

.hmb-bh-modal__dialog h2 {
	margin: 0 2rem 0.35rem 0;
}

.hmb-bh-modal__dialog h3 {
	font-size: 1.05rem;
	margin: 1.25rem 0 0.35rem;
}

.hmb-bh-modal__close {
	background: transparent;
	border: 0;
	color: #50575e;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	right: 0.75rem;
	top: 0.65rem;
}

.hmb-bh-modal__close:focus-visible {
	outline: 2px solid #2271b1;
}

.hmb-bh-modal__timing {
	font-weight: 600;
	margin: 0 0 1rem;
}

.hmb-bh-modal__description,
.hmb-bh-modal__instruction {
	white-space: normal;
}

.hmb-bh-modal__nws-link {
	color: #2271b1;
	display: inline-block;
	font-weight: 700;
	margin-top: 1.25rem;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

body.hmb-bh-modal-open {
	overflow: hidden;
}

@media (max-width: 600px) {
	.hmb-bh-banner__trigger {
		font-size: 0.82rem;
		gap: 0.4rem;
	}

	.hmb-bh-banner__action {
		font-size: 0;
	}

	.hmb-bh-banner__action span {
		font-size: 1.1rem;
	}
}
