/* custom properties */
:root {
  --color-primary: #e61975;
  --color-secondary: #263e71;
  --color-link: #263e71;
  --color-hover: #e61975;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #666;
  --color-lightgray: #999;
  --color-maintext: #263e71;
  --color-subtext: #ff9bd2;
  --color-bg01: #fff1f9;
  --color-bg02: #263e71;
  --color-bg03: #ff9bd2;
  --font-family-sans-serif: "Noto Sans JP", sans-serif;
  --font-family-font-awesome: "Font Awesome 6 Free"; }
