:root{color:#181818;background:#fdfdfd;font-family:Urbanist,Noto Sans JP,sans-serif;font-synthesis:none}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}body{overflow:hidden}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hero{position:relative;height:100svh;min-height:100svh;overflow:hidden;isolation:isolate}.hero:before{position:absolute;inset:0;z-index:-2;background:#fdfdfd;content:""}.symbol-stage{position:absolute;inset:0;z-index:1;overflow:hidden;cursor:default}.symbol-stage canvas{display:block;width:100%;height:100%;opacity:0;transition:opacity 2.2s ease .15s}.symbol-stage[data-ready=true] canvas{opacity:1}.hero__brand{--brand-scale: 1;--brand-center-offset: clamp(40px, 4.2vw, 58px);position:absolute;top:calc(46.5% + var(--brand-center-offset));left:50%;z-index:2;display:flex;width:450px;flex-direction:column;align-items:center;transform:translate(-50%,-50%) scale(var(--brand-scale));transform-origin:center;pointer-events:none;animation:brand-reveal 2.2s ease .15s both}.hero__mascot{position:absolute;bottom:calc(100% + 22px);left:50%;width:50px;padding:0;border:0;background:transparent;appearance:none;color:#414141;opacity:0;translate:-50% 0;rotate:0deg;scale:1;transform-origin:50% 100%;will-change:translate,rotate,scale,opacity;pointer-events:auto;cursor:default;touch-action:manipulation;-webkit-tap-highlight-color:transparent;animation:mascot-approach 5.8s ease-out .35s both}.hero__mascot:focus-visible{outline:1px solid currentColor;outline-offset:6px}.hero__mascot svg{display:block;width:100%;height:auto;overflow:visible;fill:currentColor;transform-origin:50% 100%;will-change:transform;transition:transform .18s ease-out;animation:mascot-body-walk 5.8s ease-in-out .35s both}.hero__mascot-body{transform-box:fill-box;transform-origin:center bottom}.hero__mascot-foot{transform-box:fill-box;transform-origin:center bottom;will-change:transform;transition:transform .18s ease-out}.hero__mascot-foot--left{animation:mascot-left-foot 5.8s ease-in-out .35s both}.hero__mascot-foot--right{animation:mascot-right-foot 5.8s ease-in-out .35s both}.hero__mascot.is-ready:not(.is-hover-walking) svg,.hero__mascot.is-ready:not(.is-hover-walking) .hero__mascot-foot{animation:none}.hero__mascot.is-hover-walking svg{animation:mascot-hover-body 2.32s ease-in-out both}.hero__mascot.is-hover-walking .hero__mascot-foot--left{animation:mascot-hover-left-foot 2.32s ease-in-out both}.hero__mascot.is-hover-walking .hero__mascot-foot--right{animation:mascot-hover-right-foot 2.32s ease-in-out both}.hero__wordmark{display:block;width:360px;height:auto;margin-bottom:19px;filter:brightness(0);opacity:.745}.hero__coordinates{margin:0 0 31px;color:#414141;font-family:Urbanist,Noto Sans JP,sans-serif;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.25em;white-space:nowrap}.hero__tagline{margin:0 0 17px;color:#414141c2;font-size:.84rem;font-weight:400;line-height:1.8;letter-spacing:.11em;text-align:center;white-space:nowrap}.hero__tagline span{display:block}.hero__description{width:100%;margin:0;color:#4141418a;font-size:.66rem;font-weight:400;line-height:1.9;letter-spacing:.06em;text-align:center}.hero__description span{display:block}.hero__description .mobile-break{display:none}.company-info{--copyright-row-offset: clamp(0px, calc(100px - 16.6667vw) , 32px);position:absolute;right:clamp(20px,2.8vw,48px);bottom:clamp(18px,2.6vw,40px);left:clamp(20px,2.8vw,48px);z-index:3;display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px 28px;align-items:end;padding-bottom:var(--copyright-row-offset);color:#1818188a;font-size:clamp(.55rem,.5rem + .25vw,.72rem);line-height:1.55;letter-spacing:.045em;pointer-events:none;animation:content-fade-in 2.2s ease .15s both}.company-info__address{flex:0 0 100%;margin:0;font-style:normal;white-space:nowrap}.company-info__address-link{display:inline-flex;gap:.55em;align-items:center}.company-info__pictogram{flex:0 0 auto;width:1.15em;height:1.15em;-webkit-user-select:none;user-select:none;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.company-info__pictogram--phone{stroke-width:6.5}.company-info__contact{display:flex;flex-wrap:wrap;gap:.4em 1.5em}.company-info__item{display:inline-flex;gap:.6em;align-items:center}.company-info a{color:inherit;text-decoration-color:transparent;text-underline-offset:.25em;pointer-events:auto;-webkit-user-drag:none;-webkit-user-select:text;user-select:text;transition:color .18s ease,text-decoration-color .18s ease}.company-info a:hover,.company-info a:focus-visible{color:#181818;text-decoration-color:currentColor}.company-info a:focus-visible{outline:1px solid currentColor;outline-offset:4px}a[x-apple-data-detectors]{color:inherit!important;font:inherit!important;text-decoration:none!important}.company-info__copyright{position:absolute;right:0;bottom:0;font-size:inherit;white-space:nowrap}@keyframes brand-reveal{0%{opacity:0;transform:translate(-50%,calc(-50% + 6px)) scale(var(--brand-scale))}to{opacity:1;transform:translate(-50%,-50%) scale(var(--brand-scale))}}@keyframes content-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mascot-approach{0%{opacity:0;translate:-50% 0;scale:.12}16%{opacity:1}to{opacity:1;translate:-50% 0;scale:1}}@keyframes mascot-body-walk{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,to{transform:translateY(0) rotate(0)}5%,25%,45%,65%,85%{transform:translateY(-5px) rotate(-3.6deg)}15%,35%,55%,75%,95%{transform:translateY(-5px) rotate(3.6deg)}}@keyframes mascot-left-foot{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,to{transform:translateY(0) rotate(0)}5%,25%,45%,65%,85%{transform:translateY(-16px) rotate(-5deg)}}@keyframes mascot-right-foot{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%,to{transform:translateY(0) rotate(0)}15%,35%,55%,75%,95%{transform:translateY(-16px) rotate(5deg)}}@keyframes mascot-hover-body{0%,25%,50%,75%,to{transform:translateY(0) rotate(0)}12.5%,62.5%{transform:translateY(-5px) rotate(-3.6deg)}37.5%,87.5%{transform:translateY(-5px) rotate(3.6deg)}}@keyframes mascot-hover-left-foot{0%,25%,50%,75%,to{transform:translateY(0) rotate(0)}12.5%,62.5%{transform:translateY(-16px) rotate(-5deg)}}@keyframes mascot-hover-right-foot{0%,25%,50%,75%,to{transform:translateY(0) rotate(0)}37.5%,87.5%{transform:translateY(-16px) rotate(5deg)}}@media(max-height:560px)and (orientation:landscape){.hero__brand{--brand-center-offset: clamp(24px, 6vh, 34px);top:calc(41% + var(--brand-center-offset))}.company-info{bottom:calc(12px + env(safe-area-inset-bottom,0px))}}@media(prefers-reduced-motion:reduce){.symbol-stage canvas{transition:none}.hero__brand,.company-info,.hero__mascot,.hero__mascot svg,.hero__mascot-body,.hero__mascot-foot{animation:none}.hero__mascot{opacity:1;translate:-50% 0;scale:1}.symbol-stage{cursor:default}}@font-face{font-family:Urbanist;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/urbanist-latin-400-normal-ClbGNxcV.woff2) format("woff2")}@font-face{font-family:Urbanist;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/urbanist-latin-600-normal-BuXRW95m.woff2) format("woff2")}@font-face{font-family:Urbanist;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/urbanist-latin-700-normal-BtsT2zLv.woff2) format("woff2")}@font-face{font-family:Noto Sans JP;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-jp-japanese-400-normal-Cy9Yahyj.woff2) format("woff2")}
