/* ==============================
  Climbing Cart Page
  kidsblock/tableと同じカート色味・3/2/1列レイアウト
============================== */

.cw-page-wrap,
.climbing-page-wrap{
background-color: #F5F2EA;
}

.pop-page{
  --white:#fff;
  --card:#f1f1f1;
  --text:#202020;
  --sub:#555;
  --teal:#08beb8;
  --red:#e93535;
  --line:#dcdcdc;
  --gray:#d7d7d7;

  position:relative;
  overflow:hidden;
  background:#F5F2EA;;
  color:var(--text);
  font-family:"Zen Kaku Gothic New","Noto Sans JP","Yu Gothic",sans-serif;
  padding:60px 20px 0;
}

.pop-page *,
.pop-page *::before,
.pop-page *::after{
  box-sizing:border-box;
}

.pop-page img{
  display:block;
  max-width:100%;
}

.pop-page a{
  color:inherit;
  text-decoration:none;
}

/* HERO */
.pop-hero,
.cart-layout,
.pop-cta{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin-inline:auto;
}

.pop-hero{
  padding:56px 0 44px;
  text-align:center;
}

.pop-hero-en{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0 0 16px;
  color:var(--teal);
  font-size:1.5rem;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.pop-hero-en span{
  display:block;
  width:86px;
  height:3px;
  background:var(--teal);
  border-radius:999px;
}

.pop-hero h1{
  margin:0 0 18px;
  color:#111;
  font-size:clamp(36px,3vw,58px);
  line-height:1.25;
  font-weight:900;
  letter-spacing:.06em;
}

.pop-hero-text > p:last-child{
  max-width:820px;
  margin:0 auto;
  color:#444;
  font-size:15px;
  line-height:2;
  font-weight:800;
}

/* CATEGORY */


.cart-category{
  margin-bottom:58px;
}

.cart-heading{
  margin:0 0 34px;
  text-align:center;
}

.cart-heading p{
  margin:0 0 10px;
  color:#01C8BD;
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.06em;
}

.cart-heading h2{
  margin:0;
  color:#202020;
  font-size:4rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.04em;
}

/* PC 3 columns / iPad 2 columns / SP 1 column */
.cart-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
}

/* CARD */
.cart-card{
  display:flex;
  flex-direction:column;
  background:var(--card);
  border-radius:20px;
  padding:16px;
  overflow:hidden;
}

.cart-card-head{
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:start;
  min-height:78px;
  margin-bottom:14px;
}

.cart-card-head span{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  background:#fff;
  color:#111;
  font-size:20px;
  line-height:1;
  font-weight:900;
}

.cart-card-head h3{
  margin:0;
  color:#111;
  font-size:17px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.02em;
}

.cart-img{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1.33/1;
  margin-bottom:16px;
  background:#fff;
  overflow:hidden;
}

.cart-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.cart-info{
  margin-top:auto;
}

.cart-material{
  margin:0 0 12px;
  color:#222;
  font-size:13px;
  line-height:1.65;
  font-weight:800;
}

.cart-spec{
  margin:0 0 12px;
  padding:12px 10px;
  background:var(--gray);
  border-radius:6px;
  color:#111;
  text-align:center;
  font-size:13px;
  line-height:1.55;
  font-weight:900;
}

.cart-price{
  margin:0 0 10px;
  padding:12px 10px;
  background:#fff;
  border:1px solid var(--line);
  color:#111;
  text-align:center;
  font-size:15px;
  line-height:1.5;
  font-weight:900;
}

.cart-note{
  margin:0 0 12px;
  color:var(--red);
  text-align:center;
  font-size:13px;
  line-height:1.7;
  font-weight:900;
}

/* CART FORM */
.cart-form{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:8px;
  align-items:center;
  margin-top:12px;
}

.cart-form input{
  width:100%;
  height:34px;
  border:1px solid #ddd;
  background:#fff;
  color:#222;
  text-align:center;
  font-size:13px;
  font-weight:800;
}

.cart-form button{
  width:100%;
  min-height:36px;
  border:0;
  background:#009ad6;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  transition:.2s;
}

.cart-form button::before{
  content:"🛒";
  margin-right:6px;
}

.cart-form button:hover{
  filter:brightness(.95);
  transform:translateY(1px);
}

/* CHECK POINT */
.climbing-info{
  margin:10px auto 70px;
  padding:34px 28px;
  background:#f1f1f1;
  border-radius:20px;
}

.climbing-info ul{
  width:min(760px,100%);
  margin:0 auto 20px;
  padding:0;
  list-style:none;
}

.climbing-info li{
  position:relative;
  margin:0 0 12px;
  padding:13px 18px 13px 42px;
  background:#fff;
  border-radius:10px;
  color:#222;
  font-size:15px;
  line-height:1.7;
  font-weight:900;
}

.climbing-info li::before{
  content:"";
  position:absolute;
  left:18px;
  top:1.15em;
  width:8px;
  height:8px;
  background:var(--teal);
  border-radius:50%;
}

.climbing-info > p{
  width:min(760px,100%);
  margin:0 auto 10px;
  color:#333;
  font-size:14px;
  line-height:1.9;
  font-weight:800;
}

.climbing-warning{
  color:var(--red) !important;
}

/* CTA */
.pop-cta{
  margin-bottom:70px;
  padding:40px 24px;
  background:var(--teal);
  color:#fff;
  text-align:center;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(1,200,189,.22);
}

.pop-cta h2{
  margin:0 0 12px;
  font-size:clamp(24px,4vw,36px);
  font-weight:900;
}

.pop-cta p{
  margin:0 0 24px;
  font-size:14px;
  line-height:1.9;
  font-weight:800;
}

.pop-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  min-height:48px;
  padding:12px 28px;
  background:#fff;
  color:#08aaa4;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
}

/* iPad: 2 columns */
@media(max-width:1024px){
  .cart-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }
  .cart-heading h2{
  margin:0;
  color:#202020;
  font-size:3rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.04em;
}

}

/* Mobile: 1 column */
@media(max-width:640px){
  .cart-heading h2{
  margin:0;
  color:#202020;
  font-size:2rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.04em;
}

  .pop-page{
    padding:34px 12px 0;
  }

  .pop-hero{
    padding:44px 0 34px;
  }

  .pop-hero-en{
    gap:12px;
    font-size:15px;
  }

  .pop-hero-en span{
    width:42px;
    height:3px;
  }

  .pop-hero h1{
    font-size:2rem;
  }

  .pop-hero-text > p:last-child{
    text-align:left;
    font-size:13px;
  }

  .cart-heading{
    margin-bottom:24px;
  }

  .cart-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .cart-card{
    padding:14px;
    border-radius:18px;
  }

  .cart-card-head{
    grid-template-columns:50px 1fr;
    min-height:auto;
  }

  .cart-card-head span{
    width:50px;
    height:50px;
    font-size:17px;
  }

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

  .climbing-info{
    padding:24px 16px;
    border-radius:18px;
  }

  .climbing-info li{
    font-size:13px;
  }

  .pop-cta{
    border-radius:22px;
    padding:32px 18px;
  }
}
.pop-page-wrap{
  position:relative;
  overflow:hidden;
}

.pop-page{
  position:relative;
  overflow:visible;
}

.pop-page-wrap .ps_object1,
.pop-page-wrap .ps_object2,
.pop-page-wrap .ps_object3,
.pop-page-wrap .ps_object4{
  position:absolute;
  height:auto;
  max-width:none;
  pointer-events:none;
  z-index:0;
  opacity:0;
  animation:matSvgPoyonUp 2s cubic-bezier(.19,1,.22,1) forwards;
}

.pop-page-wrap .ps_object1{
  width:30%;
  top:0;
  left:0;
  animation-delay:.2s;
}

.pop-page-wrap .ps_object2{
  width:30%;
  top:10%;
  right:0;
  animation-delay:.45s;
}

.pop-page-wrap .ps_object3{
  width:20%;
  top:450%;
  right:0;
  animation-delay:.7s;
}

.pop-page-wrap .ps_object4{
  width:20%;
  left:0;
  top:200%;
  animation-delay:.95s;
}

@keyframes matSvgPoyonUp{
  0%{
    opacity:0;
    transform:translateY(90px) scale(.82);
  }
  60%{
    opacity:1;
    transform:translateY(-12px) scale(1.04);
  }
  80%{
    transform:translateY(5px) scale(.98);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}
/* ==========================
   Order Button
========================== */

.cart-order-btn{
    width:100%;
    max-width:250px;   /* ←350→250に */
    height:56px;       /* ←84→56 */

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

    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;    /* ←34→18 */
    font-weight:900;
    letter-spacing:.08em;
}

.cart-order-icon{
    width:52px;        /* ←78→52 */
    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;
    }

    .pop-page-wrap .ps_object1{
  width:30%;
  top:0;
  left:0;
  animation-delay:.2s;
}

.pop-page-wrap .ps_object2{
  width:30%;
  top:10%;
  right:0;
  animation-delay:.45s;
}

.pop-page-wrap .ps_object3{
  width:20%;
  top:450%;
  right:0;
  animation-delay:.7s;
}

.pop-page-wrap .ps_object4{
  width:20%;
  left:0;
  top:200%;
  animation-delay:.95s;
}


}
.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;
}
.breadcrumb_link_text a{
 color:var(--base-gray);
}
.block-secret-section{
  position:relative;
  overflow:hidden;
}

.block-secret-inner{
  max-width:1120px;
  margin:0 auto;
  text-align:center;
}

.block-secret-en{
  margin:0 0 8px;
  color:#08BEB8;
  font-size:1.5rem;
  font-weight:900;
  letter-spacing:.16em;
}

.block-secret-title{
  margin:0 0 34px;
  font-size:38px;
  line-height:1.4;
  font-weight:900;
  color:#222;
}

.block-secret-title span{
  color:#FF4F66;
}

.block-secret-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:38px;
}

.block-secret-points article{
  position:relative;
  background:#fff;
  border-radius:20px;
  padding:24px 16px 26px;
  box-shadow:0 12px 30px rgba(70,50,20,.1);
  border:2px dotted rgba(8,190,184,.3);
}

.block-secret-points b{
  position:absolute;
  top:-18px;
  left:20px;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  background:#08BEB8;
  color:#fff;
  border-radius:16px 16px 20px 16px;
  font-size:18px;
  font-weight:900;
}

.block-secret-points article:nth-child(2) b{
  background:#FF8A00;
}

.block-secret-points article:nth-child(3) b{
  background:#21B88B;
}

.block-secret-points p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.6;
  font-weight:900;
}

.block-secret-points h3{
  margin:0;
  font-size:28px;
  line-height:1.35;
  font-weight:900;
}

.block-secret-copy{
  margin:0 0 30px;
  font-size:18px;
  line-height:1.8;
  font-weight:900;
}

.block-secret-copy strong{
  color:#08BEB8;
  font-size:32px;
}

.block-secret-main{
  margin:0 auto 34px;
}

.block-secret-main img{
  width:100%;
  display:block;
  border-radius:0;
}

.block-secret-feature{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0;
  margin:0 auto 200px;
  background:#fffdf8;
  border-radius:28px;
  box-shadow:0 14px 34px rgba(70,50,20,.1);
  overflow:hidden;
}

.block-secret-feature article{
  padding:28px;
  text-align:left;
}

.block-secret-feature article:first-child{
  border-right:1px dashed #e6d8bd;
}

.block-secret-feature h3{
  position:relative;
  margin:0 0 18px;
  padding-left:44px;
  font-size:22px;
  line-height:1.5;
  font-weight:900;
}

.block-secret-feature h3::before{
  content:"★";
  position:absolute;
  left:0;
  top:0;
  color:#FF4F66;
  font-size:30px;
}

.block-secret-feature article:nth-child(2) h3::before{
  color:#FF9900;
}

.block-secret-feature img{
  width:100%;
  height:170px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:16px;
}

.block-secret-feature p{
  margin:0;
  font-size:14px;
  line-height:1.9;
  font-weight:700;
}

.block-secret-custom{
  background:#fffdf8;
  border-radius:28px;
  padding:26px 28px 30px;
  box-shadow:0 14px 34px rgba(70,50,20,.1);
  border:2px dotted rgba(250,201,0,.5);
}

.block-secret-custom > h3{
  margin:0 0 22px;
  color:#08BEB8;
  font-size:26px;
  line-height:1.45;
  font-weight:900;
}

.block-custom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.block-custom-grid > div{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:18px;
  align-items:center;
  text-align:left;
}

.block-custom-grid h4{
  grid-column:1 / -1;
  margin:0;
  color:#FF4F66;
  font-size:18px;
  font-weight:900;
}

.block-custom-grid > div:nth-child(2) h4{
  color:#08BEB8;
}

.block-custom-grid img{
  width:100%;
  max-height:110px;
  object-fit:contain;
}

.block-custom-grid p{
  margin:0;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
}

@media(max-width:767px){


  .block-secret-title{
    font-size:26px;
  }

  .block-secret-points{
    grid-template-columns:1fr;
    gap:22px;
  }

  .block-secret-copy{
    font-size:14px;
  }

  .block-secret-copy strong{
    font-size:22px;
  }

  .block-secret-feature{
    grid-template-columns:1fr;
  }

  .block-secret-feature article:first-child{
    border-right:none;
    border-bottom:1px dashed #e6d8bd;
  }

  .block-secret-feature article{
    padding:20px;
  }

  .block-secret-feature h3{
    font-size:18px;
  }

  .block-secret-custom{
    padding:22px 16px;
  }

  .block-secret-custom > h3{
    font-size:20px;
  }

  .block-custom-grid{
    grid-template-columns:1fr;
  }

  .block-custom-grid > div{
    grid-template-columns:1fr;
    text-align:center;
  }

  .block-custom-grid img{
    max-height:130px;
  }
}

/* =========================================================
   Climbing page fix：設置例横並び / 確認事項 / responsive
   ※既存デザインは活かして、崩れだけ調整
========================================================= */

.climbing-cart-page{
  overflow:visible;
}

.kids-wall-hero{
  padding-top:28px;
}

.block-secret-section{
  overflow:visible;
}

.block-secret-main img,
.cart-img img,
.block-secret-feature img{
  max-width:100%;
}

.block-secret-main img{
  height:auto;
  object-fit:contain;
}

.block-secret-feature{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  align-items:stretch;
}

.block-secret-feature article{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.block-secret-feature article:first-child{
  border-right:1px dashed #e6d8bd;
  border-bottom:none;
}

.block-secret-feature article > img{
  width:100%;
  height:clamp(180px,18vw,240px);
  object-fit:contain;
  object-position:center;
  background:#fff;
  border-radius:16px;
  padding:10px;
}

.block-secret-feature p{
  margin-top:auto;
  padding:16px 18px;
  background:#fff;
  border-radius:16px;
  text-align:center;
  line-height:1.9;
  font-weight:800;
}

.install-example-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:0 0 16px;
}

.install-example-grid figure{
  margin:0;
  min-width:0;
  background:#fff;
  border-radius:16px;
  padding:10px 10px 12px;
  box-shadow:0 8px 22px rgba(70,50,20,.08);
}

.install-example-grid img{
  width:100%;
  height:clamp(140px,14vw,190px);
  object-fit:contain;
  object-position:center;
  border-radius:12px;
  background:#fff;
  margin:0;
}

.install-example-grid figcaption{
  margin-top:8px;
  color:#222;
  text-align:center;
  font-size:14px;
  line-height:1.4;
  font-weight:900;
}

.block-secret-custom{
  max-width:1000px;
  margin-inline:auto;
  text-align:center;
}

.block-custom-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

.block-custom-grid > div{
  display:block;
  min-width:0;
  padding:22px 20px;
  background:#fff;
  border-radius:20px;
  text-align:center;
  box-shadow:0 8px 22px rgba(70,50,20,.06);
}

.block-custom-grid h4{
  margin:0 0 12px;
  text-align:center;
  line-height:1.5;
}

.block-custom-grid p{
  max-width:390px;
  margin:0 auto;
  text-align:center;
  font-size:14px;
  line-height:2;
  font-weight:800;
}

.climbing-info{
  max-width:980px;
  margin-inline:auto;
}

.climbing-info > p{
  text-align:center;
}

@media(max-width:1024px){
  .pop-page{
    padding-inline:18px;
  }


  .block-secret-title{
    font-size:clamp(30px,4.2vw,38px);
  }

  .block-secret-feature article{
    padding:24px;
  }

  .block-secret-feature h3{
    font-size:20px;
  }

  .cart-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:767px){
  .pop-page{
    padding:32px 12px 0;
  }

  .pop-hero,
  .kids-wall-hero{
    padding:38px 0 30px;
  }

  .pop-hero h1{
    font-size:clamp(26px,8vw,34px);
    letter-spacing:.03em;
  }

  .pop-hero-text > p:last-child{
    max-width:100%;
    text-align:center;
    line-height:1.9;
  }

  .block-secret-title{
    margin-bottom:26px;
    font-size:25px;
  }

  .block-secret-points{
    grid-template-columns:1fr;
    gap:22px;
  }

  .block-secret-copy{
    font-size:14px;
  }

  .block-secret-copy strong{
    font-size:21px;
  }

  .block-secret-feature{
    grid-template-columns:1fr;
    border-radius:22px;
  }

  .block-secret-feature article:first-child{
    border-right:none;
    border-bottom:1px dashed #e6d8bd;
  }

  .block-secret-feature article{
    padding:18px;
  }

  .block-secret-feature h3{
    padding-left:34px;
    font-size:17px;
  }

  .block-secret-feature h3::before{
    font-size:24px;
  }

  .block-secret-feature article > img{
    height:190px;
  }

  .install-example-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .install-example-grid figure{
    padding:8px 8px 10px;
    border-radius:14px;
  }

  .install-example-grid img{
    height:120px;
  }

  .install-example-grid figcaption{
    font-size:12px;
  }

  .block-secret-custom{
    padding:22px 14px;
    border-radius:22px;
  }

  .block-secret-custom > h3{
    font-size:18px;
  }

  .block-custom-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .block-custom-grid > div{
    padding:18px 14px;
  }

  .block-custom-grid p{
    max-width:100%;
    font-size:13px;
    line-height:1.9;
  }

  .cart-layout{
    padding-bottom:64px;
  }

  .cart-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .cart-card{
    border-radius:18px;
  }

  .cart-img{
    aspect-ratio:1.15/1;
  }

  .climbing-info{
    margin-top:4px;
    padding:22px 14px;
  }

  .climbing-info ul{
    width:100%;
  }

  .climbing-info li{
    padding:12px 14px 12px 34px;
    font-size:13px;
  }

  .climbing-info li::before{
    left:14px;
  }
}

@media(max-width:390px){
  .install-example-grid{
    gap:8px;
  }

  .install-example-grid img{
    height:105px;
  }

  .install-example-grid figcaption{
    font-size:11px;
  }
}
/* ===============================
   商品カード背景を元に戻す
=============================== */

.cart-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px;
}

.cart-card{
    display:flex;
    flex-direction:column;
    background:#f1f1f1;
    border-radius:20px;
    padding:16px;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.cart-img{
    background:#fff;
    border-radius:16px;
    padding:14px;
    margin-bottom:16px;
}

.cart-info{
    margin-top:auto;
}

.cart-spec{
    background:#d7d7d7;
}

.cart-price{
    background:#fff;
}
/* =========================
   商品一覧 レスポンシブ
========================= */

/* PC：3カラム */
.cart-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:34px;
}

/* iPad：2カラム */
@media (max-width:1024px){

    .cart-category{
        padding:0 24px;
    }

    .cart-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

}

/* スマホ：1カラム＋左右余白 */
@media (max-width:767px){

    .cart-category{
        padding:0 18px;
    }

    .cart-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .cart-card{
        max-width:520px;
        width:100%;
        margin:0 auto;
    }

}
/* =========================
   スマホレイアウト調整
========================= */
@media (max-width:767px){

    /* 商品一覧全体に余白 */
    .cart-layout{
        padding:24px 20px 70px;
    }

    .cart-category{
        padding:0;
        margin:0;
    }

    /* 商品一覧 */
    .cart-grid{
        display:grid;
        grid-template-columns:1fr;
        gap:28px;          /* 上下の余白を広げる */
    }

    /* カードを少し小さく */
    .cart-card{
        width:calc(100% - 20px);   /* 左右10pxずつ余白 */
        max-width:420px;
        margin:0 auto;
        padding:18px;
        border-radius:22px;
    }

    /* 画像周り */
    .cart-img{
        padding:18px;
        margin-bottom:18px;
    }

    /* ボタン */
    .cart-order-btn{
        margin-top:20px;
    }

}
/* =========================================================
   Before / After 施工事例
   PC・iPad・スマホすべて左右2カラム固定
========================================================= */

.ba-section,
.ba-section * {
  box-sizing: border-box;
}

.ba-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 100px 24px;
  color: #222;
  font-family:
    "Zen Kaku Gothic New",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

.ba-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

/* ===============================
   Heading
================================ */

.ba-heading {
  margin-bottom: 48px;
  text-align: center;
}

.ba-en-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #08aaa8;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ba-en-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
}

.ba-en-icon::before,
.ba-en-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 13px;
  height: 3px;
  background: #08aaa8;
  border-radius: 999px;
  transform: rotate(38deg);
}

.ba-en-icon::before {
  top: 4px;
}

.ba-en-icon::after {
  bottom: 4px;
}

.ba-heading h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.ba-heading-line {
  display: block;
  width: 80px;
  height: 5px;
  margin: 22px auto 0;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      135deg,
      #71d2d0 0,
      #71d2d0 5px,
      transparent 5px,
      transparent 9px
    );
}

/* ===============================
   Comparison Layout
================================ */

.ba-comparison {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.ba-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(40, 40, 40, 0.06);
}

.ba-label {
  position: absolute;
  top: 30px;
  left: 28px;
  z-index: 5;
  min-width: 132px;
  padding: 12px 24px;
  color: #fff;
  border-radius: 14px 14px 14px 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.ba-label-before {
  background: linear-gradient(135deg, #777, #999);
}

.ba-label-after {
  background: linear-gradient(135deg, #079a9b, #22b6b5);
}

/* ===============================
   Images
================================ */

.ba-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.92;
  background: #f3f3f3;
  border-radius: 18px 18px 0 0;
}

.ba-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.ba-card:hover .ba-image img {
  transform: scale(1.025);
}

/* ===============================
   Text Content
================================ */

.ba-content {
  flex: 1;
}

.ba-card-before .ba-content {
  background:
    linear-gradient(
      180deg,
      rgba(248, 248, 248, 0.2),
      rgba(245, 245, 245, 0.82)
    );
}



.ba-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ba-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  color: #292929;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.ba-check {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background: #848484;
  flex: 0 0 auto;
}

.ba-card-after .ba-check {
  background: #16a6a5;
}

.ba-check::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ===============================
   Center Arrow
================================ */

.ba-arrow {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 10;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(40, 40, 40, 0.14);
  transform: translate(-50%, -50%);
}

.ba-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #12a8a6;
  border-right: 4px solid #12a8a6;
  transform: rotate(45deg);
}

/* ===============================
   Message Box
================================ */

.ba-message {
  width: min(1060px, 100%);
  margin: 34px auto 0;
  gap: 26px;
  align-items: center;
  padding: 24px 34px;
  background: linear-gradient(90deg, #fff9e9, #fff6d9);
  border-radius: 18px;
}

.ba-message-icon {
  display: grid;
  place-items: center;
  color: #f2a000;
}

.ba-message-divider {
  width: 1px;
  height: 56px;
  background: repeating-linear-gradient(
    to bottom,
    #f2a000 0,
    #f2a000 5px,
    transparent 5px,
    transparent 9px
  );
}

.ba-message-copy h3 {
  margin: 0 0 6px;
  color: #01C8BD;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ba-message-copy p {
  margin: 0;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

/* ===============================
   iPad
================================ */

@media (max-width: 1024px) {
  .ba-section {
    padding: 80px 18px;
  }

  .ba-heading {
    margin-bottom: 40px;
  }

  .ba-comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .ba-card {
    padding: 12px;
    border-radius: 20px;
  }

  .ba-label {
    top: 24px;
    left: 22px;
    min-width: 110px;
    padding: 10px 20px;
    font-size: 20px;
  }


  .ba-list {
    gap: 14px;
  }

  .ba-list li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
    font-size: 14px;
  }

  .ba-check {
    width: 22px;
    height: 22px;
  }

  .ba-check::before {
    top: 5px;
    left: 6px;
  }

  .ba-arrow {
    width: 58px;
    height: 58px;
  }

  .ba-message {
    padding: 22px 26px;
  }
}

/* ===============================
   Smartphone
   左右2カラム固定
================================ */

@media (max-width: 767px) {
  .ba-section {
    padding: 58px 10px;
  }

  .ba-inner {
    width: 100%;
  }

  .ba-heading {
    margin-bottom: 28px;
  }

  .ba-en-title {
    margin-bottom: 13px;
    font-size: 12px;
  }

  .ba-heading h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .ba-heading-line {
    width: 62px;
    height: 4px;
    margin-top: 15px;
  }

  .ba-comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ba-card {
    padding: 6px;
    border-radius: 14px;
  }

  .ba-label {
    top: 12px;
    left: 10px;
    min-width: 68px;
    padding: 7px 10px;
    border-radius: 9px 9px 9px 0;
    font-size: 13px;
  }

  .ba-image {
    aspect-ratio: 1 / 1.08;
    border-radius: 10px 10px 0 0;
  }

  .ba-content {
    padding: 12px 9px;
  }

  .ba-list {
    gap: 9px;
  }

  .ba-list li {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 6px;
    font-size: 9px;
    line-height: 1.55;
  }

  .ba-check {
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }

  .ba-check::before {
    top: 3px;
    left: 4px;
    width: 5px;
    height: 3px;
    border-left-width: 1.5px;
    border-bottom-width: 1.5px;
  }

  .ba-arrow {
    top: 43%;
    width: 38px;
    height: 38px;
  }

  .ba-arrow span {
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .ba-message {
    grid-template-columns: 38px 1px minmax(0, 1fr);
    gap: 11px;
    margin-top: 22px;
    padding: 16px 13px;
    border-radius: 14px;
  }

  .ba-message-icon svg {
    width: 24px;
    height: 24px;
  }

  .ba-message-divider {
    height: 55px;
  }

  .ba-message-copy h3 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.45;
  }

  .ba-message-copy p {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* ===============================
   Very Small Smartphone
================================ */

@media (max-width: 390px) {
  .ba-section {
    padding-right: 7px;
    padding-left: 7px;
  }

  .ba-heading h2 {
    font-size: 21px;
  }

  .ba-comparison {
    gap: 8px;
  }

  .ba-card {
    padding: 5px;
    border-radius: 12px;
  }

  .ba-label {
    top: 10px;
    left: 8px;
    min-width: 58px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .ba-content {
    padding: 10px 7px;
  }

  .ba-list {
    gap: 7px;
  }

  .ba-list li {
    grid-template-columns: 13px minmax(0, 1fr);
    gap: 5px;
    font-size: 8px;
    line-height: 1.5;
  }

  .ba-check {
    width: 12px;
    height: 12px;
  }

  .ba-check::before {
    top: 3px;
    left: 3px;
    width: 4px;
    height: 2px;
  }

  .ba-arrow {
    width: 32px;
    height: 32px;
  }

  .ba-arrow span {
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .ba-message {
    grid-template-columns: 32px 1px minmax(0, 1fr);
    gap: 8px;
    padding: 13px 10px;
  }

  .ba-message-copy h3 {
    font-size: 11px;
  }

  .ba-message-copy p {
    font-size: 9px;
  }
}
/* =========================================================
   Before / After 最終調整
========================================================= */
.ba-section{
  padding:64px 20px;
}
.ba-inner{
  width:min(920px,100%);
  margin:0 auto;
}
.ba-comparison{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.ba-card{
  padding:10px;
  border-radius:18px;
}
.ba-image{
  width:100%;
  aspect-ratio:1 / .82;
  overflow:hidden;
  border-radius:14px;
}
.ba-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  border-radius:inherit;
}
.ba-label{
  top:20px;
  left:18px;
  min-width:100px;
  padding:9px 18px;
  border-radius:11px 11px 11px 0;
  font-size:18px;
}
.ba-arrow{
  top:50%;
  width:52px;
  height:52px;
}
.ba-arrow span{
  width:14px;
  height:14px;
  border-top-width:3px;
  border-right-width:3px;
}
.ba-message{
  width:min(820px,100%);
  margin:24px auto 0;
  padding:20px 24px;
  border-radius:16px;
  text-align:center;
}
.ba-message-copy h3{
  font-size:17px;
}
.ba-message-copy p{
  font-size:13px;
}

@media (max-width:1024px){
  .ba-section{
    padding:52px 16px;
  }
  .ba-inner{
    width:min(780px,100%);
  }
  .ba-comparison{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .ba-card{
    padding:8px;
    border-radius:16px;
  }
  .ba-image{
    border-radius:12px;
  }
  .ba-label{
    top:16px;
    left:14px;
    min-width:84px;
    padding:8px 14px;
    font-size:15px;
  }
  .ba-arrow{
    width:44px;
    height:44px;
  }
  .ba-message{
    width:min(700px,100%);
    padding:18px 20px;
  }
}

@media (max-width:767px){
  .ba-section{
    padding:40px 8px;
  }
  .ba-inner{
    width:100%;
    max-width:560px;
  }
  .ba-comparison{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .ba-card{
    padding:5px;
    border-radius:11px;
  }
  .ba-image{
    aspect-ratio:1 / .95;
    border-radius:8px;
  }
  .ba-label{
    top:10px;
    left:8px;
    min-width:58px;
    padding:6px 8px;
    border-radius:7px 7px 7px 0;
    font-size:11px;
  }
  .ba-arrow{
    width:30px;
    height:30px;
  }
  .ba-arrow span{
    width:8px;
    height:8px;
    border-top-width:2px;
    border-right-width:2px;
  }
  .ba-message{
    width:calc(100% - 20px);
    margin-top:18px;
    padding:14px 12px;
    border-radius:12px;
  }
  .ba-message-copy h3{
    font-size:12px;
    line-height:1.5;
  }
  .ba-message-copy p{
    font-size:9px;
    line-height:1.7;
  }
}

@media (max-width:390px){
  .ba-section{
    padding-right:5px;
    padding-left:5px;
  }
  .ba-comparison{
    gap:6px;
  }
  .ba-label{
    top:8px;
    left:7px;
    min-width:52px;
    padding:5px 7px;
    font-size:10px;
  }
  .ba-arrow{
    width:26px;
    height:26px;
  }
}
/* ==========================
   ALL ITEM 見出し
========================== */

.vaultingbox-products-inner{
    text-align:center;
    margin-top: 100px;
}

.vaultingbox-products-en{
    margin:0 0 12px;
    color:var(--main);
    font-size:2rem;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;

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

.vaultingbox-products-title{
    margin:0 0 60px;
    color:#222;
    font-size:clamp(30px,4vw,48px);
    line-height:1.42;
    font-weight:900;
    letter-spacing:.04em;
}

/* =========================================================
   CLIMBING TOP：文章 + BEFORE / AFTER
   ※トップ部分のみ。下部デザインには影響しません
========================================================= */

.climbing-top-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  gap:46px;
  align-items:center;
  width:min(1240px,100%);
  margin:0 auto;
  padding:56px 20px 44px;
}

.climbing-top-grid .climbing-top-hero{
  width:100%;
  padding:0;
  background:transparent;
  overflow:visible;
}

.climbing-top-grid .climbing-top-hero .pop-hero{
  width:100%;
  padding:0;
  text-align:left;
}

.climbing-top-grid .climbing-top-hero .pop-hero-en{
  justify-content:flex-start;
}

.climbing-top-grid .climbing-top-hero .pop-hero-text > p:last-child{
  max-width:none;
  margin:0;
}

.climbing-top-grid .climbing-top-before-after{
  width:100%;
  padding:0;
}

.climbing-top-grid .climbing-top-before-after .ba-inner{
  width:100%;
}

.climbing-top-grid .climbing-top-before-after .ba-comparison{
  gap:18px;
}

.climbing-top-grid .climbing-top-before-after .ba-card{
  padding:10px;
  border-radius:18px;
}

.climbing-top-grid .climbing-top-before-after .ba-label{
  top:20px;
  left:18px;
  min-width:92px;
  padding:9px 16px;
  font-size:17px;
}

.climbing-top-grid .climbing-top-before-after .ba-arrow{
  width:48px;
  height:48px;
}

.climbing-top-grid .climbing-top-before-after .ba-message{
  width:100%;
  margin-top:18px;
  padding:18px 20px;
}

.climbing-top-grid .climbing-top-before-after .ba-message-copy h3{
  font-size:16px;
}

.climbing-top-grid .climbing-top-before-after .ba-message-copy p{
  font-size:12px;
}

@media(max-width:1024px){
  .climbing-top-grid{
    grid-template-columns:1fr;
    gap:38px;
    padding:48px 18px 40px;
  }

  .climbing-top-grid .climbing-top-hero .pop-hero{
    text-align:center;
  }

  .climbing-top-grid .climbing-top-hero .pop-hero-en{
    justify-content:center;
  }

  .climbing-top-grid .climbing-top-hero .pop-hero-text > p:last-child{
    max-width:820px;
    margin:0 auto;
    text-align:center;
  }

  .climbing-top-grid .climbing-top-before-after{
    width:min(820px,100%);
    margin:0 auto;
  }
}

@media(max-width:767px){
  .climbing-top-grid{
    gap:28px;
    padding:38px 12px 30px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-comparison{
    gap:8px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-card{
    padding:7px;
    border-radius:14px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-label{
    top:12px;
    left:10px;
    min-width:60px;
    padding:6px 9px;
    font-size:11px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-arrow{
    width:30px;
    height:30px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-message{
    margin-top:16px;
    padding:14px 12px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-message-copy h3{
    font-size:12px;
  }

  .climbing-top-grid .climbing-top-before-after .ba-message-copy p{
    font-size:10px;
  }
}



/* =========================================================
   CLIMBING BACKGROUND OBJECTS - FINAL
   SVGを最背面・画面左右端に密着
   ※背景SVG以外のデザインは変更しません
========================================================= */

/* ページ外へはみ出したSVGだけを画面端で切る */
.cw-page-wrap.climbing-page-wrap{
  position:relative !important;
  overflow:hidden !important;
}

/* SVGの配置基準 */
.climbing-top-grid{
  position:relative !important;
  isolation:isolate !important;
  overflow:visible !important;
}

/* 文章・Before/AfterをSVGより前面へ */
.climbing-top-grid > .climbing-top-hero,
.climbing-top-grid > .climbing-top-before-after{
  position:relative !important;
  z-index:2 !important;
}

/* 背景SVG共通 */
.climbing-top-grid > .ps_object1,
.climbing-top-grid > .ps_object2,
.climbing-top-grid > .ps_object3,
.climbing-top-grid > .ps_object4{
  position:absolute !important;
  z-index:0 !important;
  display:block !important;
  max-width:none !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  pointer-events:none !important;
}

/*
  climbing-top-gridは中央寄せされているため、
  calc((100vw - 100%) / -2) でグリッド外へ移動し、
  ブラウザの左右端へぴったり付けます。
*/

/* 左上 */
.climbing-top-grid > .ps_object1{
  width:30vw !important;
  top:0 !important;
  left:calc((100vw - 100%) / -2) !important;
  right:auto !important;
}

/* 右上 */
.climbing-top-grid > .ps_object2{
  width:30vw !important;
  top:10% !important;
  right:calc((100vw - 100%) / -2) !important;
  left:auto !important;
}

/* 右下 */
.climbing-top-grid > .ps_object3{
  width:20vw !important;
  top:78% !important;
  right:calc((100vw - 100%) / -2) !important;
  left:auto !important;
}

/* 左下 */
.climbing-top-grid > .ps_object4{
  width:20vw !important;
  top:52% !important;
  left:calc((100vw - 100%) / -2) !important;
  right:auto !important;
}

/* iPad */
@media(max-width:1024px){
  .climbing-top-grid > .ps_object1,
  .climbing-top-grid > .ps_object2{
    width:36vw !important;
  }

  .climbing-top-grid > .ps_object3,
  .climbing-top-grid > .ps_object4{
    width:25vw !important;
  }
}

/* スマホ */
@media(max-width:767px){
  .climbing-top-grid > .ps_object1,
  .climbing-top-grid > .ps_object2{
    width:44vw !important;
  }

  .climbing-top-grid > .ps_object3,
  .climbing-top-grid > .ps_object4{
    width:32vw !important;
  }

  .climbing-top-grid > .ps_object2{
    top:16% !important;
  }

  .climbing-top-grid > .ps_object3{
    top:82% !important;
  }

  .climbing-top-grid > .ps_object4{
    top:58% !important;
  }
}



/* =========================================================
   CLIMBING BACKGROUND OBJECTS - VIEWPORT EDGE FIX
   中央寄せコンテナからブラウザ端へ正確に移動
========================================================= */

.climbing-top-grid > .ps_object1{
  left:calc(50% - 50vw) !important;
  right:auto !important;
}

.climbing-top-grid > .ps_object2{
  right:calc(50% - 50vw) !important;
  left:auto !important;
}

.climbing-top-grid > .ps_object3{
  right:calc(50% - 50vw) !important;
  left:auto !important;
}

.climbing-top-grid > .ps_object4{
  left:calc(50% - 50vw) !important;
  right:auto !important;
}
