@charset "utf-8";

/*
-----------------------------------------------------------
	File Name   : import.css
	Description : 各CSSファイルの読み込み
-----------------------------------------------------------
*/


/* normalize
-------------------------------------------- */
@import url("normalize.css");

/* func
-------------------------------------------- */
@import url("meanmenu.css");


/* Base style
-------------------------------------------- */
@import url("common.css");

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap');


/* PC style
-------------------------------------------- */
@import url("pc.css") screen and (min-width: 700px);


/* SP style
-------------------------------------------- */
@import url("sp.css") screen and (max-width: 699px);
