*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#FFD700;--yellow-dark:#F5A800;--green:#2E7D32;--green-light:#4CAF50;--green-pale:#E8F5E9;--cream:#FFFDE7;--brown:#5D4037;--text:#333;--white:#fff}html{scroll-behavior:smooth}body{font-family:Noto Sans JP,sans-serif;color:var(--text);background:var(--white);line-height:1.7}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--green);box-shadow:0 2px 8px rgba(0,0,0,.2)}.header-inner{max-width:1100px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.4rem;font-weight:900;color:var(--yellow);text-decoration:none;letter-spacing:.05em}.logo span{color:var(--white);font-weight:400}nav{display:flex;gap:4px;align-items:center}nav a{color:rgba(255,255,255,.88);text-decoration:none;font-size:.88rem;font-weight:500;padding:8px 14px;border-radius:6px;transition:background .2s,color .2s}nav a:hover{background:rgba(255,255,255,.15);color:var(--white)}.cart-link{position:relative}.cart-badge{position:absolute;top:2px;right:6px;background:var(--yellow);color:var(--brown);font-size:.68rem;font-weight:900;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{background:linear-gradient(135deg,#1B5E20,#33691E 40%,#F9A825);padding:100px 24px 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E") repeat}.hero-emoji{font-size:5rem;display:block;margin-bottom:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero h1{font-size:clamp(1.8rem,5vw,3.2rem);font-weight:900;color:var(--white);text-shadow:0 2px 12px rgba(0,0,0,.3);margin-bottom:16px;line-height:1.35;position:relative}.hero h1 em{font-style:normal;color:var(--yellow)}.hero p{color:rgba(255,255,255,.9);max-width:560px;margin:0 auto 36px}.btn-primary,.hero p{font-size:1.1rem;position:relative}.btn-primary{display:inline-block;background:var(--yellow);color:var(--brown);font-weight:900;padding:16px 40px;border-radius:50px;text-decoration:none;box-shadow:0 4px 20px rgba(0,0,0,.25);transition:transform .2s,box-shadow .2s;letter-spacing:.04em}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.3)}section{padding:80px 24px}.section-title{text-align:center;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:var(--green);margin-bottom:12px}.section-subtitle{text-align:center;color:#666;margin-bottom:56px;font-size:.95rem}.inner{max-width:1100px;margin:0 auto}#features{background:var(--green-pale)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:28px;gap:28px}.feature-card{background:var(--white);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.07);transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.feature-icon{font-size:3.5rem;display:block;margin-bottom:16px}.feature-card h3{font-size:1.15rem;font-weight:700;color:var(--green);margin-bottom:10px}.feature-card p{font-size:.9rem;color:#555}#products{background:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:28px;gap:28px}.product-card{border:2px solid #e0e0e0;border-radius:16px;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.product-card:hover{border-color:var(--yellow-dark);box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-4px)}.product-img{background:linear-gradient(135deg,#FFF9C4,#FFE082);height:180px;display:flex;align-items:center;justify-content:center;font-size:5rem}.product-body{padding:24px}.product-badge{display:inline-block;background:var(--green);color:var(--white);font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px;letter-spacing:.06em}.product-card h3{font-size:1.15rem;font-weight:700;margin-bottom:6px}.product-card .weight{font-size:.85rem;color:#888;margin-bottom:16px}.product-price{font-size:1.6rem;font-weight:900;color:var(--brown)}.product-price small{font-size:.85rem;font-weight:400;color:#888;margin-left:4px}.btn-order{display:block;margin-top:18px;background:var(--green);color:var(--white);text-align:center;text-decoration:none;font-weight:700;padding:12px;border-radius:8px;font-size:.95rem;transition:background .2s;border:none;cursor:pointer;width:100%;font-family:inherit}.btn-order:hover{background:var(--green-light)}#producer{background:var(--cream)}.producer-inner{display:flex;gap:56px;align-items:center;flex-wrap:wrap}.producer-photo{flex:0 0 260px;height:280px;background:linear-gradient(135deg,#A5D6A7,#66BB6A);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:6rem;box-shadow:0 8px 24px rgba(0,0,0,.12)}.producer-text{flex:1 1;min-width:260px}.producer-text h2{font-size:1.7rem;font-weight:900;color:var(--green);margin-bottom:8px}.producer-name{font-size:.9rem;color:#888;margin-bottom:20px}.producer-text p{color:#555;margin-bottom:12px}#reviews{background:var(--white)}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.review-card{background:var(--green-pale);border-radius:14px;padding:28px}.stars{color:var(--yellow-dark);font-size:1.1rem;margin-bottom:12px}.review-card p{font-size:.93rem;color:#444;margin-bottom:16px;line-height:1.75}.reviewer{gap:12px}.reviewer,.reviewer-avatar{display:flex;align-items:center}.reviewer-avatar{width:44px;height:44px;border-radius:50%;background:var(--green-light);justify-content:center;font-size:1.4rem;flex-shrink:0}.reviewer-name{font-weight:700;font-size:.88rem}.reviewer-loc{font-size:.78rem;color:#888}#checkout{background:var(--green-pale)}.checkout-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:40px;gap:40px;align-items:start}.form-box{background:var(--white);padding:40px;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08)}.form-box h3{font-size:1.2rem;font-weight:900;color:var(--green);margin-bottom:28px}.form-group{margin-bottom:20px}label{display:block;font-weight:700;font-size:.9rem;margin-bottom:8px;color:var(--green)}label .req{color:#e53935;margin-left:4px}input[type=email],input[type=number],input[type=text],select,textarea{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;color:var(--text);transition:border-color .2s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green-light)}textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.btn-submit{width:100%;background:var(--green);color:var(--white);border:none;padding:16px;font-family:inherit;font-size:1.05rem;font-weight:900;border-radius:10px;cursor:pointer;transition:background .2s,transform .2s;letter-spacing:.04em;margin-top:8px}.btn-submit:hover{background:var(--green-light);transform:translateY(-2px)}.btn-submit:disabled{background:#aaa;cursor:not-allowed;transform:none}.cart-summary{background:var(--white);padding:32px;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:80px}.cart-summary h3{font-size:1.1rem;font-weight:900;color:var(--green);margin-bottom:20px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee;gap:12px}.cart-item-info{flex:1 1}.cart-item-name{font-size:.88rem;font-weight:700;margin-bottom:4px}.cart-item-price{font-size:.82rem;color:#888}.cart-qty{gap:8px}.cart-qty,.cart-qty button{display:flex;align-items:center}.cart-qty button{width:28px;height:28px;border-radius:50%;border:2px solid var(--green);background:var(--white);color:var(--green);font-size:1rem;cursor:pointer;justify-content:center;font-family:inherit;transition:background .15s,color .15s}.cart-qty button:hover{background:var(--green);color:var(--white)}.cart-qty span{font-weight:700;min-width:20px;text-align:center}.cart-total{padding-top:20px}.cart-total-row{font-size:.9rem;margin-bottom:8px;color:#555}.cart-total-main,.cart-total-row{display:flex;justify-content:space-between}.cart-total-main{font-size:1.3rem;font-weight:900;color:var(--brown);margin-top:12px;padding-top:12px;border-top:2px solid #eee}.cart-empty{text-align:center;color:#999;padding:32px 0;font-size:.9rem}.thanks-box{max-width:560px;margin:80px auto;text-align:center;background:var(--white);padding:60px 40px;border-radius:24px;box-shadow:0 8px 40px rgba(0,0,0,.08)}.thanks-icon{font-size:5rem;display:block;margin-bottom:24px}.thanks-box h1{font-size:1.8rem;font-weight:900;color:var(--green);margin-bottom:16px}.thanks-box p{color:#555;margin-bottom:12px}.thanks-box .btn-primary{margin-top:32px}.admin-wrap{max-width:1100px;margin:0 auto;padding:40px 24px}.admin-wrap h1{font-size:1.6rem;font-weight:900;color:var(--green);margin-bottom:32px}.order-table{width:100%;border-collapse:collapse;font-size:.88rem}.order-table th{background:var(--green);color:var(--white);padding:12px 16px;text-align:left;font-weight:700}.order-table td{padding:12px 16px;border-bottom:1px solid #eee;vertical-align:top}.order-table tr:hover td{background:var(--green-pale)}.status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700}.status-pending{background:#FFF9C4;color:#8B6A00}.status-confirmed{background:#E8F5E9;color:var(--green)}.status-shipped{background:#E3F2FD;color:#1565C0}footer{background:var(--green);color:rgba(255,255,255,.85);padding:56px 24px 32px}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.2)}.footer-brand .logo{font-size:1.3rem}.footer-brand p{margin-top:12px;font-size:.85rem;line-height:1.8}footer h4{color:var(--yellow);font-size:.85rem;font-weight:700;margin-bottom:14px;letter-spacing:.08em;text-transform:uppercase}footer ul{list-style:none}footer ul li{margin-bottom:8px}footer ul li a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.88rem;transition:color .2s}footer ul li a:hover{color:var(--yellow)}.footer-bottom{max-width:1100px;margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.55)}.sns-links{display:flex;gap:12px}.sns-links a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.12);border-radius:50%;color:var(--white);font-size:1rem;text-decoration:none;transition:background .2s}.sns-links a:hover{background:var(--yellow-dark)}@media (max-width:768px){nav{gap:2px}nav a{padding:8px;font-size:.8rem}.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.form-box{padding:28px 20px}.footer-inner,.form-row{grid-template-columns:1fr}.footer-inner{gap:28px}.producer-inner{flex-direction:column}.producer-photo{flex:none;width:100%;height:200px}}