:root{
  /* 問い合わせフォーム変数 */
  --contact-form-input-background-color: #eeeeee;
  --contact-form-text-color: #000000;
  --contact-form-text-size: 16px;
  --contact-form-text-weight: 400;
  --contact-form-text-line-height: 1;
  --contact-form-text-letter-spacing: 0.05em;
  --contact-form-required-color: #ff0000;

  /* OSUMI LP変数 */
  --osumi-lp-background-color: #000000;
  --osumi-lp-text-color: #ffffff;
  --osumi-lp-text-size: 16px;
  --osumi-lp-text-weight: 400;
  --osumi-lp-text-line-height: 1;
  --osumi-lp-text-letter-spacing: 0.05em;
  --osumi-lp-red-color: #d91107;
  
}
