@charset "UTF-8";

@import "reset.css";
@import "main.css";
@import "space.css";


/*PC用*/
@import "pc/style.css?20250505" screen and (min-width:768px);
@import "pc/index.css?20241028" screen and (min-width:768px);
@import "pc/second.css?20250320" screen and (min-width:768px);
@import "pc/ope.css?20250228" screen and (min-width:768px);

/*タブレット用*/
/*
@import "tb/style_tb.css" screen and (min-width:768px) and (max-width:949px);
@import "tb/index_tb.css" screen and (min-width:768px) and (max-width:949px);
@import "tb/second_tb.css" screen and (min-width:768px) and (max-width:949px);
*/

/*スマートフォン用*/
@import "sp/style_sp.css?20250505" screen and (max-width:767px);
@import "sp/index_sp.css?20241028" screen and (max-width:767px);
@import "sp/second_sp.css?20250320" screen and (max-width:767px);
@import "sp/ope_sp.css?20250105" screen and (max-width:767px);
