/* =====================================================
   CLAT-JAPAN Towel Category - Modern EC Design
   ===================================================== */
:root {
  --tw-green: #24bbb7;
  --tw-green-dk: #1a9d99;
  --tw-green-lt: #e6f7f6;
  --tw-green-mid: #86d6d3;
  --tw-green-deep: #0f6e6b;
  --tw-ink: #1a1a1a;
  --tw-text: #222;
  --tw-sub: #666;
  --tw-muted: #999;
  --tw-line: #ececec;
  --tw-line-2: #f4f4f4;
  --tw-bg: #fff;
  --tw-bg-2: #fafafa;
  --tw-price-red: #c8102e;
}

/* ===== Title → Hero: no gap ===== */
.cmn_pageTtl01:has(+ #productsWrapper[data-towel-modern="1"]) {
  margin-bottom: 0;
}
/* PC版のみ、タイトルとヒーローの間に少し余白を設ける */
@media (min-width: 768px) {
  .cmn_pageTtl01:has(+ #productsWrapper[data-towel-modern="1"]) {
    margin-bottom: 20px;
  }
}

/* ===== Base Font ===== */
.tw-hero, .tw-trust, .tw-sec, .tw-list-head, .tw-filt-wrap, .tw-prods, .tw-sel-amount, .tw-loadmore,
.tw-cases-wrap, .tw-flow, .tw-faqs, .tw-topics {
  -webkit-font-smoothing: antialiased;
}

/* ===== Hero Carousel（category/001 の ext_bnr コンテナと同寸） ===== */
.tw-hero { background: #fff; position: relative; margin: 0 auto 10px; }
.tw-hero-carousel {
  position: relative; width: 100%; overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 1140 / 404;
  max-height: 404px;
}
@media screen and (max-width: 1140px) {
  .tw-hero-carousel { max-height: none; height: calc(100vw * (404 / 1140)); }
}
@media (max-width: 767px) {
  .tw-hero-carousel {
    aspect-ratio: auto;
    max-height: none;
    height: min(44vh, 400px);
    min-height: 280px;
  }
  .tw-hero-info { bottom: 20px; }
  .tw-hero-info h2 { font-size: 22px; line-height: 1.35; }
}
.tw-hero-slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.1s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.tw-hero-slide.is-active { opacity: 1; pointer-events: auto; }
.tw-hero-photo {
  position: absolute; left: 0; right: 0; top: 0; height: 100%;
  background-size: cover; background-position: center 25%;
}
/* ヒーロー画像：PC／モバイルで出し分け */
.tw-hero-photo--sp { display: none; }
@media (max-width: 767px) {
  .tw-hero-photo--pc { display: none; }
  .tw-hero-photo--sp { display: block; }
}
@media (max-width: 767px) {
  .tw-hero-slide.is-active .tw-hero-photo {
    background-size: cover;
    background-position: center center;
  }
}
.tw-hero-photo::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 70%;
  pointer-events: none;
}
/* 上部キャッチコピー用グラデーション（可読性確保） */
.tw-hero-photo::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 45%; z-index: 1;
  background: linear-gradient(180deg,
    rgba(0,0,0,.6) 0%, rgba(0,0,0,.28) 50%, transparent 100%);
  pointer-events: none;
}
/* 上部にかぶせるキャッチコピー（改行なし・横一列・センター寄せ） */
/* #productsBox h2 / #detailBox h2 に詳細度で勝つようID付きで指定 */
#productsBox .tw-hero-title,
#detailBox .tw-hero-title {
  position: absolute; left: 6px; right: 6px; top: 20px; z-index: 6;
  margin: 0; color: #fff !important; font-weight: 900;
  font-size: 1.2em; line-height: 1.25;
  white-space: nowrap; overflow: visible;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
  border: 0 !important; text-align: center !important;
}
@media (min-width: 768px) {
  #productsBox .tw-hero-title,
  #detailBox .tw-hero-title {
    left: 24px; right: 24px; top: 28px;
    font-size: 1.6em;
  }
}
/* 同一文言でPCは1行・モバイルは改行ありを出し分け */
.tw-hero-title-pc { display: none; }
.tw-hero-title-sp { display: inline; }
@media (min-width: 768px) {
  .tw-hero-title-pc { display: inline; }
  .tw-hero-title-sp { display: none; }
}
.tw-hero-info {
  position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 6; color: #fff;
}
@media (min-width: 768px) {
  .tw-hero-info { left: 40px; right: 40px; bottom: 24px; }
}
.tw-hero-info h2 {
  font-weight: 900; font-size: 18px; line-height: 1.4;
  margin-bottom: 8px; text-shadow: 0 2px 12px rgba(0,0,0,.5);
  border: 0 !important; color: #fff !important; text-align: left !important;
}
@media (min-width: 768px) {
  #productsBox .tw-hero-info h2 { font-size: 1.7em; margin-bottom: 8px; }
}
.tw-hero-tags {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; margin-top: 4px;
}
@media (min-width: 768px) {
  .tw-hero-tags { display: flex; gap: 8px; }
}
.tw-hero-tag {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  background: rgb(0 0 0 / 30%); border: 1px solid rgba(255,255,255,.35);
  color: #fff; text-decoration: none; padding: 7px 4px; border-radius: 999px;
  font-size: 10.5px; font-weight: 600; white-space: nowrap;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); transition: .2s;
}
@media (min-width: 768px) {
  .tw-hero-tag { font-size: 12px; padding: 8px 16px; }
}
.tw-hero-tag:active, .tw-hero-tag:hover {
  background: rgba(255,255,255,.2); transform: scale(.97); color: #fff; text-decoration: none;
}
.tw-hero-tag svg { width: 12px; height: 12px; opacity: .85; flex: none; }
.tw-hero-dots {
  position: absolute; left: 0; right: 0; bottom: 6px; z-index: 7;
  display: flex; justify-content: center; gap: 6px;
}
@media (min-width: 768px) {
  .tw-hero-dots { bottom: 8px; }
}
.tw-hero-dots button {
  border: none; cursor: pointer; width: 22px; height: 3px; border-radius: 2px;
  background: rgba(255,255,255,.25); padding: 0; transition: background .3s, width .3s;
}
.tw-hero-dots button.is-active { background: #fff; width: 28px; }

/* ===== Trust Strip ===== */
.tw-trust {
  width: 100%;
  padding: 11px 0; background: var(--tw-green-lt); border-bottom: 1px solid var(--tw-line);
  cursor: pointer;
}
.tw-trust-row { display: grid; }
.tw-trust-row.r1 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #cfe0d6;
}
.tw-trust-row.r1 .t:nth-child(n+4) { display: none; }
.tw-trust-row.r2 { grid-template-columns: 1fr 1fr; }
.tw-trust .t {
  text-align: center; padding: 0 2px; border-right: 1px solid #cfe0d6;
  display: flex; align-items: center; justify-content: center; gap: 3px;
}
.tw-trust .t:last-child { border-right: none; }
.tw-trust .tn { font-size: 11px; font-weight: 700; color: var(--tw-green-dk); line-height: 1.25; white-space: nowrap; }
.tw-trust .tic { font-size: 10.5px; color: var(--tw-green-deep); font-weight: 700; }

/* ===== Towel size modal (migrated from products_towel.css) ===== */
.overlay {
  background-color: rgba(0,0,0,50%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}

.overlay.active{
  opacity: 1;
  visibility: visible;
}

.about_towel_sizes_modal .modal-container{
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10010;
}

.about_towel_sizes_modal .modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.about_towel_sizes_modal .modal-container.active{
  opacity: 1;
  visibility: visible;
}

.about_towel_sizes_modal .modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
  top: -130px;
}

.about_towel_sizes_modal .modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.about_towel_sizes_modal .modal-content{
  background: #fff;
  text-align: left;
  padding: 20px;
  border-radius: 6px;
}

.about_towel_sizes_modal .modal-content img{
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tw-trust-row.r1 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
  .tw-trust-row.r1 .t:nth-child(n+4) { display: flex; }
  .tw-trust-row.r2 { display: none; }
  .tw-trust .tn { font-size: 13px; }
}

/* ===== Aux blocks (最近チェックした商品 / ご利用案内) : align width with .tw-sec ===== */
.tw-aux { padding: 0 18px; }
@media (min-width: 768px) {
  .tw-aux { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
}

/* ===== Section ===== */
.tw-sec { padding: 38px 0px 8px; background: #fff; }
/* リード文セクションの上下余白を詰める */
.tw-sec-lead { padding-top: 2px; padding-bottom: 0; }
/* ヒーロー直下（リード文との間）の余白も詰める */
.tw-hero { margin-bottom: 2px; }
@media (min-width: 768px) {
  .tw-sec-lead { padding-top: 2px; padding-bottom: 0; }
  .tw-sec-lead .tw-sec-sub { margin-bottom: 10px; }
}
/* 商品一覧の見出し直下の余白を詰める */
.tw-sec-listhead { padding-top: 12px; padding-bottom: 0; }
.tw-sec-listhead .tw-sec-h { margin-bottom: 18px; }
/* 見出しの下に続く商品エリア先頭の余白も詰める */
#productsWrapper[data-towel-modern="1"] #twProductList .centerContentsWithSidebarWrapper > .sub_area:first-child {
  margin-top: 0;
}
#productsWrapper[data-towel-modern="1"] #twProductList .centerContentsWithSidebarWrapper > .sub_area:first-child .sub_area_ttl {
  margin-top: 0;
  padding-top: 0;
}
.tw-sec.alt { background: var(--tw-bg-2); }
@media (min-width: 768px) {
  .tw-sec { padding: 4px 30px 16px; max-width: 1200px; margin: 0 auto; }
}
.tw-sec-h {
  display: flex; align-items: flex-end; justify-content: space-between; margin-top: 20px; margin-bottom: 5px;
}
.tw-sec-h h2 {
  font-weight: 900; font-size: 18px; color: var(--tw-ink); letter-spacing: .005em;
  border: 0 !important; text-align: left !important; margin: 0 !important; padding: 0 !important;
}
@media (min-width: 768px) {
  .tw-sec-h h2 { font-size: 24px; }
}
.tw-sec-sub {
  font-size: .9em; color: var(--tw-sub); margin-top: 8px; margin-bottom: 14px; line-height: 1.5;
}
@media (min-width: 768px) {
  .tw-sec-sub { font-size: 1em; }
}
/* リード文（PC用テキスト）は左寄せ + サイズ調整 */
.tw-sec-sub.tw-lead-pc { font-size: .9em; text-align: left; }
@media (min-width: 768px) {
  .tw-sec-sub.tw-lead-pc { font-size: 1em; text-align: left; }
}

/* ===== 大口注文バナー ===== */
.tw-bulk-sec { padding-top: 4px; padding-bottom: 4px; }
.tw-bulk-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 84px;
  padding: 18px 22px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 110, 107, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tw-bulk-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 110, 107, .92) 0%, rgba(26, 157, 153, .82) 60%, rgba(36, 187, 183, .55) 100%);
}
.tw-bulk-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 110, 107, .28);
}
.tw-bulk-txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .01em;
}
.tw-bulk-arrow {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .7);
  transition: background .2s ease, transform .2s ease;
}
.tw-bulk-banner:hover .tw-bulk-arrow {
  background: rgba(255, 255, 255, .18);
  transform: translateX(3px);
}
@media (min-width: 768px) {
  .tw-bulk-banner { min-height: 104px; padding: 22px 32px; border-radius: 16px; }
  .tw-bulk-txt { font-size: 24px; }
  .tw-bulk-arrow { width: 48px; height: 48px; }
  .tw-bulk-arrow svg { width: 26px; height: 26px; }
}

/* ===== Use Case Grid ===== */
.tw-uc-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
@media (min-width: 768px) {
  .tw-uc-grid { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 12px; }
}
.tw-uc { text-decoration: none; color: var(--tw-ink); transition: opacity .2s; }
.tw-uc:active, .tw-uc:hover { opacity: .7; text-decoration: none; color: var(--tw-ink); }
.tw-uc-thumb {
  aspect-ratio: 3/4; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .tw-uc-thumb { aspect-ratio: 3/4; border-radius: 8px; }
}
.tw-uc-thumb::after {
  content: ""; position: absolute; inset: 0;
}
.tw-uc-lbl {
  margin-top: 8px; font-size: .8em; font-weight: 700; color: var(--tw-ink); line-height: 1.3;
}
@media (min-width: 768px) {
  .tw-uc-lbl { font-size: 1em; }
}
.tw-uc-cnt {
  font-size: 10px; color: var(--tw-muted); font-weight: 500; margin-top: 2px;
}
.tw-uc-bulk {
  grid-column: span 3; text-decoration: none; color: #fff;
  display: flex; align-items: stretch;
  background-size: cover; background-position: center;
  margin-top: 4px; position: relative; overflow: hidden; transition: filter .2s;
  min-height: 56px; border-radius: 6px;
}
.tw-uc-bulk::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(0, 80, 60, .55);
  z-index: 1;
}
@media (min-width: 768px) {
  .tw-uc-bulk { grid-column: span 6; min-height: 64px; border-radius: 8px; }
}
.tw-uc-bulk:active, .tw-uc-bulk:hover { filter: brightness(.85); color: #fff; text-decoration: none; }
.tw-uc-bulk .ub-body {
  flex: 1; padding: 12px 14px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 2;
}
.tw-uc-bulk .ub-jp { font-weight: 800; font-size: 14px; line-height: 1.35; color: #fff; }
@media (min-width: 768px) {
  .tw-uc-bulk .ub-jp { font-size: 18px; }
}
.tw-uc-bulk .ub-arrow {
  position: relative; z-index: 2;
  display: flex; align-items: center; padding: 0 16px;
  font-size: 20px; font-weight: 700; color: #fff;
}

/* ===== Size Cards ===== */
.tw-sizes { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; background: #fff; }
@media (min-width: 768px) {
  .tw-sizes { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 12px; }
}
.tw-size-card {
  display: block; text-decoration: none; color: var(--tw-ink);
  background: #fff; border: 1px solid var(--tw-line); border-radius: 6px;
  padding: 7px 5px 8px; transition: border-color .2s, transform .15s; text-align: center;
}
.tw-size-card:active, .tw-size-card:hover { border-color: var(--tw-green-deep); transform: scale(.98); text-decoration: none; color: var(--tw-ink); }
#productsBox .tw-size-card .sz-nm {
  font-size: .8em; font-weight: 700; color: var(--tw-ink); line-height: 1.25;
  margin-top: 0; margin-bottom: 5px; padding-bottom: 0; border-bottom: none; min-height: 2.5em;
  display: flex; align-items: center; justify-content: center;
}
@media (min-width: 768px) {
  #productsBox .tw-size-card .sz-nm { font-size: 1em; min-height: 1.5em; }
}
.tw-size-card .sz-img {
  aspect-ratio: 4/3; background: #fff;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 5px; padding: 1px;
}
.tw-size-card .sz-img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.tw-size-card .sz-desc { font-size: .75em; color: var(--tw-sub); line-height: 1.35; }
@media (min-width: 768px) {
  .tw-size-card .sz-desc { font-size: .9em; }
}

/* ===== Strengths ===== */
.tw-strengths {
  display: grid; grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "a a b b c c" ". d d e e .";
  gap: 8px; background: #fff;
}
@media (min-width: 768px) {
  .tw-strengths {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "a b c d e";
    gap: 12px;
  }
}
.tw-str-card:nth-child(1) { grid-area: a; }
.tw-str-card:nth-child(2) { grid-area: b; }
.tw-str-card:nth-child(3) { grid-area: c; }
.tw-str-card:nth-child(4) { grid-area: d; }
.tw-str-card:nth-child(5) { grid-area: e; }
.tw-str-card {
  background: #fff; border: 1px solid var(--tw-line); border-radius: 8px;
  padding: 12px 8px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.tw-str-card .str-ic {
  flex: none; width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 6px;
}
@media (min-width: 768px) {
  .tw-str-card .str-ic { width: 64px; height: 64px; }
}
.tw-str-card .str-ic svg, .tw-str-card .str-ic img { width: 100%; height: 100%; object-fit: contain; }
.tw-str-card .str-nm { font-size: .8em; font-weight: 800; color: var(--tw-ink); line-height: 1.3; margin-bottom: 3px; }
.tw-str-card .str-desc { font-size: .75em; color: var(--tw-sub); line-height: 1.5; text-align: left; }
@media (min-width: 768px) {
  .tw-str-card .str-nm { font-size: 1em; }
  .tw-str-card .str-desc { font-size: .9em; }
}

/* ===== Comparison Table ===== */
.tw-cmp-table {
  width: 100%; border-collapse: collapse; background: #fff; font-size: 10px; table-layout: fixed;
}
.tw-cmp-table th, .tw-cmp-table td {
  border: 1px solid var(--tw-line); padding: 8px 4px;
  text-align: center; vertical-align: middle; line-height: 1.4;
}
.tw-cmp-table thead th {
  background: #fff; color: var(--tw-sub); font-weight: 600; font-size: 11px; padding: 10px 4px; height: 38px;
}
.tw-cmp-table thead th.is-our {
  background: var(--tw-green-deep); color: #fff; font-weight: 800;
  border-color: var(--tw-green-deep); letter-spacing: .02em;
}
.tw-cmp-table th.row-h {
  background: #f7f5ef; color: var(--tw-ink); font-weight: 700; font-size: 9.5px;
  line-height: 1.45; width: 24%;
}
.tw-cmp-table td.is-our { border-color: var(--tw-green-deep); background: #fff; }
.tw-cmp-table tbody tr:first-child td.is-our { border-top-width: 2px; }
.tw-cmp-table tbody tr:last-child td.is-our { border-bottom-width: 2px; }
.tw-cmp-table td.is-our, .tw-cmp-table thead th.is-our { border-left-width: 2px; border-right-width: 2px; }
.tw-cmp-line1 { font-size: 9.5px; color: var(--tw-ink); font-weight: 600; margin-bottom: 2px; line-height: 1.3; }
.tw-cmp-line2 { font-size: 13px; font-weight: 800; color: var(--tw-ink); line-height: 1.2; letter-spacing: -.01em; }
.tw-cmp-line2 .yen { font-size: 10px; font-weight: 700; margin-left: 1px; }
.tw-cmp-line2 .tax { font-size: 8.5px; font-weight: 500; color: var(--tw-sub); margin-left: 2px; }
.tw-cmp-sub { font-size: 8.5px; color: var(--tw-sub); margin-top: 3px; line-height: 1.3; }
@media (min-width: 768px) {
  .tw-cmp-table { font-size: 13px; }
  .tw-cmp-table thead th { font-size: 15px; }
  .tw-cmp-table th.row-h { font-size: 13px; }
  .tw-cmp-line1 { font-size: 13px; }
  .tw-cmp-line2 { font-size: 20px; }
  .tw-cmp-line2 .yen { font-size: 14px; }
  .tw-cmp-line2 .tax { font-size: 11px; }
  .tw-cmp-sub { font-size: 11px; }
}
.tw-cmp-notes { margin-top: 10px; padding: 0; }
.tw-cmp-notes p { font-size: 8.5px; color: var(--tw-sub); line-height: 1.5; margin: 0 0 2px; }
@media (min-width: 768px) {
  .tw-cmp-notes p { font-size: 12px; }
}
.tw-cmp-msg { margin-top: 14px; text-align: center; font-size: 11px; color: var(--tw-ink); line-height: 1.7; }
.tw-cmp-msg .em { color: var(--tw-green-deep); font-weight: 800; font-size: 14px; display: inline-block; }
@media (min-width: 768px) {
  .tw-cmp-msg { font-size: 16px; }
  .tw-cmp-msg .em { font-size: 22px; }
}

/* ===== Customer Reviews (Horizontal Scroll) ===== */
.tw-cases-wrap {
  margin: 0 -18px; padding-bottom: 4px;
  overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch; touch-action: pan-x;
  scrollbar-width: none; -ms-overflow-style: none;
  cursor: grab; user-select: none;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 18px;
}
.tw-cases-wrap { overflow-x: auto !important; }
.tw-cases-wrap.is-dragging { cursor: grabbing; }
.tw-cases-wrap.is-dragging .tw-case-card { pointer-events: none; }
.tw-cases-wrap::-webkit-scrollbar { display: none; width: 0; height: 0; }
.tw-cases {
  display: flex; gap: 10px; padding: 0 18px; width: max-content; align-items: flex-start;
}
.tw-cases { display: flex !important; }
.tw-case-card {
  flex: 0 0 220px; width: 220px;
  text-decoration: none; color: var(--tw-ink);
  background: #fff; border: 1px solid var(--tw-line); border-radius: 10px;
  overflow: hidden; display: block; position: relative;
  scroll-snap-align: start;
}
a.tw-case-card { display: block !important; border: 1px solid var(--tw-line) !important; background: #fff !important; border-radius: 10px !important; overflow: hidden !important; }
@media (min-width: 768px) {
  .tw-case-card { flex: 0 0 280px; width: 280px; }
}
.tw-case-card:hover { text-decoration: none; color: var(--tw-ink); }
.tw-case-card .cs-img {
  aspect-ratio: 16/9; background: #fff; position: relative;
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
}
.tw-case-card .cs-img img { width: 100%; height: 100%; object-fit: contain; }
.tw-case-card .cs-body { padding: 12px 14px 14px; }
.tw-case-card .cs-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; gap: 8px; }
.tw-case-card .cs-rate { color: #f5b300; font-size: 11px; letter-spacing: 1px; line-height: 1; }
.tw-case-card .use-tag {
  display: inline-block; background: var(--tw-green-lt); color: var(--tw-green-deep);
  padding: 2px 8px; border-radius: 3px; font-size: 10px; font-weight: 600; line-height: 1.4;
}
.tw-case-card .cs-spec { margin-bottom: 10px; display: flex; flex-direction: column; gap: 3px; }
.tw-case-card .cs-spec .cs-row { display: flex; align-items: flex-start; gap: 8px; font-size: 10.5px; line-height: 1.5; }
.tw-case-card .cs-spec .cs-row { display: flex !important; }
.tw-case-card .cs-spec .lbl { color: var(--tw-muted); flex: none; width: 36px; font-weight: 400; }
.tw-case-card .cs-spec .val { color: var(--tw-text); font-weight: 500; flex: 1; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.tw-case-card .cs-spec .val .plink {
  color: var(--tw-green-deep); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px;
  text-decoration-color: rgba(15,110,107,.35);
}
.tw-case-card .cs-text {
  font-size: 10.5px; color: var(--tw-text); line-height: 1.65; margin-bottom: 10px;
  overflow-wrap: anywhere; word-break: break-word;
}
.tw-case-card .cs-by { font-size: 9.5px; color: var(--tw-muted); line-height: 1.4; display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.tw-case-card .cs-by .date { font-family: Inter, system-ui, -apple-system, sans-serif; letter-spacing: .02em; }

/* Fallback for browsers without aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
  .tw-case-card .cs-img { height: 0; padding-top: 56.25%; }
  .tw-case-card .cs-img img { position: absolute; inset: 0; }
}

@media (max-width: 767px) {
  .tw-case-card .cs-text {
    display: block;
    overflow: visible;
  }
}

/* ===== Order Flow Carousel ===== */
.tw-flow { position: relative; margin: 8px 0 0; background: #fff; user-select: none; overflow: hidden; }
.tw-flow-card {
  position: absolute; left: 50%; top: 0; width: 260px;
  background: #fff; border: 1px solid var(--tw-line); border-radius: 10px;
  padding: 14px 16px;
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .5s, box-shadow .5s, z-index 0s .25s;
  transform-origin: center top; cursor: pointer;
}
@media (min-width: 768px) {
  .tw-flow {
    display: flex; gap: 16px; overflow: visible;
    height: auto !important;
  }
  .tw-flow-card,
  .tw-flow-card.is-active,
  .tw-flow-card:hover {
    position: static; width: auto; flex: 1;
    transform: none !important; opacity: 1 !important;
    box-shadow: none !important; cursor: default; pointer-events: auto !important;
    padding: 20px 24px;
  }
  .tw-flow-head { margin-bottom: 12px; }
  .tw-flow-nm { font-size: 16px; }
  .tw-flow-desc { font-size: 12px; }
  .tw-flow-dots { display: none !important; }
}
.tw-flow-card.is-active {
  transform: translateX(-50%) scale(1); opacity: 1; z-index: 3;
  box-shadow: 0 8px 24px rgba(0,0,0,.15); cursor: default;
}
.tw-flow-card.is-prev { transform: translateX(calc(-50% - 110px)) scale(.85); opacity: .5; z-index: 2; }
.tw-flow-card.is-next { transform: translateX(calc(-50% + 110px)) scale(.85); opacity: .5; z-index: 2; }
.tw-flow-card:not(.is-active):not(.is-prev):not(.is-next) {
  transform: translateX(-50%) scale(.7); opacity: 0; z-index: 1; pointer-events: none;
}
.tw-flow-card .flow-inner { display: flex; flex-direction: column; }
.tw-flow-head { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.tw-flow-num {
  flex: none; background: #24bbb7; color: #fff;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; line-height: 1;
  box-shadow: 0 2px 4px rgba(15,110,107,.2);
}
.tw-flow-body { min-width: 0; }
.tw-flow-nm { flex: 1; min-width: 0; font-size: 16.5px; font-weight: 800; color: var(--tw-ink); line-height: 1.3; }
.tw-flow-desc { font-size: 11px; color: var(--tw-text); line-height: 1.65; }
.tw-flow-desc p { margin-bottom: 6px; }
.tw-flow-desc p:last-child { margin-bottom: 0; }
.tw-flow-tel {
  margin-top: 10px; padding: 9px 11px; background: var(--tw-green-lt); border-radius: 6px;
  display: flex; align-items: center; gap: 10px;
}
.tw-flow-tel .tel-lbl {
  flex: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background: var(--tw-green-deep); color: #fff;
  font-size: 9px; font-weight: 700; line-height: 1.3;
  padding: 5px 8px; border-radius: 6px;
}
.tw-flow-tel .tel-info { flex: 1; min-width: 0; }
.tw-flow-tel .tel-num {
  font-size: 16px; font-weight: 900; color: var(--tw-green-dk);
  text-decoration: none; display: block; line-height: 1.1;
}
@media (min-width: 768px) {
  .tw-flow-tel .tel-num {
    pointer-events: none; cursor: default;
  }
}
.tw-flow-tel .tel-hr { font-size: 8.5px; color: var(--tw-sub); line-height: 1.3; margin-top: 1px; }
.tw-flow-dots { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.tw-flow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #d0d0c8; border: none; padding: 0; cursor: pointer;
  transition: background .25s, width .25s;
}
.tw-flow-dot.is-active { background: var(--tw-green-deep); width: 18px; border-radius: 3px; }

/* ===== FAQ ===== */
.tw-faqs { display: flex; flex-direction: column; gap: 6px; background: #fff; }
.tw-faq-item {
  background: #fff; border: 1px solid var(--tw-line); border-radius: 6px; overflow: hidden;
}
.tw-faq-q {
  display: flex; align-items: center; gap: 8px; padding: 12px 14px;
  cursor: pointer; list-style: none; background: #fff; transition: background .2s;
}
.tw-faq-q::-webkit-details-marker { display: none; }
.tw-faq-q::marker { content: ""; }
.tw-faq-q:hover { background: #fafaf6; }
.tw-faq-q .q-mark {
  flex: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--tw-green-deep); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 11px; line-height: 1;
}
.tw-faq-q .q-text { flex: 1; font-size: 12px; font-weight: 600; color: var(--tw-ink); line-height: 1.4; }
@media (min-width: 768px) {
  .tw-faq-q .q-text { font-size: 14px; }
}
.tw-faq-q .q-arrow {
  flex: none; width: 14px; height: 14px; color: var(--tw-sub); transition: transform .25s;
}
.tw-faq-item[open] .q-arrow { transform: rotate(180deg); }
.tw-faq-a { padding: 0 14px 14px 42px; font-size: 11px; color: var(--tw-text); line-height: 1.65; }
@media (min-width: 768px) {
  .tw-faq-a { font-size: 14px; }
}

/* ===== Topics ===== */
.tw-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; background: #fff; }
@media (min-width: 768px) {
  .tw-topics { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 16px; }
}
.tw-topic-card {
  display: block; text-decoration: none; color: var(--tw-ink);
  background: #fff; border: 1px solid var(--tw-line); border-radius: 8px;
  overflow: hidden; transition: transform .15s;
}
.tw-topic-card:active, .tw-topic-card:hover { transform: scale(.98); text-decoration: none; color: var(--tw-ink); }
.tw-topic-card .tp-img {
  aspect-ratio: 3/2; background-size: cover; background-position: center; background-color: #f0ece2;
}
.tw-topic-card .tp-body { padding: 10px 12px; }
.tw-topic-card .tp-nm { font-size: 12px; font-weight: 700; color: var(--tw-ink); line-height: 1.35; margin-bottom: 3px; }
.tw-topic-card .tp-desc { font-size: 9.5px; color: var(--tw-sub); line-height: 1.45; }

/* ===== Product Grid ===== */
.tw-list-head { padding: 34px 18px 12px; background: #fff; }
@media (min-width: 768px) {
  .tw-list-head { padding: 50px 40px 16px; max-width: 1200px; margin: 0 auto; }
}
.tw-list-head h2 {
  font-weight: 900; font-size: 18px; color: var(--tw-ink);
  border: 0 !important; text-align: left !important; margin: 0 !important; padding: 0 !important;
}
@media (min-width: 768px) {
  .tw-list-head h2 { font-size: 24px; }
}
.tw-list-head .lh-sub { margin-top: 4px; font-size: 11px; color: var(--tw-muted); }
.tw-list-head .lh-sub b { color: var(--tw-ink); font-weight: 700; }

/* Filter bar */
.tw-filt-wrap {
  background: #fff; padding: 0 0 4px;
  position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--tw-line);
}
.tw-filt-wrap.is-dd-open { z-index: 200; }
.tw-filt-bar { padding: 6px 14px 12px; }
@media (min-width: 768px) {
  .tw-filt-bar { padding: 6px 40px 12px; max-width: 1200px; margin: 0 auto; }
}
.tw-filt-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.tw-filt-row--meta { margin-top: 6px; margin-bottom: 0; }
.tw-filt-row--meta .lh-sub { font-size: 11px; color: var(--tw-muted); }
.tw-filt-row--meta .lh-sub b { color: var(--tw-ink); font-weight: 700; }
.tw-filt-row--meta .tw-list-note { margin-top: 2px; }

/* Make list note less prominent (only list header/meta area) */
.tw-list-head .tw-list-note,
.tw-filt-wrap .tw-list-note {
  font-size: 10px;
  color: var(--tw-muted);
  opacity: .75;
  line-height: 1.35;
}
.tw-cat-towel-scope .tw-list-head .tw-list-note,
.tw-cat-towel-scope .tw-filt-wrap .tw-list-note {
  margin-top: 4px;
}
.tw-filt-row .ft {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 600; color: var(--tw-ink); letter-spacing: .04em;
}
.tw-filt-row .ft svg { width: 14px; height: 14px; }
.tw-filt-row .sort {
  margin-left: auto; font-size: 12px; color: var(--tw-ink);
  text-decoration: none; display: flex; align-items: center; gap: 4px; font-weight: 500;
  background: none; border: none; cursor: pointer; padding: 0;
}
.tw-filt-scroll-wrap { position: relative; margin: 0 -14px; }
.tw-filt-scroll-wrap::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 36px;
  pointer-events: none; z-index: 2;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 80%);
}
.tw-filt-scroll {
  display: flex; gap: 6px; overflow-x: auto; overflow-y: hidden;
  padding: 2px 14px 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.tw-filt-scroll::-webkit-scrollbar { display: none; }
.tw-filt-scroll::after { content: ""; flex: none; width: 24px; }
.tw-chip-f {
  flex: none; display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid var(--tw-line); background: #fff; color: var(--tw-text);
  font-size: 12px; font-weight: 500;
  padding: 7px 13px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: .2s;
  font-family: inherit; line-height: 1.2; cursor: pointer;
}
button.tw-chip-f { appearance: none; -webkit-appearance: none; }
.tw-chip-f .arr { color: #bbb; font-size: 8px; transition: transform .2s; }
.tw-chip-f.is-open .arr { transform: rotate(180deg); }
.tw-chip-f.on {
  border-color: var(--tw-green-deep); background: var(--tw-green-deep); color: #fff; font-weight: 600;
}
.tw-chip-f.on .arr { color: #86d6d3; }
.tw-chip-f.on .count {
  background: rgba(255,255,255,.2); color: #fff;
  font-size: 9.5px; font-weight: 700;
  padding: 1px 5px; border-radius: 99px; margin-left: 1px;
}

/* Filter dropdown (Uniqlo-style) */
.tw-filt-dd-backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(0,0,0,.25);
}
.tw-filt-dropdown {
  position: absolute; left: 0; right: 0; top: 100%; z-index: 160;
  background: #fff;
  border-bottom: 1px solid var(--tw-line);
  box-shadow: 0 12px 24px -8px rgba(0,0,0,.12);
}
.tw-filt-dd-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 14px 20px;
}
@media (min-width: 768px) {
  .tw-filt-dd-inner { padding: 0 40px 24px; }
}
.tw-filt-dd-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0 10px;
  border-bottom: 1px solid var(--tw-line);
}
.tw-filt-dd-count { font-size: 13px; color: var(--tw-sub); }
.tw-filt-dd-count b { color: var(--tw-ink); font-weight: 700; }
.tw-filt-dd-close {
  background: none; border: none; cursor: pointer;
  width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
  color: var(--tw-sub); padding: 0;
}
.tw-filt-dd-body { padding-top: 16px; }
.tw-filt-dd-title {
  font-size: 15px; font-weight: 700; color: var(--tw-ink);
  margin: 0 0 14px; padding: 0;
  border: 0 !important; text-align: left !important;
}
.tw-filt-dd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
}
@media (min-width: 768px) {
  .tw-filt-dd-grid { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 6px 24px; }
}
.tw-filt-dd-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 4px; cursor: pointer;
  font-size: 13px; color: var(--tw-text); font-weight: 400;
  margin: 0;
}
.tw-filt-dd-opt input {
  position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
}
.tw-filt-dd-box {
  flex: none; width: 18px; height: 18px;
  border: 1.5px solid #ccc; border-radius: 2px;
  background: #fff; position: relative; transition: .15s;
}
.tw-filt-dd-opt input:checked + .tw-filt-dd-box {
  border-color: var(--tw-green-deep); background: var(--tw-green-deep);
}
.tw-filt-dd-opt input:checked + .tw-filt-dd-box::after {
  content: "";
  position: absolute; left: 5px; top: 2px;
  width: 5px; height: 9px;
  border: solid #fff; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tw-filt-dd-lbl { line-height: 1.35; }
.tw-filt-dd-opt:active { opacity: .7; }
.tw-filt-dd-opt--use {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  font-size: 13px;
  color: var(--tw-text);
}
.tw-filt-dd-check-label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.tw-filt-dd-opt--use .tw-filt-dd-check-label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.tw-filt-dd-lbl--link {
  line-height: 1.35;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
a.tw-filt-dd-lbl--link.is-active,
a.tw-filt-dd-lbl--link:hover {
  color: var(--tw-green-deep);
  font-weight: 600;
}

#twAjaxProducts.is-loading {
  opacity: .45;
  pointer-events: none;
  transition: opacity .2s;
}
#twAjaxProducts.is-loading::after {
  content: "";
  display: block;
  width: 28px; height: 28px; margin: 24px auto;
  border: 2px solid var(--tw-line);
  border-top-color: var(--tw-green);
  border-radius: 50%;
  animation: tw-filt-spin .7s linear infinite;
}
@keyframes tw-filt-spin { to { transform: rotate(360deg); } }

/* Sort bottom sheet */
.tw-sort-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 9999;
}
.tw-sort-overlay.is-open { opacity: 1; pointer-events: auto; }
.tw-sort-sheet {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: #fff; border-radius: 14px 14px 0 0;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(.32,.72,0,1);
  max-height: 80vh; display: flex; flex-direction: column;
  box-shadow: 0 -8px 20px -8px rgba(0,0,0,.15);
  z-index: 10000;
}
.tw-sort-overlay.is-open .tw-sort-sheet { transform: translateY(0); }
.tw-sort-handle {
  padding: 10px 0 6px; display: flex; justify-content: center;
}
.tw-sort-handle::before {
  content: ""; width: 36px; height: 4px; background: #d8d8d8; border-radius: 2px;
}
.tw-sort-head {
  padding: 6px 18px 14px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--tw-line);
}
.tw-sort-head h3 { font-size: 15px; font-weight: 700; color: var(--tw-ink); }
.tw-sort-close {
  background: none; border: none; cursor: pointer;
  width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
  color: var(--tw-sub);
}
.tw-sort-options { padding: 6px 0 10px; }
.tw-sort-options a {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  padding: 14px 20px; background: none; border: none;
  font-size: 14px; color: var(--tw-ink); text-decoration: none;
  font-weight: 500; transition: background .15s;
}
.tw-sort-options a:active { background: var(--tw-bg-2); }
.tw-sort-options a.is-active { color: var(--tw-green-deep); font-weight: 700; }
.tw-sort-options a .check { width: 18px; height: 18px; color: var(--tw-green-deep); opacity: 0; }
.tw-sort-options a.is-active .check { opacity: 1; }

/* Product cards */
.tw-prods {
  padding: 14px 12px 28px; background: #fff;
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 10px;
}
@media (min-width: 768px) {
  .tw-prods { grid-template-columns: 1fr 1fr 1fr; gap: 24px 16px; padding: 20px 40px 40px; max-width: 1200px; margin: 0 auto; }
}
@media (min-width: 1024px) {
  .tw-prods { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
.tw-p { text-decoration: none; color: var(--tw-text); display: block; transition: opacity .2s; position: relative; }
.tw-p:active, .tw-p:hover { opacity: .7; text-decoration: none; color: var(--tw-text); }
.tw-cat-towel-scope .tw-p {
  background: transparent;
}
.tw-p-ship-wrap { margin-bottom: 0; }
.tw-p-ship {
  background: #24bbb7; color: #fff;
  font-size: 10.5px; font-weight: 600; text-align: center;
  padding: 5px 4px; letter-spacing: .02em; line-height: 1.2;
}
.tw-p-ship.fast { background: #24bbb7; }
.tw-p-ship.slow { background: #6b6b6b; }
.tw-p-img {
  aspect-ratio: 1/1; background: #fff; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; padding: 8px;
}
.tw-p-img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.tw-p-tags2 { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; }
.tw-ptag2 {
  font-size: 10.5px; font-weight: 600; color: #0f6e6b;
  border: 1px solid #b4e1de; background: #e6f5f4;
  text-align: center; padding: 3px 4px; line-height: 1.2; letter-spacing: .02em;
}
.tw-p-body { padding: 8px 2px 0; }
.tw-cat-towel-scope .tw-p-body { padding: 10px 10px 12px; }
.tw-p-nm {
  font-size: 12.5px; font-weight: 700; color: var(--tw-ink); line-height: 1.45;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  line-clamp: 2;
  min-height: 36px; margin-bottom: 4px;
}
.tw-p-code { font-size: 10px; color: var(--tw-sub); letter-spacing: .02em; margin-bottom: 6px; }
.tw-p-code .sep { margin: 0 4px; opacity: .8; }
.tw-p-spec { font-size: 10.5px; color: var(--tw-text); line-height: 1.55; display: flex; flex-direction: column; gap: 1px; }
.tw-p-spec .row { display: flex; gap: 6px; align-items: baseline; }
.tw-p-spec .lbl {
  flex: none; color: var(--tw-sub); font-size: 9.5px;
  padding: 1px 5px; background: #f0efe9; border-radius: 2px; font-weight: 500;
}
.tw-p-spec .val { flex: 1; min-width: 0; color: var(--tw-ink); font-weight: 500; }
.tw-p-price {
  margin-top: 6px; font-size: 11px; color: var(--tw-price-red); font-weight: 700;
}
.tw-p-price span { font-size: 16px; font-weight: 900; }

/* category towel scoped card price */
.tw-cat-towel-scope .tw-p-price {
  margin-top: 8px;
  font-size: 11px;
  color: var(--tw-ink);
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
}
.tw-cat-towel-scope .tw-p-price .tw-p-price-qty { color: var(--tw-sub); font-size: 10.5px; font-weight: 600; }
.tw-cat-towel-scope .tw-p-price .tw-p-price-val { font-size: 16px; font-weight: 900; color: var(--tw-green-deep); letter-spacing: .01em; }
.tw-cat-towel-scope .tw-p-price .tw-p-price-unit { font-size: 12px; font-weight: 800; color: var(--tw-green-deep); }
.tw-cat-towel-scope .tw-p-price .tw-p-price-tax { font-size: 10px; color: var(--tw-sub); font-weight: 600; }
.tw-p-fav {
  position: absolute; top: 32px; right: 6px; z-index: 3;
  width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.8);
  display: flex; align-items: center; justify-content: center;
  border: none; cursor: pointer; transition: .2s;
}
.tw-p-fav svg { width: 16px; height: 16px; stroke: var(--tw-sub); fill: none; stroke-width: 1.8; }
.tw-p-fav.is-on svg { fill: #e74c3c; stroke: #e74c3c; }

/* Load more */
.tw-loadmore { text-align: center; padding: 8px 0 30px; background: #fff; }
.tw-loadmore .nm { font-size: 11px; color: var(--tw-muted); margin-bottom: 10px; }
.tw-loadmore .nm b { color: var(--tw-ink); font-weight: 700; }

/* More button */
.tw-more-btn-wrap { padding: 16px 18px 0; text-align: center; }
.tw-more-btn {
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; color: var(--tw-ink); border: 1px solid var(--tw-ink);
  padding: 10px 24px; font-size: 12px; font-weight: 700; letter-spacing: .02em; background: #fff;
  transition: background .2s, color .2s;
}
.tw-more-btn:active, .tw-more-btn:hover { background: var(--tw-ink); color: #fff; text-decoration: none; }
.tw-more-btn svg { width: 11px; height: 11px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; }

/* ===== Amount Selector ===== */
.tw-sel-amount {
  background: #f5f5f5; color: var(--tw-ink);
  font-size: 13px; font-weight: 500; text-align: center;
  margin: 0 12px 8px; padding: 8px 12px; border-radius: 6px;
}
@media (min-width: 768px) {
  .tw-sel-amount { max-width: 400px; margin: 0 auto 12px; }
}

/* Lead copy above usecase */
.tw-ship-lead {
  margin: 10px 0 2px;
  color: var(--tw-ink);
  display: flex;
  justify-content: center;
}
.tw-ship-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--tw-green-mid);
}
.tw-ship-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  min-width: 0;
}
.tw-ship-ico {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid var(--tw-green-deep);
  position: relative;
  box-sizing: border-box;
}
.tw-ship-ico::before,
.tw-ship-ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  background: var(--tw-green-deep);
  transform-origin: 50% 100%;
  border-radius: 1px;
}
.tw-ship-ico::before {
  height: 5px;
  transform: translate(-50%, -100%);
}
.tw-ship-ico::after {
  height: 7px;
  transform: translate(-50%, -100%) rotate(55deg);
}
.tw-ship-main {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
  color: var(--tw-green-deep);
  line-height: 1;
}
.tw-ship-txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.tw-ship-date {
  font-size: 26px;
  font-weight: 900;
  color: var(--tw-green-deep);
  letter-spacing: .01em;
  line-height: 1;
}
.tw-ship-note {
  margin: 0;
  font-size: 10px;
  color: var(--tw-sub);
  line-height: 1.45;
  text-align: left;
}
@media (min-width: 768px) {
  .tw-sec-lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tw-sec-lead .tw-sec-sub {
    /* ヒーロー(.tw-hero-carousel aspect-ratio 1140/404)と横幅を揃える */
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    white-space: normal;
  }
  .tw-sec-lead .tw-ship-lead {
    width: 100%;
    margin: 0;
  }
  .tw-ship-badge { padding: 16px 32px; gap: 6px; }
  .tw-ship-date { font-size: 30px; }
  .tw-ship-note { font-size: 11px; }
}

/* =====================================================
   Mobile tweaks for towel FV (match new design comps)
   ===================================================== */
@media (max-width: 767px) {
  /* Break out of #productsBox.cmn_cont01 side padding  edge-to-edge hero */
  #productsWrapper[data-towel-modern="1"] .tw-hero {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .tw-hero-carousel {
    width: 100%;
    max-height: none;
    aspect-ratio: auto;
    height: min(44vh, 400px);
    min-height: 280px;
  }

  .tw-hero-info { left: 12px; right: 12px; bottom: 22px; }
  .tw-hero-info h2 { font-size: 24px; line-height: 1.32; margin-bottom: 10px; }

  /* 3 tags in one horizontal row */
  .tw-hero-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 5px;
    margin-top: 6px;
  }
  .tw-hero-tag {
    flex: 1 1 0;
    min-width: 0;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.22);
    padding: 8px 4px;
    font-size: 9.5px;
    font-weight: 700;
    gap: 3px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .tw-hero-tag svg { width: 11px; height: 11px; opacity: .9; flex-shrink: 0; }

  /* Dots are not shown in the mobile design */
  .tw-hero-dots { display: none; }

  /* Trust strip spacing closer to comp */
  .tw-trust { padding: 10px 0; }
  .tw-trust-row.r1 { padding-bottom: 10px; margin-bottom: 10px; }
}
.tw-sel-amount select {
  font-weight: 700; font-size: 14px; color: var(--tw-price-red);
  border: 1px solid var(--tw-line); border-radius: 4px;
  padding: 4px 8px; background: #fff; margin: 0 4px;
}
.tw-sel-amount .note {
  display: block; font-size: 10px; color: var(--tw-sub); margin-top: 4px;
}

/* 用途別エリアの見出しのみフォントサイズを調整 */
#productsBox h2.sub_area_ttl {
  font-size: 1.2em;
}

/* リード文：PC／モバイルで文章を出し分け */
.tw-lead-sp { display: none; }
@media (max-width: 767px) {
  .tw-lead-pc { display: none; }
  .tw-lead-sp { display: block; }
}
