@charset "UTF-8";

:root {
  --mainFont: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic,"游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, Osaka, sans-serif;
  --rootFontSize: 16;
}

body {
  font-family: var(--mainFont);
  font-weight: 400;
  font-size: var(--rootFontSize);
  letter-spacing: 0.03em;
  color: #333;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}