@charset "UTF-8";
/********************
* Root
********************/
:root {
  /*///////////////
  // Common
  ///////////////*/
  /*Background Color*/
  --color_bg: #fff;
  /*Background Color*/
  --color_sub: #888;
  /*Text Color*/
  --color_main: #4A4A44;
  /*Accent Color*/
  --color_accent: #4A4A44;
  /*Link Color*/
  --color_link: #4A4A44;
  /*Border Color*/
  --color_border: #ddd;
  /**/
  --color_note: #888;
  /*///////////////
  // Header
  ///////////////*/
  /*Header Height*/
  --size_header: inherit;
  /*Header Background*/
  --bg_header: inherit;
  /*Header Color*/
  --color_header: inherit;
  /*Header Logo - PC*/
  --size_headerlogo--pc: 410px;
  /*Header Logo - SP*/
  --size_headerlogo--sp: 180px;
  /*Navi Background*/
  --bg_menu: inherit;
  /*Hamburger Menu*/
  --color_hamburger: #000;
  /*///////////////
  // Content
  ///////////////*/
  /*Content Size*/
  --size_content--s: 790px;
  --size_content--m: 1600px;
  --size_content--l: 1600px;
  --size_content--full: 100%;
  /*///////////////
  // Footer
  ///////////////*/
  /*Footer Height*/
  --size_footer: inherit; /*JS Set*/
  /*Footer Color*/
  --bg_footer: #fff;
  /*Footer Background*/
  --color_footer: #4A4A44;
  /*///////////////
  // Font
  ///////////////*/
  /*Font Family*/
  --font_family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  --font_family--en: "poppins", sans-serif;
  /*Font Size*/
  --font_size: 100%;
  /*Line Height*/
  --line_height: 1.8;
  /*Letter Spacing*/
  --letter_spacing: .01em;
}