#module-light .kv-half--box .kv-half--copy {
  letter-spacing: 0.07em;
}

#module-light .kv-half--box .kv-half--ttl {
  font-size: 28px;
}

#module-light .section_lead {
  text-align: center;
}

#module-light .m--lead-style,
#module-light .m--ttl-styl,
#module-light .m--ttl {
  letter-spacing: .07em;
}

#module-light .footer-content .footer-content_ttl,
#module-light .footer-content .footer-content_lead {
  letter-spacing: .08em;
}

@media screen and (max-width: 768px) {

  #module-light .menu-inner .menu-ttl {
    font-size: 4.5vw;
  }

  #module-light .kv-half--box .kv-half--copy {
    margin-bottom: 0;
    font-size: 4vw !important;
  }

  #module-light .kv-half--box .kv-half--ttl {
    font-size: 2rem !important;
    line-height: 1.5;
    margin: 0.5em 0 0.5em 0;
    letter-spacing: .05em !important;
  }

  #module-light .kv-half--box .kv-half--lead {
    letter-spacing: .05rem;
  }

  #module-light .section_lead {
    text-align: left;
  }

  #module-light .footer-basic .footer-content_lead.headingMedium, #module-light .footer-basic .footer-content_lead.headline-M {
    font-size: 4.5vw;
  }

}

/* ==================================================================
キャプションの電話番号無効
================================================================== */
#module-light .no-auto-link a[href^="tel:"],
#module-light .no-auto-link a[href^="mailto:"]{
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

@media screen and (max-width: 768px) {
  #module-light .no-auto-link a[href^="tel:"],
  #module-light .no-auto-link a[href^="mailto:"] {
    font-size: 2.93vw !important;
  }
}
