@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap";:root{--bauhaus-red: #e53935;--bauhaus-yellow: #fdd835;--bauhaus-blue: #1e88e5;--cream-white: #f5f0eb;--charcoal: #212121;--light-gray: #e0e0e0;--font-heading: "Archivo Black", "Noto Sans JP", sans-serif;--font-body: "DM Sans", "Noto Sans JP", sans-serif;--font-jp: "Noto Sans JP", sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--max-width: 1200px;--nav-height: 80px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--cream-white);color:var(--charcoal);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;letter-spacing:.02em}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.2rem,2.5vw,1.8rem)}h4{font-size:clamp(1rem,2vw,1.4rem)}p{font-family:var(--font-jp);font-weight:400;line-height:1.8}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-3xl) 0}.shape-circle{width:40px;height:40px;border-radius:50%;display:inline-block}.shape-triangle{width:0;height:0;border-left:22px solid transparent;border-right:22px solid transparent;border-bottom:40px solid currentColor;display:inline-block}.shape-square{width:40px;height:40px;display:inline-block}.shape-diamond{width:32px;height:32px;transform:rotate(45deg);display:inline-block}.bg-red{background-color:var(--bauhaus-red)}.bg-yellow{background-color:var(--bauhaus-yellow)}.bg-blue{background-color:var(--bauhaus-blue)}.bg-cream{background-color:var(--cream-white)}.bg-charcoal{background-color:var(--charcoal)}.text-red{color:var(--bauhaus-red)}.text-yellow{color:var(--bauhaus-yellow)}.text-blue{color:var(--bauhaus-blue)}.text-cream{color:var(--cream-white)}.text-charcoal{color:var(--charcoal)}.btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-family:var(--font-body);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:3px solid var(--charcoal);background:transparent;color:var(--charcoal);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn:hover{background:var(--charcoal);color:var(--cream-white)}.btn--red{border-color:var(--bauhaus-red);color:var(--bauhaus-red)}.btn--red:hover{background:var(--bauhaus-red);color:#fff}.btn--blue{border-color:var(--bauhaus-blue);color:var(--bauhaus-blue)}.btn--blue:hover{background:var(--bauhaus-blue);color:#fff}.btn--filled{background:var(--bauhaus-red);border-color:var(--bauhaus-red);color:#fff}.btn--filled:hover{background:var(--charcoal);border-color:var(--charcoal)}.grid{display:grid;gap:var(--space-lg)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.page-header{padding:calc(var(--nav-height) + var(--space-3xl)) 0 var(--space-xl);position:relative;overflow:hidden}.page-header__title{font-size:clamp(2.5rem,6vw,4.5rem);text-transform:uppercase;letter-spacing:.05em}.page-header__subtitle{font-family:var(--font-jp);font-weight:400;font-size:1rem;margin-top:var(--space-sm);opacity:.7}.tag{display:inline-block;padding:var(--space-xs) var(--space-md);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--charcoal)}.tag--red{border-color:var(--bauhaus-red);color:var(--bauhaus-red)}.tag--blue{border-color:var(--bauhaus-blue);color:var(--bauhaus-blue)}.tag--yellow{border-color:var(--bauhaus-yellow);color:var(--bauhaus-yellow)}.geo-divider{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-xl) 0}.geo-divider__line{flex:1;height:3px;background:var(--charcoal)}.geo-divider__shape{width:16px;height:16px}.gsap-fade-up{opacity:0;transform:translateY(40px)}.gsap-fade-left{opacity:0;transform:translate(-40px)}.gsap-fade-right{opacity:0;transform:translate(40px)}.gsap-scale{opacity:0;transform:scale(.8)}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-xl) 0}:root{--nav-height: 60px}}@media (max-width: 1024px) and (min-width: 769px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}::selection{background:var(--bauhaus-red);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream-white)}::-webkit-scrollbar-thumb{background:var(--charcoal)}::-webkit-scrollbar-thumb:hover{background:var(--bauhaus-red)}.nav[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);background:var(--cream-white);z-index:1000;border-bottom:3px solid var(--charcoal);transition:transform .3s ease}.nav__inner[data-astro-cid-pux6a34n]{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg);height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;z-index:1001}.nav__logo-shapes[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:4px}.nav__logo-circle[data-astro-cid-pux6a34n]{width:14px;height:14px;border-radius:50%;background:var(--bauhaus-red)}.nav__logo-triangle[data-astro-cid-pux6a34n]{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:14px solid var(--bauhaus-yellow)}.nav__logo-square[data-astro-cid-pux6a34n]{width:14px;height:14px;background:var(--bauhaus-blue)}.nav__logo-text[data-astro-cid-pux6a34n]{font-family:var(--font-heading);font-size:1.3rem;color:var(--charcoal);letter-spacing:.05em}.nav__list[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:var(--space-sm)}.nav__link[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:6px;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--charcoal);text-decoration:none;position:relative;transition:color .3s ease}.nav__link[data-astro-cid-pux6a34n]:hover,.nav__link--active[data-astro-cid-pux6a34n]{color:var(--bauhaus-red)}.nav__link--active[data-astro-cid-pux6a34n]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:3px;background:var(--bauhaus-red)}.nav__shape[data-astro-cid-pux6a34n]{display:block;width:10px;height:10px}.nav__shape--circle[data-astro-cid-pux6a34n]{border-radius:50%;background:var(--shape-color)}.nav__shape--triangle[data-astro-cid-pux6a34n]{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid var(--shape-color);background:transparent}.nav__shape--square[data-astro-cid-pux6a34n]{background:var(--shape-color)}.nav__toggle[data-astro-cid-pux6a34n]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-sm);z-index:1001}.nav__toggle-line[data-astro-cid-pux6a34n]{display:block;width:28px;height:3px;background:var(--charcoal);transition:all .3s ease}@media (max-width: 768px){.nav__toggle[data-astro-cid-pux6a34n]{display:flex}.nav__list[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--cream-white);flex-direction:column;justify-content:center;gap:var(--space-lg);transform:translate(100%);transition:transform .4s ease}.nav__list[data-astro-cid-pux6a34n].is-open{transform:translate(0)}.nav__link[data-astro-cid-pux6a34n]{font-size:1.2rem}.nav__shape[data-astro-cid-pux6a34n]{width:16px;height:16px}.nav__shape--triangle[data-astro-cid-pux6a34n]{border-left-width:8px;border-right-width:8px;border-bottom-width:16px}}.footer[data-astro-cid-sz7xmlte]{background:var(--charcoal);color:var(--cream-white);padding-top:0}.footer__geo-bar[data-astro-cid-sz7xmlte]{display:flex;height:6px}.footer__geo-bar-red[data-astro-cid-sz7xmlte]{flex:1;background:var(--bauhaus-red)}.footer__geo-bar-yellow[data-astro-cid-sz7xmlte]{flex:1;background:var(--bauhaus-yellow)}.footer__geo-bar-blue[data-astro-cid-sz7xmlte]{flex:1;background:var(--bauhaus-blue)}.footer__inner[data-astro-cid-sz7xmlte]{padding-top:var(--space-3xl);padding-bottom:var(--space-xl)}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid rgba(255,255,255,.15)}.footer__logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.footer__logo-shapes[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:4px}.footer__logo-circle[data-astro-cid-sz7xmlte]{width:12px;height:12px;border-radius:50%;background:var(--bauhaus-red)}.footer__logo-triangle[data-astro-cid-sz7xmlte]{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:12px solid var(--bauhaus-yellow)}.footer__logo-square[data-astro-cid-sz7xmlte]{width:12px;height:12px;background:var(--bauhaus-blue)}.footer__logo-text[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:1.2rem;letter-spacing:.05em}.footer__description[data-astro-cid-sz7xmlte]{font-size:.9rem;line-height:1.8;opacity:.7}.footer__heading[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-lg);color:var(--bauhaus-yellow)}.footer__list[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__link[data-astro-cid-sz7xmlte]{font-size:.9rem;opacity:.7;transition:opacity .3s ease,color .3s ease;text-decoration:none}.footer__link[data-astro-cid-sz7xmlte]:hover{opacity:1;color:var(--bauhaus-yellow)}.footer__address[data-astro-cid-sz7xmlte]{font-style:normal;font-size:.9rem;line-height:1.8;opacity:.7}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-lg)}.footer__shapes-row[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:var(--space-sm)}.footer__shape--circle[data-astro-cid-sz7xmlte]{width:10px;height:10px;border-radius:50%;background:var(--bauhaus-red);display:block}.footer__shape--triangle[data-astro-cid-sz7xmlte]{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:10px solid var(--bauhaus-yellow);display:block}.footer__shape--square[data-astro-cid-sz7xmlte]{width:10px;height:10px;background:var(--bauhaus-blue);display:block}.footer__copyright[data-astro-cid-sz7xmlte]{font-size:.8rem;opacity:.5}@media (max-width: 768px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:var(--space-xl)}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:var(--space-md);text-align:center}}
