/******************************************************************
Theme Name: ORIGAMI Five
Theme URI: 
Description: 
Author: ORIGAMI WORKS
Author URI: 
Version: 1.0.8
Tags: 

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/


/* ==========================================================================
   Setting
========================================================================== */
:root {
  --white: #FFF;
  --l-gray: #F7F7F7;
  --gray: #AAA;
  --d-gray: #888;
  --black: #000 ;
  --border1: #EDEDED;
  --main-color: #006;
  --color1: #006;
  --color2: #267DCC;
  --gradation: linear-gradient(90deg, #006 0%, #00C 100%);
  --red: #dd301d;

  --mincho: 'Noto Serif JP', serif;
  --gothic: 'Noto Sans JP', sans-serif;
  --default-font: 'Noto Sans JP', sans-serif;
  --font1: 'Google Sans Flex', sans-serif;

  --header-height: 5.385rem;
  --container-base-width: 93%;
  --section-gy: min(12vw, 6.9rem);
  --bs-gutter-x: 1.5rem;

  --arrow-path: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%207.06L3.09042%204L0%200.940001L0.951418%200L5%204L0.951418%208L0%207.06Z%22%20fill%3D%22%23111%22%2F%3E%20%3C%2Fsvg%3E');
  --arrow-path-w: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%207.06L3.09042%204L0%200.940001L0.951418%200L5%204L0.951418%208L0%207.06Z%22%20fill%3D%22%23FFF%22%2F%3E%20%3C%2Fsvg%3E');
}

@media (min-width: 992px) {
  :root {
    --header-height: 6.9rem;
    --container-base-width: 98%;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-base-width: 95%;
  }
}