:root {
  /* color
 ============================ */

  --color__txt: #151515;

  --color__main: #151515;
  --color__kiiro: #a8a040;

  --color__white: #ebebeb;
  --color__koiao: #1e3452;
  --color__ao: #3fcff0;
  --color__gold: #e6cc3d;
  --color__usuao: rgb(242, 248, 248, 0.8);
  --container__width-px: 1200px;
  --container__width-percentage: 90%;
  --container__width-percentage--sp: 95%;
  /* font-family
 ============================ */
  --font-family__base: "Noto Sans JP", sans-serif;
  --font-family__system: -apple-system, blinkMacSystemFont, "Helvetica Neue",
    Helvetica, sans-serif;
  --font-family__gosic: sans-serif;
  --font-family__mincho: "Noto Serif JP", serif;
}
