@charset "UTF-8";
@import url(reset.css);
@import url(base.css);

/* Font */
@import url(font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700;900&display=swap');

/* PC */
@import url(layout.css);
@import url(inpage.css);

/* SP */
@import url(sp_layout.css) screen and (max-width: 768px);
@import url(sp_inpage.css) screen and (max-width: 768px);