body {
  height: auto !important;
}

.loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  background: url(../img/top/loading/bg.jpg) top center;
}

.loading_img {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: url(../img/top/loading/main.jpg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.load_catch {
  width: 40%;
  max-width: 500px;
  position: absolute;
  left: 10%;
  top: 8%;
}

.load_catch img {
  max-width: 100%;
}

.l-kv {
  position: relative;
  min-height: 640px;
  background: #FFF;
}

.kv-wrap {
  position: relative;
  overflow: hidden;
}

.l-package {
  z-index: 50;
  position: relative;
  height: 385px;
  overflow: hidden;
  padding: 45px;
}

.l-package ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#home .l-info {
  z-index: 50;
  position: relative;
  height: 267px;
  overflow: hidden;
}

.header__inpage {
  height: 0px !important;
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

#home .l-info .bg-chara-hata {
  left: 880px !important;
  bottom: -10px !important;
}

#home .l-info .bg-chara-dekapan {
  left: 478px !important;
  bottom: 10px !important;
}

#home .l-info .bg-chara-iyami {
  left: -30px !important;
  top: 90px !important;
}

a {
  border: 0;
}

p.change {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #F00;
  padding: 10px 15px;
  border-radius: 8px;
  color: #FFF;
  cursor: pointer;
}
