@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#title {
  font-size: 5em;
  font-weight: bold;
  line-height: 1;
  background: url(title.png) center/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: block;
  width: max-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
#catchcopy {
    margin-bottom: 0;
    text-align: center;
}