@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 16px;
line-height: 1.6em;
  /* sets the default sizing to make sure nothing is actually 10px */
}
p{
/*font-family: "Noto Sans JP";*/
	font-family: "Jost", sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }

h1 {
  font-size: 32px; /*IE8はremに対応していないため*/
  font-size: 3.2rem;
}
h2 {
  font-size: 28px; /*IE8はremに対応していないため*/
  font-size: 2.8rem;
}
h3 {
  font-size: 24px; /*IE8はremに対応していないため*/
  font-size: 2.4rem;
}
/*Magnolia*/
.mang{
font-family: "mang", "sans-serif";
}

/*Magnolia */
@font-face {
   font-family: 'mang';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/Magnolia Script.otf') format('truetype');
}

