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

/* Font */
@import url(font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900|Noto+Serif+JP:300,400,700,900&display=swap&subset=japanese');

/* PC */
@import url(layout.css) print,screen and (min-width:769px);
@import url(inpage.css) print,screen and (min-width:769px);

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