:root {
  --font-family: YakuHanJP, "Noto Sans JP", Helvetica;
  --font-weight: 400;
  --font-size: 12px;
  --letter-spacing: 0px;
  --line-height: 150%;
  --font-style: normal;
  --l-font-family: YakuHanJP, "Noto Sans JP", Helvetica;
  --l-font-weight: 700;
  --l-font-size: 30px;
  --l-letter-spacing: 0px;
  --l-line-height: 150%;
  --l-font-style: normal;
  --m-font-family: YakuHanJP, "Noto Sans JP", Helvetica;
  --m-font-weight: 400;
  --m-font-size: 16px;
  --m-letter-spacing: 0px;
  --m-line-height: 150%;
  --m-font-style: normal;
  --s-font-family: YakuHanJP, "Noto Sans JP", Helvetica;
  --s-font-weight: 400;
  --s-font-size: 14px;
  --s-letter-spacing: 0px;
  --s-line-height: 150%;
  --s-font-style: normal;
}
@media screen and (max-width: 480px) {
  :root {
    --m-font-size: 15px;
  }
}


/* スマホ */
@media (max-width: 480px) {
  :root {
  --m-font-size: 15px;
  }
}