@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "nocturne-serif", "itc-avant-garde-gothic-pro", "roboto", "toppan-bunkyu-midashi-min-st", "Oswald", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  position: relative;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  .sp_no {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
  #wrapper {
    width: 75rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  .pc_no {
    display: none;
  }
  html {
    font-size: 0.5208333333vw;
  }
}/*# sourceMappingURL=common.css.map */