.product-section{padding:100px 0}.product-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:block}.product-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:70px;margin-top:40px}.product-info-wrap{width:calc(50% - 35px);background:#fff;border-radius:20px;padding:50px}.product-breadcrumb{display:flex;gap:10px;align-items:center;margin-top:15px;flex-wrap:wrap}.product-bc-link{color:#252525;font-size:1.2rem;text-decoration:underline}.product-bc-link:hover{text-decoration:none}.product-bc-arrow{position:relative;display:inline-block;width:3.8px;height:6.7px}.product-bc-arrow:before,.product-bc-arrow:after{content:"";position:absolute;top:calc(50% - .5px);right:0;width:5px;height:1px;border-radius:9999px;background-color:#252525;transform-origin:calc(100% - .5px) 50%}.product-bc-arrow:before{transform:rotate(45deg)}.product-bc-arrow:after{transform:rotate(-45deg)}.product-bc-current{color:#252525;font-size:1.2rem}.product-title-en{color:#ccc;font-size:1.4rem;margin-bottom:6px}.product-title-jp{font-size:2.4rem;font-weight:700;line-height:1.3;margin-bottom:30px}.product-unit-price{font-size:.95rem;color:#888;margin-top:4px;margin-bottom:24px}.product-step{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e8e8e8;animation:productStepReveal .28s ease}.product-step:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-step-hidden{display:none!important}@keyframes productStepReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-step-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.product-step-badge{display:inline-block;background:#3692b9;color:#fff;font-size:1.1rem;font-weight:700;line-height:1;padding:8px 12px;border-radius:4px;letter-spacing:.05em;flex-shrink:0}.product-step-title{font-size:1.5rem;font-weight:700;color:#252525;flex:1}.product-radio-group{display:flex;gap:12px}.product-radio-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px;border:2px solid #ddd;border-radius:6px;cursor:pointer;text-align:center;transition:border-color .2s,background .2s,box-shadow .2s;background:#fafafa;-webkit-user-select:none;user-select:none}.product-radio-card:hover{border-color:#3692b9;background:#f0f7fa}.product-radio-card.is-active{border-color:#3692b9;background:#e8f3f8;box-shadow:0 0 0 1px #3692b9}.product-radio-main{font-size:1.6rem;font-weight:700;line-height:1.3;color:#252525;display:block}.product-radio-card.is-active .product-radio-main{color:#3692b9}.product-radio-sub{font-size:1.2rem;font-weight:500;line-height:1;color:#888;display:block}.product-sub-plan-card{border:1px solid #c1dce9;border-radius:12px;padding:20px 24px;background:#f6f9fb}.product-sub-plan-cols{display:flex;align-items:stretch;gap:0}.product-sub-plan-left{flex:1;padding-right:24px;border-right:1px solid #c1dce9}.product-sub-plan-right{flex:1;padding-left:24px;display:flex;align-items:center;justify-content:center}.product-sub-plan-qty{font-size:1.3rem;background-color:#3692b9;border-radius:4px;font-weight:600;color:#fff;text-align:center}.product-sub-plan-price-wrap{display:flex;align-items:baseline;justify-content:center;gap:4px;margin:15px auto 10px}.product-sub-plan-price{font-size:4rem;font-weight:700;line-height:1;color:#3692b9}.product-sub-plan-unit{font-size:1.6rem;font-weight:500;color:#666}.product-sub-plan-savings{font-size:1.3rem;text-align:center;font-weight:600;color:#e53935}.product-sub-plan-savings-amount{font-size:1.5rem;font-weight:700}.product-sub-plan-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.product-sub-plan-benefits li{font-size:1.5rem;font-weight:700;color:#444;padding-left:22px;position:relative;line-height:1.4}.product-sub-plan-benefits li:before{content:"\2713";position:absolute;left:0;color:#fff;font-weight:900;font-size:1.1rem;width:18px;height:18px;border-radius:50%;background-color:#3692b9;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:2px}.product-qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.product-quantity-control{display:flex;align-items:center;width:fit-content;border:1px solid #ccc;border-radius:8px;overflow:hidden}.product-unit-price-inline{display:flex;gap:20px;align-items:center;justify-content:center;margin-left:16px}.product-unit-price-base{font-size:1.4rem;font-weight:600;color:#252525}.product-unit-price-value{font-size:2rem}.product-unit-price-actual{font-size:1.4rem;color:#3692b9;margin-top:2px}.product-qty-btn{width:44px;height:44px;background:#f5f5f5;border:none;font-size:2rem;cursor:pointer;color:#252525;transition:background .2s;display:flex;align-items:center;justify-content:center}.product-qty-btn:hover:not(:disabled){background:#e8e8e8}.product-qty-btn:disabled{color:#bbb;cursor:not-allowed}.product-qty-input{width:60px;height:44px;text-align:center;font-size:1.8rem;font-weight:600;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc;-moz-appearance:textfield;background:#fff}.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-flavor-card{border:2px solid #e0e0e0;border-radius:12px;padding:14px 12px;background:#fff;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column;gap:10px;min-width:0}.product-flavor-card.is-selected{border-color:#3692b9;box-shadow:0 0 0 1px #3692b9}.product-flavor-card.is-disabled{opacity:.45;pointer-events:none}.product-flavor-card.is-soldout{opacity:.4;background:#f5f5f5;pointer-events:none}.product-flavor-card-top{display:flex;align-items:center;gap:8px}.product-flavor-color{width:22px;height:22px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #00000014}.product-flavor-name{font-size:1.3rem;font-weight:700;color:#252525;line-height:1.3;flex:1;min-width:0}.product-flavor-stock{font-size:1.1rem;font-weight:600;padding:2px 8px;border-radius:12px;white-space:nowrap}.product-flavor-stock.in-stock{background:#e8f3f8;color:#3692b9}.product-flavor-stock.out-of-stock{background:#f5f5f5;color:#999}.product-flavor-stepper{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;border-radius:8px;overflow:hidden}.product-flavor-btn{width:34px;height:34px;background:#e8e8e8;border:none;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;color:#252525;flex-shrink:0}.product-flavor-btn:hover:not(:disabled){background:#d0d0d0}.product-flavor-btn:disabled{color:#bbb;cursor:not-allowed;background:#f5f5f5}.product-flavor-count{font-size:1.6rem;font-weight:700;color:#252525;min-width:28px;text-align:center}.product-flavor-counter{font-size:1.4rem;font-weight:600;color:#252525;background:#f0f7fa;border:1px solid #3692b9;border-radius:20px;white-space:nowrap;transition:background .2s,color .2s;line-height:1;padding:4px 20px 6px}.product-flavor-counter.is-complete{background:#3692b9;color:#fff;border-color:#3692b9}[data-flavor=caramel] .product-flavor-color{background-color:#c87941}[data-flavor=mix_berry] .product-flavor-color{background-color:#c0306a}[data-flavor=grape] .product-flavor-color{background-color:#6f42c1}[data-flavor=strong_menthol] .product-flavor-color{background-color:#1e90c8}[data-flavor=muscat] .product-flavor-color{background-color:#8db600}[data-flavor=lychee] .product-flavor-color{background-color:#f4829a}[data-flavor=mango] .product-flavor-color{background-color:#f07d1a}[data-flavor=strawberry] .product-flavor-color{background-color:#d42b3a}[data-flavor=green_apple] .product-flavor-color{background-color:#5ca400}[data-flavor=bear_mint] .product-flavor-color{background-color:#45d4e8}[data-flavor=orange_mango] .product-flavor-color{background-color:#f07d1a}[data-flavor=banana] .product-flavor-color{background-color:#f5d020}.product-flavor-note{font-size:1.3rem;font-weight:500;color:#777;margin-bottom:12px}.product-flavor-remaining{font-size:1.3rem;color:#777;margin-top:10px}.product-price-area{margin-bottom:20px}.product-price-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.product-price-row+.product-price-row{border-top:1px dashed #e0e0e0}.product-price-row-label{font-size:1.4rem;font-weight:600;color:#666}.product-price-original{font-size:1.6rem;color:#aaa;text-decoration:line-through}.product-price-discount-row .product-price-row-label{font-size:1.3rem;color:#e53935;font-weight:600}.product-price-discount{font-size:1.8rem;font-weight:700;color:#e53935}.product-price-total-row{border-top:2px solid #e0e0e0!important;padding-top:12px!important;margin-top:4px}.product-price-total-wrap{display:flex;align-items:baseline;gap:6px}.product-price-total{font-size:3rem;font-weight:700;color:#1a1a2e}.product-price-tax{font-size:1.3rem;font-weight:500;color:#666}.product-unit-price-detail{font-size:1.4rem;font-weight:500;color:#3692b9;text-align:right;margin-top:4px}.product-unit-price-detail strong{font-size:1.6rem;font-weight:700}.price-currency{font-size:.65em;vertical-align:baseline}.product-cta-area{margin-top:4px}.product-add-to-cart-btn{display:block;width:100%;padding:20px 0;background-color:#3692b9;border:none;font-size:1.6rem;font-weight:700;color:#fff;text-align:center;border-radius:50px;cursor:pointer;transition:background .2s;letter-spacing:.05em}.product-add-to-cart-btn:hover:not(:disabled){background-color:#2a7a9e}.product-add-to-cart-btn:disabled{background-color:#aaa;cursor:not-allowed}.product-cart-note{font-size:1.3rem;font-weight:600;color:#e53935;text-align:center;margin-top:8px;min-height:1.6em}.product-description{margin-top:30px;padding-top:24px;border-top:1px solid #e0e0e0}.product-description p{font-size:1.5rem;line-height:1.7;margin-bottom:12px}.product-description p strong{color:#3692b9;font-weight:600}.product-description ul{list-style-type:disc;padding-left:1.5em;font-size:1.5rem;margin:12px 0}.product-description ul li{line-height:1.6;margin-bottom:4px}@media screen and (max-width:1100px){.product-inner{padding:0 5%}.product-layout{gap:40px}.product-info-wrap{padding:36px}}.sp-br{display:none}@media screen and (max-width:768px){.sp-br{display:block}.product-section{padding-top:80px;padding-bottom:60px}.product-inner{padding:0 4%}.product-breadcrumb{margin-top:0}.product-layout{flex-direction:column;gap:0;margin-top:24px}.product-info-wrap{width:100%;border-radius:12px;padding:24px 5%;margin-top:20px}.product-title-jp{font-size:2rem;margin-bottom:20px}.product-radio-group{gap:8px}.product-radio-card{padding:12px 8px}.product-flavor-color{width:16px;height:16px}.product-flavor-name{font-size:1.3rem}.product-flavor-stock{font-size:.8rem;padding:1px 4px}.product-flavor-btn{width:28px;height:28px;font-size:1.6rem}.product-flavor-count{font-size:1.4rem;min-width:20px}.product-sub-plan-card{padding:16px 18px}.product-sub-plan-cols{flex-direction:column}.product-sub-plan-left{padding-right:0;border-right:none;padding-bottom:14px;border-bottom:1px solid #c1dce9}.product-sub-plan-right{padding-left:0;padding-top:14px}.product-sub-plan-benefits{gap:8px}.product-sub-plan-benefits li{font-size:1.4rem}.product-sub-plan-price{font-size:3.4rem}.product-sub-plan-savings{line-height:1.2}.product-price-total{font-size:3.4rem}.product-unit-price-inline{flex-direction:column;gap:0;line-height:1;align-items:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-common.css.map */
