@charset "utf-8";
*{
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.path{
	stroke:#ffffff;
    fill:none;
    stroke-width:1;
	stroke-dasharray:200;
	stroke-dashoffset:200;
}
#svg_line{
	position:absolute;
	width:122.5px;
	height:120px;
	left:50%;
	top:50%;
	margin-left:-61px;
	margin-top:-60px;	
}
#number{
	position:absolute;
	left:-2px;
	top:0;
	width:100%;
	height:120px;
	line-height:130px;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	font-family: 'Francois One', sans-serif;
}
#logos{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.logo{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-636px;
	margin-top:-425px;
	opacity:0;
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

#star_svg{
    position: absolute;
	left: 317px;
	top: 46px;
	left: 344px;
    top: 10px;
    -webkit-transform: scale(15);
    transform: scale(15);
    z-index: 99;
}
h1{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	opacity:0;
}
.star_svg{
    fill:#000;
}
.first_fade{
	opacity:0;
}

/* ローダー設定 */
.square {
	position:absolute;
	top:330px;
	left:50%;
	height:46px;
	color: #d2dae6;
	z-index:905;
	padding:0px;
	margin-left: -115px;
	font-size:20px;
	text-align:center;
	width: 150px;
}
#busy1{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
}
#load-text {
	font-family: 'Roboto', sans-serif;
	position:absolute;
	top:330px;
	left:50%;
	width:100px;
	z-index:905;
	padding:0px;
	color:#d2dae6;
	margin-left:10px;
	text-align:center;
	font-size:20px;
}
body > .square {height: auto;}


#fade {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}

#fade2 {
	background: #000; margin: 0px; padding: 0px; width: 100%; height: 100%; position: fixed; top:0; z-index: 901; min-height: 100%;
}


body > #fade {height: auto;}



/* リンク設定 */

a:link {color: #8b826a; text-decoration: underline;}

a:active {color: #8b826a; text-decoration: underline;}

a:visited {color: #8b826a; text-decoration: underline;}

a:hover {color: #8b826a; text-decoration: underline;}



/*-----------------------
footer
------------------------*/

#footer{
	clear: both;
	position: absolute;
	width: 100%;
	height: 25px;	
	min-width: 1000px;
	bottom: 10px;

}


/* コピーライト */

.credits{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15px;
	color:#b1b1b1;
	letter-spacing:0.1em;

}

.credits a{
	color:#b1b1b1;
	text-decoration: none;
	font-size:9px;

}

.credits a:hover{
	color:#ffffff;
	font-size:9px;
	text-decoration: none;
}

.credits p{
	color:#b1b1b1;
	text-align:center;
	margin-bottom:15px;
	height:9px;
	letter-spacing:0;
	font-size:9px;

}

.credits #links{
	position:absolute;
	right: 19px;
	height:9px;
	font-size:9px;
}

span{
	margin:0 7px;	
	
}

/*-----------------------------
クレジット
------------------------------*/

#credit_tab{
	position:absolute;
	width:100%;
	bottom:-190px;
	height:170px;
	text-align:center;
	background:#FFFFFF;
	padding-top:20px;
}
#credit_tab a:hover{
	color:bf1313;
}
#credit_close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#credit_open{
	text-decoration: none;
	cursor:pointer;
}



/*-------------------------
シェア周り
--------------------------*/
#sns_btns{
	width: 343px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 10px;
	bottom: 20px;
	z-index:1;
}
.share{
	position: absolute;
	left: -257px;
	width: 343px !important;
	height: 20px;
}

#sns_btns li{
	list-style:none;
	float:left;
	margin:0px;
}
#sns_btns li+li{
	margin-left:10px;
}
#s_tw{
	width:100px;
	overflow:hidden;
}
#s_fb{
	width:110px;
	overflow:hidden;
}
#gplus{
	width:70px;
	overflow:hidden;
}
#s_btn_op{
	position:absolute;
	right:0px;
	cursor:pointer;
}
#s_btn_cl{
	position:absolute;
	right:0px;
	display:none;
	cursor:pointer;

}

#jl{
	position:absolute;
	left:30px;
	top: 0;
}
#dc{
	position:absolute;
	right:30px;
	top: 0;
}
#tw{
	position:absolute;
	right:80px;
	top: 0;
}
#dc{
    position: absolute;
    right: 15px;
    top: 5px;
}
#tw{
    position: absolute;
    right: 58px;
    top: 6px;
}
#tw img{
	width: 35px;
	height: auto;
}
#dc img{
    width: 32px;
    height: auto;
}



#navigation{
	position:absolute;
	width:100%;
	height:64px;
	background:rgba(0,0,0,0.3);
	left:0;
	top:0;
	text-align:center;
	z-index:1;
}
#navigation ul{
	display:table;
	margin: 0 auto;
}
#navigation li{
	display:table-cell;
	position:relative;
	list-style:none;
	cursor:pointer;
/*
	padding:0 10px;
*/
	padding:0 9px;
}

