@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	text-align: left;
	background-color:#000;
	margin: 0 auto;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.wrap{
	width:950px;
	margin:0 auto;
	padding:0 auto;
}
.wrap-header{
	height:137px;
	background:url(../images/common/bg-head.png) no-repeat 0 0;
	padding-top:20px
}
.wrap-cont{
	padding-top:20px;
	padding-bottom:20px;
}
.bg-foot{
	background:url(../images/common/bg-foot.png) no-repeat center 0;
}



/*----------head-----------*/
.bg-top{
	background-color:#000;
	border-bottom:1px solid #777;
	margin-bottom:1px;
	position:relative; 
	
}
.bg-top:before{
	content:'';
	width:100%;
	border-bottom:1px solid #ddd;
	position:absolute;
	bottom:-2px;
}
.bg-top h1{
	margin-top:0px;
	margin-bottom:5px;
	display:block;
	text-indent:-9999px;
	width:320px;
	height:64px;
	background:url(../images/common/logo.png) no-repeat 0 0;
}
.bg-top p.sub-title{
	color:#fff;
	font-size:10pt;
	margin-top:0;
	margin-bottom:23px;
}



/*--global menu--*/
ul.gmenu {
	list-style-type:none;
	padding:0;
}
ul.gmenu li{
	display:inline;
	margin-right:8px;
	margin-left:0;
}
ul.gmenu li a{
	color:#06f;
	text-decoration:none;
	font-size:16px;
}
ul.gmenu li a:hover{
	text-decoration:underline;
}

.burger-btn{
	display:none;
}


/*----------contents-----------*/
.bg-cont{
	background:url(../images/common/bg-cont.png) repeat 0 0;
}
.innerContBg{
	width:950px;
	background-color:#000;
	margin:0 auto;
	padding:0 auto;
}


/*----------goTop-----------*/
.fa-arrow-alt-circle-up{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	font-size:50px;
	color:rgba(0,102,255,0.7);
	cursor: pointer;
	
	text-shadow:
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}



/*----------footer-----------*/
.bg-foot{
	border-top:1px solid #ccc;
	background-color:#000;
	height:96px;
}
.bg-foot p{
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:60px;
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
}




/*------responsive------*/
@media (max-width: 959px){
	/*---common---*/
	.wrap{
		width:96%;
	}
	/*---header---*/
	.bg-top{
		background:url(../images/common/bg-head.png) no-repeat 0 0;
	}
	.wrap-header{
		background:none;
	}
	ul.gmenu li a{
		font-weight:bold;
	}
	/*---contents---*/
	.innerContBg{
		width:100%;
	}
}
@media (max-width: 519px){
	/*---common---*/
	.wrap{
		width:94%;
	}
	/*---header---*/
	.wrap-header{
		height:143px;
	}
	.bg-top{
		position:fixed;
		top:0;
		right:0;
		width:100%;
		z-index:4;
		background:url(../images/common/bg-head.png) no-repeat center 43px;
		background-color:#000;
	}
	.bg-top h1{
		width:100%;
		background:url(../images/common/logo.png) no-repeat center 0;
		background-size:contain;
	}
	.bg-top p.sub-title{
		font-size:11pt;
		text-align:center;
		margin-bottom:10px;
	}
	/*---contents---*/
	.bg-cont{
		padding-top:164px;
	}
	/*---footer---*/
	.bg-foot p{
		padding-bottom:44px;
	}
	
	
	
	/*---burger(SP only)---*/
	.burger-btn{
		display:block;
		width:39px;
		height:39px;
		position:relative;
		z-index:3;
		border:none;
		margin:0 auto 10px;
	}
	.bar{
		width:20px;
		height:2px;
		display:block;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		background-color:#fff;
	}
	.bar_top{
		top:10px;
	}
	.bar_mid{
		top:50%;
		transform:translate(-50%,-50%);
	}
	.bar_bottom{
		bottom:10px;
	}
	
	.burger-btn.close .bar_top{
		transform:translate(-50%,10px) rotate(45deg);
		transition:transform .3s;
	}
	.burger-btn.close .bar_mid{
		opacity:0;
		transition:opacity .3s;
	}
	.burger-btn.close .bar_bottom{
		transform:translate(-50%,-8px) rotate(-45deg);
		transition:transform .3s;
	}
	
	.nav-wrap{
		transform:translateX(100%);
		transition:.3s;
		width:100vw;
		height:100vh;
		position:fixed;
		top:0;
		left:0;
		z-index:2;
	}
	.nav-wrap.slide-in{
		transform:translateX(0);
		transition:.3s;
	}
	.header-nav{
		width:100%;
		height:100%;
		margin-top:165px;
		background-color:#1B1310;
		z-index:2;
	}
	.header-nav .gmenu{
		display:block;
		position:absolute;
		top:54%;
		left:50%;
		transform:translate(-50%,-50%);
		text-align:center;
		width:54%;
	}
	.header-nav .gmenu li{
		margin-right:0;
		margin-bottom:30px;
		display:block;
		border:2px solid #06f;
	}
	ul.gmenu li a{
		display:block;
		padding:20px 10%;
	}
	
	body.noscroll{
		overflow:hidden;
	}
}