@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;500;800&family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

html{
	font-size: 62.5%;
}
body{
    font-size: calc(1rem + 0.54vw);/* 24px~36pxで可変*/
}
body {
	font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
	color: #4e4e4e;
	line-height: 1.5;
}
.yakuhan_no {
	font-family: "Noto Sans JP", sans-serif;
}
.mplus {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}

@media (min-width: 1201px) {/* 1201px以上*/
	body{
		font-size: 1.648rem;
	}
}
@media screen and (max-width: 768px) {/* 480px以下*/
    body{
		font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {/* 480px以下*/
    body{
 		font-size: 1.2rem;
   }
}

