.part-hero{position:relative;width:100%;min-height:70vh;overflow:hidden;background-color:var(--sada-navy);color:#fff}.part-hero__inner{min-height:inherit}.part-hero__visual{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.part-hero__visual picture{display:block;width:100%;height:100%}.part-hero__visual::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);z-index:2}.part-hero__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-animation:hero-zoom-out 6s ease-out forwards;animation:hero-zoom-out 6s ease-out forwards;transform:scale(1.1)}.part-hero__content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:2rem;text-align:center;min-height:inherit;padding:2rem}.part-hero__content .headline,.part-hero__content .__sub,.part-hero__content .u-notes,.part-hero__content .cta--btn{opacity:0;transform:translateY(20px);-webkit-animation:hero-fade-in-up 1s ease-out forwards;animation:hero-fade-in-up 1s ease-out forwards}.part-hero .__logo{position:absolute;top:0;left:0;text-align:left;z-index:4}.part-hero .__logo .__target{margin-top:-20px;padding-left:40px;font-size:12px}.part-hero .__headline{font-family:source-han-serif-japanese,serif;font-weight:700;font-style:normal;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.2;text-wrap:balance;text-shadow:0 0 4px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)}.part-hero .__headline .headline{display:block}.part-hero .__headline .headline:nth-child(1){-webkit-animation-delay:.2s !important;animation-delay:.2s !important}.part-hero .__headline .headline:nth-child(2){-webkit-animation-delay:.4s !important;animation-delay:.4s !important}@media(width <= 640px){.part-hero .__headline .headline{display:inline}}.part-hero .__sub{font-size:clamp(1rem,2vw,1.25rem);margin-top:1rem;line-height:1.6;-webkit-animation-delay:.6s !important;animation-delay:.6s !important;text-shadow:0 0 4px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3)}.part-hero .u-notes{margin-top:1rem;font-size:.875rem;color:#ccc;-webkit-animation-delay:.8s !important;animation-delay:.8s !important}.part-hero .cta--btn{-webkit-animation-delay:1s !important;animation-delay:1s !important}.part-hero .cta--btn a{justify-content:center;text-align:center;min-width:300px;box-shadow:0 1px 3px rgba(0,0,0,.2),0 2px 10px rgba(0,0,0,.1)}.part-hero .cta--btn svg{margin-right:.5rem}@-webkit-keyframes hero-zoom-out{to{transform:scale(1)}}@keyframes hero-zoom-out{to{transform:scale(1)}}@-webkit-keyframes hero-fade-in-up{to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-in-up{to{opacity:1;transform:translateY(0)}}@media(width <= 640px){.part-hero{height:auto}.part-hero__content{margin-top:400px;height:auto}.part-hero .__sub{text-align:left}.part-hero .__sub br{display:none}}
