@media (max-width: 530px) {
    /* 幅530px以下で適用されるスタイル */
  .top-wrapper h1 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
}