#myContainer {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #myContainer {
    height: auto !important;
    overflow: visible;
    top: 60px;
    position: relative;
    margin-bottom: 60px;
  }
}

.mv {
  width: 100%;
  position: relative;
  top: 100px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .mv {
    display: none;
  }
}

.mv_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mv_sp {
    display: block;
    position: relative;
    top: 0;
  }
}/*# sourceMappingURL=soldout.css.map */