/* Made in Japan logo */

.header__brand {
	display: contents;
}

.nav__made-in-japan {
	position: fixed;
	top: 11px;
	left: 169px;
	height: 30px;
	width: auto;
	z-index: 101;
}

@media screen and (min-width: 769px) {
	.header__brand {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		gap: 21px;
	}

	.nav__made-in-japan {
		position: static;
		width: 83px;
		height: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}
