@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
}
html,body{
	background:#000;
	width:100%;
	height:100%;
}
#container{
	position:relative;
	width:100%;
	min-width:1000px;
	overflow:hidden;
}
#fade{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	z-index:999;
}
#header{
	position:fixed;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:50px;
	min-width:1000px;
	background:#E94F1A;
}
#header ul{
	position:absolute;
	right:20px;
	top:0;
	clear:both;
}

#header ul li{
	float:left;
	list-style:none;
	opacity:1;
}
#header ul li:hover{
	opacity:0.9;
}

#footer{
	position:relative;
	width:100%;
	min-width:1000px;
	height:50px;
	background:#E94F1A;
}
#foot_left{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
	height:24px;
}
#address img{
	display:block;
}

#hash{
    position: absolute;
    left: 50%;
    margin-left: -88px;
    top: 785px;
}

#wrapper{
	position:relative;
	width:100%;
	min-width:1000px;
	overflow:hidden;
	height:910px;
	background:url(../img/bg.jpg) #000 no-repeat center 50px;
}
h1{
	position: absolute;
    left: 50%;
    top: 556px;
    width: 702px;
    margin-left: -330px;
}
#official_yt{
	position:absolute;
	right:24px;
	top:20px;
}
#official_fb{
	position:absolute;
	right:44px;
	top:60px;
}
#official_tw{
	position:absolute;
	right:24px;
	top:100px;
}
#official_in{
	position:absolute;
	right:44px;
	top:140px;
}

.sns_ef_r{
	position:absolute;
	left:19px;
	top:0;
	width:19px;
	height:0;
	overflow:hidden;
}
.sns_ef_r img{
	position:absolute;
	left:-19px;
	top:0;
}
.sns_ef_l{
	position:absolute;
	left:0;
	top:0;
	width:19px;
	height:44px;
	overflow:hidden;
}
.sns_ef_l .sns_l{
	position:absolute;
	left:0;
	top:44px;
	width:19px;
	height:44px;
	overflow:hidden;
}
.sns_ef_l .sns_l img{
	position:absolute;
	left:0;
	top:-44px;
}
.sns_base{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}

.sns_hit{
	position:absolute;
	left:0;
	top:0;
	width:38px;
	height:44px;
	cursor:pointer;
}
#caution1{
	position:absolute;
	left:21px;
	top:0;
	width:162px;
	height:10px;
}
#caution1 img{
	display:block;
}
#caution2{
	position:absolute;
	left:197px;
	top:0;
	width:162px;
	height:10px;
}
#caution2 img{
	display:block;
}

#address{
	position:absolute;
	left:20px;
	top:15px;
}
.share2{
	position:absolute;
	right:-30px;
	top:50%;
	margin-top:-10px;
}




#open{
	position:absolute;
	left:50%;
	top:735px;
	margin-left:-32px;
}

#copy{
	position:absolute;
	left:50%;
	top:285px;
	margin-left:-17px;
}
#name1{
    position: absolute;
    left: 50%;
    top: 360px;
    margin-left: -349px;
}
#name2{
    position: absolute;
    left: 50%;
    top: 182px;
    margin-left: -154px;
}
#name3{
    position: absolute;
    left: 50%;
    top: 350px;
    margin-left: 45px;
}
#name4{
    position: absolute;
    left: 50%;
    top: 443px;
    margin-left: 279px;
}


#navigation{
	position:absolute;
	left:22px;
	top:0;
}
#navigation li{
	list-style:none;
	float:left;
	margin:0;
}
/*----------------
ABOUT
------------------*/
#about{
	position:relative;
	width:100%;
	min-width:1150px;
	overflow:hidden;
	background:#FFF;
	overflow:hidden;
}
#about_container{
	position:relative;
	width:100%;
	min-width:1150px;
	overflow:hidden;
}
#ts_effect{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.ef_w{
	position:absolute;
	height:100%;
	background:#FFF;
}
.ef_w:nth-child(1){
	position:absolute;
	left:0;
	width:80%;
}
.ef_w:nth-child(2){
	position:absolute;
	left:80%;
	width:30%;
}
.ef_w:nth-child(3){
	position:absolute;
	left:130%;
	width:20%;
}
.ef_w:nth-child(4){
	position:absolute;
	left:160%;
	width:5%;
}
.ef_w:nth-child(5){
	position:absolute;
	left:180%;
	width:10%;
}
.ef_w:nth-child(6){
	position:absolute;
	left:195%;
	width:15%;
}

.ef_w:nth-child(1){
	position:absolute;
	left:0;
	width:20%;
}
.ef_w:nth-child(2){
	position:absolute;
	left:20%;
	width:15%;
}
.ef_w:nth-child(3){
	position:absolute;
	left:35%;
	width:10%;
}
.ef_w:nth-child(4){
	position:absolute;
	left:60%;
	width:15%;
}
.ef_w:nth-child(5){
	position:absolute;
	left:80%;
	width:5%;
}
.ef_w:nth-child(6){
	position:absolute;
	left:90%;
	width:10%;
}





#band{
	position:fixed;
	left:0;
	top:50px;
	z-index:1;
}

.about_main{
	position:relative;
	width:920px;
	margin:100px auto 0 auto;
	padding-bottom:120px;
	display:none;
}
.about_main:nth-child(2){
	display:block;
}
.about_inner{
	position:relative;
	margin-left:60px;
	opacity:0;
	-webkit-transform:translate3d(5%,0,0);
	transform:translate3d(5%,0,0);
}
#about_copy{
	margin-top:40px;
}
#about_img{
	margin-top:30px;
}
.intro_head{
	margin-top:35px;
}
.intro_text{
	margin-top:10px;
}
.h3_head{
	margin-top:85px;	
}
.story_text{
	margin-top:45px;
}
#story{
	position:relative;
	width:920px;
}
.story_img1{
	position:absolute;
	right:0;
	top:0;
}
.story_img2{
	position:absolute;
	right:0;
	top:150px;
}
.cast_wrap{
	position:relative;
	margin-top:50px;	
}
.cast_text{
	position:absolute;
	left:433px;
	top:64px;	
}
.cast_img{
	margin-top:20px;
}

.staff_wrap{
	position:relative;
	margin-top:50px;	
}
.staffwrap{
	position:relative;
	margin-top:50px;	
}
.staff_text{
	position:absolute;
	left:315px;
	top:64px;	
}
.staff_img{
	margin-top:20px;
}

.about_foot{
	height:50px !important;
}
.about_foot{
	position:fixed !important;
	left:0!important;
	bottom:0!important;
}

.about_foot #foot_left{
    width: 460px !important;
    left: 50% !important;
    margin-left: -230px !important;
}


#scaution1{
	position:absolute;
	left:81px;
	top:0;
	width:167px;
	height:10px;
	overflow:hidden;
    padding-right: 0px;
    border-right: solid 1px #FFF;
}
#scaution1 img{
	display:block;
	margin-left:-10px;
}
#scaution2{
	position:absolute;
	left:262px;
	top:0;
	width:162px;
	height:10px;
	overflow:hidden;
}
#scaution2 img{
	display:block;
	margin-left:-10px;
}


#mt{
	position:absolute;
	left:50%;
	top:830px;
	margin-left: -185px;
}


#ma{
	position:absolute;
	left:50%;
	top:830px;
	margin-left: 5px;
}
#music_head{
	position:relative;
}
#music_link{
	position:absolute;
	left:0;
	bottom:0;
	opacity:1;
}
#music_link:hover{
	opacity:0.8;
}
#misic_list{
	margin-top:50px;	
}
.review_page{
	background:url(../img/review/review_bg.jpg) no-repeat 120px bottom #FFF !important;
}
.review_inner{
	margin-bottom:400px !important;	
}

#review_bg{
	position:absolute;
	left:0;
	bottom:0;
}