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

/* Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* PC */
@import url(layout.css) screen and (min-width:769px);
@import url(top.css) screen and (min-width:769px);
@import url(inpage.css) screen and (min-width:769px);
@import url(smarthash.css) 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:769px);
@import url(sp_smarthash.css) screen and (max-width:769px);

/* main visual */
@import url(mv.css);