プラスゆば 3袋セット
水戻し不要 割れない新製法 たんぱく質32.6g いつもの料理にパラっとふりかけるだけで使える新しい乾燥湯葉です。水戻しも下処理も一切不要。業界初の新製法で2.5cmの均一サイズに仕上げており、煮込んでも割れず崩れません。 お味噌汁・丼もの・混ぜご飯・サラダなど、和洋中を問わず幅広い料理に。大豆由来の良質な植物性たんぱく質を、毎日の食卓に手軽にプラスできます 。 01 かけるだけの時短クッキング 完成した料理にそのまま加えるだけ。忙しい日の食事づくりをサポートします。 02 業界初・割れない新製法 2.5cm均一カットで形が崩れにくく、お味噌汁からグラタンまで見た目も美しく仕上がります。 03 植物性たんぱく質を手軽に補給 100gあたり32.6g。大豆のほのかな甘みと上品な食感で、栄養バランスをサポートします。 こんな料理にパラっとプラス 卵とじ丼調理5分 お味噌汁調理5分 ちりめん混ぜご飯 五目ちらし寿司 他にも:スープ・鍋・おにぎり・カレー・グラタン・ラーメンなど幅広く活躍 商品詳細 1パック 20g(1食3g・約6食分) 名称 乾燥ゆば 原材料名 乾燥ゆば(国内製造)/グリセリン・乳化剤(乳由来・大豆を含む) 内容量 20g(1食3g・約6食分) 保存方法 開封後、高温多湿を避けて保存 配送方法 ネコポスを使用 送料 当商品は送料無料 栄養成分表示 項目 100gあたり エネルギー 482kcal たんぱく質 32.6g 脂質 27.4g 炭水化物 26.3g 食塩相当量 1.0g → その他の情報はプラスゆば公式サイトへ /*送料に関する表示*/ product-info.product__info-container:has(#py-root) .product__tax.caption.rte{ display:none !important; } /* === base === */ #py-root{font-family:'Hiragino Kaku Gothic ProN','Hiragino Sans','Noto Sans JP',sans-serif;color:#333;line-height:1.7;-webkit-font-smoothing:antialiased} #py-root *,#py-root *::before,#py-root *::after{box-sizing:border-box;margin:0;padding:0} #py-root img{max-width:100%;height:auto;display:block} #py-root ul{list-style:none} #py-root strong{font-weight:700;color:#3a2000} #py-root p{margin:0} /* === セクション間区切り === */ #py-root .py-about, #py-root .py-feat, #py-root .py-recipe, #py-root .py-spec, #py-root .py-link{ border-top:1px solid #e5ddd0; padding-top:20px; margin-top:20px; } /* === 見出し共通 === */ #py-root .py-sh{ font-family:'Noto Serif JP','Yu Mincho',Georgia,serif; font-size:16px;font-weight:700;color:#1a1a1a; margin:0 0 14px;padding:0; border:none;background:none; text-align:left;line-height:1.4; display:flex;align-items:center;gap:8px; } #py-root .py-sh::before{ content:'';width:3px;height:18px; background:#E8C000;border-radius:2px;flex-shrink:0; } /* ============================================= ① 3ポイントバッジ ============================================= */ #py-root .py-kp{ display:flex;gap:6px; margin-bottom:4px; } #py-root .py-kp__item{ flex:1;display:flex;align-items:center;gap:6px; background:#fdf5dc;border-radius:6px; padding:8px 6px; } #py-root .py-kp__icon{ display:flex;align-items:center;justify-content:center; width:28px;height:28px;min-width:28px; border-radius:50%;background:#E8C000;color:#3a2000; flex-shrink:0; } #py-root .py-kp__icon svg{display:block} #py-root .py-kp__text{ font-size:10px;font-weight:700;color:#3a2000; line-height:1.3;letter-spacing:0.02em; } /* ============================================= ② 商品紹介 ============================================= */ #py-root .py-about__img{ border-radius:8px;overflow:hidden; margin-bottom:14px; } #py-root .py-about__body{ display:flex;flex-direction:column;gap:10px; } #py-root .py-about__body p{ font-size:13px;line-height:1.85;color:#444; } /* ============================================= ③ 特長リスト ============================================= */ #py-root .py-feat{ display:flex;flex-direction:column;gap:0; } #py-root .py-feat__item{ display:flex;align-items:flex-start;gap:10px; padding:12px 0; border-bottom:1px solid #ede6da; } #py-root .py-feat__item:last-child{border-bottom:none} #py-root .py-feat__num{ font-size:10px;font-weight:800;color:#fff; background:#E8C000;border-radius:4px; width:26px;height:26px;min-width:26px; display:flex;align-items:center;justify-content:center; line-height:1;letter-spacing:0.04em; margin-top:1px; } #py-root .py-feat__body{display:flex;flex-direction:column;gap:2px} #py-root .py-feat__body strong{ font-size:13px;color:#1a1a1a;display:block; } #py-root .py-feat__body span{ font-size:11.5px;color:#666;display:block;line-height:1.6; } /* ============================================= ④ レシピギャラリー ============================================= */ #py-root .py-recipe__grid{ display:grid;grid-template-columns:1fr 1fr;gap:8px; margin-bottom:10px; } #py-root .py-recipe__item{ border-radius:8px;overflow:hidden; background:#fff; box-shadow:0 1px 6px rgba(0,0,0,0.08); } #py-root .py-recipe__item img{ width:100%;aspect-ratio:1/1;object-fit:cover;display:block; } #py-root .py-recipe__item figcaption{ padding:6px 8px;font-size:11px;font-weight:600; color:#333;display:flex;align-items:center; justify-content:space-between;gap:4px; } #py-root .py-recipe__item figcaption span{ font-size:9px;font-weight:700; background:#3a2000;color:#fff; padding:2px 6px;border-radius:99px; white-space:nowrap;flex-shrink:0; } #py-root .py-recipe__more{ font-size:11px;color:#888;text-align:center; line-height:1.7; } /* ============================================= ⑤ 商品詳細 ============================================= */ #py-root .py-spec__top{ display:flex;align-items:center;gap:14px; margin-bottom:14px; } #py-root .py-spec__img{ width:40%;min-width:110px;flex-shrink:0; border-radius:8px;overflow:hidden; } #py-root .py-spec__note{ font-size:13px;color:#555;line-height:1.65; } #py-root .py-spec__note strong{font-size:16px} #py-root .py-spec__sub{ font-size:12px;font-weight:700;color:#1a1a1a; margin:16px 0 6px;padding-bottom:5px; border-bottom:2px solid #E8C000; background:none;border-top:none;border-left:none;border-right:none; } /* テーブル共通 */ #py-root .py-tbl{ width:100%;border-collapse:collapse; font-size:11.5px;line-height:1.55; margin-bottom:4px; } #py-root .py-tbl th, #py-root .py-tbl td{ padding:7px 8px;border:1px solid #e5ddd0; text-align:left;vertical-align:top; } #py-root .py-tbl tbody th{ background:#f8f3ea;font-weight:600;color:#3a2000; white-space:nowrap;width:28%; } /* 栄養テーブル */ #py-root .py-tbl--nut thead tr{background:#3a2000} #py-root .py-tbl--nut thead th{ color:#fff;font-weight:600;font-size:10.5px; text-align:center;border-color:#5c3a1e; } #py-root .py-tbl--nut tbody td{text-align:center} #py-root .py-tbl--nut strong{color:#3a2000;font-size:13px} /* ============================================= ⑥ 公式サイトリンク ============================================= */ #py-root .py-link{ text-align:center; } #py-root .py-link a{ display:inline-flex;align-items:center;gap:6px; font-size:13px;color:#3a2000;text-decoration:none; background:#fdf5dc;border:1px solid #E8C000; border-radius:8px;padding:10px 18px; transition:background .2s,box-shadow .2s; line-height:1.4; } #py-root .py-link a:hover{ background:#fceebb;box-shadow:0 2px 8px rgba(0,0,0,0.08); } #py-root .py-link__arrow{ font-size:14px;font-weight:700; } #py-root .py-link a strong{ text-decoration:underline;text-underline-offset:2px; } /* ============================================= PC拡張(768px〜) Shopify商品説明カラム内で動作する前提 ============================================= */ @media(min-width:768px){ #py-root .py-kp__text{font-size:11px} #py-root .py-about{ display:grid;grid-template-columns:48% 1fr;gap:20px; align-items:start; } #py-root .py-about__img{margin-bottom:0} #py-root .py-recipe__grid{gap:12px} #py-root .py-recipe__item img{aspect-ratio:4/3} #py-root .py-spec__top{gap:20px} #py-root .py-spec__img{width:35%} } (function(){ var r=document.getElementById('py-root'); if(!r)return; var secs=r.querySelectorAll('.py-about,.py-feat,.py-recipe,.py-spec,.py-link,.py-kp'); if(!('IntersectionObserver' in window)){ secs.forEach(function(s){s.style.opacity='1'});return; } secs.forEach(function(s){s.style.opacity='0';s.style.transform='translateY(14px)';s.style.transition='opacity .5s ease,transform .5s ease'}); var io=new IntersectionObserver(function(entries){ entries.forEach(function(e){ if(e.isIntersecting){e.target.style.opacity='1';e.target.style.transform='translateY(0)';io.unobserve(e.target)} }); },{threshold:0.08}); secs.forEach(function(s){io.observe(s)}); })();