<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:cc="http://web.resource.org/cc/"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xml:lang="ja">

    <channel rdf:about="https://mitsuura.jp/?mode=rss">
    <title>光浦醸造オンラインショップ</title>
    <link>https://mitsuura.jp/</link>
    <description>慶応元年（1865年）創業。味噌・醤油・調味料をはじめ、フロートレモンティーなど暮らしを豊かにする保存食づくりを目指しています。通販もこちらから。</description>
    <dc:language>ja</dc:language>
    <dc:creator>Color Me Shop!pro</dc:creator>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192350537" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192299803" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192257853" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192257740" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192257652" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192194026" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192190828" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192189271" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192189131" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192189008" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192188990" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192188296" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192186948" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192130860" />
        <rdf:li rdf:resource="https://mitsuura.jp/?pid=192130772" />
      </rdf:Seq>
    </items>
    </channel>

  <item rdf:about="https://mitsuura.jp/?pid=192350537">
    <link>https://mitsuura.jp/?pid=192350537</link>
    <title>おつまみクッキーと選べるレモンティーのギフト</title>
    <description>
  
    .wrapping-section {
      display: none !important;
    }
     














焼菓子を含む商品

  
    
      
        
          
       OTSUMAMI Cookies Assorted―おつまみクッキーアソート―
      



        
  ...</description>
<content:encoded><![CDATA[
<div class="item-info">
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>   



</table>

</div>





<div class="item">


<h3>焼菓子を含む商品</h3>
<div class="row gift-section" style="margin-bottom:50px;">
  <div class="text-center gift-slider">
    <div class="gift-track">
      <div class="gift-card">
        <a href="https://mitsuura.jp/?pid=191949289">
          <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc2XzE.jpg?cmsp_timestamp=20260629094408" alt="">
       OTSUMAMI Cookies Assorted―おつまみクッキーアソート―
      </div>


<div class="gift-card">
        <a href="https://mitsuura.jp/?pid=186096100">
          <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vsay27vSMTDL5w.jpg?cmsp_timestamp=20260304153644" alt="">
        </a>
       焼菓子詰め合わせ10枚入り
      </div>


      <div class="gift-card">
        <a href="https://mitsuura.jp/?pid=191919140">
          <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MjAyNi0wNS0yNlQwOC0wOS0wMS0zMjRaXzAwMDAzOA.jpg?cmsp_timestamp=20260528143927" alt="">
        </a>
       ５種のクッキー＜10枚入り＞とレモンハートとフロートレモンティー
      </div>

     
    </div>
  </div>
</div>

<style>
/* PC時は3カラムに見えるように */
@media (min-width:768px){
  .gift-track { display:flex; justify-content:center; gap:10px; }
  .gift-card { width:33.333%; max-width:360px; padding:5px; }
}

/* スマホ時は“横スライド” */
@media (max-width:767px){
  .gift-slider{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .gift-track{
    white-space:nowrap;      /* 横一列に並べる */
    padding:0 8px;
    font-size:0;             /* インライン間のスキマ対策 */
  }
  .gift-card{
    display:inline-block;    /* 横並び化 */
    vertical-align:top;
    width:75%;               /* 見せたいカード幅 */
    margin-right:10px;
    font-size:14px;          /* 文字サイズ復帰 */
    text-align:center;
    background:#fff;
    border-radius:10px;
    padding:6px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
    scroll-snap-align:start;
  }
  .gift-slider{ scroll-snap-type:x mandatory; }
  .gift-card img{ border-radius:8px; }
}

@media (max-width:767px){
  .gift-card{
    /* ここを追加／強化 */
    white-space: normal;          /* カード内は通常折り返し */
    word-break: break-word;       /* 英数や記号を含む長文も折り返し */
    overflow-wrap: anywhere;      /* どこでも折り返してOK（保険） */
    width: 80%;                   /* 少し広めにして文字余裕を確保（必要なら75%に戻してOK） */
  }
  .gift-card .gift-title{
    display:block;
    margin-top:6px;
    line-height:1.5;
  }
  .gift-card img{
    display:block;
    width:100%;
    height:auto;
  }
}
</style>

<a href="https://mitsuura.jp/?mode=f10">
<img src="https://mitsuura.jp/wp/wp-content/uploads/2025/11/aboutcandy.jpg" alt="" style="border:solid 1px;margin:30px 0;"></a>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc5.jpg?cmsp_timestamp=20260626131903" alt="">


<h2>【期間限定】おつまみクッキーとレモンティーのギフトセット</h2>
おつまみにぴったりな変わり種のクッキーアソートと、選べるフロートレモンティーがセットになったギフトボックス。<br><br>

選べるレモンティーは、丸型レモンがセットになったフロートレモンティーとハート型レモンティーがセットになったレモンハートシリーズから1点ずつお選びいただけます。お好みのセットをカスタマイズして大切な方へお贈りください。<br><br>

クッキーアソートには５種のおつまみクッキーをふんだんに詰め合わせました。ドライレモンを浮かべる紅茶とティータイムを楽しんだり、お気に入りのワインやビールなどと晩酌を楽しむのも◎おいしいさとわくわく、癒やしの時間をお贈りするとっておきの限定ギフトです。

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc1XzE.jpg?cmsp_timestamp=20260624165234" alt="">
<h2>OTSUMAMI Cookies Assorted―おつまみクッキーアソート―</h2>
キリッと冷やしたビールやワインのお供におすすめ。リラックスタイムのひとときに、アルコールと共についついつまんでしまうクッキーアソートです。もちろん、紅茶や緑茶、コーヒーなどのお茶受けにも合います。スパイシーさと甘さのバランスがカギ。辛党さん、甘党さん、どちらにもお試しいただきたいebb&flow初のおつまみクッキーです。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MjAyNi0wNS0yOFQwOS0wNy0yMS03NTZaXzAwMDAzOQ.jpg?cmsp_timestamp=20260529084434" alt="">

<h3>黒胡椒と胡桃</h3>
ぴりりと効いたブラックペッパーと香ばしいナッツの組み合わせが最高のバランス◎ペッパーの余韻を流し込む、ドリンクを飲む手も止まりません。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/pa-lw6Wtobyjsg.png?cmsp_timestamp=20260529141027" alt="">

<h3>明太子バター</h3>
バター香るサクほろの生地に明太子と青のりを合わせました。プチプチとした明太子の食感と磯の香りを楽しめる、これぞおつまみクッキー。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc3.jpg?cmsp_timestamp=20260624165305" alt="">

<h3>スパイシーマスタード</h3>
粒マスタードのプチっと食感がアクセント。程よいスパイス感とふわりと鼻に抜けるマスタードの香り、隠し味の蜂蜜が味に深みを出しています。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/pa-lw6WtobyjtA.png?cmsp_timestamp=20260529141200" alt="">

<h3>ソルティーバジル</h3>
スッと広がるバジルのさわやかな香りとほのかな岩塩の塩味がマッチ。バジルクッキーの存在がおつまみアソート全体のアクセントにもなっています。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/pa-lw6Wtobyjsw.png?cmsp_timestamp=20260529141233" alt="">

<h3>チーズクッキー</h3>
絵本に登場しそうな穴あきの形がかわいらしいチーズクッキー。チーズ好きさんにはたまらない風味豊かなシンプルクッキーです。
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc4.jpg?cmsp_timestamp=20260624165331" alt="">

<h5>OTSUMAMI Cookies Assorted―おつまみクッキーアソート―</h5>
 <table class="table table-condensed">
    <th>原材料名</th>
    <td>【黒胡椒と胡桃】小麦粉（小麦（山口県産））、バター、胡桃、鶏卵、砂糖、アーモンドパウダー、ブラックペッパー、塩【明太子バター】小麦粉（小麦（山口県産））、バター、砂糖、鶏卵、明太子加工品、米粉、青のり、塩【スパイシーマスタード】小麦粉（小麦（山口県産））、バター、マスタード、鶏卵、砂糖、アーモンドパウダー、米油、蜂蜜、塩、ターメリック、練り辛子、ブラックペッパー【ソルティーバジル】小麦粉（小麦（山口県産））バター、鶏卵、砂糖、アーモンドパウダー、バジルソース、塩、乾燥バジル【チーズクッキー】小麦粉（小麦（山口県産））、バター、鶏卵、プロセスチーズ、砂糖、塩</td>
  </tr>
  <tr>
    <th>内容量</th>
    <td>125ｇ</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>製造から1ヶ月</td>
  </tr>

  <tr>
    <th>保存方法</th>
    <td>直射日光は避けて冷暗所で保存</td>
  </tr>
  <tr>
    <th>注意事項</th>
    <td>開封後はお早めにお召し上がりください。</td>
  </tr>
<tr>
    <th>その他?</th>
    <td> 発送前に割れがないかを確認し丁寧に厳重に梱包いたしておりますが、クッキーは割れやすく繊細なため、輸送時に多少の割れが生じる可能性もございますことをご了承の上、ご購入いただきますようお願いいたします。 発送後の万が一の事故・取り扱い不注意による落下や破損に関しましては当店は責任を負いかねますことを、何卒ご了承下さい。 あまりにも破損が酷い場合は配送中の事故や落下等の可能性がございますので、メールアドレスsupport@mitsuura.jpまたはお電話（0835-32-0020）にてご連絡ください。</td>
  </tr>
  <tr>
    <th>その他?</th>
    <td>明太子やバジルの葉など、原材料の一部が容器の中で散らばる恐れがございます。ラッピングは変更になる恐れがございます。何卒ご了承ください。</td>
  </tr>
 
</table>

☆おつまみクッキーは単品でもお求めいただけます。→<a href="https://mitsuura.jp/?pid=191949289" target="_blank">こちらから</a>
<br><br>
<h3>セットのレモンティーはお選びいただけます</h3>
丸型レモン付きは５種の中から、ハートレモン付きは3種の中からお選びください。各商品についての詳細は、画像をクリックしてご覧いただけます。
<h4>丸型レモン付きのフロートレモンティーシリーズ</h4>

<div class="row">
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=95453973"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/flt.png" alt="フロートレモンティー"><p style="font-size:0.6em;">フロート</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=95454024"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/ginger.png" alt="ジンジャーティー"><p style="font-size:0.6em;">ジンジャー</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=131579804"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/rooibos.png" alt="ルイボスティー"><p style="font-size:0.6em;">ルイボス</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=131576773"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/jasmine.png" alt="ジャスミンティー"><p style="font-size:0.6em;">ジャスミン</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=143329620"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/greentea.png" alt="グリーンティー"><p style="font-size:0.6em;">グリーン</p></a></div>
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/RkxUX2ltYWdl.jpg?cmsp_timestamp=20260522113945" alt=""></div>
<h4>ハートレモン付きのレモンハートシリーズ</h4>

<div class="row">
<div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=95454667"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/tsukigase.png" alt="月ヶ瀬"><p style="font-size:0.6em;">月ヶ瀬</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=95455368"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/izumo.png" alt="出雲"><p style="font-size:0.6em;">出雲</p></a></div>
  <div class="col-xs-3 col-sm-2"><a href="https://mitsuura.jp/?pid=95456054"><img src="https://mitsuura.jp/wp/wp-content/uploads/2024/09/gokase.png" alt="五ヶ瀬"><p style="font-size:0.6em;">五ヶ瀬</p></a></div>
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/t-6l9sClpcil6qXfpfOlsA.jpg?cmsp_timestamp=20260522114343" alt="">
</div>
<h2>カスタマイズ例</h2>
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDgw.jpg?cmsp_timestamp=20260626131925" alt="">
丸型レモンで「ジャスミンレモンティー」とハート型レモンで「レモンハート月ヶ瀬」をセレクトしたらこんな感じ。夏らしいさわやかなギフトになりました。贈る側も贈られる側も楽しめるギフトセットとなっています。
<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品にはライムイエローの紙袋（下写真左側）が付きます。仏事用などに無地の紙袋（下写真右側）もご用意いたしいておりますので、ご変更を希望されるお客様はご購入時に備考欄にてお知らせください。<br>

<img src="https://mitsuura.jp/wp/wp-content/uploads/2019/12/kamibukuro.jpg"   />
</div>
]]></content:encoded>
    <dc:date>2026-06-25T10:46:49+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192350537_th.jpg?cmsp_timestamp=20260626124453" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192299803">
    <link>https://mitsuura.jp/?pid=192299803</link>
    <title>【アウトレット50%OFF・賞味期限間近】グッドモーニングブレンド＜918円→459円＞</title>
    <description>

  
    
    
      50%OFF
    
    
      918円
      → 459円
      (税込)
    
  
  ※ 上記画像は正規商品のイメージです。実際のアウトレット商品とは外観が異なる場合があります。

  
    
      OUTLET
      アウトレット商品
    

  ...</description>
<content:encoded><![CDATA[
<div class="item-info">
<div style="margin-bottom: 30px; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;">
  <div style="position: relative; display: inline-block; margin-bottom: 10px;">
    <img src="https://img07.shop-pro.jp/PA01331/537/product/152581895.jpg?cmsp_timestamp=20220226224328" alt="グッドモーニングブレンド" style="max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);">
    <div style="position: absolute; top: 10px; left: 10px; background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color: white; padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.2);">
      50%OFF
    </div>
    <div style="position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.7); color: white; padding: 6px 12px; border-radius: 4px; font-size: 14px;">
      <span style="text-decoration: line-through; opacity: 0.7;">918円</span>
      → <span style="font-weight: bold; font-size: 18px;">459円</span>
      <span style="font-size: 11px;">(税込)</span>
    </div>
  </div>
  <div style="font-size: 11px; color: #888; margin-bottom: 20px;">※ 上記画像は正規商品のイメージです。実際のアウトレット商品とは外観が異なる場合があります。</div>

  <div style="background: #f8f8f8; border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px;">
    <div style="display: flex; align-items: center; margin-bottom: 12px;">
      <span style="background: #666; color: white; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; margin-right: 10px;">OUTLET</span>
      <span style="font-size: 16px; font-weight: bold; color: #333;">アウトレット商品</span>
    </div>

    <div style="background: white; border: 1px solid #e5e5e5; border-radius: 6px; padding: 15px; margin-bottom: 15px;">
      <div style="font-weight: bold; color: #333; margin-bottom: 8px; font-size: 14px;">アウトレットの理由</div>
      <div style="color: #555; font-size: 14px; line-height: 1.6;">
        <strong style="color: #555;">賞味期限間近</strong><br>（賞味期限2026年7月26日）
      </div>
    </div>

    <div style="font-size: 12px; color: #666; line-height: 1.8;">
      <div style="font-weight: bold; margin-bottom: 5px; color: #444;">ご購入前にご確認ください</div>
      <ul style="margin: 0; padding-left: 20px;">
        <li>中身の品質は通常商品と変わりません</li>
        <li>アウトレット商品のため、返品・交換はお受けできません</li>
        <li>ギフト包装はお受けできない場合がございます</li>
        <li>数量限定のため、なくなり次第終了となります</li>
      </ul>
    </div>

    <div style="margin-top: 15px; text-align: center;">
      <a href="https://mitsuura.shop-pro.jp/?pid=152581895" style="display: inline-block; background: #555; color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 14px;">
        正規品のページを見る →
      </a>
    </div>
  </div>
</div>
</div>

<hr style="border: none; border-top: 1px dashed #ddd; margin: 20px 0;">

<div class="item-info">
<table class="table table-condensed">
  <tr>
    <th>内容量</th>
    <td>10ｇ（1ｇ×10袋）</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>2026年7月26日</td>
  </tr>
  <tr>
    <th>原材料名</th>
    <td>レモングラス、ペパーミント、レモンバーム、アップルミント（すべて国産）</td>
  </tr>
  <tr>
    <th>保存方法</th>
    <td>直射日光、高温多湿を避けて常温で保存してください。</td>
  </tr>
  <tr>
    <th>JANコード</th>
    <td>4993586604105</td>
  </tr>
</table>
</div>

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc/morning%B2%C3%B9%A91.PNG?cmsp_timestamp=20210126091823" alt="">
<img src="https://mitsuura.jp/wp/wp-content/uploads/2020/08/edc4ea6ad43286070b99d858667ce644.jpg">
<img src="https://mitsuura.jp/wp/wp-content/uploads/2020/08/6e67a6cba8b1b9cea5d6c02859dc807f.jpg" alt="" width="2000" height="1957" class="alignleft size-full wp-image-15852" />
</div>
]]></content:encoded>
    <dc:date>2026-06-22T13:42:49+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192299803_th.jpg?cmsp_timestamp=20260622134726" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192257853">
    <link>https://mitsuura.jp/?pid=192257853</link>
    <title>有機白ワインビネガー</title>
    <description>


  
    内容量
    250ml
  
  
    賞味期限
    3年
  
  
    原材料名
    有機ホワイトワイン
  
  
  
    保存方法
    直射日光、高温多湿を避け常温保存。※開封後は密閉し、冷暗所保管
  
  
    原産国
    イタリア
  





...</description>
<content:encoded><![CDATA[
<div class="item-info">
<table class="table table-condensed">

  <tr>
    <th>内容量</th>
    <td>250ml</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>3年</td>
  </tr>
  <tr>
    <th>原材料名</th>
    <td>有機ホワイトワイン</td>
  </tr>
  </tr>
  <tr>
    <th>保存方法</th>
    <td>直射日光、高温多湿を避け常温保存。※開封後は密閉し、冷暗所保管</td>
  </tr>
  <tr>
    <th>原産国</th>
    <td>イタリア</td>
  </tr>

</table>




</div>







<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDgx.jpg?cmsp_timestamp=20260626173426" alt="">
イタリアのオーガニック・白ワインビネガーです。自家製のサラダ・ドレッシングにどうぞ。


</div>
]]></content:encoded>
    <dc:date>2026-06-18T15:34:59+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192257853_th.jpg?cmsp_timestamp=20260626173440" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192257740">
    <link>https://mitsuura.jp/?pid=192257740</link>
    <title>有機バルサミコビネガー</title>
    <description>


  
    内容量
    250ml
  
  
    賞味期限
    3年
  
  
    原材料名
    有機ワインビネガー, 有機濃縮ブドウジュース
  
  
  
    保存方法
    直射日光、高温多湿を避け常温保存。※開封後は密閉し、冷暗所保管
  
  
    原産国
    ...</description>
<content:encoded><![CDATA[
<div class="item-info">
<table class="table table-condensed">

  <tr>
    <th>内容量</th>
    <td>250ml</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>3年</td>
  </tr>
  <tr>
    <th>原材料名</th>
    <td>有機ワインビネガー, 有機濃縮ブドウジュース</td>
  </tr>
  </tr>
  <tr>
    <th>保存方法</th>
    <td>直射日光、高温多湿を避け常温保存。※開封後は密閉し、冷暗所保管</td>
  </tr>
  <tr>
    <th>原産国</th>
    <td>イタリア</td>
  </tr>

</table>




</div>







<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDgy.jpg?cmsp_timestamp=20260626173313" alt="">
ぶどうの絞り汁を煮詰めたものと、ワインビネガーをブレンドし長期間熟成させました。まろやかな甘みがあります。サラダにも、デザートにも、夏はバルサミコドリンクに。


</div>
]]></content:encoded>
    <dc:date>2026-06-18T15:25:25+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192257740_th.jpg?cmsp_timestamp=20260626173244" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192257652">
    <link>https://mitsuura.jp/?pid=192257652</link>
    <title>有機ゴジベリー（くこの実）</title>
    <description>


  
    内容量
    60ｇ
  
  
    賞味期限
    6ヶ月
  
  
    原材料名
    有機ゴジベリー(くこの実）
  
  
    保存方法
    直射日光、高温多湿を避け常温保存
  
  
    原産国
    中国
  
















中国3000...</description>
<content:encoded><![CDATA[
<div class="item-info">
<table class="table table-condensed">

  <tr>
    <th>内容量</th>
    <td>60ｇ</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>6ヶ月</td>
  </tr>
  <tr>
    <th>原材料名</th>
    <td>有機ゴジベリー(くこの実）</td>
  </tr>
  <tr>
    <th>保存方法</th>
    <td>直射日光、高温多湿を避け常温保存</td>
  </tr>
  <tr>
    <th>原産国</th>
    <td>中国</td>
  </tr>

</table>




</div>







<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDQ2.jpg?cmsp_timestamp=20260601162032" alt="">
中国3000年以上前から漢方薬として珍重されてきた歴史があります。100種類の栄養が含まれるとされ、食物繊維含まれています。オレンジの500倍のビタミンCやカロテノイド類が豊富なことで抗酸化作用があると言われています。
</div>
]]></content:encoded>
    <dc:date>2026-06-18T15:18:32+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192257652_th.jpg?cmsp_timestamp=20260626173536" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192194026">
    <link>https://mitsuura.jp/?pid=192194026</link>
    <title>【アウトレット30%OFF・賞味期限間近】ストレート甘酒(レモングラス)＜486円→340円＞</title>
    <description>

  
    
    
      30%OFF
    
    
      486円
      → 339円
      (税込)
    
  
  ※ 上記画像は正規商品のイメージです。実際のアウトレット商品とは外観が異なる場合があります。

  
    
      OUTLET
      アウトレット商品
    

  ...</description>
<content:encoded><![CDATA[
<div class="item-info">
<div style="margin-bottom: 30px; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;">
  <div style="position: relative; display: inline-block; margin-bottom: 10px;">
    <img src="https://img07.shop-pro.jp/PA01331/537/product/129745310.jpg?cmsp_timestamp=20241227113935" alt="ストレート甘酒(レモングラス)" style="max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);">
    <div style="position: absolute; top: 10px; left: 10px; background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%); color: white; padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.2);">
      30%OFF
    </div>
    <div style="position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.7); color: white; padding: 6px 12px; border-radius: 4px; font-size: 14px;">
      <span style="text-decoration: line-through; opacity: 0.7;">486円</span>
      → <span style="font-weight: bold; font-size: 18px;">339円</span>
      <span style="font-size: 11px;">(税込)</span>
    </div>
  </div>
  <div style="font-size: 11px; color: #888; margin-bottom: 20px;">※ 上記画像は正規商品のイメージです。実際のアウトレット商品とは外観が異なる場合があります。</div>

  <div style="background: #f8f8f8; border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px;">
    <div style="display: flex; align-items: center; margin-bottom: 12px;">
      <span style="background: #666; color: white; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: bold; margin-right: 10px;">OUTLET</span>
      <span style="font-size: 16px; font-weight: bold; color: #333;">アウトレット商品</span>
    </div>

    <div style="background: white; border: 1px solid #e5e5e5; border-radius: 6px; padding: 15px; margin-bottom: 15px;">
      <div style="font-weight: bold; color: #333; margin-bottom: 8px; font-size: 14px;">アウトレットの理由</div>
      <div style="color: #555; font-size: 14px; line-height: 1.6;">
        <strong style="color: #555;">賞味期限間近</strong><br>（賞味期限2026年8月24日）
      </div>
    </div>

    <div style="font-size: 12px; color: #666; line-height: 1.8;">
      <div style="font-weight: bold; margin-bottom: 5px; color: #444;">ご購入前にご確認ください</div>
      <ul style="margin: 0; padding-left: 20px;">
        <li>中身の品質は通常商品と変わりません</li>
        <li>アウトレット商品のため、返品・交換はお受けできません</li>
        <li>ギフト包装はお受けできない場合がございます</li>
        <li>数量限定のため、なくなり次第終了となります</li>
      </ul>
    </div>

    <div style="margin-top: 15px; text-align: center;">
      <a href="https://mitsuura.shop-pro.jp/?pid=129745310" style="display: inline-block; background: #555; color: white; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-size: 14px;">
        正規品のページを見る →
      </a>
    </div>
  </div>
</div>
</div>

<hr style="border: none; border-top: 1px dashed #ddd; margin: 20px 0;">

<div class="item-info">
<table class="table table-condensed">


 <tr>
    <th>内容量</th>
    <td>210g</td>
  </tr>
  <tr>
    <th>賞味期限</th>
    <td>製造より10ヶ月</td>
  </tr>
  <tr>
    <th>原材料名</th>
    <td>米、米麹、レモングラス</td>
  </tr>
  <tr>
    <th>保存方法</th>
    <td>直射日光、高温多湿を避けて冷暗所で保存。※開封後要冷蔵</td>
  </tr>
  <tr>
    <th>JANコード</th>
    <td>4993586970316</td>
  </tr>

</table>
</div>

<div class="item">
<img src="https://mitsuura.jp/wp/wp-content/uploads/2021/02/DSC_4571.jpg" >



<h3>ストレート甘酒からレモングラス味が登場です。</h3>
<p>ストレート甘酒シリーズからレモングラス味が出来ました。レモングラスは心を落ち着かせてくれる独特のハーブの香りが特徴です。</p>
<p>レモンとは違って酸味は少なく、甘酒と合わせることにより甘く柔らかい飲み心地が心を落ち着かせてくれます。</p>
<p>夜、お風呂上がりのリラックスタイムなどに冷たく冷やしたレモングラス甘酒を飲んでみてはいかがでしょうか？</p>

<h3>砂糖不使用・ノンアルコール</h3>
<p>酒粕や砂糖を使用せず、米と米麹から作ったノンアルコールの甘酒です。砂糖を使用していないのに十分な糖度を感じられるのは、米と米麹を糖化させてつくっているから。</p>

<p>麹から作られる甘酒は、ブドウ糖、ビタミンＢ群、アミノ酸などを豊富に含む、身体に優しい飲み物です。ノンアルコールだからいつでもどなたでも安心してお召し上がりいただけます。</p>

<img src="//mitsuura.jp/wp/wp-content/uploads/2018/03/lemongrass_amazake4.jpg" >


]]></content:encoded>
    <dc:date>2026-06-12T16:27:29+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192194026_th.png?cmsp_timestamp=20260612162918" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192190828">
    <link>https://mitsuura.jp/?pid=192190828</link>
    <title>まいにちの調味料ギフト7（万能つゆ、濃口醤油）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  



まい...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc1.jpg?cmsp_timestamp=20260612141143" alt="">
<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
・<a href="https://mitsuura.jp/?pid=173941933" target="_blank">だし自慢</a>×2<br>
 ・<a href="https://mitsuura.jp/?pid=173895839" target="_blank">旭波醤油</a>×1<br>
                    
<br>
                                   </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br><br>
<span style="color:#ff0000;">※こちらの商品はサイズの都合上、包装紙で包み込む包装ではなく、掛け紙でのご対応となります。何卒、あらかじめご了承賜りますようお願い申し上げます。</span><br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品のにつく手提げ袋は、手提げ袋大（無地）となります。<br>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vOrE86Sywuc.jpg?cmsp_timestamp=20260612111542" alt="">


</div>
]]></content:encoded>
    <dc:date>2026-06-12T14:10:47+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192190828_th.jpg?cmsp_timestamp=20260612141154" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192189271">
    <link>https://mitsuura.jp/?pid=192189271</link>
    <title>まいにちの調味料ギフト6（万能つゆ、濃口醤油、刺身醤油）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  




ま...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc0.jpg?cmsp_timestamp=20260612123425" alt="">

<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
・<a href="https://mitsuura.jp/?pid=173941933" target="_blank">だし自慢</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=173895839" target="_blank">旭波醤油</a>×1<br>
                    
 ・<a href="https://mitsuura.jp/?pid=173895859">刺身醤油</a>×1<br>
                                   </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br><br>
<span style="color:#ff0000;">※こちらの商品はサイズの都合上、包装紙で包み込む包装ではなく、掛け紙でのご対応となります。何卒、あらかじめご了承賜りますようお願い申し上げます。</span><br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品のにつく手提げ袋は、手提げ袋大（無地）となります。<br>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vOrE86Sywuc.jpg?cmsp_timestamp=20260612111542" alt="">


</div>
]]></content:encoded>
    <dc:date>2026-06-12T12:32:05+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192189271_th.jpg?cmsp_timestamp=20260612123205" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192189131">
    <link>https://mitsuura.jp/?pid=192189131</link>
    <title>まいにちの調味料ギフト5（醤油、甘酒、味噌）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  




ま...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDc2.jpg?cmsp_timestamp=20260612122345" alt="">

<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
 ・<a href="https://mitsuura.jp/?pid=173895839" target="_blank">旭波醤油</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=121931390" target="_blank">ストレート甘酒プレーン</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=129745310">ストレート甘酒レモングラス</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95445400" target="_blank">光うらの麦みそ</a>×1<br>
                   
                  </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br><br>
<span style="color:#ff0000;">※こちらの商品はサイズの都合上、包装紙で包み込む包装ではなく、掛け紙でのご対応となります。何卒、あらかじめご了承賜りますようお願い申し上げます。</span><br>
<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品のにつく手提げ袋は、手提げ袋大（無地）となります。<br>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vOrE86Sywuc.jpg?cmsp_timestamp=20260612111542" alt="">


</div>
]]></content:encoded>
    <dc:date>2026-06-12T12:24:02+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192189131_th.jpg?cmsp_timestamp=20260612122600" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192189008">
    <link>https://mitsuura.jp/?pid=192189008</link>
    <title>まいにちの調味料ギフト4（洋風だし、白だし、万能つゆ）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  



まい...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDcw.jpg?cmsp_timestamp=20260612120815" alt="">
<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
 ・<a href="https://mitsuura.jp/?pid=187397747" target="_blank">洋風マホウダシ</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95451512" target="_blank">まほうだし</a>×2<br>
                    ・<a href="https://mitsuura.jp/?pid=95451722" target="_blank">まほうつゆ</a>×1<br>

                  </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>          
           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品にはライムイエローの紙袋（下写真左側）が付きます。仏事用などに無地の紙袋（下写真右側）もご用意いたしいておりますので、ご変更を希望されるお客様はご購入時に備考欄にてお知らせください。<br>


<img src="https://mitsuura.jp/wp/wp-content/uploads/2019/12/kamibukuro.jpg"   />


</div>

]]></content:encoded>
    <dc:date>2026-06-12T12:05:49+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192189008_th.jpg?cmsp_timestamp=20260612120726" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192188990">
    <link>https://mitsuura.jp/?pid=192188990</link>
    <title>まいにちの調味料ギフト3（ポン酢、白だし、万能つゆ）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  



まい...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDcx.jpg?cmsp_timestamp=20260612120302" alt="">
<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
                                     ・<a href="https://mitsuura.jp/?pid=95451512" target="_blank">まほうだし</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95451722" target="_blank">まほうつゆ</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=95451939"target="_blank">ぽんぽん山</a>×1<br>

                  </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品にはライムイエローの紙袋（下写真左側）が付きます。仏事用などに無地の紙袋（下写真右側）もご用意いたしいておりますので、ご変更を希望されるお客様はご購入時に備考欄にてお知らせください。<br>


<img src="https://mitsuura.jp/wp/wp-content/uploads/2019/12/kamibukuro.jpg"   />


</div>

]]></content:encoded>
    <dc:date>2026-06-12T12:03:18+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192188990_th.jpg?cmsp_timestamp=20260612120316" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192188296">
    <link>https://mitsuura.jp/?pid=192188296</link>
    <title>まいにちの調味料ギフト2（ポン酢、洋風だし、白だし、万能つゆ）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  



まい...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDcy.jpg?cmsp_timestamp=20260612115911" alt="">
<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
                    ・<a href="https://mitsuura.jp/?pid=95451939"target="_blank">ぽんぽん山</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=187397747" target="_blank">洋風マホウダシ</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95451512" target="_blank">まほうだし</a>×2<br>
                    ・<a href="https://mitsuura.jp/?pid=95451722" target="_blank">まほうつゆ</a>×1<br>

                  </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>          
           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品のにつく手提げ袋は、手提げ袋大（無地）となります。<br>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vOrE86Sywuc.jpg?cmsp_timestamp=20260612111542" alt="">


</div>
]]></content:encoded>
    <dc:date>2026-06-12T11:24:28+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192188296_th.jpg?cmsp_timestamp=20260612112428" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192186948">
    <link>https://mitsuura.jp/?pid=192186948</link>
    <title>まいにちの調味料ギフト1（ポン酢、万能つゆ、白だし、塩レモン、味噌）</title>
    <description>
 
この商品にはラッピング（包装）と手提げ袋が無料で付属しています。上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。



 
  
    .wrapping-section {
      display: none !important;
    }
  


  
  




ま...</description>
<content:encoded><![CDATA[
<div class="item-info">
 <!-- gift-bag-notice -->
<div style="background:#ffe5e5;border:2px solid #ff0000;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;line-height:1.7;color:#7a4f00;"><strong>この商品にはラッピング（包装）と手提げ袋が無料で付属しています。</strong><br>上記の「簡易ラッピング」と「手提げ袋」をご購入されないようにご注意ください。</div>
</div>

<div class="item-info">
 
  <style>
    .wrapping-section {
      display: none !important;
    }
  </style>


  </div>
  

<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/MDAwMDcz.jpg?cmsp_timestamp=20260612105659" alt="">

<h3>まいにちの調味料ギフト</h3>
毎日のくらしに役立つ光浦醸造の調味料ギフトセット。
  <table role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:0 0 12px 0;">
              <tr>
                <td style="padding:10px 14px; background-color:#fafafa; border:1px solid #eeeeee;">
                  <p style="margin:0 0 4px 0; font-size:14px; color:#888888; font-weight:bold;">セット内容</p>

                  <p style="margin:0; font-size:13px; line-height:2.0; color:#444444;">
                    ・<a href="https://mitsuura.jp/?pid=95445400" target="_blank">光うらの麦みそ</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95451512" target="_blank">まほうだし</a>×1<br>
                    ・<a href="https://mitsuura.jp/?pid=95451722" target="_blank">まほうつゆ</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=95451939"target="_blank">ぽんぽん山</a>×1<br>
 ・<a href="https://mitsuura.jp/?pid=95453873" target="_blank">熟成塩レモン</a>×1<br>
                  </p>

                </td>
              </tr>
            </table>
<p style="margin:0 0 4px 0; font-size:11px;">商品名をクリックしていただくと、各商品の詳細をご覧いただけます。</p>           

<h2>包装紙と熨斗（のし）について</h2>
「ギフト包装対応アイテム」の包装紙と熨斗は無料でご対応いたします。<br>
【熨斗の名入れ】にご入力がない場合は、空欄でのお届けとなります。何卒ご了承ください。<br>

<div class="row" style="margin-top:50px;margin-bottom:50px;">
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Regular.jpg"   /><center>ベージュ（レギュラー）</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Lemon.jpg"   /><center>ライムイエロー</center></div>
     <div class="col-sm-4 col-xs-4"><img src="//mitsuura.jp/wp/wp-content/uploads/2018/02/housou_Choji.jpg"   /><center>ダークブラウン</center></div>
  </div>

<h2>手提げ袋について</h2>
ご希望の際は、【手提げ袋必要（無料）】をご選択ください。
こちらの商品のにつく手提げ袋は、手提げ袋大（無地）となります。<br>

<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/vOrE86Sywuc.jpg?cmsp_timestamp=20260612111542" alt="">


</div>
]]></content:encoded>
    <dc:date>2026-06-12T10:23:14+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192186948_th.jpg?cmsp_timestamp=20260612105719" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192130860">
    <link>https://mitsuura.jp/?pid=192130860</link>
    <title>Mマークシリーズ　さざんかとホホバのヘアオイル</title>
    <description>


  
    商品名
    松山油脂 Mマークシリーズ　さざんかとホホバのヘアオイル
  
  
    メーカー
    松山油脂
  
  
    内容量
    100ml
  
  
    生産国
    日本製
  





松山油脂のヘアケアアイテム

  
    

        
     ...</description>
<content:encoded><![CDATA[
<div class="item-info">
<table class="table table-condensed">

  <tr>
    <th>商品名</th>
    <td>松山油脂 Mマークシリーズ　さざんかとホホバのヘアオイル</td>
  </tr>
  <tr>
    <th>メーカー</th>
    <td>松山油脂</td>
  </tr>
  <tr>
    <th>内容量</th>
    <td>100ml</td>
  </tr>
  <tr>
    <th>生産国</th>
    <td>日本製</td>
  </tr>
</table>




<h3>松山油脂のヘアケアアイテム</h3>
<div class="row gift-section" style="margin-bottom:50px;">
  <div class="text-center gift-slider">
    <div class="gift-track">
<div class="gift-card">
        <a href="https://mitsuura.jp/?pid=192102094">
         <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TEalqKXepeuluKXnpfM.jpg?cmsp_timestamp=20260616102707" alt=""></a>
       LEAF&BOTANICS　スムースヘアエマルジョン　115ml
      </div>



      <div class="gift-card">
        <a href="https://mitsuura.jp/?pid=192130772">
          <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TEalqqWkpes.jpg?cmsp_timestamp=20260616094242" alt="">
    </a>LEAF&BOTANICS　モイストヘアオイル　90ml
      </div>




      

     
    </div>
  </div>
</div>

<style>
/* PC時は3カラムに見えるように */
@media (min-width:768px){
  .gift-track { display:flex; justify-content:center; gap:10px; }
  .gift-card { width:33.333%; max-width:360px; padding:5px; }
}

/* スマホ時は“横スライド” */
@media (max-width:767px){
  .gift-slider{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .gift-track{
    white-space:nowrap;      /* 横一列に並べる */
    padding:0 8px;
    font-size:0;             /* インライン間のスキマ対策 */
  }
  .gift-card{
    display:inline-block;    /* 横並び化 */
    vertical-align:top;
    width:75%;               /* 見せたいカード幅 */
    margin-right:10px;
    font-size:14px;          /* 文字サイズ復帰 */
    text-align:center;
    background:#fff;
    border-radius:10px;
    padding:6px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
    scroll-snap-align:start;
  }
  .gift-slider{ scroll-snap-type:x mandatory; }
  .gift-card img{ border-radius:8px; }
}

@media (max-width:767px){
  .gift-card{
    /* ここを追加／強化 */
    white-space: normal;          /* カード内は通常折り返し */
    word-break: break-word;       /* 英数や記号を含む長文も折り返し */
    overflow-wrap: anywhere;      /* どこでも折り返してOK（保険） */
    width: 80%;                   /* 少し広めにして文字余裕を確保（必要なら75%に戻してOK） */
  }
  .gift-card .gift-title{
    display:block;
    margin-top:6px;
    line-height:1.5;
  }
  .gift-card img{
    display:block;
    width:100%;
    height:auto;
  }
}
</style>


</div>
    

<div class="item">









<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TaXeobylr6WqpaSl68vcws4.jpg?cmsp_timestamp=20260609185716" alt="">
<h3>Mマークシリーズ　さざんかとホホバのヘアオイル　100ml</h3>
<h4>特徴</h4>
植物オイル100%のヘアオイルです。髪に柔軟性を与えるさざんか油と潤いを守るホホバ油、なじみやすく浸透性が高いヒマワリ油を組み合わせています。ベタつきのないさらりとした質感で、髪の表面に保護膜を形成。乾燥によるパサつきを抑えてダメージを防ぎ、しっとりと落ち着く艶やかな髪に整えます。ラベンダーとローズマリー精油の香りです。
<h4>使い方</h4>
2〜3滴を手のひらでよくのばし、髪に塗布します。髪質や髪の長さに合わせ使用量を調節してください。頭皮マッサージやボディケアにも使えます。
</div>
]]></content:encoded>
    <dc:date>2026-06-08T10:47:24+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192130860_th.jpg?cmsp_timestamp=20260609185645" /></foaf:topic>
  </item>

  <item rdf:about="https://mitsuura.jp/?pid=192130772">
    <link>https://mitsuura.jp/?pid=192130772</link>
    <title>LEAF&amp;BOTANICS　モイストヘアオイル　90ml</title>
    <description>


  
    商品名
    LEAF＆BOTANICS モイストヘアオイル 90ml
  
  
    メーカー
    松山油脂
  
  
    内容量
    90ml
  
  
    生産国
    日本製
  


松山油脂のヘアケアアイテム

  
    
     
        
         
       LEAF&amp;...</description>
<content:encoded><![CDATA[
<div class="item-info">
<table class="table table-condensed">

  <tr>
    <th>商品名</th>
    <td>LEAF＆BOTANICS モイストヘアオイル 90ml</td>
  </tr>
  <tr>
    <th>メーカー</th>
    <td>松山油脂</td>
  </tr>
  <tr>
    <th>内容量</th>
    <td>90ml</td>
  </tr>
  <tr>
    <th>生産国</th>
    <td>日本製</td>
  </tr>
</table>

<h3>松山油脂のヘアケアアイテム</h3>
<div class="row gift-section" style="margin-bottom:50px;">
  <div class="text-center gift-slider">
    <div class="gift-track">
     <div class="gift-card">
        <a href="https://mitsuura.jp/?pid=192102094">
         <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TEalqKXepeuluKXnpfM.jpg?cmsp_timestamp=20260616102707" alt=""></a>
       LEAF&BOTANICS　スムースヘアエマルジョン　115ml
      </div>


<div class="gift-card">
        <a href="https://mitsuura.jp/?pid=192130860">
         <img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TaXeobylr6WqpaSl68vcws4.jpg?cmsp_timestamp=20260616094419" alt="">
        </a>
       Mマークシリーズ　さざんかとホホバのヘアオイル
      </div>


      

     
    </div>
  </div>
</div>

<style>
/* PC時は3カラムに見えるように */
@media (min-width:768px){
  .gift-track { display:flex; justify-content:center; gap:10px; }
  .gift-card { width:33.333%; max-width:360px; padding:5px; }
}

/* スマホ時は“横スライド” */
@media (max-width:767px){
  .gift-slider{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .gift-track{
    white-space:nowrap;      /* 横一列に並べる */
    padding:0 8px;
    font-size:0;             /* インライン間のスキマ対策 */
  }
  .gift-card{
    display:inline-block;    /* 横並び化 */
    vertical-align:top;
    width:75%;               /* 見せたいカード幅 */
    margin-right:10px;
    font-size:14px;          /* 文字サイズ復帰 */
    text-align:center;
    background:#fff;
    border-radius:10px;
    padding:6px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
    scroll-snap-align:start;
  }
  .gift-slider{ scroll-snap-type:x mandatory; }
  .gift-card img{ border-radius:8px; }
}

@media (max-width:767px){
  .gift-card{
    /* ここを追加／強化 */
    white-space: normal;          /* カード内は通常折り返し */
    word-break: break-word;       /* 英数や記号を含む長文も折り返し */
    overflow-wrap: anywhere;      /* どこでも折り返してOK（保険） */
    width: 80%;                   /* 少し広めにして文字余裕を確保（必要なら75%に戻してOK） */
  }
  .gift-card .gift-title{
    display:block;
    margin-top:6px;
    line-height:1.5;
  }
  .gift-card img{
    display:block;
    width:100%;
    height:auto;
  }
}
</style>




</div>





<div class="item">
<img src="https://img07.shop-pro.jp/PA01331/537/etc_base64/TEalqqWkpes.jpg?cmsp_timestamp=20260609185453" alt="">
<h3>LEAF&BOTANICS　モイストヘアオイル　90ml</h3>
<h4>特徴</h4>
毎日のスタイリングやヘアケアにおすすめのオイルです。ベタつくことなく自然なツヤを与え、髪をやわらかくしっとりとまとめます。コンディショニング成分としてγ-ドコサラクトンを配合。ドライヤーやヘアアイロンの熱で髪の表面に密着し、うねりや広がり、毛先のパサつきを抑えます。3種類の天然精油、ライム・ベルガモット・アトラスシダーをブレンドしました。軽やかでほんのり甘い柑橘系の香りです。
<h4>使い方</h4>
適量を手に取り、手のひらでのばしてから毛先を中心に塗布し、髪全体へなじませます。タオルドライ後、またはスタイリング時にご使用ください。 <br><br>
［使用量］セミロングヘアで、0.5プッシュが目安です。髪の長さに応じて調整してください。
</div>
]]></content:encoded>
    <dc:date>2026-06-08T10:36:01+09:00</dc:date>
    <dc:creator>光浦醸造オンラインショップ</dc:creator>
    <foaf:topic><foaf:Image rdf:about="https://img07.shop-pro.jp/PA01331/537/product/192130772_th.jpg?cmsp_timestamp=20260609185147" /></foaf:topic>
  </item>

</rdf:RDF>