@charset "UTF-8";

/* ============================================================
   トップFV直下 h1（メインキャッチ）
   index_test_20260511.php / 本番移行後は index.php で使用
   背景=黒 / 文字=白
   ============================================================ */
.page-headline {
  text-align: center;
  padding: 32px 16px;
  background: #000;
}

.page-headline h1 {
  font-size: 1.3rem;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .03em;
}

@media only screen and (max-width: 500px) {
  .page-headline {
    padding: 20px 12px;
  }

  .page-headline h1 {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}
