/* ===============================
   ウレタンマット 完全版 CSS
   Pop'nLand tone / responsive
================================ */

body{
   font-family:"Zen Kaku Gothic New",sans-serif;
}

.pt-section{
  position:relative;
  min-height:auto;
  padding:110px 28px 70px;
  overflow:hidden;
}

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

.pt-content{
  position:relative;
  z-index:2;
  padding-top:0;
}

.pt-title-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
}

.pt-icon{
  position:relative;
  width:52px;
  height:34px;
  display:block;
  flex:0 0 auto;
}

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

.pt-icon::after{
  content:"";
  position:absolute;
  top:10px;
  left:15px;
  width:24px;
  height:13px;
  background:#FF7A00;
  border-radius:50%;
}

.pt-title-row h1{
  margin:0;
  font-size:25px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.05em;
}

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

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

.pt-lead{
  margin:0 0 22px;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
  letter-spacing:.04em;
}

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

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

.pt-spec-row:last-child{
  border-bottom:none;
}

.pt-spec-row-4{
  grid-template-columns:90px 120px 90px 1fr;
}

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

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

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

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

.pt-btn:hover{
  background:#222;
  color:#fff;
}

.pt-image-area{
  position:relative;
  z-index:2;
}

.pt-image-box{
  width:100%;
  min-height:auto;
  background:transparent;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.pt-image-box img{
  width:100%;
  max-width:400px;
  height:auto;
  display:block;
  border-radius:24px;
}


.mat-page-wrap {
  background:#F5F2EA
}

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

.mat-page * {
  box-sizing:border-box
}

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

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

.mat-inner {
  position:relative;
  z-index:2;
  width:min(1120px,100%);
  margin:0 auto
}

.mat-deco,.mat-wave {
  position:absolute;
  z-index:0;
  pointer-events:none
}

.mat-deco {
  border-radius:50%
}

.mat-deco-yellow {
  width:280px;
  height:280px;
  background:var(--yellow);
  left:-150px;
  top:720px
}

.mat-deco-teal {
  width:260px;
  height:260px;
  background:var(--teal);
  right:-130px;
  top:-70px
}

.mat-deco-purple {
  width:250px;
  height:250px;
  background:var(--purple);
  right:-120px;
  bottom:-80px
}

.mat-wave {
  width:160px;
  height:80px;
  border-top:10px solid currentColor;
  border-bottom:10px solid currentColor;
  border-radius:50%
}

.mat-wave-yellow {
  color:var(--yellow);
  left:20px;
  top:20px;
  transform:rotate(-18deg)
}

.mat-wave-teal {
  color:var(--teal);
  right:90px;
  top:610px;
  transform:rotate(-18deg)
}



.mat-title-card h1 {
  position:relative;
  margin:0;
  padding-left:34px;
  font-size:clamp(34px,5vw,54px);
  line-height:1.3;
  font-weight:900
}

.mat-title-card h1::before {
  content:"";
  position:absolute;
  left:0;
  top:.15em;
  width:12px;
  height:1.2em;
  background:var(--pink);
  border-radius:999px
}

.mat-fire-banner {
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:30px;
  align-items:center;
  overflow:hidden;
  background:#fff;
  border-radius:26px;
  box-shadow:var(--shadow);
  margin-bottom:42px;
  margin-top:100px;
}

.mat-fire-text {
  padding:38px 34px;
  min-width:0
}

.mat-logo {
  color:var(--teal);
  font-size:22px;
  font-weight:900;
  margin:0 0 8px
}

.mat-fire-text h2 {
  margin:0 0 24px;
  color:var(--pink);
  font-size:clamp(26px,4vw,42px);
  line-height:1.45;
  font-weight:900
}

.mat-fire-text a {
  display:grid;
  place-items:center;
  width:min(100%,620px);
  min-height:42px;
  color:#fff!important;
  background:var(--pink);
  border-radius:999px;
  font-weight:900
}

.mat-fire-img {
  height:260px;
  background:var(--yellow);
  display:flex;
  align-items:center;
  justify-content:center;
  clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
  overflow:hidden
}

.mat-fire-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  padding:0
}

.mat-info {
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:center;
  margin-bottom:32px
}

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

.mat-info p:last-child {
  margin-bottom:0
}

.mat-color-btn {
  display:grid;
  place-items:center;
  min-height:58px;
  color:#fff!important;
  background:#01C8BD;
  border:none;
  border-radius:10px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 5px 0 var(--teal-dark);
  transition:.2s ease
}

.mat-color-btn:hover {
  transform:translateY(2px);
  box-shadow:0 3px 0 var(--teal-dark);
  opacity:.95
}

.mat-spec {
  padding-top:28px;
  border-top:1px dashed #cfc7be;
  margin-bottom:42px
}

.mat-spec p {
  margin:0 0 10px;
  color:#444;
  font-size:16px;
  line-height:1.8;
  font-weight:700
}

.mat-products {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch
}

.mat-card {
  min-width:0;
  background:#fff;
  border-radius:28px;
  padding:34px 28px 36px;
  box-shadow:var(--shadow);
  overflow:hidden
}

.mat-card h3 {
  margin:0 0 24px;
  font-size:24px;
  line-height:1.45;
  font-weight:900
}

.mat-product-img {
  width:100%;
  background:#f7f7f7;
  border-radius:18px;
  padding:0;
  margin-bottom:16px;
  overflow:hidden;
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center
}

.mat-product-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  padding:0
}

.mat-product-img img.contain {
  object-fit:contain;
  padding:10px
}

.mat-thumbs {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px
}

.mat-thumbs img {
  width:86px;
  height:70px;
  object-fit:cover;
  object-position:center;
  padding:0;
  border:3px solid var(--pink);
  border-radius:8px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease
}

.mat-thumbs img:hover {
  transform:scale(1.06);
  opacity:.86
}

.mat-thumbs img.active {
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(1,200,189,.18)
}

.mat-size {
  margin:0 0 14px;
  color:#5d5750;
  font-size:16px;
  line-height:1.7;
  font-weight:800
}

.mat-card table {
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  margin-bottom:14px
}

.mat-card th,.mat-card td {
  border:1px solid #d8d8d8;
  padding:14px 12px;
  font-size:13px;
  line-height:1.6;
  vertical-align:middle;
  word-break:break-word
}

.mat-card th {
  width:62%;
  text-align:left;
  color:#444;
  font-weight:800;
  
}

.mat-card td {
  width:38%;
  text-align:right;
  font-size:14px;
  font-weight:900
}

.mat-card td small {
  display:inline-block;
  font-size:11px
}

.mat-card td.red {
  color:var(--pink)
}

.mat-note {
  margin:0 0 22px;
  color:#5d5750;
  font-size:13px;
  line-height:1.7
}

.mat-cart-box {
  background:#f7f7f7;
  border-radius:16px;
  padding:20px;
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:12px
}

.mat-cart-box select {
  width:100%;
  min-width:0;
  min-height:44px;
  border:1px solid #ddd;
  background:#fff;
  padding:0 10px;
  border-radius:6px;
  font-size:13px;
  font-weight:700
}

.mat-cart-btn {
  grid-column:1/-1;
  display:grid;
  place-items:center;
  min-height:56px;
  color:#fff!important;
  background:#01C8BD;
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  box-shadow:0 5px 0 var(--teal-dark);
  transition:.2s ease
}

.mat-cart-btn:hover {
  transform:translateY(2px);
  box-shadow:0 3px 0 var(--teal-dark);
  opacity:.95
}

.mat-color-modal {
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  opacity:0;
  pointer-events:none;
  transition:.28s ease
}

.mat-color-modal.is-open {
  opacity:1;
  pointer-events:auto
}

.mat-color-modal-bg {
  position:absolute;
  inset:0;
  background:rgba(36,36,36,.45);
  backdrop-filter:blur(6px)
}

.mat-color-modal-panel {
  position:relative;
  z-index:2;
  width:min(1280px,94vw);
  max-height:88vh;
  overflow:auto;
  background:#F5F2EA;
  border-radius:32px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
  transform:scale(.92) translateY(18px);
  opacity:0;
  transition:.32s cubic-bezier(.2,.8,.2,1)
}

.mat-color-modal.is-open .mat-color-modal-panel {
  transform:scale(1) translateY(0);
  opacity:1
}

.mat-color-modal-close {
  position:absolute;
  right:20px;
  top:18px;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#242424;
  font-size:28px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(96,70,32,.12)
}

.mat-color-modal-head {
  margin-bottom:22px;
  padding-right:60px
}

.mat-color-modal-head h2 {
  position:relative;
  margin:0 0 8px;
  padding-left:28px;
  font-size:34px;
  font-weight:900
}

.mat-color-modal-head h2::before {
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:16px;
  height:16px;
  background:#e85b74;
  border-radius:4px
}

.mat-color-modal-head p {
  margin:0;
  color:#5d5750;
  font-weight:700
}

.mat-color-tabs {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-bottom:0
}

.mat-color-tabs button {
  border:none;
  min-height:72px;
  padding:12px 8px;
  background:#ddd;
  color:#e85b74;
  border-radius:14px 14px 0 0;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  cursor:pointer
}

.mat-color-tabs button small {
  color:#555;
  font-size:12px
}

.mat-color-tabs button.active {
  background:#fff
}

.mat-color-tabs button[data-tab="tarpaulin"] {
  color:#c9662c
}

.mat-color-panels {
  background:#fff;
  border-radius:0 0 24px 24px;
  padding:28px
}

.mat-color-panel {
  display:none;
  animation:matPanelPop .28s ease both
}

.mat-color-panel.active {
  display:block
}

@keyframes matPanelPop {
  from {
    opacity:0;
    transform:translateY(12px) scale(.98)
  }

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

}

body.mat-modal-open {
  overflow:hidden
}

.color-panel-title {
  position:relative;
  margin:0 0 26px;
  padding-left:34px;
  color:#555;
  font-size:32px;
  font-weight:900
}

.color-panel-title::before {
  content:"";
  position:absolute;
  left:0;
  top:.2em;
  width:22px;
  height:22px;
  background:#e85b74;
  border-radius:5px
}

.series-spec-wrap {
  background:#fff;
  padding:34px;
  border-radius:20px;
  overflow:auto
}

.series-spec-table {
  width:100%;
  min-width:850px;
  border-collapse:collapse;
  font-size:13px;
  color:#555
}

.series-spec-table th,.series-spec-table td {
  border:1px solid #cfcfcf;
  padding:10px 12px;
  text-align:center
}

.series-spec-table th {
  background:#e5e5e5;
  font-weight:900
}

.series-spec-table td:first-child {
  text-align:left;
  color:#006fae;
  font-weight:900;
  text-decoration:underline;
  background:#fffdf0
}

.spec-note {
  margin:24px 0 0;
  padding-left:20px;
  color:#555;
  line-height:1.8;
  font-weight:700
}

.fabric-layout {
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:30px;
  background:#fff;
  border-radius:0 0 24px 24px
}

.fabric-side {
  padding:28px 8px 20px;
  text-align:center
}

.fabric-side h3 {
  margin:0 0 16px;
  padding:10px;
  color:#fff;
  background:#df3f78;
  font-size:22px;
  line-height:1.35;
  font-weight:900
}

.fabric-side h3 span {
  font-size:16px
}

.fabric-side strong {
  display:block;
  color:#df3f78;
  font-size:92px;
  line-height:.9;
  font-family:Georgia,serif;
  font-weight:400
}

.fabric-side p {
  color:#c957aa;
  font-size:28px;
  line-height:1.1;
  font-weight:900;
  margin:0 0 22px
}

.fabric-side ul {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  padding:0;
  margin:0 0 34px;
  list-style:none
}

.fabric-side li {
  display:grid;
  place-items:center;
  min-height:70px;
  border:2px solid #df3f78;
  color:#df3f78;
  font-size:13px;
  line-height:1.25;
  font-weight:900
}

.fabric-side b {
  display:block;
  margin-top:24px;
  color:#111;
  font-size:34px;
  letter-spacing:.02em
}

.fabric-side.orange h3 {
  background:#cb6b33
}

.fabric-side.orange strong,.fabric-side.orange p,.fabric-side.orange li {
  color:#cb6b33;
  border-color:#cb6b33
}

.fabric-main {
  min-width:0;
  padding:28px 0
}

.fabric-main h3 {
  margin:0 0 14px;
  color:#df6f89;
  font-size:26px;
  font-weight:900
}

.fabric-main h4 {
  margin:0 0 12px;
  color:#987932;
  font-size:14px;
  font-weight:900
}

.fire-box {
  position:relative;
  border:3px solid red;
  padding:30px;
  margin-top:10px
}

.fire-label {
  position:absolute;
  top:-18px;
  left:18px;
  padding:0 10px;
  color:red;
  font-size:19px;
  font-weight:900
}

.swatch-grid {
  display:grid;
  gap:20px
}

.swatch-grid.five {
  grid-template-columns:repeat(5,minmax(100px,1fr))
}

.swatch-grid.three {
  grid-template-columns:repeat(3,minmax(130px,180px))
}

.swatch-grid span {
  display:block;
  width:100%;
  height:58px;
  border-radius:2px;
  box-shadow:inset 0 0 12px rgba(0,0,0,.08)
}

.swatch-grid p {
  margin:8px 0 0;
  color:#444;
  font-size:13px;
  line-height:1.4;
  font-weight:700
}

.fabric-red {
  margin:28px 0 0;
  color:red!important;
  font-weight:900!important;
  line-height:1.8
}

.fabric-note {
  margin-top:24px;
  color:#555;
  font-weight:700
}

.animal {
  background-color:#f6e7a3!important;
  background-image:radial-gradient(circle at 20% 20%,rgba(255,150,80,.5) 0 2px,transparent 3px)!important;
  background-size:18px 18px!important
}

.animal.blue {
  background-color:#bfe5ef!important
}

.animal.pink {
  background-color:#f5c6d8!important
}

@media(max-width:900px) {
  .mat-fire-banner,.mat-info,.mat-products {
    grid-template-columns:1fr;
    margin-top: 100px;
  }

  .mat-fire-img {
    clip-path:none;
    height:230px
  }

  .mat-color-modal {
    padding:14px
  }

  .mat-color-modal-panel {
    max-height:90vh;
    padding:22px 16px;
    border-radius:24px
  }

  .mat-color-tabs {
    grid-template-columns:repeat(2,1fr);
    gap:8px
  }

  .mat-color-tabs button {
    border-radius:14px;
    min-height:58px;
    font-size:14px
  }

  .mat-color-panels {
    margin-top:10px;
    border-radius:20px;
    padding:14px
  }

  .fabric-layout {
    grid-template-columns:1fr
  }

  .fabric-side {
    padding:20px
  }

  .fabric-side ul {
    grid-template-columns:repeat(2,1fr)
  }

  .swatch-grid.five,.swatch-grid.three {
    grid-template-columns:repeat(2,1fr)
  }

}

@media(max-width:640px) {
  .mat-page {
    padding:42px 14px 70px
  }

  .mat-title-card {
    padding:34px 24px;
    border-radius:22px
  }

  .mat-title-card h1 {
    padding-left:26px
  }

  .mat-title-card h1::before {
    width:9px
  }

  .mat-fire-text {
    padding:30px 22px
  }

  .mat-fire-img {
    height:210px
  }

  .mat-info p {
    font-size:15px
  }

  .mat-card {
    padding:26px 18px
  }

  .mat-card h3 {
    font-size:21px
  }

  .mat-product-img {
    aspect-ratio:1.25/1
  }

  .mat-thumbs img {
    width:68px;
    height:56px
  }

  .mat-card th,.mat-card td {
    display:block;
    width:100%;
    text-align:left
  }

  .mat-card td {
    font-size:20px
  }

  .mat-cart-box {
    grid-template-columns:1fr
  }

  .mat-deco-yellow,.mat-deco-teal,.mat-deco-purple {
    width:180px;
    height:180px
  }

  .color-panel-title {
    font-size:24px
  }

  .series-spec-wrap {
    padding:14px
  }

  .fabric-side strong {
    font-size:72px
  }

  .fire-box {
    padding:22px 14px
  }

  .swatch-grid.five,.swatch-grid.three {
    grid-template-columns:1fr
  }

}

/* ===============================
   SP価格表 崩れ修正
================================ */
@media (min-width: 641px) and (max-width: 1024px) {
   .mat-page-wrap{
        padding-top:100px;
    }
}
@media(max-width:640px){

  .mat-card table{
    table-layout:auto;
    width:100%;
  }

  .mat-card tr{
    display:grid;
    grid-template-columns:1fr;
    border:1px solid #d8d8d8;
    border-bottom:none;
  }

  .mat-card tr:last-child{
    border-bottom:1px solid #d8d8d8;
  }

  .mat-card th,
  .mat-card td{
    display:block !important;
    width:100% !important;
    border:0 !important;
    text-align:left !important;
    writing-mode:horizontal-tb !important;
    white-space:normal !important;
  }

  .mat-card td{
    font-size:32px !important;
    line-height:1.2 !important;
    padding-top:4px !important;
  }

  .mat-card td small{
    display:inline-block !important;
    font-size:14px !important;
    margin-left:4px;
    vertical-align:baseline;
  }
  
}

/* ===============================
  Urethane Mat Product Cards
  1つの .ww-grid 内で横並びに整える
================================ */
.mat-products{
  display:block;
  width:100%;
  margin-top:10px;
}

.mat-products .ww-products{
  width:100%;
  padding:0;
  background:transparent;
  position:relative;
  z-index:2;
}

.mat-products .ww-grid{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.ww-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  background:#f1f1f1;
  border-radius:18px;
  padding:12px 12px 22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(96,70,32,.10);
}

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

.ww-head span{
  flex:0 0 auto;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#222;
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.ww-head h3{
  margin:6px 0 0;
  color:#111;
  font-size:13px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.04em;
}

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

.ww-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transition:opacity .18s ease;
}

.ww-nav{
  position:absolute;
  bottom:14px;
  z-index:10;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:2px solid #08beb8;
  border-radius:50%;
  background:#fff;
  color:#08beb8;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  padding:0;
}

.ww-nav:hover{
  background:#08beb8;
  color:#fff;
}

.ww-prev{left:12px;}
.ww-next{right:12px;}

.ww-size{
  min-height:50px;
  background:#d9d9d9;
  border-radius:7px;
  padding:11px 14px;
  margin-bottom:16px;
}

.ww-size p{
  margin:0;
  color:#222;
  font-size:12px;
  line-height:1.5;
  font-weight:900;
  text-align:center;
}

.ww-price{
  width:100%;
  border:1px solid #d8d8d8;
  background:#fff;
  margin-bottom:14px;
}

.ww-price-two{
  display:block;
}

.ww-price-two div{
  display:grid;
  grid-template-columns:minmax(0,1fr) 140px;
  min-height:46px;
  border-bottom:1px solid #d8d8d8;
}

.ww-price-two div:last-child{
  border-bottom:0;
}

.ww-price span,
.ww-price strong{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  color:#111;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
  text-align:center;
}

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

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

.ww-card .mat-note{
  margin:0 0 14px;
  color:#5d5750;
  text-align:center;
  font-size:12px;
  line-height:1.6;
  font-weight:800;
}

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

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

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

@media(max-width:900px){
  .mat-products .ww-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .ww-img{
    height:250px;
  }
}

@media(max-width:640px){
  .ww-card{
    border-radius:16px;
  }

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

  .ww-img{
    height:230px;
  }

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

  .ww-price strong{
    border-left:0;
    border-top:1px solid #d8d8d8;
  }

  .ww-btn{
    width:190px;
    height:48px;
    font-size:13px;
  }
}
/* ===============================
   ウレタンマット 完全版 CSS
   Pop'nLand tone / responsive
================================ */
body {
  font-family:inherit;
}

.mat-page-wrap {
  background:#F5F2EA
}

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

.mat-page * {
  box-sizing:border-box
}

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

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

.mat-inner {
  position:relative;
  z-index:2;
  width:min(1120px,100%);
  margin:0 auto
}

.mat-deco,.mat-wave {
  position:absolute;
  z-index:0;
  pointer-events:none
}

.mat-deco {
  border-radius:50%
}

.mat-deco-yellow {
  width:280px;
  height:280px;
  background:var(--yellow);
  left:-150px;
  top:720px
}

.mat-deco-teal {
  width:260px;
  height:260px;
  background:var(--teal);
  right:-130px;
  top:-70px
}

.mat-deco-purple {
  width:250px;
  height:250px;
  background:var(--purple);
  right:-120px;
  bottom:-80px
}

.mat-wave {
  width:160px;
  height:80px;
  border-top:10px solid currentColor;
  border-bottom:10px solid currentColor;
  border-radius:50%
}

.mat-wave-yellow {
  color:var(--yellow);
  left:20px;
  top:20px;
  transform:rotate(-18deg)
}

.mat-wave-teal {
  color:var(--teal);
  right:90px;
  top:610px;
  transform:rotate(-18deg)
}



.mat-title-card h1 {
  position:relative;
  margin:0;
  padding-left:34px;
  font-size:clamp(34px,5vw,54px);
  line-height:1.3;
  font-weight:900
}

.mat-title-card h1::before {
  content:"";
  position:absolute;
  left:0;
  top:.15em;
  width:12px;
  height:1.2em;
  background:var(--pink);
  border-radius:999px
}

.mat-fire-banner {
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:30px;
  align-items:center;
  overflow:hidden;
  background:#fff;
  border-radius:26px;
  box-shadow:var(--shadow);
  margin-bottom:42px
}

.mat-fire-text {
  padding:38px 34px;
  min-width:0
}

.mat-logo {
  color:var(--teal);
  font-size:22px;
  font-weight:900;
  margin:0 0 8px
}

.mat-fire-text h2 {
  margin:0 0 24px;
  color:var(--pink);
  font-size:clamp(26px,4vw,42px);
  line-height:1.45;
  font-weight:900
}

.mat-fire-text a {
  display:grid;
  place-items:center;
  width:min(100%,620px);
  min-height:42px;
  color:#fff!important;
  background:var(--pink);
  border-radius:999px;
  font-weight:900
}

.mat-fire-img {
  height:260px;
  background:var(--yellow);
  display:flex;
  align-items:center;
  justify-content:center;
  clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);
  overflow:hidden
}

.mat-fire-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  padding:0
}

.mat-info {
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:center;
  margin-bottom:32px
}

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

.mat-info p:last-child {
  margin-bottom:0
}

.mat-color-btn {
  display:grid;
  place-items:center;
  min-height:58px;
  color:#fff!important;
  background:#01C8BD;
  border:none;
  border-radius:10px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 5px 0 var(--teal-dark);
  transition:.2s ease
}

.mat-color-btn:hover {
  transform:translateY(2px);
  box-shadow:0 3px 0 var(--teal-dark);
  opacity:.95
}

.mat-spec {
  padding-top:28px;
  border-top:1px dashed #cfc7be;
  margin-bottom:42px
}

.mat-spec p {
  margin:0 0 10px;
  color:#444;
  font-size:16px;
  line-height:1.8;
  font-weight:700
}

.mat-products {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch
}

.mat-card {
  min-width:0;
  background:#fff;
  border-radius:28px;
  padding:34px 28px 36px;
  box-shadow:var(--shadow);
  overflow:hidden
}

.mat-card h3 {
  margin:0 0 24px;
  font-size:24px;
  line-height:1.45;
  font-weight:900
}

.mat-product-img {
  width:100%;
  background:#f7f7f7;
  border-radius:18px;
  padding:0;
  margin-bottom:16px;
  overflow:hidden;
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center
}

.mat-product-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  padding:0
}

.mat-product-img img.contain {
  object-fit:contain;
  padding:10px
}

.mat-thumbs {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:18px
}

.mat-thumbs img {
  width:86px;
  height:70px;
  object-fit:cover;
  object-position:center;
  padding:0;
  border:3px solid var(--pink);
  border-radius:8px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease
}

.mat-thumbs img:hover {
  transform:scale(1.06);
  opacity:.86
}

.mat-thumbs img.active {
  border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(1,200,189,.18)
}

.mat-size {
  margin:0 0 14px;
  color:#5d5750;
  font-size:16px;
  line-height:1.7;
  font-weight:800
}

.mat-card table {
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  margin-bottom:14px
}

.mat-card th,.mat-card td {
  border:1px solid #d8d8d8;
  padding:14px 12px;
  font-size:13px;
  line-height:1.6;
  vertical-align:middle;
  word-break:break-word
}

.mat-card th {
  width:62%;
  text-align:left;
  color:#444;
  font-weight:800
}

.mat-card td {
  width:38%;
  text-align:right;
  font-size:14px;
  font-weight:900
}

.mat-card td small {
  display:inline-block;
  font-size:11px
}

.mat-card td.red {
  color:var(--pink)
}

.mat-note {
  margin:0 0 22px;
  color:#5d5750;
  font-size:13px;
  line-height:1.7
}

.mat-cart-box {
  background:#f7f7f7;
  border-radius:16px;
  padding:20px;
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:12px
}

.mat-cart-box select {
  width:100%;
  min-width:0;
  min-height:44px;
  border:1px solid #ddd;
  background:#fff;
  padding:0 10px;
  border-radius:6px;
  font-size:13px;
  font-weight:700
}

.mat-cart-btn {
  grid-column:1/-1;
  display:grid;
  place-items:center;
  min-height:56px;
  color:#fff!important;
  background:#01C8BD;
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  box-shadow:0 5px 0 var(--teal-dark);
  transition:.2s ease
}

.mat-cart-btn:hover {
  transform:translateY(2px);
  box-shadow:0 3px 0 var(--teal-dark);
  opacity:.95
}

.mat-color-modal {
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  opacity:0;
  pointer-events:none;
  transition:.28s ease
}

.mat-color-modal.is-open {
  opacity:1;
  pointer-events:auto
}

.mat-color-modal-bg {
  position:absolute;
  inset:0;
  background:rgba(36,36,36,.45);
  backdrop-filter:blur(6px)
}

.mat-color-modal-panel {
  position:relative;
  z-index:2;
  width:min(1280px,94vw);
  max-height:88vh;
  overflow:auto;
  background:#F5F2EA;
  border-radius:32px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
  transform:scale(.92) translateY(18px);
  opacity:0;
  transition:.32s cubic-bezier(.2,.8,.2,1)
}

.mat-color-modal.is-open .mat-color-modal-panel {
  transform:scale(1) translateY(0);
  opacity:1
}

.mat-color-modal-close {
  position:absolute;
  right:20px;
  top:18px;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#242424;
  font-size:28px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(96,70,32,.12)
}

.mat-color-modal-head {
  margin-bottom:22px;
  padding-right:60px
}

.mat-color-modal-head h2 {
  position:relative;
  margin:0 0 8px;
  padding-left:28px;
  font-size:34px;
  font-weight:900
}

.mat-color-modal-head h2::before {
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width:16px;
  height:16px;
  background:#e85b74;
  border-radius:4px
}

.mat-color-modal-head p {
  margin:0;
  color:#5d5750;
  font-weight:700
}

.mat-color-tabs {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-bottom:0
}

.mat-color-tabs button {
  border:none;
  min-height:72px;
  padding:12px 8px;
  background:#ddd;
  color:#e85b74;
  border-radius:14px 14px 0 0;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  cursor:pointer
}

.mat-color-tabs button small {
  color:#555;
  font-size:12px
}

.mat-color-tabs button.active {
  background:#fff
}

.mat-color-tabs button[data-tab="tarpaulin"] {
  color:#c9662c
}

.mat-color-panels {
  background:#fff;
  border-radius:0 0 24px 24px;
  padding:28px
}

.mat-color-panel {
  display:none;
  animation:matPanelPop .28s ease both
}

.mat-color-panel.active {
  display:block
}

@keyframes matPanelPop {
  from {
    opacity:0;
    transform:translateY(12px) scale(.98)
  }

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

body.mat-modal-open {
  overflow:hidden
}

.color-panel-title {
  position:relative;
  margin:0 0 26px;
  padding-left:34px;
  color:#555;
  font-size:32px;
  font-weight:900
}

.color-panel-title::before {
  content:"";
  position:absolute;
  left:0;
  top:.2em;
  width:22px;
  height:22px;
  background:#e85b74;
  border-radius:5px
}

.series-spec-wrap {
  background:#fff;
  padding:34px;
  border-radius:20px;
  overflow:auto
}

.series-spec-table {
  width:100%;
  min-width:850px;
  border-collapse:collapse;
  font-size:13px;
  color:#555
}

.series-spec-table th,.series-spec-table td {
  border:1px solid #cfcfcf;
  padding:10px 12px;
  text-align:center
}

.series-spec-table th {
  background:#e5e5e5;
  font-weight:900
}

.series-spec-table td:first-child {
  text-align:left;
  color:#006fae;
  font-weight:900;
  text-decoration:underline;
  background:#fffdf0
}

.spec-note {
  margin:24px 0 0;
  padding-left:20px;
  color:#555;
  line-height:1.8;
  font-weight:700
}

.fabric-layout {
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:30px;
  background:#fff;
  border-radius:0 0 24px 24px
}

.fabric-side {
  padding:28px 8px 20px;
  text-align:center
}

.fabric-side h3 {
  margin:0 0 16px;
  padding:10px;
  color:#fff;
  background:#df3f78;
  font-size:22px;
  line-height:1.35;
  font-weight:900
}

.fabric-side h3 span {
  font-size:16px
}

.fabric-side strong {
  display:block;
  color:#df3f78;
  font-size:92px;
  line-height:.9;
  font-family:Georgia,serif;
  font-weight:400
}

.fabric-side p {
  color:#c957aa;
  font-size:28px;
  line-height:1.1;
  font-weight:900;
  margin:0 0 22px
}

.fabric-side ul {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  padding:0;
  margin:0 0 34px;
  list-style:none
}

.fabric-side li {
  display:grid;
  place-items:center;
  min-height:70px;
  border:2px solid #df3f78;
  color:#df3f78;
  font-size:13px;
  line-height:1.25;
  font-weight:900
}

.fabric-side b {
  display:block;
  margin-top:24px;
  color:#111;
  font-size:34px;
  letter-spacing:.02em
}

.fabric-side.orange h3 {
  background:#cb6b33
}

.fabric-side.orange strong,.fabric-side.orange p,.fabric-side.orange li {
  color:#cb6b33;
  border-color:#cb6b33
}

.fabric-main {
  min-width:0;
  padding:28px 0
}

.fabric-main h3 {
  margin:0 0 14px;
  color:#df6f89;
  font-size:26px;
  font-weight:900
}

.fabric-main h4 {
  margin:0 0 12px;
  color:#987932;
  font-size:14px;
  font-weight:900
}

.fire-box {
  position:relative;
  border:3px solid red;
  padding:30px;
  margin-top:10px
}

.fire-label {
  position:absolute;
  top:-18px;
  left:18px;
  background:#fff;
  padding:0 10px;
  color:red;
  font-size:19px;
  font-weight:900
}

.swatch-grid {
  display:grid;
  gap:20px
}

.swatch-grid.five {
  grid-template-columns:repeat(5,minmax(100px,1fr))
}

.swatch-grid.three {
  grid-template-columns:repeat(3,minmax(130px,180px))
}

.swatch-grid span {
  display:block;
  width:100%;
  height:58px;
  border-radius:2px;
  box-shadow:inset 0 0 12px rgba(0,0,0,.08)
}

.swatch-grid p {
  margin:8px 0 0;
  color:#444;
  font-size:13px;
  line-height:1.4;
  font-weight:700
}

.fabric-red {
  margin:28px 0 0;
  color:red!important;
  font-weight:900!important;
  line-height:1.8
}

.fabric-note {
  margin-top:24px;
  color:#555;
  font-weight:700
}

.animal {
  background-color:#f6e7a3!important;
  background-image:radial-gradient(circle at 20% 20%,rgba(255,150,80,.5) 0 2px,transparent 3px)!important;
  background-size:18px 18px!important
}

.animal.blue {
  background-color:#bfe5ef!important
}

.animal.pink {
  background-color:#f5c6d8!important
}

@media(max-width:900px) {
  .mat-fire-banner,.mat-info,.mat-products {
    grid-template-columns:1fr;
  }

  .mat-fire-img {
    clip-path:none;
    height:230px
  }

  .mat-color-modal {
    padding:14px
  }

  .mat-color-modal-panel {
    max-height:90vh;
    padding:22px 16px;
    border-radius:24px
  }

  .mat-color-tabs {
    grid-template-columns:repeat(2,1fr);
    gap:8px
  }

  .mat-color-tabs button {
    border-radius:14px;
    min-height:58px;
    font-size:14px
  }

  .mat-color-panels {
    margin-top:10px;
    border-radius:20px;
    padding:14px
  }

  .fabric-layout {
    grid-template-columns:1fr
  }

  .fabric-side {
    padding:20px
  }

  .fabric-side ul {
    grid-template-columns:repeat(2,1fr)
  }

  .swatch-grid.five,.swatch-grid.three {
    grid-template-columns:repeat(2,1fr)
  }
}

@media(max-width:640px) {
  .mat-page {
    padding:42px 14px 0;
  }

  .mat-title-card {
    padding:0 24px;
    border-radius:22px;
  }

  .mat-title-card h1 {
    padding-left:26px;
  }

  .mat-title-card h1::before {
    width:9px;
  }

  .mat-fire-text {
    padding:30px 22px;
  }

  .mat-fire-img {
    height:210px;
  }

  .mat-info p {
    font-size:13px;
  }

  .mat-card {
    padding:26px 18px;
  }

  .mat-card h3 {
    font-size:21px
  }

  .mat-product-img {
    aspect-ratio:1.25/1
  }

  .mat-thumbs img {
    width:68px;
    height:56px
  }

  .mat-card th,.mat-card td {
    display:block;
    width:100%;
    text-align:left
  }

  .mat-card td {
    font-size:20px
  }

  .mat-cart-box {
    grid-template-columns:1fr
  }

  .mat-deco-yellow,.mat-deco-teal,.mat-deco-purple {
    width:180px;
    height:180px
  }

  .color-panel-title {
    font-size:24px
  }

  .series-spec-wrap {
    padding:14px
  }

  .fabric-side strong {
    font-size:72px
  }

  .fire-box {
    padding:22px 14px
  }

  .swatch-grid.five,.swatch-grid.three {
    grid-template-columns:1fr
  }
}



/* ===============================
   SP価格表 崩れ修正
================================ */
@media (min-width: 641px) and (max-width: 1024px) {
  .mat-page-wrap {
    padding-top:100px;
  }
}

@media(max-width:640px) {

  .mat-card table {
    table-layout:auto;
    width:100%;
  }

  .mat-card tr {
    display:grid;
    grid-template-columns:1fr;
    border:1px solid #d8d8d8;
    border-bottom:none;
  }

  .mat-card tr:last-child {
    border-bottom:1px solid #d8d8d8;
  }

  .mat-card th, .mat-card td {
    display:block !important;
    width:100% !important;
    border:0 !important;
    text-align:left !important;
    writing-mode:horizontal-tb !important;
    white-space:normal !important;
  }

  .mat-card td {
    font-size:32px !important;
    line-height:1.2 !important;
    padding-top:4px !important;
  }

  .mat-card td small {
    display:inline-block !important;
    font-size:14px !important;
    margin-left:4px;
    vertical-align:baseline;
  }
}

/* ===============================
  Urethane Mat Product Cards
  1つの .ww-grid 内で横並びに整える
================================ */
.mat-products {
  display:block;
  width:100%;
  margin-top:10px;
}

.mat-products .ww-products {
  width:100%;
  padding:0;
  background:transparent;
  position:relative;
  z-index:2;
}

.mat-products .ww-grid {
  width:100%;
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}

.ww-card {
  min-width:0;
  display:flex;
  flex-direction:column;
  background:#f1f1f1;
  border-radius:18px;
  padding:12px 12px 22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(96,70,32,.10);
  margin-bottom: 30px;
}

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

.ww-head span {
  flex:0 0 auto;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  background:#fff;
  color:#222;
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.ww-head h3 {
  margin:6px 0 0;
  color:#111;
  font-size:13px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.04em;
}

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

.ww-img img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transition:opacity .18s ease;
}

.ww-nav {
  position:absolute;
  bottom:14px;
  z-index:10;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:2px solid #08beb8;
  border-radius:50%;
  background:#fff;
  color:#08beb8;
  font-size:14px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  padding:0;
}

.ww-nav:hover {
  background:#08beb8;
  color:#fff;
}

.ww-prev {
  left:12px;
}

.ww-next {
  right:12px;
}

.ww-size {
  min-height:50px;
  align-items:center;
  justify-content:center;
  background:#d9d9d9;
  border-radius:7px;
  padding:11px 14px;
  margin-bottom:16px;
}

.ww-size p {
  margin:0;
  color:#222;
  font-size:12px;
  line-height:1.5;
  font-weight:900;
    text-align: left;
}

.ww-price {
  width:100%;
  border:1px solid #d8d8d8;
  background:#fff;
  margin-bottom:14px;
}

.ww-price-two {
  display:block;
}

.ww-price-two div {
  display:grid;
  grid-template-columns:minmax(0,1fr) 140px;
  min-height:46px;
  border-bottom:1px solid #d8d8d8;
}

.ww-price-two div:last-child {
  border-bottom:0;
}

.ww-price span, .ww-price strong {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  color:#111;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
  text-align:center;
}

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

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

.ww-card .mat-note {
  margin:0 0 14px;
  color:#5d5750;
  text-align:center;
  font-size:12px;
  line-height:1.6;
  font-weight:800;
}

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

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

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

@media(max-width:900px) {
  .mat-products .ww-grid {
    grid-template-columns:1fr;
    gap:26px;
  }

  .ww-img {
    height:350px;
  }
}

@media(max-width:640px) {
  .ww-card {
    border-radius:16px;
  }

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

  .ww-img {
    height:300px;
  }

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

  .ww-price strong {
    border-left:0;
    border-top:1px solid #d8d8d8;
  }

  .ww-btn {
    width:190px;
    height:48px;
    font-size:13px;
  }
}
.hero{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin:0 auto;
  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{
  margin-bottom:10%;
}

.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:0 auto 50px;
  padding:0 18px 6px;
  font-size:3rem;
  line-height:1.45;
  font-weight:900;
  color:#242424;
  text-align: center;
}
/* =========================================================
  Slider image adjustment only
  デザイン・色・余白・ボタンは変更せず、画像の表示だけ整える
========================================================= */
.mat-products .ww-img{
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#fff;
}

.mat-products .ww-img img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:auto !important;
  transition:opacity .18s ease;
}

.mat-products .ww-img img.is-wide{
  width:100% !important;
  height:auto !important;
  max-height:100% !important;
}

.mat-products .ww-img img.is-tall{
  width:auto !important;
  height:100% !important;
  max-width:100% !important;
}


.hero{
  position:relative;
  overflow:visible;
}

.ps-page{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin:0 auto;
}


/* SVGをpaddingの外まで広げる */
.mat-page{
  overflow:visible !important;
}

.mat-page .hero{
  position:relative;
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow:visible !important;
}

.mat-page .hero .ps-page{
  position:relative;
  z-index:2;
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.ps_object1,
.ps_object2,
.ps_object3{
  position:absolute;
  z-index:1;
  pointer-events:none;
  max-width:none !important;
  height:auto;
}

.ps_object1{
  width:20%!important;
  top:0 !important;
  left:0;
}

.ps_object2{
  width:24vw !important;
  top:40%;
  right:0;
}

.ps_object3{
  width:20% !important;
  left:0;
}
/* ===============================
SVG
=============================== */

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

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

.ps_object2{
    width:10%;
    top:10%;
    right:0;
}

.ps_object3{
    width:10%;
    top:0;
    left:0;
}



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

@media (max-width:1024px){
.ps_object1{

.ps_object2{
    width:10%;
    top:90%;
    right:0;
}

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




}


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

@media (max-width:767px){
.ps_object1{
    width:20%;
    top:90%;
    right:0;
}
.ps_object2{
    width:10%;
    top:50%;
    right:0;
}

.ps_object3{
    width:20%;
    top:90%;
    left:0;
}

}
}
/* ===============================
  ウレタンマット用 SVG 下からポワン
=============================== */

.mat-page-wrap .ps_object1,
.mat-page-wrap .ps_object2,
.mat-page-wrap .ps_object3,
.mat-page-wrap .ps_object4{
  opacity:0;
  animation:matSvgPoyonUp 2s cubic-bezier(.19,1,.22,1) forwards;
  will-change:transform, opacity;
}

.mat-page-wrap .ps_object1{ animation-delay:.2s; }
.mat-page-wrap .ps_object2{ animation-delay:.45s; }
.mat-page-wrap .ps_object3{ animation-delay:.7s; }
.mat-page-wrap .ps_object4{ 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{
    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;
    }

}
/* =========================================================
   追記：生地カラー早見表モーダル修正版
   - ヘッダーに被らないように下へ配置
   - ピンク系カラーを #01C8BD に統一
   - PC / iPad / SP 対応
========================================================= */

/* モーダル全体：固定ヘッダー分だけ下げる */
.mat-color-modal{
  align-items:flex-start !important;
  justify-content:center !important;
  padding-top:220px !important;
  padding-right:30px !important;
  padding-bottom:50px !important;
  padding-left:30px !important;
}

.mat-color-modal-panel{
  max-height:calc(100vh - 260px) !important;
  overflow:auto !important;
}

/* モーダル内のアクセントカラー統一 */
.mat-color-modal-head h2::before,
.color-panel-title::before{
  background:#01C8BD !important;
}

.color-panel-title,
.fabric-main h3,
.fabric-main h4{
  color:#01C8BD !important;
}

.mat-color-tabs button{
  color:#01C8BD !important;
}

.mat-color-tabs button.active{
  background:#fff !important;
  color:#01C8BD !important;
}

.mat-color-tabs button[data-tab="tarpaulin"]{
  color:#01C8BD !important;
}

/* 左側の生地情報エリア */
.fabric-side h3,
.fabric-side.orange h3{
  background:#01C8BD !important;
}

.fabric-side strong,
.fabric-side p,
.fabric-side li,
.fabric-side.orange strong,
.fabric-side.orange p,
.fabric-side.orange li{
  color:#01C8BD !important;
  border-color:#01C8BD !important;
}

.fabric-side b{
  color:#01C8BD !important;
}

/* 枠線・ラベル */
.fire-box,
.fire-box.orange{
  border-color:#01C8BD !important;
}

.fire-label{
  color:#01C8BD !important;
  background:#fff !important;
}

.fabric-red{
  color:#01C8BD !important;
}

.series-spec-table td:first-child{
  color:#01C8BD !important;
}

/* 閉じるボタンもトンマナに寄せる */
.mat-color-modal-close{
  color:#01C8BD !important;
}

.mat-color-modal-close:hover{
  background:#01C8BD !important;
  color:#fff !important;
}

/* iPad */
@media(max-width:1024px){
  .mat-color-modal{
    padding-top:180px !important;
    padding-right:18px !important;
    padding-bottom:40px !important;
    padding-left:18px !important;
  }

  .mat-color-modal-panel{
    max-height:calc(100vh - 220px) !important;
  }
}

/* スマホ */
@media(max-width:640px){
  .mat-color-modal{
    padding-top:135px !important;
    padding-right:12px !important;
    padding-bottom:28px !important;
    padding-left:12px !important;
  }

  .mat-color-modal-panel{
    max-height:calc(100vh - 165px) !important;
    border-radius:22px !important;
  }

  .mat-color-modal-head h2{
    font-size:26px !important;
  }

  .fabric-side strong{
    font-size:64px !important;
  }
}
/* ========================================
  右下追従ボタン
======================================== */

.floating-reference{
    position:fixed;
    right:22px;
    bottom:26px;
    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:14px;
}

/* ボタン */

.floating-reference-btn{

    width:130px;
    height:130px;

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

    gap:8px;

    text-decoration:none;
    text-align:center;

    color:#242424;

    font-family:"Zen Kaku Gothic New",sans-serif;
    font-weight:900;

    background:url("../img/reference_btn_bg.svg") center/contain no-repeat;

    transition:.25s ease;
}

.floating-reference-btn:hover{

    transform:translateY(-4px);

}

/* 文字 */

.floating-reference-btn span{

    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;

}

/* アイコン */

.floating-reference-btn img{

    width:40px;
    height:40px;
    object-fit:contain;

}



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

@media(max-width:1024px){

.floating-reference{

    right:12px;
    left:auto;
    bottom:16px;

    transform:none;

    flex-direction:row;

    gap:8px;

}

.floating-reference-btn{

    width:96px;
    height:96px;

}

.floating-reference-btn span{

    font-size:12px;
    line-height:1.25;

}

.floating-reference-btn img{

    width:26px;
    height:26px;

}

}




/* ========================================
      SP
======================================== */

@media(max-width:640px){

.floating-reference{

    right:8px;
    left:auto;

    bottom:10px;

    gap:6px;

}

.floating-reference-btn{

    width:82px;
    height:82px;

}

.floating-reference-btn span{

    font-size:10px;
    line-height:1.2;

}

.floating-reference-btn img{

    width:22px;
    height:22px;

}

}
/* ===============================
  main 商品説明
=============================== */

.pt-section{
  position:relative;
  min-height:auto;
  padding:145px 40px 0;
  overflow:hidden;
}

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

.pt-content{
  position:relative;
  z-index:2;
  padding-top:0;
}

.pt-title-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
}

.pt-icon{
  position:relative;
  width:52px;
  height:34px;
  display:block;
  flex:0 0 auto;
}

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

.pt-icon::after{
  content:"";
  position:absolute;
  top:10px;
  left:15px;
  width:24px;
  height:13px;
  background:#FF7A00;
  border-radius:50%;
}

.pt-title-row h1{
  margin:0;
  font-size:25px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.05em;
}

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

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

.pt-lead{
  margin:0 0 22px;
  font-size:13px;
  line-height:1.8;
  font-weight:700;
  letter-spacing:.04em;
}

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

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

.pt-spec-row:last-child{
  border-bottom:none;
}

.pt-spec-row-4{
  grid-template-columns:90px 120px 90px 1fr;
}

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

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

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

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

.pt-btn:hover{
  background:#222;
  color:#fff;
}

.pt-image-area{
  position:relative;
  z-index:2;
}

.pt-image-box{
  width:100%;
  min-height:auto;
  background:transparent;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.pt-image-box img{
  width:100%;
  max-width:400px;
  height:auto;
  display:block;
  border-radius:24px;
}
.pt-section,
.pt-section *{
  font-family:"Zen Kaku Gothic New", sans-serif !important;
}

/* =========================================================
   FINAL OVERRIDE：防炎バナー レスポンシブ横並び固定
   デザイン・色・影・角丸は変更せず、iPad/スマホでも縦並びにしない
========================================================= */

.mat-fire-banner{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 420px !important;
  gap:30px !important;
  align-items:center !important;
}

.mat-fire-text{
  min-width:0 !important;
}

.mat-fire-img{
  clip-path:polygon(18% 0,100% 0,100% 100%,0 100%) !important;
}

/* iPad：PCと同じ横並びを維持しつつ、画面内に収める */
@media (min-width:641px) and (max-width:1024px){
  .mat-fire-banner{
    grid-template-columns:minmax(0,1fr) 320px !important;
    gap:20px !important;
  }

  .mat-fire-text{
    padding:28px 24px !important;
  }

  .mat-fire-img{
    height:220px !important;
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%) !important;
  }
}

/* スマホ：縦並びにせず、PCと同じ左右配置を維持 */
@media (max-width:640px){
  .mat-fire-banner{
    grid-template-columns:minmax(0,1fr) 140px !important;
    gap:12px !important;
    align-items:center !important;
  }

  .mat-fire-text{
    padding:20px 16px !important;
  }

  .mat-logo{
    font-size:15px !important;
    line-height:1.4 !important;
  }

  .mat-fire-text h2{
    font-size:19px !important;
    line-height:1.5 !important;
    margin-bottom:14px !important;
  }

  .mat-fire-text a{
    min-height:34px !important;
    font-size:12px !important;
  }

  .mat-fire-img{
    height:140px !important;
    clip-path:polygon(18% 0,100% 0,100% 100%,0 100%) !important;
  }
}

@media (max-width:390px){
  .mat-fire-banner{
    grid-template-columns:minmax(0,1fr) 120px !important;
    gap:10px !important;
  }

  .mat-fire-text{
    padding:18px 14px !important;
  }

  .mat-fire-text h2{
    font-size:17px !important;
  }

  .mat-fire-img{
    height:126px !important;
  }
}


/* =========================================================
   FINAL OVERRIDE：スマホ main 商品説明のみ縦並び
   ※PC/iPad・防炎バナー・商品一覧・色/影/角丸/フォントは変更しない
========================================================= */
@media (max-width:640px){

  .pt-section{
    padding:95px 16px 58px !important;
    overflow:hidden !important;
  }

  .pt-inner{
    width:100% !important;
    max-width:520px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:28px !important;
    align-items:start !important;
  }

  .pt-content{
    width:100% !important;
    min-width:0 !important;
    order:1 !important;
  }

  .pt-image-area{
    width:100% !important;
    min-width:0 !important;
    order:2 !important;
  }

  .pt-image-box{
    width:100% !important;
    min-height:auto !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .pt-image-box img{
    width:min(86%, 360px) !important;
    max-width:360px !important;
    height:auto !important;
    margin:0 auto !important;
    display:block !important;
  }

  .pt-title-row{
    align-items:center !important;
  }

  .pt-title-row h1{
    font-size:26px !important;
    line-height:1.35 !important;
  }

  .pt-dash{
    max-width:100% !important;
  }

  .pt-spec-table{
    max-width:100% !important;
  }

  .pt-spec-row-4{
    grid-template-columns:1fr 1fr !important;
  }

  .pt-spec-head,
  .pt-spec-data{
    min-width:0 !important;
    padding:8px 10px !important;
    font-size:13px !important;
  }

  .pt-btn{
    margin-top:4px !important;
  }
}

@media (max-width:390px){
  .pt-image-box img{
    width:min(82%, 310px) !important;
    max-width:310px !important;
  }

  .pt-title-row h1{
    font-size:24px !important;
  }
}


/* =========================================================
   FINAL OVERRIDE：SPだけメイン画像を製造国の表の上へ
   ※PC / iPad / 防炎バナー / 商品一覧 / 色・影・角丸は変更なし
========================================================= */
@media (max-width:767px){
  .pt-inner{
    display:flex !important;
    flex-direction:column !important;
    width:min(100%, 520px) !important;
    max-width:520px !important;
    margin:0 auto !important;
    gap:0 !important;
    align-items:stretch !important;
  }

  .pt-content{
    display:contents !important;
  }

  .pt-title-row{
    order:1 !important;
    width:100% !important;
  }

  .pt-dash{
    order:2 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .pt-content h2{
    order:3 !important;
    width:100% !important;
  }

  .pt-lead{
    order:4 !important;
    width:100% !important;
  }

  .pt-image-area{
    order:5 !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 auto 22px !important;
  }

  .pt-image-box{
    width:100% !important;
    min-height:auto !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
  }

  .pt-image-box img{
    width:min(84%, 340px) !important;
    max-width:340px !important;
    height:auto !important;
    margin:0 auto !important;
    display:block !important;
  }

  .pt-spec-table{
    order:6 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .pt-btn{
    order:7 !important;
  }
}

@media (max-width:390px){
  .pt-image-box img{
    width:min(80%, 300px) !important;
    max-width:300px !important;
  }
}

/* ===========================
   商品カードだけ少しコンパクト
   デザイン変更なし
=========================== */

.mat-products .ww-grid{
    max-width:400px;      /* 1120→960 */
    gap:24px;
}

.ww-card{
    max-width:460px;      /* カード幅を少し小さく */
    width:100%;
    margin:0 auto 30px;
    padding:12px 12px 20px;
}

.ww-img{
    height:320px;         /* 400→320 */
}
/* ==========================
   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;
}
/* オブジェクトをページ最背面へ */
.hero{
    position: absolute;
    inset: 0;
    z-index: -10;
    pointer-events: none;
}

.ps_object1,
.ps_object2,
.ps_object3{
    position: absolute;
    z-index: -10;
}

/* ページ本体を前面へ */
.mat-page,
.pt-section,
.other-series-page,
.series_page{
    position: relative;
    z-index: 1;
}

/* Urethane mat FV image size adjustment */
.pt-section .pt-image-box{
  padding:0;
}
.pt-section .pt-image-box img{
  max-width:500px;
  object-fit:contain;
}