@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');

/* display change */

.-sp {
  display: none;
}

.-inline_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .-pc {
    display: none;
  }

  .-inline_pc {
    display: none;
  }

  .-sp {
    display: block;
  }

  .-inline_sp {
    display: inline;
  }

}


/* body */

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #000;
  position: relative;
}

@media screen and (max-width: 768px) {
}


/* img */

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

