{"title":"Lekarka","description":"","products":[{"product_id":"drex-hyal-bxc-volumer-lip","title":"DREXヒアルBXCボリューマーリップ \/ DREX HYAL BXC VOLUMER LIP","description":"\u003cstyle\u003e\n    \/* 商品説明エリアの幅制限を解除 *\/\n  .product__description {\n    max-width: none !important;\n  }\n  \n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Serif+JP:wght@400;500;700\u0026display=swap');\n\n  \/* ------------------------------\n     Variables \u0026 Base settings for this section\n     (テーマとの競合を防ぐため .lp-hbvl 内に限定)\n  ------------------------------ *\/\n  .lp-hbvl {\n    --primary-color: #b59b6d;\n    --text-color: #333333;\n    --bg-color: #faf9f6;\n    --white: #ffffff;\n    --sp-content-width: 90%;\n    --pc-content-width: none;\n\n    font-family: 'Noto Serif JP', serif;\n    color: var(--text-color);\n    background-color: var(--bg-color);\n    line-height: 1.6;\n    letter-spacing: 0.05em;\n    overflow: hidden;\n  }\n\n  .lp-hbvl * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .lp-hbvl img {\n    max-width: 100%;\n    height: auto;\n    vertical-align: bottom;\n  }\n\n  \/* ------------------------------\n     Utilities\n  ------------------------------ *\/\n  .lp-hbvl .PCshow { display: none; }\n  .lp-hbvl .SPshow { display: block; }\n  @media (min-width: 768px) {\n    .lp-hbvl .PCshow { display: block; }\n    .lp-hbvl .SPshow { display: none; }\n  }\n\n  .lp-hbvl__inner-common {\n    width: var(--sp-content-width);\n    margin: 0 auto;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl__inner-common {\n      width: var(--pc-content-width);\n    }\n  }\n\n  \/* ------------------------------\n     Sticky CTA\n  ------------------------------ *\/\n  .lp-hbvl-sticky-cta {\n    position: fixed;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    z-index: 100;\n    background: rgba(255, 255, 255, 0.9);\n    padding: 10px;\n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\n  }\n  .lp-hbvl-sticky-cta__btn {\n    display: block;\n    background-color: var(--primary-color);\n    color: var(--white);\n    text-align: center;\n    padding: 15px;\n    text-decoration: none;\n    font-weight: bold;\n    border-radius: 4px;\n  }\n\n  \/* ------------------------------\n     FV (First View)\n  ------------------------------ *\/\n  .lp-hbvl-fv {\n    position: relative;\n  }\n  .lp-hbvl-fv__bg-image {\n    width: 100%;\n    object-fit: cover;\n  }\n  .lp-hbvl-fv__content {\n    position: absolute;\n    top: 10%;\n    left: 5%;\n    width: 90%;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-fv__content {\n      top: 20%;\n      left: 10%;\n      width: 40%;\n    }\n  }\n  .lp-hbvl-fv__lead {\n    font-size: 1.2rem;\n    font-weight: bold;\n    margin-bottom: 10px;\n    color: var(--primary-color);\n  }\n  .lp-hbvl-fv__catch-image {\n    margin-bottom: 15px;\n    max-width: 300px;\n  }\n  .lp-hbvl-fv__tags-image {\n    max-width: 250px;\n  }\n  .lp-hbvl-fv__note {\n    position: absolute;\n    bottom: 10px;\n    right: 10px;\n    font-size: 0.7rem;\n    color: #666;\n  }\n\n  \/* ------------------------------\n     Discount Section\n  ------------------------------ *\/\n  .lp-hbvl-discount {\n    padding: 40px 0;\n    background-color: var(--white);\n    color: var(--text-color);\n    text-align: center;\n  }\n  .lp-hbvl-discount__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n    background: var(--white);\n    border: 3px solid var(--primary-color);\n    padding: 40px 20px;\n    border-radius: 12px;\n  }\n  .lp-hbvl-discount__title {\n    font-size: 1.6rem;\n    font-weight: bold;\n    margin-bottom: 30px;\n    letter-spacing: 0.05em;\n    color: var(--primary-color);\n  }\n  .lp-hbvl-discount__list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    align-items: stretch;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-discount__list {\n      flex-direction: row;\n      justify-content: center;\n      gap: 30px;\n    }\n  }\n  .lp-hbvl-discount__item {\n    background: var(--bg-color);\n    color: var(--text-color);\n    padding: 25px 20px;\n    border-radius: 8px;\n    font-weight: bold;\n    width: 100%;\n    max-width: none;\n    flex: 1;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    border: 1px solid #eee;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n  }\n  .lp-hbvl-discount__item-main {\n    display: flex;\n    align-items: baseline;\n    justify-content: center;\n    gap: 5px;\n  }\n  .lp-hbvl-discount__item-num {\n    font-size: 2rem;\n  }\n  .lp-hbvl-discount__item-off {\n    font-size: 3rem;\n    color: #d9534f;\n  }\n  .lp-hbvl-discount__item-price {\n    font-size: 1.4rem;\n    color: #d9534f;\n    margin-top: 5px;\n    background: #fff;\n    border: 1px solid #d9534f;\n    padding: 4px 16px;\n    border-radius: 20px;\n  }\n  .lp-hbvl-discount__item-price span {\n    font-size: 2rem;\n    font-weight: bold;\n    margin: 0 4px;\n  }\n  .lp-hbvl-discount__note {\n    color: #666;\n    margin-top: 25px;\n    line-height: 1.5;\n    text-align: left;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-discount__note {\n      text-align: center;\n    }\n  }\n\n  \/* ------------------------------\n     SEC01: 口元ケア\n  ------------------------------ *\/\n  .lp-hbvl-sec01 {\n    padding: 60px 0;\n    background: #fff;\n    text-align: center;\n  }\n  .lp-hbvl-sec01__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n  }\n  .lp-hbvl-sec01__title {\n    font-size: 1.8rem;\n    color: var(--primary-color);\n    margin-bottom: 15px;\n  }\n  .lp-hbvl-sec01__subtitle {\n    margin-bottom: 40px;\n  }\n  .lp-hbvl-sec01__compare {\n    display: flex;\n    flex-direction: column;\n    gap: 30px;\n    margin-bottom: 40px;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec01__compare {\n      flex-direction: row;\n      justify-content: center;\n    }\n  }\n  .lp-hbvl-sec01__compare-item {\n    background: var(--bg-color);\n    padding: 20px;\n    border-radius: 8px;\n    flex: 1;\n  }\n  .lp-hbvl-sec01__compare-label {\n    display: inline-block;\n    padding: 5px 15px;\n    background: var(--primary-color);\n    color: #fff;\n    border-radius: 20px;\n    margin-bottom: 15px;\n  }\n  .lp-hbvl-sec01__compare-image img,\n  .lp-hbvl-sec01__compare-illust img {\n    width: 100%;\n    margin-bottom: 10px;\n  }\n  .lp-hbvl-sec01__message {\n    background: var(--primary-color);\n    color: #fff;\n    padding: 30px;\n    border-radius: 8px;\n  }\n  .lp-hbvl-sec01__message-text {\n    font-weight: bold;\n  }\n\n  \/* ------------------------------\n     SEC02: POINT\n  ------------------------------ *\/\n  .lp-hbvl-sec02 {\n    padding: 60px 0;\n    background: var(--bg-color);\n  }\n  .lp-hbvl-sec02__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n  }\n  .lp-hbvl-sec02__box {\n    background: #fff;\n    padding: 40px 20px;\n    border-radius: 10px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    margin-bottom: 40px;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec02__box {\n      padding: 60px;\n    }\n  }\n  .lp-hbvl-sec02__point-label {\n    color: var(--primary-color);\n    font-weight: bold;\n    text-align: center;\n    margin-bottom: 10px;\n    font-size:3rem;\n  }\n  .lp-hbvl-sec02__header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .lp-hbvl-sec02__title {\n    font-size: 1.5rem;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec02__title { font-size: 2rem; }\n  }\n  .lp-hbvl-sec02__title-line1 {\n    display: block;\n    color: #666;\n    margin-bottom: 5px;\n  }\n  .lp-hbvl-sec02__content {\n    display: flex;\n    flex-direction: column;\n    gap: 30px;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec02__content {\n      flex-direction: row;\n      align-items: center;\n    }\n    .lp-hbvl-sec02__texts, .lp-hbvl-sec02__image {\n      flex: 1;\n    }\n  }\n  .lp-hbvl-sec02__text-block {\n    margin-bottom: 30px;\n  }\n  .lp-hbvl-sec02__block-title {\n    color: var(--primary-color);\n    font-size: 1.2rem;\n    margin-bottom: 10px;\n    border-bottom: 1px solid var(--primary-color);\n    padding-bottom: 5px;\n  }\n  .lp-hbvl-sec02__note {\n    font-size: 1.3rem;\n    color: #999;\n    margin-top: 20px;\n    text-align: right;\n  }\n  .lp-hbvl-sec02__subtitle {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .lp-hbvl-sec02__section-title {\n    text-align: center;\n    font-size: 1.3rem;\n    margin-bottom: 30px;\n    color: var(--primary-color);\n  }\n  .lp-hbvl-sec02__ingredient-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n    margin-bottom: 30px;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec02__ingredient-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n  .lp-hbvl-sec02__ingredient-item {\n    text-align: center;\n    background: var(--bg-color);\n    padding: 15px;\n    border-radius: 8px;\n  }\n  .lp-hbvl-sec02__ingredient-image img {\n    width: 80px;\n    height: 80px;\n    object-fit: cover;\n    border-radius: 50%;\n    margin-bottom: 10px;\n  }\n  .lp-hbvl-sec02__ingredient-label {\n    font-weight: bold;\n    margin-bottom: 15px;\n    border-left: 3px solid var(--primary-color);\n    padding-left: 10px;\n  }\n\n  \/* Accordion *\/\n  .lp-hbvl-sec02__routew {\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    margin-top: 30px;\n  }\n  .lp-hbvl-sec02__routew-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px;\n    background: #f9f9f9;\n    cursor: pointer;\n    font-weight: bold;\n  }\n  .lp-hbvl-sec02__routew-body-wrapper {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease-out;\n  }\n  .is-open \u003e .lp-hbvl-sec02__routew-body-wrapper {\n    max-height: 1000px;\n  }\n  .lp-hbvl-sec02__routew-body {\n    padding: 20px;\n    border-top: 1px solid #ddd;\n  }\n\n  \/* ------------------------------\n     SEC03: 使用感\n  ------------------------------ *\/\n  .lp-hbvl-sec03 {\n    padding: 60px 0;\n    background: #fff;\n  }\n  .lp-hbvl-sec03__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n  }\n  @media (min-width: 768px) {\n    .lp-hbvl-sec03__inner {\n      flex-direction: row;\n      align-items: center;\n    }\n    .lp-hbvl-sec03__image, .lp-hbvl-sec03__content {\n      flex: 1;\n    }\n  }\n  .lp-hbvl-sec03__label {\n    color: var(--primary-color);\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n  .lp-hbvl-sec03__title {\n    font-size: 1.5rem;\n    margin-bottom: 20px;\n    line-height: 1.4;\n  }\n  .lp-hbvl-sec03__features {\n    list-style: none;\n  }\n  .lp-hbvl-sec03__feature {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 15px;\n  }\n\n  \/* ------------------------------\n     SEC04: おすすめケア\n  ------------------------------ *\/\n  .lp-hbvl-sec04 {\n    padding: 60px 0;\n    background: var(--bg-color);\n    text-align: center;\n  }\n  .lp-hbvl-sec04__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n  }\n  .lp-hbvl-sec04__title {\n    font-size: 1.8rem;\n    color: var(--primary-color);\n    margin-bottom: 40px;\n  }\n  .lp-hbvl-sec04__list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  @media (min-width: 600px) {\n    .lp-hbvl-sec04__list {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  @media (min-width: 900px) {\n    .lp-hbvl-sec04__list {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n  .lp-hbvl-sec04__item {\n    background: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n  }\n  .lp-hbvl-sec04__item-content {\n    padding: 20px;\n  }\n  .lp-hbvl-sec04__item-title {\n    font-size: 1.1rem;\n    color: var(--primary-color);\n    margin-bottom: 10px;\n  }\n\n  \/* ------------------------------\n     SEC05: 成分一覧\n  ------------------------------ *\/\n  .lp-hbvl-sec05 {\n    padding: 20px 0 60px;\n    background: var(--bg-color);\n  }\n  .lp-hbvl-sec05__inner {\n    width: var(--sp-content-width);\n    max-width: var(--pc-content-width);\n    margin: 0 auto;\n    background: #fff;\n    padding: 30px;\n    border-radius: 8px;\n    border: 1px solid #eee;\n  }\n  .lp-hbvl-sec05__title {\n    font-size: 1.1rem;\n    color: var(--primary-color);\n    margin-bottom: 15px;\n    border-bottom: 1px solid #eee;\n    padding-bottom: 10px;\n  }\n  .lp-hbvl-sec05__text {\n    color: #666;\n    line-height: 1.8;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lp-hbvl\"\u003e\n\n\n\n  \u003c!-- FV (First View) --\u003e\n  \u003csection class=\"lp-hbvl-fv\"\u003e\n    \u003c!-- 背景画像 PC\/SP --\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/img_MV.jpg\" alt=\"\" class=\"lp-hbvl-fv__bg-image PCshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/1920x800\/e9e4d4\/a89470?text=FV+Background+(PC)'\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/img_MV_sp.jpg\" alt=\"\" class=\"lp-hbvl-fv__bg-image SPshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/750x1200\/e9e4d4\/a89470?text=FV+Background+(SP)'\"\u003e\n    \n    \u003cdiv class=\"lp-hbvl-fv__content\"\u003e\n      \u003cdiv class=\"lp-hbvl-fv__text\"\u003e\n        \u003c!-- リードテキスト --\u003e\n        \u003cp class=\"lp-hbvl-fv__lead\"\u003e唇美を底上げ、視線を奪う立体美\u003c\/p\u003e\n        \n        \u003c!-- キャッチコピー（メイン） PC\/SP --\u003e\n        \u003cdiv class=\"lp-hbvl-fv__catch\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/fv_catch.svg\" alt=\"ふっくらが持続するリップ美容液\" class=\"lp-hbvl-fv__catch-image PCshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x150\/transparent\/333?text=Catch+Copy'\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/fv_catch_sp.png\" alt=\"ふっくらが持続するリップ美容液\" class=\"lp-hbvl-fv__catch-image SPshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x120\/transparent\/333?text=Catch+Copy'\"\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- サブキャッチコピー（タグ） PC\/SP --\u003e\n        \u003cdiv class=\"lp-hbvl-fv__tags\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/fv_sub_catch.svg\" alt=\"ボリュームアップ × うるおいバリア\" class=\"lp-hbvl-fv__tags-image PCshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x50\/transparent\/b59b6d?text=Sub+Catch+Tags'\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/fv_sub_catch_sp.svg\" alt=\"ボリュームアップ × うるおいバリア\" class=\"lp-hbvl-fv__tags-image SPshow\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/250x50\/transparent\/b59b6d?text=Sub+Catch+Tags'\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 注釈（右下） --\u003e\n    \u003cp class=\"lp-hbvl-fv__note\"\u003e※うるおいにより、ハリ感のある印象へ導くこと\u003c\/p\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/FV --\u003e\n  \u003c!-- SEC01: 口元ケア --\u003e\n  \u003csection class=\"lp-hbvl-sec01 js-fade-in is-visible\"\u003e\n    \u003cdiv class=\"lp-hbvl-sec01__inner\"\u003e\n      \u003c!-- 見出し --\u003e\n      \u003cdiv class=\"lp-hbvl-sec01__header\"\u003e\n        \u003ch2 class=\"lp-hbvl-sec01__title\"\u003e顔印象を左右する口元ケア\u003c\/h2\u003e\n        \u003cp class=\"lp-hbvl-sec01__subtitle\"\u003e年齢とともに唇は薄くなり、縦じわが目立ち老けた印象が強くなります。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 比較画像 --\u003e\n      \u003cdiv class=\"lp-hbvl-sec01__compare\"\u003e\n        \u003c!-- 20代の唇 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec01__compare-item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-label lp-hbvl-sec01__compare-label--young\"\u003e\n            \u003cspan\u003e20代の唇\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec01_lips_20s.jpg\" alt=\"20代の唇\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x250\/fff\/ccc?text=20s+Lips'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-illust\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec01_illust_young.jpg\" alt=\"コラーゲン・エラスチンが整っている状態\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x150\/fff\/b59b6d?text=Illustration'\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lp-hbvl-sec01__compare-desc\"\u003eコラーゲン・エラスチンが整い\u003cbr\u003eふっくらとした唇\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 70代の唇 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec01__compare-item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-label lp-hbvl-sec01__compare-label--aged\"\u003e\n            \u003cspan\u003e70代の唇\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec01_lips_70s.jpg\" alt=\"70代の唇\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x250\/fff\/ccc?text=70s+Lips'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec01__compare-illust\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec01_illust_aged.jpg\" alt=\"コラーゲンが減少した状態\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x150\/fff\/b59b6d?text=Illustration'\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lp-hbvl-sec01__compare-desc\"\u003e年齢とともにコラーゲンが減少し\u003cbr\u003eエラスチンが乱れ薄い唇に\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 背景付きメッセージ --\u003e\n      \u003cdiv class=\"lp-hbvl-sec01__message\"\u003e\n        \u003cp class=\"lp-hbvl-sec01__message-text\"\u003eそこで、年齢とともにハリが減少することで失われてしまう\u003cbr class=\"PCshow\"\u003e唇のボリュームに着目しました。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/SEC01 --\u003e\n\n  \u003c!-- SEC02: POINT 1 - ヒアルブースト処方 --\u003e\n  \u003csection class=\"lp-hbvl-sec02\"\u003e\n    \u003cdiv class=\"lp-hbvl-sec02__inner\"\u003e\n      \u003c!-- コンテンツボックス（白背景） --\u003e\n      \u003cdiv class=\"lp-hbvl-sec02__box js-fade-in is-visible\"\u003e\n        \u003c!-- POINT 1 ラベル --\u003e\n        \u003cp class=\"lp-hbvl-sec02__point-label\"\u003ePOINT 1\u003c\/p\u003e\n        \n        \u003c!-- メインタイトル --\u003e\n        \u003cdiv class=\"lp-hbvl-sec02__header\"\u003e\n          \u003ch2 class=\"lp-hbvl-sec02__title\"\u003e\n            \u003cspan class=\"lp-hbvl-sec02__title-line1\"\u003e内側から\u003csup\u003e※2\u003c\/sup\u003eボリュームアップ\u003csup\u003e※3\u003c\/sup\u003e\u003c\/span\u003e\n            \u003cspan class=\"lp-hbvl-sec02__title-line2\"\u003e唇のキメを整えハリ感をアップ\u003cbr class=\"SPshow\"\u003eさせるヒアルブースト処方\u003csup\u003e※1\u003c\/sup\u003e\u003c\/span\u003e\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- コンテンツエリア --\u003e\n        \u003cdiv class=\"lp-hbvl-sec02__content\"\u003e\n          \u003c!-- 左: テキストブロック --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__texts\"\u003e\n            \u003c!-- ブロック1: 持続型ヒアルロン酸 --\u003e\n            \u003cdiv class=\"lp-hbvl-sec02__text-block\"\u003e\n              \u003ch3 class=\"lp-hbvl-sec02__block-title\"\u003e最新の\"持続型ヒアルロン酸\"を採用\u003c\/h3\u003e\n              \u003cp class=\"lp-hbvl-sec02__block-desc\"\u003e一般的な「水溶性」ヒアルロン酸Naよりも、ヒアルロン酸が長くとどまる「油溶性」のカプロオイルヒアルロン酸Naを配合。\u003cbr\u003e持続型ヒアルロン酸の力で肌にぴたっと密着し、唇のハリ感を持続させる処方を実現。\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- ブロック2: ハリの基礎をサポート --\u003e\n            \u003cdiv class=\"lp-hbvl-sec02__text-block\"\u003e\n              \u003ch3 class=\"lp-hbvl-sec02__block-title\"\u003eふっくらとした唇を叶える、\u003cbr class=\"PCshow\"\u003eハリの基礎をサポート\u003c\/h3\u003e\n              \u003cp class=\"lp-hbvl-sec02__block-desc\"\u003e唇の「クッション力」に着目したシロツメクサエキス。\u003cbr\u003e唇を根本から見つめ直し、トータルケアで乱れがちなハリ構造を整えます。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- 右: 画像 --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec2_point1.jpg\" alt=\"ヒアルロン酸の浸透イメージ\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/400x400\/fff\/ccc?text=Point+1+Image'\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 注釈 --\u003e\n        \u003cp class=\"lp-hbvl-sec02__note\"\u003e※1 保湿成分により唇にハリと潤いを与え、キメの整った状態に導くこと　※2 角質層まで　※3 メイクアップによる\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- POINT 2 ボックス --\u003e\n      \u003cdiv class=\"lp-hbvl-sec02__box lp-hbvl-sec02__box--point2 js-fade-in is-visible\"\u003e\n        \u003c!-- POINT 2 ラベル --\u003e\n        \u003cp class=\"lp-hbvl-sec02__point-label\"\u003ePOINT 2\u003c\/p\u003e\n        \n        \u003c!-- メインタイトル --\u003e\n        \u003cdiv class=\"lp-hbvl-sec02__header point2\"\u003e\n          \u003ch2 class=\"lp-hbvl-sec02__title\"\u003e\n            \u003cspan class=\"lp-hbvl-sec02__title-line1\"\u003eうるおいを補って、守る。\u003cbr class=\"SPshow\"\u003e徹底的な潤いバリア成分を配合\u003c\/span\u003e\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- サブテキスト --\u003e\n        \u003cp class=\"lp-hbvl-sec02__subtitle\"\u003e唇は、ターンオーバーの周期がお肌と比較して短く角質層も薄いため、\u003cbr\u003eお肌の約5倍も水分が失われやすいパーツです。\u003cbr\u003eデリケートな唇の構造に着目した成分設計で、潤いのあるつややかな唇に。\u003c\/p\u003e\n\n        \u003c!-- セクションタイトル --\u003e\n        \u003ch3 class=\"lp-hbvl-sec02__section-title\"\u003eデリケートな唇のための、\u003cbr class=\"SPshow\"\u003e保湿・肌荒れ防止成分を配合\u003c\/h3\u003e\n\n        \u003c!-- 成分グリッド --\u003e\n        \u003cdiv class=\"lp-hbvl-sec02__ingredients\"\u003e\n          \u003c!-- 肌荒れ防止成分 --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__ingredient-group\"\u003e\n            \u003cp class=\"lp-hbvl-sec02__ingredient-label\"\u003e肌荒れ防止成分\u003c\/p\u003e\n            \u003cdiv class=\"lp-hbvl-sec02__ingredient-grid\"\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_route_w.png\" alt=\"ルートW®\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/b59b6d?text=W'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003e\n                  \u003cspan style=\"font-size:0.8em; color:#999;\"\u003eレカルカ独自配合成分\u003c\/span\u003e\u003cbr\u003e\n                  \u003cstrong\u003e「ルートW®」\u003c\/strong\u003e\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_glycyrrhizin.png\" alt=\"グリチルレチン酸ステアリル\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eグリチルレチン酸\u003cbr\u003eステアリル\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_allantoin.png\" alt=\"アラントイン\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eアラントイン\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_panthenol.png\" alt=\"パンテノール\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eパンテノール\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- うるおい成分 --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__ingredient-group\"\u003e\n            \u003cp class=\"lp-hbvl-sec02__ingredient-label\"\u003eうるおい成分\u003c\/p\u003e\n            \u003cdiv class=\"lp-hbvl-sec02__ingredient-grid\"\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_tamanu.png\" alt=\"タマヌオイル\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eタマヌオイル\u003csup\u003e※6\u003c\/sup\u003e\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_vaseline.png\" alt=\"ワセリン\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eワセリン\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_vitaminb6.png\" alt=\"ビタミンB6誘導体\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eビタミンB6誘導体\u003csup\u003e※7\u003c\/sup\u003e\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"lp-hbvl-sec02__ingredient-item\"\u003e\n                \u003cdiv class=\"lp-hbvl-sec02__ingredient-image\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec02_ceramide.png\" alt=\"セラミド\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/100\/fff\/ccc?text=Ing'\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"lp-hbvl-sec02__ingredient-name\"\u003eセラミド\u003csup\u003e※8\u003c\/sup\u003e\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 注釈 --\u003e\n        \u003cp class=\"lp-hbvl-sec02__note\"\u003e※6 テリハボク種子油（保湿成分）  ※7 ピリドキシンHCI、トリスヘキシルデカン酸ピリドキシン（すべて保湿成分）  ※8 セラミドNP、セラミドAP、セラミドNG（すべて保湿成分）　※成分画像はイメージです。\u003c\/p\u003e\n\n        \u003c!-- ルートW説明セクション（アコーディオン） --\u003e\n        \u003cdiv class=\"lp-hbvl-sec02__routew js-accordion\"\u003e\n          \u003c!-- アコーディオンヘッダー（クリック可能） --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__routew-header js-accordion-trigger\" onclick=\"this.parentElement.classList.toggle('is-open')\"\u003e\n            \u003cp class=\"lp-hbvl-sec02__routew-question\"\u003e独自成分ルートW®とは？\u003c\/p\u003e\n            \u003cspan class=\"lp-hbvl-sec02__routew-toggle\"\u003e▼ タップして開く\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- アコーディオンコンテンツ --\u003e\n          \u003cdiv class=\"lp-hbvl-sec02__routew-body-wrapper js-accordion-wrapper\"\u003e\n            \u003cdiv class=\"lp-hbvl-sec02__routew-body js-accordion-content\"\u003e\n              \u003cdiv style=\"text-align: center; margin-bottom: 20px;\"\u003e\n                \u003cp style=\"color: var(--primary-color); font-weight: bold;\"\u003eレカルカ初の独自配合成分\u003c\/p\u003e\n                \u003ch4\u003eルートW®とは\u003csup\u003e※4\u003c\/sup\u003e\n\u003c\/h4\u003e\n              \u003c\/div\u003e\n              \u003cdiv style=\"text-align: center;\"\u003e\n                \u003cp\u003eルートW®のもつ\"Wアプローチ技術\"により\u003cbr\u003e主となる美容成分との相乗効果を導き出します。\u003c\/p\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec2_point2_routew_description.png\" alt=\"ルートW® + グリチルレチン酸ステアリル\" style=\"margin-top:20px; max-width: 100%;\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/600x200\/fff\/ccc?text=Formula+Illustration'\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"lp-hbvl-sec02__note\"\u003e※4 ゲンチアナ根エキス（保湿成分）、シラン根エキス（保湿成分）　※5 製品に配合されている主要な既存美容成分\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/SEC02 --\u003e\n\n  \u003c!-- SEC03: 使用感 --\u003e\n  \u003csection class=\"lp-hbvl-sec03 js-fade-in is-visible\"\u003e\n    \u003cdiv class=\"lp-hbvl-sec03__inner\"\u003e\n      \u003c!-- 左: 商品画像 --\u003e\n      \u003cdiv class=\"lp-hbvl-sec03__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/sec3.png\" alt=\"リップ美容液\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/500x500\/fff\/ccc?text=Product+Image'\"\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 右: テキストコンテンツ --\u003e\n      \u003cdiv class=\"lp-hbvl-sec03__content\"\u003e\n        \u003cp class=\"lp-hbvl-sec03__label\"\u003e優しく潤いが続く使用感\u003c\/p\u003e\n        \u003ch2 class=\"lp-hbvl-sec03__title\"\u003e美容施術やプランパーなど\u003cbr\u003e唇がデリケートな時にも使いやすい処方\u003c\/h2\u003e\n        \n        \u003cul class=\"lp-hbvl-sec03__features\"\u003e\n          \u003cli class=\"lp-hbvl-sec03__feature\"\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-icon\"\u003e\n              \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \u003ccircle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#b59b6d\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M6 10L9 13L14 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-text\"\u003eさらっとべたつかないテクスチャー\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"lp-hbvl-sec03__feature\"\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-icon\"\u003e\n              \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \u003ccircle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#b59b6d\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M6 10L9 13L14 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-text\"\u003e無香料・無着色\u003c\/span\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"lp-hbvl-sec03__feature\"\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-icon\"\u003e\n              \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \u003ccircle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#b59b6d\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M6 10L9 13L14 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"lp-hbvl-sec03__feature-text\"\u003e唇をやさしくいたわる使い心地\u003c\/span\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/SEC03 --\u003e\n\n  \u003c!-- SEC04: おすすめケア --\u003e\n  \u003csection class=\"lp-hbvl-sec04 js-fade-in is-visible\"\u003e\n    \u003cdiv class=\"lp-hbvl-sec04__inner\"\u003e\n      \u003ch2 class=\"lp-hbvl-sec04__title\"\u003eおすすめケア\u003c\/h2\u003e\n      \n      \u003cdiv class=\"lp-hbvl-sec04__list\"\u003e\n        \u003c!-- ケア1 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec04__item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/care1.png\" alt=\"就寝前のリップパック\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x200\/fff\/ccc?text=Care+1'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-content\"\u003e\n            \u003ch3 class=\"lp-hbvl-sec04__item-title\"\u003e就寝前の\u003cbr class=\"SPshow\"\u003eリップパック\u003c\/h3\u003e\n            \u003cp class=\"lp-hbvl-sec04__item-desc\"\u003eたっぷり塗って眠るだけ。\u003cbr class=\"PCshow\"\u003e集中ケアで翌朝ふっくら唇\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ケア2 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec04__item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/care2.png\" alt=\"縦じわが目立ちやすい日の集中ケア\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x200\/fff\/ccc?text=Care+2'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-content\"\u003e\n            \u003ch3 class=\"lp-hbvl-sec04__item-title\"\u003e縦じわが目立ち\u003cbr\u003eやすい日の集中ケア\u003c\/h3\u003e\n            \u003cp class=\"lp-hbvl-sec04__item-desc\"\u003eコンディションの乱れで\u003cbr class=\"PCshow\"\u003e凹凸が気になる時に\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ケア3 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec04__item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/care3.png\" alt=\"日中の乾燥対策\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x200\/fff\/ccc?text=Care+3'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-content\"\u003e\n            \u003ch3 class=\"lp-hbvl-sec04__item-title\"\u003e日中の乾燥対策\u003c\/h3\u003e\n            \u003cp class=\"lp-hbvl-sec04__item-desc\"\u003e乾燥を感じたタイミング\u003cbr class=\"PCshow\"\u003eでの保湿ケア\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ケア4 --\u003e\n        \u003cdiv class=\"lp-hbvl-sec04__item\"\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/care4.png\" alt=\"アートメイク後のケア\" onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/300x200\/fff\/ccc?text=Care+4'\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"lp-hbvl-sec04__item-content\"\u003e\n            \u003ch3 class=\"lp-hbvl-sec04__item-title\"\u003eアートメイク後の\u003cbr class=\"SPshow\"\u003eケア\u003c\/h3\u003e\n            \u003cp class=\"lp-hbvl-sec04__item-desc\"\u003e保湿により皮むけを抑え、\u003cbr class=\"PCshow\"\u003e色落ち防止に\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/SEC04 --\u003e\n\n  \u003c!-- SEC05: 成分一覧 --\u003e\n  \u003csection class=\"lp-hbvl-sec05\"\u003e\n    \u003cdiv class=\"lp-hbvl-sec05__inner\"\u003e\n      \u003ch3 class=\"lp-hbvl-sec05__title\"\u003e全成分表示\u003c\/h3\u003e\n      \u003cp class=\"lp-hbvl-sec05__text\"\u003e\n        ワセリン、ポリブテン、スクワラン、トリイソステアリン酸ポリグリセリル－２、ＢＧ、カプロオイルヒアルロン酸Ｎａ、テリハボク種子油、シラン根エキス、ゲンチアナ根エキス、合成遺伝子組換オリゴペプチド－９１ボツリヌス菌ポリペプチド－１、アセチルヘキサペプチド－８、ジペプチド－２、ダイズ種子エキス、セラミドＮＰ、セラミドＡＰ、セラミドＮＧ、フィトスフィンゴシン、アラントイン、グリチルレチン酸ステアリル、パンテノール、酢酸トコフェロール、ピリドキシンＨＣｌ、トリスヘキシルデカン酸ピリドキシン、テトラヘキシルデカン酸アスコルビル、アスコルビルリン酸Ｎａ、ヘスペリジンメチルカルコン、コロハ種子エキス、パルミトイルトリペプチド－１、パルミトイルテトラペプチド－７、パルミトイルテトラペプチド－１０、ハチミツエキス、ローヤルゼリーエキス、アルニカ花エキス、シロツメクサエキス、ユズ果実エキス、ヒマシ油、パルミチン酸エチルヘキシル、パルミチン酸セチル、トリ（カプリル酸／カプリン酸）グリセリル、水、トリベヘニン、レシチン、水添レシチン、オリーブ油脂肪酸ソルビタン、イソステアリン酸ソルビタン、ステアリン酸ソルビタン、ステアレス－２０、ポリソルベート８０、ポリソルベート２０、ペンタステアリン酸ポリグリセリル－１０、ステアロイルラクチレートＮａ、ベヘニルアルコール、グリセリン、ＤＰＧ、ペンチレングリコール、１，２－ヘキサンジオール、ＥＤＴＡ－２Ｎａ、フェノキシエタノール、安息香酸Ｎａ\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- \/SEC05 --\u003e\n\n\u003c\/div\u003e","brand":"Lekarka","offers":[{"title":"Default Title","offer_id":42600089911394,"sku":null,"price":4180.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0558\/5649\/6738\/files\/thambnail-lekarka2.jpg?v=1773023118"}],"url":"https:\/\/pmuink.jp\/collections\/lekarka.oembed","provider":"PMU ink","version":"1.0","type":"link"}