
.dojima-hero__eyebrow{
  display:inline-block;
  padding:8px 20px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:40px;
  font-size:11px;
  letter-spacing:.35em;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:32px;
  backdrop-filter:blur(6px);
  background:rgba(255,255,255,.04);
}
.dojima-hero__title{
  font-family:"Noto Serif JP","Yu Mincho",serif;
  font-size:var(--fs-hero);
  line-height:1.15;
  letter-spacing:.02em;
  font-weight:800;
  margin:0 0 26px;
  color:#fff;
  text-shadow:0 6px 40px rgba(0,0,0,.35);
}
.dojima-hero__title .red{ color:var(--red-lt); }
.dojima-hero__sub{
  font-size:17px;
  line-height:2;
  max-width:760px;
  margin:0 auto 44px;
  color:rgba(255,255,255,.92);
  letter-spacing:.05em;
}
.dojima-hero__cta-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:0 auto;
}
.dojima-hero__cta{
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:22px 56px;
  background:var(--red);
  color:#fff !important;
  font-size:15px;
  font-weight:800;
  letter-spacing:.2em;
  text-decoration:none !important;
  border-radius:2px;
  box-shadow:0 18px 40px -14px rgba(200,16,46,.6);
  transition:transform .3s ease,box-shadow .3s ease,background .3s ease;
  position:relative;
  overflow:hidden;
}
.dojima-hero__cta::after{
  content:"→";
  font-size:18px;
  transition:transform .3s ease;
}
.dojima-hero__cta:hover{
  transform:translateY(-3px);
  background:#e01a36;
  box-shadow:0 24px 50px -16px rgba(200,16,46,.7);
}
.dojima-hero__cta:hover::after{ transform:translateX(6px); }

.dojima-hero__scroll{
  position:absolute;
  right:44px; bottom:48px;
  z-index:4;
  color:rgba(255,255,255,.85);
  font-size:10px;
  letter-spacing:.4em;
  writing-mode:vertical-rl;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:14px;
}