@charset "utf-8";

/***********************************************/
/* CSS file For *************.               */
/* FileName: style.css                          */
/* data:2025/00/00                             */
/***********************************************/

/* MacIE hack \*/

@import "./css/basic.css";
@import "./css/pc.css";
@import "./css/sp.css";

/* web font setting*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
.m-plus-rounded-1c{
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400; /*-200,300,400,500,600,700,800,900-*/
	font-style: normal;
}