html, body { height: 100%; }
html {
  left: 0;
  top: 0;
  margin: 0px;
  padding: 0px;
}
body {
  height: 100%;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.7;
  background-color: #000000; 
  width: 100%;
  overflow: auto;
}
a {
  color: #2f2f2f;
  text-decoration: none;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
a:hover {
  text-decoration: none;
  color: #818181;
}
a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}

iframe {
  border: none;
  width: 100%;
}
/*img { max-width: 100%; }*/
*:focus {
  outline: none;
}

/*----------------------------------------- 2) Preloader --------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: -40px 0 0 -100px;
}

#status img {
  text-align: center;
  margin-top: -80px;
  max-width: 100%;
}

/*----------------------------------------- 3) Wall --------------------------------------------------*/


.kamon {
  width: 120px;
  height: 120px;
  position: absolute; top:50%; left:10%;
}

.story {
  width: 90%;
  position:relative; top:20px; left:50px;
}

.wall img{
  position:absolute; top:0px; left:0px;

}

.wall_top {
  position:absolute; top:0px; left:0px;
  z-index: 100;
}

.wall_swap {
  position:absolute; top:0px; left:0px;
  z-index: 50;
  visibility: hidden;
}

.wall_ig {
  position:absolute; top:0px; left:0px;
  z-index: 50;
  visibility: hidden;
}

.wall_ticket {
  position:absolute; top:0px; left:0px;
  z-index: 50;
  visibility: hidden;
}

.wall_base {
  position:absolute; top:0px; left:0px;
  z-index: 0;
}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}
