#consent-banner {
	font-size: 0.625rem;
	font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	text-justify: inter-ideograph;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#consent-banner *,
#consent-banner *::before,
#consent-banner *::after {
	box-sizing: border-box;
}

#consent-banner a {
	color: currentColor;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#consent-banner p {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

#consent-banner button {
	margin: 0;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	text-transform: none;
	cursor: pointer;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#consent-banner button,
#consent-banner [type="button"],
#consent-banner [type="reset"],
#consent-banner [type="submit"] {
	-webkit-appearance: button;
}

#consent-banner button::-moz-focus-inner,
#consent-banner [type="button"]::-moz-focus-inner,
#consent-banner [type="reset"]::-moz-focus-inner,
#consent-banner [type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#consent-banner button:-moz-focusring,
#consent-banner [type="button"]:-moz-focusring,
#consent-banner [type="reset"]:-moz-focusring,
#consent-banner [type="submit"]:-moz-focusring {
	outline: dotted 1px ButtonText;
}

#consent-banner input,
#consent-banner button {
	margin: 0;
	padding: 0;
	line-height: inherit;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#consent-banner.consent-banner {
	width: 100%;
	padding: 15px 20px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	gap: 15px;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
#consent-banner.consent-banner.is-hidden {
	display: none;
}

#consent-banner .consent-banner_b-copy {
	font-size: 12px;
}

#consent-banner .consent-banner_button {
	width: 120px;
	padding: 10px;
	font-weight: inherit;
	text-align: center;
	border-radius: 5px;
	background-color: #ddd;
	display: block;
	flex-shrink: 0;
}
#consent-banner .consent-banner_button.-granted {
	color: #fff;
	background-color: #f00;
}
#consent-banner .consent-banner_button:hover {
	opacity: 0.4;
}
#consent-banner .consent-banner_buttons {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-shrink: 0;
}

@media screen and (max-width: 670px) {
	#consent-banner.consent-banner {
		flex-direction: column;
	}
}