@media (min-width: 768px) {
  #mv .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 90%;
    width: auto;
  }
}
@media (max-width: 767px) {
  #mv .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: auto;
  }
}

@media (max-width: 767px) {
  #main .mv-bottom[class] {
    width: 80%;
    margin: 5% auto;
  }
}

#float {
  background: #000;
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 10px;
}
#float a {
  height: 90px;
  position: relative;
}
#float a:nth-child(2) {
  margin-left: 20px;
}
#float a img {
  width: auto;
  height: 100%;
}
#float .sub {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto;
  height: 10px;
}
@media screen and (max-width: 999px) {
  #float a {
    height: 70px;
  }
}
@media (max-width: 767px) {
  #float a {
    height: min(50px, 12.5vw);
  }
  #float .sub {
    height: 8px;
  }
}

footer {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 90px;
  }
}

#pagetop {
  bottom: 25px;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 95px;
  }
}
/*# sourceMappingURL=style202410.css.map */