@charset "UTF-8";
.mv-storebutton{
  display: block;
  position: absolute;
  top: 30vw;
  left: 77vw;
  height: 5vw;
}
.mv-storebutton2{
  display: block;
  position: absolute;
  top: 35.5vw;
  left: 77vw;
  height: 5vw;
}
.mv-advance {
  margin: 20px auto 20px auto;
  left: 0;
  right: 0;
  width: 60vw;
}
.storebatch{
  display: block;
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.storebatch_sp{
  display:none;
}

@media screen and (max-width: 1023px){
  .mv-storebutton{
    display:none;
  }
  .mv-storebutton2{
    display:none;
  }
  .mv-release{
    top: 145vw;
    height: 40vw;
  }
  .idx-Mv_Inner{
    height: 183.9322916667vw;
  }
  .mv-advance {
    margin: 0px auto 0px auto;
    padding: 20px;
    width: auto;
  }
  .storebatch{
    display:none;
  }
  .storebatch_sp{
    display: block;
    height: 13vw;
    display: flex;
    justify-content: space-between;
  }
}
