@charset "utf-8";

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

/* MacIE hack \*/

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

/* End MacIE hack */

/* web font setting*/
/*--M PLUS Rounded 1c--*/
@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: 900; /*-200,300,400,500,600,700,800,900-*/
	font-style: normal;
}

