@charset "UTF-8";

/* Web fonts
----------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

/* variable
----------------------------------------------- */
:root {
  /* font */
  /* --font-family: 'Noto Sans JP', sans-serif; */
  --font-family: 'BIZ UDPGothic', sans-serif;
  --font-color: #333;
  --link-color: #194593;
  --link-color-hover: #C70026;
  /* transition */
  --transition: all 0.25s ease-in-out;
}