@charset "utf-8";
/* variables */
:root {

  /* font-weight */
  --value-fw-demi-light: 350; /* サイトトップのみ */
  --value-fw-normal: 400;
  --value-fw-medium: 500;
  --value-fw-bold: 700;
}
/* Typography */
 body {
  --base-lts: var(--value-lts-md);
  font-family: var(--value-ff-noto-cdn);
  letter-spacing: var(--base-lts);
  font-feature-settings: "halt";
  font-optical-sizing: auto;
}