@charset "utf-8";

/*
-----------------------------------------------------------
	File Name   : import.css
	Description : 各CSSファイルの読み込み
-----------------------------------------------------------
*/


/* normalize
-------------------------------------------- */
@import url("normalize.css");


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


/* Base style
-------------------------------------------- */
@import url("common.css");


/* PC style
-------------------------------------------- */
@import url("pc.css") screen and (min-width: 700px);


/* SP style
-------------------------------------------- */
@import url("sp.css") screen and (max-width: 699px);
