@charset "utf-8";
/* CSS Document */

@import url("normalize.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Quicksand:wght@400;700&display=swap');
@import url("style_pc.css") screen and (min-width:981px);
@import url("style_pc.css") print; 
@import url("style_sp.css") screen and (max-width:980px);