html {
  scroll-behavior: smooth;
}

.tokushu, .tokushu * {
  all: unset;
}
.tokushu {
  display: grid;
  justify-items: center;
  margin: 1em 0;
}
.tokushu img {
  vertical-align: bottom;
  max-width: 100%;
}
