@charset "UTF-8";
 
body{
  background-color: #ff6613;
}


#bg {
  background: url(img/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 4500px;
  width: 100%;
  z-index: 1;
}

#text1{
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}


#tegami{
  width: 1000px;
  height: 3300px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-image: url(img/tegami.png);
  background-repeat: no-repeat;
}

#s_1{
  width: 1000px;
  margin: 0  auto;
  padding-top: 180px;
  margin-bottom: 30px;
}

#s_2{
  width: 1000px;
  margin: 0  auto;
  margin-bottom: 30px;
}

#s_3{
  width: 1000px;
  margin: 0  auto;
  margin-bottom: 30px;
}

#map{
  width: 600px;
  margin: 0  auto;
}


#text3{
  position: fixed;
  opacity: 0;
  top: 10%;
  right: -50%;
  margin-top: -50px;
  margin-right: -400px;
  z-index: 4;
}

#kumo{
  position: fixed;
  opacity: 1;
  top: -500px;
  right: 30px;
  z-index: 3;
}


#g1{
  position: fixed;
  opacity: 0;
  top: 50%;
  right: 65%;
  margin-top: -50px;
  margin-left: -80px;
}

#k1{
  position: fixed;
  right: -2000px;
}

#m1{
  position: fixed;
  left: -2000px;
}

#text4{
  margin-top: 1000px;
    position: fixed;
    opacity: 0;
  top: 50%;
  left: 50%;
}

#text4 a:hover{
    animation: rumble 0.12s linear infinite;
}

#bg2{
  background: url(img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 2000px;
  width: 100%;
  z-index: 1;
  background-size: cover;
}
 
.shake{
  display: block;
}

#s_4{
 position: absolute;
  top: 4100px;
  left: 50%;
  margin-top: -360px;
  margin-left: -480px;
  width: 1000px;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  z-index: 3;
}

footer{
    width: 100%;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}  

footer p{
  width: 100%;
  margin: 0 auto;
  color: #FFF;
}


