#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#loading #load_hisamaru, #loading #load_rikyu {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 92px;
  z-index: 52;
}
#loading #load_hisamaru {
  right: 93px;
}
#loading #load_rikyu {
  left: 93px;
}
#loading #load_left, #loading #load_right {
  position: absolute;
  top: 0;
  background: #0e0e0e;
  z-index: 51;
}
#loading #load_left {
  left: 0;
}
#loading #load_right {
  right: 0;
}

#title {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -57px;
  width: 114px;
  height: 100%;
  background: #0e0e0e;
  z-index: 55;
}
#title .inner {
  position: absolute;
  top: 50%;
  margin-top: -244px;
  width: 100%;
  text-align: center;
}
#title .inner #shop_catch {
  display: none;
  margin-bottom: 31px;
}
#title .inner #maruhisa {
  display: none;
}

.entrance {
  overflow: hidden;
  position: absolute;
  top: 0;
}
.entrance a {
  display: block;
}
.entrance a h1 {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -265px;
  padding-bottom: 117px;
  width: 100%;
  text-align: center;
  z-index: 5;
  background: url(/images/index/entrance_shop_enter.png) no-repeat 50% 100%;
}
.entrance a figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.entrance a figure img {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.entrance a figure img.blur {
  z-index: 5;
  display: none;
}
.entrance#hisamaru {
  left: 0;
}
.entrance#rikyu {
  right: 0;
}
