@charset "UTF-8";
:root {
  --base_distance: min(110px , 11vw);
  --base_gap: clamp(12px , 2vw , 20px);
  --base_wrap_width: 90%;
  --base_font_size: 18px;
  --base_line_height: 1.7em;
}

:root {
  --c_theme_color:#1d2d2b;
  --c_theme_color_sub:#c00;
  --c_theme_color_light:#fff100;
  --c_theme_color_dark:#222;
  --c_theme_color_white:#bbb;
  --c_bg_color:#000;
  --c_ac_color:#c00;
  --c_font_color:#fff;
  --c_font_color_dark:#000;
  --c_link_color:#c00;
  --c_content_color:rgba(255,255,255,1);
  --cmn_list_color: #c00;
}

:root {
  --font_base_setting:"Noto Sans JP", sans-serif;
  --f_en:"Special Elite", "Noto Sans JP", sans-serif;
  --f_en2:"Road Rage", "Noto Sans JP", serif;
}

:root {
  --z_loading:20000;
  --z_page_fade:15000;
  --z_modal:11000;
  --z_nav_trigger: 9999;
  --z_header_logo: 9999;
  --z_nav:9998;
  --z_sub_nav: 9997;
  --z_index_btn: 9997;
  --z_frame: 9996;
}

:root {
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutSuperQuint: cubic-bezier(0, 1.04, 0.14, 1);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
/*# sourceMappingURL=settings.css.map */