#header{
	background: rgba(255,255,255,0.7);
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#header .hd_wrap{
	height: 90px;
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin: auto;
}
#header .hd_wrap .logo{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 50px;
}
#header .hd_wrap .logo a{
	display: block;
}

#header .hd_wrap .controller{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
}
#header .hd_wrap .controller .menus{
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}
#header .hd_wrap .controller .menus li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	line-height: 14px;
}
#header .hd_wrap .controller .menus li a{
	display: block;
	line-height: 14px;
}

#header .hd_wrap .controller .contact_btn{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
#header .hd_wrap .controller .contact_btn a{
	background: #e3007f;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	font-weight: bold;
	line-height: 14px;
	padding: 10px 30px;
	display: inline-block;
}
#header .hd_wrap .controller .contact_btn a:hover{
	
	/*アニメーション*/
	background: linear-gradient(270deg, #e3007f, #0097e2, #e3007f, #0097e2);
	background-size: 800% 800%;

	-webkit-animation: AnimationName 12s ease infinite;
	-moz-animation: AnimationName 12s ease infinite;
	-o-animation: AnimationName 12s ease infinite;
	animation: AnimationName 12s ease infinite;
}

#header .hd_wrap .controller .language{
	display: inline-block;
	vertical-align: middle;
}
#header .hd_wrap .controller .language a{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 14px;
	padding: 10px 0;
	display: inline-block;
	font-weight: bold;
	width: 136px;
}
#header .hd_wrap .controller .language a span{
	background: url(../img/base/ui06.png) right center no-repeat;
	padding-right: 15px;
	display: block;
}
#trigger{display: none;}
#header .hd_wrap .controller .language-sp{display: none;}
@media(min-width: 1px) and (max-width: 940px){
	#trigger{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30px;
		height: 30px;
		margin: auto;
	}
	#trigger img{
		display: none;
	}
	#trigger img.current{
		display: block;
	}
	#header .hd_wrap .controller .language-sp{display: block;}
	#header .hd_wrap .controller .language-sp a{
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		line-height: 14px;
		padding: 10px 0;
		display: inline-block;
		font-weight: bold;
		min-width: 136px;
		width: 100%;
		color: #fff;
	}
	#header .hd_wrap .controller .language-sp a span{
		background: url(../img/base/ui05.png) right center no-repeat;
		padding-right: 15px;
		display: block;

	}
}
@media (min-width: 1px) and (max-width: 640px){}