.sales-term-mv {
  height: 360px;
  border-bottom: 1px solid #eaedef;
}

@media screen and (max-width: 959px) {
  .sales-term-mv {
    height: 500px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sales-term-mv {
    height: 72vw;
  }
}

.sales-term-mv .title-under-wrap {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .sales-term-mv .title-under-wrap {
    top: 57%;
  }
}

.sales-term-mv .title-under-subheader {
  margin-bottom: 15px;
  font-family: 'Playfair Display', 'Noto Serif JP', serif;
  font-size: 18px;
  color: #9aa3a8;
  text-align: left;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sales-term-mv .title-under-subheader {
    font-size: 4vw;
  }
}

.sales-term-mv .title-under-level-01 h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .sales-term-mv .title-under-level-01 h1 {
    font-size: 6.3vw;
    line-height: 1.3;
  }
}
