*{box-sizing:border-box}
:root{--pink:#ff5b9e;--pink-light:#ffd5e8;--blue:#65d8f5;--yellow:#ffe467;--purple:#7664dd;--ink:#202047;--cream:#fffdf4;--line:#202047;--sans:"Noto Sans JP",sans-serif;--round:"Fredoka",sans-serif}
html{scroll-behavior:auto}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);letter-spacing:.04em;overflow-x:hidden}a{color:inherit;text-decoration:none}.page{min-height:100svh;position:relative;overflow:hidden}

.header{position:fixed;z-index:100;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(255,253,244,.9);border-bottom:3px solid var(--ink);backdrop-filter:blur(12px)}
.header-brand{font:700 27px var(--round);letter-spacing:-.06em;color:var(--pink);text-shadow:2px 2px 0 var(--ink)}.nav{display:flex;gap:28px}.nav a{font:700 12px var(--round);letter-spacing:.08em;position:relative;padding:9px 4px}.nav a:after{content:"";position:absolute;left:0;bottom:3px;width:100%;height:4px;border-radius:5px;background:var(--pink);transform:scaleX(0);transition:.25s}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.hamburger{display:none}

/* HOME */
.hero{display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,var(--blue) 0 43%,var(--cream) 43% 57%,var(--pink-light) 57%)}.hero:before,.hero:after{content:"";position:absolute;border:3px solid var(--ink);border-radius:50%;z-index:1}.hero:before{width:17vw;aspect-ratio:1;min-width:190px;left:-5vw;bottom:-6vw;background:var(--yellow)}.hero:after{width:10vw;aspect-ratio:1;min-width:130px;right:8vw;top:16vh;background:var(--pink)}.hero-content{position:relative;z-index:3;margin-top:34px;padding:44px 56px 38px;background:var(--cream);border:4px solid var(--ink);border-radius:32px;box-shadow:10px 10px 0 var(--ink)}.hero-small{display:inline-block;margin:0 0 21px;padding:7px 13px;background:var(--yellow);border:2px solid var(--ink);border-radius:99px;font:600 10px var(--round);letter-spacing:.12em;animation:popIn .7s .1s both}.hero-title{margin:0;font:700 clamp(74px,12vw,164px)/.72 var(--round);letter-spacing:-.09em;color:var(--pink);-webkit-text-stroke:3px var(--ink);paint-order:stroke fill;text-shadow:5px 5px 0 var(--yellow)}.hero-title span,.hero-title em{display:block;font-style:normal}.hero-title span{animation:bounceIn .9s cubic-bezier(.2,.9,.35,1.25) both}.hero-title em{margin:23px 0 0;font:600 clamp(15px,2.3vw,27px) var(--round);letter-spacing:.23em;color:var(--ink);-webkit-text-stroke:0;text-shadow:none;animation:popIn .7s .45s both}.hero-line{height:4px;width:110px;margin:26px auto 17px;border-radius:5px;background:var(--ink);animation:linePop .6s .6s both}.hero-message{margin:0;font:700 11px var(--round);letter-spacing:.08em;animation:popIn .7s .7s both}.hero-scroll{position:absolute;top:calc(100% + 42px);left:50%;transform:translateX(-50%);display:grid;justify-items:center;gap:9px;font:600 10px var(--round);letter-spacing:.14em}.hero-scroll i{display:block;width:19px;height:28px;border:3px solid var(--ink);border-radius:20px;position:relative}.hero-scroll i:after{content:"";position:absolute;width:5px;height:5px;left:4px;top:5px;background:var(--pink);border-radius:50%;animation:scrollDot 1.2s infinite}.hero-shape{position:absolute;z-index:2;border:3px solid var(--ink);animation:float 4s ease-in-out infinite}.shape-pink{width:65px;height:65px;right:17vw;bottom:19vh;background:var(--pink);border-radius:50% 50% 12px 50%;transform:rotate(25deg)}.shape-blue{width:43px;height:43px;left:18vw;top:24vh;background:var(--purple);border-radius:50%;animation-delay:-1.3s}.shape-yellow{width:31px;height:31px;right:31vw;top:20vh;background:var(--yellow);transform:rotate(45deg);animation-delay:-2s}
@keyframes bounceIn{from{opacity:0;transform:translateY(35px) scale(.55)}to{opacity:1;transform:none}}@keyframes popIn{from{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}@keyframes linePop{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes scrollDot{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes float{50%{translate:0 -13px}}

/* SHARED */
.section-inner{width:min(1160px,86vw);margin:auto;padding:130px 0 100px}.section-title{display:flex;align-items:center;gap:19px;margin-bottom:54px}.section-number{width:50px;height:50px;border:3px solid var(--ink);border-radius:50%;display:grid;place-items:center;background:var(--yellow);font:700 15px var(--round)}.section-title p{margin:0 0 6px;font:600 10px var(--round);letter-spacing:.16em}.section-title h2{margin:0;font:700 clamp(55px,7vw,86px)/.78 var(--round);letter-spacing:-.07em}

/* MENU */
.menu-page{background:var(--cream)}.main-menu{border-top:3px solid var(--ink)}.main-menu details{border-bottom:3px solid var(--ink);background:var(--cream)}.main-menu summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:55px 1fr auto 43px;align-items:center;min-height:91px;gap:18px;padding:0 10px;transition:.25s}.main-menu summary::-webkit-details-marker{display:none}.main-menu summary:hover{background:var(--pink-light)}.menu-number{font:700 14px var(--round);color:var(--purple)}.menu-title{font:600 30px var(--round);letter-spacing:-.04em}.menu-price{font:700 13px var(--round)}.drop-icon{width:34px;height:34px;border:3px solid var(--ink);border-radius:50%;display:grid;place-items:center;background:var(--yellow);font:700 20px var(--round);transition:.25s}details[open] .drop-icon{transform:rotate(45deg);background:var(--pink)}.menu-body{padding:0 55px 27px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--pink-light);border-top:2px solid var(--ink)}.menu-body div{padding:19px 20px 12px 0;border-right:2px dashed rgba(32,32,71,.4)}.menu-body div+div{padding-left:20px}.menu-body b{display:block;font-size:11px;margin-bottom:7px}.menu-body span{display:block;font-size:10px;line-height:1.8}.menu-body small{grid-column:1/-1;font-size:10px;padding-top:17px}.options{margin-top:78px;padding:30px;border:3px solid var(--ink);border-radius:24px;background:var(--blue);box-shadow:7px 7px 0 var(--ink)}.options-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:17px;border-bottom:3px solid var(--ink)}.options-head p{font:600 10px var(--round);letter-spacing:.14em;margin:0 0 4px}.options-head h3{font:700 42px var(--round);letter-spacing:-.07em;margin:0}.options-head>span{font:700 11px var(--round);background:var(--yellow);padding:6px 10px;border:2px solid var(--ink);border-radius:20px}.option-grid{display:grid;grid-template-columns:repeat(3,1fr)}.option{min-height:105px;padding:20px 15px 13px 0;border-bottom:2px dashed rgba(32,32,71,.4);display:grid;grid-template-columns:1fr auto;align-content:center}.option:nth-child(3n+2),.option:nth-child(3n+3){padding-left:22px;border-left:2px dashed rgba(32,32,71,.4)}.option span,.option b{font:700 11px var(--round)}.option small{grid-column:1/-1;font-size:9px;margin-top:8px}

/* STAFF */
.staff-page{background:var(--purple);color:var(--cream)}.staff-page .section-number{color:var(--ink)}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.staff-lead{text-align:center;font-size:12px;line-height:2.2;margin:-10px auto 58px}.staff{padding:23px 18px 25px;text-align:center;color:var(--ink);background:var(--cream);border:3px solid var(--ink);border-radius:24px;box-shadow:6px 6px 0 var(--yellow);transition:.25s}.staff:hover{transform:translate(-3px,-3px);box-shadow:10px 10px 0 var(--yellow)}.staff-photo{width:min(210px,100%);aspect-ratio:1;margin:auto;border:3px solid var(--ink);border-radius:50%;overflow:hidden;background:var(--pink-light)}.staff-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.staff:hover .staff-photo img{transform:scale(1.07)}.staff>p{font:700 9px var(--round);letter-spacing:.14em;margin:21px 0 6px}.staff h3{font:700 33px var(--round);letter-spacing:-.05em;margin:0 0 8px}.staff>span{font-size:10px}

/* ACCESS */
.access-page{background:var(--yellow)}.access-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:48px;align-items:stretch}.map{min-height:500px;overflow:hidden;border:3px solid var(--ink);border-radius:22px;box-shadow:7px 7px 0 var(--pink)}.map iframe{width:100%;height:100%;min-height:500px;border:0;filter:saturate(.8) contrast(1.1)}.shop-detail{padding:26px;background:var(--cream);border:3px solid var(--ink);border-radius:22px;box-shadow:7px 7px 0 var(--blue);display:flex;flex-direction:column;justify-content:center}.access-logo{margin-bottom:32px}.access-logo small{display:block;font:600 9px var(--round);letter-spacing:.15em;margin-bottom:10px}.access-logo strong{display:block;font:700 57px/.75 var(--round);letter-spacing:-.08em;color:var(--pink);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}.access-logo span{display:block;margin:13px 0 0 27px;font:600 17px var(--round);letter-spacing:.2em}.detail-row{border-bottom:2px dashed rgba(32,32,71,.35);padding:14px 0}.detail-row small{font:700 9px var(--round);letter-spacing:.14em}.detail-row p{font-size:10px;line-height:1.8;margin:5px 0 0}.social{display:flex;gap:12px;margin-top:22px}.social a{width:46px;height:46px;border:3px solid var(--ink);border-radius:50%;display:grid;place-items:center;background:var(--pink);font:700 10px var(--round);transition:.2s}.social a:hover{transform:rotate(-8deg) scale(1.08);background:var(--blue)}

.reveal{opacity:0;transform:translateY(30px) scale(.97);transition:.65s cubic-bezier(.2,.8,.3,1)}.reveal.show{opacity:1;transform:none}
@media(max-width:800px){.header{height:68px;padding:0 6vw}.header-brand{font-size:23px}.nav{position:fixed;top:67px;left:0;right:0;padding:25px 7vw;display:flex;flex-direction:column;gap:14px;background:var(--cream);border-bottom:3px solid var(--ink);transform:translateY(-140%);transition:.3s}.nav.open{transform:none}.hamburger{display:flex;width:40px;height:40px;border:0;background:none;flex-direction:column;justify-content:center;gap:7px}.hamburger span{width:25px;height:3px;border-radius:3px;background:var(--ink)}.hero-content{width:86vw;padding:37px 17px 30px;border-radius:24px;box-shadow:6px 6px 0 var(--ink)}.hero-title{-webkit-text-stroke:2px var(--ink);text-shadow:3px 3px 0 var(--yellow)}.hero-small{font-size:8px}.hero-shape{display:none}.hero:before{min-width:135px}.hero:after{min-width:95px;right:-3vw}.section-inner{width:88vw;padding:104px 0 74px}.section-title{gap:12px;margin-bottom:39px}.section-number{width:42px;height:42px;font-size:13px}.section-title h2{font-size:58px}.main-menu summary{grid-template-columns:32px 1fr auto 34px;min-height:75px;gap:8px}.menu-title{font-size:22px}.menu-price{font-size:10px}.drop-icon{width:30px;height:30px}.menu-body{padding:0 22px 19px;grid-template-columns:1fr}.menu-body div,.menu-body div+div{padding:12px 0;border-right:0;border-bottom:2px dashed rgba(32,32,71,.35)}.option-grid{grid-template-columns:1fr 1fr}.option:nth-child(3n+2),.option:nth-child(3n+3){padding-left:0;border-left:0}.option:nth-child(even){padding-left:14px;border-left:2px dashed rgba(32,32,71,.4)}.options{padding:21px 17px;border-radius:19px}.options-head h3{font-size:36px}.staff-grid{grid-template-columns:1fr;gap:31px}.staff{max-width:310px;margin:auto;width:100%}.access-grid{grid-template-columns:1fr;gap:29px}.map,.map iframe{min-height:330px}.shop-detail{padding:23px}.access-logo strong{font-size:52px}}

/* SNS / GALLERY */
.header-social{display:flex;gap:8px;margin-left:24px}.header-social a{width:34px;height:34px;display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);transition:.2s}.header-social a:hover{background:var(--pink);transform:rotate(-8deg) scale(1.08)}.header-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gallery-page{position:relative;overflow:hidden;background:var(--pink-light)}.gallery-page:before{content:"";position:absolute;width:260px;height:260px;right:-80px;top:40px;border:3px solid var(--ink);border-radius:50%;background:var(--yellow)}.gallery-page .section-inner{position:relative;z-index:1}.gallery-lead{margin:-27px 0 29px;font:600 12px var(--round)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{padding:0;aspect-ratio:1;border:3px solid var(--ink);border-radius:16px;overflow:hidden;background:var(--cream);cursor:pointer;box-shadow:4px 4px 0 var(--ink);transition:.2s}.gallery-item:hover{transform:translate(-3px,-3px) rotate(-1.5deg);box-shadow:7px 7px 0 var(--purple)}.gallery-item img{width:100%;height:100%;display:block;object-fit:cover}.image-modal{padding:0;max-width:min(720px,86vw);max-height:85vh;border:4px solid var(--ink);border-radius:20px;overflow:visible;background:var(--cream);box-shadow:9px 9px 0 var(--yellow)}.image-modal::backdrop{background:rgba(32,32,71,.75);backdrop-filter:blur(4px)}.image-modal img{display:block;max-width:100%;max-height:78vh;object-fit:contain}.modal-close{position:absolute;top:-18px;right:-18px;width:42px;height:42px;border:3px solid var(--ink);border-radius:50%;background:var(--pink);color:var(--ink);font:700 27px/1 var(--round);cursor:pointer;z-index:1}.modal-close:hover{background:var(--yellow);transform:rotate(10deg)}
@media(max-width:800px){.header-social{margin-left:auto;margin-right:11px}.header-social a{width:31px;height:31px}.header-social svg{width:16px;height:16px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:13px}.gallery-lead{margin:-19px 0 23px;font-size:11px}.gallery-item{border-radius:13px}}

/* Preserve the portrait crop of the supplied eight-panel gallery artwork. */
.gallery-item{aspect-ratio:340/547}
.gallery-item img{object-fit:contain}
