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

body{
	line-height: 1.0;
	min-width: 980px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
	position: relative;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	}
.mac body{
	font-family: "Times New Roman", Times, 'ヒラギノ明朝 Pro W3', HiraMinProN-W3, serif,'ＭＳ Ｐ明朝', 細明朝体;
	}
img{
	vertical-align: bottom;
	}
a{
	outline: none;
	}

/******************************************************************************
header
******************************************************************************/
#header{
	z-index: 1;
	width: 100%;
	position: fixed;
	top: -60px;
	left: 0;
	transition:top 0.3s ease-in-out;
	-moz-transition:top 0.3s ease-in-out;
	-webkit-transition:top 0.3s ease-in-out;
	-o-transition:top 0.3s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-bottom: solid 1px #eee;
	}
#header ul{
	width: 100%;
	min-width: 980px;
	background: #fff;
	text-align: center;
	line-height: 1.1;
	}
#header ul li{
	display: inline-block;
	}
#header ul li a{
	display: block;
	padding: 10px 18px;
	font-size: 1.3em;
	text-decoration: none;
	border-left: solid 1px #eee;
	}
#header ul li.last a{
	border-right: solid 1px #eee;	
	}
#header ul li a:hover{
	color: #fff;
	background: #563ab9;
	}

/******************************************************************************
nav
******************************************************************************/
#nav{
	list-style: none;
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 2;
	}
#nav li{
	margin: 0 0 5px 0;	
	}

/******************************************************************************
contents
******************************************************************************/
#contents{
	z-index: 0;
}
/*h-fit*/
#contents .h-fit{
	position: relative;
	display: table;
	width: 100%;
}
/*cover*/
#contents .cover{
	display: table-cell;
	vertical-align: middle;
}
/*story*/
.story{
	min-width: 980px;
	width: 980px;
	color: #fff;
	margin: 0 auto;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
.story a:hover img{
	opacity: 0.5;
}
a.link{
	margin: 0 auto;
	color: #fff;
	display: inline-block;
	border: solid 1px #fff;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 1.4em;
	line-height: 1.2;
	text-align: center;
}
a.link:hover{
	color: #333;
	background: #fff;
}
/*------------------------------*/
/*block01*/
/*------------------------------*/
#block01{
	background: url(../img/report/bg.png) fixed #ec6e37;
}
#block01.h-fit,
#block01 .cover{
	display: block;
}
#block01 .story{
	width: 100%;
}
#block01 .ttl{
	z-index: 2;
	position: fixed;
	bottom: 200px;
	left: 50%;
	margin-left: -30px;
}
#block01 .ttl h1{
	text-align: center;
	font-size: 5em;
	font-family: Oswald;
	color: #ec6e37;
	margin-bottom:20px;
}
/*scroller*/
#scroller{
	z-index: 1;
	text-align: left;
	width: 100%;
	margin-bottom: 50px;
	letter-spacing: -.40em;
}
#scroller .item{
	width: 410px;
	display: inline-block;
	letter-spacing: normal;
	font-size: 0;
}
#scroller .item img{
	width: 100%;
	vertical-align: bottom;
}
/*------------------------------*/
/*block-intro*/
/*------------------------------*/
#block-intro{
	width: 100%;
	background: url(../img/report/bg.png) fixed #ec6e37;
}
#block-intro .cover{
	padding: 30px 0 150px;
}
#block-intro .story{
	text-align: center;
	color: #333;
	width: 100%;
}
#block-intro .story h2{
}
#block-intro .story h2 img{
	height: 450px;
}
/*lead*/
#block-intro .story .lead p{
	font-size: 1.6em;
	line-height: 2.0;
	margin-bottom: 0;
	color: #fff;
}
/*item*/
#block-intro .story .item{
	padding: 30px 0;
}
/*------------------------------*/
/*block02*/
/*------------------------------*/
#block02,
#block03,
#block04,
#block05,
#block06,
#block07,
#block08,
#block09{
	padding: 50px 0;
	background: url(../img/report/bg.png) fixed #ec6e37;
}
/*awardist*/
.awardist{
	display: table;
}
.awardist .image{
	width: 400px;
	display: table-cell;
}
.awardist .image img{
	width: 100%;
	height: auto;
}
.awardist .txt{
	height: 100%;
	width: 540px;
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
}
.awardist h3{
	margin-bottom: 30px;
	text-align: center;
}
.awardist h4{
	text-align: center;
	font-family: Oswald;
	font-size: 4em;
	font-weight: normal;
	margin-bottom: 30px;
}
.awardist p.msg{
	text-align: justify;
	font-size:3em;
	padding: 0 15px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.awardist p.msg strong{
	padding-left: 50px;
	background: url(../img/report/ic_left.png) no-repeat left top;
	}
.awardist p.msg span{
	padding-right: 50px;
	background: url(../img/report/ic_right.png) no-repeat right top;
	}
.awardist p.bt{
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	}
.sec_off {
	opacity: 0;
	transition: 1s;
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}
.sec_on {
	opacity: 100;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
/*------------------------------*/
/*map*/
/*------------------------------*/
#map .story{
	position: relative;
	z-index: 1;
	background-color: rgba(0,0,0,0.8);
}
#map .box-cont{
	display: table-cell;
	vertical-align: middle;
}
#map .box-cont .inner{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
#map .box-cont .inner h2{
	font-size: 4em;
	font-family: Oswald;
	padding-top: 50px;
	margin-bottom: 30px;
}
#map .box-cont .inner p{
	margin-bottom: 15px;
}
#map .box-cont .inner p.txt{
	font-size: 1.4em;
	line-height: 2;
}
#map .box-cont .inner p.txt a{
	color: #fff;
}
#map .box-cont .inner p.image{
	margin: 0 auto 20px;
}
#map .box-cont .inner p.image img{
	width: 80%;
}
#block-map{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bt-show{
	position: absolute;
	bottom: 50px;
	left: 48%;
	z-index:1;
}
.bt-show.link{
	color: #333;
	border: solid 1px #333;
}
.bt-show.link:hover{
	color: #fff;
	background: #333;
}
.fukidashi{
	line-height: 1.5;
	padding: 10px 0;
}
.fukidashi a:hover img{
	opacity: 0.7;
}
/*------------------------------*/
/*block-credit*/
/*------------------------------*/
#block-credit .cover{
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Oswald;
	background-color: rgba(0,0,0,0.5);
}
#block-credit h2{
	font-size: 4em;
	font-family: Oswald;
	margin-bottom: 30px;
	}
#block-credit ul{
	padding-bottom: 15px;
	}
#block-credit ul li{
	display: inline;
	}
#block-credit ul.rank01,
#block-credit ul.rank02,
#block-credit ul.rank03{
	margin-bottom: 15px;
	}
#block-credit ul.rank01 li{
	font-size: 2.2em;
	}
#block-credit ul.rank02 li{
	font-size: 2.0em;
	}
#block-credit ul.rank03 li{
	font-size: 1.6em;
	}
#block-credit p{
	font-size: 1.6em;
	line-height: 2.0;
	margin-bottom: 15px;
	}
#block-credit p strong{
	font-size: 1.4em;
	font-weight: normal;
	}
/*------------------------------*/
/*supersized*/
/*------------------------------*/
#supersized{
}


/******************************************************************************
footer
******************************************************************************/
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	color: #333;
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 20px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#footer ul{
	width: 100%;
	margin-bottom: 10px;
	}
#footer ul li{
	display: inline;
	}
#footer ul li a{
	color: #333;
	}
#footer ul li a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}
#footer address{
	}
/* ------------------------------ */
/* #totop */
/* ------------------------------ */
#totop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	}
/******************************************************************************
bt-social
******************************************************************************/
ul.bt-social{
	z-index: 3;
	position: fixed;
	bottom: 20px;
	left: 20px;
	overflow: hidden;
	}
ul.bt-social li{
	float: left;
	}
.twitter-share-button{
	width: 70px!important;
	}
	