@charset "UTF-8";

/* ===========================================
   ルアモ UVアクアヴェール / UVパウダーヴェール
   解説ページ専用スタイル
   =========================================== */

/* ベース */
.luamo-uv {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 18px 60px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
               "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.luamo-uv * { box-sizing: border-box; }

.luamo-uv p {
  margin: 0 0 1.2em;
}

/* ---- リード文（導入） ---- */
.luamo-uv .lead {
  background: linear-gradient(135deg, #fff9f5 0%, #fff5ec 100%);
  border-left: 4px solid #e03e2d;
  padding: 22px 24px;
  margin: 0 0 36px;
  border-radius: 4px;
  font-size: 15.5px;
}
.luamo-uv .lead p:last-child { margin-bottom: 0; }

/* ---- ページタイトル ---- */
.luamo-uv .page-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 10px 0 28px;
  line-height: 1.5;
}
.luamo-uv .page-title .sub {
  display: block;
  font-size: 13px;
  color: #999;
  font-weight: normal;
  margin-top: 6px;
  letter-spacing: 0.15em;
}

/* ---- 結論サマリーボックス（冒頭の要点） ---- */
.luamo-uv .summary-box {
  background: #fff;
  border: 2px solid #e03e2d;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 0 0 40px;
}
.luamo-uv .summary-box .summary-title {
  display: inline-block;
  background: #e03e2d;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.luamo-uv .summary-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.luamo-uv .summary-box li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 15px;
}
.luamo-uv .summary-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 6px;
  color: #e03e2d;
  font-weight: bold;
  font-size: 16px;
}

/* ---- セクション見出し ---- */
.luamo-uv .section {
  margin: 0 0 44px;
}
.luamo-uv .section-heading {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #c9342a 0%, #e03e2d 100%);
  padding: 14px 20px 14px 24px;
  margin: 0 0 22px;
  border-radius: 4px;
  line-height: 1.4;
}
.luamo-uv .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60%;
  background: #fff;
  border-radius: 0 3px 3px 0;
}

/* ---- 小見出し ---- */
.luamo-uv h4.sub-heading {
  font-size: 16px;
  font-weight: 600;
  color: #c9342a;
  margin: 24px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #e03e2d;
  line-height: 1.5;
}

/* ---- 強調・色 ---- */
.luamo-uv .accent {
  color: #e03e2d;
  font-weight: 600;
}
.luamo-uv .marker {
  background: linear-gradient(transparent 60%, #fff59d 60%);
  font-weight: 600;
  padding: 0 2px;
}
.luamo-uv .teal {
  color: #169179;
  font-weight: 500;
}

/* ---- 製品紹介カード ---- */
.luamo-uv .product-card {
  background: #fafafa;
  border-radius: 10px;
  padding: 24px;
  margin: 0 0 24px;
  border: 1px solid #ececec;
}
.luamo-uv .product-card img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 6px;
}
.luamo-uv .product-card .spec {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0 8px;
}
.luamo-uv .product-card .spec span {
  background: #e03e2d;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* ---- 特徴リスト（チェックリスト型） ---- */
.luamo-uv .feature-list {
  background: #fff;
  border: 1px solid #f0d9d4;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 0 0 20px;
  list-style: none;
}
.luamo-uv .feature-list li {
  position: relative;
  padding: 8px 0 8px 30px;
  border-bottom: 1px dashed #eee;
  font-size: 15px;
}
.luamo-uv .feature-list li:last-child { border-bottom: none; }
.luamo-uv .feature-list li::before {
  content: "●";
  position: absolute;
  left: 6px;
  top: 8px;
  color: #e03e2d;
  font-size: 12px;
}

/* ---- 紫外線種類の説明ボックス ---- */
.luamo-uv .uv-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 20px;
}
.luamo-uv .uv-type {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  border-left: 5px solid #e03e2d;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.luamo-uv .uv-type .label {
  display: inline-block;
  font-weight: bold;
  color: #e03e2d;
  font-size: 16px;
  margin-bottom: 6px;
}
.luamo-uv .uv-type .wavelength {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  font-weight: normal;
}
.luamo-uv .uv-type p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ---- 比較表 ---- */
.luamo-uv .compare-table-wrap {
  margin: 0 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.luamo-uv .compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.luamo-uv .compare-table th,
.luamo-uv .compare-table td {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #ececec;
  vertical-align: middle;
  line-height: 1.5;
}
.luamo-uv .compare-table thead th {
  background: #c9342a;
  color: #fff;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.05em;
}
.luamo-uv .compare-table tbody th {
  background: #fff5ec;
  color: #333;
  font-weight: 600;
  text-align: left;
  padding-left: 14px;
  width: 28%;
}
.luamo-uv .compare-table .highlight {
  background: #fffbe6;
  font-weight: 600;
  color: #c9342a;
}

/* ---- 推奨シーンボックス ---- */
.luamo-uv .scene-box {
  background: #fff9f5;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 0 0 20px;
}
.luamo-uv .scene-box .scene-title {
  font-weight: bold;
  color: #c9342a;
  font-size: 15px;
  margin: 0 0 10px;
}
.luamo-uv .scene-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.luamo-uv .scene-box li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 14.5px;
  line-height: 1.7;
}
.luamo-uv .scene-box li::before {
  content: "▶";
  position: absolute;
  left: 4px;
  top: 7px;
  color: #e03e2d;
  font-size: 11px;
}

/* ---- 安全性アイコン行 ---- */
.luamo-uv .safety-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}
.luamo-uv .safety-tags span {
  background: #fff;
  border: 1px solid #e03e2d;
  color: #c9342a;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 500;
}

/* ---- 締めくくりブロック ---- */
.luamo-uv .closing {
  background: linear-gradient(135deg, #fff5ec 0%, #fff9f5 100%);
  border-radius: 10px;
  padding: 26px 28px;
  margin: 30px 0 20px;
  text-align: center;
}
.luamo-uv .closing .closing-title {
  font-size: 17px;
  font-weight: 600;
  color: #c9342a;
  margin: 0 0 12px;
}
.luamo-uv .closing p {
  margin-bottom: 0.8em;
  font-size: 15px;
}
.luamo-uv .closing p:last-child { margin-bottom: 0; }

/* ---- 装飾アイコン ---- */
.luamo-uv .deco-icon {
  display: block;
  margin: 30px auto 10px;
}

/* ===========================================
   モバイル対応
   =========================================== */
@media (max-width: 600px) {
  .luamo-uv {
    padding: 16px 14px 50px;
    font-size: 15px;
    line-height: 1.8;
  }
  .luamo-uv .page-title {
    font-size: 19px;
  }
  .luamo-uv .section-heading {
    font-size: 16.5px;
    padding: 12px 16px 12px 20px;
  }
  .luamo-uv h4.sub-heading {
    font-size: 15px;
  }
  .luamo-uv .summary-box,
  .luamo-uv .product-card,
  .luamo-uv .scene-box,
  .luamo-uv .closing {
    padding: 18px 18px;
  }
  .luamo-uv .lead {
    padding: 18px 18px;
    font-size: 14.5px;
  }
  .luamo-uv .compare-table {
    font-size: 13px;
  }
  .luamo-uv .compare-table th,
  .luamo-uv .compare-table td {
    padding: 10px 6px;
  }
}