@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*noise*/
#noise {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}
#noise {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/*-----------------------------------------
** loading
-----------------------------------------*/
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	/*display: none;*/
}
.loadingWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/*-----------------------------------------
** #wrap, section
-----------------------------------------*/
#top #wrap {
	min-width: 1280px;
	width : 100%;
	min-height: 700px;
	height : 100%;
	overflow: hidden;
	position: relative;
}
#top #wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#wrap img.__img {
	width: 100%;
	height: auto;
}

section {
	/*height: 100vh;*/
	position: relative;
	height : 100%;
}
/*section div img {
max-width: 100%;
height: auto;
}*/

/*--------------------------------------
**
** scale
**
--------------------------------------*/
.__scale-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}
.__scale-wrap .__scale-l {
	background: url(../img/scale-l.svg) left center no-repeat;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	left: 20px;
	width: 50px;
	height: 100%;
}
.__scale-wrap .__scale-r {
	background: url(../img/scale-r.svg) right center no-repeat;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	right: 20px;
	width: 50px;
	height: 100%;
}
.__scale-wrap .__scale-l img,
.__scale-wrap .__scale-r img {
	width: 50px;
	height: auto;
}

/*--------------------------------------
**
** nav
**
--------------------------------------*/
.__nav-group {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}
nav {
	position: relative;
}
nav ul {
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'gzl-humanbold';
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
nav ul li {
	width: 100px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	background: url(../img/bg-nav-g.png) 0 0 no-repeat;
	margin-left: 2px;
	margin-right: 2px;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(255,255,255,1.0);
}
nav ul li.__act {
	background: url(../img/bg-nav-g-act.png) 0 0 no-repeat;
}
nav ul li span,
nav ul li a {
	display: block;
	text-decoration: none;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(255,255,255,1.0);
}

/*--------------------------------------
**
** SNS - twitter,
**
--------------------------------------*/
.__tw {
	width: 51px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.__tw img {
	max-width: 100%;
}
.__tw a {
	display: block;
}

/*--------------------------------------
**
** Official Report
**
--------------------------------------*/
.__repo {
	position: absolute;
	bottom: 10px;
	right: 80px;
	width: 116px;
	height: 45px;
	font-family: 'gzl-humanbold';
	font-size: 13px;
	line-height: 1;
	text-align: center;
	background: url(../img/bg-repo-g.png) left 0 no-repeat;
	margin-left: 2px;
	margin-right: 2px;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(255,255,255,1.0);
}
.__repo.__act {
	background: url(../img/bg-repo-g-act.png) left 0 no-repeat;
	width: 116px;
	height: 50px;
	position: absolute;
	bottom: 10;
	right: 80px;
}
.__repo a {
	display: block;
	text-decoration: none;
	/*color: rgba(3,44,74,1.0);*/
	color: rgba(255,255,255,1.0);
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.__repo span,
.__repo a span {
	margin-top: 0.7em;
	position: relative;
	display: block;
}


.__repo-g {
	width: 92px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	right: 75px;
}
.__repo-g img {
	max-width: 100%;
}
.__repo-g a {
	display: block;
}

/*--------------------------------------
**
** footer
**
--------------------------------------*/
footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 9px;
	color: rgba(0,0,0,1.0);
	font-weight: 500;
}
footer.__2nd {
	background: rgba(255,255,255,0.7);
}
footer img {
	vertical-align: middle;
}
.l-footer__policy {
	margin-bottom: 10px;
}
.l-footer__policy--link {
	color: #fff;
	text-decoration: none;
}
.l-footer__policy--link:hover {
	text-decoration: underline;
}