header {
	display: none;
	display: block;
}
header .inner {
	padding: 0 0;
	max-width: inherit;
	display: block;
}
.hbox1 {
	padding: 8px 8px;
	width: auto;
	height: 40px;
}
.hlogo {
	margin: 8px auto 0 0;
	width: auto;
}
.hlogo img {
	height: auto;
}
.hlogo a,
.hlogo span {
	display: inline-block;
	line-height: 0;
}
.hlogo img {
	height: 24px;
	line-height: 0;
}

/* .hnav */
.gnav {
	margin: 0 auto 0 auto;
	max-height: 0;
	overflow: hidden;
}
.hnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.hnav li {
	border-top: 1px solid #ffffff;
	width: calc( ( 100% - 1px ) / 2 );
}
.hnav li:nth-child(2n) {
}
.hnav li:nth-child(2n + 1) {
	border-right: 1px solid #ffffff;
}
.hnav li:nth-child(1),
.hnav li:nth-child(2) {
	border-top: none;
}
.hnav a {
	font-size: 14px;
	line-height: 3.4;
}



/* .hnav END */
/* ハンバーガー */
.hb-tgl-lv {
	width: 28px;
	height: 16px;
	color: transparent;
	font-size: 0;
	display: block;
	position: absolute;
	top: 18px;
	right: 10px;
}
.hb-tgl-lv::before, .hb-tgl-lv::after, .hb-tgl-lv span {
	content: "";
	display: block;
	border-radius: 3px;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	transition-timing-function: ease-out;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transform: rotate(0deg);
	transform-origin: 0;
	position: absolute;
	left: 0;
	z-index: 15;
}
.hb-tgl-lv::before {
	transition-property: left,top,transform;
	top: 0;
}
.hb-tgl-lv::after {
	transition-property: left,bottom,transform;
	bottom: 0;
}
.hb-tgl-lv span {
	margin: -1px 0 0 0;
	top: 50%;
}

/* checked */
.hb-tgl-inp:checked {}
.hb-tgl-inp:checked+.hb-tgl-lv+.gnav {
	margin: 0 auto 0 auto;
	width: auto;
	max-height: 400px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background: #05082C;
}
.hb-tgl-inp:checked+.hb-tgl-lv::before,
.hb-tgl-inp:checked+.hb-tgl-lv::after {
	width: 72%;
	left: 24%;
}
.hb-tgl-inp:checked+.hb-tgl-lv::before {
	transform: rotate(45deg);
}
.hb-tgl-inp:checked+.hb-tgl-lv::after {
	transform: rotate(-45deg);
}
.hb-tgl-inp:checked+.hb-tgl-lv span {
	width: 0;
}




/* checked END */


