*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,Hiragino Maru Gothic ProN,sans-serif;background-color:#FFF9E6;color:#333;line-height:1.7;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes korokoro-wiggle{0%,to{transform:rotate(-6deg) scale(1)}25%{transform:rotate(6deg) scale(1.05)}50%{transform:rotate(-3deg) scale(1.02)}75%{transform:rotate(4deg) scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pop-in{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes wiggle{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fade-in-up{animation:fadeInUp .7s ease both}.header{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;max-width:750px;margin:0 auto}.logo{font-weight:900;color:#222;display:flex;flex-direction:column;line-height:1.2}.logo-en{font-size:.7rem;color:#888;font-weight:500;letter-spacing:.1em}.logo-ja{font-size:1.1rem;letter-spacing:.05em}.btn-buy{display:inline-flex;align-items:center;gap:6px;background:#FF6B9D;color:#fff;font-weight:700;font-size:.85rem;padding:10px 18px;border-radius:50px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 3px 10px rgba(255,107,157,.4);white-space:nowrap}.btn-buy:hover{background:#ff4589;transform:translateY(-2px) scale(1.04);box-shadow:0 6px 18px rgba(255,107,157,.5)}.hero{overflow:hidden}.hero-catch-band{background:#a8e063;color:#fff;text-align:center;font-weight:900;font-size:clamp(.95rem,3.5vw,1.3rem);padding:14px 16px;letter-spacing:.06em;text-shadow:0 1px 4px rgba(0,0,0,.12)}.hero-body{max-width:750px;margin:0 auto;padding:28px 20px 32px;display:flex;flex-direction:column;align-items:center;gap:20px}.hero-balloon{background:#fff;border:2.5px solid #ff6b9d;border-radius:18px;padding:12px 22px;font-size:.92rem;font-weight:700;color:#FF6B9D;text-align:center;position:relative;animation:bounce 2.8s ease-in-out infinite;box-shadow:0 4px 14px rgba(255,107,157,.18);max-width:300px}.hero-balloon:after{content:"";position:absolute;bottom:-14px;left:50%;transform:translateX(-50%);border:7px solid transparent;border-top-color:#ff6b9d}.hero-title-wrap{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.hero-title-sub{font-size:clamp(1.4rem,5vw,2rem);font-weight:900;color:#222;letter-spacing:.04em}.hero-title-main{display:flex;gap:4px;font-size:clamp(3.2rem,13vw,5.5rem);font-weight:900;line-height:1;letter-spacing:.02em}.hero-title-main .k1{color:#FF6B9D;animation:korokoro-wiggle 2s ease-in-out infinite;animation-delay:0s;display:inline-block}.hero-title-main .k2{color:#7DC55C;animation:korokoro-wiggle 2s ease-in-out infinite;animation-delay:.15s;display:inline-block}.hero-title-main .k3{color:#FFD700;animation:korokoro-wiggle 2s ease-in-out infinite;animation-delay:.3s;display:inline-block}.hero-title-main .k4{color:#8B4513;animation:korokoro-wiggle 2s ease-in-out infinite;animation-delay:.45s;display:inline-block}.badge-new{display:inline-block;background:#e03c2e;color:#fff;font-size:1rem;font-weight:900;padding:6px 22px;border-radius:50px;animation:pop-in .5s cubic-bezier(.22,1,.36,1) both;animation-delay:.3s;box-shadow:0 3px 10px rgba(224,60,46,.35)}.hero-image-wrap{position:relative;width:100%;max-width:480px;display:flex;justify-content:center;align-items:center}.hero-side-text{position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(-10deg);font-size:clamp(.8rem,2.5vw,1rem);font-weight:900;color:#FF6B9D;background:#fff8f0;border-radius:8px;padding:6px 10px;max-width:90px;text-align:center;line-height:1.4;box-shadow:0 2px 8px rgba(255,107,157,.2);z-index:1}.hero-img{height:auto;display:block;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12)}.hero-img,.hero-points{width:100%;max-width:480px}.hero-points{background:#fff0f5;border-radius:20px;padding:20px 24px;box-shadow:0 2px 12px rgba(255,107,157,.12)}.hero-points-title{font-size:1rem;font-weight:900;color:#FF6B9D;margin-bottom:12px;text-align:center;letter-spacing:.05em}.hero-checklist{list-style:none;display:flex;flex-direction:column;gap:10px}.hero-checklist li{display:flex;align-items:center;gap:10px;font-size:.92rem;font-weight:600;color:#444;animation:fadeInUp .5s ease both}.hero-checklist li:first-child{animation-delay:.1s}.hero-checklist li:nth-child(2){animation-delay:.2s}.hero-checklist li:nth-child(3){animation-delay:.3s}.check-icon{font-size:1.1rem;flex-shrink:0}.flavor-section{padding:0 0 48px;animation:fadeInUp .7s ease .1s both}.section-title-band{text-align:center;font-weight:900;font-size:clamp(1.15rem,4vw,1.6rem);padding:16px 20px;letter-spacing:.05em;color:#fff}.blue-band{background:#4BACC6}.flavor-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;max-width:680px;margin:28px auto 0;padding:0 20px}@media (min-width:600px){.flavor-grid{grid-template-columns:repeat(4,1fr)}}.flavor-card{border-radius:16px;padding:22px 14px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;cursor:default;border-top:5px solid transparent}.flavor-card:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 10px 28px rgba(0,0,0,.14)}.flavor-card.vanilla{background:#FFF3CD;border-top-color:#FFD700}.flavor-card.ichigo{background:#FFE4E8;border-top-color:#FF6B9D}.flavor-card.choco{background:#F5E6D3;border-top-color:#8B4513}.flavor-card.matcha{background:#E8F5E9;border-top-color:#7DC55C}.flavor-emoji{font-size:2.6rem;display:block;margin-bottom:8px;animation:korokoro-wiggle 3s ease-in-out infinite}.flavor-card:nth-child(2) .flavor-emoji{animation-delay:.4s}.flavor-card:nth-child(3) .flavor-emoji{animation-delay:.8s}.flavor-card:nth-child(4) .flavor-emoji{animation-delay:1.2s}.flavor-name{font-size:1rem;font-weight:900;display:block;margin-bottom:6px}.flavor-card.vanilla .flavor-name{color:#b07a20}.flavor-card.ichigo .flavor-name{color:#c0385a}.flavor-card.choco .flavor-name{color:#7a4020}.flavor-card.matcha .flavor-name{color:#3a7a20}.flavor-desc{font-size:.75rem;color:#666;font-weight:500;line-height:1.5}.scene-section{background:#fff;padding:44px 20px;animation:fadeInUp .7s ease .15s both}.section-title{text-align:center;font-size:clamp(1.25rem,4.5vw,1.8rem);font-weight:900;color:#333;margin-bottom:32px;letter-spacing:.04em}.white-title{color:#fff!important}.scene-grid{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;max-width:600px;margin:0 auto 32px}.scene-item{flex-direction:column;gap:10px}.scene-circle,.scene-item{display:flex;align-items:center}.scene-circle{width:90px;height:90px;border-radius:50%;justify-content:center;font-size:2.2rem;box-shadow:0 4px 14px rgba(0,0,0,.1);animation:bounce 3s ease-in-out infinite}.scene-item:nth-child(2) .scene-circle{animation-delay:.5s}.scene-item:nth-child(3) .scene-circle{animation-delay:1s}.scene-circle.oyatsu{background:#FF6B9D}.scene-circle.odekake{background:#FFD700}.scene-circle.party{background:#7DC55C}.scene-label{font-size:.95rem;font-weight:700;color:#444}.size-badge{gap:16px;max-width:300px;margin:0 auto;background:#fff8f0;border-radius:50px;padding:12px 24px;box-shadow:0 3px 12px rgba(0,0,0,.08)}.size-badge,.size-circle{display:flex;align-items:center;justify-content:center}.size-circle{width:60px;height:60px;background:#FF6B9D;border-radius:50%;color:#fff;font-size:.65rem;font-weight:900;text-align:center;line-height:1.4;animation:spin-slow 6s linear infinite;flex-shrink:0}.size-text{display:flex;flex-direction:column;gap:2px}.size-text strong{font-size:1.1rem;color:#333;font-weight:900}.size-text span{font-size:.8rem;color:#888}.product-section{padding:48px 20px;max-width:750px;margin:0 auto;animation:fadeInUp .7s ease .1s both}.product-inner{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media (min-width:600px){.product-inner{grid-template-columns:1fr 1fr;align-items:start}}.product-what{background:#FFF9E6;border-radius:20px;padding:24px 22px;box-shadow:0 4px 16px rgba(0,0,0,.07);border-left:5px solid #7dc55c}.product-what h3{font-size:1.1rem;font-weight:900;color:#3a7a20;margin-bottom:12px;line-height:1.5}.product-what p{font-size:.9rem;color:#555;line-height:1.9}.product-wrap{background:#fff0f5;border-radius:20px;padding:24px 22px;box-shadow:0 4px 16px rgba(0,0,0,.07);border-left:5px solid #ff6b9d}.product-wrap h3{font-size:1.1rem;font-weight:900;color:#c0385a;margin-bottom:16px;line-height:1.5}.wrap-colors{display:flex;gap:10px;flex-wrap:wrap}.wrap-dot{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:#fff;text-align:center;line-height:1.3;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .2s}.wrap-dot:hover{transform:scale(1.12) rotate(6deg)}.wrap-dot.vanilla-wrap{background:#FFD700;color:#8b6a00}.wrap-dot.ichigo-wrap{background:#FF6B9D}.wrap-dot.choco-wrap{background:#8B4513}.wrap-dot.matcha-wrap{background:#7DC55C}.arrange-section{padding:48px 20px;background:#FFF9E6;animation:fadeInUp .7s ease .1s both}.arrange-title-band{text-align:center;font-weight:900;font-size:clamp(1.2rem,4vw,1.6rem);padding:14px 20px;color:#8B4513;position:relative;margin-bottom:28px;letter-spacing:.05em}.arrange-title-band:after,.arrange-title-band:before{content:"";display:block;height:3px;background:repeating-linear-gradient(90deg,#8B4513,#8B4513 8px,transparent 0,transparent 16px);border-radius:2px}.arrange-title-band:before{margin-bottom:12px}.arrange-title-band:after{margin-top:12px}.arrange-list{list-style:none;display:flex;flex-direction:column;gap:14px;max-width:540px;margin:0 auto}.arrange-list li{display:flex;align-items:center;gap:14px;background:#fff;border-radius:14px;padding:14px 20px;font-size:.95rem;font-weight:600;color:#444;box-shadow:0 3px 12px rgba(0,0,0,.07);animation:fadeInUp .5s ease both}.arrange-list li:first-child{animation-delay:.1s}.arrange-list li:nth-child(2){animation-delay:.2s}.arrange-list li:nth-child(3){animation-delay:.3s}.arrange-icon{font-size:1.6rem;flex-shrink:0;animation:wiggle 2.5s ease-in-out infinite}.arrange-list li:nth-child(2) .arrange-icon{animation-delay:.6s}.arrange-list li:nth-child(3) .arrange-icon{animation-delay:1.2s}.safety-section{padding:48px 20px;background:linear-gradient(160deg,#e8f8f0,#c8e8d8);animation:fadeInUp .7s ease .1s both}.safety-section .section-title{margin-bottom:32px;text-shadow:0 1px 4px rgba(0,0,0,.15)}.safety-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;max-width:680px;margin:0 auto}.safety-card{background:#fff;border-radius:20px;padding:28px 20px;text-align:center;flex:1 1 160px;max-width:200px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .2s}.safety-card:hover{transform:translateY(-5px)}.safety-icon{font-size:2.4rem;display:block;margin-bottom:12px;animation:bounce 3s ease-in-out infinite}.safety-card:nth-child(2) .safety-icon{animation-delay:.6s}.safety-card:nth-child(3) .safety-icon{animation-delay:1.2s}.safety-card h4{font-size:.88rem;font-weight:700;color:#2a8a4a;line-height:1.5}.footer-cta{background:#fff;text-align:center;padding:52px 24px;animation:fadeInUp .7s ease .1s both}.footer-cta-text{font-size:clamp(1.1rem,4vw,1.5rem);font-weight:900;color:#FF6B9D;margin-bottom:28px;line-height:1.7}.btn-buy-large{display:inline-flex;align-items:center;gap:8px;background:#FF6B9D;color:#fff;font-size:1.1rem;font-weight:700;padding:16px 40px;border-radius:50px;text-decoration:none;box-shadow:0 5px 20px rgba(255,107,157,.45);transition:transform .2s,box-shadow .2s,background .2s}.btn-buy-large:hover{background:#ff4589;transform:translateY(-3px) scale(1.03);box-shadow:0 10px 28px rgba(255,107,157,.55)}.footer{background:#fff;border-top:3px solid #ffd700;text-align:center;padding:18px;font-size:.78rem;color:#bbb}@media (max-width:480px){.header-inner{padding:10px 14px}.btn-buy{font-size:.76rem;padding:9px 12px}.scene-circle{width:76px;height:76px;font-size:1.8rem}.hero-side-text{display:none}}