@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* container
-------------------------------------------------------------*/
#container{
	overflow:hidden;
	min-width:1024px;
	padding-top:80px;
}
#container:after{
	content: "";
	width: 100%;
	height: 80px;
	background-color: #dfe9f4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(40px);
	transition:all 0.4s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}
/*=============================================================
 header
=============================================================*/
#header{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	background: #121738;
	transition:all 0.4s;
}
#header h1{
	width: 170px;
	margin: 0 40px;
	line-height: 1.0;
	transition:all 0.4s;
}
@media print, screen and (min-width:1024px){
.pageFix #header{
	height: 50px;
}
.pageFix #header h1{
	width: 120px;
	margin: 0 20px;
}
}
/* globalNavSet
-------------------------------------------------------------*/
#globalNavSet>dt{display:none;}
/* globalNav
-------------------------------------------------------------*/
#header #globalNav{
	display: flex;
}
#header #globalNav>li{
	position: relative;
	border-left: 1px solid #898b9c;
}
#header #globalNav>li>a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 80px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s;
}
@media print, screen and (min-width:1024px){
.pageFix #header #globalNav>li>a{
	height: 50px;
}
}
#header #globalNav>li>a:hover{
	color: #121738;
	background-color: #c1d2e4;
	opacity: 1;
}
@media print, screen and (min-width:1024px){
#products #header #globalNav>li#gbProducts>a,
#coporate #header #globalNav>li#gbCorporate>a,
#news #header #globalNav>li#gbNews>a{
	color: #121738;
	background-color: #dfe9f4;
	opacity: 1;
}
}
#header #globalNav>li>a span{
	display: inline-block;
	position: relative
}
@media print, screen and (min-width:1024px){
#products #header #globalNav>li#gbProducts>a:after,
#coporate #header #globalNav>li#gbCorporate>a:after,
#news #header #globalNav>li#gbNews>a:after{
	content: "";
	width: 50px;
	height: 4px;
	background-color: #121738;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
}

/*=============================================================
 footer
=============================================================*/
#footer{
	width: 100%;
	height: 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #121738;
	font-size: 14px;
	color: #fff;
}
#footer ul{
	display: flex;
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}
#footer ul li:first-child{
	margin: 0 10px 0 0; 
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
}
#footer a{
	color: #fff;
}
/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	width: 60px;
	height: 60px;
	visibility:hidden;
	position:fixed;
	right:0;
	bottom:0;
	z-index:1000;
	opacity:0;
	transition:opacity .4s, visibility .4s;
	border-left: 1px solid #fff;
}
#ftr-pagetop img{
	width: 100%;
	height: 100%;
}
.show #ftr-pagetop{
	visibility:visible;
	opacity:1;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
/* container
-------------------------------------------------------------*/
#container{
	min-width:320px;
	padding-top:50px;
}
#container:after{
	height: 50px;
}
/*=============================================================
 header
=============================================================*/
#header{
	height: 50px;
}
#header h1{
	width: 120px;
	margin: 0 20px;
}
/* globalNavSet
-------------------------------------------------------------*/
#globalNavSet>dt{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	transition:all 0.4s ease-out;
}
#globalNavSet.open>dt{
	background-color:#dfe9f4;
}
#globalNavSet>dt>span.btn{
	display: block;
	width: 26px;
	height: 24px;
	position: relative;
}
#globalNavSet>dt>span.btn:before,
#globalNavSet>dt>span.btn:after{
	content: "";
	display: block;
	width:100%;
	height:2px;
	background-color:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition:all 0.4s ease-out;
}
#globalNavSet>dt>span.btn span{
	content: "";
	display: block;
	width:100%;
	height:24px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition:all 0.4s ease-out;
}
#globalNavSet.open>dt>span.btn:before{
	background-color:#121738;
	transform: translateY(-50%) rotate(45deg);
}
#globalNavSet.open>dt>span.btn:after{
	background-color:#121738;
	transform: translateY(-50%) rotate(-45deg);
}
#globalNavSet.open>dt>span.btn span{
	opacity: 0;
}
#globalNavSet>dd{
	background-color:#dfe9f4;
	box-sizing:border-box;
	width:100%;
	padding:0;
	position:fixed;
	top:50px;
	bottom:100%;
	bottom:0;
	left:0;
	z-index:200;
	visibility:hidden;
	overflow:hidden;
	opacity:0;
	transition:all 0.3s ease;
}
#globalNavSet.open>dd{
	visibility:visible;
	bottom:0;
	opacity:1;
}
#globalNavSet>dd>*{visibility:hidden;}
#globalNavSet.open>dd>*{visibility:inherit;}
html.gNavOpen,
html.gNavOpen body{
	height:100%;
	overflow:hidden;
}
html.gNavOpen #globalNavSet>dd>div{
	box-sizing:border-box;
	width:100%;
	height:100%;
	overflow:auto;
	overflow-x: hidden;
	position:relative;
	-webkit-overflow-scrolling:touch;
}
/* globalNav
-------------------------------------------------------------*/
#header #globalNav{
	display: block;
}
#header #globalNav>li{
	position: relative;
	border-left: none;
	border-bottom: 1px solid #898b9c;
}
#header #globalNav>li>a{
	width: 100%;
	color: #121738;
}

	
	
	
	
/*=============================================================
 footer
=============================================================*/
#footer{
	height: 50px;
	flex-direction: column;
	font-size: 12px;
	justify-content: center;
	align-items: center;
}
#footer ul{
	position:static;
	margin: 5px 0 0;
}
/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	width: 50px;
	height: 50px;
	right:0px;
	bottom:0px;
}
/* footer END
-------------------------------------------------------------*/
}

