@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;900&family=Oswald:wght@200&display=swap');
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
@import url("reset.css");
@import url("layout.css");

@import url("pc.css")  (min-width: 480px);
@import url("smart.css") only screen and (max-width: 480px);

