@charset "UTF-8";

/*base*/
*{
  box-sizing: border-box;
}
html{
  /*親のフォントサイズを10pxに*/
  font-size: 62.5%;
}
#wrap{
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  color: #1a1a1a;
  background: #fff;
}

/*font-family*/



/*baseここまで*/

