/* =========================================================
  くつをぬいでねマット / kutsu.css
========================================================= */

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

.signmat-page{
  --text:#242424;
  --cream:#F5F2EA;
  --white:#fff;
  --teal:#01C8BD;
  --teal-dark:#00a79f;
  --yellow:#F4CC00;
  --orange:#FF7E00;
  --purple:#752DB7;
  --red:#EE4848;
  --green:#79b84a;
  --line:#e7ded2;
  --shadow:0 18px 45px rgba(96,70,32,.12);

  position:relative;
  overflow:hidden;
  background:var(--cream);
  color:var(--text);
  font-family:"Zen Kaku Gothic New",sans-serif;
}

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

.signmat-page img{
  display:block;
  max-width:100%;
  height:auto;
}

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



/* 背景装飾 */

.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:1180px;
}

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

.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;
}

/* HERO */

.hero{
  margin-top:50px;
}

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

.signmat-page .hero h1{
  margin:50px 0 50px;
  font-size:4rem;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
  color: #08beb8;
}

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



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

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

.main-visual{
  width: 80%;
  margin:0 auto;
  background:#fffdf8;
  border-radius:34px;
  padding:24px;
  box-shadow:var(--shadow);
  margin-bottom: 50px;
}

.main-visual img{
  width:100%;
  border-radius:26px;
  background:#f7f4ec;
}

.main-visual figcaption{
  margin-top:14px;
  color:#5d5750;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
}

/* FEATURES */

.features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:30%;
  width:80%;
  margin: 0 auto;
  margin-top:100px;
}

.features article{
  position:relative;
  background:#fff;
  border-radius:28px;
  padding:24px 18px 26px;
  text-align:center;
  box-shadow:var(--shadow);
}

.step{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;

  width:74px;
  height:74px;
  margin:0 auto 18px;
  padding-top:10px;   /* 数字全体を少し上へ */

  color:#fff;
  background:var(--teal);
  border-radius:50%;
}

.features article:nth-child(2) .step{background:var(--orange);}
.features article:nth-child(3) .step{background:var(--purple);}
.features article:nth-child(4) .step{background:var(--red);}

.step small{
  display:block;
  font-size:10px;
  line-height:1;
  font-weight:900;
}

.step strong{
  display:block;
  font-size:28px;
  line-height:1;
  font-weight:900;
}

.features h7{
  display:block;
  margin:0 0 14px;
  font-size:1.3rem;
  line-height:1.45;
  font-weight:900;
}

.features article img{
  height:150px;
  object-fit:contain;
  margin:0 auto 14px;
  padding:12px;
  border-radius:20px;
}

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

/* PRODUCTS */

.products{
  margin-bottom:76px;
}

.products h2,
.parts-search h2{
  margin:0 0 32px;
  text-align:center;
  font-size:clamp(28px,4vw,42px);
  line-height:1.4;
  font-weight:900;
}

.products h2::after{
  content:"";
  display:block;
  width:70px;
  height:8px;
  margin:14px auto 0;
  background:radial-gradient(circle at 4px 4px,var(--teal) 4px,transparent 5px) 0 0 / 16px 8px repeat-x;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.product-card{
  position:relative;
  background:#fff;
  border-radius:28px;
  padding:22px;
  box-shadow:var(--shadow);
}

.product-card .badge{
  position:absolute;
  top:18px;
  left:18px;
  z-index:10;
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  color:#fff;
  background:var(--teal);
  border-radius:50%;
  font-size:16px;
  font-weight:900;
}

.product-card:nth-child(2) .badge{background:var(--orange);}
.product-card:nth-child(3) .badge{background:var(--purple);}

.product-card .brand{
  margin:0 0 8px;
  padding-left:64px;
  color:var(--teal);
  font-size:12px;
  line-height:1.5;
  font-weight:900;
}

.product-card h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.45;
  font-weight:900;
}

.product-card .desc,
.product-card .size{
  margin:0 0 10px;
  color:#5d5750;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
}

.product-card .size{
  display:inline-block;
  padding:6px 14px;
  color:#fff;
  background:var(--teal);
  border-radius:999px;
  font-weight:900;
}

.product-card > img{
  width:100%;
  height:210px;
  object-fit:contain;
  padding:14px;
  margin:12px 0;
  background:#f7f4ec;
  border-radius:22px;
}

.slider-arrows{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:8px 0 12px;
}

.slider-arrows span{
  width:28px;
  height:28px;
  background:#fff;
  border:2px solid var(--line);
  border-radius:50%;
}

.colors{
  display:flex;
  justify-content:center;
  gap:9px;
  margin:0 0 16px;
}

.colors i{
  width:22px;
  height:22px;
  border-radius:50%;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}

.colors .brown{background:#8c5227;}
.colors .beige{background:#dfbd85;}
.colors .orange{background:var(--orange);}
.colors .green{background:var(--green);}
.colors .yellow{background:var(--yellow);}

.product-card dl{
  margin:0 0 16px;
  border-top:1px solid var(--line);
}

.product-card dl div{
  display:grid;
  grid-template-columns:74px 1fr;
  border-bottom:1px solid var(--line);
}

.product-card dt,
.product-card dd{
  margin:0;
  padding:8px 6px;
  font-size:12px;
  line-height:1.5;
  font-weight:800;
}

.product-card dt{
  color:var(--teal);
  background:#eefbf9;
}

.product-card .price{
  display:block;
  margin:0 0 16px;
  color:var(--red);
  font-size:24px;
  line-height:1.2;
  font-weight:900;
  text-align:center;
}

.product-card .price small{
  font-size:12px;
}

.product-card > a{
  display:grid;
  place-items:center;
  min-height:46px;
  color:#fff;
  background:var(--teal);
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  box-shadow:0 5px 0 var(--teal-dark);
  transition:.2s;
}

.product-card > a:hover{
  transform:translateY(2px);
  box-shadow:0 3px 0 var(--teal-dark);
}

/* PARTS SEARCH */

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

.parts-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{
  content:"";
  position:absolute;
  right:-11px;
  bottom:0;
  width:13px;
  height:4px;
  background:var(--teal);
  border-radius:999px;
  transform:rotate(45deg);
}

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

.parts-grid a{
  display:grid;
  place-items:center;
  min-height:130px;
  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{
  transform:translateY(-3px);
  border-color:var(--teal);
}

.parts-grid em{
  display:grid;
  place-items:center;
  width:76px;
  height:64px;
  margin-bottom:12px;
  padding:8px;
  background:#f7f4ec;
  border:2px dashed var(--teal);
  border-radius:16px;
}

.parts-grid em img{
  width:100%;
  height:100%;
  object-fit:contain;
}

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

/* RESPONSIVE */

@media(max-width:1024px){
  .features{
    grid-template-columns:repeat(2,1fr);
  }

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

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

.signmat-page .hero h1{
  margin:50px 0 50px;
  font-size:3rem;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
  color: #08beb8;
}

@media(max-width:640px){

  .signmat-page .hero h1{
  margin:50px 0 50px;
  font-size:1.8rem;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
  color: #08beb8;
}
  .signmat-page{
    padding:44px 14px 70px;
  }


  .section-line{
    gap:12px;
  }

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

  .main-visual,
  .product-card,
  .features article{
    border-radius:24px;
  }

  .features,
  .product-grid,
  .parts-grid{
    grid-template-columns:1fr;
  }

  .product-card > img{
    height:190px;
  }

  .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;
  }
}
.ww-products{
  padding:50px 30px 100px;
  border-radius: 0 0 100px 100px;
  margin-top: 50px;
  background:#fff;
}

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

.ww-card{
  background:#f1f1f1;
  border-radius:18px;
  padding:12px 12px 22px;
}

.ww-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:72px;
}

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

.ww-head h3{
  margin:6px 0 0;
  font-size:14px;
  line-height:1.65;
  font-weight:900;
  letter-spacing:.04em;
}

.ww-img{
  position:relative;
  height:250px;
  background:#fff;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  overflow:hidden;
}

.ww-img img{
  width:80%;
  height:100%;
  object-fit:contain;
}

.ww-nav{
  position:absolute;
  bottom:14px;
  width:30px;
  height:30px;
  border:2px solid #08beb8;
  border-radius:50%;
  background:#fff;
  color:#08beb8;
  font-size:20px;
  line-height:1;
  font-weight:900;
}

.ww-prev{
  left:12px;
}

.ww-next{
  right:12px;
}

.ww-size{
  background:#d9d9d9;
  border-radius:7px;
  padding:11px 14px;

  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
}

.ww-size p{
  margin:0;
  font-size:11px;
  line-height:1.5;
  font-weight:900;
}

.ww-size a{
  white-space:nowrap;
  background:#fff;
  border:1px solid #222;
  border-radius:999px;
  padding:4px 14px;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
  color:#111;
}

.ww-price{
  display:grid;
  grid-template-columns:1fr 120px;
  border:1px solid #d8d8d8;
  background:#fff;
  min-height:42px;
  margin-bottom:22px;
}

.ww-price span,
.ww-price strong{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  font-size:13px;
  font-weight:900;
  text-align:center;
}

.ww-price strong{
  border-left:1px solid #d8d8d8;
  white-space:nowrap;
}

.ww-price small{
  font-size:9px;
}

.ww-btn{

  height:50px;
  margin:0 auto;
  border:2px solid #111;
  border-radius:999px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  color:#111;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
}

.ww-btn i{
  width:2px;
  height:28px;
  background:#111;
  position:relative;
}

.ww-btn i::after{
  content:"→";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  font-style:normal;
  font-size:24px;
}

@media(max-width:1024px){
  .ww-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .ww-products{
    padding:40px 14px 70px;
  }

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

  .ww-img{
    height:230px;
  }
}
.ww-img img{
  transition:opacity .18s ease;
}

.ww-nav{
  z-index:10;
}

.ww-nav:hover{
  background:#08beb8;
  color:#fff;
}
.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:30px;
}

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

.kicker strong{
  color:black;
  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;
  margin-bottom: 100px;
}

.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 50px;
  padding:0 18px 6px;
  font-size:1.8rem;
  line-height:1.45;
  font-weight:900;
  color:#242424;
  text-align: center;

}



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

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


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

.ps_object1{
    width:30%;
    top:40%;
    right:0;
}

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

.ps_object3{
    width:15%;
    top:0;
    right:0;
}

 .ps_object4{
        width:20%;
        right:0;
    }



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

@media (max-width:1024px){

.ps_object1{
    width:30%;
    top:60%;
    right:0;
}

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

.ps_object3{
    width:20%;
    top:0;
    right:0;
}

 .ps_object4{
        width:20%;
        right:0;
    }


}


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

@media (max-width:767px){
.ps_object1{
    width:30%;
    top:15%;
    right:-30%;
}

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

.ps_object3{
    width:20%;
    top:0;
    right:0;
}

 .ps_object4{
        width:20%;
        right:0;
    }

}



/* ==========================
   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;
    }

}

/* =========================================================
  FINAL OVERRIDE：STEP1〜4 レスポンシブ配置
  デザイン・色・余白・影・角丸は変更せず、カラム数だけ調整
========================================================= */

/* PC・iPad：4カラムのまま */
@media (min-width:641px){
  .signmat-page .features{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

/* 携帯：STEP1〜4だけ2カラム */
@media (max-width:640px){
  .signmat-page .features{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
/* ==========================
   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;
    color: #01C8BD;
    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;
}
/* =========================================================
   TOP HERO 横並び調整
   woodyと同様に、PCでは文字を左・写真を右に配置
   既存の色・装飾・下層デザインは変更しない
========================================================= */
@media (min-width:1025px){
  .signmat-page .jm-hero{
    position:relative;
    z-index:2;
    width:min(1180px, calc(100% - 40px));
    margin:0 auto 50px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:58px;
    align-items:center;
  }

  .signmat-page .jm-hero .hero{
    width:100%;
    margin:0;
    padding:64px 0 58px;
    text-align:left;
  }

  .signmat-page .jm-hero .hero h1{
    margin:0 0 50px;
  }

  .signmat-page .jm-hero .kicker{
    justify-content:flex-start;
  }

  .signmat-page .jm-hero .lead{
    max-width:none;
    margin:0;
  }

  .signmat-page .jm-hero .main-visual{
    width:100%;
    margin:0;
  }
}
/* ===============================
   FEATURES
=============================== */

.features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  width:80%;
  margin:0 auto;
  margin-top:100px;
}

.features article{
  position:relative;
  background:#fff;
  border-radius:28px;
  padding:24px 18px 26px;
  text-align:center;
  box-shadow:var(--shadow);
}

.step{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  width:74px;
  height:74px;
  margin:0 auto 18px;
  padding-top:10px;
  color:#fff;
  background:var(--teal);
  border-radius:50%;
}

/* STEPごとの色 */
.features article:nth-child(2) .step{
  background:var(--orange);
}

.features article:nth-child(3) .step{
  background:var(--purple);
}

.features article:nth-child(4) .step{
  background:var(--red);
}

.step small{
  display:block;
  font-size:10px;
  line-height:1;
  font-weight:900;
}

.step strong{
  display:block;
  font-size:28px;
  line-height:1;
  font-weight:900;
}

.features h7{
  display:block;
  margin:0 0 14px;
  font-size:1.3rem;
  line-height:1.45;
  font-weight:900;
}

.features article img{
  height:150px;
  object-fit:contain;
  margin:0 auto 14px;
  padding:12px;
  border-radius:20px;
}

.features article p{
  margin:0;
  color:#5d5750;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
}
@media (max-width:1024px){
  .features{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:640px){

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

  .features article{
    border-radius:24px;
  }

}
/* PC・iPad：4列 */
@media (min-width:641px){
  .signmat-page .features{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}

/* スマホ：2列 */
@media (max-width:640px){
  .signmat-page .features{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}



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

.signmat-page .signmat-cushion-fv{
  position:relative;
  min-height:auto;
  padding:110px 28px 70px;
  overflow:hidden;
}

.signmat-page .signmat-cushion-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;
}

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

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

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

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

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

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

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

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

.signmat-page .signmat-cushion-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;
}

.signmat-page .signmat-cushion-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);
}

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

.signmat-page .signmat-cushion-fv .pt-spec-row:last-child{
  border-bottom:none;
}

.signmat-page .signmat-cushion-fv .pt-spec-head,
.signmat-page .signmat-cushion-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;
}

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

.signmat-page .signmat-cushion-fv .pt-spec-data{
  background:rgba(255,255,255,.45);
}

.signmat-page .signmat-cushion-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;
}

.signmat-page .signmat-cushion-fv .pt-btn:hover{
  color:#fff;
  background:#222;
}

.signmat-page .signmat-cushion-fv .pt-image-area-pc{
  display:flex;
  justify-content:flex-start;
}

.signmat-page .signmat-cushion-fv .pt-image-area-sp{
  display:none;
}

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

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

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

  .signmat-page .signmat-cushion-fv .pt-inner{
    display:block;
    width:100%;
  }

  .signmat-page .signmat-cushion-fv .pt-content{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
  }

  .signmat-page .signmat-cushion-fv .pt-title-row{
    justify-content:center;
  }

  .signmat-page .signmat-cushion-fv .pt-title-row h1{
    font-size:24px;
  }

  .signmat-page .signmat-cushion-fv .pt-dash{
    margin-left:auto;
    margin-right:auto;
  }

  .signmat-page .signmat-cushion-fv .pt-content h2{
    text-align:center;
  }

  .signmat-page .signmat-cushion-fv .pt-lead{
    text-align:left;
  }

  .signmat-page .signmat-cushion-fv .pt-image-area-pc{
    display:none;
  }

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

  .signmat-page .signmat-cushion-fv .pt-image-area-sp .pt-image-box{
    justify-content:center;
  }

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

  .signmat-page .signmat-cushion-fv .pt-spec-table{
    max-width:none;
  }

  .signmat-page .signmat-cushion-fv .pt-btn{
    margin:0 auto;
  }
}




/* =========================================================
   SIGNMAT FIRST VIEW IMAGE CARD - FINAL
   ウレタンクッションと同じ見え方
========================================================= */

.signmat-page .signmat-cushion-fv .pt-image-area-pc,
.signmat-page .signmat-cushion-fv .pt-image-area-sp{
    display:flex;
    justify-content:center;
}

.signmat-page .signmat-cushion-fv .pt-image-box{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:auto !important;
    height:auto !important;
    flex:none !important;
    padding:12px !important;
    margin:0 auto !important;
    background:#fff !important;
    border-radius:30px !important;
    box-shadow:0 18px 38px rgba(70,50,20,.12) !important;
}

.signmat-page .signmat-cushion-fv .pt-image-box img{
    display:block;
    width:100%;
    max-width:400px !important;
    height:auto;
    object-fit:contain;
    margin:0 auto;
    border-radius:24px !important;
    background:transparent !important;
}

@media(max-width:640px){
.signmat-page .signmat-cushion-fv .pt-image-box{
    padding:10px !important;
    border-radius:22px !important;
}
.signmat-page .signmat-cushion-fv .pt-image-box img{
    max-width:280px !important;
    border-radius:18px !important;
}
}



/* =========================================================
   SIGNMAT FIRST VIEW IMAGE DISPLAY FIX
   PC・スマホで画像が2枚同時に出ないように修正
========================================================= */

/* PC・iPad：右側の画像だけ表示 */
.signmat-page .signmat-cushion-fv .pt-image-area-pc{
    display:flex !important;
    justify-content:center !important;
}

.signmat-page .signmat-cushion-fv .pt-image-area-sp{
    display:none !important;
}

/* スマホ：文章内の画像だけ表示 */
@media(max-width:640px){

    .signmat-page .signmat-cushion-fv .pt-image-area-pc{
        display:none !important;
    }

    .signmat-page .signmat-cushion-fv .pt-image-area-sp{
        display:flex !important;
        justify-content:center !important;
        width:100% !important;
        margin:0 0 22px !important;
    }

}
