
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
	border-bottom: 1px solid #666;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	background: #fff;
	}
@media only screen and ( max-width : 1024px ) {
#header {
	height: 70px;
	}
	}

#header .container {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	}
@media only screen and ( max-width : 1024px ) {
#header .container {
	padding: 0 0 0 20px;
	}
	}

#header #h_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	}

#header #h_top .h_logo {
	height: 55%;
	pointer-events: auto;
	}
@media only screen and ( max-width : 1024px ) {
#header #h_top .h_logo {
	height: 55%;
	}
	}

#header #h_top .h_logo img{
	height: 100%;
	}

#header .h_nav {
	height: 100%;
	}

#header .h_nav #gNav {
	}

#header .h_nav #gNav .nav {
	padding-right: 60px;
	}
@media only screen and ( max-width : 1024px ) {
#header .h_nav #gNav .nav {
	overflow-y: auto;
	height: 100vh;
	}
	}

#header nav .sub-menu,
#header .mean-container .mean-nav ul ul {
	background: #fff;
	}

#header nav .mean-nav .container {
	padding: 0;
	}

#header .h_nav #gNav ul {
	position: relative;
	display: flex;
	}

#header .h_nav #gNav li {
	position: relative;
	margin: 0 1em;
	}

#header .h_nav #gNav li a {
	position: relative;
	display: block;
	text-align: center;
	font-size: .85em;
	line-height: 30px;
	padding-top: 19px;
	}

.en #header .h_nav #gNav li a {
	font-size: .9em;
	}


#header .h_nav #gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}

#header .h_nav #gNav .sub-menu a {
	display: block;
	border-bottom: none;
	padding: 15px 0;
	line-height: 1em;
	}

#header .h_nav #gNav .sub-menu a:hover:after {
	content: none;
	}

#header .h_nav #gNav .sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	}

#header .h_nav #gNav .sub-menu li:last-child {
	border-bottom: 1px solid transparent;
	}

#header .h_nav #gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

#header .h_nav #gNav .sub-menu > li {
	border-bottom :1px solid transparent;
	}

#header .h_nav #gNav .sub-menu > li:hover {
	border-bottom :1px solid #666;
	}

#header .h_nav #gNav ul > li a{
	border-bottom :1px solid transparent;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#header .h_nav #gNav ul > li.stay a{
	border-bottom :1px solid #666;
	}

#header .h_nav #gNav ul > li:hover a{
	border-bottom :1px solid #666;
	}

#header .h_nav #gNav .current-menu-item a{
	border-bottom :1px solid #666;
	}

#header .h_nav #gNav .current-menu-parent a {
	border-bottom :1px solid #666;
	}

#header .h_nav #gNav li:hover ul.sub-menu {
	top: 52px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	}

#header .h_nav #gNav li ul li:after {
	content: none;
	}

#header .h_nav #gNav li:hover ul.sub-menu a {
	border-bottom :none;
	}

#header .h_nav #gNav.sub-menu li a:hover {
	background: #fff;
	}

#header .h_nav #gNav .contact_btn a:hover {
	color: #fff;
	}


.fixed {
	}
@media only screen and ( max-width : 1024px ) {
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
	}

#header .mask {
	}
@media only screen and ( max-width : 1024px ) {
#header .mask {
	top: 70px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	}
	}


@media only screen and ( max-width : 1024px ) {
a.meanmenu-reveal{
	display:none;
	}

.mean-container .mean-bar{
	width:100%;
	position:fixed;
	background:none;
	min-height:60px;
	z-index:999998;
	top:0;
	left:0;
	}

.meanmenu-reveal-btn {
	position: absolute;
	display: block;
	z-index: 99999;
	box-sizing: border-box;
	width: 60px;
	height: 70px;
	right: 0;
	top: 0;
	}

.meanmenu-reveal {
	width: 20px;
	height: 20px;
	margin: 28px 20px 21px 22px;
	display: block !important;
	position: relative;
	}

.meanmenu-reveal span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	}

.meanmenu-reveal span:nth-of-type(1) {
	top: 0;
	background: #222;
	}

.meanmenu-reveal span:nth-of-type(2) {
	top: 6px;
	background: #222;
	}

.meanmenu-reveal span:nth-of-type(3) {
	top: 12px;
	background: #222;
	}

.meanmenu-reveal  span:nth-of-type(1) {
	-webkit-animation: menu-ber01 .75s forwards;
	animation: menu-ber01 .75s forwards;
	}

.meanmenu-reveal  span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
	}

.meanmenu-reveal  span:nth-of-type(3) {
	-webkit-animation: menu-ber02 .75s forwards;
	animation: menu-ber02 .75s forwards;
	}

.meanclose span:nth-of-type(1) {
	-webkit-animation: active-menu-ber01 .75s forwards;
	animation: active-menu-ber01 .75s forwards;
	}

.meanclose span:nth-of-type(2) {
	opacity: 0;
	}

.meanclose span:nth-of-type(3) {
	-webkit-animation: active-menu-ber03 .75s forwards;
	animation: active-menu-ber03 .75s forwards;
	}

@-webkit-keyframes menu-ber01 {
	0% {
		-webkit-transform: translateY(8px) rotate(45deg);
		}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		}
	}

@keyframes menu-ber01 {
	0% {
		transform: translateY(8px) rotate(45deg);
		}
	50% {
		transform: translateY(8px) rotate(0);
		}
	100% {
		transform: translateY(0) rotate(0);
		}
	}

@-webkit-keyframes menu-ber02 {
	0% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		}
	50% {
		-webkit-transform: translateY(-8px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		}
	}

@keyframes menu-ber02 {
	0% {
		transform: translateY(-8px) rotate(-45deg);
		}
	50% {
		transform: translateY(-8px) rotate(0);
		}
	100% {
		transform: translateY(0) rotate(0);
		}
	}

@-webkit-keyframes active-menu-ber01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		}
	50% {
		-webkit-transform: translateY(5px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(5px) rotate(45deg);
		}
	}

@keyframes active-menu-ber01 {
	0% {
		transform: translateY(0) rotate(0);
		}
	50% {
		transform: translateY(5px) rotate(0);
		}
	100% {
		transform: translateY(5px) rotate(45deg);
		}
	}

@-webkit-keyframes active-menu-ber03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		}
	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		}
	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		}
	}

@keyframes active-menu-ber03 {
	0% {
		transform: translateY(0) rotate(0);
		}
	50% {
		transform: translateY(-7px) rotate(0);
		}
	100% {
		transform: translateY(-7px) rotate(-45deg);
		}
	}

.mean-container .mean-nav{
	width:100%;
	margin-top:70px;
	max-height:100vh;
	overflow-y:auto;
	}

.mean-container .mean-nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	position: relative;
	z-index: 99;
	max-height: 100vh;
	max-height: calc(100vh - 70px);
	background: #fff;
	}

.mean-container .mean-nav ul ul{
	padding-bottom:0;
	margin-bottom:0;
	}

.mean-container .mean-nav ul li{
	position:relative;
	width:100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	}

.mean-container .mean-nav ul li:last-child{
	border-bottom: 1px solid transparent;
	}

.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
	display:block;
	width:100%;
	padding: 2em 5%;
	margin:0;
	text-align:left;
	text-decoration:none;
	box-sizing: border-box;
	}

.mean-container .mean-nav ul li li a{
	width:100%;
	padding:1em 10%;
	text-shadow:none !important;
	visibility:visible;
	background: #f5f5f5;
	}

.mean-container .mean-nav ul li.mean-last a{
	border-bottom:none;
	margin-bottom:0;
	}

.mean-container .mean-nav ul li li li a{
	width:70%;
	padding:1em 15%;
	}

.mean-container .mean-nav ul li li li li a{
	width:60%;
	padding:1em 20%;
	}

.mean-container .mean-nav ul li li li li li a{
	width:50%;
	padding:1em 25%;
	}

.mean-container .mean-nav ul li a:hover{
	background:rgba(255,255,255,0.1);
	}

.mean-container .mean-nav ul li a.mean-expand{
	/*margin-top:1px;*/
	width:60px;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	padding: 1em 0 0 0;
	font-size: 20px;
	}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background:#fff;
	color: #222;
	}

.mean-container .mean-push {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	clear:both;
	}

.mean-nav .wrapper{
	width:100%;
	padding:0;
	margin:0;
	}

.mean-container .mean-bar{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	pointer-events: none;
	}

 .mean-container .mean-bar *{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	pointer-events: auto;
	}

.mean-remove{
	display:none !important;
	}

	}


#header .lang{
	position: absolute;
	top: 0;
	right: 15px;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: auto;
	}
@media screen and (max-width: 1024px) {
#header .lang{
	right: 55px;
	}
	}

#header .lang div{
	width: auto;
	height: 100%;
	padding: 0;
	}

#header .lang div a{
	font-size: .9em;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
@media screen and (max-width: 1024px) {
#header .lang div a{
	font-size: 1em;
	}
	}

#header .lang div a p{
	padding: 0 10px;
	}

#header .lang div a p{
	color: #999;
	}

#header .lang div:last-child a p{
	border-left: 1px solid #999;
	}

#header .lang div a p.stay{
	font-weight: 500;
	color: #222;
	}

#header .lang div a:hover p{
	color: #222;
	}

#header .lang div.fixedmail{
	display: none;
	}
@media screen and (max-width: 1024px) {
#header .lang div.fixedmail{
	display: block;
	margin-right: 15px;
	font-size: .9em;
	}
	}









