body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
.bg-gray {
  background-color: #f8f8fb;
}

.bg-white-1\/2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.section-header {
  text-align: center;
}
.section-header__title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.text-gray {
  color: rgba(0, 0, 0, 0.6);
}

.text-white {
  color: #fff;
}

.header-menu {
  transform: none;
  transition: transform 0.3s ease-out;
}

.comname {
  font-size: 2.5rem;
  font-family: "Nico Moji", sans-serif;
}
