header {
  z-index: 99999;
}

#wrapper {
  overflow: hidden;
}

.button_01 {
  cursor: pointer;
  display: block;
}

.txt_nowrap {
  display: block;
  overflow: hidden;
  text-indent: -200%;
  position: absolute;
}

.mv {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/mv/mv_bg.svg) no-repeat center center #7570bd;
  background-size: cover;
  background-attachment: fixed;
  height: calc(100vh - 52px);
}

@media only screen and (min-width: 480px), print {
  .mv {
    height: calc(100vh - 81px);
  }
}

@media only screen and (min-width: 768px), print {
  .mv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mv .mv_copy {
  max-width: 300px;
  width: 75%;
  margin-top: 25px;
}

@media only screen and (min-width: 480px), print {
  .mv .mv_copy {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px), print {
  .mv .mv_copy {
    margin-top: 0;
    max-width: 440px;
  }
}

.mv #mvSeller {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
}

@media only screen and (min-width: 768px), print {
  .mv #mvSeller {
    bottom: 45px;
  }
}

.mv #mvSeller #Seller {
  display: block;
  width: 40% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: 15px;
}

@media only screen and (min-width: 768px), print {
  .mv #mvSeller #Seller {
    width: 20% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mv #mvSeller #Seller {
    width: 19.73958% !important;
    margin-right: 7vw;
  }
}

#Factory.load .lottie_renderer {
  margin-top: -0.5%;
}

#Plane {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cce9f9+0,ffffff+100 */
  background: #cce9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cce9f9 40%, #ffffff 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cce9f9 40%, #ffffff 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #cce9f9), color-stop(55%, #ffffff));
  background: -o-linear-gradient(top, #cce9f9 40%, #ffffff 55%);
  background: linear-gradient(to bottom, #cce9f9 40%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce9f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

#Plane > svg {
  position: relative;
  z-index: 9;
}

#Delivery {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cce9f9+0,ffffff+100 */
  background: #cce9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cce9f9 65%, #ffffff 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cce9f9 65%, #ffffff 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #cce9f9), color-stop(80%, #ffffff));
  background: -o-linear-gradient(top, #cce9f9 65%, #ffffff 80%);
  background: linear-gradient(to bottom, #cce9f9 65%, #ffffff 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce9f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

#Delivery.load .lottie_renderer {
  margin-top: -1%;
}

#Fin {
  overflow: hidden;
  position: relative;
  background: url(../img/mv/mv_bg.svg) no-repeat center center #7570bd;
  background-size: cover;
}

@media only screen and (min-width: 768px), print {
  #Fin {
    background-attachment: fixed;
  }
}

#Fin.load {
  position: relative;
  z-index: 9;
  margin-top: -0.5%;
}

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