html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  scrollbar-width: none; /* Firefox対応のスクロールバー非表示コード */  
  -ms-overflow-style: none;/* Internet Explore対応のスクロールバー非表示コード */   
}

body::-webkit-scrollbar {  
  display: none; /* Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード */
}
