@charaset "UTF-8";

* {
	margin : 0;
	padding : 0;
	box-sizing : border-box;
	position: relative;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Meiryo UI' ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	font-weight: 100;
  line-height: 1.3;
	font-size: 1.5rem;
}

