@charset "UTF-8";

:root {
  /* text color */
  --color-text-main: #626262;
  --color-text-light: #FFF;
  --color-text-gray: #9D9D9D;
  --color-text-lightGray: #CECDCD;
  --color-text-red: #D1343B;

  /* background color */
  --color-bg-base: #fff;
  --color-bg-white: #fff;
  --color-bg-lightYellow: #F5F4F0;
  --color-bg-gray: #9D9D9D;
  --color-bg-red: #D1343B;

  /* border color */
  --color-border-main: #626262;
  --color-border-light: #CECDCD;
  --color-border-lightest: #EEE;

  /* font */
  --font-mincho: source-han-serif-jp-subset;

  /* animation */
  --animation: .35s all ease-in-out;
}