/*-----追加260806--------------------------------*/
.mv__note--pc {
  text-align: center;
  margin-top: 3em;
  font-size: 1.5rem;
}
.mv__note--sp {
  margin-top: 1.5em;
  display: none;
  margin-bottom: 2em;
  font-size: 1rem;
}
.mv__info {
  bottom: 28%;
}
@media screen and (max-width: 900px) {
  .mv__info {
    bottom: auto;
  }
}
@media (max-width: 750px) {
  .mv__note--sp {
    display: block;
  }
  .mv__note--pc {
    display: none;
  }
}
.mv__decoration-area-main {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .mv__container {
    aspect-ratio: 750 / 1795;
  }
}
@media screen and (max-width: 399px) {
  .mv__info-bottom {
    bottom: 2rem;
  }
}
