/* =========================================================
  驚きのくりーん / jokin.css
  配置は変えず、Pop'nLandトンマナに調整
========================================================= */

.cleaner-page-wrap{
  background:#F5F2EA;
}

.cleaner-page{
  --text:#242424;
  --cream:#F5F2EA;
  --white:#fff;
  --teal:#01C8BD;
  --teal-dark:#00a79f;
  --yellow:#F4CC00;
  --orange:#FF7E00;
  --purple:#752DB7;
  --red:#EE4848;
  --line:#e7ded2;
  --shadow:0 18px 45px rgba(96,70,32,.12);
  position:relative;
  overflow:hidden;
  background:#F5F2EA;
  color:var(--text);
font-family:"Zen Kaku Gothic New",sans-serif; 
}

.cleaner-page *{
  box-sizing:border-box;
}

.cleaner-page img{
  display:block;
  height:auto;
}

.mat-spec p{
  text-align: left;
  font-weight: 700;
}

/* 背景装飾 */

.shape{
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
}

.shape-yellow{
  width:260px;
  height:260px;
  background:var(--yellow);
  right:-110px;
  top:50px;
}

.shape-cyan{
  width:230px;
  height:230px;
  background:var(--teal);
  left:-110px;
  top:420px;
}

.shape-orange{
  width:280px;
  height:280px;
  background:var(--orange);
  right:-130px;
  top:1120px;
}

.shape-purple{
  width:230px;
  height:230px;
  background:var(--purple);
  left:-120px;
  bottom:520px;
}

.line-art{
  position:absolute;
  z-index:1;
  width:130px;
  fill:none;
  stroke:var(--yellow);
  stroke-width:10;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}

.curl-right{
  right:8%;
  top:230px;
}

.curl-left{
  left:7%;
  top:900px;
  stroke:var(--teal);
}

/* 共通幅 */

.cleaner-page > section,
.cleaner-page .bottom-wave{
  position:relative;
  z-index:2;
  width:min(1080px,70%);
  margin-left:auto;
  margin-right:auto;
}
.hero{
    width:min(1180px,92%);
    margin:0 auto;
}

.cleaner-page > section{
    width:min(1080px,92%);
    margin:0 auto;
}
/* HERO */

.cleaner-page .hero{
  text-align:center;
}

.cleaner-page .hero h1{
  margin:0 0 26px;
  font-size:clamp(30px,4.5vw,48px);
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
}

.section-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-bottom:24px;
}

.section-line span{
  width:76px;
  height:8px;
  background:radial-gradient(circle at 4px 4px,var(--teal) 4px,transparent 5px) 0 0 / 16px 8px repeat-x;
}

.section-line strong{
  color:var(--teal);
  font-size:20px;
  font-weight:900;
}

.cleaner-page .lead{
  max-width:860px;
  margin:0 auto;
  color:#5d5750;
  font-size:15px;
  line-height:2;
  font-weight:700;
}

@media (min-width:1025px){

.cleaner-bottle{
    transform:rotate(10deg);
    transform-origin:center center;
}

}
/* 注文エリア */

.order-area{

  align-items:stretch;

}

.ratio-table,


.ratio-table{
  padding:26px;
}

.ratio-table table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
}

.ratio-table th,
.ratio-table td{
  padding:16px;
  border:1px solid var(--line);
  font-size:14px;
  line-height:1.7;
  text-align:left;
}

.ratio-table th{
  background:#01C8BD;
  color:#fff;
  font-weight:900;
}

.ratio-table td{
  background:#fff;
  color:#5d5750;
  font-weight:700;
}

.cart-box{
  padding:34px 28px;
  text-align:center;
}

.cart-box h2{
  margin:0 0 24px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.4;
  font-weight:900;
}

.select-row{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:14px;
  align-items:center;
  margin-bottom:24px;
}

.select-row label{
  color:var(--teal);
  font-weight:900;
}

.select-row select{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border:2px solid var(--line);
  border-radius:12px;
  background:#fff;
  font-weight:800;
}

.cart-btn{
  display:grid;
  place-items:center;
  min-height:54px;
  color:#fff;
  border-radius:999px;
  font-weight:900;
  transition:.2s;
}

.cart-btn:hover{
  transform:translateY(2px);

}

/* 使用シーン */

.scene{
  margin-bottom:70px;
}

.scene h2,
.message h2,
.features h2,
.mechanism h2,
.parts-search h2,
.category-search h2{
  margin:0 0 30px;
  text-align:center;
  font-size:3rem;
  line-height:1.45;
  font-weight:900;
}


.scene-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.scene-grid article{
  background:#fff;
  border-radius:30px;
  padding:22px;
  box-shadow:var(--shadow);
}

.scene-grid img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:22px;
  background:#f7f4ec;
  margin-bottom:18px;
}

.scene-grid h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
}

.scene-grid p{
  margin:0;
  color:#5d5750;
  font-size:14px;
  line-height:1.9;
  font-weight:700;
}

/* メッセージ */



.message p{
  max-width:820px;
  margin:0 auto;
  color:#5d5750;
  font-size:15px;
  line-height:2;
  font-weight:700;
}

/* 特長 */

.features{
  display:grid;
  gap:22px;
  margin-bottom:74px;
}

.features article{

  gap:26px;
  align-items:center;
  background:#fff;
  border-radius:30px;
  padding:26px;
  box-shadow:var(--shadow);
}

.icon-circle{
  width:120px;
  height:120px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#f7f4ec;
  border:6px solid var(--teal);
  border-radius:50%;
}

.icon-circle img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.features h3{
  margin:0 0 10px;
  color:var(--teal);
  font-size:24px;
  line-height:1.45;
  font-weight:900;
}

.features p{
  margin:0;
  color:#5d5750;
  font-size:14px;
  line-height:1.9;
  font-weight:700;
}

/* メカニズム */



.mechanism > p{
  max-width:820px;

  text-align:center;
  color:#5d5750;
  font-size:15px;
  line-height:2;
  font-weight:700;
}



.mechanism-box h3{
  margin:0 0 20px;
  font-size:24px;
  font-weight:900;
}


.mechanism-box.green h3{
  color:var(--teal);
}

.mechanism-grid{
  display:grid;
  place-items:center;
  border-radius:22px;
  padding:22px;
}

.mechanism-grid img{
  width:100%;
  max-height:380px;
  object-fit:contain;
}

.mat-spec2{
    background: #fff;      /* 背景色 */
    border-radius: 20px;   /* 角を丸くする */
    padding: 20px;         /* 文字が角にくっつかないように */
      margin: 20px auto;
}

.mat-spec2 p{
  font-size: 1.5rem;
  text-align: left;
}

/* 下部注文 */

.bottom-order{
  margin-top:10px;
}

/* 検索系 */

.parts-search,
.category-search{
  padding:48px 0 58px;
  border-top:1px dashed #c9c2b8;
}

.parts-search h2 span,
.category-search h2 span{
  display:inline-block;
  width:30px;
  height:30px;
  margin-right:10px;
  vertical-align:-6px;
  border:4px solid var(--teal);
  border-radius:50%;
  position:relative;
}

.parts-search h2 span::after,
.category-search h2 span::after{
  content:"";
  position:absolute;
  right:-11px;
  bottom:0;
  width:13px;
  height:4px;
  background:var(--teal);
  border-radius:999px;
  transform:rotate(45deg);
}

.parts-grid,
.category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.parts-grid a,
.category-grid a{
  display:grid;
  place-items:center;
  min-height:120px;
  padding:18px 12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  text-align:center;
  box-shadow:0 12px 28px rgba(96,70,32,.08);
  transition:.24s;
}

.parts-grid a:hover,
.category-grid a:hover{
  transform:translateY(-3px);
  border-color:var(--teal);
}

.parts-grid em,
.category-grid em{
  display:block;
  width:70px;
  height:56px;
  margin-bottom:12px;
  border:2px dashed var(--teal);
  border-radius:14px;
  background:#f7f4ec;
}

.category-grid em{
  width:76px;
  height:76px;
  border-radius:50%;
}

.parts-grid strong,
.category-grid strong{
  font-size:13px;
  line-height:1.5;
  font-weight:900;
}

/* bottom wave */

.bottom-wave{
  height:42px;
  margin-top:24px;
  background:radial-gradient(28px 28px at 28px 42px,var(--teal) 27px,transparent 28px) 0 0 / 56px 42px repeat-x;
}

/* responsive */

@media(max-width:1024px){
  .order-area,
  .scene-grid{
    grid-template-columns:1fr;
  }

  .parts-grid,
  .category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){


  .cleaner-page .hero h1{
    font-size:28px;
  }

  .section-line{
    gap:12px;
  }

  .section-line span{
    width:38px;
  }

  .ratio-table,
  .cart-box,
  .message,
  .features article,
  .mechanism-box{
    border-radius:24px;
  }

  .ratio-table,
  .cart-box,
  .message,
  .mechanism-box{
    padding:22px 16px;
  }

  .select-row,
  .features article,
  .parts-grid,
  .category-grid{
    grid-template-columns:1fr;
  }

  .scene-grid img{
    height:220px;
  }

  .icon-circle{
    margin:0 auto;
  }

  .features article{
    text-align:center;
  }

  .shape-yellow{
    width:190px;
    height:190px;
    right:-90px;
  }

  .shape-cyan{
    width:170px;
    height:170px;
    left:-90px;
  }

  .shape-orange,
  .shape-purple{
    width:180px;
    height:180px;
  }

  .line-art{
    width:90px;
  }

  .message h2{
    font-size: 2rem;
  }
}
.hero{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin:0 auto;
  padding:64px 18px 58px;
  text-align:center;
}

.kicker{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:26px;
  margin-bottom:14px;
}

.kicker span{
  width:92px;
  height:3px;
  background:#01C8BD;
  border-radius:999px;
}

.kicker strong{
  color:#01C8BD;
  font-size:25px;
  line-height:1;
  letter-spacing:.09em;
  font-weight:900;
}

.hero h1{
  margin:0;
  color:#242424;
  font-size:clamp(30px,4vw,42px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:.05em;
}

.lead{
  max-width:900px;
  margin:20px auto 0;
  color:#5d5750;
  font-size:16px;
  line-height:2;
  font-weight:700;
}

.category-name{
  display:table;
  margin:24px auto 0;
  padding:0 18px 6px;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
  color:#242424;
  background:linear-gradient(transparent 58%,#F4CC00 58%);
}
/* =========================
   商品一覧
========================= */



.ww-grid{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:34px;
}

.ww-card{
  background:#f7f7f7;
  border-radius:18px;
  padding:14px;
  display:flex;
  flex-direction:column;
}

.ww-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}

.ww-head span{
  width:52px;
  height:52px;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:700;
  border-radius:8px;
}

.ww-head h3{
  margin:4px 0 0;
  font-size:18px;
  line-height:1.6;
  font-weight:700;
}

/* =========================
   商品画像
========================= */

.ww-img{
  position:relative;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
  aspect-ratio:1/1;
  margin-bottom:20px;
}

.ww-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  transition:.2s;
}

.ww-nav{
  position:absolute;
  bottom:14px;
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:#fff;
  box-shadow:0 3px 10px rgba(0,0,0,.15);
  cursor:pointer;
  font-size:22px;
  color:#01c8bd;
}

.ww-prev{
  left:12px;
}

.ww-next{
  right:12px;
}

/* =========================
   生地情報
========================= */

.mat-info{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}

.mat-info p{
  margin:4px 0;
  font-size:14px;
  line-height:1.8;
}

.mat-color-btn{
  border:2px solid #01c8bd;
  background:#fff;
  color:#01c8bd;
  border-radius:999px;
  padding:10px 22px;
  cursor:pointer;
  font-weight:700;
  transition:.3s;
}

.mat-color-btn:hover{
  background:#01c8bd;
  color:#fff;
}

/* =========================
   商品仕様
========================= */

.mat-spec{
  background:#f2f2f2;
  border-radius:10px;
  padding:16px 20px;
}


/* =========================
   カートボタン
========================= */

.cart-btn{
  width:240px;
  height:54px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  border:2px solid #222;
  background:#fff;
  color:#222;
  text-decoration:none;
  font-weight:700;
  transition:.3s;
}

.cart-btn:hover{
  background:#01C8BD;
  color:#fff;
}

/* =========================
   タブレット
========================= */

@media (max-width:1024px){

  .ww-grid{
    grid-template-columns:1fr;
  }

  .mat-info{
    flex-direction:column;
    align-items:flex-start;
  }

}

/* =========================
   スマホ
========================= */

@media (max-width:640px){

  .ww-products{
    padding:40px 16px 0px;
  }

  .ww-head{
    flex-direction:column;
  }

  .ww-head span{
    width:42px;
    height:42px;
    font-size:15px;
  }

  .ww-head h3{
    font-size:16px;
  }

  .mat-info{
    gap:12px;
  }

  .mat-color-btn,
  .cart-btn{
    width:100%;
  }
  .scene-grid {
    margin:10%;
  }

}





/* ===============================
SVG
=============================== */

.ps_object1,
.ps_object2,
.ps_object3,
.ps_object4,
.ps_object5{
  position:absolute;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  z-index:1;
}

/* ===============================
SVG
=============================== */

.ps-page{
  position:relative;
  overflow:hidden;
}

.ps_object1,
.ps_object2,
.ps_object3,
.ps_object4,
.ps_object5{
  position:absolute;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  z-index:1;
}

/* ---------- PC ---------- */

.ps_object5{
  width:15%;
  top:60%;
  left:0;
}

.ps_object2{
  width:20%;
  top:50%;
  left:0;
}

.ps_object3{
  width:30%;
  top:50%;
  right:0;
}

.ps_object4{
  width:40%;
  top:0;
  left:0;
}

/* ---------- Tablet ---------- */

@media (max-width:1024px){

  .ps_object2{
    width:30%;
      top:50%;
      left:0;
  }

  .ps_object3{
    width:30%;
      top:50%;
  right:0;
  }

  .ps_object4{
    width:30%;
      top:0;
      right:0;
  }

  .ps_object5{
    width:15%;
      top:70%;
  left:0;
  }
}

/* ---------- Mobile ---------- */

@media (max-width:767px){

    .ps_object2{
    width:30%;
      top:50%;
      left:0;
  }

  .ps_object3{
    width:30%;
      top:50%;
    right:0;
  }

  .ps_object4{
    width:50%;
      top: 0;
      right:0;
  }

  .ps_object5{
    width:30%;
      top:73%;
  left:0;
  }

}
/* ===============================
   SVG ぽわんアニメーション
=============================== */

.ps_object2,
.ps_object3,
.ps_object4,
.ps_object5{
    opacity:0;

    animation:svgPopUp 1.8s cubic-bezier(.22,1.25,.36,1) forwards;

    will-change:transform,opacity;
}

.ps_object2{
    animation-delay:.1s;
}

.ps_object3{
    animation-delay:.35s;
}

.ps_object4{
    animation-delay:.6s;
}

.ps_object5{
    animation-delay:.9s;
}

@keyframes svgPopUp{

    0%{
        opacity:0;
        transform:translateY(120px) scale(.7);
    }

    55%{
        opacity:1;
        transform:translateY(-18px) scale(1.08);
    }

    72%{
        transform:translateY(8px) scale(.98);
    }

    88%{
        transform:translateY(-3px) scale(1.01);
    }

    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }

}

/* ==========================
   Order Button
========================== */

.cart-order-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;
    max-width:250px;
    height:56px;

    margin:18px auto 0;

    background:#fff;
    border:3px solid #2c2c2c;
    border-radius:999px;

    color:#2c2c2c;
    text-decoration:none;
    overflow:hidden;

    transition:.3s;
}

.cart-order-text{
    flex:1;
    text-align:center;
    font-size:18px;
    font-weight:900;
    letter-spacing:.08em;
}

.cart-order-icon{
    width:52px;
    height:100%;
    border-left:3px solid #2c2c2c;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}

.cart-order-icon svg{
    width:20px;
    height:20px;
}

/* Hover */

.cart-order-btn:hover{
    background:#2c2c2c;
    color:#fff;
}

.cart-order-btn:hover .cart-order-icon{
    border-left-color:#fff;
}

/* スマホ */

@media (max-width:767px){

    .cart-order-btn{
        max-width:210px;
        height:50px;
    }

    .cart-order-text{
        font-size:16px;
    }

    .cart-order-icon{
        width:46px;
    }

    .cart-order-icon svg{
        width:18px;
        height:18px;
    }

}
.cleaner-section{
  position:relative;
  overflow:hidden;
  padding:80px 0 70px;
  font-family:"Zen Kaku Gothic New", sans-serif;
}

.cleaner-section *{
  box-sizing:border-box;
}

.cleaner-bg-circle{
  position:absolute;
  top:-180px;
  right:-160px;
  width:520px;
  height:520px;
  background:#ff6b00;
  border-radius:50%;
  z-index:0;
}

.cleaner-inner{
  position:relative;
  z-index:1;
  width:min(1180px,92%);
  margin:0 auto;
}

.cleaner-speech-wrap{
  display:flex;
  gap:36px;
  justify-content:center;
  margin-bottom:28px;
}

.cleaner-speech{
  position:relative;
  background:#fff;
  border-radius:42px;
  padding:22px 64px;
  color:#08bdb5;
  font-size:26px;
  font-weight:900;
  line-height:1.45;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.cleaner-speech::after{
  content:"";
  position:absolute;
  bottom:-18px;
  left:50%;
  transform:translateX(-50%);
  border-width:20px 14px 0 14px;
  border-style:solid;
  border-color:#fff transparent transparent transparent;
}

.cleaner-title{
  margin:0 0 48px;
  text-align:center;
  font-size:58px;
  font-weight:900;
  letter-spacing:.08em;
  color:#222;
}

.cleaner-title span{
  color:#ff6b00;
  margin-right:18px;
  position:relative;
}

.cleaner-title::after{
  content:"";
  display:block;
  width:720px;
  max-width:90%;
  border-bottom:4px dotted #ff6b00;
  margin:16px auto 0;
}

.cleaner-content{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:44px;
  align-items:start;
}

.cleaner-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-bottom:54px;
}

.cleaner-card{
  background:#fff;
  border-radius:24px;
  padding:36px 24px 30px;
  text-align:center;
  box-shadow:0 8px 0 rgba(230,214,190,.6);
  min-height:250px;
}

.cleaner-icon{
  width:92px;
  height:92px;
  border-radius:50%;
  background:#08bdb5;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 28px;
  font-size:32px;
  font-weight:900;
}

.cleaner-card p{
  margin:0;
  font-size:27px;
  font-weight:900;
  line-height:1.55;
  color:#222;
}

.cleaner-card span{
  color:#ff6b00;
}

.cleaner-text{
  margin:0 0 26px;
  font-size:22px;
  font-weight:800;
  line-height:2;
  color:#222;
}

.cleaner-text span{
  color:#ff6b00;
}

.cleaner-before-after{
  display:flex;
  align-items:center;
  gap:28px;
  justify-content:center;
}

.ba-item{
  position:relative;
  width:220px;
  background:#fff;
  border:6px solid #fff;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}

.ba-item img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.ba-item span{
  position:absolute;
  left:50%;
  bottom:-30px;
  transform:translateX(-50%);
  background:#fff;
  border-radius:999px;
  padding:8px 28px;
  font-size:24px;
  font-weight:900;
  color:#08bdb5;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}

.ba-item:first-child span{
  color:#777;
}

.ba-arrow{
  color:#ff6b00;
  font-size:34px;
  font-weight:900;
}

.cleaner-right{
  position:relative;
  min-height:560px;
}

.cleaner-bottle{
  display:block;
  width:100%;
  max-width:350px;
  margin-left:auto;
  filter:drop-shadow(0 16px 20px rgba(0,0,0,.12));
}

.cleaner-bubble{
  position:absolute;
  right:0;
  bottom:40px;
  width:250px;
  height:150px;
  border:3px dashed #ff8a2a;
  border-radius:50%;
  background:#fff;
  color:#ff6b00;
  font-size:22px;
  font-weight:900;
  line-height:1.6;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

.cleaner-bubble span{
  color:#08bdb5;
  font-size:28px;
}

h6{
  color: red;
  font-size: 1.5rem;
  font-weight: 700;
}
.mechanism p{
  text-align: center;
  margin: 0 auto;
}
/* タブレット */
@media(max-width:1024px){
  .cleaner-content{
    grid-template-columns:1fr;
  }

  .cleaner-right{
    min-height:auto;
    display:flex;
    justify-content:center;
    padding-top:30px;
  }

  .cleaner-bottle{
    max-width:300px;
    margin:0;
  }

  .cleaner-bubble{
    right:8%;
    bottom:20px;
  }

  .cleaner-title{
    font-size:44px;
  }

  .cleaner-cards{
    grid-template-columns:repeat(3,1fr);
  }
}

/* スマホ */
@media(max-width:640px){
  .cleaner-section{
    padding:50px 0;
  }

  .cleaner-speech-wrap{
    flex-direction:column;
    gap:18px;
  }

  .cleaner-speech{
    font-size:19px;
    padding:18px 28px;
  }

  .cleaner-title{
    font-size:34px;
    line-height:1.5;
  }

  .cleaner-title span{
    display:block;
    margin-right:0;
  }

  .cleaner-cards{
    grid-template-columns:1fr;
  }

  .cleaner-card{
    min-height:auto;
    padding:28px 20px;
  }

  .cleaner-card p{
    font-size:24px;
  }

  .cleaner-text{
    font-size:17px;
    line-height:2;
  }

  .cleaner-before-after{
    flex-direction:column;
    gap:34px;
    justify-content:center;
  }

  .ba-arrow{
    transform:rotate(90deg);
  }

  .ba-item{
    width:100%;
    max-width:300px;
  }

  .cleaner-right{
    display:block;
    text-align:center;
  }

  .cleaner-bottle{
    max-width:60%;
    margin:0 auto;
  }

  .cleaner-bubble{
    position:relative;
    right:auto;
    bottom:auto;
    margin:24px auto 0;
  }
}
/* ===============================
   横幅調整：ページ全体を中央に整える
=============================== */

.cleaner-page-wrap {
  overflow-x: hidden;
}

.ps-page,
.cleaner-page .hero,
.cleaner-section,
.order-area,
.ratio-table,
.scene,
.message,
.features,
.mechanism {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* cleaner-section の中身だけさらに整える */
.cleaner-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* 商品カードが1個だけなら中央寄せ */
/* ===============================
   商品カードをコンパクトに
=============================== */

.ww-grid{
  width:100%;
  max-width:380px;   /* 520→380 */
  margin:0 auto;
  grid-template-columns:1fr;
}

.ww-card{
  padding:18px;
  border-radius:16px;
}

.ww-img{
  aspect-ratio:1/1;
  max-width:260px;   /* 画像も小さく */
  margin:0 auto 18px;
}

.ww-head h3{
  font-size:20px;
  text-align:center;
}

.mat-spec,
.mat-spec2{
  padding:16px;
}

.cart-order-btn{
  max-width:220px;
}

/* 表の横幅 */
.ratio-table {
  padding-left: 0;
  padding-right: 0;
}

/* スマホ時 */
@media (max-width: 640px) {
  .ps-page,
  .cleaner-page .hero,
  .cleaner-section,
  .order-area,
  .ratio-table,
  .scene,
  .message,
  .features,
  .mechanism {
    width: min(100% - 32px, 1180px);
  }
}
/* JOKIN first view only */
.jokin-fv .jokin-fv-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:center}
.jokin-fv{text-align:left!important;padding:80px 20px 50px}
.jokin-fv .kicker{justify-content:flex-start}
.jokin-fv .lead{margin-top:20px}
.jokin-fv-image{background:#fff;border-radius:28px;padding:24px;box-shadow:0 16px 36px rgba(0,0,0,.08)}
.jokin-fv-image img{display:block;width:100%;max-width:320px;margin:auto;height:auto}
@media(max-width:767px){
.jokin-fv .jokin-fv-inner{grid-template-columns:1fr}
.jokin-fv{text-align:center!important}
.jokin-fv .kicker{justify-content:center}
.jokin-fv-image{max-width:340px;margin:0 auto}
}



/* =========================================================
   JOKIN FIRST VIEW ONLY
   ウレタンクッションと同じ構造・サイズ
   ※ファーストビュー以外には影響しません
========================================================= */

.cleaner-page .jokin-urethane-fv{
  position:relative;
  min-height:auto;
  width:100%;
  max-width:none;
  padding:110px 28px 70px;
  overflow:hidden;
}

.cleaner-page .jokin-urethane-fv .pt-inner{
  position:relative;
  z-index:2;
  width:min(1080px,100%);
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:48% 52%;
  align-items:center;
  gap:34px;
}

.cleaner-page .jokin-urethane-fv .pt-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:460px;
  margin-left:auto;
}

.cleaner-page .jokin-urethane-fv .pt-title-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.cleaner-page .jokin-urethane-fv .pt-icon{
  position:relative;
  display:block;
  flex:0 0 auto;
  width:42px;
  height:28px;
}

.cleaner-page .jokin-urethane-fv .pt-icon::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:conic-gradient(#0D92DF 0 35%,#7131C7 35% 70%,#08BEB8 70% 100%);
}

.cleaner-page .jokin-urethane-fv .pt-icon::after{
  content:"";
  position:absolute;
  top:8px;
  left:12px;
  width:20px;
  height:11px;
  border-radius:50%;
  background:#FF7A00;
}

.cleaner-page .jokin-urethane-fv .pt-title-row h1{
  margin:0;
  color:#242424;
  font-size:25px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.05em;
}

.cleaner-page .jokin-urethane-fv .pt-dash{
  width:100%;
  max-width:340px;
  margin-bottom:22px;
  border-top:3px dashed #cfc6b8;
}

.cleaner-page .jokin-urethane-fv .pt-content h2{
  margin:0 0 14px;
  color:#08BEB8;
  font-size:17px;
  line-height:1.6;
  font-weight:900;
  letter-spacing:.04em;
}

.cleaner-page .jokin-urethane-fv .pt-lead{
  max-width:none;
  margin:0 0 22px;
  color:#242424;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
  letter-spacing:.04em;
}

.cleaner-page .jokin-urethane-fv .pt-spec-table{
  width:100%;
  max-width:460px;
  margin-bottom:22px;
  overflow:hidden;
  border:1px solid #fff;
  border-radius:8px;
  background:rgba(255,255,255,.35);
}

.cleaner-page .jokin-urethane-fv .pt-spec-row{
  display:grid;
  grid-template-columns:90px 1fr;
  border-bottom:1px solid #fff;
}

.cleaner-page .jokin-urethane-fv .pt-spec-row:last-child{
  border-bottom:none;
}

.cleaner-page .jokin-urethane-fv .pt-spec-head,
.cleaner-page .jokin-urethane-fv .pt-spec-data{
  min-height:40px;
  display:flex;
  align-items:center;
  padding:9px 10px;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

.cleaner-page .jokin-urethane-fv .pt-spec-head{
  justify-content:center;
  background:#fff;
  font-weight:900;
}

.cleaner-page .jokin-urethane-fv .pt-spec-data{
  background:rgba(255,255,255,.45);
}

.cleaner-page .jokin-urethane-fv .pt-btn{
  width:210px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  color:#222;
  background:#fff;
  border:3px solid #222;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  transition:.25s;
}

.cleaner-page .jokin-urethane-fv .pt-btn:hover{
  color:#fff;
  background:#222;
}

.cleaner-page .jokin-urethane-fv .pt-image-area-pc{
  display:flex;
  justify-content:flex-start;
}

.cleaner-page .jokin-urethane-fv .pt-image-area-sp{
  display:none;
}

.cleaner-page .jokin-urethane-fv .pt-image-box{
  width:100%;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:0;
  background:transparent;
}

.cleaner-page .jokin-urethane-fv .pt-image-box img{
  display:block;
  width:100%;
  max-width:400px;
  height:auto;
  object-fit:contain;
  border-radius:24px;
}

@media(max-width:640px){
  .cleaner-page .jokin-urethane-fv{
    padding:52px 16px 42px;
  }

  .cleaner-page .jokin-urethane-fv .pt-inner{
    display:block;
    width:100%;
  }

  .cleaner-page .jokin-urethane-fv .pt-content{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
  }

  .cleaner-page .jokin-urethane-fv .pt-title-row{
    justify-content:center;
  }

  .cleaner-page .jokin-urethane-fv .pt-title-row h1{
    font-size:24px;
  }

  .cleaner-page .jokin-urethane-fv .pt-dash{
    margin-left:auto;
    margin-right:auto;
  }

  .cleaner-page .jokin-urethane-fv .pt-content h2{
    text-align:center;
  }

  .cleaner-page .jokin-urethane-fv .pt-lead{
    text-align:left;
  }

  .cleaner-page .jokin-urethane-fv .pt-image-area-pc{
    display:none;
  }

  .cleaner-page .jokin-urethane-fv .pt-image-area-sp{
    display:block;
    width:100%;
    margin:0 0 22px;
  }

  .cleaner-page .jokin-urethane-fv .pt-image-area-sp .pt-image-box{
    justify-content:center;
  }

  .cleaner-page .jokin-urethane-fv .pt-image-area-sp img{
    width:100%;
    max-width:280px;
    margin:0 auto;
    border-radius:20px;
  }

  .cleaner-page .jokin-urethane-fv .pt-spec-table{
    max-width:none;
  }

  .cleaner-page .jokin-urethane-fv .pt-btn{
    margin:0 auto;
  }
}



/* =========================================================
   JOKIN FIRST VIEW IMAGE CARD ONLY
   画像を小さく・白背景・角丸
   ※ファーストビュー以外には影響しません
========================================================= */

.cleaner-page .jokin-urethane-fv .pt-image-box{
  width:100%;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:#fff;
  border-radius:30px;
  box-shadow:0 18px 38px rgba(70,50,20,.12);
}

.cleaner-page .jokin-urethane-fv .pt-image-box img{
  display:block;
  width:100%;
  max-width:200px;
  height:auto;
  margin:0 auto;
  object-fit:contain;
  border-radius:22px;
}

@media(max-width:640px){
  .cleaner-page .jokin-urethane-fv .pt-image-box{
    padding:12px;
    border-radius:22px;
  }

  .cleaner-page .jokin-urethane-fv .pt-image-box img{
    max-width:250px;
    border-radius:16px;
  }
}
