/********************
* Root
********************/
:root {
  /*///////////////
  // Common
  ///////////////*/
  /*Background Color*/
  --color_bg: #fff;
  /*Text Color*/
  --color_main: #000;
  /*Accent Color*/
  --color_accent: #DC0000;
  /*Link Color*/
  --color_link: #000;
  /*Border Color*/
  --color_border: #000;
  /*///////////////
  // Header
  ///////////////*/
  /*Header Height*/
  --size_header: inherit;
  /*Header Background*/
  --bg_header: inherit;
  /*Header Color*/
  --color_header: #DC0000;
  /*Header Logo - PC*/
  --size_headerlogo--pc: 110px;
  /*Header Logo - SP*/
  --size_headerlogo--sp: 90px;
  /*Navi Background*/
  --bg_menu: inherit;
  /*Hamburger Menu*/
  --color_hamburger: #DC0000;
  /*///////////////
  // Content
  ///////////////*/
  /*Content Size*/
  --size_content--s: 957px;
  --size_content--m: 1100px;
  --size_content--l: 1300px;
  --size_content--full: 100%;
  /*///////////////
  // Footer
  ///////////////*/
  /*Footer Height*/
  --size_footer: inherit; /*JS Set*/
  /*Footer Color*/
  --bg_footer: #DC0000;
  /*Footer Background*/
  --color_footer: #fff;
  /*///////////////
  // Font
  ///////////////*/
  /*Font Family*/
  --font_family: "Noto Sans JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  --font_family--en: "Plus Jakarta Sans", sans-serif;
  /*Font Size*/
  --font_size: 100%;
  /*Line Height*/
  --line_height: 1.6;
  /*Letter Spacing*/
  --letter_spacing: .05em;
}