@charset "UTF-8";

/*common setting*/

html{
  color: #1D1D1D;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 2px;
  text-align: left;
  -webkit-font-variant-ligatures:none;
  font-variant-ligatures:none;
  word-wrap:break-word;
}

body{
  background-color: #fff;
}

.page{
  width: 100%;
  margin: 0 auto 0;
  background-color: #fff;
  z-index: -99;
  overflow: hidden;
}

/********** for tablet **********/
@media (min-width: 768px) {
  .page{
    max-width: 720px;
  }
}
