@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");

/* PC style -------------------- */
@import url("pc.css") screen and (min-width: 768px);

/* SP style -------------------- */
@import url("sp.css") screen and (min-width: 100px) and (max-width: 767px);

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500&display=swap');