html{
	font-size: 62.5%; /*ベースを10pxにしています*/
	font-size: 10px; /*ベースを10pxにしています*/
}

body {
	text-justify:inter-ideograph;
	-webkit-text-size-adjust:100%;
	font-optical-sizing: auto;
	font-style: normal;
	color:#545454;
	font-size:1.6rem;
	font-family: "Klee One", cursive;
	font-weight: 400;
	font-style: normal;
	line-height:1.4;
}

.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-b1-extrabold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
}

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.klee-one-semibold {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
}


@media screen and (max-width: 930px) {
body {font-size:1.5rem;}
}


@media screen and (max-width: 600px) {
body {font-size:1.4rem;}
}

@media screen and (max-width: 480px) {
body {font-size:1.3rem;}
}


@media screen and (max-width: 320px) {
body {font-size:1.2rem;}

}

