body {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  background: #fff8f0;
  color: #333;
  padding: 40px;
  line-height: 1.8;
}

h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.catch {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 16px;
  background: #ffcc99;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
}

.button:hover {
  background: #ffb366;
}

.note {
  font-size: 12px;
  color: #777;
  margin-top: 60px;
}
