<?xml version="1.0" encoding="utf-8" ?>
<feed version="0.3" xml:lang="ja" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Luara（ルアラ）OFFICIAL ONLINE SHOP</title><link rel="alternate" type="text/html" href="https://luara.co.jp/" /><modified>2026-04-07T04:53:04+09:00</modified><entry><title>ルアラ リペアクリーム 50g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189809596" /><id>https://luara.co.jp/?pid=189809596</id><issued>2025-12-14T21:38:39+09:00</issued><modified>2026-02-16T04:30:44Z</modified><created>2025-12-14T12:38:39Z</created><summary>




/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}

#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -web...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />
<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}

#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

.p-product-explain .block1 {
    margin: 0px auto !important;
}
/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}

/*PCでは無効（改行しない）*/
.sma{
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma{
    display: block;
  }
}

/*スマホでは無効（改行しない）*/
.paso{
  display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
  .paso{
    display: none;
  }
}

/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}

/* 段落上マージン */
.proexe{
  margin-top: 40px !important;
}

@media (max-width: 768px){
  .proexe{
    margin-top: 15px !important;
  }
}

/* =========================
   左テキスト / 右画像2枚（注釈つき）
========================= */
.twoimg-feature{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左半分 / 右半分 */
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 左：テキスト --- */
.twoimg-title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2a33;
}

.twoimg-desc{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #26313a;
}

/* テキストの一部：四角い枠 */
.boxed{
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 6px;   /* 角丸不要なら0に */
  background: rgba(255,255,255,.6);
}

/* --- 右：画像2枚＋注釈 --- */
.twoimg-media{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.media-item{
  margin: 0;
  text-align: center;
}

.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 画像が丸加工済みなら不要。四角のまま綺麗に見せたいなら少しだけ角丸 */
  border-radius: 12px;
}

.media-note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* =========================
   スマホ：テキスト → 画像2枚（注釈つき）
========================= */
@media (max-width: 768px){
  .twoimg-feature{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .twoimg-title{
    text-align: center;
  }

  .twoimg-desc{
    font-size: 14px;
    text-align: left; /* 中央にしたければcenter */
  }

  .twoimg-media{
    grid-template-columns: repeat(2, minmax(0,1fr)); /* 2枚並び維持 */
    gap: 10px;
  }

  .media-note{
    font-size: 11px;
  }
}

.twoimg-feature{
margin-top: 40px !important;
}

.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;            /* ラベルと本文の間隔 */
  margin: 0;
}

.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;  /* 「潤いケア」を折り返さない */
}

.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;         /* ← flex折返しを効かせる超重要ポイント */
  line-height: 1.8;
}
/* twoimg-desc を「文章」ではなく「ブロックの入れ物」にする */
.twoimg-desc{
  margin: 0;
}

/* 各行：ラベル + 本文 */
.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px; /* 行間。<br><br>の代わり */
}

/* ラベルは折り返さない */
.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 本文側が折り返し担当 */
.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
}

/* =========================
   2カラム → 中央矢印 → 説明
   PC/スマホ共通で2カラム維持
========================= */
.peptide-stack{
  max-width: 1100px;
  margin: 60px auto;
  padding: 30px 20px;
  box-sizing: border-box;
}

/* 上：2カラム（スマホでも維持） */
.peptide-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 34px;
  align-items: start;
}

/* カード */
.peptide-card{
  min-width: 0;
}

.peptide-name{
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
}

.peptide-name.snake{ color: #d9a200; } /* 黄色 */
.peptide-name.hyal{  color: #4bb6c8; } /* 水色 */

.peptide-note{
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
  color: inherit;
  opacity: .9;
}

.peptide-desc{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
}

/* 中央：矢印（高さ30pxくらい） */
.peptide-arrow{
  display: grid;
  place-items: center;
  margin: 18px 0 18px;
}

.peptide-arrow svg{
  display: block;
  width: 60px;
  height: 30px; /* ←ここが希望の高さ */
}

.peptide-arrow line,
.peptide-arrow path{
  stroke: #333;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 下：結果 */
.peptide-result{
  text-align: left;
  max-width: 760px; /* 文章が長いので読みやすく */
  margin: 0 auto;
}

.peptide-result-title{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 800;
  color: #222;
text-align: center;
}

.peptide-result-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

/* スマホでも2カラム維持：ただし余白と文字を少し調整 */
@media (max-width: 768px){
  .peptide-stack{
    margin: 40px auto;
    padding: 24px 14px;
  }

  .peptide-grid{
    gap: 16px 14px;
  }

  .peptide-name{
    font-size: 18px;
  }

  .peptide-desc{
    font-size: 13px;
    line-height: 1.8;
  }

  .peptide-result-title{
    font-size: 18px;
  }

  .peptide-result-text{
    font-size: 13px;
    line-height: 1.85;
  }
}

.sineikuimg {
    width: 100% !important;
}
</style>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_rc_img_01.jpg" class="wide100 sp_wide100" alt=“ルアラ リペアクリーム”>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">リッチな美容成分と<br class="sma">潤いヴェールで肌を隙なく包みこみ、<br>全方位アプローチする<br class="sma">高機能美容クリーム。<br><br class="sma">充実したハリツヤをもたらし、<br class="sma">顔立ちの立体感を<br class="sma">より美しく引き立てる肌へ。</h3>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->
<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>
    
    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">ゆるみがちな肌を立て直すように、<br>
ハリ・弾力に包まれる</h3>
<img class="sineikuimg " src="https://img07.shop-pro.jp/PA01415/892/etc_base64/c2luZWlrdTAyMDVf.jpg?cmsp_timestamp=20260205104912" alt=“LUARASOME成分”> 
<p class="proexe"> 
独自成分「LUARASOME<sup>※1</sup>」をはじめ、ハリを守りしなやかさを保つ高機能成分「エターウェル・ユース<sup>※2</sup>」、機能性ペプチド「シン・エイク<sup>※3</sup>」や「シン・ハイカン<sup>※4</sup>」を贅沢に配合。
ふっくら弾むようなハリに満ちたりた肌へ導きます。
</p> 
<!--<section class="col-30-70"> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwc2luZWlrdQ.png?cmsp_timestamp=20260202113131" alt=“LUARASOME成分”> 
</div> 
<div class="col-right"> 
<p class="proexe"> 
独自成分「LUARASOME<sup>※1</sup>」をはじめ、ハリを守りしなやかさを保つ高機能成分「エターウェル・ユース<sup>※2</sup>」、機能性ペプチド「シン・エイク<sup>※3</sup>」や「シン・ハイカン<sup>※4</sup>」を贅沢に配合。
ふっくら弾むようなハリに満ちたりた肌へ導きます。
</p> 
</div> 
</section>--> 
<!-- <section class="peptide-stack">
  <div class="peptide-grid">
    <div class="peptide-card">
      <h4 class="peptide-name snake">シン・エイク<span class="peptide-note">※3</span></h4>
      <p class="peptide-desc">
        表情による肌のこわばりに着目し、<br>
        蛇毒を模して開発された機能性ペプチド。<br>
※上記画像の網目状の黄色箇所
      </p>
    </div>

    <div class="peptide-card">
      <h4 class="peptide-name hyal">シン・ハイカン<span class="peptide-note">※4</span></h4>
      <p class="peptide-desc">
        ヒアルロン酸に着目して開発された機能性ペプチド。<br>
※上記画像の液状の水色球体箇所
      </p>
    </div>
  </div>
  <div class="peptide-arrow" aria-hidden="true">
    <svg viewBox="0 0 60 30" width="60" height="30">
      <line x1="30" y1="2" x2="30" y2="22"></line>
      <path d="M22 18 L30 28 L38 18"></path>
    </svg>
  </div>
  <div class="peptide-result">
    <h3 class="peptide-result-title">
      しなやかなハリのある、<br>
      引きしまった印象のなめらかな肌へ。
    </h3>
    <p class="peptide-result-text">
      立体感のあるハリ肌に導く機能性ペプチドを贅沢にW配合。
      角層のすみずみまで潤いで満たし、ハリと弾力を高めながら、
      肌を引きしめて、凛とした美しさを引き立てる肌へ。<br>
※3 ジ酢酸ジペプチドジアミノプチロイルペンジルアミド(整肌成分)<br>
※4 トリフルオロ酢酸テトラデシルアミノプチロイルバリルアミノ酪酸ウレア(整肌成分)
    </p>
  </div>

</section>-->

</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">豊潤な美しさを育むための<br>
美容成分を厳選</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/aGFkYV82MDBfNTAw.png?cmsp_timestamp=20260202112316" alt=“潤い成分”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
角層深部のすみずみまで深い潤いで満たし、<br>しっとりしたしなやかさが持続する肌へ。
</p> 
</div> 
</section>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">手のひらで密着させて包みこむ、<br>
濃密でリッチなテクスチャー</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/Y3JlYW1fdGV4dHVyZV82MDBfNTAw.png?cmsp_timestamp=20260114152433" alt=“リッチなテクスチャー”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
肌のぬくもりでとけあうようになじみ、肌を全方位に包みこむ一体感。<br>
肌の密度が高まったかのような、しなやかなハリツヤ肌を長時間キープします。
</p> 
</div> 
</section>
    <div class="twoimg-desc">

  <div class="ingredient-line">
    <span class="boxed">ハリケア</span>
    <span class="ingredient-text">
      エターウェル・ユース<sup>※2</sup>&nbsp;シン・エイク<sup>※3</sup>&nbsp;シン・ハイカン<sup>※4</sup>&nbsp;酵母エキス<sup>※5</sup>
    </span>
  </div>

  <div class="ingredient-line">
    <span class="boxed">潤いケア</span>
    <span class="ingredient-text">
      シア脂<sup>※6</sup>&nbsp;アロエベラ葉エキス<sup>※6</sup>&nbsp;クズ根エキス<sup>※6</sup>&nbsp;クロレラエキス<sup>※6</sup>&nbsp;大豆種子エキス<sup>※6</sup>&nbsp;ポリクオタニウム−51<sup>※6</sup>&nbsp;異性化糖<sup>※6</sup>&nbsp;グリセリルグルコシド<sup>※6</sup>&nbsp;オウレン根エキス<sup>※6</sup>&nbsp;クチナシ果実エキス<sup>※6</sup>&nbsp;オウゴン根エキス<sup>※6</sup>
    </span>
  </div>

</div>
</li>
</ul>
<!-- // 1 カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">HOW TO USE｜濃密な一粒を、肌へやさしくなじませて</h3>
<p>
お手入れの最後に、手のひらにパール粒大をとり、顔全体にやさしくなじませてください。<br>
</li>
</ul>
<!-- // 1 カラムここまで -->


    <hr>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1 乳酸桿菌発酵液（整肌成分）※2 エピロビウムフレイスケリ葉／茎エキス（整肌成分）　※3 ジ酢酸ジペプチドジアミノブチロイルベンジルアミド（整肌成分）※4 トリフルオロ酢酸テトラデシルアミノブチロイルバリルアミノ酪酸ウレア（整肌成分）※5 　サッカロミセス溶解質エキス（整肌成分）※6 保湿成分</p>
<p><span class="color-brown font-bold">内容量</span>：50g</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、スクワラン、トリエチルヘキサノイン、グリセリン、メチルグルセス−１０、ＢＧ、ミリスチン酸オクチルドデシル、水添レシチン、マルチトール、水添ナタネ油アルコール、乳酸桿菌発酵液、プロパンジオール、ステアリン酸グリセリル、グリセリルグルコシド、プラセンタエキス、サッカロミセス溶解質エキス、ダイズ種子エキス、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、ヒアルロン酸Ｎａ、トコフェロール、ベタイン、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、エピロビウムフレイスケリ葉／茎エキス、ジ酢酸ジペプチドジアミノブチロイルベンジルアミド、トリフルオロ酢酸テトラデシルアミノブチロイルバリルアミノ酪酸ウレア、アロエベラ葉エキス、クズ根エキス、クロレラエキス、シア脂、異性化糖、グルコシルルチン、ポリクオタニウム−５１、オウレン根エキス、クチナシ果実エキス、オウゴン根エキス、ペンチレングリコール、ジメチコン、ステアリン酸グリセリル（ＳＥ）、マイクロクリスタリンワックス、デキストリン、ジグリセリン、ＤＰＧ、トリ（カプリル酸／カプリン酸）グリセリル、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、１，２−ヘキサンジオール、カプリリルグリコール、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、塩化Ｍｇ、ＢＨＴ、フェノキシエタノール</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ ザ コンク 30mL</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189802285" /><id>https://luara.co.jp/?pid=189802285</id><issued>2025-12-14T14:08:33+09:00</issued><modified>2026-03-10T05:49:14Z</modified><created>2025-12-14T05:08:33Z</created><summary>




/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webki...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />
<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

.p-product-explain .block1 {
    margin: 0px auto !important;
}
/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}

/*PCでは無効（改行しない）*/
.sma{
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma{
    display: block;
  }
}

/*スマホでは無効（改行しない）*/
.paso{
  display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
  .paso{
    display: none;
  }
}

/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}

/* 段落上マージン */
.proexe{
  margin-top: 40px !important;
}

@media (max-width: 768px){
  .proexe{
    margin-top: 15px !important;
  }
}

/* =========================
   左テキスト / 右画像2枚（注釈つき）
========================= */
.twoimg-feature{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左半分 / 右半分 */
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 左：テキスト --- */
.twoimg-title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2a33;
}

.twoimg-desc{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #26313a;
}

/* テキストの一部：四角い枠 */
.boxed{
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 6px;   /* 角丸不要なら0に */
  background: rgba(255,255,255,.6);
}

/* --- 右：画像2枚＋注釈 --- */
.twoimg-media{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.media-item{
  margin: 0;
  text-align: center;
}

.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 画像が丸加工済みなら不要。四角のまま綺麗に見せたいなら少しだけ角丸 */
  border-radius: 12px;
}

.media-note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* =========================
   スマホ：テキスト → 画像2枚（注釈つき）
========================= */
@media (max-width: 768px){
  .twoimg-feature{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .twoimg-title{
    text-align: center;
  }

  .twoimg-desc{
    font-size: 14px;
    text-align: left; /* 中央にしたければcenter */
  }

  .twoimg-media{
    grid-template-columns: repeat(2, minmax(0,1fr)); /* 2枚並び維持 */
    gap: 10px;
  }

  .media-note{
    font-size: 11px;
  }
}

.twoimg-feature{
margin-top: 40px !important;
}

.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;            /* ラベルと本文の間隔 */
  margin: 0;
}

.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;  /* 「潤いケア」を折り返さない */
}

.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;         /* ← flex折返しを効かせる超重要ポイント */
  line-height: 1.8;
}
/* twoimg-desc を「文章」ではなく「ブロックの入れ物」にする */
.twoimg-desc{
  margin: 0;
}

/* 各行：ラベル + 本文 */
.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px; /* 行間。<br><br>の代わり */
}

/* ラベルは折り返さない */
.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 本文側が折り返し担当 */
.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
}

.percentsent{
    font-weight: 800;
}

</style>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">

<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfdGNfaW1nXzAx.jpg?cmsp_timestamp=20251215204234" class="wide100 sp_wide100" alt=“ルアラ ザコンク”>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">LUARASOME<sup>※1</sup>を美の核心<sup>※</sup>まで<br class="sma">ダイレクトに届け、<br>ハリツヤが冴えわたる美しさへ。<br>更なる美しさへの期待が高まる、<br class="sma">凛とした品格のある肌に導きます。</h3>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->

    
    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">LUARASOME<sup>※1</sup> 最高濃度<br class="sma"><span class="percentsent">20％</span><sup>※2</sup> 配合。<br>
美の核心<sup>※</sup> までダイレクトに</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/a29ua3Vfc2VpaGluXzYwMF81MDA.png?cmsp_timestamp=20260115104740" alt=“ルアラザコング”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
美しさの高みを目指すルアラ独自成分<br class="sma">「LUARASOME<sup>※1</sup> 」を、<br class="paso">高濃度20%で配合。<br>ハリツヤを満たす確かな手応えのある<br class="sma">感触と浸透感、<br class="paso">濃密な全方位アプローチにより美を底上げします。
</p> 
</div> 
</section>
</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">美しさを引き出しハリで満たす<br class="sma">厳選された成分</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/Y2hhbW9taWxlXzYwMF81MDA.png?cmsp_timestamp=20260115104247" alt=“カミツレ花エキス”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
酵母エキス<sup>※3</sup>、ビフィズス菌培養溶解質<sup>※4</sup>、<br>カミツレ花エキス<sup>※5</sup>を贅沢に配合。<br>角層深部のすみずみまで満たして、ふっくらハリのある、<br class="paso">なめらかな肌に導きます。
</p> 
</div> 
</section>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">濃密な潤いで満たす高保湿成分</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/d2hpdGVrXzYwMF81MDA.png?cmsp_timestamp=20260115110639" alt=“シロキクラゲ多糖体”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
リッチな潤いをもたらすシロキクラゲ多糖体<sup>※5</sup>、<br>ポリクオタニウムー51<sup>※5</sup>を配合。<br>豊潤なまでに輝くツヤをもたらします。
</p> 
</div> 
</section>
    <div class="twoimg-desc">

  <div class="ingredient-line">
    <span class="boxed">ハリケア</span>
    <span class="ingredient-text">
      酵母エキス<sup>※3</sup>&nbsp;ビフィズス菌培養溶解質<sup>※4</sup>&nbsp;カミツレ花エキス<sup>※5</sup>
    </span>
  </div>

  <div class="ingredient-line">
    <span class="boxed">潤いケア</span>
    <span class="ingredient-text">
      シロキクラゲ多糖体<sup>※5</sup>&nbsp;ポリクオタニウムー51<sup>※5</sup>
    </span>
  </div>

</div>
<!--<div style="
    max-width: 750px; /* 全体の最大幅を狭くする */
    min-width: 300px;
    margin: 0 auto; 
    padding: 20px 10px; 
    text-align: center;
">
    <div style="
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; /* 中央寄せ */
        gap: 15px; /* 隙間を調整 */
    ">
        <div style="
            flex: 1 1 200px; /* 基準幅を調整 */
            max-width: 230px; /* 各アイテムの最大幅を制限 */
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfY2dfaW1nXzAy.png?cmsp_timestamp=20251215200205" alt="ポイント1" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">肌に潤いを与え、<br>
ふっくらとしたハリをサポートする。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfdGNfaW1nXzAz.png?cmsp_timestamp=20251215204703" alt="ポイント2" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">肌の乾燥を防ぎ、<br>
みずみずしい潤いをキープする。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfdGNfaW1nXzAy.png?cmsp_timestamp=20251215204429" alt="ポイント3" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">フレッシュでさわやかな香りが、<br>
癒やしのひとときをもたらす。</p>
        </div>
    </div>
</div> -->
</li>
</ul>
<!-- // 1 カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">HOW TO USE｜濃密な一滴を、<br class="sma">肌へやさしくなじませて</h3>
<p>化粧水で肌を整えた後、手のひらに適量をとり、顔全体にやさしくなじませてください。</p>
</li>
</ul>
<!-- // 1 カラムここまで -->


    <hr>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1 乳酸桿菌発酵液（整肌成分）　※2 自社従来比　※3 サッカロミセス溶解質エキス（整肌成分）　※4 整肌成分　※5 保湿成分</p>
<p><span class="color-brown font-bold">内容量</span>：30mL</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、乳酸桿菌発酵液、グリセリン、ＢＧ、メチルグルセス−１０、ペンチレングリコール、プラセンタエキス、サッカロミセス溶解質エキス、ビフィズス菌培養溶解質、シロキクラゲ多糖体、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、ヒアルロン酸Ｎａ、スクワラン、トコフェロール、ベタイン、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添レシチン、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、カミツレ花エキス、ポリクオタニウム−５１、デキストリン、ジグリセリン、プロパンジオール、ＤＰＧ、トリ（カプリル酸／カプリン酸）グリセリル、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、ＥＤＴＡ−２Ｎａ、水酸化Ｎａ、（メタクリル酸グリセリルアミドエチル／メタクリル酸ステアリル）コポリマー、１，２−ヘキサンジオール、カプリリルグリコール、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、安息香酸Ｎａ、フェノキシエタノール</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ リペアモイストパック 150g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189802075" /><id>https://luara.co.jp/?pid=189802075</id><issued>2025-12-14T13:36:24+09:00</issued><modified>2026-04-04T12:56:29Z</modified><created>2025-12-14T04:36:24Z</created><summary>




/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webki...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />
<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

.p-product-explain .block1 {
    margin: 0px auto !important;
}
/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}

/*PCでは無効（改行しない）*/
.sma{
  display: none!important;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma{
    display: block!important;
  }
}

/*スマホでは無効（改行しない）*/
.paso{
  display: block!important;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
  .paso{
    display: none!important;
  }
}

/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}

/* 段落上マージン */
.proexe{
  margin-top: 40px !important;
}

@media (max-width: 768px){
  .proexe{
    margin-top: 15px !important;
  }
}

/* =========================
   左テキスト / 右画像2枚（注釈つき）
========================= */
.twoimg-feature{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左半分 / 右半分 */
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 左：テキスト --- */
.twoimg-title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2a33;
}

.twoimg-desc{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #26313a;
}

/* テキストの一部：四角い枠 */
.boxed{
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 6px;   /* 角丸不要なら0に */
  background: rgba(255,255,255,.6);
}

/* --- 右：画像2枚＋注釈 --- */
.twoimg-media{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.media-item{
  margin: 0;
  text-align: center;
}

.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 画像が丸加工済みなら不要。四角のまま綺麗に見せたいなら少しだけ角丸 */
  border-radius: 12px;
}

.media-note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* =========================
   スマホ：テキスト → 画像2枚（注釈つき）
========================= */
@media (max-width: 768px){
  .twoimg-feature{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .twoimg-title{
    text-align: center;
  }

  .twoimg-desc{
    font-size: 14px;
    text-align: left; /* 中央にしたければcenter */
  }

  .twoimg-media{
    grid-template-columns: repeat(2, minmax(0,1fr)); /* 2枚並び維持 */
    gap: 10px;
  }

  .media-note{
    font-size: 11px;
  }
}

.twoimg-feature{
margin-top: 40px !important;
}

.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;            /* ラベルと本文の間隔 */
  margin: 0;
}

.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;  /* 「潤いケア」を折り返さない */
}

.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;         /* ← flex折返しを効かせる超重要ポイント */
  line-height: 1.8;
}
/* twoimg-desc を「文章」ではなく「ブロックの入れ物」にする */
.twoimg-desc{
  margin: 0;
}

/* 各行：ラベル + 本文 */
.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px; /* 行間。<br><br>の代わり */
}

/* ラベルは折り返さない */
.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 本文側が折り返し担当 */
.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
}
.positionchangetext{
  text-align: center;
}
@media (max-width: 768px){
.positionchangetext{
  text-align: left;
}
}

/* =========================
   丸画像 3枚グリッド（PC:3カラム / SP:2カラム + 最後中央）
========================= */
.circle-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

/* 各アイテム */
.circle-item{
  display: flex;
  justify-content: center;
}

/* figure */
.circle-figure{
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 260px; /* PCで大きすぎる場合の上限 */
}

/* 画像：丸く切り抜き */
.circle-figure img{
  width: 100%;
  aspect-ratio: 1 / 1;      /* 正方形を強制 → 丸が崩れない */
  object-fit: cover;
  border-radius: 9999px;    /* 完全な円 */
  display: block;
}

/* 注釈 */
.circle-figure figcaption{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #26313a;
}

/* =========================
   スマホ：2カラム + 最後だけ中央（同サイズ=50%）
========================= */
@media (max-width: 768px){
  .circle-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /* last item：2カラム幅と同じサイズ(=1カラム分)にして中央へ */
  .circle-item.is-last{
    grid-column: 1 / -1;     /* 2カラムを横断 */
  }
  .circle-item.is-last .circle-figure{
    max-width: none;         /* 上限解除 */
    width: 50%;              /* 2カラムの1枠ぶん */
    margin: 0 auto;          /* 中央揃い */
  }
}

/* =========================
   常に2カラムのテキストセクション
========================= */
.text-two-col{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 常に2列 */
  gap: 32px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* カラム */
.text-col{
  min-width: 0; /* はみ出し防止 */
}

/* 見出し */
.text-col-title{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
text-align: center;
}

/* 本文 */
.text-col p{
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #333;
text-align: center;
}

/* スマホでも2カラム維持（崩さない） */
@media (max-width: 768px){
  .text-two-col{
    grid-template-columns: 1fr 1fr; /* ← これがポイント：変更しない */
    gap: 18px;
  }

  .text-col-title{
    font-size: 16px;
  }

  .text-col p{
    font-size: 12px;
    line-height: 1.8;
  }
}
.moistimg{
width: 100%!important;
margin-top: -60px!important;
margin-bottom: -40px!important;
}

#botapaso{
width: 100%!important;
}

#botasma{
width: 100%!important;
}

</style>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_rmp_img_01.jpg" class="wide100 sp_wide100" alt=“ルアラ リペアモイストパック”>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">クリーム×パック<br class="sma">×マッサージ×オイルの<br>4役が1品で叶うスペシャルケア。<br>肌を心地よくトリートメントしながら、<br>めぐりの良い明るいツヤ肌に<br class="sma">導きます。</h3>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->



    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">とろけるような生感触！<br>新体験パックのメカニズム<br>
肌コンディションにあわせた<br class="sma">チューニング機能</h3>
<img class="paso" id="botapaso" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGFja19QQw.jpg?cmsp_timestamp=20260205102158" alt="新体験パックのメカニズム">
<img class="sma" id="botasma" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGFja19N.jpg?cmsp_timestamp=20260205102158" alt="新体験パックのメカニズム">
<!--<section class="text-two-col">
  <div class="text-col">
    <h3 class="text-col-title">密着クリーム</h3>
  </div>

  <div class="text-col">
    <h3 class="text-col-title">オイルへ変化</h3>
  </div>
</section>
<img class="moistimg" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/ZmFjZV8xMDAw.jpg?cmsp_timestamp=20260202122626" alt="リペアモイストパック" width="100%">
<section class="text-two-col">
  <div class="text-col">
    <p>
      肌を包みこみ速攻で潤し、<br>美容成分をしっかりと閉じ込める
    </p>
  </div>

  <div class="text-col">
    <p>
      とろりとオイルに変わり、<br>ツヤを纏ってふっくら密に<br class="sma">キメを整える
    </p>
  </div>
</section>-->
<p class="positionchangetext">肌にのせると、なめらかなクリームが<br class="sma">とろけるようにオイルに変化。<br>マッサージしながら肌に密着し、<br class="sma">美容成分を角質層のすみずみまで届けます。</p>
</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">14種のボタニカルエキス<sup>※1</sup>と<br>独自成分による集中潤いケア</h3>
<img class="paso" id="botapaso" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmV3XzE0X3NlaWJ1bl9QQw.jpg?cmsp_timestamp=20260312143738" alt="14種のボタニカルエキス">
<img class="sma" id="botasma" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmV3XzE0X3NlaWJ1bl9N.jpg?cmsp_timestamp=20260312143950" alt="14種のボタニカルエキス">
<p class="positionchangetext">乾燥や肌荒れに悩む肌を整える、<br class="sma">14種類のボタニカルエキス<sup>※1</sup>を贅沢に配合。<br>潤いを集中補強し、健やかな肌へと導きます。</p>
<!--<section class="circle-grid">
  <div class="circle-item">
    <figure class="circle-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TGF2ZW5kZXJfNjAwXzUwMA.png?cmsp_timestamp=20260115114536" alt="ラベンダー花エキス">
      <figcaption>ラベンダー花エキス</figcaption>
    </figure>
  </div>

  <div class="circle-item">
    <figure class="circle-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/WVVaVV82MDBfNTAw.png?cmsp_timestamp=20260115112908" alt="ユズ果実エキス">
      <figcaption>ユズ果実エキス</figcaption>
    </figure>
  </div>
  <div class="circle-item is-last">
    <figure class="circle-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/Q0lDQV82MDBfNTAw.png?cmsp_timestamp=20260115114711" alt="CICAエキス">
      <figcaption>CICAエキス</figcaption>
    </figure>
  </div>
</section> -->

<!-- <div style="
    max-width: 750px; /* 全体の最大幅を狭くする */
    min-width: 300px;
    margin: 0 auto; 
    padding: 20px 10px; 
    text-align: center;
">
    <div style="
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; /* 中央寄せ */
        gap: 15px; /* 隙間を調整 */
    ">
        <div style="
            flex: 1 1 200px; /* 基準幅を調整 */
            max-width: 230px; /* 各アイテムの最大幅を制限 */
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfY2dfaW1nXzAy.png?cmsp_timestamp=20251215200205" alt="ポイント1" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">LUARA独自開発の<br>高浸透<sup>※</sup>美容保湿成分で、<br>
潤いを集中補給。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_rmp_img_02.png" alt="ポイント2" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">乾燥や肌荒れを防ぎ、<br>健やかな肌へと導く。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_rmp_img_03.png" alt="ポイント3" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">フレッシュでさわやかな香りが、<br>
心地よいリラックスタイムを提供。</p>
        </div>
    </div>
</div>-->
</li>
</ul>
<!-- // 1カラムここまで -->



<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">ユズの香りで、心も肌も満たすアロマの香り</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/WVVaVV82MDBfNTAw.png?cmsp_timestamp=20260115112908" alt=“ユズ”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
天然精油ユズ果皮油のフレッシュでさわやかな香り。<br class="paso">パック・マッサージの時間が、極上のトリートメントタイムに。
</p> 
</div> 
</section>
<div class="twoimg-desc">

  <div class="ingredient-line">
    <span class="boxed">潤いケア</span>
    <span class="ingredient-text">
      14種類のボタニカルエキス<sup>※1</sup>を厳選配合
    </span>
  </div>
</div>
</li>
</ul>
<!-- // 1 カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">HOW TO USE｜モイストパックの使い方</h3>
<p>
&#9312; 手のひらに適量をとり、まんべんなく顔全体にのばし、5〜10分おきます。<br>
&#9313; その後、水またはぬるま湯でやさしく洗い流してください。<br>
</li>
</ul>
<!-- // 1 カラムここまで -->


    <hr>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1ラベンダー花エキス、ユズ果実エキス、ツボクサエキス、オウゴン根エキス、イタドリ根エキス、カンゾウ根エキス、チャ葉エキス、ローズマリー葉エキス、カミツレ花エキス、セイヨウオトギリソウ花/ 葉/ 茎エキス、フユボ
ダイジュ花エキス、トウキンセンカ花エキス、ヤグルマギク花エキス、ローマカミツレ花エキス(保湿成分）</p>
<p><span class="color-brown font-bold">内容量</span>：150g</p>
<p><span class="color-brown font-bold">成分情報</span><br>
ミネラルオイル、水、フェニルトリメチコン、トリ（カプリル酸／カプリン酸）グリセリル、イソペンチルジオール、ポリソルベート６０、グリセリン、ペンチレングリコール、マイクロクリスタリンワックス、ベヘニルアルコール、スクワラン、乳酸桿菌発酵液、プラセンタエキス、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、ヒアルロン酸Ｎａ、トコフェロール、ベタイン、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添レシチン、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、ラベンダー花エキス、ユズ果実エキス、ユズ果皮油、アラントイン、ローマカミツレ花エキス、トウキンセンカ花エキス、ヤグルマギク花エキス、カミツレ花エキス、セイヨウオトギリソウ花／葉／茎エキス、フユボダイジュ花エキス、ツボクサエキス、チャ葉エキス、イタドリ根エキス、オウゴン根エキス、ローズマリー葉エキス、セテアリルアルコール、ペンタステアリン酸ポリグリセリル−１０、セスキオレイン酸ソルビタン、（アクリル酸ヒドロキシエチル／アクリロイルジメチルタウリンＮａ）コポリマー、ステアロイルラクチレートＮａ、イソステアリン酸ソルビタン、ＢＧ、デキストリン、プロパンジオール、ＤＰＧ、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、カプリリルグリコール、ＥＤＴＡ−２Ｎａ、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、ＢＨＴ、フェノキシエタノール
</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ リペアエッセンス 80mL</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189788551" /><id>https://luara.co.jp/?pid=189788551</id><issued>2025-12-12T17:49:48+09:00</issued><modified>2026-03-10T05:48:23Z</modified><created>2025-12-12T08:49:48Z</created><summary>





/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
/* 余白リセット＆レンダリング最適化 */
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
 ...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />

<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
/* 余白リセット＆レンダリング最適化 */
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}



/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*スマホでは無効（改行しない）*/
.paso{
    display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
    .paso{
        display: none;
    }
}
/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}
.proexe{
    margin-top: 40px !important;
  }
@media (max-width: 768px){
.proexe{
    margin-top: 15px !important;
  }
  }
/* セクション */
.feature-section{
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル */
.feature-title{
  text-align: left;
  font-size: 28px;
  margin: 0 0 28px;
}

/* ===== PC（基本） ===== */
.feature-row{
  display: grid;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
}

/* 画像1枚：70% / 15% */
.feature-row.one-img{
  grid-template-columns: 70% 15%;
}

/* 画像2枚：70% / 30% */
.feature-row.two-img{
  grid-template-columns: 70% 30%;
}

/* 左テキスト */
.feature-text{
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  min-width: 0;
}

/* 右メディア */
.feature-media{
  min-width: 0;
}

/* figureリセット */
.media-item{
  margin: 0;
  text-align: center;
}

/* 画像（丸加工済み前提なので丸めない） */
.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 注釈（各画像の下） */
.feature-note{
  margin: 6px 0 0;
  font-size: 11px;
  color: #777;
  line-height: 1.4;
  text-align: center;
}

/* 画像2枚：PCでも横並び */
.feature-media-inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

/* ===== スマホ：縦並び（テキスト→画像→注釈） ===== */
@media (max-width: 768px){

  /* 親は1カラム */
  .feature-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* PC比率を無効化 */
  .feature-row.one-img,
  .feature-row.two-img{
    grid-template-columns: 1fr;
  }

  .feature-text{
    font-size: 14px;
  }

  /* 画像1枚：50%で中央（=2枚の片側と同サイズ感） */
  .feature-row.one-img .media-item{
    width: 50%;
    margin: 0 auto;
  }

  /* 画像1枚のimgはコンテナ幅100%に */
  .feature-row.one-img .media-item img{
    width: 100%;
  }

  /* 画像2枚：横並びのまま（同サイズ） */
  .feature-row.two-img .feature-media-inner{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }
}
@media (max-width: 768px){
  .feature-title{
    text-align: center;
font-size: 22px !important;
  }
}
@media (max-width: 768px){
  .feature-text{
text-align: center;
  }
}

/* =========================
   グレー背景：手応えポイントBOX
========================= */
.repair-point{
  background: #e9e6e2;
  border-radius: 10px;
  padding: 26px 22px 20px;
  margin: 26px auto;
  max-width: 980px;
  box-sizing: border-box;
}

.repair-point__title{
  margin: 0 0 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #333;
}

.repair-point__grid{
  display: flex;
  gap: 22px;
  align-items: stretch;
  justify-content: space-between;
}

.repair-point__col{
  flex: 1 1 0;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

/* ラベル（丸い帯） */
.repair-point__pill{
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #7f8b98;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 12px;
}

.repair-point__lead{
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.85;
  color: #3a3a3a;
}

/* =========================
   番号付きリスト（丸バッジ版）
========================= */
.repair-point__list{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  counter-reset: item;
}

.repair-point__list li{
  position: relative;
  padding-left: 2.4em; /* バッジ分の余白 */
  font-size: 13px;
  line-height: 1.85;
  color: #3a3a3a;

  display: flex;
  align-items: center;
}

.repair-point__list li + li{
  margin-top: 6px;
}

.repair-point__list li::before{
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;

  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: #7f8b98;
  color: #fff;

  font-size: 11px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 下の注記 */
.repair-point__note{
  margin: 16px 0 0;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.9;
  color: #3a3a3a;
}

/* =========================
   スマホ調整
========================= */
@media (max-width: 768px){
  .repair-point{
    padding: 22px 16px 16px;
  }

  .repair-point__grid{
    flex-direction: column;
    gap: 16px;
  }

  .repair-point__col{
    padding: 0;
  }

  .repair-point__title{
    font-size: 16px;
  }
}
.repair-point .repair-point__list li{
  font-size: 12px !important;
  line-height: 1.7 !important;
}
/* ==============================
   PC：左画像30% / 中央画像30% / 右テキスト40%
   SP：テキスト → 画像1 → 画像2 の順
============================== */
.col-30-30-40{
  display: grid;
  grid-template-columns: 3fr 3fr 4fr; /* 30 / 30 / 40 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-30-30-40 > div{
  min-width: 0;
}

/* 画像：今まで通り「枠に合わせて自然に」 */
.col-30-30-40 .col-figure{
  margin: 0;
  text-align: center;
}

.col-30-30-40 img{
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション（不要ならHTMLごと消してOK） */
.col-30-30-40 .col-caption{
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #777;
  text-align: center;
}

/* 右：テキスト */
.col-30-30-40 .col-text{
  text-align: left;
}

.col-30-30-40 .proexe{
  margin-top: 40px !important;
  font-size: 14px;     /* 必要に応じて */
  line-height: 1.9;
  color: #333;
}

/* ==============================
   スマホ：1カラム ＆ 表示順変更
   テキスト → 画像1 → 画像2
============================== */
@media (max-width: 768px){
  .col-30-30-40{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* 順番：テキスト(1)→画像1(2)→画像2(3) */
  .col-30-30-40 .col-text{ order: 3; }
  .col-30-30-40 .col-img1{ order: 1; }
  .col-30-30-40 .col-img2{ order: 2; }

  /* スマホの画像幅：以前と同じ80%中央寄せ */
  .col-30-30-40 .col-img img{
    width: 80%;
    margin: 0 auto;
  }

  .col-30-30-40 .proexe{
    margin-top: 15px !important;
    font-size: 14px;
  }
}

@media (max-width: 768px){
.essencesent{
text-align: left !important;
}
}

</style>


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_re_img_01.jpg" class="wide100 sp_wide100" alt=“ルアラ リペアエッセンス”>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">エッセンスのpHとテクスチャーを<br br class="sma">チューニング。<br>
肌コンディションに合わせて使う、<br class="sma">とろみを極めた導入美容液。</h3>

<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->
<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>
    
    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">毎日のスキンケアにプラスするだけ<br class="sma">浸透<sup>※</sup>を高める<br>新発想×新感触ブースター</h3>
<section class="col-30-70">
  <!-- 左：画像 -->
  <div class="col-left">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/U19fMTcxNzg2Mjg.jpg?cmsp_timestamp=20260202094025" alt=“リペアエッセンス”>
  </div>

  <!-- 右：テキスト -->
  <div class="col-right">
    <p class="proexe">
      スキンケアの常識を変える、とろみを極めた導入美容液。毎日のスキンケアにプラスするだけで、美容成分が角層深部まで浸透しやすいしなやかな肌に整えます。潤いに満ちたハリと輝くツヤのある肌へと導く、特別なファーストステップです。
    </p>
  </div>
</section>
      <!--<section class="repair-point">
  <h3 class="repair-point__title">リペアエッセンスの手応えを高めるポイント</h3>

  <div class="repair-point__grid">
    <div class="repair-point__col">
      <div class="repair-point__pill">弱酸性エッセンスとして</div>

      <p class="repair-point__lead">
        毎日、朝晩のお手入れに。<br>
        乾燥が気になるときに。
      </p>

      <ol class="repair-point__list">
        <li>エッセンスを2プッシュほど手にとります。</li>
        <li>次に手のひらで4&#12316;5回こすり合わせてから肌になじませてください。</li>
      </ol>
    </div>

    <div class="repair-point__col">
      <div class="repair-point__pill">弱アルカリ性エッセンスとして</div>

      <p class="repair-point__lead">
        角質のゴワつきやザラつき、<br>
        脂っぽさが気になるときに。
      </p>

      <ol class="repair-point__list">
        <li>エッセンスを2プッシュほど手にとります。</li>
        <li>そのまま肌になじませてください。</li>
      </ol>
    </div>
  </div>

  <p class="repair-point__note">
    エッセンスがなじんだら、普段どおりのスキンケアをしてください。<br>
    美容成分が角層深部まで浸透しやすいしなやかな肌に整えます。
  </p>
</section>-->
</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">しなやかなハリと<br br class="sma">クリアな明るさにWアプローチ</h3>
<section class="col-30-30-40">
  <!-- 左：画像1 -->
  <div class="col-img col-img1">
    <figure class="col-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/SW1hZ2VfMjAyNjAyMDQxNzExNDlfNTZfMTU.png?cmsp_timestamp=20260205103501" alt="ナイアシンアミド">
      <figcaption class="col-caption">ナイアシンアミド<sup>※1</sup></figcaption>
    </figure>
  </div>

  <!-- 真ん中：画像2（同じサイズ想定） -->
  <div class="col-img col-img2">
    <figure class="col-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/SW1hZ2VfMjAyNjAyMDQxNzEyMjZfNTdfMTU.png?cmsp_timestamp=20260205103501" alt="オリゴペプチド-1">
      <figcaption class="col-caption">オリゴペプチド-1<sup>※1</sup></figcaption>
    </figure>
  </div>

  <!-- 右：テキスト -->
  <div class="col-text">
    <p class="proexe">
      機能性成分ナイアシンアミド<sup>※1</sup>とオリゴペプチド-1<sup>※1</sup>を配合。角層深部までしっかりとした潤いで満たして、ハリと弾力のあるクリアな明るい肌に導きます。
    </p>
  </div>
</section>


</li>
</ul>
<!--<div style="max-width: 800px; margin: 30px auto;">
    <table style="width: 100%; border-collapse: collapse; border: 1px solid #ddd; font-size: 14px;">
        <tr>
            <td style="width: 30%; padding: 10px; border: 1px solid #ddd; font-weight: bold; vertical-align: middle; color: #333; text-align: center; background-color: #c9d8e7;">pHの変化</td>
            <td style="width: 70%; padding: 10px; border: 1px solid #ddd; color: #333; background-color: #fff;">エッセンスのpHが弱アルカリ性から弱酸性に変化。</td>
        </tr>
        <tr>
            <td style="width: 30%; padding: 10px; border: 1px solid #ddd; font-weight: bold; vertical-align: middle; color: #333; text-align: center; background-color: #e0c8b3;">テクスチャーの変化</td>
            <td style="width: 70%; padding: 10px; border: 1px solid #ddd; color: #333; background-color: #fff;">とろみのエッセンスが、潤いの糸を引くネバネバからしっとりへと変化する。</td>
        </tr>
    </table>
</div>
<ul class="block1">
<li class="wide75">
<p>とろみで肌に密着させながら美容成分を角層深部まで浸透しやすいしなやかな肌のベースに整えます。</p>-->
</li>
</ul>

<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">とろみの糸引く高保湿成分<br class="sma">ヒアルロン酸をトリプル配合</h3>
<section class="col-30-70">
  <!-- 左：画像 -->
  <div class="col-left">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/SW1hZ2VfMjAyNjAyMDQxNzEyNDhfNThfMTU.png?cmsp_timestamp=20260205103501" alt=“ヒアルロン酸”>
  </div>

  <!-- 右：テキスト -->
  <div class="col-right">
    <p class="proexe">
      たっぷりの潤いを保持する事が出来るヒアルロン酸<sup>※2</sup>をはじめ、ネット上構造で肌にハリと潤いをもたらす3Dヒアルロン酸<sup>※3</sup>や、肌なじみに優れた進化型ヒアルロン酸<sup>※4</sup>が、みずみずしく潤う肌をキープします。
    </p>
  </div>
</section>
<!-- <p>しなやかなハリとクリアな明るさにWアプローチする機能性成分を贅沢に配合。</p>
<div style="
    max-width: 750px; /* 全体の最大幅を狭くする */
    min-width: 300px;
    margin: 0 auto; 
    padding: 20px 10px; 
    text-align: center;
">
    <div style="
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; /* 中央寄せ */
        gap: 15px; /* 隙間を調整 */
    ">
        <div style="
            flex: 1 1 200px; /* 基準幅を調整 */
            max-width: 230px; /* 各アイテムの最大幅を制限 */
            box-sizing: border-box;
        ">

            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfcmVfaW1nXzAz.jpg?cmsp_timestamp=20251215210049" alt="ポイント1" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">角層深部まで潤いで満たし、ハリと弾力のあるクリアな明るい肌へ導く。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_re_img_04.jpg" alt="ポイント2" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">異なるヒアルロン酸がたっぷりの潤いを保持し、みずみずしい肌をキープ。</p>
        </div>

        <div style="
            flex: 1 1 200px;
            max-width: 230px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_re_img_05.jpg" alt="ポイント3" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">肌を保護してすこやかに保ち、
みずみずしい潤いを与える。</p>
        </div>
    </div>
</div>
</li>
</ul>
<!-- // 1 カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">HOW TO USE｜<br>肌コンディションに合わせた<br br class="sma">2通りの使い方</h3>

<div class="two-col-60-40">
  <div class="col-left">
    <p><b>ハリ・乾燥対策（毎朝晩） 　<br class="sma"><弱酸性エッセンスとして></b><br></p>
<p class="essencesent">&#9312; エッセンスを2プッシュほど手にとります。<br>
&#9313; 手のひらで4&#12316;5回こすり合わせてから、<br>顔全体にやさしくなじませてください。<br>
POINT: <br>エッセンスがなじんだら、普段どおりのスキンケアをしてください。</p>
  </div>

  <div class="col-right">
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/aG93dG9fMDE.png?cmsp_timestamp=20260114145425" alt="ポイント1">
  </div>
</div>
<div class="two-col-60-40">
  <div class="col-left">
<p><b>ゴワつき・ザラつき対策 　<br class="sma"><弱アルカリ性エッセンスとして></b><br>
</p>
<p class="essencesent">&#9312; エッセンスを2プッシュほど手にとります。<br>
&#9313; そのままこすらずに、顔全体にやさしくなじませてください。<br>
POINT: <br>エッセンスがなじんだら、普段どおりのスキンケアをしてください。</p>
  </div>

  <div class="col-right">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/aG93dG9fMDI.png?cmsp_timestamp=20260114145425" alt="ポイント2">
  </div>
</div>

</li>
</ul>
<!-- // 1 カラムここまで -->


    <hr>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1 保湿成分　※2 ヒアルロン酸Ｎａ（保湿成分）　※3 ヒアルロン酸クロスポリマー−２−Ｎａ（保湿成分） ※４ ヒアルロン酸ジメチルシラノール（保湿成分）</p>
<p><span class="color-brown font-bold">内容量</span>：80mL</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、ＢＧ、ペンチレングリコール、乳酸桿菌発酵液、プラセンタエキス、ナイアシンアミド、オリゴペプチド−１、ヒアルロン酸クロスポリマー−２−Ｎａ、ヒアルロン酸ジメチルシラノール、ヒアルロン酸Ｎａ、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、スクワラン、トコフェロール、ベタイン、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添レシチン、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、カミツレ花エキス、トウキンセンカ花エキス、セイヨウオトギリソウ花／葉／茎エキス、フユボダイジュ花エキス、ヤグルマギク花エキス、ローマカミツレ花エキス、デキストリン、グリセリン、プロパンジオール、ＤＰＧ、トリ（カプリル酸／カプリン酸）グリセリル、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、ポリアクリル酸Ｎａ、１，２−ヘキサンジオール、カプリリルグリコール、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、フェノキシエタノール</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ トリートメントウォッシュ 180g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189786790" /><id>https://luara.co.jp/?pid=189786790</id><issued>2025-12-12T17:00:10+09:00</issued><modified>2026-03-10T05:46:31Z</modified><created>2025-12-12T08:00:10Z</created><summary>




/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webki...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />
<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

.p-product-explain .block1 {
    margin: 0px auto !important;
}
/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}

/*PCでは無効（改行しない）*/
.sma{
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma{
    display: block;
  }
}

/*スマホでは無効（改行しない）*/
.paso{
  display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
  .paso{
    display: none;
  }
}

/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}

/* 段落上マージン */
.proexe{
  margin-top: 40px !important;
}

@media (max-width: 768px){
  .proexe{
    margin-top: 15px !important;
  }
}

/* =========================
   左テキスト / 右画像2枚（注釈つき）
========================= */
.twoimg-feature{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左半分 / 右半分 */
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 左：テキスト --- */
.twoimg-title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2a33;
}

.twoimg-desc{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #26313a;
}

/* テキストの一部：四角い枠 */
.boxed{
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 6px;   /* 角丸不要なら0に */
  background: rgba(255,255,255,.6);
}

/* --- 右：画像2枚＋注釈 --- */
.twoimg-media{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.media-item{
  margin: 0;
  text-align: center;
}

.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 画像が丸加工済みなら不要。四角のまま綺麗に見せたいなら少しだけ角丸 */
  border-radius: 12px;
}

.media-note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* =========================
   スマホ：テキスト → 画像2枚（注釈つき）
========================= */
@media (max-width: 768px){
  .twoimg-feature{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .twoimg-title{
    text-align: center;
  }

  .twoimg-desc{
    font-size: 14px;
    text-align: left; /* 中央にしたければcenter */
  }

  .twoimg-media{
    grid-template-columns: repeat(2, minmax(0,1fr)); /* 2枚並び維持 */
    gap: 10px;
  }

  .media-note{
    font-size: 11px;
  }
}

.twoimg-feature{
margin-top: 40px !important;
}

.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;            /* ラベルと本文の間隔 */
  margin: 0;
}

.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;  /* 「潤いケア」を折り返さない */
}

.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;         /* ← flex折返しを効かせる超重要ポイント */
  line-height: 1.8;
}
/* twoimg-desc を「文章」ではなく「ブロックの入れ物」にする */
.twoimg-desc{
  margin: 0;
}

/* 各行：ラベル + 本文 */
.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px; /* 行間。<br><br>の代わり */
}

/* ラベルは折り返さない */
.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 本文側が折り返し担当 */
.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 768px){
#treatmentsent{
text-align: left !important;
}
}
</style>

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_01.jpg" class="wide100 sp_wide100" alt=“ルアラ トリートメントウォッシュ”>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown" id="treatmentsent">
洗うたび、毛穴が目立たないクリアな肌へ。<br class="paso">「炭<sup>※1</sup>」と「泥<sup>※2</sup>」をW配合した濃密な吸着美容泡で、<br class="paso">明るいクリアな肌に磨き上げる洗顔料。</h3>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->
<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>
    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">炭<sup>※1</sup>と泥<sup>※2</sup>のWパワーで、<br class="sma">毛穴の深部までクリーンに</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/SW1hZ2VfMjAyNjAyMDMxNTI3MjVfNTFfMTU.png?cmsp_timestamp=20260203152957" alt=“炭と泥のW配合”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
毛穴クリア成分「炭<sup>※1</sup>」と「泥<sup>※2</sup>」をW配合。<br class="paso">弾力のある濃密な泡が、毛穴の深部の汚れや黒ずみ、<br class="paso">メラニンを含む古い角質までしっかり吸着してオフします。
</p> 
</div> 
</section>
<!--<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_02.jpg" class="img_right wide33 sp_wide100" alt=“ルアラトリートメントウォッシュの泡”>
<p>濃密な吸着美容泡が、肌に必要な潤いを守りながら、毛穴の汚れや古い角質をやさしくオフ。洗うたびに毛穴が目立たない、なめらかでクリアな印象の肌に磨きあげます。毎日のお手入れで、美しさが生まれる環境を整えます。</p>--> 

</li>
</ul>
<!-- // 1カラムここまで -->



<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">しっとりなめらか、<br class="sma">トリートメント後のような洗い上がり</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/d2FzaF82MDBfNTAw.png?cmsp_timestamp=20260202111931" alt=“ルアラトリートメントウォッシュの泡”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
シルク<sup>※3</sup>とコラーゲン<sup>※4</sup>が、洗顔後の肌の潤いを守り、<br class="paso">しっとりとなめらかな肌に整えます。
</p> 
</div> 
</section>

<!--<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_06.jpg" class="img_right wide33 sp_wide100" alt=“炭と泥のW配合”>
<p>炭<sup>※1</sup>と泥<sup>※2</sup>をW配合した濃密な吸着美容泡が、毛穴深部まで入り込み、汚れをしっかり吸着除去。古い角質を浄化することで、明るいクリアな印象の肌に磨きあげます。</p>--> 
</li>
</ul>

<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">心まで満たすアロマの香り</h3>
<section class="col-30-70"> 
<!-- 左：画像 --> 
<div class="col-left"> 
<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/b3JhbmdlXzYwMF81MDA.png?cmsp_timestamp=20260113141924" alt=“天然精油オレンジ果皮油”> 
</div> 
<!-- 右：テキスト --> 
<div class="col-right"> 
<p class="proexe"> 
天然精油オレンジ果皮油のフレッシュで心安らぐ香り。<br class="paso">毎日の洗顔タイムが、心地よいリフレッシュの時間に。
</p> 
</div> 
</section>
    <div class="twoimg-desc">

  <div class="ingredient-line">
    <span class="boxed">毛穴ケア<sup>※5</sup></span>
    <span class="ingredient-text">
      炭<sup>※1</sup>&nbsp;泥<sup>※2</sup>
    </span>
  </div>

  <div class="ingredient-line">
    <span class="boxed">潤いケア</span>
    <span class="ingredient-text">
      シルク<sup>※3</sup>&nbsp;コラーゲン<sup>※4</sup>
    </span>
  </div>

</div>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<!--<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">浄化と潤いをもたらす厳選成分</h3>
<p>メイクや毛穴の汚れをしっかり落としながらも、潤いを守って肌をいたわる、厳選された成分を配合。しっとりとしたクリアな洗い上がりを叶えます。</p>
</li>
</ul>-->
<!-- // 1 カラムここまで -->

<!--//特徴説明ここから-->
<!--<h3 class="txt_center font-bold font-size135 color-brown"> クリアでなめらか肌を叶えるトリートメント設計</h3>

<div style="
max-width: 750px; /* 画面が広くても750pxを超えないように制限 */
    min-width: 320px;
    margin: 0 auto; /* 中央寄せ */
padding: 20px 10px;
    text-align: center;
">
    <div style="
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; /* 中央寄せ */
       gap: 8px; /* 隙間を8px */
    ">
        <div style="
            flex: 1 1 150px; /* デスクトップで4つ、スマホで2つを狙う */
max-width: 160px; /* 各アイテムの最大幅を160pxに制限（画像縮小効果） */
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfY2dfaW1nXzAyLTE.png?cmsp_timestamp=20251215211327" alt="LUARA QUALTET 独自設計" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">潤いに満ちたなめらかなハリのあるクリアな肌へ</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_03.png" alt="蒟蒻スクラブ" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">肌のコンディションを整え、
すこやかに保つ。</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_04.png" alt="シルク　コラーゲン潤いケア" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">洗い上がりも肌の潤いを守り、
しっとりなめらかに整える。</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_tw_img_05.png" alt="天然精油 オレンジ果皮油" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 12px; color: #555;">フレッシュでさわやかな香りで、心地よいリラックス感をもたらす。</p>
        </div>
    </div>
</div>-->
<!--//特徴説明ここまで-->

<!-- // 1カラムここから -->

<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1 清浄成分　※2 ベントナイト（清浄成分）　※3 加水分解シルク（保湿成分）※4 加水分解コラーゲン（保湿成分）　※5 毛穴ケア：毛穴の汚れをとること</p>
<p><span class="color-brown font-bold">内容量</span>：180g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
&#9312;手のひらに適量をとります。<br>
&#9313;少量の水かぬるま湯を加えながら、空気を含ませるようによく泡立てます。<br>
&#9314;顔全体を泡でやさしく包みこむようにていねいに洗います。<br>
&#9315;水またはぬるま湯で十分に洗い流してください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、グリセリン、ステアリン酸、ミリスチン酸、水酸化Ｋ、パルミチン酸、ラウリン酸、ジステアリン酸グリコール、ステアリン酸ＰＥＧ−１５０、ラウレス−６カルボン酸Ｎａ、乳酸桿菌発酵液、プラセンタエキス、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、ヒアルロン酸Ｎａ、スクワラン、トコフェロール、ベタイン、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添レシチン、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、加水分解シルク、加水分解コラーゲン、炭、ベントナイト、グルコマンナン、コカミドプロピルベタイン、ココイルグリシンＫ、オレンジ果皮油、ＰＥＧ−９Ｍ、ＢＧ、ペンチレングリコール、デキストリン、プロパンジオール、ＤＰＧ、トリ（カプリル酸／カプリン酸）グリセリル、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、カプリリルグリコール、ＥＤＴＡ−２Ｎａ、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、水酸化Ａｌ、シメチコン、ＢＨＴ、フェノキシエタノール</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ クレンジングゲル 230g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=189750240" /><id>https://luara.co.jp/?pid=189750240</id><issued>2025-12-10T17:11:47+09:00</issued><modified>2026-03-10T05:44:08Z</modified><created>2025-12-10T08:11:47Z</created><summary>





/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
/* 余白リセット＆レンダリング最適化 */
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
 ...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Outfit:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://file003.shop-pro.jp/PA01415/892/css/free.css" />

<style>
/*WAT制作部分*/
.luaraorder{
  font-size: 12px !important;
  margin-top: 30px !important;
  color: #000;
}
/* 余白リセット＆レンダリング最適化 */
#watluara,
#watquar,
#watluaqu{
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上段：LUARA（Montserrat） */
#watluara{
  font-family: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05 !important;
}

/* 下段：QUARTET（Outfitで統一） */
#watquar{
  font-family: "Outfit", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.02 !important;
  margin-top: 2px !important;
  white-space: nowrap;
}

/* 下段：ルアラカルテット（Outfitで統一） */
#watluaqu{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(20px, 2.8vw, 24px);
  line-height: 1.02 !important;
  margin-top: 8px !important;
margin-bottom: 12px !important;
  white-space: nowrap;
}

/* ==========
  LUARA QUARTET (New Layout)
========== */

.luara-wrap{
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e6e6; /* mobile */
}

@media (min-width: 861px){
  .luara-wrap{ border: 1px solid rgba(0,0,0,.45); } /* PC */
}

/* 背景ニュアンス */
.luara-bg{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(circle at 15% 20%, rgba(90,170,220,.18), transparent 45%),
    radial-gradient(circle at 85% 25%, rgba(255,170,70,.18), transparent 45%),
    radial-gradient(circle at 25% 85%, rgba(70,210,210,.16), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(170,120,220,.16), transparent 55%);
  pointer-events:none;
}

/* ---------- 上：タイトル＋説明 ---------- */
.luara-hero{
  position: relative;
  text-align: center;
  padding: 6px 0 18px;
}

.center-title{
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .06em;
  line-height: 1.05;
  font-weight: 800;
  color: #222;
}

.center-lead{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #333;
}

/* ---------- 下：カード2カラム ---------- */
.luara-cards{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr; /* PC=2カラム */
  gap: 18px 22px;
  align-items: stretch;
}

/* Card base */
.luara-card{
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  backdrop-filter: blur(4px);
  padding: 22px 16px 14px;

  /* 左上の丸アイコン分の余白 */
  padding-top: 30px;
  overflow: visible;
}

/* 成分アイコン：左上にかぶせる（全カード共通・同じ位置） */
.luara-card .card-img{
  position: absolute;
  top: -60px;
  left: -18px;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;

  background: #fff;
  padding: 4px;

  box-shadow:
    0 10px 18px rgba(0,0,0,.18),
    0 0 0 1px rgba(0,0,0,.08);

  z-index: 3;
  pointer-events: none;
}

/* バッジ：右上固定（画像とかぶらない・同じ位置） */
.luara-card .badge{
  position: absolute;
  top: 12px;
  right: 12px;

  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
font-family: "Times New Roman", Times, "Georgia", serif !important;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  z-index: 4;
}

/* タイトルと本文 */
.card-title{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #1f2a33;
}

.card-title .sub{
  font-weight: 700;
  font-size: 12px;
  opacity: .8;
  margin-left: 6px;
}

.card-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
  color: #26313a;
}

/* tones */
.tone-blue{ background: rgba(90,160,210,.16); }
.tone-blue .badge{ background:#6aa7cf; }

.tone-orange{ background: rgba(255,170,70,.18); }
.tone-orange .badge{ background:#f0a14f; }

.tone-cyan{ background: rgba(70,210,210,.16); }
.tone-cyan .badge{ background:#45c4c4; }

.tone-purple{ background: rgba(170,120,220,.16); }
.tone-purple .badge{ background:#a97ad5; }

/* ---------- Button（そのまま） ---------- */
.luara-btn-area{
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.luara-more-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 240px;
  height: 50px;
  padding: 0 28px;

  border: 2px solid rgb(190, 177, 160);
  color: rgb(190, 177, 160);
  background: transparent;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;

  border-radius: 999px;
  overflow: hidden;
  transition: all .25s ease;
}

/* → */
.luara-more-btn::after{
  content: "→";
  font-weight: 800;
  transition: transform .25s ease;
}

/* shine */
.luara-more-btn::before{
  content:"";
  position:absolute;
  top:-30%;
  left:-40%;
  width: 40%;
  height: 160%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,.55) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.55) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events:none;
}

.luara-more-btn:hover{
  background: rgb(190, 177, 160);
  color: #fff;
  border-color: rgb(190, 177, 160);
}
.luara-more-btn:hover::after{ transform: translateX(3px); }
.luara-more-btn:hover::before{
  opacity: 1;
  transform: translateX(360%) rotate(12deg);
  transition: transform .7s ease, opacity .2s ease;
}
.luara-more-btn:active{ transform: translateY(1px); }

/* ---------- Responsive ---------- */
/* スマホ：1カラムに */
@media (max-width: 860px){
  .luara-wrap{ padding: 18px; }

  .luara-hero{ padding-bottom: 14px; }
  .center-title{ font-size: 28px; }
  .center-lead{ font-size: 13px; line-height: 1.7; }

  .luara-cards{
    grid-template-columns: 1fr; /* 1カラム */
    gap: 12px;
  }

  .luara-card{
    padding: 28px 12px 12px;
  }

  .luara-card .card-img{
    width: 52px;
    height: 52px;
    top: -55px;
    left: -16px;
  }

  .luara-card .badge{
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .card-title{ font-size: 13px; }
  .card-text{ font-size: 12px; line-height: 1.7; }
}



/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*スマホでは無効（改行しない）*/
.paso{
    display: block;
}

/*PCでは有効（改行する）*/
@media screen and (max-width:768px) {
    .paso{
        display: none;
    }
}
/* ==============================
   PC：30% / 70% 2カラム
============================== */
.col-30-70{
  display: grid;
  grid-template-columns: 3fr 7fr; /* 30 / 70 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-left,
.col-right{
  min-width: 0;
}

/* ------------------------------
   左：画像（PC）
------------------------------ */
.col-left img{
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------
   右：テキスト（PC/SP共通）
------------------------------ */
.col-right{
  text-align: left;
}

/* ==============================
   スマホ：1カラム
============================== */
@media (max-width: 768px){
  .col-30-70{
    grid-template-columns: 1fr; /* 100 / 100 */
  }

  /* 左：画像だけ特別扱い */
  .col-left{
    text-align: center; /* 中央揃いの土台 */
  }

  .col-left img{
    width: 80%;        /* 横幅80% */
    margin: 0 auto;    /* 念のため中央 */
  }
}
.proexe{
    margin-top: 40px !important;
  }
@media (max-width: 768px){
.proexe{
    margin-top: 15px !important;
  }
  }
/* セクション */
.feature-section{
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル */
.feature-title{
  text-align: left;
  font-size: 28px;
  margin: 0 0 28px;
}

/* ===== PC（基本） ===== */
.feature-row{
  display: grid;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
}

/* 画像1枚：70% / 15% */
.feature-row.one-img{
  grid-template-columns: 70% 15%;
}

/* 画像2枚：70% / 30% */
.feature-row.two-img{
  grid-template-columns: 70% 30%;
}

/* 左テキスト */
.feature-text{
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  min-width: 0;
}

/* 右メディア */
.feature-media{
  min-width: 0;
}

/* figureリセット */
.media-item{
  margin: 0;
  text-align: center;
}

/* 画像（丸加工済み前提なので丸めない） */
.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 注釈（各画像の下） */
.feature-note{
  margin: 6px 0 0;
  font-size: 11px;
  color: #777;
  line-height: 1.4;
  text-align: center;
}

/* 画像2枚：PCでも横並び */
.feature-media-inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

/* ===== スマホ：縦並び（テキスト→画像→注釈） ===== */
@media (max-width: 768px){

  /* 親は1カラム */
  .feature-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* PC比率を無効化 */
  .feature-row.one-img,
  .feature-row.two-img{
    grid-template-columns: 1fr;
  }

  .feature-text{
    font-size: 14px;
  }

  /* 画像1枚：50%で中央（=2枚の片側と同サイズ感） */
  .feature-row.one-img .media-item{
    width: 50%;
    margin: 0 auto;
  }

  /* 画像1枚のimgはコンテナ幅100%に */
  .feature-row.one-img .media-item img{
    width: 100%;
  }

  /* 画像2枚：横並びのまま（同サイズ） */
  .feature-row.two-img .feature-media-inner{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }
}
@media (max-width: 768px){
  .feature-title{
    text-align: center;
font-size: 22px !important;
  }
}
@media (max-width: 768px){
  .feature-text{
text-align: center;
  }
}
/* ==============================
   PC：左画像30% / 中央画像30% / 右テキスト40%
   SP：テキスト → 画像1 → 画像2 の順
============================== */
.col-30-30-40{
  display: grid;
  grid-template-columns: 3fr 3fr 4fr; /* 30 / 30 / 40 */
  gap: 24px;
  align-items: start;
}

/* はみ出し防止 */
.col-30-30-40 > div{
  min-width: 0;
}

/* 画像：今まで通り「枠に合わせて自然に」 */
.col-30-30-40 .col-figure{
  margin: 0;
  text-align: center;
}

.col-30-30-40 img{
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション（不要ならHTMLごと消してOK） */
.col-30-30-40 .col-caption{
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #777;
  text-align: center;
}

/* 右：テキスト */
.col-30-30-40 .col-text{
  text-align: left;
}

.col-30-30-40 .proexe{
  margin-top: 40px !important;
  font-size: 14px;     /* 必要に応じて */
  line-height: 1.9;
  color: #333;
}

/* ==============================
   スマホ：1カラム ＆ 表示順変更
   テキスト → 画像1 → 画像2
============================== */
@media (max-width: 768px){
  .col-30-30-40{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* 順番：テキスト(1)→画像1(2)→画像2(3) */
  .col-30-30-40 .col-text{ order: 3; }
  .col-30-30-40 .col-img1{ order: 1; }
  .col-30-30-40 .col-img2{ order: 2; }

  /* スマホの画像幅：以前と同じ80%中央寄せ */
  .col-30-30-40 .col-img img{
    width: 80%;
    margin: 0 auto;
  }

  .col-30-30-40 .proexe{
    margin-top: 15px !important;
    font-size: 14px;
  }
}

/* =========================
   左テキスト / 右画像2枚（注釈つき）
========================= */
.twoimg-feature{
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左半分 / 右半分 */
  gap: 28px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 左：テキスト --- */
.twoimg-title{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2a33;
}

.twoimg-desc{
  margin-top: 50px!important;
  font-size: 15px;
  line-height: 1.9;
  color: #26313a;
}

/* テキストの一部：四角い枠 */
.boxed{
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 6px;   /* 角丸不要なら0に */
  background: rgba(255,255,255,.6);
}

/* --- 右：画像2枚＋注釈 --- */
.twoimg-media{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.media-item{
  margin: 0;
  text-align: center;
}

.media-item img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 画像が丸加工済みなら不要。四角のまま綺麗に見せたいなら少しだけ角丸 */
  border-radius: 12px;
}

.media-note{
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

/* =========================
   スマホ：テキスト → 画像2枚（注釈つき）
========================= */
@media (max-width: 768px){
  .twoimg-feature{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .twoimg-title{
    text-align: center;
  }

  .twoimg-desc{
    font-size: 14px;
    text-align: left; /* 中央にしたければcenter */
  }

  .twoimg-media{
    grid-template-columns: repeat(2, minmax(0,1fr)); /* 2枚並び維持 */
    gap: 10px;
  }

  .media-note{
    font-size: 11px;
  }
}

.twoimg-feature{
margin-top: 40px !important;
}

.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;            /* ラベルと本文の間隔 */
  margin: 0;
}

.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;  /* 「潤いケア」を折り返さない */
}

.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;         /* ← flex折返しを効かせる超重要ポイント */
  line-height: 1.8;
}
/* twoimg-desc を「文章」ではなく「ブロックの入れ物」にする */
.twoimg-desc{
  margin: 0;
}

/* 各行：ラベル + 本文 */
.ingredient-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px; /* 行間。<br><br>の代わり */
}

/* ラベルは折り返さない */
.ingredient-line .boxed{
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 本文側が折り返し担当 */
.ingredient-line .ingredient-text{
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 768px){
#gelsent{
text-align: left !important;
  }
 }

</style>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">

<img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfY2dfaW1nXzAx.jpg?cmsp_timestamp=20251215211724" class="wide100 sp_wide100" alt=“ルアラ  クレンジングゲル”>
</li>
<li class="wide75">
<!-- WAT制作部分 -->
<h3 class="txt_center font-bold font-size135 color-brown" id="gelsent">潤いたっぷりのみずみずしいジェルで肌をやさしく包み込みながら、<br class="paso">1品でメイクオフ×毛穴ケア×角質ケア×潤いケアを叶えます。</h3>
<!--<h3 class="txt_center font-bold font-size135 color-brown">フレッシュでさわやかな天然製油<br class="sma">グレープフルーツ果皮油の香り。</h3> -->
      <!--<h3 class="txt_center font-bold font-size135 color-brown">潤いを守りながらしっかりメイクをオフ。<br>
蒟蒻スクラブ<sup>※１</sup>でやさしく毛穴や古い角質を浄化して、
明るいクリアな肌に磨きあげるジェルクレンジング。</h3>-->
<!--<p>乾燥などで傾きやすい肌を健やかに保ち、なめらかな肌へ導く導入美容液。植物由来成分や保湿成分をバランスよく配合。肌に密着し、浸透力<sup>※</sup>を高める独特のとろみのあるテクスチャーが肌になじみ、潤いで満たします。</p>
<p class="font-size80">*角質まで</p>-->
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<!--<a href="https://luara.co.jp/?mode=grp&gid=3142479"><img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/YWJvdXRfbHVhcmFx.png?cmsp_timestamp=20251215202047"  class="wide100 sp_wide100" alt=“ルアラカルテットについて”></a>-->
</li>
</ul>
<!-- // 1カラムここまで -->

<section class="luara-wrap">
  <div class="luara-bg"></div>
  <header class="luara-hero">
    <p id="watluara">LUARA</p>
<p id="watquar">QUARTET</p>
<p id="watluaqu">ルアラカルテット</p>
    <p class="center-lead">
      肌への浸透性<sup>※</sup>にこだわり、<br class="sma">
      先進の技術と知性を結実させて<br class="sma">
      LUARAが独自開発した<br>
      4つの高浸透<sup>※</sup>機能性美容成分を<br class="sma">
      LUARA全品におしみなく搭載。
    </p>
  </header>

  <div class="luara-cards">
    <article class="luara-card tone-blue">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbHVhcmFzb21lXzYwMA.png?cmsp_timestamp=20260130135223" alt="ルアラソーム">
      <span class="badge">I</span>
      <h3 class="card-title">LUARASOME <span class="sub">ルアラソーム<sup>※1</sup></span></h3>
      <p class="card-text">
        発酵物から分離した特別な乳酸菌株から、独自の発酵技術とプロセスによって生成した、乳酸菌由来エクソソームを含有した高機能美容成分です。
      </p>
    </article>

    <article class="luara-card tone-orange">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/bmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260113110410" alt="エクソバイセル">
      <span class="badge">II</span>
      <h3 class="card-title">EXOBICELLE <span class="sub">エクソバイセル</span></h3>
      <p class="card-text">
        先進の技術で開発されたリン脂質<sup>※2</sup>からなる円盤状のナノエマルジョンのバイセルで、リポソームよりもさらに小さい超微粒子20&#12316;60nmの最小<sup>※3</sup>サイズです。
      </p>
    </article>

    <article class="luara-card tone-cyan">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwbmFub2NhcHN1bGVfNjAw.png?cmsp_timestamp=20260130135115" alt="ナノカプセル">
      <span class="badge">III</span>
      <h3 class="card-title">NANO CAPSULE <span class="sub">ナノカプセル</span></h3>
      <p class="card-text">
        リポソーム技術を応用したリン脂質<sup>※2</sup>からなる球状のナノエマルジョンで、50&#12316;100nmの微細なカプセルです。
      </p>
    </article>

    <article class="luara-card tone-purple">
      <img class="card-img" src="https://img07.shop-pro.jp/PA01415/892/etc_base64/cGxhY2VudGFfNjAw.png?cmsp_timestamp=20260113110410" alt="超高圧抽出馬プラセンタエキス">
      <span class="badge">IV</span>
      <h3 class="card-title">超高圧抽出馬プラセンタエキス<sup>※4</sup></h3>
      <p class="card-text">
        希少な馬プラセンタを100MPaの超高圧で抽出し、低分子化して肌への浸透性<sup>※</sup>を高めたプラセンタエキスです。
      </p>
    </article>
  </div>

  <div class="luara-btn-area">
    <a href="https://luara.co.jp/?mode=grp&gid=3142479" class="luara-more-btn">もっと詳しく</a>
  </div>
<p class="luaraorder">※角層まで&emsp;※1乳酸桿菌発酵液(整肌成分)&emsp;※2水添レシチン(整肌成分)&emsp;※3自社従来比&emsp;※4保湿成分</p>
</section>
    <!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">潤いで包みこみ、やさしく浄化する<br class="sma">ジェルクレンジング</h3>
<section class="col-30-70">
  <!-- 左：画像 -->
  <div class="col-left">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/Y2xlYW5zaW5nMDExNQ.png?cmsp_timestamp=20260115144042" alt=“ジェルクレンジング”>
  </div>

  <!-- 右：テキスト -->
  <div class="col-right">
    <p class="proexe">
      クレンジング後の乾燥やつっぱり感にサヨナラ。<br>ルアラ クレンジングゲルは、潤いたっぷりの<br class="sma">瑞々しいジェルで<br class="paso">肌をやさしく包みこみながら、<br class="sma">メイクオフ、毛穴汚れの除去、<br class="paso">古い角質の浄化、<br class="sma">潤いケアを1品で叶えます。<br>肌のキメを整え、使うたびに明るいクリアな<br class="sma">印象の肌に磨きあげます。
    </p>
  </div>
</section>
<!--<img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_cg_img_06.png" class="img_right wide33 sp_wide100" alt=“”>
<p>クレンジング後の乾燥やつっぱり感にサヨナラ。ルアラ クレンジングゲルは、潤いたっぷりのみずみずしいジェルで肌をやさしく包みこみながら、メイクオフ、毛穴汚れの除去、古い角質の浄化、潤いケアを1品で叶えます。肌のキメを整え、使うたびに明るいクリアな印象の肌に磨きあげます。 </p>-->
<!--
</li>
</ul>-->
<!-- // 1カラムここまで -->



<!-- // 1カラムここから -->
<!--<ul class="block1">
<li class="wide75">-->
<h3 class="txt_center font-bold font-size135 color-brown">メイク汚れもすっきりオフ</h3>
<section class="col-30-70">
  <div class="col-left">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/a29uXzYwMA.jpg?cmsp_timestamp=20260202104427" alt=“蒟蒻スクラブ”>
<figcaption class="feature-note">蒟蒻スクラブ<sup>※1</sup></figcaption>
  </div>

  <div class="col-right">
    <p class="proexe">
      蒟蒻スクラブ<sup>※1</sup>が、やさしく毛穴や古い角質を浄化。<br class="paso">
つるんとした、なめらかな肌に整えます。
    </p>
  </div>
</section> 
<h3 class="txt_center font-bold font-size135 color-brown">しっかり潤いを守る美容保湿成分</h3>
<section class="col-30-30-40">
  <!-- 左：画像1 -->
  <div class="col-img col-img1">
    <figure class="col-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwc2t1d2FyYW4.jpg?cmsp_timestamp=20260202104918" alt="スクワラン">
      <figcaption class="col-caption">スクワラン<sup>※3</sup></figcaption>
    </figure>
  </div>

  <!-- 真ん中：画像2（同じサイズ想定） -->
  <div class="col-img col-img2">
    <figure class="col-figure">
      <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwaG9ob2Jh.jpg?cmsp_timestamp=20260202104918" alt="ホホバ種子油">
      <figcaption class="col-caption">ホホバ種子油<sup>※3</sup></figcaption>
    </figure>
  </div>

  <!-- 右：テキスト -->
  <div class="col-text">
    <p class="proexe">
      潤い成分としてスクワラン<sup>※3</sup>やホホバ種子油<sup>※3</sup>を贅沢に配合。
洗い上がりはつっぱらず、しっとりとしたしなやかな肌へ。
    </p>

    <!-- ここに前の repair-point（グレーBOX）を入れてOK -->
  </div>
</section>

<h3 class="txt_center font-bold font-size135 color-brown">心まで満たすアロマの香り</h3>
<section class="col-30-70">
  <div class="col-left">
    <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/MTMwZ3JhcGVmcnU.jpg?cmsp_timestamp=20260202105156" alt=“グレープフルーツ
果皮油”>
<figcaption class="feature-note">グレープフルーツ
果皮油</figcaption>
  </div>

  <div class="col-right">
    <p class="proexe">
      天然精油グレープフルーツ果皮油のフレッシュでさわやかな香り。
クレンジングの時間が、癒しのひとときに変わります。
    </p>
  </div>
</section> 
<div class="twoimg-desc">

  <div class="ingredient-line">
    <span class="boxed">毛穴・角質ケア<sup>※2</sup></span>
    <span class="ingredient-text">
      蒟蒻スクラブ<sup>※1</sup>
    </span>
  </div>

  <div class="ingredient-line">
    <span class="boxed">潤いケア</span>
    <span class="ingredient-text">
      スクワラン<sup>※3</sup>&nbsp;ホホバ種子油<sup>※3</sup>
    </span>
  </div>

</div>
<!--<section class="feature-section">
  <h2 class="feature-title">メイク汚れもすっきりオフ</h2>

  <div class="feature-row one-img">
    <div class="feature-text">
      蒟蒻スクラブ<sup>※1</sup>が、やさしく毛穴や古い角質を浄化。<br>
つるんとした、なめらかな肌に整えます。
    </div>

    <div class="feature-media">
      <figure class="media-item">
        <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/a29uamFjc2NydWJfODAw.png?cmsp_timestamp=20260109140719" alt="">
        <figcaption class="feature-note">※1蒟蒻スクラブ</figcaption>
      </figure>
    </div>
  </div>
<h2 class="feature-title">しっかり潤いを守る美容保湿成分</h2>
 
  <div class="feature-row two-img">
    <div class="feature-text">
      潤い成分としてスクワラン<sup>※2</sup>やホホバ種子油<sup>※3</sup>を<br class="sma">贅沢に配合。<br>
洗い上がりはつっぱらず、<br class="sma">しっとりとしたしなやかな肌へ。
    </div>

    <div class="feature-media">
      <div class="feature-media-inner">
        <figure class="media-item">
          <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/c3F1YWxhbmVfODAw.png?cmsp_timestamp=20260109145054" alt="">
          <figcaption class="feature-note">※2スクワラン</figcaption>
        </figure>

        <figure class="media-item">
          <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/am9qb2JhXzgwMA.png?cmsp_timestamp=20260109145144" alt="">
          <figcaption class="feature-note">※3ホホバ種子油</figcaption>
        </figure>
      </div>
    </div>
  </div>
<h2 class="feature-title">心まで満たすアロマの香り</h2>

 
  <div class="feature-row one-img">
    <div class="feature-text">
      天然精油グレープフルーツ果皮油<sup>※4</sup>の<br class="sma">フレッシュでさわやかな香り。<br>
クレンジングの時間が、癒しのひとときに変わります。
    </div>

    <div class="feature-media">
      <figure class="media-item">
        <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/Z3JhcGVmcnVpdF84MDA.png?cmsp_timestamp=20260109145311" alt="">
        <figcaption class="feature-note">※4グレープフルーツ<br class="paso">果皮油</figcaption>
      </figure>
    </div>
  </div>
</section>-->


     <!-- <h3 class="txt_center font-bold font-size135 color-brown">多機能設計：1品で叶える4つの役割</h3>
<p>「メイクをしっかり落としたいけれど、肌へのやさしさも諦めたくない」という願いに応える多機能設計。潤いを守りながら、メイクオフ、毛穴汚れの除去、古い角質の除去、そして潤いケアを実現します。</p>
</li>
</ul>
<div style="max-width: 800px; margin: 30px auto;">
    <table style="width: 100%; border-collapse: collapse; border: 1px solid #ddd; font-size: 14px;">
        <tr>
            <td style="width: 30%; padding: 10px; border: 1px solid #ddd; font-weight: bold; vertical-align: middle; color: #333; text-align: center; background-color: #c9d8e7;">しっかりメイクオフ</td>
            <td style="width: 70%; padding: 10px; border: 1px solid #ddd; color: #333; background-color: #fff;">みずみずしいジェルがメイクに馴染み、しっかりメイクも素早くオフし、肌を清浄にします。</td>
        </tr>
        <tr>
            <td style="width: 30%; padding: 10px; border: 1px solid #ddd; font-weight: bold; vertical-align: middle; color: #333; text-align: center; background-color: #e0c8b3;">毛穴<sup>※2</sup>・角質<br>ダブルケア</td>
            <td style="width: 70%; padding: 10px; border: 1px solid #ddd; color: #333; background-color: #fff;">蒟蒻スクラブ<sup>※1</sup>の力で毛穴汚れや古い角質を吸着して取り去り、肌をやさしく磨きあげます。</td>
        </tr>
        <tr>
            <td style="width: 30%; padding: 10px; border: 1px solid #ddd; font-weight: bold; vertical-align: middle; color: #333; text-align: center; background-color: #e8dccf;">高浸透<sup>※</sup>美容成分<br>潤いケア</td>
            <td style="width: 70%; padding: 10px; border: 1px solid #ddd; color: #333; background-color: #fff;">
                LUARA独自開発の高浸透<sup>※</sup>美容成分を搭載。クレンジング中から角層深部まで潤いを届け、肌のコンディションを整えます。<br>
                スクワラン<sup>※3</sup>やホホバ種子油<sup>※3</sup>を配合したみずみずしいジェルが、しっとりとした潤いをキープします。
            </td>
        </tr>
    </table>
</div>-->
<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<!--<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">浄化と潤いをもたらす厳選成分</h3>
<p>メイクや毛穴の汚れをしっかり落としながらも、潤いを守って肌をいたわる、厳選された成分を配合。しっとりとしたクリアな洗い上がりを叶えます。</p>
</li>
</ul>-->
<!-- // 1 カラムここまで -->

<!--//特徴説明ここから-->
<!--<h2 style="text-align: center; font-size: 20px; color: #333; margin-bottom: 30px;">
    主要な美容成分
</h2>

<div style="
max-width: 750px; /* 画面が広くても750pxを超えないように制限 */
    min-width: 320px;
    margin: 0 auto; /* 中央寄せ */
padding: 20px 10px;
    text-align: center;
">
    <div style="
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; /* 中央寄せ */
       gap: 8px; /* 隙間を8px */
    ">
        <div style="
            flex: 1 1 150px; /* デスクトップで4つ、スマホで2つを狙う */
max-width: 160px; /* 各アイテムの最大幅を160pxに制限（画像縮小効果） */
            box-sizing: border-box;
        ">
            <img src="https://img07.shop-pro.jp/PA01415/892/etc_base64/TFVfY2dfaW1nXzAyLTE.png?cmsp_timestamp=20251215211327" alt="LUARA QUALTET 独自設計" style="
                width: 100%; 
                height: auto; 
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 14px; color: #555;">潤いに満ちたなめらかなハリのあるクリアな肌へ</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_cg_img_03.png" alt="蒟蒻スクラブ" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 14px; color: #555;">毛穴・古い角質を吸着し、肌を清浄に保つ。</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_cg_img_04.png" alt="スクワラン ホホバ種子油" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 14px; color: #555;">肌の乾燥を防ぎ、しっとり感をキープ。</p>
        </div>

        <div style="
            flex: 1 1 150px;
            max-width: 160px;
            box-sizing: border-box;
        ">
            <img src="https://file003.shop-pro.jp/PA01415/892/img/products/new_luara/LU_cg_img_05.png" alt="天然精油 グレープフルーツ果皮油" style="
                width: 100%; 
                height: auto; 
                /* border-radius: 50%; の設定を削除 */
                display: block;
                margin: 0 auto 10px auto;
            ">
            <p style="font-size: 14px; color: #555;">心地よいリフレッシュ感をもたらす。</p>
        </div>
    </div>
</div>-->
<!--//特徴説明ここまで-->

    <hr>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p class="font-size80">※ 角層まで　※1 グルコマンナン（清浄成分）※2 毛穴ケア：毛穴の汚れをとること　※3保湿成分</p>
<p><span class="color-brown font-bold">内容量</span>：230g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
&#9312; 手のひらに適量をとります。（目安：さくらんぼ大程度）<br>
&#9313; やさしくメイクとなじませた後、水またはぬるま湯で十分に洗い流してください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、ヤシ油脂肪酸ＰＥＧ−７グリセリル、グリセリン、ＤＰＧ、スクワラン、イソノナン酸イソノニル、ベタイン、乳酸桿菌発酵液、プラセンタエキス、セラミドＮＰ、セラミドＮＧ、セラミドＡＰ、セラミドＡＧ、セラミドＥＯＰ、１−メチルヒダントイン−２−イミド、グリチルリチン酸２Ｋ、ヒアルロン酸Ｎａ、トコフェロール、アラニン、アルギニン、トレハロース、カンゾウ根エキス、コレステロール（羊毛）、水添レシチン、水添ホスファチジルコリン、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、フィトステロールズ、ホホバ種子油、グルコマンナン、グレープフルーツ果皮油、ＢＧ、ペンチレングリコール、デキストリン、プロパンジオール、トリ（カプリル酸／カプリン酸）グリセリル、（アクリレーツ／アクリル酸アルキル（Ｃ１０−３０））クロスポリマー、ラウリン酸ポリグリセリル−１０、ジイソステアリン酸ポリグリセリル−２、キサンタンガム、１，２−ヘキサンジオール、カプリリルグリコール、ＥＤＴＡ−２Ｎａ、水酸化Ｋ、クエン酸、クエン酸Ｎａ、フィチン酸、エチルヘキシルグリセリン、酸化銀、フェノキシエタノール</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry><entry><title>ルアラ UVクリーム 60g /30g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=179102387" /><id>https://luara.co.jp/?pid=179102387</id><issued>2024-01-22T10:59:19+09:00</issued><modified>2026-03-20T08:38:18Z</modified><created>2024-01-22T01:59:19Z</created><summary>


      みずみずしく。水に強く。美肌魅せ。
水光ヴェールＵＶ
      みずみずしく肌にスーッと伸び広がるウォーターベース処方。
心地よいテクスチャーを追求しながら、
汗水に強い耐水性も兼ね備えています。
肌にマイルドなSPF38/PA+++で紫外線をしっかりカ...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">みずみずしく。水に強く。美肌魅せ。<br>
水光ヴェールＵＶ</h3>
      <p>みずみずしく肌にスーッと伸び広がるウォーターベース処方。<br>
心地よいテクスチャーを追求しながら、
汗水に強い耐水性も兼ね備えています。
肌にマイルドなSPF38/PA+++で紫外線をしっかりカット。<br>
さらに大気物質(PM2.5・花粉など)の付着軽減、
ブルーライトによる乾燥ダメージから肌を守ります。</p>
<p>スーパーヒアルロン酸*&#178; ［保湿成分］<br>
肌なじみ・保水力・吸着性に優れ、長時間潤いをキープ。内*3も外*4も潤いで満たして肌をやわらげ、バリア機能をサポートします。

カカオ種子エキス［保湿整肌成分］
稀少な白カカオ「クリオロ・ポルセラーナ種」から抽出した成分が、ブルーライトや紫外線による乾燥ダメージから肌を守りハリツヤ肌へみちびきます。

カミツレ花エキス［保湿整肌成分］
乾燥肌や敏感肌、紫外線を受けた肌をしっかり保湿して潤いエイジングケア*&#185;。透明感 *5のあるいきいきとした肌へ。

*1 年齢に応じたお手入れのこと　*2 アセチルヒアルロン酸Na　*3 角層
*4 肌表面　*5 潤いによりキメが整った肌印象</p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
    
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">紫外線＋大気物質*&#185; ＋ブルーライト*&#178;<br>トリプルプロテクション</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_00.png" class="img_right wide50 sp_wide100" alt=“”>
<p>ＳＰＦ３８/ＰＡ＋＋＋。<br/>
日常からレジャーシーンまでしっかりと紫外線(ＵＶＢ/ ＵＶＡ)をブロック。さらに大気物質(ＰＭ２.５ ・花粉・排気ガスなど)の肌への付着軽減&#185;、ブルーライト(パソコンや太陽光など)による乾燥・ハリ対策*&#178;までアプローチ。</p>
<p class="font-size80">*&#185; 皮膜形成により大気物質の肌への付着を軽減<br>
*&#178; カカオ種子エキスはじめ保湿整肌成分による</p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">みずみずしく伸びて美肌魅せ<br>
水光ヴェール</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_01.png" class="img_right wide50 sp_wide100" alt=“”>
<p>独自のウォーターベース処方＋光反射によるソフトフォーカス効果を兼ねそなえた「水光ヴェール」処方。
均一に伸び広がるみずみずしいテクスチャーと、シワなどを目立ちにくく乱反射させてナチュラルに美肌魅せできる高機能ＵＶクリームです。</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_02.png" class="wide85　sp_wide100" alt=“「水光ヴェール」処方”>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">汗・水に強い＆白浮きなし<br>
透明感ウォータープルーフ</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_03.png" class="img_right wide50 sp_wide100" alt=“エアリーで軽やかなテクスチャー”>
<p>エアリーで軽やかなテクスチャーなのに、汗や水をしっかりはじく高い耐水性を実現。 肌が濡れた時でも成分が白浮きせず、透明感をキープします。</p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">環境に優しい10の無添加処方</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_05.png" class="wide85 sp_wide100"" alt=“”>
<p class="font-size80 txt_center">*&#185; 自主規制対象揮発性シリコン　*&#178; 紫外線散乱剤(酸化亜鉛・酸化チタン)不使用</p>
</li>
</ul>
<!-- // 1 カラムここまで -->
    
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p><span class="color-brown font-bold">内容量</span>：60g / 30g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
1. 手のひらに500円硬貨大を目安に、顔の７箇所（両ほお、額、鼻、あご、両こめかみ）におきます。<br>
2. 顔の中心から外側に向かって、優しく塗り伸ばします。<br>
3. 髪の生え際、こめかみまでしっかりと広げます。</p>
<p> 額、鼻、頬骨など、とくに日光があたりやすい箇所は、状況に応じて重ねづけしてください。</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/lu_uv_img_06.png" class="wide66" alt=“”>
<p><span class="color-brown font-bold">成分情報</span><br>
水、メトキシケイヒ酸エチルヘキシル、コハク酸ジエチルヘキシル、BG、メタクリル酸メチルクロスポリマー、ジメチコン、ジエチルアミノヒドロキシベンゾイル安息香酸ヘキシル、シクロペンタシロキサン、ペンチレングリコール、ビスエチルヘキシルオキシフェノールメトキシフェニルトリアジン、エチルヘキシルトリアゾン、パルミチン酸デキストリン、アセチルヒアルロン酸 Na、カカオ種子エキス、カミツレ花エキス、(アクリレーツ / ジメチコン) コポリマー、トリイソステアリン酸ポリグリセリル−2、フェノキシエタノール、 (アクリレーツ / アクリル酸アルキル (C10ー30)) クロスポリマー、イソステアリン酸 PEG−60グリセリル、トコフェロール、ヒドロキシプロピルメチルセルロースステアロキシエーテル、カンテン、水酸化Na、キサンタンガム</p>
</li>
</ul>
<!-- // 1カラムここまで -->]]></content></entry><entry><title>ルアラ チズモイスチャーセラム 30mL</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=177360332" /><id>https://luara.co.jp/?pid=177360332</id><issued>2023-09-28T15:29:53+09:00</issued><modified>2025-12-05T23:51:03Z</modified><created>2023-09-28T06:29:53Z</created><summary>


      弾むような、理想のもっちりチズ肌へ
肌弾力*1にフォーカス。内側*&amp;#178; からみなぎるハリと透明感*&amp;#179;。
ノンオイリー処方×濃密なテクスチャーを両立した美容液。弾むような、理想のもっちりチズ肌へ
* 潤いによる　*&amp;#178; 角層　*&amp;#179; 潤いによる...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">弾むような、理想のもっちりチズ肌へ</h3>
<p>肌弾力*<sup>1</sup>にフォーカス。内側*&#178; からみなぎるハリと透明感*&#179;。
<br/>ノンオイリー処方×濃密なテクスチャーを両立した美容液。弾むような、理想のもっちりチズ肌へ</p>
<p class="font-size80">* 潤いによる　*&#178; 角層　*&#179; 潤いによる肌印象</p>
      
<p style="border:1px solid rgba(186, 144, 109, 1); padding:20px;width:100%; max-width:800px;"class="font-size80">
      <img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_aout.png" class="wide100" alt=“CHIZUロゴ”>Luara チズシリーズは、美容家・佐伯チズの公式プロデュースにより誕生したトップサロンクオリティのスキンケアラインです。自身のサロンで使用しているプロダクトをベースに、美容成分やテクスチャーにさらなるこだわりをプラス。「ひとりでも多くの方をキレイにしてさしあげたい。」という佐伯チズの想いとノウハウを凝縮したプロダクトは、キレイになる喜びと自信をあなたにお届けします。<br><a href="https://chizu-corporation.com" target="blank">★株式会社チズコーポレーション</a></p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">ハリ・ツヤ・透明感*&#185; アップ　3種のボタニカルプラセンタ</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_moisuture_img_00.png" class="img_right wide50 sp_wide100" alt=“3種のボタニカルプラセンタ”>
<p>「アロエベラ*<sup>2</sup>」「カッコン*<sup>3</sup>」「クロレラ*<sup>4</sup>」から抽出した植物性プラセンタを配合。
<br/>すこやかな美肌サイクルをサポートし、透明感あふれるハリ肌へ。</p>
<p class="font-size80"> *1潤いによる肌印象　*2 アロエベラ葉エキス（整肌成分）　*3 クズ根エキス（整肌成分）　*4 クロレラエキス（整肌成分）</p>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">内側*&#185;からふっくら立て直す レジリエンス・ブースター処方</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_moisuture_img_01.png" class="img_left wide25 sp_wide100" alt=“ビルベリー葉エキス”>
<p>肌弾力*<sup>2</sup> を高める「ビルベリー葉エキス*<sup>3</sup>」を配合したレジリエンス・ブースター処方。<br/>年齢肌やダメージ肌のゆるみ*<sup>4</sup>・しぼみ*<sup>4</sup> を内側*<sup>1</sup> からふっくら立て直します。</p>
<p class="font-size80">*1 角層　*2 潤いによる　*3 整肌成分　*4 乾燥によるハリのなさ</p>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">ノンオイリー・シンプル処方 とろり濃密テクスチャー</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_moisuture_img_02.png" class="img_right wide25 sp_wide100" alt=“とろり濃密テクスチャー”>
<p>オイル成分不使用・シンプル処方でありながら、とろりとした濃密なテクスチャーを実現。スーッと浸透*<sup>1</sup>するため、その後クリームなどを重ねてもベタつきません。</p> <p class="font-size80">*1 角層まで</p>
</li>
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">お肌がよろこぶ７つのフリー</h3>
<p>合成香料・合成着色料・鉱物油・石油系界面活性剤・防腐剤・殺菌剤・エタノールを使用していません。</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_7free_img.png" class="wide80 sp_wide100"　alt="お肌がよろこぶ７つのフリー">
</li>
</ul>
<!-- // 1 カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p><span class="color-brown font-bold">内容量</span>：30ml</p>
<p><span class="color-brown font-bold">使用方法</span><br>
１&#12316;２プッシュ程を手に取り、手のひらで少し温めてから顔全体に優しくなじませてください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
<全成分> 水、グリセリン、ペンチレングリコール、ジグリセリン、BG、グリコシルトレハロース、加水分解水添 デンプン、ヒアルロン酸Na、ポリクオタニウムー5 1、カミツレ花エキス、レモングラス葉/茎エキス、クズ根エキス、ビルベリー葉エキス、クロレラエキス、アロエベラ葉エキス、グリチルリチン酸2K、ヒドロキシエチルセルロース、キサンタンガム</p>
</li>
</ul>
<!-- // 1カラムここまで -->
</div>]]></content></entry><entry><title>ルアラ チズレイヤードオイル 45mL</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=176509408" /><id>https://luara.co.jp/?pid=176509408</id><issued>2023-08-07T17:25:28+09:00</issued><modified>2025-02-25T03:04:21Z</modified><created>2023-08-07T08:25:28Z</created><summary>


      美容オイル×美容液の2層式肌をやわらげ浸透*を高めるブースターオイル
洗顔後に1プッシュ。美容オイル × 美容液の W 効果により、肌をやわらげその後のお手入れの浸透*を高めます。美容オイルにはノンケミカル製法で抽出したコメヌカ油をメイン配合。美容液...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">美容オイル×美容液の2層式<br>肌をやわらげ浸透*を高めるブースターオイル</h3>
<p>洗顔後に1プッシュ。美容オイル × 美容液の W 効果により、肌をやわらげその後のお手入れの浸透*を高めます。美容オイルにはノンケミカル製法で抽出したコメヌカ油をメイン配合。美容液にはゆらぎ肌をすこやかに整えるボタニカルコンプレックスエキスを処方。乾燥しがちな肌をふっくらとしたツヤ肌へみちびきます。</p>
<p class="font-size80">*角層まで</p>
      
<p style="border:1px solid rgba(186, 144, 109, 1); padding:20px;width:100%; max-width:800px;"class="font-size80">
      <img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_aout.png" class="wide100" alt=“CHIZUロゴ”>Luara チズシリーズは、美容家・佐伯チズの公式プロデュースにより誕生したトップサロンクオリティのスキンケアラインです。自身のサロンで使用しているプロダクトをベースに、美容成分やテクスチャーにさらなるこだわりをプラス。「ひとりでも多くの方をキレイにしてさしあげたい。」という佐伯チズの想いとノウハウを凝縮したプロダクトは、キレイになる喜びと自信をあなたにお届けします。<br><a href="https://chizu-corporation.com" target="blank">★株式会社チズコーポレーション</a></p>
      
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">透明感*&#185;のあるふっくら肌へ ノンケミカル製法のコメヌカ油*&#178;</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_oil_img_00.png" class="img_right wide25 sp_wide100" alt=“コメヌカ油”>
<p>美容オイル成分には、国産米から圧搾・精製したノンケミカル製法のコメヌカ油*&#178;をメイン配合。
コメヌカ油にはγーオリザノールなどの特有成分が含まれ、乾燥でごわつきがちな肌をやわらげるエモリエント効果はもちろん、透明感*&#185;やエイジングケア*&#179;にもアプローチします。</p>
<p class="font-size80">*&#185; 潤いによりキメが整った肌印象のこと
<br/>*&#178; 保湿・エモリエント成分<br/>*&#179; 年齢に応じたお手入れ</p>
</li>
<li class="wide75">
      <h3 class="txt_center font-bold font-size135 color-brown">敏感肌やダメージ肌をすこやかに整える<br>ボタニカルコンプレックス処方</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_oil_img_01.png" class="img_left wide50 sp_wide100" alt=“ボタニカルコンプレックス処方”>
<p>チズシリーズ共通成分の「レモングラス*&#185; 」「カミツレ*&#178;」をはじめ、肌荒れを防ぐはたらきに優れた5種の植物エキスを厳選配合。乾燥肌・敏感肌・ダメージ肌をすこやかに整え、なめらかな美肌へみちびきます。</p>
<p class="font-size80">*&#185; レモングラス葉／茎エキス（整肌成分）<br/>*&#178; カミツレ花エキス（整肌成分）</p>
</li>
<li class="wide75">
<p class="font-size80">［整肌成分］<br/>
カミツレ花エキス、レモングラス葉／茎エキス、フウセンカズラ花／葉／つるエキス、エチウムプランタギネウム種子、ヒマワリ種子油不けん化物</p></li>
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">100%天然アロマが香る 幸福感に包まれるようなスキンケア</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_oil_img_02.png" class="img_right wide25 sp_wide100" alt=“ニオイテンジクアオイ油”>
<p>心地よい芳香は4種の精油を独自ブレンド。こわばった肌と心をときほぐすようなボタニカルでフローラルな100%の天然アロマです。スキンケアのスタートを、深呼吸を誘うような幸福感とともに。</p>
      <p class="font-size80">［アロマ成分］<br/>
ニオイテンジクアオイ油、ラベンダー油、レモングラス葉油、ハッカ葉油</p>
</li>
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">お肌がよろこぶ７つのフリー</h3>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_7free_img.png"  class="wide80"　alt="肌がよろこぶ７つのフリー">
</li>
</ul>
<!-- // 1 カラムここまで -->

<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p><span class="color-brown font-bold">内容量</span>：45g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
よく振って混ぜ合わせた後、1 プッシュを手に取りマッサージするように優しくなじませてください。
お肌の状態に合わせて、洗顔後のブースターとしてはもちろん、化粧水の後に美容液として、スキンケアの最後の仕上げとしてもお使いいただけます。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、コメヌカ油、ミリスチン酸オクチルドデシル、BG、ペンチレングリコール、スクワラン、エチルへキサン酸セチル、レモングラス葉/茎エキス、カミツレ花エキス、フウセンカズラ花/葉/つるエキス、ヒマワリ種子油不けん化物、エチウムプランタギネウム種子油、ラウロイルグルタミン酸ジ(フィトステリル/オクチルドデシル)、ダイマージリノール酸ダイマージリノレイル、ニオイテンジクアオイ油、ラベンダー油、レモングラス葉油、ハッカ葉油、トリ(カプリル酸/カプリン酸)グリセリル、グリセリン、トコフェロール、カラメル、塩化Na、オクチルドデカノール、ヤシ油脂肪酸PEG-7グリセリル</p>
</li>
</ul>
<!-- // 1カラムここまで -->
]]></content></entry><entry><title>HOC TIME クレンジングゲル 230g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=170289682" /><id>https://luara.co.jp/?pid=170289682</id><issued>2022-09-08T17:21:55+09:00</issued><modified>2026-03-09T05:44:29Z</modified><created>2022-09-08T08:21:55Z</created><summary>




潤いながらしっかりメイクもするりとオフ
コンニャク根由来のマンナンスクラブ入り。 16種類のアミノ酸*&amp;#185;  を保湿成分として配合。1本で、メイクオフ・マッサージケア・角質ケア・保湿ケアがかなう多機能クレンジング。
■ ＠COSME クチコミ　　■ LIPS ク...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_cg_img_top.jpg" class="wide100" alt=“HTクレンジングゲル”></p>
<p><a href="http://hoctime.com" target="_blank"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/go_hoctime_brandsite.png " class="wide85 sp_wide100" alt=“HOCTIME ブランドサイト”></a></p>
<h3 class="txt_center font-bold font-size135 color-brown">潤いながらしっかりメイクもするりとオフ</h3>
<p>コンニャク根由来のマンナンスクラブ入り。 16種類のアミノ酸*&#185;  を保湿成分として配合。1本で、メイクオフ・マッサージケア・角質ケア・保湿ケアがかなう多機能クレンジング。</p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<p class="font-size100"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_cg_img_00.jpg" class="wide85 sp_wide100" alt=“IMG”>
<span class="font-size120 font-bold color-brown">[ すこやか成分 ]</span><br>
シソ葉エキス、ホウセンカエキス、ユーカリ葉エキス、アラントイン、グリチルリチン酸2K、リンゴ果実培養細胞エキス、ソメイヨシノ葉エキス、ローマカミツレ花エキス、アルニカ花エキス、オドリコソウ花／葉／茎エキス、オランダガラシ葉／茎エキス、ゴボウ根エキス、セイヨウアカマツ球果エキス、セイヨウキズタ葉／茎エキス、ニンニク根エキス、ローズマリー葉エキス</p>
<p class="font-size100">
<span class="font-size120 font-bold color-brown">[ 保湿成分 ]</span><br>
ヒアルロン酸Na、16種類のアミノ酸*&#185; <br></p>
<p class="font-size100">
<span class="font-size120 font-bold color-brown">[ エモリエント ]</span><br>
スクワラン、ホホバ種子油、グレープフルーツ果皮油
<p><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_cg_img_01.jpg" class="wide66 sp_wide100" alt=“スクワラン、ホホバ種子油、グレープフルーツ果皮油”></p>
<p class="font-size80">*&#185; ベタイン、タウリン、セリン、アルギニン、アラニン、リシンHCI、ヒスチジンHCI、プロリン、グルタミン酸、トレオニン、グリシン、バリン、ロイシン、イソロイシン、フェニルアラニン、リシン(保湿成分)</P>
</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p><span class="color-brown font-bold">内容量</span>：230g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
サクランボ大を手に取りメイクとなじませた後、水またはぬるま湯で十分に洗い流してください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、ヤシ油脂肪酸ＰＥＧ−７グリセリル、グリセリン、ＤＰＧ、ベタイン、ＢＧ、ヒアルロン酸Ｎａ、スクワラン、ホホバ種子油、ＰＣＡ−Ｎａ、リンゴ果実培養細胞エキス、シソ葉エキス、ユーカリ葉エキス、ホウセンカエキス、（アクリレーツ／アクリル酸アルキル（Ｃ１０−３０））クロスポリマー、アラントイン、グルコマンナン、グリチルリチン酸２Ｋ、タウリン、セリン、アルギニン、アラニン、リシンＨＣｌ、ヒスチジンＨＣｌ、プロリン、グルタミン酸、トレオニン、グリシン、バリン、ソメイヨシノ葉エキス、ロイシン、イソロイシン、フェニルアラニン、リシン、レシチン、ローマカミツレ花エキス、アルニカ花エキス、オドリコソウ花／葉／茎エキス、オランダガラシ葉／茎エキス、ゴボウ根エキス、セイヨウアカマツ球果エキス、セイヨウキズタ葉／茎エキス、ニンニク根エキス、ローズマリー葉エキス、ペンチレングリコール、ソルビトール、キサンタンガム、ＥＤＴＡ−２Ｎａ、グレープフルーツ果皮油、フェノキシエタノール、水酸化Ｋ、メチルパラベン</p>
</li>
</ul>
<!-- // 1カラムここまで -->]]></content></entry><entry><title>【ルアラ公式限定15％OFF】スペシャルケアセット</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=169278762" /><id>https://luara.co.jp/?pid=169278762</id><issued>2022-07-08T12:20:13+09:00</issued><modified>2024-11-07T05:41:13Z</modified><created>2022-07-08T03:20:13Z</created><summary>【ルアラ公式限定】スペシャルケアセット 通常20,900円（税込）→特別価格17,765円(税込)≪15％OFF≫



ギフトにもオススメ☆ 贅沢ゆらぎ肌ケアセット
 ーセット内容ー
■ ルアラ ゴマージュクレンジング 150g / 5,400円(税込5,940円)

      古い&amp;#12179;質汚れをす...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<h3 class="txt_center font-bold font-size130 color-red">【ルアラ公式限定】スペシャルケアセット 通常20,900円（税込）<br>→特別価格17,765円(税込)≪15％OFF≫</h3>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size150 color-brown">ギフトにもオススメ☆ 贅沢ゆらぎ肌ケアセット</h3>
<p> ーセット内容ー</p>
<p>■ ルアラ ゴマージュクレンジング 150g / 5,400円(税込5,940円)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/pro_img_gmmagecleansing_01.jpg" class="img_left wide33 sp_wide100" alt=“ルアラ ゴマージュクレンジング”>
      <p><span class="wide66">古い&#12179;質汚れをすっきり落とすソフトピーリング。<br>化粧のりの悪さやくすみ、ザラつき、くすみ*&#178;の原因をポロポロと一緒にオフ。 毎日の洗顔では落とせない溜まった角質や毛穴汚れを、優しく取り除きます。 洗い上がりの肌はしっとりスベスベ！</p>
      <p class="font-size80 txt_left">*&#178; 乾燥や角質肥厚、キメの乱れによるくすみ</p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p>■ルアラ モイストクリームパック 150g / 6,000円(税込6,600円)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/pro_img_moistcreampack_01.jpg" class="img_left wide33 sp_wide100" alt=“ルアラ モイストクリームパック”>
        <p><b>天然保湿成分で肌にリッチな潤いを与える保湿クリームパック。</b>
          <br>疲れた肌を整える「シカエキス*&#185;」をはじめとする天然植物エキス(保湿整肌成分)を配合し、
潤いを与え、乾燥を防ぎながらもっちりとした肌へ導きます。
洗い流した後は、しっとり＆もっちり！</p>
<p class="font-size80 txt_left">*&#185; ツボクサエキス（整肌成分）</p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p>■ アイクリーム 15g /7,600円(税込8,360円)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/pro_img_eyecrem_01.jpg" class="img_left wide33 sp_wide100" alt=“ルアラ アイクリーム”>
        <p><b>気になる目元まわりを集中ケア。高浸透*&#185;型アイクリーム</b><br>
角層に浸透しやすいナノエマルジョン「リポカプセル」技術を採用した高浸透*&#185;型のアイクリームです。<br>
２種類の高機能ペプチド「シン・エイク*&#178;」「シン・ハイカン*&#179;」をはじめとする保湿整肌成分を配合。<br>気になる目元まわりに潤いを与えつつ、スッキリ引き締め、なめらかなハリで目元の印象を高めます。</p>
<p class="font-size80 txt_left">&#185;角層まで　　*&#178;ジ酢酸ジペプチドジアミノブチロイルベンジルアミド (整肌成分)　　*&#179;トリフルオロ酢酸テトラデシルアミノブチロイルバリルアミノ酪酸ウレア(整肌成分)</p>
</li>
</ul>
<!-- // 1カラムここまで -->

</div>]]></content></entry><entry><title>【ルアラ公式限定15％OFF】チズシリーズセット</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=169278720" /><id>https://luara.co.jp/?pid=169278720</id><issued>2022-07-08T12:14:33+09:00</issued><modified>2025-11-15T15:49:00Z</modified><created>2022-07-08T03:14:33Z</created><summary>【ルアラ公式限定】チズシリーズセット 通常32,560円（税込）→　特別価格27,676円(税込)　≪15％OFF≫




      Luara チズシリーズは、美容家・佐伯チズの公式プロデュースにより誕生したトップサロンクオリティのスキンケアラインです。自身のサロンで使用している...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<center class="color-red"><span style="color:#cc3333"><b>【ルアラ公式限定】チズシリーズセット 通常32,560円（税込）→　特別価格27,676円(税込)　≪15％OFF≫</b></span></center>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p style="border:1px solid rgba(186, 144, 109, 1); padding:20px;width:100%; max-width:800px;"class="font-size80">
      <img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/chizu_aout.png" class="wide100" alt=“CHIZUロゴ”>Luara チズシリーズは、美容家・佐伯チズの公式プロデュースにより誕生したトップサロンクオリティのスキンケアラインです。自身のサロンで使用しているプロダクトをベースに、美容成分やテクスチャーにさらなるこだわりをプラス。「ひとりでも多くの方をキレイにしてさしあげたい。」という佐伯チズの想いとノウハウを凝縮したプロダクトは、キレイになる喜びと自信をあなたにお届けします。<br><a href="https://chizu-corporation.com" target="blank">★株式会社チズコーポレーション</a></p>
      
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p> ーセット内容ー</p>
<p>■ ルアラ　チズローション / 300mL / 12,100円(税込)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/pro_img_chizulotion_01.jpg" class="img_left wide33 sp_wide100" alt=“チズローション”>
<p>米由来の植物セラミド*&#185;や２種類の植物由来成分*&#178;、保水性に優れた潤いベールを実現する保湿成分*&#179;を厳選配合した保湿化粧水。
コットンを使用したローションパックでのケアもオススメです。</p>
      <p class="font-size80 txt_left">*&#185;コメヌカスフィンゴ糖脂質（保湿成分）<br>
*&#178;レモングラス葉/茎エキス、カミツレ花エキス(全て整肌成分)<br>
*&#179;ポリクオタニウム-51オウゴン根エキス、水溶性プロテオグリカン、ジラウロイルグルタミン酸リシンNa</p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p>■ ルアラ　チズ美容乳液 80mL / 8,360円(税込)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/pro_img_chizuemulsion_01.jpg" class="img_left wide33 sp_wide100" alt=“チズ美容乳液”>
<p>&#8232;お肌の潤い構造 (角層ラメラ) にはたらきかける「ラメラ液晶乳化処方」により、角層のすみす&#12441;みまて&#12441;浸透しやすい乳液です。
厳選した天然由来成分*&#185;を配合し、保湿バリアで乾燥から肌を守り、潤いに満ちたハリつや肌へみちびきます。
しっとりするのにベタつかず、伸びのいいテクスチャーなので忙しい朝のお手入れに◎</p>
<p class="font-size80 txt_left">*&#185;保湿整肌成分</p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p>■ ルアラ　チズ美容クリーム 50g / 12,100円(税込)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/chizu/pro_img_chizucream_01.jpg" class="img_left wide33 sp_wide100" alt=“チズ美容クリーム”>
<p>おやすみ前のケアに。夜寝ている間、うるおいを与えてくれるナイトクリーム。
肌を柔らかくし、うるおいを保つ３種類の天然オイル*&#185;や、肌のキメをふっくらとした肌へ導く天然由来成分*&#178;を配合。
お肌の潤い構造（角層ラメラ）に働きかける「ラメラ液晶乳化処方」により、角層のすみずみまで浸透しやすいクリームです。
      <br>ハリ・弾力不足が気になる方にもオススメです。</p>
<p class="font-size80 txt_left">*&#185;スクワラン、オリーブ果実油、マカデミア種子油
*&#178;保湿整肌成分</p>
</li>
</ul>
<!-- // 1カラムここまで -->

</div>]]></content></entry><entry><title>【ルアラ公式限定15％OFF】高浸透 エイジングケアセット</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=169277764" /><id>https://luara.co.jp/?pid=169277764</id><issued>2022-07-08T11:30:36+09:00</issued><modified>2025-02-25T08:03:27Z</modified><created>2022-07-08T02:30:36Z</created><summary>
【ルアラ公式限定】高浸透 エイジングケアセット通常19,300円（税込）→　特別価格16,456円(税込)　≪15％OFF≫



保湿もハリツヤも！欲張りな願いを叶えたい。気になる大人肌にトータルアフ&amp;#12442;ローチする美容液
 ーセット内容ー
■  HQエッセンス 30mL / 11,00...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<div class="p-product-explain">
<center class="color-red"><span style="color:#cc3333"><b>【ルアラ公式限定】高浸透 エイジングケアセット<br>通常19,300円（税込）→　特別価格16,456円(税込)　≪15％OFF≫</b></span></center>
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<h3 class="txt_center font-bold font-size135 color-brown">保湿もハリツヤも！欲張りな願いを叶えたい。<br>気になる大人肌にトータルアフ&#12442;ローチする美容液</h3>
<p> ーセット内容ー</p>
<p>■  HQエッセンス 30mL / 11,000円(税込)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/pro_img_hqessence_01.jpg" class="img_left wide33 sp_wide100" alt=“HQエッセンス”>
<p>肌を整える「ヒ&#12441;タミンC誘導体*&#8308;」「ヒ&#12441;タミンE誘導体*&#8309;」や保湿美容成分を贅沢に配合。
角層深くに届け保湿美容成分を届け、すみす&#12441;みまて&#12441;広け&#12441;るリポカプセル処方で、潤いあふれる弾むようなハリツヤ肌へ。</p>
<p class="font-size80 txt_left">*&#185;アスコルヒ&#12441;ルク&#12441;ルコシト&#12441;(整肌成分)
*&#178;トコフェリルリン酸Na(整肌成分)</p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p>■ ルアラ フェイスクリーム50g / 8,360(税込)</p>
<img src="https://file003.shop-pro.jp/PA01415/892/img/products/luara/pro_img_facecream_01.jpg" class="img_left wide33 sp_wide100" alt=“ルアラ フェイスクリーム”>
<p>乾燥や、肌ゆらぎ、気になるエイジングサイン*&#179;にアプローチし、イキイキとした肌へ導くクリーム。肌のバリア機能をサポートするこだわりの天然由来成分と保湿美容成分を配合。<br>環境タ&#12441;メーシ&#12441;*&#8308;から肌を守り、長時間うるおい続けます。
ベタつきがないので、朝のメイク前の使用にも◎</p>
<p class="font-size80 txt_left">*&#179;ハリ・ツヤのなさやキメの乱れなど
*&#8308;乾燥や紫外線など</p>
</li>
</ul>
<!-- // 1カラムここまで -->

</div>]]></content></entry><entry><title>HOC TIME ネッククリーム 50g</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=161665585" /><id>https://luara.co.jp/?pid=161665585</id><issued>2021-07-09T10:45:27+09:00</issued><modified>2025-11-05T09:23:59Z</modified><created>2021-07-09T01:45:27Z</created><summary>




年齢サインがでやすい首・デコルテの集中ケア
首まわりをなめらかに整える美容クリーム。高機能ペプチド「シン・エイク」「シン・ハイカン」、4種のセラミド*&amp;#179;、ビフィズス菌培養溶解質などの保湿整肌成分を配合。
■ ＠COSME クチコミ　　■ LIPS クチコ...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
<p><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_neck_img_top.jpg" class="wide100 sp_wide100" alt=“IMG”></p>
<p><a href="http://hoctime.com" target="_blank"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/go_hoctime_brandsite.png " class="wide85 sp_wide100" alt=“HOCTIME ブランドサイト”></a></p>
<h3 class="txt_center font-bold font-size135 color-brown">年齢サインがでやすい首・デコルテの集中ケア</h3>
<p>首まわりをなめらかに整える美容クリーム。高機能ペプチド「シン・エイク」「シン・ハイカン」、4種のセラミド*&#179;、ビフィズス菌培養溶解質などの保湿整肌成分を配合。</p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
<p class="font-size80"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_nc_img_00.jpg" class="wide85" alt=“IMG”>
        <span class="font-size120 font-bold color-brown">すこやか成分</span><br>
シソ葉エキス、ホウセンカエキス、ユーカリ葉エキス、グリチルリチン酸2K、シン・エイク*&#185; 、シン・ハイカン*&#178;</p>
<p class="font-size80">
        <span class="font-size120 font-bold color-brown">保湿成分</span><br>
ヒアルロン酸Na、サクシノイルアテロコラーゲン、ビフィズス菌培養溶解質、セラミド1、セラミド3、セラミド6?、フィトスフィンゴシン、異性化糖</p>
<p class="font-size80">
        <span class="font-size120 font-bold color-brown">エモリエント</span><br>
ホホバ種子油
        <p class="font-size80">*&#185; ジ酢酸ジペプチドジアミノブチロイルベンジルアミド（整肌成分）
          <br>*&#178; トリフルオロ酢酸テトラデシルアミノブチロイルバリルアミノ酪酸ウレア（整肌成分）<br>*&#179; セラミド１・セラミド３・セラミド６?・フィトスフィンゴシン（保湿成分）
</P>



</li>
</ul>
<!-- // 1カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p><span class="color-brown font-bold">内容量</span>：50g</p>
<p><span class="color-brown font-bold">使用方法</span><br>
パール粒大を、首やデコルテに優しくなじませてください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、ホホバ種子油、グリセリン、ＢＧ、ジメチコン、ペンチレングリコール、ラウロイルグルタミン酸ジ（フィトステリル／オクチルドデシル）、ポリアクリルアミド、（Ｃ１３，１４）イソパラフィン、ヒアルロン酸Ｎａ、サクシノイルアテロコラーゲン、トリフルオロ酢酸テトラデシルアミノブチロイルバリルアミノ酪酸ウレア、ジ酢酸ジペプチドジアミノブチロイルベンジルアミド、ビフィズス菌培養溶解質、異性化糖、セラミド１、セラミド３、セラミド６?、フィトスフィンゴシン、グリチルリチン酸２Ｋ、トコフェロール、シソ葉エキス、ユーカリ葉エキス、ホウセンカエキス、ラウロイルラクチレートＮａ、コレステロール、カルボマー、キサンタンガム、ラウレス−７、（ジメチコン／ビニルジメチコン）クロスポリマー、１，２−ヘキサンジオール、カプリリルグリコール、メチルパラベン、フェノキシエタノール、キサンタンガム</p>
</li>
</ul>
<!-- // 1カラムここまで -->
</div>]]></content></entry><entry><title>HOC TIME エマルジョン 120mL</title><link rel="alternate" type="text/html" href="https://luara.co.jp/?pid=161665555" /><id>https://luara.co.jp/?pid=161665555</id><issued>2021-07-09T10:43:25+09:00</issued><modified>2025-05-31T23:49:09Z</modified><created>2021-07-09T01:43:25Z</created><summary>


      

とろけるように肌なじみのよい美容乳液
保水力に優れた2種のヒト型セラミド*&amp;#185;、アミノ酸*&amp;#178; 、スクワラン*&amp;#179; を配合し、バリア機能をサポート。すこやかに整えるユキノシタエキスも配合。優しい潤いのベールで、日中の肌を守る。
■ ＠COSM...</summary><author><name>Luara（ルアラ）OFFICIAL ONLINE SHOP</name></author><content mode="escaped" type="text/html" xml:lang="ja"><![CDATA[<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide75">
      <p><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_em_img_top.jpg" class="wide100" alt=“IMG”>
<p><a href="http://hoctime.com" target="_blank"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/go_hoctime_brandsite.png " class="wide85 sp_wide100" alt=“HOCTIME ブランドサイト”></a></p>
<h3 class="txt_center font-bold font-size135 color-brown">とろけるように肌なじみのよい美容乳液</h3>
<p>保水力に優れた2種のヒト型セラミド*&#185;、アミノ酸*&#178; 、スクワラン*&#179; を配合し、バリア機能をサポート。すこやかに整えるユキノシタエキスも配合。優しい潤いのベールで、日中の肌を守る。</p>
<p class="font-size80 txt_right"><a href="https://www.cosme.net/product/product_id/10172913/top">■ ＠COSME クチコミ</a>　　<a href="https://lipscosme.com/products/470426">■ LIPS クチコミ</a></p>
</li>
</ul>
<!-- // 1カラムここまで -->
<!-- // 1 カラムここから -->
<ul class="block1">
<li class="wide75">
<p class="font-size80"><img src="https://file003.shop-pro.jp/PA01415/892/img/products/hoctime/ht_em_img_00.jpg" class="wide66 sp_wide100" alt=“シソ葉エキス・ホウセンカエキス・ユーカリ葉エキス・ナツメ果実エキス・ユキノシタエキス”>
        <span class="font-size120 font-bold color-brown">すこやか成分</span><br>
シソ葉エキス、ホウセンカエキス、ユーカリ葉エキス、グリチルリチン酸2K、ナツメ果実エキス、ユキノシタエキス</p>
<p class="font-size80">
        <span class="font-size120 font-bold color-brown">保湿成分</span><br>
セラミド2、セラミド3、アルギニン<br></p>
<p class="font-size80">
        <span class="font-size120 font-bold color-brown">エモリエント</span><br>
スクワラン
        <p class="font-size80">*&#178; セラミド２、セラミド３（保湿成分）　*&#178; アルギニン（保湿成分）　*&#179;エモリエント成分</P>


</li>
</ul>
<!-- // 2カラムここまで -->


<!-- // 1カラムここから -->
<ul class="block1">
<li class="wide80">
<p><span class="color-brown font-bold">内容量</span>：120mL</p>
<p><span class="color-brown font-bold">使用方法</span><br>
1〜2プッシュを、顔などに優しくなじませてください。</p>
<p><span class="color-brown font-bold">成分情報</span><br>
水、ＢＧ、グリセリン、パルミチン酸イソプロピル、ステアリン酸、スクワラン、ステアリン酸グリセリル、ミリスチン酸オクチルドデシル、水添ナタネ油アルコール、ＰＥＧ−５ダイズステロール、酢酸トコフェロール、グリチルリチン酸２Ｋ、リゾレシチン、シソ葉エキス、ナツメ果実エキス、ホウセンカエキス、ユーカリ葉エキス、水添レシチン、ユキノシタエキス、フィトステロールズ、セラミド２、セラミド３、アルギニン、ペンチレングリコール、ポリソルベート６０、ジメチコン、メチルパラベン、エチルパラベン、プロピルパラベン</p>
</li>
</ul>
<!-- // 1カラムここまで -->


</div>]]></content></entry></feed>