@charset "UTF-8";

.mv_title h1 {
  margin-bottom: 0;
}

.mv_title h1:first-child {
  margin-bottom: 0.5em;
}

h1.title {
  font-size: 1.3em;
  font-weight: 600;
}

h1.subtitle {
  font-size: 1.7em;
}

section.lead {
  display: flex;
  justify-content: center;
  font-size: 1.2em;
}

.mv_title {
  bottom: 50%;
  transform: translateY(50%);
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}

.section-h2 {
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  img.mv_title-main {
    object-fit: cover;
    object-position: 50% 15%;
  }
}
