@charset "utf-8";
#wrapLandy .titleLine h2 {
  line-height: calc(33 / 750 * 100vw);
}
@media screen and (min-width: 751px) {
  #wrapLandy .titleLine h2 {
    line-height: min(28 / 1600 * 100vw, 28px);
  }
}