/* ===================================

	2026.07.31 修正

====================================== */
/* ---------------------------------
	RERA
----------------------------------- */
#top .mv {
  width: calc(100% - 6vw);
  max-width: 1440px;
  margin: 0 auto;
}
#top .mv .swiper-slide a {
  display: block;
  width: 100%;
}
#top .mv .swiper-slide a:hover {
  opacity: 1;
}
#top .mv .swiper-slide img {
  display: block;
  width: 100%;
}
#top .mv h2 {
  margin: 0;
  padding: 0;
}
#top .mv p {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 0 0;
  padding: 0;
  font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 700;
  color: #999;
}
#top .mv p span {
  font-size: calc(11px + 3 * (100vw - 320px) / 1280);
}

@media screen and (max-width: 758px) {
  #top .mv {
    width: 100%;
    max-width: 100%;
  }
  #top .mv p {
    margin-top: 0.6em;
    padding: 0 1em;
  }
}
