.HeroSection-module__pzGXVa__hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__pzGXVa__background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__pzGXVa__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffffc66;position:absolute;inset:0}.HeroSection-module__pzGXVa__content{z-index:10;color:var(--text-primary);flex-direction:column;align-items:center;display:flex}.HeroSection-module__pzGXVa__title{font-size:3.5rem;line-height:1;font-family:var(--font-title);writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.1em;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;height:auto;min-height:400px;margin-bottom:3rem;animation:1.5s ease-out HeroSection-module__pzGXVa__fadeIn;display:flex}.HeroSection-module__pzGXVa__subtitle{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin-top:1rem;font-size:1rem;animation:1s ease-out .5s backwards HeroSection-module__pzGXVa__slideUp}.HeroSection-module__pzGXVa__paletteStrip{gap:8px;margin-top:1.5rem;animation:1s ease-out .6s backwards HeroSection-module__pzGXVa__slideUp;display:flex}.HeroSection-module__pzGXVa__paletteStrip div{opacity:.8;border-radius:2px;width:40px;height:4px}.HeroSection-module__pzGXVa__description{font-family:var(--font-serif);text-align:center;margin-top:2rem;font-size:1.1rem;line-height:2;animation:1s ease-out .8s backwards HeroSection-module__pzGXVa__slideUp}.HeroSection-module__pzGXVa__scrollIndicator{font-family:var(--font-sans);letter-spacing:.1em;opacity:.6;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__pzGXVa__line{background-color:var(--text-primary);width:1px;height:60px;animation:2s ease-in-out infinite HeroSection-module__pzGXVa__extend}@keyframes HeroSection-module__pzGXVa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HeroSection-module__pzGXVa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__pzGXVa__extend{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:768px){.HeroSection-module__pzGXVa__title{height:40vh;font-size:2.5rem}}
.Home-module__jKgjFW__main{background-color:var(--co-gofun);flex-direction:column;min-height:100vh;display:flex}.Home-module__jKgjFW__introSection{text-align:center;max-width:800px;margin:0 auto;padding:8rem 2rem}.Home-module__jKgjFW__introTitle{font-family:var(--font-title);letter-spacing:.15em;margin-bottom:2rem;font-size:2.2rem;font-weight:500;line-height:1.8}.Home-module__jKgjFW__introText{font-family:var(--font-accent);color:var(--text-primary);opacity:.8;font-size:1.2rem;line-height:2.4}.Home-module__jKgjFW__seasonSection{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem 8rem}.Home-module__jKgjFW__sectionHeader{text-align:center;margin-bottom:4rem}.Home-module__jKgjFW__sectionTitle{font-family:var(--font-title);margin-bottom:.5rem;font-size:2.5rem}.Home-module__jKgjFW__sectionSubtitle{font-family:var(--font-sans);letter-spacing:.2em;opacity:.6;font-size:.9rem}.Home-module__jKgjFW__seasonGrid{grid-template-columns:repeat(5,1fr);gap:1rem;height:60vh;display:grid}.Home-module__jKgjFW__seasonCard{border-radius:4px;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__seasonBg{pointer-events:none;z-index:1;width:100%;height:100%;transition:transform .8s;position:absolute;top:0;left:0}.Home-module__jKgjFW__seasonOverlay{z-index:2;background:#0000004d;transition:background .5s;position:absolute;inset:0}.Home-module__jKgjFW__seasonContent{z-index:10;color:#fff;flex-direction:column;align-items:center;transition:transform .5s;display:flex;position:relative}.Home-module__jKgjFW__seasonName{font-size:3.5rem;font-family:var(--font-serif);text-shadow:0 4px 10px #0003;margin-bottom:.5rem}.Home-module__jKgjFW__seasonEn{font-family:var(--font-sans);letter-spacing:.3em;opacity:.8;font-size:.8rem}.Home-module__jKgjFW__seasonCard:hover{flex-grow:1.5}.Home-module__jKgjFW__seasonCard:hover .Home-module__jKgjFW__seasonBg img{transform:scale(1.1)}.Home-module__jKgjFW__seasonCard:hover .Home-module__jKgjFW__seasonOverlay{background:#0000001a}.Home-module__jKgjFW__featureSection{grid-template-columns:1fr 1fr;min-height:80vh;display:grid}.Home-module__jKgjFW__featureImage{width:100%;height:100%;min-height:50vh;position:relative}.Home-module__jKgjFW__featureContent{background-color:#fff;flex-direction:column;justify-content:center;padding:6rem;display:flex}.Home-module__jKgjFW__featureContent.Home-module__jKgjFW__dark{color:#fff;background-color:#1a1a1a}.Home-module__jKgjFW__featureTitle{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem;line-height:1.2}.Home-module__jKgjFW__featureText{font-family:var(--font-serif);opacity:.8;margin-bottom:3rem;font-size:1.1rem;line-height:2}.Home-module__jKgjFW__button{font-family:var(--font-sans);letter-spacing:.1em;border:1px solid;border-radius:50px;align-self:flex-start;padding:1rem 3rem;transition:all .3s;display:inline-block}.Home-module__jKgjFW__button:hover{color:var(--background);background:currentColor}.Home-module__jKgjFW__featureContent.Home-module__jKgjFW__dark .Home-module__jKgjFW__button:hover{color:#1a1a1a;background:#fff}.Home-module__jKgjFW__footer{text-align:center;font-family:var(--font-sans);opacity:.6;background-color:var(--co-gofun);padding:4rem;font-size:.8rem}@media (max-width:1024px){.Home-module__jKgjFW__seasonGrid{grid-template-columns:repeat(2,1fr);height:auto}.Home-module__jKgjFW__seasonCard{aspect-ratio:3/4}.Home-module__jKgjFW__featureSection{grid-template-columns:1fr}.Home-module__jKgjFW__featureContent{order:2;padding:4rem 2rem}.Home-module__jKgjFW__featureImage{order:1;height:50vh}}@media (max-width:600px){.Home-module__jKgjFW__introTitle{font-size:1.5rem}.Home-module__jKgjFW__seasonGrid{grid-template-columns:1fr}.Home-module__jKgjFW__seasonCard{aspect-ratio:16/9}}
