.hero-video{align-items:center;display:flex;justify-content:center;min-height:100vh;padding-bottom:calc(var(--header-height, 0px) + var(--space-80, 80px));padding-top:calc(var(--header-height, 0px) + var(--space-80, 80px));position:relative;width:100%}.hero-video__background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-video__image,.hero-video__video{height:100%;object-fit:cover;width:100%}.hero-video__background:after{background:linear-gradient(0deg,#000 0,rgba(0,0,0,.7) 25%,rgba(0,0,0,.7));content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.hero-video__content{align-items:center;display:flex;flex-direction:column;gap:var(--space-24);max-width:var(--container-max-width);padding:0 var(--space-24);position:relative;text-align:center;z-index:2}@keyframes scaleDownCenter{0%{opacity:0;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}@keyframes slideFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-video__heading{animation:scaleDownCenter .8s ease-out .3s forwards;color:var(--color-gray-300);letter-spacing:.1em;line-height:var(--line-height-tight);opacity:0;text-align:center;text-transform:uppercase;transform:scale(1.2);width:100%}.hero-video__heading div,.hero-video__heading h1,.hero-video__heading h2,.hero-video__heading h3,.hero-video__heading p{color:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-align:inherit;text-transform:inherit}.hero-video__heading strong{display:block;font-size:clamp(48px,calc(39.71904px + 2.5878vw),76px);font-weight:inherit}@media (max-width:767px){.hero-video__heading strong{font-size:var(--font-size-56)}}.hero-video__subtitle{animation:slideFromBottom 1.5s ease-out .8s forwards;margin:0 auto;max-width:calc(var(--container-max-width) - var(--space-112)*2);opacity:0}.hero-video__subtitle div,.hero-video__subtitle p,.kamiwaza-theme .hero-video__subtitle div,.kamiwaza-theme .hero-video__subtitle p{color:var(--color-gray-500);font-family:var(--font-family-base);font-size:var(--font-size-24);line-height:var(--line-height-normal);margin:0}