
.ds-cta-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(800px 400px at 50% 40%,rgba(255,255,255,.18),transparent 60%);
  z-index:0;
}
.ds-cta-banner__inner{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:0 auto;
}
.ds-cta-banner__eyebrow{
  font-size:11px;
  letter-spacing:.4em;
  opacity:.9;
  margin-bottom:16px;
  font-weight:800;
}
.ds-cta-banner__title{
  font-family:"Noto Serif JP",serif;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.4;
  font-weight:900;
  margin:0 0 18px;
  color:#fff;
}
.ds-cta-banner__text{
  font-size:15px;
  line-height:2;
  opacity:.95;
  margin:0 auto 36px;
  max-width:620px;
}
.ds-cta-banner__btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:22px 56px;
  background:#fff;
  color:var(--red) !important;
  font-size:14px;
  font-weight:800;
  letter-spacing:.22em;
  text-decoration:none !important;
  border-radius:2px;
  transition:transform .3s ease,box-shadow .3s ease;
  box-shadow:0 20px 46px -18px rgba(0,0,0,.4);
}
.ds-cta-banner__btn::after{ content:"→"; }
.ds-cta-banner__btn:hover{
  transform:translateY(-3px);
  box-shadow:0 28px 60px -22px rgba(0,0,0,.5);
}

/* ========== フッター 赤グラデ + ロゴテキスト ========== */
#footer,
.footer,
.footer-container{
  background:linear-gradient(135deg,var(--red-dk) 0%,var(--red) 48%,#6a0818 100%) !important;
  color:#fff !important;
  padding:60px 24px 30px !important;
  border-top:none !important;
}
.footer-in{
  background:transparent !important;
  color:#fff !important;
  max-width:1240px;
  margin:0 auto !important;
  padding:0 !important;
}
.footer-bottom{
  background:transparent !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:26px;
  padding:0 0 20px !important;
}
.footer-bottom-logo{ flex:0 0 auto; }