@charset "utf-8";
/* CSS Document */

@import url("common/reset.css");

/*PC*/
@import url("pc/products.css") screen and (min-width:768px);
@import url("pc/products_common.css") screen and (min-width:768px);
@import url("pc/main.css") screen and (min-width:768px);
@import url("pc/common.css") screen and (min-width:768px);
@import url("pc/temporary.css") screen and (min-width:768px);

/*SP*/
@import url("sp/products.css") screen and (max-width:767px);
@import url("sp/products_common.css") screen and (max-width:767px);
@import url("sp/main.css") screen and (max-width:767px);
@import url("sp/common.css") screen and (max-width:767px);
@import url("sp/temporary.css") screen and (max-width:767px);

/*共通*/
@import url("common/drawer.css");

/*Noto Sans JP
font-family: 'Noto Sans JP', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap');

