a {outline:none;}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height:100%;
  top: 0px;
  left: 0px;
  background: #f8e000;
  z-index: 6;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 47%;
  width: 250px;
  height: 250px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 7;
}



html{
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  min-width: 640px;
  overflow-y:scroll;
}



body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 640px;
  min-height:1215px;
  margin: 0;
  padding: 0;
  z-index: 2;
  overflow: hidden;
  background-image: url(img/back_s.png) ;
  background-color:#000;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size:  100%;
  background-size:  100%;
    
}

.box{  border: 0px solid #aaa;
    width: 640px;
    height: 1215px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
      
}

/*表示物の位置制御*/

#s_logo{
   position:absolute;
        width:0%;
        height:0%;
        left: 80px;
        top:80px;
        margin-left: -60px;
        margin-top: -65px; 
        z-index: 4;
}

#main{
   position:absolute;
        width:0%;
        height:0%;
        left: -103px;
        top:50px;
        margin-left: 0px;
        margin-bottom: 0px;  
}

#r18 {
        position:absolute;
        width:0%;
        height:0%;
        left:-45px;
        top: 1025px;
        margin-left: -60px;
        margin-top: -80px;
        z-index: 3;
}


#copyright {
        position:absolute;
        width:0%;
        height:0%;
        left:130px;
        top: 990px;
        margin-left: -60px;
        margin-top: -80px;
        z-index: 3;
}

.footer{  border: 0px solid #aaa;
  position: relative;
  box-sizing: border-box;
  top:1050px;
  height: 163px;
  border-radius: 15px;
  background-color:rgba(0,0,0,0.5);
  z-index: 3;
}

#footer_bnr1{ 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
}

#bnr4{ 
  display: block;
  font-size: 3px;
  width: 260px;
  margin-right: 50px;
    z-index: 3;
}

#bnr1{ 
 box-sizing: border-box;
 padding-top: 4px;
 text-align: center; 
    z-index: 3;
}

#footer_bnr2{ 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
}

#bnr3{ 
  display: block;
  font-size: 3px;
  width: 260px;
  margin-right: 50px;
  z-index: 3;
}


#bnr5{ 
 box-sizing: border-box;
 padding-top: 4px;
 text-align: center; 
 z-index: 3;
}

#footer_bnr3{ 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
}

#bnr2{ 
  display: block;
  font-size: 3px;
  width: 260px;
  margin-right: 50px;
    z-index: 3;
}

#bnr6{ 
 box-sizing: border-box;
 padding-top: 4px;
 text-align: center; 
    z-index: 3;
}

#navback{ 
position:absolute;
        width:0%;
        height:0%;
        left: 135px;
        top: 780px;
        margin-left: -135px;
        margin-top: -85px;
    z-index: 3;
}
#nav{ 
position:absolute;
        width:0%;
        height:0%;
        left: 70px;
        top: 795px;
        margin-left: -60px;
        margin-top: -80px;
    z-index: 5;
}

#nav01{ 
position:absolute;
        width:0%;
        height:0%;
        left: 0px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
     
    
}

#nav02{ 
position:absolute;
        width:0%;
        height:0%;
        left: 213px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
     
    
}

#nav03{ 
position:absolute;
        width:0%;
        height:0%;
        left: 425px;
        top: 0px;
        margin-left: 0px;
        margin-top: 0px;
     
    
}

#nav05{ 
position:absolute;
        width:0%;
        height:0%;
        left: 213px;
        top: 90px;
        margin-left: 0px;
        margin-top: 0px;
     
    
}


#twitter{
   position:absolute;
        width:0%;
        height:0%;
        left: 265px;
        top:1075px;
        margin-left: -60px;
        margin-top: -65px; 
    transform: scale(1.5);
  -webkit-transform: scale(1.5);
    z-index: 4;
}

#sns{
   position:absolute;
        width:0%;
        height:0%;
        left: 385px;
        top:1075px;
        margin-left: -60px;
        margin-top: -65px; 
     transform: scale(1.5);
  -webkit-transform: scale(1.5);
    z-index: 4;
}




/*ここまで位置制御*/
