/*----------------------------------------
**
** common
**
----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
@viewport {
  width: device-width;
}

/* ------------------------------------ */
html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  font-family: 'Shippori Mincho', 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* ------------------------------------ */
br.-pc {
  display: inline;
}
br.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.-pc {
    display: none;
  }
  br.-sp {
    display: inline;
  }
}

/* ------------------------------------ */
img {
  border: none;
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
/* img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */
