@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%;
}
#sitehead[data-renderd="false"] {
	min-height: auto;
}
.header-blank-wide {
	display: block;
	height: var(--header-height-wide);
}
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:800px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: var(--header-height-wide);
		background-color: #fff;
	}
}
/**/
#sitehead {
	color: var(--cl-pageink);
}
#sitehead a {
	color: inherit;
}
#sitehead a:hover {
	color: #aaa;
}
/**/
#sitehead .lgm-wrap {
	text-align: center;
	padding: 4.25em 0 2.25em;
}
	#sitehead .lgm {
		display: inline;
	}
	#sitehead .lgm-gr {
		width: 11.875em;
		max-width: 280px;
		height: auto;
		margin: 0 auto;
	}
#sitehead .primary-menu {
	margin-bottom: 2.5em;
	margin-left: auto;
	margin-right: auto;
}
	#sitehead .primary-menu > a {
		font-size: 0.875em;
		padding: 1em 1.15em;
		vertical-align: middle;
		letter-spacing: 0.07em;
	}
#sitehead .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 11em;
}
	#sitehead .sub-menu a {
		display: inline-block;
		width: 100%;
	}
	#sitehead .sub-menu .t-hp {
		margin-left: 4em;
	}
	#sitehead .sub-menu .t-onls {
		padding-top: 3.6em;
		padding-left: 3.6em;
		max-width: 10.75em;
	}
	#sitehead .sub-menu img {
		width: 100%;
	}
#sitehead .touchnavi {
	display: none;
}
	#sitehead .touchnavi a {
		font-size: 1em;
		background-image: url("/share/im/nv_menu-gray.svg");
		background-size: 2em;
		background-position: center;
		width: 6em;
		height: 6em;
		display: inline-block;
		position: relative;
		z-index: 0;
	}
	#sitehead .touchnavi a.menu[data-enablelabel="true"]::after {
		content: "MENU";
		display: block;
		position: absolute;
		z-index: 5;
		bottom: 1.8em;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 0.6em;
		font-weight: 500;
		line-height: 1em;
		letter-spacing: 0.08em;
		color: inherit;
	}
@media only screen and (min-width:801px) {
	#sitehead .lgm-gr {
		min-width: 190px;
	}
}
@media only screen and (min-width:1601px) {
	#sitehead {
		font-size: 1vw;
	}
}
@media only screen and (max-width:800px) {
	#sitehead.fixed-smp {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	#sitehead .touchnavi {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	#sitehead .activation-menu {
		display: none;
	}
	#sitehead .primary-menu {
		display: none;
	}
		#sitehead .primary-menu > a {
			display: none;
		}
	#sitehead .touchnavi a {
		font-size: 1em;
		background-size: 2em;
		width: 5.2em;
		top: -0.6em;
	}
	#sitemenu .head .close {
		background-size: auto 50%;
		background-position: center;
		width: 18%;
	}
	#sitehead .lgm-wrap {
		padding-top: 2.25em;
	}
	#sitehead .lgm-gr {
		width: 9em;
	}
		#sitehead .sub-menu .t-onls {
			padding-top: 0;
			padding-left: 1.6em;
			width: 6em;
		}
	#sitehead .sub-menu {
		width: 22%;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (max-width:640px) {
	#sitehead .sub-menu .t-hp {
		margin-left: 23%;
	}
}