@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	background: #000 url(../../img/common/body_bg.jpg) repeat-y center top;
	-webkit-text-size-adjust: none;
	/*overflow-x:hidden;*/
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
	margin: 0 auto;
	width: 1200px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 37px 0 221px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#gHeader .sliderBox {
	position: relative;
}

#gHeader .sliderBox .bg {
	position: absolute;
    left: 50%;
    top: -37px;
    height: 778px;
    margin-left: -1000px;
    width: 2000px;
	z-index: 200;
	background: url(../../img/index/main_visual_bg.png) no-repeat -6px center;

}

#gHeader .sliderBox .foo {
	padding-top:23px;
}

#gHeader .sliderBox .foo .navi01 {
	background: url(../../img/index/main_img01.jpg) no-repeat left top;
}

#gHeader .sliderBox .foo .navi02 {
	background: url(../../img/index/main_img02.jpg) no-repeat left top;
}

#gHeader .sliderBox .foo .navi03 {
	background: url(../../img/index/main_img03.jpg) no-repeat left top;
}


#gHeader h1 {
	position: absolute;
	left: 50%;
	top: 180px;
	margin-left: -133px;
	z-index: 300;
}

#gHeader .language {
	position: absolute;
	right: 148px;
	top: 20px;
	z-index: 300;
}

#gHeader .language li {
	padding-left: 17px;
	float: left;
}

#gHeader .language li a {
	display:block;
	background-color: transparent;

}

#gHeader .hBox {
	position: absolute;
    left: 50%;
    top: 570px;
    margin-left: -551px;
    width: 1102px;
    z-index: 300;
}


#gHeader .hBox .logo {
	margin-right: 24px;
	float: left;
}

#gHeader .hLink {
	padding-top: 3px;
	width: 312px;
	float: right;
}

#gHeader .hLink li {
	padding-left: 6px;
	float: left;
}

#gHeader .change {
	position: fixed;
	left: 0;
	top: -100px;
	padding: 11px 0;
	width: 100%;
	z-index: 700;
	background: url(../../img/common/change_bg.png) repeat-x left top;
	transition: top 0.3s ease;
	-webkit-transition: top 0.3s ease;
}

#gHeader .pc.fix .change {
	top: 0;
}

#gHeader .change .hInner {
	margin: 0 auto;
	width: 1110px;
}

#gHeader .change .hInner .logo {
	margin-right: 54px;
	float: left;
}

#gHeader .change .hInner .hNavi {
	float: left;
}

#gHeader .change .hInner .hNavi li {
	float: left;
}

#gHeader .change .hInner .hLink {
	padding-top: 0;
}

#gHeader .spHeader {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 3px;
	float: left;
}

#gNavi ul li {
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

#gFooter .fBox {
	padding: 88px 0 17px;
	background: #15120F url(../../img/common/footer_bg.jpg) repeat-x center top;
}

#gFooter .fBox .fInner {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}

#gFooter .fBox .fNavi {
	float: left;
	width:  450px;
}

#gFooter .fBox .fNavi li {
	display: inline;
	color: #eae6e1;
}

#gFooter .fBox .fNavi li a {
	margin-right: 5px;
	color: #eae6e1;
}

#gFooter .fLogo {
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -75px;
}

#gFooter .copyright {
	float: right;
	padding-top: 9px;
	width: 340px;
	color: #eae6e1;
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: 320px;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#main {
		margin: 0 auto;
		width: auto;
	}


	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		margin-bottom: 34px;
		padding: 0;
		width: auto;
	}
	
	#gHeader .spHeader {
		display: block;
	}
	
	#gHeader .spHeader .topBox {
		display: block;
		min-height: 85px;
		background: url(../../img/common/sp_header_bg.jpg) repeat left top;
		background-size: 320px 85px;
	}
	
	#gHeader .spHeader .topBox .info {
		position: relative;
		padding: 6px 15px 5px 13px;
		z-index: 510;
		background: url(../../img/common/sp_header_bg.jpg) repeat left top;
		background-size: 320px 85px;
	}
	
	#gHeader .spHeader h1 {
		float: left;
		position: static;
		margin-left: 0;
	}
	
	#gHeader .spHeader .language {
		float: right;
		width: 94px;
		padding-top: 2px;
		position: static;
	}
	
	#gHeader .spHeader .language li {
		padding: 0 16px 0 0;
	}
	
	#gHeader .spHeader .menu {
		padding-top: 5px;
		float: right;
	}
	
	#gHeader .spHeader .menu .close {
		display: none;
	}
	
	#gHeader .spHeader .contact {
		position: absolute;
		left: 0;
		top: 51px;
		width: 100%;
		z-index: 500;
		background: url(../../img/common/sp_header_bg.jpg) repeat left top;
		background-size: 320px 85px;
	}
	
	#gHeader .spHeader.fix .contact {
		position: fixed;
		top: 0;
	}
	
	#gHeader .spHeader .contact li {
		float: left;
		width: 100%;
	}
	
	#gHeader .spHeader .contact li img {
		width: 100%;
	}
	
	#gHeader .sliderBox .foo {
		padding: 53px 0 75px;
	}
	
	#gHeader .sliderBox .bg01 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	
	#gHeader .sliderBox .bg02 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	
	#gHeader .spHeader .logo {
		position: absolute;
		left: 50%;
		top: 31%;
		margin: 0 0 0 -75px; 
	}
	
	.menuOverlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		/*background-color: #4E4136;*/
	}
	
	#gHeader .spHeader .dropDown {
		display: none;
		position: absolute;
		left: 0;
		top: 51px;
		width: 100%;
		z-index: 502;
		background-color: #4E4136;
	}
	
	#gHeader .spHeader .dropDown .hLink02 {
		position: relative;
		z-index: 10;
		margin-bottom: 5px;
	}
	
	#gHeader .spHeader .dropDown .hLink02 li {
		font-size: 18px;
	}
	
	#gHeader .spHeader .dropDown .hLink02 li a {
		padding: 5px 25px;
		display: block;
		position: relative;
		border-bottom: 1px solid #665546;
	}
	
	#gHeader .spHeader .dropDown .hLink02 li a:before {
		width: 32px;  
		height: 16px;
		background: url(../../img/common/sp_icon01.png) no-repeat left top;
		background-size: 32px 16px;
		position: absolute;  
		top: 35%;  
		right: 25px;  
	  
		content: ""; 
	}
	
	#gHeader .spHeader .dropDown .contact02 {
		position: relative;
		margin: 0 23px;
	}
	
	#gHeader .spHeader .dropDown .contact02 li {
		padding-top: 10px;
	}
	


	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding-bottom: 0;
		width: auto;
	}
	
	#gFooter .fBox {
		padding: 25px 0 12px;
		background: #15120F url(../../img/common/sp_footer_bg.jpg) repeat-x left top;
		background-size: 320px auto;
	}
	
	#gFooter .fBox .fInner {
		width: auto;
	}
	
	#gFooter .fBox .fNavi,
	#gFooter .fLogo {
		display: none;
	}
	
	#gFooter .copyright {
		float: none;
		width: auto;
		font-size: 9px;
		text-align: center;
	}

}