@charset "utf-8";
/* ==================================================
grobal
================================================== */
:root {
  /* ----- 色系 ----- */
  --defColor: #333;
  --mainColor: #0AA365;
  --subColor: #FF995A;
  --colorRed: #CE0D0D;
  --colorBlue: #0A62A3;
  --colorGreen: #0AA365;
  --colorLightGreen: #E6FFF7;
  --colorGray: #BEBEBE;
  --colorLightGray: #F7F7F7;
  --colorOrange: #FF995A;
  --gradation01: linear-gradient(#1eb581 0%, #107c6a 100%);
  /* ----- 文字系 ----- */
  --defFontFamily: "Noto Sans JP", sans-serif;
  --defFontWeight: 400;
  --defLetterSpacing: .05em;
  --defLineHeight: 1.5;
  --latoFont: "Lato", sans-serif;
  --hiraginoFont: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* ----- アニメーション系 ----- */
  --hoverOpac: .7;
  --defTrans: .3s ease;
  --transOpac: opacity .3s ease;
  --transColor: color .3s ease;
  --transBg: background-color .3s ease;
}
