{"title":"父の日のギフトコレクション Rinenna#2","description":"\u003cstyle\u003e\n  \/* ═══════════════════════════════════════════════════════════\n     Rinenna 父の日コレクションページ専用スタイル\n     クラス名はすべて `rfd-` プレフィックスで衝突回避\n     ═══════════════════════════════════════════════════════════ *\/\n\n  .rfd-wrapper {\n    --rfd-bg: #fafaf7;\n    --rfd-bg-alt: #f1ede5;\n    --rfd-ink: #1a3454;\n    --rfd-ink-soft: #3d5878;\n    --rfd-accent: #2d5283;\n    --rfd-accent-deep: #1f3d6b;\n    --rfd-line: #b8c7d8;\n    --rfd-line-warm: #e0d6c2;\n    --rfd-gold: #b89968;\n    --rfd-white: #ffffff;\n    --rfd-shadow: 0 4px 20px rgba(26, 52, 84, 0.08);\n    --rfd-serif-en: 'Cormorant Garamond', 'Times New Roman', serif;\n    --rfd-serif-jp: 'Shippori Mincho', '游明朝', YuMincho, serif;\n    --rfd-sans-jp: 'Noto Sans JP', sans-serif;\n\n    font-family: var(--rfd-sans-jp);\n    color: var(--rfd-ink);\n    line-height: 1.7;\n    font-size: 15px;\n    -webkit-font-smoothing: antialiased;\n    margin: 0 auto 40px;\n    padding: 0;\n    width: 100%;\n    max-width: 100%;\n    background: var(--rfd-bg);\n  }\n\n  .rfd-wrapper * { box-sizing: border-box; }\n  .rfd-wrapper p,\n  .rfd-wrapper h1,\n  .rfd-wrapper h2,\n  .rfd-wrapper h3,\n  .rfd-wrapper h4 { margin: 0; padding: 0; }\n  .rfd-wrapper a { text-decoration: none; }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400\u0026family=Shippori+Mincho:wght@400;500;600;700\u0026family=Noto+Sans+JP:wght@300;400;500;700\u0026display=swap');\n\n  \/* ═══════════════════════════════════\n     Shopifyテーマの幅制限を解除\n     コレクション説明文エリアが狭くならないように\n     ═══════════════════════════════════ *\/\n  @media screen and (min-width: 750px) {\n    .collection-hero__description {\n      max-width: 100% !important;\n    }\n  }\n\n  \/* ═══════════════════════════════════\n     [TOP BAR] キャンペーン告知バー\n     ═══════════════════════════════════ *\/\n  .rfd-topbar {\n    background: var(--rfd-ink);\n    color: var(--rfd-white);\n    padding: 12px 24px;\n    text-align: center;\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .rfd-topbar-tag {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    color: var(--rfd-gold);\n    font-size: 13px;\n  }\n  .rfd-topbar-divider {\n    width: 1px;\n    height: 14px;\n    background: rgba(255, 255, 255, 0.3);\n  }\n  .rfd-topbar-main { font-family: var(--rfd-serif-jp); }\n  .rfd-topbar-main strong { font-weight: 600; color: var(--rfd-gold); }\n  .rfd-topbar-countdown {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-family: var(--rfd-serif-jp);\n  }\n  .rfd-topbar-countdown-label {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 11px;\n    color: rgba(255, 255, 255, 0.6);\n    letter-spacing: 0.15em;\n  }\n  .rfd-topbar-countdown-value {\n    font-family: var(--rfd-serif-en);\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--rfd-white);\n    letter-spacing: 0.05em;\n  }\n  .rfd-topbar.rfd-is-ended { display: none; }\n\n  \/* ═══════════════════════════════════\n     [SECTION 1] FOR (こんなお父さんに)\n     ヘッダー左：見出し+リード文 \/ ヘッダー右：商品切り抜き画像\n     ═══════════════════════════════════ *\/\n  .rfd-for {\n    background: var(--rfd-bg-alt);\n    padding: 90px 24px 100px;\n    position: relative;\n    overflow: hidden;\n  }\n  .rfd-for::before {\n    content: \"Rinenna #2\";\n    position: absolute;\n    top: 4%;\n    right: 0;\n    font-family: var(--rfd-serif-en);\n    font-size: 15vw;\n    font-weight: 400;\n    color: rgba(26, 52, 84, 0.045);\n    letter-spacing: -0.02em;\n    pointer-events: none;\n    line-height: 1;\n    z-index: 1;\n    white-space: nowrap;\n  }\n  .rfd-for-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n  .rfd-for-header {\n    display: grid;\n    grid-template-columns: auto auto;\n    gap: 56px;\n    align-items: start;\n    justify-content: center;\n    margin-bottom: 56px;\n  }\n  .rfd-for-header-text {\n    padding: 12px 0;\n    max-width: 560px;\n  }\n  .rfd-for-header .rfd-eyebrow {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 14px;\n    color: var(--rfd-accent);\n    letter-spacing: 0.2em;\n    margin-bottom: 18px;\n    display: block;\n  }\n  .rfd-for-header h2 {\n    font-family: var(--rfd-serif-jp);\n    font-size: 32px;\n    font-weight: 500;\n    line-height: 1.55;\n    color: var(--rfd-ink);\n    letter-spacing: 0.04em;\n    margin-bottom: 22px;\n  }\n  .rfd-for-header h2 .rfd-line-break {\n    display: block;\n    font-size: 22px;\n    color: var(--rfd-ink-soft);\n    margin-top: 10px;\n  }\n  .rfd-for-header-lead {\n    font-family: var(--rfd-serif-jp);\n    font-size: 14px;\n    line-height: 1.95;\n    color: var(--rfd-ink-soft);\n    letter-spacing: 0.03em;\n  }\n  .rfd-for-image {\n    align-self: stretch;\n    max-width: 144px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n  }\n  .rfd-for-image img {\n    max-width: 100%;\n    max-height: 100%;\n    width: auto;\n    height: auto;\n    object-fit: contain;\n    display: block;\n    border: 0 !important;\n    outline: none !important;\n    box-shadow: none !important;\n    background: transparent !important;\n    filter: drop-shadow(0 8px 24px rgba(26, 52, 84, 0.12));\n  }\n  .rfd-for-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n  }\n  .rfd-for-card {\n    background: var(--rfd-white);\n    padding: 40px 32px 36px;\n    border-radius: 4px;\n    box-shadow: var(--rfd-shadow);\n    position: relative;\n    display: flex;\n    flex-direction: column;\n  }\n  .rfd-for-card-num {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 12px;\n    color: var(--rfd-gold);\n    letter-spacing: 0.2em;\n    margin-bottom: 16px;\n  }\n  .rfd-for-card h3 {\n    font-family: var(--rfd-serif-jp);\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.6;\n    color: var(--rfd-ink);\n    margin-bottom: 20px;\n    letter-spacing: 0.02em;\n  }\n  .rfd-for-card-divider {\n    width: 32px;\n    height: 1px;\n    background: var(--rfd-line-warm);\n    margin-bottom: 18px;\n  }\n  .rfd-for-card-detail {\n    font-family: var(--rfd-sans-jp);\n    font-size: 13px;\n    line-height: 1.85;\n    color: var(--rfd-ink-soft);\n  }\n  .rfd-for-card-detail-label {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 11px;\n    color: var(--rfd-accent);\n    letter-spacing: 0.15em;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  \/* ═══════════════════════════════════\n     [SECTION 2] HOW TO USE (使い方)\n     ═══════════════════════════════════ *\/\n  .rfd-howto {\n    background: var(--rfd-bg);\n    padding: 100px 24px 60px;\n  }\n  .rfd-howto-inner {\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .rfd-howto-header {\n    text-align: center;\n    margin-bottom: 70px;\n  }\n  .rfd-howto-header .rfd-eyebrow {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 14px;\n    color: var(--rfd-accent);\n    letter-spacing: 0.2em;\n    margin-bottom: 18px;\n    display: block;\n  }\n  .rfd-howto-header h2 {\n    font-family: var(--rfd-serif-jp);\n    font-size: 30px;\n    font-weight: 500;\n    line-height: 1.5;\n    color: var(--rfd-ink);\n    letter-spacing: 0.04em;\n    margin-bottom: 16px;\n  }\n  .rfd-howto-header p {\n    font-family: var(--rfd-serif-jp);\n    font-size: 15px;\n    color: var(--rfd-ink-soft);\n    line-height: 1.9;\n  }\n  .rfd-howto-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n  .rfd-howto-step {\n    text-align: center;\n    padding: 0 12px;\n    position: relative;\n  }\n  .rfd-howto-step:not(:last-child)::after {\n    content: \"→\";\n    position: absolute;\n    right: -16px;\n    top: 32px;\n    font-family: var(--rfd-serif-en);\n    font-size: 24px;\n    color: var(--rfd-line);\n  }\n  .rfd-howto-step-num {\n    width: 56px;\n    height: 56px;\n    line-height: 56px;\n    margin: 0 auto 20px;\n    border: 1px solid var(--rfd-ink);\n    border-radius: 50%;\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 22px;\n    color: var(--rfd-ink);\n    background: var(--rfd-white);\n  }\n  .rfd-howto-step h4 {\n    font-family: var(--rfd-serif-jp);\n    font-size: 17px;\n    font-weight: 600;\n    color: var(--rfd-ink);\n    margin-bottom: 12px;\n    letter-spacing: 0.02em;\n  }\n  .rfd-howto-step p {\n    font-family: var(--rfd-sans-jp);\n    font-size: 13px;\n    line-height: 1.85;\n    color: var(--rfd-ink-soft);\n  }\n  .rfd-howto-note {\n    background: var(--rfd-bg-alt);\n    border-left: 3px solid var(--rfd-gold);\n    padding: 18px 24px;\n    font-family: var(--rfd-serif-jp);\n    font-size: 13px;\n    color: var(--rfd-ink-soft);\n    line-height: 1.9;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  .rfd-howto-note strong {\n    color: var(--rfd-ink);\n    font-weight: 600;\n  }\n\n  \/* ═══════════════════════════════════\n     [DIVIDER] 商品グリッドへの導線\n     ═══════════════════════════════════ *\/\n  .rfd-divider {\n    background: var(--rfd-bg);\n    padding: 30px 24px 50px;\n    text-align: center;\n  }\n  .rfd-divider-eyebrow {\n    font-family: var(--rfd-serif-en);\n    font-style: italic;\n    font-size: 14px;\n    color: var(--rfd-accent);\n    letter-spacing: 0.2em;\n    margin-bottom: 16px;\n    display: block;\n  }\n  .rfd-divider h2 {\n    font-family: var(--rfd-serif-jp);\n    font-size: 26px;\n    font-weight: 500;\n    color: var(--rfd-ink);\n    letter-spacing: 0.04em;\n    line-height: 1.6;\n    margin-bottom: 14px;\n  }\n  .rfd-divider p {\n    font-family: var(--rfd-serif-jp);\n    font-size: 14px;\n    color: var(--rfd-ink-soft);\n    line-height: 1.9;\n  }\n  .rfd-divider-line {\n    width: 1px;\n    height: 50px;\n    background: var(--rfd-line);\n    margin: 24px auto 0;\n  }\n\n  \/* ═══════════════════════════════════\n     RESPONSIVE (mobile)\n     ═══════════════════════════════════ *\/\n  @media (max-width: 768px) {\n    .rfd-topbar {\n      padding: 10px 16px;\n      font-size: 11px;\n      gap: 8px;\n    }\n    .rfd-topbar-divider { display: none; }\n    .rfd-topbar-tag { font-size: 11px; }\n    .rfd-topbar-countdown-value { font-size: 12px; }\n\n    .rfd-for {\n      padding: 60px 20px 70px;\n    }\n    .rfd-for::before { font-size: 22vw; top: 1%; right: 0; }\n    .rfd-for-header {\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-bottom: 50px;\n    }\n    .rfd-for-header-text { order: 2; }\n    .rfd-for-image {\n      order: 1;\n      max-width: 200px;\n      margin: 0 auto;\n      aspect-ratio: 1 \/ 1;\n    }\n    .rfd-for-header h2 { font-size: 23px; line-height: 1.55; }\n    .rfd-for-header h2 .rfd-line-break { font-size: 16px; }\n    .rfd-for-header-lead { font-size: 13px; }\n    .rfd-for-grid {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n    .rfd-for-card { padding: 30px 24px 28px; }\n    .rfd-for-card h3 { font-size: 16px; }\n    .rfd-for-card-detail { font-size: 13px; }\n\n    .rfd-howto { padding: 70px 20px; }\n    .rfd-howto-header h2 { font-size: 22px; line-height: 1.55; }\n    .rfd-howto-header p { font-size: 13px; }\n    .rfd-howto-steps {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .rfd-howto-step:not(:last-child)::after {\n      content: \"↓\";\n      right: 50%;\n      transform: translateX(50%);\n      top: auto;\n      bottom: -28px;\n    }\n    .rfd-howto-step-num { width: 48px; height: 48px; line-height: 48px; font-size: 19px; }\n    .rfd-howto-note { font-size: 12px; padding: 16px 20px; }\n\n    .rfd-divider { padding: 40px 20px 30px; }\n    .rfd-divider h2 { font-size: 19px; }\n    .rfd-divider p { font-size: 13px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ═══════════════════════════════════════════════════════════\n     Rinenna #2 父の日早割 コレクションページ HTML\n     ═══════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"rfd-wrapper\"\u003e\n\u003c!-- ─── [TOP BAR] キャンペーン告知 ─── --\u003e\n\u003cdiv class=\"rfd-topbar\" id=\"rfdTopbar\"\u003e\n\u003cspan class=\"rfd-topbar-tag\"\u003e— Father's Day Early Bird —\u003c\/span\u003e \u003cspan class=\"rfd-topbar-divider\"\u003e\u003c\/span\u003e \u003cspan class=\"rfd-topbar-main\"\u003e5.11 → 5.24 期間限定\u003cstrong\u003e　本店限定 ギフト商品 全品 15% OFF\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"rfd-topbar-divider\"\u003e\u003c\/span\u003e \u003cspan class=\"rfd-topbar-countdown\"\u003e \u003cspan class=\"rfd-topbar-countdown-label\" id=\"rfdTopbarCdLabel\"\u003e— 開始まで —\u003c\/span\u003e \u003cspan class=\"rfd-topbar-countdown-value\" id=\"rfdTopbarCdValue\"\u003e--日 --時間 --分\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ─── [01] FOR (こんなお父さんに) ─── --\u003e\n\u003csection class=\"rfd-for\"\u003e\n\u003cdiv class=\"rfd-for-inner\"\u003e\n\u003cdiv class=\"rfd-for-header\"\u003e\n\u003cdiv class=\"rfd-for-header-text\"\u003e\n\u003cspan class=\"rfd-eyebrow\"\u003e— For these fathers —\u003c\/span\u003e\n\u003ch2\u003eこんなお父さんに、Rinenna #2。 \u003cspan class=\"rfd-line-break\"\u003e日々の装いに、感謝の気持ちを贈る。\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"rfd-for-header-lead\"\u003e普段のお洗濯のメイン洗剤としてもしっかり働き、つけ置きでは、何年もかけて染みついた蓄積汚れまでリセット。\u003cbr\u003e白がパキッと冴える洗い上がりで、お父さんの「清潔感」を装う一着が、より凛とした表情に仕上がります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-for-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/files\/ab9da806-f5a5-431b-a504-b4caa3ac4370.png?v=1778242718\" alt=\"Rinenna #2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-for-grid\"\u003e\n\u003c!-- Type 01 --\u003e\n\u003cdiv class=\"rfd-for-card\"\u003e\n\u003cdiv class=\"rfd-for-card-num\"\u003eTYPE 01\u003c\/div\u003e\n\u003ch3\u003e白シャツが欠かせない、\u003cbr\u003eビジネスマンのお父さんへ。\u003c\/h3\u003e\n\u003cdiv class=\"rfd-for-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rfd-for-card-detail\"\u003e\n\u003cspan class=\"rfd-for-card-detail-label\"\u003e— for these stains —\u003c\/span\u003e 毎日身につけるワイシャツの襟元・袖口・脇まわりには、目に見えにくい皮脂や汗がじわじわ蓄積していきます。Rinenna #2なら、皮脂汚れも気になるニオイもしっかり落として、白さがパキッと冴える洗い上がりに。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Type 02 --\u003e\n\u003cdiv class=\"rfd-for-card\"\u003e\n\u003cdiv class=\"rfd-for-card-num\"\u003eTYPE 02\u003c\/div\u003e\n\u003ch3\u003e週末はゴルフやスポーツを、\u003cbr\u003e楽しむお父さんへ。\u003c\/h3\u003e\n\u003cdiv class=\"rfd-for-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rfd-for-card-detail\"\u003e\n\u003cspan class=\"rfd-for-card-detail-label\"\u003e— for these stains —\u003c\/span\u003e 白いポロシャツやゴルフウェア、トレーニングウェアに。汗ジミや皮脂汚れと一緒に、ニオイの元までしっかり落とすから、次に汗をかいてもニオイがぶり返さない。爽やかなウェアで、次のプレーやトレーニングへ。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Type 03 --\u003e\n\u003cdiv class=\"rfd-for-card\"\u003e\n\u003cdiv class=\"rfd-for-card-num\"\u003eTYPE 03\u003c\/div\u003e\n\u003ch3\u003e体を動かすお仕事の、\u003cbr\u003eお父さんへ。\u003c\/h3\u003e\n\u003cdiv class=\"rfd-for-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rfd-for-card-detail\"\u003e\n\u003cspan class=\"rfd-for-card-detail-label\"\u003e— for these stains —\u003c\/span\u003e 汗をかく現場で働くお父さんに。一日中身につけるユニフォームやインナーに染みつく皮脂・汗・気になるニオイを、しっかり落とす。明日もまた、清潔な一着から始める一日のために。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ─── [02] HOW TO USE (使い方) ─── --\u003e\n\u003csection class=\"rfd-howto\"\u003e\n\u003cdiv class=\"rfd-howto-inner\"\u003e\n\u003cdiv class=\"rfd-howto-header\"\u003e\n\u003cspan class=\"rfd-eyebrow\"\u003e— How to use Rinenna #2 —\u003c\/span\u003e\n\u003ch2\u003e使い方は、とてもシンプル。\u003c\/h2\u003e\n\u003cp\u003e蓄積汚れのリセットケアにも、毎日の洗濯にも。\u003cbr\u003e同じ一袋で、二つの使い方ができます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-howto-steps\"\u003e\n\u003cdiv class=\"rfd-howto-step\"\u003e\n\u003cdiv class=\"rfd-howto-step-num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eはかる\u003c\/h4\u003e\n\u003cp\u003e付属スプーンで、\u003cbr\u003eすりきり1杯（約20g）。\u003cbr\u003e水量や汚れに合わせて調整。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-howto-step\"\u003e\n\u003cdiv class=\"rfd-howto-step-num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eつけ置き or 洗濯機へ\u003c\/h4\u003e\n\u003cp\u003e蓄積汚れには、\u003cbr\u003e40℃前後のお湯で20〜30分つけ置き。\u003cbr\u003e普段使いはそのまま洗濯機へ。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-howto-step\"\u003e\n\u003cdiv class=\"rfd-howto-step-num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003e洗って干す\u003c\/h4\u003e\n\u003cp\u003eつけ置き後は、\u003cbr\u003e洗濯機に入れて通常コース。\u003cbr\u003eすすぎは2回以上を推奨。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rfd-howto-note\"\u003e\n\u003cstrong\u003eポイント｜\u003c\/strong\u003e Rinenna #2は、\u003cstrong\u003eメイン洗剤として日常使い\u003c\/strong\u003eもできて、気になるときは\u003cstrong\u003eつけ置きで集中ケア\u003c\/strong\u003eもできる、一本二役の粉洗剤です。お湯（40℃前後）でつけ置きをすると、より本格的な洗い上がりを実感していただけます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ─── [DIVIDER] 商品グリッドへの導線 ─── --\u003e\n\u003csection class=\"rfd-divider\"\u003e\u003cspan class=\"rfd-divider-eyebrow\"\u003e— Lineup —\u003c\/span\u003e\n\u003ch2\u003e父の日に贈る、Rinenna #2のギフト。\u003c\/h2\u003e\n\u003cp\u003e下記より、お好みのギフトをお選びください。\u003c\/p\u003e\n\u003cdiv class=\"rfd-divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ─── カウントダウン スクリプト（TOP BAR用） ─── --\u003e\n\u003cp\u003e \u003c\/p\u003e","products":[{"product_id":"rinenna2gift","title":"[Gift] Rinenna#2 Gift Wrapping","description":"\u003ch2\u003e Laundry detergent Rinenna #2 removes unpleasant odors. gift package.\u003cbr\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e Rinenna #2 is a laundry detergent that focuses especially on aging odors and dirt.\u003cbr\u003e By reducing the time of tedious massaging and soaking, it removes odors and dirt from clothes. \u003cbr\u003eEvery time you open the lid or wash your clothes, the scent of White Musk spreads out.\u003cbr\u003e I feel relieved even though I am doing housework.\u003c\/p\u003e\n\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e Odor, yellowing, and dark spots are caused by proteins produced by the body. Even if you remove sebum stains, if you do not remove protein stains, it will cause dark spots and yellowing. Rinenna #2 focuses on this protein stain and contains the ultimate blend of proteolytic enzymes.\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45299489636636,"sku":"rinenna2gift","price":5700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/files\/16_f0cef415-9231-40c3-aa88-7c4f7ebfe8dd.png?v=1721798759"},{"product_id":"rinenna1and2gift","title":"[Gift] Rinenna#1 and Rinenna#2 SET gift item","description":"\u003ch2\u003e Removes dirt and stains without scrubbing, just leave it on.\u003cbr\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e All you need is a soaking laundry detergent, linen, and a container to soak it in. Rinenna detergent is a proprietary blend that does not affect dyes, so there is no need to worry about color fading.\u003cbr\u003e Since it is non-silicon and does not contain fluorescent agents, it can be safely used on baby's clothing.\u003c\/p\u003e\n\n \u003cp\u003eLinenna was born from the idea of ​​``making everyday uncomfortable work more comfortable.'' Remove stains that are difficult to remove with regular detergent, stains on cloth diapers, blood stains on underwear, baby's breast milk or milk spills, spilled food, shirt collar stains, sweat stains, etc. Just pour it on and it will wash away.\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45299562840348,"sku":"rinenna1and2gift","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0019_gift_1_2-428753.jpg?v=1695095628"},{"product_id":"rinenna1and2omunigift","title":"[Gift] Rinenna#1 \u0026amp; Rinenna#2 + Bucket L Gift Set","description":"\u003ch2\u003e Removes dirt and stains without scrubbing, just leave it on.\u003cbr\u003e\n\n\u003c\/h2\u003e\n\n\u003cp\u003e All you need is a soaking laundry detergent, linen, and a container to soak it in. Rinenna detergent is a proprietary blend that does not affect dyes, so there is no need to worry about color fading.\u003cbr\u003e Since it is non-silicon and does not contain fluorescent agents, it can be safely used on baby's clothing.\u003c\/p\u003e\n\n \u003cp\u003eLinenna was born from the idea of ​​``making everyday uncomfortable work more comfortable.'' Remove stains that are difficult to remove with regular detergent, stains on cloth diapers, blood stains on underwear, baby's breast milk or milk spills, spilled food, shirt collar stains, sweat stains, etc. Just pour it on and it will wash away.\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"white","offer_id":45299794215196,"sku":"rinenna12omunilgiftWH","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"ivory","offer_id":45299794247964,"sku":"rinenna12omunilgiftIV","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"リュクスグレー","offer_id":51677993009436,"sku":"rinenna12omunilgiftLGY","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0003_gift_1_2_L-897889.jpg?v=1695095471"},{"product_id":"rinenna1and2tubcleaner3gift","title":"[Gift] Rinenna#1 1 box and Rinenna#2 1 pc + Washing tub cleaner 1 bag","description":"\u003ch3\u003e “A gift set that includes Rinenna detergent #1 and #2 and a special laundry tank cleaner.”\u003c\/h3\u003e\n\n\u003cp\u003e This gift item comes with gift wrapping, an original message card, and a paper bag for delivery.\u003c\/p\u003e\n\n\u003cp\u003e How about as a baby gift, family gift, housewarming gift, etc.\u003c\/p\u003e\n\n\u003cp class=\"a-spacing-mini\"\u003e\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45300012482844,"sku":"rinenna1and2tubcleaner3gift","price":14000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0010_gift_1_2_3-374120.jpg?v=1695095478"},{"product_id":"rinenna2gifttubcleaner","title":"[Gift] Rinenna#2 + Rinenna#3 TUB CLEANER","description":"\u003ch3\u003e “A gift set that includes Rinenna detergent #2 and a special laundry tank cleaner.”\u003c\/h3\u003e\n\n\u003cp\u003e This gift item comes with gift wrapping, an original message card, and a paper bag for delivery.\u003c\/p\u003e\n\n\u003cp\u003e How about as a baby gift, family gift, housewarming gift, etc.\u003c\/p\u003e\n\n\u003cp class=\"a-spacing-mini\"\u003e\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45300057276700,"sku":"rinenna2gifttubcleaner","price":8700.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0011_gift_2_3-442110.jpg?v=1695095626"},{"product_id":"rinenna2no9conditionergift","title":"[Gift] Rinenna No.9 FABRIC CONDITIONER + Rinenna#2 Gift Set","description":"\u003cmeta charset=\"utf-8\"\u003e\n\n\u003ch3\u003e A clothing conditioner that repairs damage from the fibers of clothing. Set with Rinenna laundry detergent.\u003c\/h3\u003e\n\n \u003cp\u003eRinenna fabric softener was born from the voices of Rinenna users.\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45308830613788,"sku":"rinenna2no9conditionergift","price":10000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0002_gift_2_9-875700.jpg?v=1695095492"},{"product_id":"rinenna2prozero100no9gift","title":"[Gift] Rinenna No.9 FABRIC CONDITIONER + Rinenna#2 + RINENNA Pro 0 #ZERO 100 Gift Set","description":"\u003cmeta charset=\"utf-8\"\u003e\n\n\u003ch3\u003e A clothing conditioner that repairs damage from the fibers of clothing. Set with Rinenna laundry detergent.\u003c\/h3\u003e\n\n\u003cp\u003e Rinenna fabric softener was born from the voices of Rinenna users.\u003c\/p\u003e","brand":"株式会社Heulie","offers":[{"title":"Default Title","offer_id":45308835594524,"sku":"rinenna2Prozero100no9gift","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/4833\/7436\/products\/R__0001_gift_0_2_9-883741.jpg?v=1695095496"}],"url":"https:\/\/rinenna.jp\/en\/collections\/rinenna-2-fathersday.oembed","provider":"Rinenna","version":"1.0","type":"link"}