:root{
  --blue:#0756b9;
  --blue-dark:#063d8c;
  --red:#e50019;
  --yellow:#ffd928;
  --cream:#fff8d8;
  --ink:#123260;
  --white:#fff;
  --shadow:0 16px 40px rgba(0,52,122,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:#fff;line-height:1.65;padding-bottom:74px}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{height:86px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 18px;position:sticky;top:0;z-index:50;box-shadow:0 2px 14px rgba(0,38,95,.12)}
.brand{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:15px 38px;column-gap:12px;align-items:center;line-height:1}
.brand-small{font-size:11px;letter-spacing:.07em;color:var(--blue);grid-column:1;grid-row:1;align-self:end}
.brand-main{font-size:43px;font-weight:300;letter-spacing:-.08em;grid-column:1;grid-row:2;color:var(--blue)}
.brand-main span:last-child{color:var(--red)}
.brand-ja{grid-column:2;grid-row:1/3;font-size:13px;font-weight:800;white-space:nowrap;color:#171717}
.menu-button{width:66px;height:66px;border:0;border-radius:0 0 0 20px;background:var(--blue);color:#fff;margin:-10px -16px -10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}
.menu-button span{width:28px;height:3px;background:#fff;border-radius:5px;transition:.25s}
.menu-button b{font-size:11px;line-height:1;margin-top:1px}
.menu-button.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-button.is-open span:nth-child(2){opacity:0}
.menu-button.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.global-nav{position:fixed;top:86px;left:0;right:0;background:#fff;padding:22px 22px 30px;display:grid;gap:0;transform:translateY(-130%);transition:.3s;z-index:45;box-shadow:0 18px 30px rgba(0,30,80,.18)}
.global-nav.is-open{transform:translateY(0)}
.global-nav a{font-weight:800;padding:14px 4px;border-bottom:1px solid #dce8f9;color:var(--blue-dark)}
.hero{position:relative;min-height:690px;background:#0e2c52;overflow:hidden}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,34,83,.74) 0%,rgba(0,35,88,.29) 52%,rgba(0,0,0,.04) 100%),linear-gradient(0deg,rgba(0,40,96,.45),transparent 45%)}
.hero-content{position:relative;z-index:2;min-height:625px;padding:34px 170px 150px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.open-burst{position:relative;width:118px;height:118px;background:var(--red);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:.9;transform:rotate(-8deg);clip-path:none;border-radius:50%;box-shadow:0 0 0 6px #fff,0 10px 18px rgba(0,0,0,.18);margin-bottom:22px}
.open-burst:before{content:none}
.open-burst span{font-size:27px;font-weight:900;color:var(--yellow)}
.open-burst strong{font-size:39px}
.hero-kicker{margin:0 0 10px;font-size:16px;font-weight:900;color:#fff;text-shadow:0 3px 0 var(--blue-dark),0 4px 10px rgba(0,0,0,.45);line-height:1.4;max-width:none}
.hero h1{margin:0;font-size:31px;line-height:1.18;color:#fff;text-shadow:0 4px 0 var(--blue-dark),0 6px 14px rgba(0,0,0,.45);letter-spacing:-.05em;max-width:none}
.hero h1 em{font-style:normal;color:#fff;background:linear-gradient(transparent 62%,var(--yellow) 62%);text-shadow:0 4px 0 #a90014,0 6px 12px rgba(0,0,0,.35);display:inline-block}
.price-circle{position:absolute;right:8px;bottom:108px;width:162px;height:162px;background:var(--yellow);border-radius:50%;border:8px solid #fff;box-shadow:0 0 0 4px var(--blue),0 14px 28px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;color:var(--blue);transform:rotate(2deg)}
.price-circle span{font-size:25px;font-weight:900;margin-bottom:4px}
.price-circle strong{font-size:46px;color:var(--red);letter-spacing:-.06em;text-shadow:0 2px #fff}
.price-circle strong small{font-size:18px}
.price-circle b{font-size:12px;margin-top:6px}
.hero-hours{position:absolute;left:0;right:0;bottom:0;z-index:3;background:var(--blue);color:#fff;min-height:66px;padding:12px 14px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-weight:900}
.hero-hours b{background:var(--red);padding:4px 15px;border-radius:999px}
.clock-icon{width:22px;height:22px;border:3px solid var(--yellow);border-radius:50%;position:relative}.clock-icon:before{content:"";position:absolute;left:8px;top:4px;width:3px;height:7px;background:var(--yellow);border-radius:3px}.clock-icon:after{content:"";position:absolute;left:8px;top:10px;width:7px;height:3px;background:var(--yellow);transform:rotate(25deg);transform-origin:left center;border-radius:3px}
.section-wrap{padding:66px 18px}
.section-label{display:table;margin:0 auto 10px;background:var(--blue);color:#fff;border-radius:999px;padding:5px 18px;font-weight:800;font-size:14px}
.section-wrap h2{font-size:31px;text-align:center;line-height:1.35;margin:0 0 28px;color:var(--blue-dark)}
.section-wrap h2 span{color:var(--red)}
.feature-grid{display:grid;gap:16px;max-width:1060px;margin:auto}
.feature-card{border:3px solid var(--blue);border-radius:22px;padding:24px 16px;text-align:center;background:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}
.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:9px;background:var(--yellow)}
.feature-card p{margin:7px 0 7px;font-size:16px;font-weight:900;color:var(--blue)}
.feature-card strong{display:block;font-size:37px;line-height:1.08;color:var(--red);letter-spacing:-.04em}
.feature-card strong small{font-size:18px}
.feature-card > span{display:block;margin-top:10px;font-size:13px;font-weight:700}
.feature-icon{width:66px;height:66px;border-radius:50%;margin:0 auto;background:var(--cream);display:grid;place-items:center;font-size:37px;font-weight:900;color:var(--blue)}
.open-card{border-color:var(--red)}
.open-card:before{background:var(--red)}
.open-card .feature-icon{background:#eaf2ff;color:var(--red)}
.open-card strong{font-size:42px}
.feature-photo-wrap{height:145px;margin:-8px -2px 12px;border-radius:16px;overflow:hidden}.feature-photo-wrap img{width:100%;height:100%;object-fit:cover}
.bright-card strong{font-size:26px;color:var(--blue)}
.double-message{margin:6px 18px 24px;max-width:1060px;border-radius:25px;background:linear-gradient(135deg,#fff8d8,#fff2a7);box-shadow:var(--shadow);overflow:hidden;border:2px solid #ffdd5a}
.message-price,.message-open{padding:34px 20px;text-align:center;position:relative}
.message-price{border-bottom:2px dashed rgba(7,86,185,.32)}
.message-price p,.message-open p{font-size:19px;font-weight:900;color:var(--blue);margin:0 0 3px}
.message-price strong{display:block;color:var(--red);font-size:64px;line-height:1;letter-spacing:-.06em;text-shadow:0 3px #fff}.message-price strong small{font-size:26px}.message-price b{font-size:14px;color:var(--red)}
.mini-burst{position:absolute;left:12px;top:12px;width:76px;height:76px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;line-height:1.2;transform:rotate(-12deg)}
.message-open strong{display:block;color:var(--blue-dark);font-size:40px;line-height:1.2}.message-open span{display:table;margin:14px auto 8px;background:var(--red);color:#fff;padding:6px 24px;border-radius:999px;font-size:25px;font-weight:900}.message-open small{font-weight:800}
.repeat-strip{margin:0;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:22px 14px;text-align:center;font-size:17px;font-weight:700}.repeat-strip strong{font-size:20px;color:var(--yellow)}.repeat-strip i{width:5px;height:5px;background:#fff;border-radius:50%}
.inside .lead{text-align:center;margin:-14px auto 26px;max-width:680px;font-weight:600}
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:1060px;margin:auto}.gallery figure{margin:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);height:210px;border:4px solid #fff;outline:2px solid #d6e5fa}.gallery .gallery-large{grid-column:1/-1;height:300px}.gallery img{width:100%;height:100%;object-fit:cover}
.final-cta{position:relative;margin:0 14px 24px;border-radius:28px;padding:48px 18px 42px;text-align:center;background:radial-gradient(circle at 12px 12px,rgba(255,255,255,.55) 2px,transparent 3px) 0 0/24px 24px,var(--yellow);overflow:hidden;box-shadow:var(--shadow)}
.final-cta>p{font-weight:900;color:var(--blue);margin:0 0 5px}.final-cta h2{font-size:30px;line-height:1.35;color:var(--blue-dark);margin:0 0 22px}.final-badges{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.final-badges span{border-radius:999px;padding:8px 16px;color:#fff;font-weight:900}.final-badges span:first-child{background:var(--red)}.final-badges span:last-child{background:var(--blue)}
.shop-data{max-width:650px;margin:30px auto;background:#fff;border-radius:20px;padding:8px 18px;text-align:left}.shop-data div{display:grid;grid-template-columns:86px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid #e9eef7}.shop-data div:last-child{border-bottom:0}.shop-data dt{font-weight:900;color:var(--blue)}.shop-data dd{margin:0;font-weight:800}.shop-data small{font-weight:600}
.instagram-button{display:inline-flex;align-items:center;justify-content:center;min-width:260px;background:#fff;color:var(--blue-dark);border:3px solid var(--blue);border-radius:999px;padding:13px 25px;font-weight:900;box-shadow:0 8px 0 var(--blue);transition:.2s}.instagram-button:active{transform:translateY(5px);box-shadow:0 3px 0 var(--blue)}
.confetti{position:absolute;width:18px;height:65px;background:var(--red);border-radius:10px;opacity:.25}.c1{left:5%;top:12%;transform:rotate(28deg)}.c2{right:8%;top:17%;background:var(--blue);transform:rotate(-25deg)}.c3{right:23%;bottom:12%;background:#fff;transform:rotate(52deg)}
.site-footer{background:var(--blue-dark);color:#fff;text-align:center;padding:38px 18px 110px}.footer-brand span{font-size:11px}.footer-brand strong{display:block;font-size:42px;font-weight:300;line-height:1;color:#fff}.footer-brand strong span{font-size:42px;color:#ff5366}.site-footer p{font-weight:700}.site-footer small{opacity:.7}
.sticky-info{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1fr 1fr;background:#fff;box-shadow:0 -5px 24px rgba(0,35,90,.2);padding-bottom:max(7px,env(safe-area-inset-bottom))}.sticky-info div{padding:8px 6px;text-align:center;line-height:1.05}.sticky-info div:first-child{background:var(--yellow);color:var(--blue-dark)}.sticky-info div:last-child{background:var(--red);color:#fff}.sticky-info span{display:block;font-size:11px;font-weight:800}.sticky-info strong{font-size:21px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@media (min-width:700px){
  body{padding-bottom:0}.site-header{height:96px;padding-left:32px}.brand-ja{font-size:17px}.menu-button{display:none}.global-nav{position:static;transform:none;display:flex;box-shadow:none;padding:0;background:none;gap:28px;margin-right:20px}.global-nav a{border:0;padding:8px 0}.hero{min-height:760px}.hero-content{max-width:1120px;margin:auto;min-height:690px;padding:44px 40px 130px}.open-burst{width:170px;height:170px}.hero-kicker{font-size:31px;max-width:none}.hero h1{max-width:none;font-size:62px}.price-circle{right:8%;bottom:95px;width:250px;height:250px}.price-circle strong{font-size:72px}.feature-grid{grid-template-columns:repeat(3,1fr)}.double-message{display:grid;grid-template-columns:1fr 1fr;margin:20px auto 40px}.message-price{border-bottom:0;border-right:2px dashed rgba(7,86,185,.32)}.gallery{grid-template-columns:2fr 1fr 1fr}.gallery .gallery-large{grid-column:auto;height:330px}.gallery figure{height:330px}.final-cta{max-width:1080px;margin:0 auto 50px}.sticky-info{display:none}.site-footer{padding-bottom:38px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
