@charset "UTF-8";

.under-mv {
  position: relative;
}

.under-mv__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1;

  @media (max-width:834px) {
    transform: translate(-50%, -25%);
  }
}

.under-mv__ttl {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Noto Serif Japanese", serif;

  @media (max-width:1200px) {
    font-size: 5rem;
  }

  @media (max-width:834px) {
    font-size: 4rem;
  }

  @media (max-width:640px) {
    font-size: 3rem;
  }

  @media (max-width:449px) {
    font-size: 2.4rem;
  }
}

.under-mv__img {
  img {
    @media (max-width:640px) {
      aspect-ratio: 3/2;
      object-fit: cover;
    }
  }
}

.under-mv__text {
  font-size: 2.4rem;
  margin-top: 5rem;
  font-family: "Crimson Text", serif;

  @media (max-width:1200px) {
    font-size: 2rem;
    margin-top: 4rem;
  }

  @media (max-width:834px) {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  @media (max-width:640px) {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  @media (max-width:449px) {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}