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

:root {
  --c_theme_color:#1d2d2b;
  --c_theme_color_sub:#765AD5;
  --c_theme_color_light:#c6c6a0;
  --c_theme_color_dark:#765AD5;
  --c_theme_color_white:#e5e4ce;
  --c_bg_color:#01203F;
  --c_ac_color:#765AD5;
  --c_font_color:#e5e4ce;
  --c_font_color_dark:#2a1b60;
  --c_link_color:#072F57;
  --c_content_color:rgba(250,250,228,0.9);
  --cmn_list_color: #765AD5;
}

:root {
  --font_base_setting:"Noto Sans JP", sans-serif;
  --f_poppins:"Poppins", "Noto Sans JP", sans-serif;
  --f_josefin:"Josefin Sans", "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 */