@import url('https://fonts.googleapis.com/css2?family=family=Noto+Sans+JP:wght@400,700&display=swap');

html {
  width: 100%;
  /* font-size: 62.5%; */
  -webkit-tap-highlight-color: initial;
  scroll-behavior: smooth;
  scroll-padding-top: 0px;

}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* font-family: $font-default; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color:#333;
  -webkit-text-size-adjust: none;

}

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



