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

@import url("common/reset.css");
@import url("common/drawer.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/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/form.css") screen and (max-width:768px);

/*Noto Sans JP
font-family: "Noto Sans JP", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*Zen Kaku Gothic New
font-family: "Zen Kaku Gothic New", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
