@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0;
	color: #000000;
	font-size: 0;
}

.clearFix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.btn{
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 1.3;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn.style1{margin: 100px 0 0 0;}
.btn a{
	width: 200px;
	height: 50px;
	margin: 0;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 0.6rem;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn.style2 a{margin: 0 10px;}
.btn a:hover{background-color: #D90000;}



/**************************************************
 header
**************************************************/
header{
	position: fixed;
	width: 100%;
	min-width: 1100px;
	height: 100px;
	top: 0;
	left: 0;
	padding: 0 50px;
	z-index: 99990;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1 img{width: 190px;}

#globalNavi ul{font-size: 0;}
#globalNavi ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	letter-spacing: 3px;
	margin: 0 0 0 40px;
}
#globalNavi ul li a{color: #FFFFFF;}
#globalNavi ul li a:hover{opacity: 0.5;}

#menu{
  	position: absolute;
  	width: 60px;
  	height: 60px;
	top: 0;
	right: 0;
	background: url("../img/menu.png") no-repeat 0 0;
	background-size: 60px auto;
	cursor: pointer;
	z-index: 99991;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: none;
}
#menu.open{
	background: url("../img/menu.png") no-repeat 0 -60px,rgba(15,19,26,0.95);
	background-size: 60px auto;
}



/**************************************************
 footer
**************************************************/
footer{
	position: relative;
	min-width: 1100px;
}

#contact{
	padding: 80px 15px;
	background-color: #141A23;
}
#contact dl{
	text-align: center;
	color: #FFFFFF;
}
#contact dl dt{
	font-family: 'Roboto', sans-serif;
	font-size: 6.0rem;
	font-weight: 500;
}
#contact dl dd{
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-top: 35px;
}
#contact dl dd br{display: none;}
#contact nav ul{
	margin: 55px 0 0 0;
	text-align: center;
	font-size: 0;
}
#contact nav ul li{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin: 0 25px;
}
#contact nav ul li:first-child{font-size: 2.4rem;}
#contact nav ul li a{
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contact nav ul li:first-child a img{
	width: 36px;
	margin-right: 20px;
}
#contact nav ul li:last-child a img{
	width: 34px;
	margin-right: 20px;
}
#contact nav ul li a:hover{
	border: 5px solid #FFFFFF;
	background-color: #242F3E;
}
#contact nav ul li a:hover img{opacity: 1.0;}

#footerInfo{
	padding: 80px;
	background: url("../img/footer_bg.png") no-repeat center right #0F131A;
	background-size: 65% auto;
	color: #FFFFFF;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#footerInfo dl dt{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 3px;
}
#footerInfo dl dd{
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 1.8;
	padding-top: 20px;
}
#footerInfo p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
}






/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
.btn{margin: 40px 0 0 0;}
.btn.style1{margin: 70px 0 0 0;}
	
.btn.style2 a{
	width: calc(50% - 10px);
	height: 40px;
	margin: 0 5px;
	font-size: 1.4rem;
	letter-spacing: 0;
}
	
	

/**************************************************
 header
**************************************************/
header{
	min-width: 100%;
	height: 60px;
	padding: 0 20px;
}

h1 img{width: 150px;}

#globalNavi{
	position: absolute;
	width: 100%;
	height: calc(100vh - 60px);
	top: 60px;
	left: 0;
	background: rgba(15,19,26,0.95);
	display: none;
}
#globalNavi ul{
	height: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#globalNavi ul li{margin: 15px 0;}
#globalNavi ul li a{
	display: block;
	padding: 5px 0;
}

#menu{display: block;}
	
	
	
/**************************************************
 footer
**************************************************/
footer{min-width: 100%;}

#contact{padding: 35px 15px;}
#contact dl dt{font-size: 3.0rem;}
#contact dl dd{
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-top: 20px;
}
#contact dl dd br{display: block;}
#contact nav ul{margin: 30px 0 0 0;}
#contact nav ul li{
	display: block;
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin: 20px auto 0 auto;
}
#contact nav ul li:first-child{font-size: 2.0rem;}
#contact nav ul li a{height: 70px;}
#contact nav ul li:first-child a img{
	width: 30px;
	margin-right: 10px;
}
#contact nav ul li:last-child a img{
	width: 28px;
	margin-right: 10px;
}

#footerInfo{
	padding: 35px 15px;
	background: url("../img/footer_bg.png") no-repeat center right #0F131A;
	background-size: cover;
	display: block;
	text-align: center;
}
#footerInfo dl dt{
	font-size: 1.7rem;
	letter-spacing: 2px;
}
#footerInfo dl dd{
	font-size: 1.4rem;
	letter-spacing: 0;
	padding-top: 15px;
}
#footerInfo p{
	font-size: 1.0rem;
	padding-top: 30px;
}

	
	
}