@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
}

.section_text{
	position:fixed;
}

html,body {
	width:100%;
	height:100%;
	min-height:820px;
	min-width: 1200px;
	font: 30px sans-serif;
	background:#000;
	position:relative
}

#container {
	width: 100%;
	height: 100%;
	position: fixed;
}
#contants{
	position:relative;
	width:100%;
	min-width: 1200px;
	overflow:hidden;
}

#sns{
	position:absolute;
    left: 15px;
    top: 15px;
}
#sns li{
	float:left;
	list-style:none;
	margin:0;
	cursor:pointer;
	width:36px !important;
}
#sns_t{
	width:45px;
	cursor:pointer;
}
#sns_set{
	height:0;
	overflow:hidden;
}



#fade {
	background: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	z-index: 901;
	min-height: 100%;
}
#nowloading{
	position:absolute;
	width:280px;
	height:1px;
	top:50%;
	left:50%;
	margin-left:-140px;
}
#loading_bar{
	position:absolute;
	top:39px;
	left:50%;
	height:1px;
	width:100%;
	z-index:999;
}
#loading_img{
	width:83px;
	height:39px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:50%;
	margin-top: -39px;
	z-index:999;	
}
.loadingb{
	position:absolute;
	left:0;
	top:0;
	width:83px;
	height:39px;
	margin-top:39px;
	overflow:hidden;
}
.loadingb img{
	position:absolute;
	left:0;
	top:-27px;
	top:0;
}
.loadtext{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: 7px;
    z-index: 999;
	opacity:0;
}
/*-----------------------
SNS
------------------------*/
#official_sns{
	position:fixed;
	right:0;
	top:20px;
	z-index:10;
}
#tw{
	position:absolute;
	top:0;
	right:140px;
}
#fb{
	position:absolute;
	top:0;
	right:100px;
}
#yt{
	position:absolute;
	top:0;
	right:60px;
}
#in{
	position:absolute;
	top:0;
	right:20px;
}


#official_sns a{
	display:block;
	width:34px;
	height:34px;
}
/*-----------------------
footer
------------------------*/
#footer{
	position:relative;
	width: 100%;
	min-width:1000px;
	height: 60px;
	background:url(../img/copyright.gif) no-repeat center center #000;
	z-index:1;
}

#footer_wrap{
	padding-top:40px;	
}
#copyright{
	/*
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-180px;

    position: relative;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    margin-top: 10px;
	*/
	font-size:12px;
	color:#FFF;
	width:100%;
	text-align:center;
	margin-top:16px;
	width:295px;
	margin:0 auto;
    margin-top: 10px;
}

/* コピーライト */
.credits{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	color:#fff;
	letter-spacing:0.1em;
}
.credits a{
	color:#fff;
	text-decoration: none;
}

.credits a:hover{
	color:#bf1313;
	text-decoration: none;
}

.credits p{
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.credits #links{
	position:absolute;
	bottom:10px;
	right:10px;
}
/*-----------------------------
クレジット
------------------------------*/
#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{
    position: absolute;
    right: 10px;
    top: 10px;
}
#s_line img{
    height: 21px;
    margin-top: 0;
    margin-left: 0px;
}
/*
#sns_btns {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -110px;
}
*/
#sns_btns{
    position: absolute;
    left: 130px;
    top: 15px !important;
}
#sns_t {
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 35px;
}
#sns_set {
    position: absolute;
    left: 50px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    padding: 0 5px;
}
#sns_btns li{
	line-height:0;
	list-style:none;
	margin:10px 0;
}
#sns_btns li+li{
	margin-left:0;
}
#s_tw{
	width:80px;
	overflow:hidden;
}
#s_fb{
	width:80px;
	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;
}
 


#links{
    color: #FFF;
    position: absolute;
    right: 30px;
    font-size: 12px;
    height: 60px;
    top: 0px;
    background: transparent url("../img/wb.gif") no-repeat scroll 15px center;
    line-height: 60px;
	width:226px;
}

#links a{
	color:#FFF;
	margin:0 5px;
	text-decoration:none;
}
#links a:nth-child(1){
	margin-left:60px !important;	
}











/*-------------------
 navigation
--------------------*/
.contents_main{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:1000px;
}

.menu{
	position:fixed;
	left:20px;
	top:20px;
	cursor:pointer;
}

.blur_filter{
	position:fixed;
	width:100%;
	height:100%;
	min-height:820px;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	background-size:cover !important;
	left:0;
	top:0;
	display:none;
	opacity:0;
}
.effect_bg{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
/*	min-height:820px;*/
	background:url(../img/effect_bg.png) no-repeat center center;
	background-size:cover !important;
	display:none;
	opacity:0;
}
.ef{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
#close_btn{
	position:absolute;
	left:30px;
	top:30px;
	cursor:pointer;
}

#fade_navi{
    position: absolute;
    width: 960px;
	height:425px;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -212px;
}

#fade_navi{
	text-align:center;
}
.navi_m{
	width:100%;
	margin:10px auto 0 auto;
}
#navi_top{
	position:absolute;
	left:0;
	top:0;
}
#navi_bottom{
	position:absolute;
	left:0;
	top:270px;
}
.bnr1{
	position:absolute;
	left:0;
	bottom:0;
}
.bnr2{
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-155px;
}
.bnr3{
	position:absolute;
	right:0;
	bottom:0;
}
.n_effect1{
	position:absolute;
	left:366px;
	top:103px;
}
.n_effect2{
	position:absolute;
	left:575px;
	top:104px;
}
.n_effect3{
	position:absolute;
	left:359px;
	top:153px;
}
.n_effect4{
	position:absolute;
	left:580px;
	top:153px;
}

#navi_share{
	position:absolute;
	right:20px;
	top:0;
	clear:both;
}
#navi_share .rollover_bt_fade{
	float:left;
	margin:0 10px;
}



.pick{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-15px;
}

#main_navi{
	position:fixed;
	width:100%;
	min-width: 1200px;
	left:0;
	top:0;
}
#main_navi_in{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:80px;
	min-width: 1200px;
	background:url(../img/about/navigation/base.jpg) repeat-x left top;
	clear:both;
}
#main_navi_in .navi{
	float:left;
/*
	margin-left:10px;
*/	
	cursor:pointer;
}

