@charset "utf-8";

/***********************************************/
/* CSS file For JICA 20th anniversary.               */
/* FileName: style.css                          */
/* data:2026/05/01                             */
/***********************************************/

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

/*--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;
}


/*--CooperStdBlack--*/
@font-face{ 
	font-family: 'CooperStdBlack';
	src: url('./fonts/CooperStdBlack.woff') format('woff'),
		url('./fonts/CooperStdBlack.otf') format('opentype'),
		url('./fonts/CooperStdBlack.svg#CooperStdBlack') format("svg");
}
