@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Abel);
@import url('//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

@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);
