@charset "UTF-8";
/*-----------
layout
-----------*/
.ly_header {
	width: 100%;
}
.ly_header_wrap {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	position: relative;
}
/*-----------
content
-----------*/
/*-- logo --*/
.bl_header_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: min(35%, 355px);
	z-index: 2;
}
.bl_header_logo a {
	display: block;
	opacity: 1 !important;
	padding: 1.45em 2.5em !important;
}
/*-- global nav --*/
.bl_header_nav {}
.ly_gnav01 {
	width: 100%;
	margin: auto;
	padding-right: 1em;
	background: var(--color-darkgray, #333);
}
.ly_gnav01 .bl_gnav_cont {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.ly_gnav02 {
	width: 100%;
	margin: auto;
	padding-right: 1em;
	background: var(--color-white, #fff);
}
.ly_gnav02 .bl_gnav_cont {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.ly_gnav01 .bl_gnav_cont li {
	padding: .5em 0;
}
.ly_gnav01 .bl_gnav_cont li:not(:last-of-type) {
	margin-right: 1em;
}
.ly_gnav02 .bl_gnav_cont li a {
	margin: 0.5em 0;
	padding: 0.5em 1em;
	border-right: 1px solid var(--color-deepblue, #323940);
}
.ly_gnav02 .bl_gnav_cont li:last-of-type a {
	border-right: none;
}
/*global menu btn*/
.el_gnav01_btn {
	font-size: 1.4rem;
	color: var(--color-silver, #a3a3a3);
}
.el_gnav02_btn {
	font-size: min(1.4vw, 1.6rem);
	font-weight: 700;
	color: var(--color-deepblue, #323940);
}
@media (max-width: 959px) {
	/*-----------
	layout
	-----------*/
	.ly_header_wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: var(--color-darkgray, #333);
	}
	/*-----------
	content
	-----------*/
	/*-- logo --*/
	.bl_header_logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 30%;
		z-index: 2;
	}
	.bl_header_logo a {
		display: block;
		opacity: 1 !important;
		padding: 1em 2em !important;
	}
	.bl_header_nav {
		display: none;
	}
	/*-- logo --*/
	.bl_header_logo {
		position: relative;
		width: 30%;
	}
}
@media (max-width: 559px) {
	/*-----------
	layout
	-----------*/
	.ly_header_wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: var(--color-darkgray, #333);
	}
	/*-----------
	content
	-----------*/
	.bl_header_nav {
		display: none;
	}
	/*-- logo --*/
	.bl_header_logo {
		position: relative;
		width: 30%;
		z-index: 2;
	}
	.bl_header_logo a {
		display: block;
		opacity: 1 !important;
		width: 100%;
		padding: 1em 2em !important;
	}
}