@charset "euc-jp";
/*======================
 フォントの設定
=======================*/
@font-face {
  font-family: m_plus_bold;
  font-display: swap;
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Bold.ttf") format("TrueType");
}
@font-face {
  font-family: m_plus_mid;
  font-display: swap;
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Medium.ttf") format("TrueType");
}
@font-face {
  font-family: m_plus_light;
  font-display: swap;
  src: url("../fonts/M_PLUS_1p/MPLUS1p-Light.ttf") format("TrueType");
}

/*======================
 変数の設定
=======================*/
:root {
  --width-wrapper: 980px;
  --width-pc: 805px;
  --width-sp: 96%;
  --color-text: 68,68,68;
  --color-link: 26,105,145;
  --color-primary: 158,205,19;
  --color-secondary: 122,163,8;
  --color-shadow-dark: 111,156,17;
  --color-bg-light: 247,245,240;
  --color-bg-dark: 233,229,223;
  --color-border: 231,223,204;
  --color-gray: 235,235,235;
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
}