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

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

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

/*SP*/
@import url("sp/common.css") screen and (max-width:767px);
@import url("sp/main.css") screen and (max-width:767px);
@import url("sp/wp.css") screen and (max-width:768px);
@import url("sp/form.css") screen and (max-width:768px);

/*スマホドロワー*/
@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');

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

/*Barlow
font-family: "Barlow", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@800&display=swap');
