.keyvisual {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: 500px; /* ← 元に戻しました */
  margin-bottom: 0;   /* 画像下の余白だけ軽く調整 */
}

.keyvisual img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.u-text,
.btns--top {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  background: #fff;
  padding: 10px 0;
}

/* ここから追加分 */
.giftbox-block {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}

.btns--top {
  justify-content: center;
}

.btns--top li {
  display: inline-block;
}

.content.home {
  padding-top: 20px;  /* 少しだけ余白 */
}

.section {
  margin-top: 0;
}
