@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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);