@charset "UTF-8";
/**背景アニメーション***/
.pre-inc #wrap {
  width: 100%;
  overflow: hidden;
}
.pre-inc .bg_wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transition: transform 1.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pre-inc .bg_wrapp div.bgImage {
  position: absolute;
  animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  animation-play-state: running;
}
.pre-inc .bg_wrapp div.bg {
  transition-duration: 1s;
  /*transform: translateY(0) !important;*/
}
.pre-inc .bg_wrapp div.bg.kv_1 div.bgImage {
  width: 534px;
  top: 250px;
  left: 100px;
  animation-duration: 2.4s;
  animation-name: fuwafuwa_1;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_2 div.bgImage {
  width: 334px;
  top: 150px;
  left: -100px;
  animation-duration: 2.4s;
  animation-name: fuwafuwa_2;
  opacity: 0.12;
}
.pre-inc .bg_wrapp div.bg.kv_3 div.bgImage {
  width: 26%;
  top: 160px;
  left: 49%;
  animation-duration: 5.4s;
  animation-name: fuwafuwa_3;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_4 div.bgImage {
  width: 26%;
  top: 510px;
  left: 39%;
  animation-duration: 2.4s;
  animation-name: fuwafuwa_4;
  opacity: 0.1;
}
.pre-inc .bg_wrapp div.bg.kv_5 div.bgImage {
  width: 16%;
  top: 110px;
  left: 15%;
  animation-duration: 2.4s;
  animation-name: fuwafuwa_5;
  opacity: 0.2;
}
.pre-inc .bg_wrapp div.bg.kv_6 div.bgImage {
  width: 234px;
  top: 100px;
  right: 0;
  animation-duration: 2.4s;
  animation-name: fuwafuwa_6;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_7 div.bgImage {
  width: 234px;
  top: 250px;
  right: 100px;
  animation-duration: 5s;
  animation-name: fuwafuwa_7;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_8 div.bgImage {
  width: 20%;
  top: 550px;
  right: -10%;
  animation-duration: 5s;
  animation-name: fuwafuwa_8;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_9 div.bgImage {
  width: 15%;
  top: 280px;
  right: 20%;
  animation-duration: 10s;
  animation-name: fuwafuwa_9;
  opacity: 0.15;
}
.pre-inc .bg_wrapp div.bg.kv_10 div.bgImage {
  width: 30%;
  top: 0px;
  right: 30%;
  animation-duration: 10s;
  animation-name: fuwafuwa_10;
  opacity: 0.15;
}
@keyframes fuwafuwa_1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 17px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_5 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 9px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_6 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_7 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 31px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_8 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_9 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_10 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 25px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_11 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa_12 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.pre-inc {
  /**END背景アニメーション***/
}
@media screen and (max-width: 767px) {
  .pre-inc .bg_wrapp div.bg.kv_1 div.bgImage {
    width: 40%;
    top: 250px;
    left: 10%;
  }
  .pre-inc .bg_wrapp div.bg.kv_7 div.bgImage {
    width: 60%;
    top: 280px;
    right: 5%;
  }
}
.pre-inc {
  /***ループスライダー***/
}
.pre-inc .slide_wrapp {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}
.pre-inc .slide_wrapp .slick-slide {
  margin-right: 10px;
}

/*# sourceMappingURL=bg.css.map */
