.etl-home-customer-voice-wall {
    padding-top: var(--etl-voice-padding-top-pc);
    padding-bottom: var(--etl-voice-padding-bottom-pc);
    background-color: var(--etl-voice-bg-color);
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 1720px;
  }
  .etl-home-customer-voice-wall .voice-container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  .etl-home-customer-voice-wall .voice-header {
    margin-bottom: 28px;
    text-align: center;
  }
  .etl-home-customer-voice-wall .title-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .etl-home-customer-voice-wall .en-title {
    font-family: 'Cinzel', 'Times New Roman', serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .etl-home-customer-voice-wall .jp-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--etl-voice-text-color);
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.01em;
  }
  .etl-home-customer-voice-wall .scroller-wrap {
    position: relative;
  }
  .etl-home-customer-voice-wall .nav-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    color: var(--etl-voice-text-color);
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    z-index: 3;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    padding: 0;
  }
  .etl-home-customer-voice-wall .nav-btn.prev { left: 8px; }
  .etl-home-customer-voice-wall .nav-btn.next { right: 8px; }
  .etl-home-customer-voice-wall .nav-btn:hover {
    background-color: var(--etl-voice-text-color);
    border-color: var(--etl-voice-text-color);
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  }
  .etl-home-customer-voice-wall .nav-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.5;
  }
  .etl-home-customer-voice-wall .voice-scroller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
    cursor: grab;
  }
  .etl-home-customer-voice-wall .voice-scroller::-webkit-scrollbar { display: none; }
  .etl-home-customer-voice-wall .voice-scroller.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .etl-home-customer-voice-wall .voice-card {
    flex: 0 0 24%;
    min-width: 280px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .etl-home-customer-voice-wall .voice-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
  }
  .etl-home-customer-voice-wall .img-box {
    width: 100%;
    aspect-ratio: 3/4;
    background: #f5f0eb;
    overflow: hidden;
    position: relative;
  }
  .etl-home-customer-voice-wall .card-img,
  .etl-home-customer-voice-wall .img-placeholder {
    width: 100%;
    height: 100%;
    display: block;
  }
  .etl-home-customer-voice-wall .card-img {
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .etl-home-customer-voice-wall .img-placeholder {
    background: linear-gradient(160deg, #e8dfd5, #c8b8a8);
  }
  .etl-home-customer-voice-wall .voice-card:hover .card-img { transform: scale(1.04); }
  .etl-home-customer-voice-wall .content-box {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .etl-home-customer-voice-wall .voice-quote {
    font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--etl-voice-text-color);
    letter-spacing: 0.02em;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .etl-home-customer-voice-wall .voice-quote::before {
    content: "\201C";
    color: var(--etl-voice-accent-color);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 0;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .etl-home-customer-voice-wall .id-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0.3px;
  }
  .etl-home-customer-voice-wall .id-row .age {
    font-weight: 700;
    color: var(--etl-voice-text-color);
  }
  .etl-home-customer-voice-wall .id-row .sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c8c8c8;
    flex-shrink: 0;
  }
  .etl-home-customer-voice-wall .id-row .model {
    color: var(--etl-voice-accent-color);
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  /* === Legacy block template fallback ===
     旧 block 模板（.user-meta/.comment-text/.linked-product）尚未被 Shopline 缓存刷新时，
     让它看着像新版 Plan B */
  .etl-home-customer-voice-wall .user-meta { display: none; }
  .etl-home-customer-voice-wall .user-tag { display: none; }
  .etl-home-customer-voice-wall .voice-date { display: none; }
  .etl-home-customer-voice-wall .comment-text {
    font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--etl-voice-text-color);
    letter-spacing: 0.02em;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .etl-home-customer-voice-wall .comment-text::before {
    content: "\201C";
    color: var(--etl-voice-accent-color);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 0;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .etl-home-customer-voice-wall .linked-product {
    font-size: 13px;
    color: var(--etl-voice-accent-color);
    font-weight: 600;
    margin: 0;
    padding: 0;
    border-top: none !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .etl-home-customer-voice-wall .linked-product::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--etl-voice-accent-color);
    flex-shrink: 0;
  }
  /* SVG 巨化 bug 修复：约束尺寸，或直接隐藏 */
  .etl-home-customer-voice-wall .linked-product svg {
    width: 12px !important;
    height: 12px !important;
    margin-left: auto;
    flex-shrink: 0;
  }
  @media (max-width: 768px) {
    .etl-home-customer-voice-wall {
      padding-top: var(--etl-voice-padding-top-mb);
      padding-bottom: var(--etl-voice-padding-bottom-mb);
    }
    .etl-home-customer-voice-wall .voice-container { padding: 0 16px; }
    .etl-home-customer-voice-wall .voice-header { margin-bottom: 20px; }
    .etl-home-customer-voice-wall .en-title { font-size: 12px; }
    .etl-home-customer-voice-wall .jp-title { font-size: 26px; font-weight: 800; }
    .etl-home-customer-voice-wall .nav-btn { display: none; }
    .etl-home-customer-voice-wall .voice-scroller { gap: 14px; }
    .etl-home-customer-voice-wall .voice-card { flex: 0 0 78%; min-width: auto; }
    .etl-home-customer-voice-wall .content-box { padding: 18px 18px 20px; gap: 12px; }
    .etl-home-customer-voice-wall .voice-quote { font-size: 17px; line-height: 1.6; }
    .etl-home-customer-voice-wall .id-row { font-size: 12.5px; }
  }


/* ETL_HOME_OTHER_SECTION_TITLE_DECOR_20260827_SHARED_START */
.etl-home-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  gap: 14px;
  overflow: visible;
}

.etl-home-title-row > h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

.etl-home-title-row__decoration {
  position: relative;
  display: flex;
  flex: 1 1 120px;
  align-items: center;
  min-width: 54px;
  max-width: 140px;
  height: 28px;
}

.etl-home-title-row__decoration::before {
  width: 100%;
  height: 2px;
  background: #b79a69 !important;
  content: "";
  opacity: 1;
}

.etl-home-title-row__decoration--left { justify-content: flex-end; }
.etl-home-title-row__decoration--right { justify-content: flex-start; }
.etl-home-title-row__decoration--left::before { margin-right: 23px; }
.etl-home-title-row__decoration--right::before { margin-left: 23px; }

.etl-home-title-row__gift {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 14px;
  border: 1.2px solid #711d25;
  border-radius: 2px 2px 3px 3px;
  background: linear-gradient(90deg, transparent 42%, #711d25 42% 58%, transparent 58%), #f8f4ec;
  transform: translateY(-50%);
}

.etl-home-title-row__gift::before {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 20px;
  height: 5px;
  border: 1.2px solid #711d25;
  border-radius: 2px;
  background: #d8c49c;
  content: "";
}

.etl-home-title-row__gift::after {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 5px;
  height: 4px;
  border: 1.2px solid #711d25;
  border-radius: 5px 5px 1px 5px;
  content: "";
  transform: rotate(-28deg);
  box-shadow: 5px 1px 0 -1px #711d25;
}

.etl-home-title-row__decoration--left .etl-home-title-row__gift { right: 0; }
.etl-home-title-row__decoration--right .etl-home-title-row__gift { left: 0; transform: translateY(-50%) scaleX(-1); }

.etl-home-title-row--ribbon .etl-home-title-row__gift { display: none; }
.etl-home-title-row--ribbon .etl-home-title-row__decoration::after {
  position: absolute;
  top: 50%;
  color: #711d25;
  content: "〰";
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}
.etl-home-title-row--ribbon .etl-home-title-row__decoration--left::after { right: 0; }
.etl-home-title-row--ribbon .etl-home-title-row__decoration--right::after { left: 0; }

/* The title system intentionally keeps secondary labels out of the title row. */
.etl-home-customer-voice-wall .ins-header .subtitle,
.etl-home-customer-voice-wall .voice-header .en-title { display: none !important; }

@media (max-width: 700px) {
  .etl-home-title-row { min-height: 44px; gap: 6px; }
  .etl-home-title-row__decoration { flex: 0 0 45px; min-width: 40px; max-width: 50px; height: 22px; }
  .etl-home-title-row__decoration--left::before { margin-right: 18px; }
  .etl-home-title-row__decoration--right::before { margin-left: 18px; }
  .etl-home-title-row__gift { width: 16px; height: 12px; }
  .etl-home-title-row__gift::before { width: 18px; height: 4px; }
  .etl-home-title-row__gift::after { top: -9px; left: 4px; }
  .etl-home-title-row--ribbon .etl-home-title-row__decoration::after { font-size: 18px; }
}
/* ETL_HOME_OTHER_SECTION_TITLE_DECOR_20260827_SHARED_END */



/* ETL_HOME_TITLE_MOTIF_V2_20260827_ROW_START */
/* Long titles use the same visible diamond/star motif as the reference image. */
.etl-home-title-row__decoration {
  min-width: 62px;
  max-width: 160px;
}
.etl-home-title-row__decoration::before {
  height: 2px !important;
  background: #b79a69 !important;
  opacity: 1 !important;
}
.etl-home-title-row--star .etl-home-title-row__gift { display: none !important; }
.etl-home-title-row--star .etl-home-title-row__decoration::after {
  position: absolute;
  top: 50%;
  color: #711d25;
  content: "✦";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}
.etl-home-title-row--star .etl-home-title-row__decoration--left::after { right: 0; }
.etl-home-title-row--star .etl-home-title-row__decoration--right::after { left: 0; }

@media (max-width: 700px) {
  .etl-home-title-row { gap: 6px; }
  .etl-home-title-row__decoration { flex: 0 0 52px; min-width: 48px; max-width: 58px; }
  .etl-home-title-row__decoration--left::before { margin-right: 12px; }
  .etl-home-title-row__decoration--right::before { margin-left: 12px; }
  .etl-home-title-row--star .etl-home-title-row__decoration::after { font-size: 15px; }
}
/* ETL_HOME_TITLE_MOTIF_V2_20260827_ROW_END */



/* ETL_HOME_TITLE_MOTIF_V3_20260827_MOBILE_START */
/* Keep long mobile headings on one line; stars and lines stay inside the viewport. */
@media (max-width: 700px) {
  .etl-home-title-row { gap: 4px; overflow: visible; }
  .etl-home-title-row h2 { flex: 0 1 auto; min-width: 0; white-space: nowrap; font-size: 22px !important; }
  .etl-home-title-row__decoration { flex: 0 0 40px; min-width: 40px; max-width: 40px; }
  .etl-home-title-row__decoration--left::before { margin-right: 8px; }
  .etl-home-title-row__decoration--right::before { margin-left: 8px; }
  .etl-home-title-row--star .etl-home-title-row__decoration::after { font-size: 15px; }
}
/* ETL_HOME_TITLE_MOTIF_V3_20260827_MOBILE_END */


/* ETL_HOME_TITLE_LINE_FADE_V5_20260827_HTML_START */
.etl-home-title-row__decoration::before,
.etl-rk-title-row .etl-rk-decoration::before {
  height: 1px !important;
  opacity: 1 !important;
}
.etl-home-title-row__decoration--left::before,
.etl-rk-title-row .etl-rk-decoration--left::before {
  background: linear-gradient(90deg, transparent, rgba(183,154,105,.62)) !important;
}
.etl-home-title-row__decoration--right::before,
.etl-rk-title-row .etl-rk-decoration--right::before {
  background: linear-gradient(90deg, rgba(183,154,105,.62), transparent) !important;
}
/* ETL_HOME_TITLE_LINE_FADE_V5_20260827_HTML_END */


/* ETL_HOME_TITLE_LINE_LENGTH_V6_20260827_HTML_START */
/* Keep desktop title rules visually consistent across every section. Mobile rules are unchanged. */
@media (min-width: 701px) {
  .etl-home-title-row__decoration,
  .etl-rk-title-row .etl-rk-decoration {
    flex: 0 0 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
}
/* ETL_HOME_TITLE_LINE_LENGTH_V6_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_LENGTH_V7_20260827_HTML_START */
@media (max-width: 700px) {
  /* Slightly longer mobile lines; keep every long heading within 390px. */
  .etl-home-title-row__decoration { flex: 0 0 44px !important; min-width: 44px !important; max-width: 44px !important; }
  .etl-rk-title-row .etl-rk-decoration { flex: 0 0 54px !important; min-width: 54px !important; max-width: 54px !important; }
}
/* ETL_HOME_TITLE_MOBILE_LINE_LENGTH_V7_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V8_20260827_HTML_START */
@media (max-width: 700px) {
  /* Extend the visible line outward without widening the title row. */
  .etl-home-title-row__decoration::before,
  .etl-rk-title-row .etl-rk-decoration::before { width: calc(100% + 14px) !important; }
}
/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V8_20260827_HTML_END */


/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V9_20260827_HTML_START */
@media (max-width: 700px) {
  /* The line is a flex child; lock its basis so the extra length is visible instead of shrinking back. */
  .etl-home-title-row__decoration::before,
  .etl-rk-title-row .etl-rk-decoration::before {
    flex: 0 0 calc(100% + 14px) !important;
    width: calc(100% + 14px) !important;
  }
}
/* ETL_HOME_TITLE_MOBILE_LINE_EXTEND_V9_20260827_HTML_END */

/* ETL_CUSTOMER_VOICE_AI_IMAGE_CSS_V1_START */
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(1) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(2) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(3) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(4) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(5) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(6) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(11) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(12) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(13) .img-box,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(14) .img-box {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(1) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(1) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(2) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(2) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(3) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(3) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(4) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(4) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(5) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(5) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(6) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(6) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(11) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(11) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(12) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(12) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(13) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(13) .img-placeholder,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(14) .card-img,
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(14) .img-placeholder {
  opacity: 0 !important;
}
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(1) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/9a9e4f0c98fd4c75a2a9e82d22225a53.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(2) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/ec0aa57df9914442a7040c1ca9e21fa1.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(3) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/565467ca8bd84ee4bfb2a2135cbceff2.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(4) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/948a059eb26d47fe94d790bdd0937d5d.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(5) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/b74bc1ecb058451cbd45e06194a1e81f.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(6) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/d055b8d481da4564a314e7318ff02735.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(11) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/093732dfeb834f4daa73a0c16ba48172.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(12) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/33dcb68788a543828e2423d224e165d3.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(13) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/55baac2f5cb0455b8f7faa2f0068bf1d.png") !important; }
.etl-home-customer-voice-wall .voice-scroller > .voice-card:nth-child(14) .img-box { background-image: url("https://img.myshopline.com/image/store/1716775129716/840b05c9cc234136af241ebb30e68e16.png") !important; }
/* ETL_CUSTOMER_VOICE_AI_IMAGE_CSS_V1_END */
