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

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


/* ==========================================================================
   Setting
========================================================================== */
:root {
  --white: #FFF;
  --l-gray: #F7F7F7;
  --gray: #AAA;
  --d-gray: #888;
  --black: #111;
  --border1: #DDD;
  --color1: #eb6100;
  --color2: #004b4e;
  --color3: #594f46;
  --color4: #db2864;
  --red: #db2864;

  --mincho: 'Noto Serif JP', serif;
  --gothic: 'Noto Sans JP', sans-serif;
  --default-font: 'Noto Sans JP', sans-serif;
  --font1: 'Inter', 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%;
  }
}

