No1 Minamoto 大地の光
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500&family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&display=swap'); .m1-wrap { font-family : 'Noto Serif JP', 'Hiragino Mincho ProN', serif; max-width: 600px; width: 100%; margin: 0 auto; padding: 2rem 0 3rem; color: #1a1a18; } /* ---- ヘッダー ---- */ .m1-hero { text-align: center; padding: 2rem 1rem 1.5rem; } .m1-herb-row { display: flex; justify-content: center; align-items: flex-end; gap: 10px; margin-bottom: 1.2rem; color: #c05060; } .m1-star-row { display: flex; justify-content: center; gap: 12px; margin-bottom: 1.2rem; color: #ec6a70; opacity: 0.55; } .m1-no { font-family: 'Crimson Pro', serif; font-size: 11px; letter-spacing: 0.3em; color: #ec6a70; font-weight: 300; margin-bottom: 0.5rem; } .m1-heading-en { font-family: 'Crimson Pro', serif; font-size: 28px; font-weight: 300; color: #2d1a1e; letter-spacing: 0.08em; margin: 0 0 0.2rem; font-style: italic; } .m1-heading-jp { font-size: 13px; color: #ec6a70; font-weight: 300; letter-spacing: 0.18em; margin: 0 0 0.6rem; } .m1-keywords { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-bottom: 0.5rem; } .m1-kw { font-size: 10px; color: #c05060; background: #fef0f2; border: 0.5px solid #f4b8c0; padding: 3px 12px; border-radius: 12px; font-weight: 300; letter-spacing: 0.08em; } /* スペクトルライン */ .m1-line { height: 1.5px; background: linear-gradient(90deg, transparent, #f4b8c0, #ec6a70, #f4b8c0, transparent); margin: 1.8rem 0; border-radius: 2px; opacity: 0.6; } .m1-line-thin { height: 1px; background: linear-gradient(90deg, transparent, #f8dbe0, #f4b8c0, #f8dbe0, transparent); margin: 1.8rem 0; opacity: 0.7; } /* ---- コンセプト ---- */ .m1-concept { font-size: 14px; color: #2a1a1e; line-height: 2.3; font-weight: 300; margin-bottom: 1.5rem; letter-spacing: 0.02em; } .m1-concept em { font-style: normal; color: #c05060; font-weight: 400; } .m1-pull { font-size: 14px; color: #8a3040; font-weight: 400; line-height: 2.2; letter-spacing: 0.05em; padding: 1.4rem 1.6rem; border-left: 2px solid #ec6a70; background: linear-gradient(135deg, #fef5f6, #fdf0f2); border-radius: 0 14px 14px 0; margin: 1.5rem 0; } /* ---- セクションタイトル ---- */ .m1-section-title { font-size: 11px; letter-spacing: 0.2em; color: #ec6a70; font-weight: 300; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 10px; } .m1-section-title::before { content: ''; width: 4px; height: 4px; background: #ec6a70; border-radius: 50%; flex-shrink: 0; } .m1-section-title::after { content: ''; flex: 1; height: 0.5px; background: linear-gradient(90deg, #f4b8c0, transparent); } .m1-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, #f4c0c8, transparent); margin: 2rem 0; } /* ---- テイストカード ---- */ .m1-taste-card { background: linear-gradient(135deg, #fef5f6, #fdf0f2); border: 1px solid #f4b8c0; border-radius: 16px; padding: 1.4rem 1.5rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; } .m1-taste-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #ec6a70, #f4a0a8, #ec6a70); } .m1-taste-label { font-size: 10px; letter-spacing: 0.2em; color: #ec6a70; font-weight: 300; margin-bottom: 0.8rem; } .m1-taste-body { font-size: 13px; color: #3a1a20; line-height: 2; font-weight: 300; margin: 0; } /* ---- 原材料タグ ---- */ .m1-ingredients-wrap { margin-bottom: 1.5rem; } .m1-ingredients { display: flex; flex-wrap: wrap; gap: 6px; } .m1-ingredient { font-size: 11px; color: #555552; background: #faf4f5; padding: 4px 12px; border-radius: 14px; font-weight: 300; border: 0.5px solid #f0d0d5; } .m1-ingredient.origin { color: #a03040; background: #fef0f2; border: 0.5px solid #f4b8c0; } /* ---- こんな時に ---- */ .m1-scene-list { list-style: none; padding: 0; margin: 0 0 1.5rem; } .m1-scene-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #1a1a18; font-weight: 300; padding: 9px 0; border-bottom: 1px dashed #f4d0d5; line-height: 1.8; } .m1-scene-list li:last-child { border-bottom: none; } .m1-scene-dot { width: 6px; height: 6px; background: #ec6a70; border-radius: 50%; flex-shrink: 0; margin-top: 7px; opacity: 0.7; } /* ---- 飲み方 ---- */ .m1-brew-card { background: #fef5f6; border: 1px solid #f4b8c0; border-radius: 12px; padding: 1.2rem 1.4rem; margin-bottom: 1.5rem; } .m1-brew-grid { display: flex; gap: 8px; flex-wrap: wrap; } .m1-brew-item { flex: 1; min-width: 100px; text-align: center; padding: 0.8rem 0.5rem; border-right: 0.5px solid #f4d0d5; } .m1-brew-item:last-child { border-right: none; } .m1-brew-label { font-size: 9px; letter-spacing: 0.14em; color: #ec6a70; font-weight: 300; margin-bottom: 4px; } .m1-brew-value { font-size: 14px; color: #2a1a1e; font-weight: 400; letter-spacing: 0.04em; } .m1-brew-unit { font-size: 10px; color: #888880; font-weight: 300; } /* ---- 引用ボックス ---- */ .m1-quote { text-align: center; padding: 2rem 1.2rem; margin: 0.5rem 0; background: linear-gradient(135deg, #fef8f9, #fdf3f5, #fef8f9); border-radius: 20px; border: 1px solid #f4c8d0; position: relative; overflow: hidden; } .m1-quote::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #f4a0a8, #ec6a70, #f4a0a8, transparent); } .m1-quote::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #f4a0a8, #ec6a70, #f4a0a8, transparent); } .m1-quote-stars { display: flex; justify-content: center; gap: 12px; margin-bottom: 1rem; color: #ec6a70; opacity: 0.5; } .m1-quote-text { font-size: 14px; color: #8a3040; font-weight: 400; line-height: 2.4; letter-spacing: 0.08em; margin: 0 0 0.6rem; } .m1-quote-caption { font-size: 10px; color: #ec6a70; font-weight: 300; letter-spacing: 0.14em; opacity: 0.8; } /* ---- スペック ---- */ .m1-spec { background: #fef8f9; border: 1px solid #f4c8d0; border-radius: 12px; padding: 1.2rem 1.4rem; margin-bottom: 1.5rem; } .m1-spec-row { display: flex; gap: 12px; font-size: 13px; font-weight: 300; padding: 7px 0; border-bottom: 0.5px dashed #f4d0d8; align-items: baseline; } .m1-spec-row:last-child { border-bottom: none; } .m1-spec-label { color: #ec6a70; font-size: 11px; letter-spacing: 0.08em; flex-shrink: 0; width: 72px; } .m1-spec-value { color: #1a1a18; line-height: 1.8; } /* ---- 注意 ---- */ .m1-note { font-size: 12px; color: #888880; font-weight: 300; line-height: 1.9; padding: 1rem 1.25rem; border: 1px dashed #f4d0d8; border-radius: 10px; background: #fefcfd; margin-bottom: 2rem; } .m1-note-title { font-size: 10px; letter-spacing: 0.14em; color: #ec6a70; margin-bottom: 0.5rem; font-weight: 400; opacity: 0.8; } /* ---- フッター ---- */ .m1-footer { text-align: center; padding: 2rem 1rem; background: linear-gradient(180deg, transparent, #fef5f6); border-radius: 20px; } .m1-footer-stars { display: flex; justify-content: center; gap: 14px; margin-bottom: 1.2rem; color: #f4b8c0; opacity: 0.7; } .m1-footer-text { font-size: 13px; color: #c07080; font-weight: 300; letter-spacing: 0.1em; line-height: 2.5; margin: 0; } .m1-footer-icons { display: flex; justify-content: center; align-items: flex-end; gap: 12px; margin-top: 1.4rem; opacity: 0.25; color: #c05060; } 足元がふわふわする感じ、ありませんか?なんとなく落ち着かない、地に足がつかない——そんな時、からだは「根」を求めているのかもしれません。 No 1 Minamoto Light of Earth大地の光 グラウンディング 安定 安心感 生命力 信頼 大地に根を張るように、どっしりとした安心感を届けるブレンド。南アフリカ原産のルイボスをメインに、力強さを秘めたハーブを重ねた、グラウンディング・ブレンド。浮き足立つ毎日に、ゆっくりと息を吐いて、大地に繋がる一杯。自分の根っこを感じたい時、心が落ち着かない時、ここから始めてください。 大地を踏みしめ、足元から自分を思い出させてくれる光 深く静かな大地の愛に包まれながら、根源から自分を整えていきます。 TASTE 味わいと香り ルイボスのまろやかなコクを土台に、ダンディライオンのほろ苦さ、ごぼうの素朴な甘み、ジンジャーのあたたかいスパイス感が重なります。深みのある茶褐色。大地の恵みをそのままカップに閉じ込めたような、力強くもやさしい一杯。 INGREDIENTS ルイボス(南アフリカ) ダンディライオン ごぼう ネトル エキナセア ジンジャー こんな時に なんとなく落ち着かない、不安な気持ちが続く時 大事な決断や挑戦の前に、じっくり自分を整えたい時 疲れが抜けず、からだの重さを感じる時 朝、静かに一日を始めたい時のモーニングリチュアルに 自分の根っこに繋がりたい、自分を信じたい時 おすすめの飲み方 ティースプーン 約2 杯 お湯の温度 95〜100℃ 蒸らし時間 5 分 根を張るように、大地と繋がる。Minamoto の一杯が、あなたの安心の土台になりますように。 No1 — 大地の光 商品詳細 内容量 30g カップ数 約15杯分(お湯を足して2〜3煎お楽しみいただけます) 原材料 ルイボス(南アフリカ)、ダンディライオン、ごぼう、ネトル、エキナセア、ジンジャー カフェイン ノンカフェイン 品質 有機認証・自然栽培ハーブのみ使用 ご注意 食品アレルギーのある方はご注意ください。体質に合わない場合はご使用をお控えください。妊娠中・授乳中の方、薬を服用中の方は、お飲みになる前に医師にご相談ください。詳細はこちらをご確認ください。 STORAGE Prism Tea の保存におすすめの缶 香りと味を最後の一杯まで守ります。 缶はこちら GIFT ギフトをお探しの方へ 大切な方へ、Prism Tea の光を贈りませんか。 ギフト商品ページ 大地の恵みを、カップの中に。Minamoto の一杯とともに、今日も自分の根っこから始めましょう。