
  body{
    background: #f3f3f3;
  }
  
  #bg{
    position: fixed;
    top:0;bottom: 0;left:0;right:0;
    margin: auto;
    width:100%;height:100%;
    
    -webkit-transition:0.25s;
       -moz-transition:0.25s;
         -o-transition:0.25s;
        -ms-transition:0.25s;
            transition:0.25s;
  }
  
  #bg-inner{
    background:url(../img/bg.gif);
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  
  .A1{
    transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -webkit-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    width:100% !important;
    height:100% !important;
  }
  
  .A2{
    transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -webkit-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    width:800% !important;
    height:800% !important;
  }
  
  .A3{
    transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -webkit-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    -moz-transform: scale(1,1) rotate(0) translate3d(0, 0, 0);
    width:400% !important;
    height:400% !important;
  }
  
header{
  position: absolute;
  top:0;bottom: 0;left:0;right:0;
  margin:auto;
  background:url(../img/header-bg.png) no-repeat center center;
  background-size:contain;
  width: 900px;
  height: 580px;
  text-align: center;
  z-index: 9999;
}
header h1{
  display: inline-block;
  width:300px;
  padding:270px 0 0 0;
}
header h2{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin:50px 0 25px 0;
}
header p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: 1px;
  padding: 0 250px;
  margin: 0;
}
header strong{
  font-size:13px;
  font-weight: 700;
}
header .but{
  text-align: center;
  padding: 26px 0;
  color:#00a0e9;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
header .but a{
}

#sns{
  position: absolute;
  top:15px;
  right: 15px;
  z-index: 9999;
-moz-text-shadow:0 0 1px #000;
-webkit-text-shadow:0 0 1px #000;
text-shadow:0 0 1px #000;
}
#sns li{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  position: relative;

}
#sns li a{
    display: inline-block;
    width: 1.5em;
    -webkit-transition:0.25s;
       -moz-transition:0.25s;
         -o-transition:0.25s;
        -ms-transition:0.25s;
            transition:0.25s;
}
#sns li a:hover{
      transform:scale(1.2,1.25);
}
#sns li span{
  position: absolute;
  right: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  display: inline-block;
  width: 120px;
  text-align: right; 
  opacity: 0;
    -webkit-transition:0.25s;
       -moz-transition:0.25s;
         -o-transition:0.25s;
        -ms-transition:0.25s;
            transition:0.25s;
}
#sns li:hover span{
  opacity: 1;
}
#sns li span small{
  display: block;
  line-height: 1em;
  color: #ff0;
}