@charset "UTF-8";.section-hero{position:relative;overflow:hidden}.section-hero:before{inset:0;position:absolute;content:"";display:flex;background-color:color-mix(in srgb,var(--bg-b) 80%,transparent);z-index:1}.section-hero__shutter{position:absolute;left:0;width:100%;height:50%;z-index:5;background:var(--bg-g);will-change:transform}.section-hero__shutter--top{top:0}.section-hero__shutter--bottom{bottom:0}.section-hero__intro-title{position:absolute;top:0;left:0;width:100%;height:100%;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;pointer-events:none;mix-blend-mode:difference}.section-hero__intro-word{display:block;font-size:clamp(80px,11.71875vw,16rem);font-weight:500;line-height:110%;letter-spacing:-.05em;color:var(--cl-g);white-space:nowrap}.section-hero__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh;text-align:center;gap:2.4rem;position:relative;z-index:2;max-width:90vw;margin:0 auto}.section-hero__inner .body-l,.section-hero__inner .h1,.section-hero__inner .main-button{will-change:transform,opacity}.section-hero .main-button{margin-top:1.6rem}.section-hero .bg-list{--offset:clamp(16px, 2.34375vw, 3.2rem);position:absolute;inset:-80rem;z-index:0;display:grid;grid-template-columns:repeat(9,30rem);gap:var(--offset);transform-origin:50% 50%;transform:translate(5%,20%) rotate(38deg);will-change:transform,opacity}.section-hero .bg-list__item{display:flex;flex-direction:column}.section-hero .bg-list__item img{width:100%;height:100%;aspect-ratio:1/1.35;margin:calc(var(--offset)/ 2) 0}@media (max-width:575.98px){.section-hero__inner br{display:none}}