@charset "utf-8";

/* clearfix */
.clearFix {
	zoom:1;
}

.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

/* image replacement */
.hideText {
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	white-space: nowrap;
}

/* base */
body {
	min-width: 100%;
	min-height: 100%;
	font-size: 0;
	line-height: 0;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}

ol, ul, li {
	list-style-type: none;
}

a, img {
	display: block;
	width: 100%;
	height: auto;
}

/* layout */
#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #000;
	background: #030000;
}

#naviBtn {
	position: absolute;
	z-index: 99;
	width: 23.5%;
	height: auto;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.naviClose {
	display: none;
}

.naviOpen {
	display: block;
}

#gNavi {
	position: absolute;
	z-index: 98;
	width: 100%;
	height: auto;
	background: rgba(14, 5, 7, 0.9);
}

	#gNavi ul {
		width: 100%;
		height: auto;
		padding: 16.5% 0 14%;
	}

		#gNavi li {
			width: 93%;
			height: auto;
			margin: 0 auto;
			border-bottom: 1px solid #aaa;
		}

		#gNavi li:first-child {
			border-top: 1px solid #aaa;
		}

		#gNavi .trailerOff {
			opacity: .3;
		}

#toTop {
	width: 34.5%;
	height: auto;
	margin: 9.5% 0 0 59.5%;
}

#footer {
	width: 100%;
	height: auto;
	margin-top: 4.5%;
}

/* 第二階層 */
#second #wrapper {
	background: #030000 url(../../common/images/bg01.jpg) no-repeat center top;
	-webkit-background-size: contain;
	background-size: contain;
}

#second #header {
	position: relative;
	z-index: 2;
	padding-top: 26%;
}

	#second #headerTitle01 {
		position: absolute;
		z-index: 97;
		width: 41.5%;
		height: auto;
	}

	#second #headerTitle02 {
		position: absolute;
		z-index: 96;
		width: 58%;
		height: auto;
	}

	#second #headerTitle03 {
		position: absolute;
		z-index: 95;
		width: 67%;
		height: auto;
	}

/* Q&A開閉パネル */
.panel > div {
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-top: 6.5%;
	background: #3a0202;
	cursor: pointer;
}

.panel > div:first-child {
	margin-top: 0;
}

.panel .tit {
	overflow: hidden;
}

.panel .panelOpen .tit {
	background: url(../../common/images/panel02.png) 97.5% 50% no-repeat, url(../../common/images/panel03.jpg) repeat;
	background-size: 7.5%, 200%;
}

.panel .panelClose .tit {
	background: url(../../common/images/panel01.png) 97.5% 50% no-repeat, url(../../common/images/panel03.jpg) repeat;
	background-size: 7.5%, 200%;
}

.panel .question {
	display: inline;
	width: 88.8%;
	height: auto;
}

.panel .answer {
	padding: 3.5% 4%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.panel .panelOpen .answer {
	display: block;
}

.panel .panelClose .answer {
	display: none;
}
