@charset "UTF-8";
#sitehead {
	position: relative;
	z-index: 0;
	background-color: #fff;
}
#sitehead.fixed {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
}
/*
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:1070px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: var(--header-height-wide);
	}
}*/

/**/
@media only screen and (max-width:640px) {
.header-blank-wide {
		display: block;
		height: var(--header-height-wide);
	}
}

/**/
#sitehead {
	color: #000;
}
#sitehead a {
	color: inherit;
	transition: all 0.3s;
}
#sitehead a:hover {
	color: var(--cl-hover);
}
/**/
#sitehead .lgm-wrap { 
	text-align: center;
	padding: 3.75em 0 6.1em;
}
#sitehead .menus {
	width: 100%;
	justify-content: center;
}
#sitehead .primary-menu > a {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: inline-block;
}
#sitehead .touchnavi a {
	font-size: 16px;
	background-image: url("/share/im_clast/ui/nv_menu_pages.svg");
	background-size: 2em;
	background-position: center;
	width: 6em;
	height: 6em;
	display: inline-block;
	position: relative;
	z-index: 0;
	transition: all 0.4s;
}
	#sitehead .touchnavi a:hover {
		transform: scale(0.8);
	}
@media only screen and (min-width:641px) {
	#sitehead .touchnavi {
		display: none;
	}
	#sitehead .primary-menu {
		justify-content: space-between;
		width: 100%;
		padding: 0 2em;
		max-width: 865px;
	}
}
@media only screen and (max-width:640px) {
	#sitehead .menus {
		margin-bottom: 0;
	}
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#sitehead .lgm-wrap {
		padding: 1.4em 0 1.2em;
	}
	#sitehead .touchnavi {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		align-items: center;
	}
	#sitehead .touchnavi a {
		width: 1.4em;
		height: 1.4em;
		right: 1em;
	}
	#sitehead .activation-menu {
		display: none;
	}
	#sitehead .primary-menu {
		display: none;
	}
	#sitehead .primary-menu a {
		display: none;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
}

