The Rice Creamery×NINZIA 「モチリッチ ココアワッフルアイスセット」:ココアワッフルセット
.mr-lp { --c-accent: #EF403D; --c-dark: #3A2318; --c-bg-cream: #FDF7F3; --c-bg-white: #FFFFFF; color: var(--c-dark); font-feature-settings: "palt"; line-height: 1.8; } .mr-lp * { b ox-sizing: border-box; } .mr-lp img { display: block; width: 100%; height: auto; max-width: 100%; } .mr-section { padding: 60px 20px; } .mr-section--cream { background: var(--c-bg-cream); } .mr-section--white { background: var(--c-bg-white); } .mr-inner { max-width: 1000px; margin: 0 auto; } /* 画像コンテナ(横幅をセクション内に固定し、はみ出しを防止) */ .mr-img-wrap { width: 100%; overflow: hidden; border-radius: 12px; margin: 0 auto; } .mr-img-wrap img { width: 100%; height: auto; object-fit: cover; display: block; } .mr-img-wrap--full { max-width: 100%; } .mr-img-wrap--narrow { max-width: 600px; } /* Section 1: ヒーロー */ .mr-hero { position: relative; text-align: center; padding: 0; } .mr-hero .mr-img-wrap { border-radius: 0; } .mr-hero-text { padding: 50px 20px; } .mr-hero-en { font-size: 14px; letter-spacing: 0.15em; color: var(--c-accent); font-weight: 600; margin-bottom: 12px; } .mr-hero-title { font-size: clamp(24px, 5vw, 40px); font-weight: 700; margin: 0 0 10px; } .mr-hero-sub { font-size: clamp(14px, 2.5vw, 18px); margin-bottom: 16px; } .mr-hero-product { font-size: clamp(18px, 3vw, 26px); font-weight: 700; color: var(--c-accent); } /* 共通見出し */ .mr-heading-en { display: block; font-size: 13px; letter-spacing: 0.2em; color: var(--c-accent); text-align: center; margin-bottom: 8px; font-weight: 600; } .mr-heading { font-size: clamp(22px, 4vw, 32px); font-weight: 700; text-align: center; margin: 0 0 30px; } .mr-lead { font-size: clamp(16px, 2.5vw, 20px); font-weight: 700; text-align: center; margin-bottom: 20px; } .mr-text { font-size: 15px; text-align: center; max-width: 720px; margin: 0 auto 16px; } /* Section 2: ブランドメッセージ */ .mr-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 24px 0; } .mr-tag { border: 1px solid var(--c-accent); color: var(--c-accent); border-radius: 999px; padding: 6px 18px; font-size: 13px; font-weight: 600; } /* Section 3 */ .mr-badge { display: inline-block; background: var(--c-accent); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 20px; border-radius: 999px; margin-top: 20px; } .mr-badge-wrap { text-align: center; } /* Section 4: フレーバー */ .mr-flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; } @media (max-width: 768px) { .mr-flavor-grid { grid-template-columns: 1fr; } } .mr-flavor-card { background: var(--c-bg-white); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(58,35,24,0.06); } .mr-flavor-card .mr-img-wrap { border-radius: 0; aspect-ratio: 1 / 1; } .mr-flavor-card .mr-img-wrap img { width: 100%; height: 100%; object-fit: cover; } .mr-flavor-body { padding: 18px; } .mr-flavor-name-jp { font-size: 17px; font-weight: 700; margin-bottom: 2px; } .mr-flavor-name-en { font-size: 12px; color: var(--c-accent); letter-spacing: 0.05em; margin-bottom: 10px; } .mr-flavor-desc { font-size: 13.5px; line-height: 1.8; } .mr-set-note { text-align: center; margin-top: 24px; font-size: 14px; font-weight: 600; } /* Section 5: 選ばれる理由 */ .mr-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; } @media (max-width: 768px) { .mr-reason-grid { grid-template-columns: 1fr; } } .mr-reason-card { background: var(--c-bg-white); border-radius: 12px; padding: 28px 22px; text-align: center; box-shadow: 0 2px 10px rgba(58,35,24,0.06); } .mr-reason-num { font-size: 13px; font-weight: 700; color: var(--c-accent); letter-spacing: 0.1em; margin-bottom: 6px; } .mr-reason-title { font-size: 17px; font-weight: 700; margin-bottom: 10px; } .mr-reason-desc { font-size: 13.5px; } /* Section 6: NINZIA */ .mr-flex-row { display: flex; gap: 36px; align-items: center; flex-wrap: wrap; } .mr-flex-row .mr-img-wrap { flex: 1 1 360px; } .mr-flex-row .mr-flex-text { flex: 1 1 360px; } @media (max-width: 768px) { .mr-flex-row { flex-direction: column; } } .mr-flex-text .mr-catch { font-size: 18px; font-weight: 700; margin-bottom: 14px; } .mr-flex-text .mr-quote { background: var(--c-bg-cream); border-left: 4px solid var(--c-accent); padding: 14px 18px; font-size: 14px; font-weight: 600; margin-bottom: 16px; border-radius: 4px; } .mr-flex-text p { font-size: 14.5px; margin-bottom: 14px; } .mr-ingredients { font-weight: 700; text-align: center; background: #fff; border-radius: 8px; padding: 12px; font-size: 14px; margin-bottom: 14px; } .mr-cocoa-note { font-size: 13px; color: var(--c-accent); font-weight: 600; } /* Section 7: セット内容 / 価格 */ .mr-set-box { background: var(--c-bg-white); border-radius: 16px; padding: 36px 24px; max-width: 640px; margin: 30px auto 0; box-shadow: 0 4px 16px rgba(58,35,24,0.08); text-align: center; } .mr-set-box h3 { font-size: 18px; font-weight: 700; margin: 0 0 18px; } .mr-set-list { list-style: none; padding: 0; margin: 0 0 20px; font-size: 14.5px; } .mr-set-list li { padding: 6px 0; border-bottom: 1px dashed #e6dcd6; } .mr-set-list li:last-child { border-bottom: none; } .mr-set-flavors { font-size: 13px; color: var(--c-accent); margin-top: 4px; } .mr-price { font-size: clamp(28px, 5vw, 40px); font-weight: 800; color: var(--c-accent); margin: 16px 0 8px; } .mr-price-note { font-size: 13px; margin-bottom: 18px; } .mr-limited { display: inline-block; background: var(--c-dark); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 22px; border-radius: 999px; } /* Section 8: クロージング */ .mr-closing { text-align: center; } .mr-closing .mr-lead { font-size: clamp(18px, 3vw, 24px); } .mr-closing .mr-text { margin-bottom: 0; } — The Rice Creamery × NINZIA — お米がつくる、至福のアイスクリーム。 グルテンフリーの豆腐ワッフルと、夢のコラボ。 モチリッチ ココアワッフルアイスセット 新登場 美味しさも、やさしさも、諦めない。 乳製品不使用 ヴィーガン サステナブル ヘルシー こだわり抜いたアイスクリームと、話題の「NINZIAココアワッフル」が夢のコラボで登場。 食べることは、美味しく、楽しむこと。素材の力で、すべてを叶えた新時代のスイーツセットです。 — What is The Rice Creamery? — ライスクリーマリーとは? お米が主原料。乳製品は、一切使わない。 みんな大好きなアイスクリームの美味しさはそのままに。お米を主原料に、乳製品を一切使わず、美味しさ・体へのやさしさ・地球への配慮をすべて叶えました。これまでにない、全く新しいアイスクリームです。 現在は都内一部店舗にて先行販売中。想像以上の反響をいただいています。 こだわりの3種のフレーバー 穂の華 ~ The Original ~ お米の持つ自然な甘みと風味を活かした、和のイメージを纏うオリジナルフレーバー。日本のお米が持つほのかな甘みと和の風味をお楽しみください。 匠・宇治抹茶 ~ Master's Uji Matcha ~ 茶匠・森田治秀氏が関わる堀田勝太郎商店の宇治抹茶を使用した、こだわりの一品。宇治抹茶の深い味わいと、それを支えるお米の優しい甘さが絶妙に重なります。 芳醇オランダチョコ ~ 上品なオランダのチョコレート ~ 日本とチョコの出会いの歴史を表現した商品。オランダ産カカオパウダーから放たれる芳醇な香りと、濃厚なチョコレートの味わいをどうぞ。 コラボセットには、上記3種のフレーバーが各2個ずつ入っています(計6個)。 ザ・ライス・クリーマリーが選ばれる理由 01 ヴィーガン&乳・卵不使用 乳製品や卵を一切使用せず。ヴィーガンの方も、乳アレルギーの方も、安心してお楽しみいただけます。 02 サステナブル 通常のアイスクリーム製造と比較し、温室効果ガスを約62%削減。地球への配慮が、美味しさと共存しています。 03 体をいたわるヘルシーさ たったの約120kcal。砂糖も控えめで、ヘルシーなのに満足感たっぷり。罪悪感なく楽しめます。 NINZIAココアワッフルとは? グルテンフリーの豆腐ワッフルからついにココアフレーバーが新登場。 「食事代わりにもデザートにもなる、甘さ控えめの大人ワッフル」 豆腐ベースの体にやさしい配合に、香り豊かなコアパウダーを合わせ、ほろ苦く食べ飽きない仕上がりに。 国産大豆の豆腐 × 米粉 × こんにゃく 手作業で丁寧に焼き上げた、もちふわ食感と素材本来のやさしい甘みをお届けします。 ココアパウダーを追加し、ほろ苦く香り豊かな風味に仕上げました。 セット内容 モチリッチ ココアワッフルアイスセット ザ・ライス・クリーマリー 3種 × 各2個(計6個) 穂の華 / 匠・宇治抹茶 / 芳醇オランダチョコ NINZIAワッフル(ココア味)10枚 ¥9,300(税込・送料無料) ⚡ 今だけの特別セット。 おいしさも、やさしさも、諦めないあなたへ。 体と地球に優しいスイーツを、ぜひ一度試してみてください。 .mr-nutrition { background: var(--c-bg-white); } .mr-info-block { background: var(--c-bg-cream); border-radius: 12px; padding: 28px 24px; margin-bottom: 20px; } .mr-info-block h4 { font-size: 15px; font-weight: 700; color: var(--c-accent); margin: 0 0 14px; padding-bottom: 8px; border-bottom: 1px solid #e6dcd6; } .mr-info-table { width: 100%; border-collapse: collapse; font-size: 13.5px; } .mr-info-table tr { border-bottom: 1px dashed #e6dcd6; } .mr-info-table tr:last-child { border-bottom: none; } .mr-info-table th { text-align: left; padding: 10px 12px 10px 0; font-weight: 600; color: #555; width: 35%; vertical-align: top; } .mr-info-table td { padding: 10px 0; color: var(--c-dark); line-height: 1.7; } .mr-allergy-box { background: #fff8f0; border: 1px solid #e8c898; border-radius: 8px; padding: 12px 16px; margin-top: 12px; font-size: 13px; line-height: 1.8; } .mr-allergy-box strong { color: var(--c-accent); } .mr-contami-box { background: #f7f6f2; border-radius: 8px; padding: 12px 16px; margin-top: 8px; font-size: 12px; color: #666; line-height: 1.8; } .mr-product-group-title { font-size: 18px; font-weight: 700; margin: 40px 0 16px; padding-left: 12px; border-left: 4px solid var(--c-accent); } 商品情報・栄養成分表示 NINZIAワッフル(ココア) 基本情報 名称 菓子(冷凍食品) 原材料名 豆腐(大豆を含む:遺伝子組み換えでない)(国内製造)、米粉、こんにゃくペースト、甘酒、レモン果汁、ココアパウダー/ベーキングパウダー 内容量 2枚 保存方法 −18℃以下で保存してください 賞味期限 発送時点で1ヵ月以上のものをお送りします 凍結前加熱 加熱してあります 加熱調理 加熱してからお召し上がりください 栄養成分表示(100gあたり・推定値) エネルギー 226 kcal たんぱく質 6.5 g 脂質 3.0 g 炭水化物 44.3 g(糖質 42.4 g / 食物繊維 1.9 g) 食塩相当量 0.4 g アレルゲン(28品目中):大豆 ※ 同一製造所内において、小麦、くるみ、卵、乳製品、落花生、アーモンド、カシューナッツ、オレンジ、キウイ、ごま、大豆、鶏肉、バナナ、桃、やまいも、りんご、ゼラチンを含む製品を製造しています。 ライスクリーマリー アイス 穂の華 〜The Original〜 種別 氷菓 カロリー 113 kcal 原材料名 米加工品(国内製造)、カシューナッツペースト、砂糖、ぶどう糖、食物繊維、食塩/乳化剤、安定剤(増粘多糖類) 内容量 90ml 保存方法 要冷凍(−18℃以下で保存) 備考 砂糖は北海道産てんさい糖を使用。本商品は乳製品ではありません。 アレルゲン:カシューナッツ ※ 乳成分、卵、小麦、落花生、くるみを使用した製品と共通の設備で製造しています。 匠・宇治抹茶 〜Master's Uji Matcha〜 種別 氷菓 カロリー 115 kcal 原材料名 米加工品(国内製造)、カシューナッツペースト、砂糖、ぶどう糖、抹茶、食物繊維、食塩/乳化剤、安定剤(増粘多糖類) 内容量 90ml 保存方法 要冷凍(−18℃以下で保存) 備考 砂糖は北海道産てんさい糖、抹茶は宇治抹茶を使用。本商品は乳製品ではありません。 アレルゲン:カシューナッツ ※ 乳成分、卵、小麦、落花生、くるみを使用した製品と共通の設備で製造しています。 芳醇オランダチョコ 〜Elegant Dutch Chocolate〜 種別 氷菓 カロリー 122 kcal 原材料名 米加工品(国内製造)、カシューナッツペースト、砂糖、ぶどう糖、ココア、食物繊維、食塩/乳化剤、安定剤(増粘多糖類) 内容量 90ml 保存方法 要冷凍(−18℃以下で保存) 備考 砂糖は北海道産てんさい糖、ококаоはオランダ産カカオパウダーを使用。本商品は乳製品ではありません。 アレルゲン:カシューナッツ ※ 乳成分、卵、小麦、落花生、くるみを使用した製品と共通の設備で製造しています。