@charset "utf-8";
/* ================================================================================================================== */
/* HEADER                                                                                                             */
/* ===================================================================================================================*/
#header {
}
#header .bar {
	margin: 0 auto;
	padding: 30px 80px 18px;
}
#header .bar ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
#header .bar ul li:nth-child(1) {
	letter-spacing: -.40em;
}
#header .bar ul li:nth-child(1) div {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: bottom;
}
#header .bar ul li:nth-child(1) div:nth-child(2) {
	margin-left: 13px;
	padding-bottom: 6px;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
#header .bar ul li:nth-child(1) div:nth-child(2)::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
}
