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

body{
	line-height: 1.0;
	background: #000;
	min-width: 980px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
	}
.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;
	position: relative;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	}
/*bt-contact*/
#contents #bt-contact{
	z-index: 2;
	position: fixed;
	bottom: 40px;
	right: 30px;
	}
/*h-fit*/
#contents .h-fit{
	position: relative;
	display: table;
	width: 100%;
}
/*cover*/
#contents .cover{
	display: table-cell;
	vertical-align: middle;
	background: url(../img/cover.png);
	}
/*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;
}
.ttl{
	text-align: center;
	margin-bottom: 40px;
}
.ttl h2{
	font-size: 6em;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 15px;
}
.ttl h3{
	text-align: center;
	font-size: 1.8em;
}
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.2em;
	line-height: 1.2;
	text-align: center;
}
a.link:hover{
	color: #333;
	background: #fff;
}
/*------------------------------*/
/*block01*/
/*------------------------------*/
#block01{
	width: 100%;
	background:url(../img/01/bg.jpg) center top no-repeat fixed;
	background-size: cover;
	}
#block01 h1{
	text-align: center;
	margin-bottom: 20px;
	}
#block01 .cover{
	background: none;
	}
/*------------------------------*/
/*block-intro*/
/*------------------------------*/
#block-intro{
	width: 100%;
	background: url(/fcroman/cmn/img/bg.png) no-repeat right top fixed #fff;
	}
#block-intro .cover{
	background: none;
	}
#block-intro .story{
	text-align: center;
	color: #333;
	width: 100%;
	}
#block-intro .story h2{
	margin-bottom: 30px;
	}
/*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: 40px 30px;
	background: url(../img/intro/bg.gif);
	margin-bottom: 30px;
	}
#block-intro .story h3{
	font-size: 2.0em;
	line-height: 1.5;
	margin-bottom: 15px;
	}
#block-intro .story h3 span{
	font-size: 1.8em;
	font-family: 'Oswald', sans-serif;
	padding: 0 5px;
	}
#block-intro .story ol li{
	display: inline;
	font-size: 1.5em;
	line-height: 1.7;
	font-style: italic;
	}
#block-intro .story ol li span{
	padding: 0 10px;
	}
#block-intro .story ol li a:hover{
	color: #fff;
	background: #563ab9;
	}
/*------------------------------*/
/*block02*/
/*------------------------------*/
#block02{
	background:url(../img/02/bg.jpg) center top no-repeat fixed;
	background-size: cover;
	background: #333;
}
#block02 .story{
	width: 100%;
}
#block02 ul{
	text-align: center;
	margin-bottom: 40px;
}
#block02 ul li{
	display: inline-block;
	margin: 0 30px;
	width: 20%;
}
#block02 ul li img{
	width: 100%;
	height: auto;
}
#block02 ul li img.image{
	width: 100%;
	height: auto;
}
.image {
	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);
}
/*------------------------------*/
/*block03*/
/*------------------------------*/
#block03{
	}
#block03.h-fit,
#block03 .cover{
	display: block;
	}
#block03 .story{
	width: 100%;
	height: 350px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	}
#block03 .ttl{
	margin-bottom: 0;
	}
/*scroller*/
#scroller{
	text-align: left;
	width: 100%;
	height: 290px;
	margin-bottom: 50px;
	}
#scroller .item{
	position: relative;
	width: 250px;
	height: 290px;
	display: inline-block;
	margin: 0 10px;
	}
#scroller .item p.report a{
	z-index: 100;
	position: absolute;
	top: 170px;
	right: 0;
	padding: 3px;
	background: url(/fcroman/cmn/img/bg_alpha.png);
	}
#scroller .item ul{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 70px;
	}
#scroller .item ul li{
	color: #ccc;
	font-size: 1.2em;
	line-height: 1.7;
	overflow: hidden;
	}
#scroller .item ul li.result{
	background: url(/fcroman/links/rival/img/txt_result.gif) no-repeat 15px center;
	padding-left: 55px;
	}
#scroller .item ul li.hp{
	background: url(/fcroman/links/rival/img/txt_hp.gif) no-repeat 15px center;
	padding-left: 35px;
	}
#scroller .item ul li a{
	color: #666;
	}
#scroller .item h2{
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	border-top: solid 1px #666;
	padding-top: 10px;
	margin-bottom: 10px;
	}
/*------------------------------*/
/*block04*/
/*------------------------------*/
#block04{
	background:url(../img/04/bg.jpg) center top no-repeat fixed;
	background-size: cover;
}
#block04 .cover{
	padding: 150px 0;
}
#block04 .story{
	width: 100%;
}
/*masonry*/
#masonry{
	margin: 0 auto 40px;
}
#masonry .item{
	position: relative;
	width: 298px;
	color: #fff;
	background: url(../img/cover.png);
	line-height: 1.5;
	display: table;
	margin: 1px;
}
#masonry .item.large{
	width: 598px;
}
#masonry .item.large a{
	background: url(../img/04/winner.png) no-repeat center center;
	background-size: 50%;
}
#masonry .item a{
	display: table-cell;
	height: 200px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 50px 0;
}
#masonry .item a:hover{
	background: #000;
	color: #666;
}
#masonry .item h4{
	text-align: center;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
}
#masonry .item h4 strong{
	font-size: 2.5em;
	display: block;
}
#masonry .item h5{
	text-align: center;
	font-size: 2em;
	font-family: 'Oswald', sans-serif;
}
#masonry .item h5 img{
	width: 200px;
	height: auto;
}
#masonry .item p.day{
	font-size: 1.2em;
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
	color: #999;
}
/*------------------------------*/
/*block05*/
/*------------------------------*/
#block-map{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#block05 .story{
	position: relative;
	z-index: 1;
	background-color: rgba(0,0,0,0.8);
	padding: 50px 0;
}
#block05 .box{
	margin: 0 40px 40px;
}
#block05 .box .lead{
	font-size: 1.6em;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}
.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;
}
/*------------------------------*/
/*block06*/
/*------------------------------*/
#block06 iframe{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#block06 .story{
	position: relative;
	z-index: 1;
	background-color: rgba(0,0,0,0.8);
	padding: 50px 0;
}
#block06 .box{
	margin: 0 40px 40px;
}
#block06 .box .lead{
	font-size: 1.6em;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}
.bt-show2{
	position: absolute;
	bottom: 50px;
	left: 48%;
	z-index:1;
}
.bt-show2.link{
	color: #333;
	border: solid 1px #333;
}
.bt-show2.link:hover{
	color: #fff;
	background: #333;
}
/*------------------------------*/
/*block-contact*/
/*------------------------------*/
#block-contact{
	background: #37bcff;
	padding: 100px 0 70px;
	}
#block-contact .inner{
	width: 960px;
	margin: 0 auto 30px;
	}
/*block-form*/
#block-form{
	float: left;
	width: 390px;
	border-top: solid 2px #000;
	padding-top: 20px;
	background: #fff;
	}
#block-form h2{
	font-size: 1.6em;
	margin: 0 20px 5px;
	}
#block-form p{
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 20px;
	padding-bottom: 10px;
	}
#block-form input.aform-text,
#block-form input.aform-email,
#block-form textarea.aform-textarea{
	padding: 3px;
	font-size: 1.2em;
	border: solid 1px #999;
	width: 340px!important;
	}
/*block-qa*/
#block-qa{
	float: right;
	width: 510px;
	border-top: solid 2px #000;
	padding-top: 20px;
	}
#block-qa h3{
	font-size: 1.6em;
	margin-bottom: 30px;
	}
#block-qa dl{
	}
#block-qa dl span{
	font-size: 1.5em;
	font-style: italic;
	padding-right: 8px;
	}
#block-qa dt{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	}
#block-qa dd{
	font-size: 1.4em;
	line-height: 1.5;
	background: url(/fcroman/cmn/img/dot.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
/*------------------------------*/
/*aform*/
/*------------------------------*/
#contents #aform-14{
font-size: 1.2em;
line-height: 1.5;
padding: 20px;
background: #f4f4f4;
}
#contents #aform-14 dl{
background: url(/fcroman/cmn/img/dot.gif) repeat-x left bottom #f4f4f4;
padding-bottom: 20px;
margin-bottom: 15px;
}
#contents #aform-14 dl dt{
font-weight: bold;
margin-bottom: 5px;
}
#contents #aform-14 dl dd{
}
#contents #aform-14 dl dd textarea{
width: 310px;
}
#contents #aform-14 .submit{
text-align: center;
}
.required{
color: #c00;
}
.aform-header,
.powerdby{
display: none;
}


/******************************************************************************
footer
******************************************************************************/
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	color: #ccc;
	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: #ccc;
	}
#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{
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
	}
ul.bt-social li{
	float: left;
	}
.twitter-share-button{
	width: 90px!important;
	}
	