*{margin:0;padding:0;box-sizing:border-box;font-family:Zen Old Mincho,serif}html{font-size:16px;scroll-behavior:smooth}body{position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url(./wasi-DxE4rOJ-.webp) center / cover repeat;opacity:.5;z-index:-100}#loading{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.loader-logo{width:100px;margin-bottom:2rem;opacity:0;animation:logoFadeIn 1.2s ease forwards}@media(max-width:768px){.loader-logo{width:75px}}@keyframes logoFadeIn{to{opacity:1}}.loader-content{width:600px;opacity:0;clip-path:inset(0 0 0 100%);animation:contentRevealLeft 2s ease-out forwards;animation-delay:1.2s}@media(max-width:768px){.loader-content{width:300px}}@keyframes contentRevealLeft{0%{opacity:0;clip-path:inset(0 0 0 100%)}to{opacity:1;clip-path:inset(0 0 0 0%)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{display:flex;justify-content:space-between;align-items:center;height:35vh;margin-bottom:4rem}@media screen and (max-width:768px){.header{display:none}}.header>div{height:100%}.mobile-logo{height:15dvh;width:100%;display:block}.mobile-logo>img{height:100%;width:auto;object-fit:contain;margin:0 auto}@media screen and (min-width:768px){.mobile-logo{display:none}}h2{font-size:3rem;font-weight:600}@media screen and (max-width:768px){h2{font-size:2rem}}img{width:100%;height:100%;object-fit:cover;display:block}.parallax-window{width:100%;overflow:hidden;position:relative}.parallax-img{position:absolute;top:0;left:0;width:100%;height:120%;object-fit:cover;transform:translateY(-10%)}video{width:100%;height:100%;object-fit:cover;display:block}a{text-decoration:none;color:inherit}li{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spacer{height:200px}@media screen and (max-width:768px){.spacer{height:100px}}.spacer-s{height:100px}@media screen and (max-width:768px){.spacer-s{height:50px}}@media screen and (max-width:768px){.sp-only{display:none}}.vertical{writing-mode:vertical-rl;text-orientation:upright}.indent{display:block;padding-top:2em}button{border:none;background-color:transparent}.margin-b{margin-bottom:2rem}.label{background-color:#fff;box-shadow:0 0 5px #0000004d;height:250px;padding:1.5rem;text-align:center;font-size:1.75rem;font-weight:600;margin:0 auto;z-index:1}@media screen and (max-width:768px){.label{height:180px;padding:1rem;font-size:1.25rem}}.label-big{height:350px;padding:2rem;font-size:2.5rem;position:absolute;top:25%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:768px){.label-big{height:280px;padding:1.5rem;font-size:2rem}}.label-corse{height:350px;padding:2rem;font-size:2.25rem}@media screen and (max-width:768px){.label-corse{height:200px;padding:1rem;font-size:1.5rem}}.kerning{letter-spacing:.5em}.reserve-btn{display:inline-block;background-color:#820b22;color:#fff;padding:1rem 2rem;border-radius:50px;margin-top:auto;margin-bottom:1rem;font-weight:700;border-style:none;background-color:none;transition:background-color .5s}@media screen and (max-width:768px){.reserve-btn{padding:.75rem 1.25rem;font-size:.75rem}}.reserve-btn:hover{background-color:#fff;color:#820b22;box-shadow:0 0 0 1px #820b22}.header-reserve{margin-top:0}.footer-reserve{background-color:#560a0a;color:#fff;box-shadow:0 0 0 1px #fff}.footer-reserve:hover{background-color:#fff;color:#560a0a}.read-more{display:flex;justify-content:center;align-items:center;box-shadow:0 0 0 1px #333;color:#333;padding:.75rem 2rem;border-radius:50px;margin:4rem auto 0;font-weight:700;width:fit-content;cursor:pointer;transition:transform .5s}.read-more:hover{transform:scale(1.05)}@media screen and (max-width:768px){.read-more{padding:.5rem 1.75rem;margin:2rem auto 0;font-weight:700}}.white{box-shadow:0 0 0 1px #fff;color:#fff;transition:background-color .5s}.white:hover{box-shadow:0 0 0 1px #560a0a;color:#560a0a;background-color:#fff}.menu-btn{font-size:1.25rem}@media screen and (max-width:768px){.menu-btn{font-size:1rem}}.menu-hidden{display:none}.menu-hidden.is-open{display:block}.grid-system{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;grid-auto-flow:dense}@media screen and (max-width:768px){.grid-system{grid-template-columns:repeat(6,1fr);gap:12px}}.section-padding{padding:0 5%}.top-hero{height:100vh;padding-top:15vh;padding-right:5%}@media screen and (max-width:768px){.top-hero{height:80dvh;padding:0 1rem}}.hero-left{grid-column:span 9;height:85vh;position:relative;overflow:hidden}@media screen and (max-width:768px){.hero-left{grid-column:span 6;height:55dvh}}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1);transition:opacity 1.6s ease,transform 3.5s ease}.hero-img.is-active{opacity:1;transform:scale(1.08);z-index:1}.hero-right{grid-column:span 3;height:85vh;display:flex;flex-direction:column;align-items:center;padding:0 1rem}@media screen and (max-width:768px){.hero-right{grid-column:span 6;height:auto}}@media screen and (max-width:768px){.hero-right>div,.hero-right>a{display:none}}.hero-nav{display:flex;flex-direction:row-reverse;justify-content:center;align-items:flex-start;gap:10px;margin-top:10px;list-style:none}.hero-nav>li{writing-mode:vertical-rl;text-orientation:upright;transition:all .5s;position:relative;padding-top:14px}.hero-nav>li:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:8px;height:8px;background-color:#820b22;opacity:0;transition:all .5s}.hero-nav>li:hover:before,.hero-nav>li.is-current:before{opacity:1}.hero-nav>li:hover,.hero-nav>li.is-current{transform:scale(1.05);color:#820b22}.top-feature{text-align:center;background:linear-gradient(to bottom,transparent 0%,transparent 55%,#560A0A 55%,#560A0A 100%);padding-bottom:4rem}@media screen and (max-width:768px){.top-feature{padding-bottom:2rem}}.section-title{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}@media screen and (max-width:768px){.section-title{margin-bottom:1rem}}.top-feature>p{margin-bottom:4rem;font-size:1.25rem;line-height:2}@media screen and (max-width:768px){.top-feature>p{margin-bottom:2rem;font-size:1rem;padding:0 2.5rem}}.sub-title{display:flex;justify-content:center;align-items:center;gap:10px;font-size:1.5rem}@media screen and (max-width:768px){.sub-title{gap:10px;font-size:1.25rem}}.sub-title:before,.sub-title:after{content:"";display:block;width:20px;height:1px;background-color:#333}.feature-wrap>a{grid-column:span 4}@media screen and (max-width:768px){.feature-wrap>a{grid-column:span 6}}.feature-items{height:500px;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden;box-shadow:0 0 4px #0000004d}@media screen and (max-width:768px){.feature-items{height:240px}}.f-img{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .5s}.feature-items:hover .f-img{transform:scale(1.05);filter:brightness(.7) blur(1px)}.top-menuRoom{text-align:center}.top-menuRoom>p{margin-bottom:4rem;font-size:1.25rem;line-height:2}@media screen and (max-width:768px){.top-menuRoom>p{margin-bottom:2rem;font-size:1rem;padding:0 2.5rem}}.menuRoom-wrap>a{grid-column:span 6}.menuRoom-items{height:500px;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden;box-shadow:0 0 4px #0000004d}@media screen and (max-width:768px){.menuRoom-items{height:240px}}.r-img{object-position:center 80%}.menuRoom-items:hover .f-img{transform:scale(1.05);filter:brightness(.7) blur(1px)}.menuRoom-items>h3{font-size:2rem;font-weight:500;letter-spacing:.2em}@media screen and (max-width:768px){.menuRoom-items>h3{font-size:1.25rem;font-weight:500;letter-spacing:.2em}}.accessFAQ{margin:5%;background-color:#fff;box-shadow:0 0 5px #0000004d;display:flex;justify-content:center;align-items:center;gap:24px;padding:4rem}@media screen and (max-width:768px){.accessFAQ{flex-direction:column;padding:2rem}}.accessFAQ>a{display:inline-block;border:solid 1px #820b22;color:#820b22;padding:1rem 2rem;width:240px;text-align:center;transition:all .3s}.accessFAQ>a:hover{border:solid 1px #fff;color:#fff;background-color:#820b22}.feature-title{font-size:2rem}@media screen and (max-width:768px){.feature-title{font-size:1.5rem}}.feature-content{font-size:1.2rem;margin-top:1.5rem}@media screen and (max-width:768px){.feature-content{font-size:1rem;margin-top:1rem}}.water-rice{margin-top:4rem}@media screen and (max-width:768px){.water-rice{margin-top:1rem}}.feature-bg{height:200vh;position:relative}.feature-bg>img{position:sticky;top:0;left:0;height:100vh;z-index:-1;filter:brightness(.7)}.feature-bg-content{display:flex;justify-content:center;align-items:center;height:100vh}.feature-bg-content-wrap{display:flex;flex-direction:row-reverse;justify-content:center;gap:3rem;color:#fff;text-shadow:0 0 6px rgba(0,0,0,.6)}.feature-bg-content-wrap>h4{font-size:2.5rem;letter-spacing:.2em}@media screen and (max-width:768px){.feature-bg-content-wrap>h4{font-size:1.75rem}}.feature-bg-content-wrap>p{font-size:1.4rem;display:block;padding-top:6rem;line-height:1.8;letter-spacing:.2em}@media screen and (max-width:768px){.feature-bg-content-wrap>p{font-size:1.25rem;padding-top:4rem;line-height:1.6}}.water,.rice{display:flex;justify-content:space-between;align-items:center;gap:4rem;height:50vh;margin:4rem 0}@media screen and (max-width:768px){.water{flex-direction:column;justify-content:center;gap:2rem;margin:2rem 0;height:auto}}@media screen and (max-width:768px){.rice{flex-direction:column-reverse;justify-content:center;gap:2rem;margin:2rem 0;height:auto}}.water-left{flex:1;height:100%;width:100%}@media screen and (max-width:768px){.water-left{flex:none;height:250px}}.water-center,.rice-center{flex:1;display:flex;flex-direction:column}.rice-right{flex:1;height:100%;width:100%}@media screen and (max-width:768px){.rice-right{flex:none;height:250px}}.pork{display:flex;align-items:center;gap:4rem;margin:4rem 0;height:50vh}@media screen and (max-width:768px){.pork{flex-direction:column;gap:2rem;margin:2rem 0;height:auto}}.pork-left{flex:1;height:100%;width:100%}@media screen and (max-width:768px){.pork-left{flex:none;height:250px}}.pork-right{flex:1}.vegetable{display:flex;align-items:center;gap:4rem;margin:4rem 0;height:50vh}@media screen and (max-width:768px){.vegetable{flex-direction:column-reverse;gap:2rem;margin:2rem 0;height:auto}}.vegetable-left{flex:1}.vegetable-right{flex:1;height:100%;width:100%}@media screen and (max-width:768px){.vegetable-right{flex:none;height:250px}}.irori{display:flex;align-items:center;gap:4rem;margin:4rem 0;height:50vh}@media screen and (max-width:768px){.irori{height:auto;gap:2rem;margin:2rem 0;display:flex;flex-direction:column-reverse}}.irori-left{flex:1;padding:0 4rem}@media screen and (max-width:768px){.irori-left{flex:1;padding:0 5%;height:auto}}.irori-right{flex:1;height:100%;width:100%}@media screen and (max-width:768px){.irori-right{flex:none;height:250px}}.hanare{display:flex}@media screen and (max-width:768px){.hanare{flex-direction:column}}.hanare-left{width:60%;height:150vh}@media screen and (max-width:768px){.hanare-left{width:100%;height:80vh}}.hanare-right{position:sticky;top:0;align-self:flex-start;padding:4rem;width:40%}@media screen and (max-width:768px){.hanare-right{padding:5%;width:100%}}.price{color:#76681f;line-height:1.6}.dish-title{display:flex;align-items:center;gap:.4rem;font-size:1.75rem;font-weight:600;margin:2rem 0}@media screen and (max-width:768px){.dish-title{font-size:1.25rem;font-weight:600;margin:1rem 0}}.dish-title:before{content:"";width:1.5rem;height:1.5rem;background:#820b22;display:block}@media screen and (max-width:768px){.dish-title:before{width:1rem;height:1rem}}.content-padding{margin-top:1rem}.menu-nav{direction:rtl}.menu-nav>a{grid-column:span 4}.menu-nav>a:nth-child(1){grid-row:span 2}@media screen and (max-width:768px){.menu-nav>a{grid-column:span 3}}@media screen and (max-width:768px){.menu-nav>a:nth-child(1){grid-column:span 6;grid-row:span 1}}.menu-items{height:100%;min-height:300px;display:flex;justify-content:center;align-items:flex-start;position:relative;overflow:hidden;box-shadow:0 0 6px #0009}@media screen and (max-width:768px){.menu-items{min-height:220px}}.menu-items>img{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .5s}.menu-items:hover>img{transform:scale(1.05);filter:brightness(.7) blur(1px)}.menu-info{font-size:1.5rem}@media screen and (max-width:768px){.menu-info{font-size:1.25rem}}.corse{display:flex;flex-direction:column;justify-content:center}.corse-item{display:flex;justify-content:center;align-items:flex-end;gap:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.corse-item{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}}.corse-item-left{flex:1;aspect-ratio:4/3}.corse-title{font-size:1.75rem;font-weight:600}@media screen and (max-width:768px){.corse-title{font-size:1.25rem}}.corse-content{display:flex;flex-wrap:wrap;margin-top:8px}.corse-content>span{border:solid 1px #333;padding:.2rem .4rem;margin-left:-1px}@media screen and (max-width:768px){.corse-content>span{font-size:.75rem;margin-top:-1px}}.irori-item{grid-column:span 4}.irori-item>figure{aspect-ratio:4/3}.single-menu{grid-column:span 3;padding:1rem}.single-menu>span{margin-left:1rem}@media screen and (min-width:769px){.side-dish{grid-row:2}}@media screen and (max-width:768px){.irori-item{grid-column:span 6;margin-bottom:1rem}.single-menu{grid-column:span 3;grid-row:auto}}.single-title{flex:1;display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:600}@media screen and (max-width:768px){.single-title{font-size:1rem}}.single-title:before{content:"";width:.5rem;height:1.25rem;background:#e2d7a0;display:block}.karaage{display:flex;gap:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.karaage{flex-direction:column}}.karaage-left{flex:1;aspect-ratio:4/3}.karaage-right{flex:1;display:flex;flex-direction:column}.take-out{width:50%;align-self:flex-end;margin-top:auto}.oil{display:flex;align-items:center;gap:2rem;padding:2rem;border:solid 1px #333;margin:4rem auto;width:80%;overflow:hidden}@media screen and (max-width:768px){.oil{flex-direction:column;justify-content:center;gap:2rem;padding:1rem;margin:2rem auto;width:100%}}.oil-img{flex:1;aspect-ratio:5/3;height:auto;min-width:0}@media screen and (max-width:768px){.oil-img{aspect-ratio:auto}}.oil-content{flex:1;display:flex;flex-direction:column;gap:1rem}.ippin-item{grid-column:span 4}@media screen and (max-width:768px){.ippin-item{grid-column:span 6;margin-bottom:1rem}}.ippin-item>figure{aspect-ratio:4/3}.gozen-item{grid-column:2 / span 5}@media screen and (max-width:768px){.gozen-item{grid-column:span 6;margin-bottom:1rem}}.gozen-item>figure{aspect-ratio:4/3}.teisyoku-item{grid-column:7 / span 5}@media screen and (max-width:768px){.teisyoku-item{grid-column:span 6}}.teisyoku-item>figure{aspect-ratio:4/3}.ilaka{display:flex;gap:4rem}@media screen and (max-width:768px){.ilaka{flex-direction:column;gap:1rem}}.ilaka-left,.ilaka-right{flex:1}.ilaka-right{align-self:flex-end}.drink-price>p>span{border:solid 1px #333;padding:.2rem .4rem;margin-left:-1px;font-size:1rem;color:#333}.other-drink{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem;border:solid 1px #333;width:80%;margin:4rem auto 0}@media screen and (max-width:768px){.other-drink{flex-direction:column;gap:1rem;padding:1rem;width:100%;margin:2rem auto 0}}.other-drink-img{flex:1}.other-drink-content{flex:3}.room-hero{min-height:120vh;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (max-width:768px){.room-hero{min-height:70vh}}.room-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center 80%;filter:brightness(.7)}.room-feature-item{display:flex;align-items:flex-end;margin:4rem 0;height:60vh}@media screen and (max-width:768px){.room-feature-item{flex-direction:column;align-items:center;margin:2rem 0}}.room-feature-img{flex:3;overflow:hidden;height:100%;width:100%}.room-feature-content{flex:2;padding:0 4rem}@media screen and (max-width:768px){.room-feature-content{flex:2;padding:1rem}}.room-feature-content>h4{margin-bottom:2rem}@media screen and (max-width:768px){.room-feature-content>h4{margin-bottom:0}}@media screen and (max-width:768px){.feature2{flex-direction:column-reverse}}.various{text-align:center}@media screen and (max-width:768px){.various{text-align:left}}.various-img{grid-column:span 4;margin:4rem 0;aspect-ratio:4/5}@media screen and (max-width:768px){.various-img{grid-column:span 6;margin:0}}@media screen and (max-width:768px){.various-img:nth-child(1){margin-top:2rem}}.various>h4{margin-bottom:1.5rem}@media screen and (max-width:768px){.various>h4{margin:1rem 0}}.pet-dog{display:flex;gap:4rem}@media screen and (max-width:768px){.pet-dog{flex-direction:column;gap:1rem}}.pet-dog-img{flex:2;aspect-ratio:4/5}.pet-dog-content{flex:3}.pet-dog-content{display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:768px){.pet-dog-content{gap:1rem}}.pet-dog-content>span{align-self:flex-end;justify-self:flex-end}.access-copy{display:flex;justify-content:center;align-items:center;height:50vh;font-size:2rem;margin:0 auto}@media screen and (max-width:768px){.access-copy{height:auto;font-size:1.25rem;writing-mode:vertical-rl;text-orientation:upright;margin:1rem auto}}.access-copy2{display:flex;justify-content:center;align-items:center;font-size:1.75rem;margin:0 auto 4rem;text-align:center;font-weight:500}@media screen and (max-width:768px){.access-copy2{font-size:1.25rem;margin:0 auto 2rem}}.Google-map{position:relative;width:100%;aspect-ratio:16 / 9}@media screen and (max-width:768px){.Google-map{aspect-ratio:4/3}}.Google-map iframe{width:100%;height:100%;border:0;filter:grayscale(100%)}.access-title{display:block;width:fit-content;margin:4rem auto;padding:.75rem 2rem;border:1px solid #333;font-size:2rem;font-weight:600}@media screen and (max-width:768px){.access-title{margin:2rem auto;padding:.75rem 2rem;font-size:1.25rem}}.station{display:flex;gap:2rem;padding:2rem;background-color:#fff;box-shadow:0 0 5px #0000004d;margin-bottom:2rem}@media screen and (max-width:768px){.station{flex-direction:column;gap:1rem;padding:2rem}}.station-name{flex:1;display:flex;align-items:center;gap:.4rem;font-size:1.5rem}@media screen and (max-width:768px){.station-name{font-size:1.25rem}}.station-name:before{content:"";width:1.5rem;height:1.5rem;background:#820b22;display:block}@media screen and (max-width:768px){.station-name:before{width:1.25rem;height:1.25rem}}.minute{flex:1;display:flex;flex-direction:column}.station-content{flex:3}.stroll{display:flex;gap:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.stroll{flex-direction:column;gap:1rem;margin-bottom:2rem}}.stroll-content{flex:2;margin:0 4rem}@media screen and (max-width:768px){.stroll-content{margin:0 1rem}}.stroll-content>h6{font-size:1.25rem;margin-bottom:1rem}.stroll-img{flex:1}.car-item{display:flex;gap:2rem;padding:2rem;background-color:#fff;box-shadow:0 0 5px #0000004d;margin-bottom:2rem}@media screen and (max-width:768px){.car-item{flex-direction:column;gap:1rem;padding:2rem}}.car-info{flex:1;display:flex;align-items:center;font-size:1.25rem}.car-info2{flex:2;display:flex;align-items:center;font-size:1.25rem}.car-content{flex:3}.faq summary{list-style:none;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq-question{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-bottom:1px solid #000;font-size:1.5rem}@media screen and (max-width:768px){.faq-question{gap:.75rem;padding:.5rem 1rem;font-size:1rem}}.faq[open] .faq-question{border-bottom:1px dashed #000}.faq-answer{display:flex;gap:.75rem;padding:1rem 4rem}@media screen and (max-width:768px){.faq-answer{padding:.5rem 2rem}}.faq[open] .faq-answer{border-bottom:2px solid #000}.markA{font-size:2rem;color:#820b22}.markQ{font-size:2rem;color:#333}@media screen and (max-width:768px){.markA,.markQ{font-size:1.5rem}}.footer{display:flex;background-color:#560a0a;padding:5%;position:relative}@media screen and (max-width:768px){.footer{flex-direction:column;padding:10% 5%}}.footer-left{flex:2;display:flex;flex-direction:column;gap:1rem}.footer-left>a>img{width:80px}@media screen and (max-width:768px){.footer-left>a>img{width:60px}}.shop-info{font-style:normal}th,td{padding:.5rem;text-align:left;color:#ddd}.sns-icon{display:flex;gap:10px}.sns-icon>a>img{width:40px;height:40px}.partnership{display:flex;flex-direction:column;gap:10px;color:#fff;margin-top:1rem}.partnership-logo{display:flex;gap:10px}@media screen and (max-width:768px){th,td{padding:.25rem;font-size:.75rem}}.partnership-logo>a>img{width:80px;height:80px}@media screen and (max-width:768px){.partnership-logo>a>img{width:60px;height:60px}}.footer-center{flex:1;border-left:solid 1px #aaa;padding:2rem}@media screen and (max-width:768px){.footer-center{display:none}}.footer-nav{display:flex;flex-direction:column;gap:10px;color:#ddd}.footer-nav>li{transition:all .5s;transform-origin:center left}.footer-nav>li:hover{list-style:square;transform:scale(1.05)}.footer-right{flex:1;border-left:solid 1px #aaa;padding:2rem}@media screen and (max-width:768px){.footer-right{flex:none;border-left:none;padding:0;position:absolute;top:10%;right:5%;transform:translateY(25%)}}.nav-container{position:fixed;bottom:1rem;left:50%;transform:translate(-50%) translateY(150%);width:300px;background:#fff;box-shadow:0 4px 20px #00000026;z-index:9999;transition:all .5s ease;opacity:0;overflow:hidden}.nav-container.is-visible{transform:translate(-50%) translateY(0);opacity:1}.nav-bar{display:flex;height:60px;align-items:center}.nav-btn{flex:1;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#333;height:100%;cursor:pointer}.logo-s{height:32px;width:auto}.border-x{border-left:1px solid #eee;border-right:1px solid #eee}.nav-drawer{position:absolute;top:0;left:0;width:100%;background:#fff;opacity:0;visibility:hidden;padding:1.5rem;transition:opacity .3s ease}.nav-drawer.is-active{position:relative;opacity:1;visibility:visible}.drawer-header{display:flex;justify-content:flex-end;margin-bottom:1rem}#closeBtn{color:#666;font-size:.85rem;cursor:pointer}.drawer-nav{color:#333;gap:1rem}.parallax-window{overflow:hidden;position:relative}.parallax-img{position:absolute;top:0;left:0;width:100%;height:120%;will-change:transform}
