/* =========================================================
  Sports Page Design Only
========================================================= */

.sports-page-wrap{
  background:#f7f2e9;
}

.sports-page{
  position:relative;
  overflow:hidden;
  background:#f7f2e9;
  color:#1f1f1f;
font-family:"Zen Kaku Gothic New",sans-serif;
  padding:60px 18px 90px;
}


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

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

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

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

.sports-page .section{
  margin-bottom:76px;
}

/* 背景装飾 */
.sports-page .blob{
  position:absolute;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
}

.sports-page .blob-yellow{
  width:260px;
  height:260px;
  background:#fac900;
  right:-110px;
  top:40px;
}

.sports-page .blob-teal{
  width:230px;
  height:230px;
  background:#01c8bd;
  left:-110px;
  top:360px;
}

.sports-page .blob-red{
  width:210px;
  height:210px;
  background:#ef5757;
  right:-120px;
  top:980px;
}

.sports-page .blob-orange{
  width:260px;
  height:260px;
  background:#ff8a18;
  right:-120px;
  bottom:260px;
}

/* HERO */
.sports-page .hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
  border-radius:44px;
  padding:54px;
}

.sports-page .eyebrow{
  display:inline-block;
  margin:0 0 14px;
  color:#01c8bd;
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
}

.sports-page .hero h1{
  margin:0 0 24px;
  font-size:2.5rem;
  line-height:1.45;
  font-weight:900;
}

.sports-page .lead{
  margin:0;
  color:#5d5750;
  font-size:16px;
  line-height:2;
  font-weight:700;
}

.sports-page .hero-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.sports-page .photo{
  overflow:hidden;
  background:#fff;
  border-radius:30px;
  box-shadow:0 12px 30px rgba(96,70,32,.1);
}

.sports-page .photo img{
  height:100%;
  object-fit:cover;
}

.sports-page .hero-images .photo{
  min-height:280px;
}

.sports-page .hero-images .photo:nth-child(1){
  transform:rotate(-3deg);
}

.sports-page .hero-images .photo:nth-child(2){
  margin-top:42px;
  transform:rotate(4deg);
}

/* TITLE */
.sports-page .section-title{
  margin:0 0 32px;
  text-align:center;
  font-size:clamp(28px,4vw,42px);
  line-height:1.35;
  font-weight:900;
}

.sports-page .section-title.left{
  text-align:left;
}




/* FEATURES */
.sports-page .feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.sports-page .feature-card{
  position:relative;
  background:#fff;
  border-radius:32px;
  padding:24px;
  box-shadow:0 16px 38px rgba(96,70,32,.1);
}

.sports-page .feature-card .num{
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  color:#fff;
  background:#01c8bd;
  border-radius:50%;
  font-weight:900;
}

.sports-page .feature-card:nth-child(2) .num{
  background:#ff8a18;
}

.sports-page .feature-card:nth-child(3) .num{
  background:#ef5757;
}

.sports-page .photo.small{
  height:190px;
  margin-bottom:18px;
  background:#f7f4ec;
}

.sports-page .photo.small img{
  object-fit:cover;
}

.sports-page .feature-card h3{
  margin:0 0 10px;
  font-size:22px;
  font-weight:900;
}

.sports-page .feature-card p{
  margin:0;
  color:#5d5750;
  font-size:14px;
  line-height:1.9;
  font-weight:600;
}

/* PRODUCTS */
.sports-page .product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}

.sports-page .product-card{
  position:relative;
  background:#fff;
  border-radius:32px;
  padding:24px;
  box-shadow:0 16px 38px rgba(96,70,32,.1);
}

.sports-page .product-card .badge{
  position:absolute;
  top:20px;
  left:20px;
  z-index:3;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  color:#fff;
  background:#01c8bd;
  border-radius:50%;
  font-weight:900;
}

.sports-page .product-img{
  width:100%;
  height:260px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  margin-bottom:20px;
  padding:20px;
  background:#f7f4ec;
  border-radius:24px;
}

.sports-page .product-img img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
}

.sports-page .product-card h3{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.45;
  font-weight:900;
}

.sports-page .product-card dl{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:8px 12px;
  margin:0 0 20px;
  padding:18px;
  background:#fffdf8;
  border-radius:18px;
}

.sports-page .product-card dt{
  color:#01c8bd;
  font-size:13px;
  font-weight:900;
}

.sports-page .product-card dd{
  margin:0;
  color:#5d5750;
  font-size:13px;
  line-height:1.7;
  font-weight:600;
}

.sports-page .detail-btn,
.sports-page .more-btn{
  display:inline-grid;
  place-items:center;
  min-height:48px;
  padding:12px 28px;
  color:#fff;
  background:#01c8bd;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 5px 0 #00a79f;
}

.sports-page .detail-btn{
  width:100%;
}

.sports-page .detail-btn:hover,
.sports-page .more-btn:hover{
  transform:translateY(2px);
  box-shadow:0 3px 0 #00a79f;
}

/* CASE */
.sports-page .case-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.sports-page .case-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:18px;
  align-items:center;
  background:#fff;
  border-radius:28px;
  padding:18px;
  box-shadow:0 16px 38px rgba(96,70,32,.1);
}

.sports-page .case-img{
  height:145px;
  overflow:hidden;
  border-radius:20px;
  background:#f7f4ec;
}

.sports-page .case-img img{
  height:100%;
  object-fit:cover;
}

.sports-page .case-card h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.5;
  font-weight:900;
}

.sports-page .case-card p{
  margin:0 0 12px;
  color:#5d5750;
  font-size:13px;
  line-height:1.8;
  font-weight:600;
}

.sports-page .case-card .more-btn{
  min-height:38px;
  padding:8px 18px;
  font-size:13px;
}

.sports-page .center{
  text-align:center;
  margin-top:34px;
}

/* CTA */
.sports-page .cta{
  position:relative;
  z-index:2;
  margin-bottom:0;
}

.sports-page .cta-box{
  background:#01c8bd;
  color:#fff;
  border-radius:42px;
  padding:52px 36px;
  text-align:center;
  box-shadow:0 18px 45px rgba(1,200,189,.22);
}

.sports-page .cta-box h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,42px);
  font-weight:900;
}

.sports-page .cta-box p{
  margin:0 0 28px;
  font-weight:700;
  line-height:1.9;
}

.sports-page .cta-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.sports-page .cta-buttons a{
  display:grid;
  place-items:center;
  min-width:220px;
  min-height:56px;
  padding:14px 28px;
  color:#01a79f;
  background:#fff;
  border-radius:999px;
  font-weight:900;
}

/* responsive */
@media(max-width:1024px){
  .sports-page .hero-grid,
  .sports-page .product-grid,
  .sports-page .case-grid{
    grid-template-columns:1fr;
  }

  .sports-page .feature-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .sports-page .hero-images .photo:nth-child(2){
    margin-top:0;
  }
}

@media(max-width:640px){
  .sports-page{
    padding:40px 14px 70px;
  }
  .sports-page .hero h1 {
    font-size: 2rem;
  }
.sports-page .section-title  {
    font-size: 2rem;
  }

  .sports-page .hero-grid{
    padding:30px 20px;
    border-radius:30px;
  }

  .sports-page .hero-images{
    grid-template-columns:1fr;
  }

  .sports-page .hero-images .photo{
    min-height:220px;
    transform:none !important;
  }

  .sports-page .feature-grid{
    grid-template-columns:1fr;
  }

  .sports-page .product-card{
    padding:18px;
    border-radius:26px;
  }

  .sports-page .product-img{
    height:200px;
    padding:16px;
  }

  .sports-page .product-card dl{
    grid-template-columns:1fr;
  }

  .sports-page .case-card{
    grid-template-columns:1fr;
  }

  .sports-page .case-img{
    height:200px;
  }

  .sports-page .cta-box{
    padding:36px 20px;
    border-radius:30px;
  }

  .sports-page .cta-buttons a{
    width:100%;
  }
}

/* =========================================================
  壁面マット・パネル page
  配置は変えず、Pop'nLandトンマナ
========================================================= */

.hekimen-page-wrap{
  --main:#01C8BD;
  --main-dark:#00a79f;
  --cream:#F5F2EA;
  --white:#fff;
  --text:#242424;
  --sub:#5d5750;
  --yellow:#F4CC00;
  --orange:#FF7E00;
  --red:#EE4848;
  --purple:#752DB7;
  --line:#e7ded2;
  --shadow:0 18px 45px rgba(96,70,32,.12);

  background:var(--cream);
}

.hekimen-page-wrap *{
  box-sizing:border-box;
}

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

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

/* 背景 */
.hekimen-page-wrap{
  position:relative;
  overflow:hidden;
}

.hekimen-page-wrap::before{
  content:"";
  position:absolute;
  right:-110px;
  top:80px;
  width:260px;
  height:260px;
  background:var(--yellow);
  border-radius:50%;
  z-index:0;
}

.hekimen-page-wrap::after{
  content:"";
  position:absolute;
  left:-120px;
  top:420px;
  width:240px;
  height:240px;
  background:var(--main);
  border-radius:50%;
  z-index:0;
}

/* 共通幅 */
.hekimen-page-wrap .hero,
.hekimen-page-wrap .products,
.hekimen-page-wrap .parts-search,
.hekimen-page-wrap .category-search{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin-inline:auto;
  padding-inline:18px;
}

/* HERO */
.hekimen-page-wrap .hero{
  padding-top:64px;
  padding-bottom:58px;
  text-align:center;
}

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

.hekimen-page-wrap .kicker span{
  width:92px;
  height:3px;
  background:var(--main);
  border-radius:999px;
}

.hekimen-page-wrap .kicker strong{
  color:var(--main);
  font-size:25px;
  line-height:1;
  letter-spacing:.09em;
  font-weight:900;
}

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

.hekimen-page-wrap .category-name{
  display:table;
  margin:50px auto 26px;
  padding:0 18px 6px;
  font-size:22px;
  line-height:1.45;
  font-weight:900;
  background:linear-gradient(transparent 58%,var(--yellow) 58%);
}

.hekimen-page-wrap .lead{
  max-width:900px;
  margin:0 auto;
  color:var(--sub);
  font-size:16px;
  line-height:2.05;
  font-weight:700;
}

/* PRODUCTS */
.hekimen-page-wrap .products{
  padding-bottom:72px;
}

.hekimen-page-wrap .products h2{
  margin:0 0 34px;
  text-align:center;
  font-size:clamp(28px,4vw,36px);
  line-height:1.4;
  font-weight:900;
}


.hekimen-page-wrap .product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

.hekimen-page-wrap .product-card{
  position:relative;
  min-height:500px;
  padding:24px 20px 72px;
  border:1px solid rgba(44,35,24,.08);
  border-radius:18px;
  background:var(--white);
  box-shadow:var(--shadow);
}

.hekimen-page-wrap .num{
  position:absolute;
  left:18px;
  top:18px;
  width:44px;
  height:44px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  background:var(--main);
  color:#fff;
  font-size:18px;
  font-weight:900;
}

.hekimen-page-wrap .product-card h3{
  margin:0 0 3px;
  padding-left:56px;
  font-size:17px;
  line-height:1.42;
  font-weight:900;
}

.hekimen-page-wrap .size{
  margin:0 0 18px;
  padding-left:56px;
  color:var(--sub);
  font-size:13px;
  font-weight:800;
}

.hekimen-page-wrap .product-card > img{
  width:100%;
  height:178px;
  object-fit:contain;
  margin:10px auto 14px;


  border-radius:16px;
}

.hekimen-page-wrap .colors{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:24px;
  margin:0 0 4px;
}

.hekimen-page-wrap .colors span{
  width:20px;
  height:20px;
  border-radius:50%;
  display:inline-block;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);
}

.hekimen-page-wrap .green{background:#39a929;}
.hekimen-page-wrap .lime{background:#90c73d;}
.hekimen-page-wrap .yellow{background:#f8d620;}
.hekimen-page-wrap .orange{background:#f7931e;}
.hekimen-page-wrap .beige{background:#dfbd85;}
.hekimen-page-wrap .brown{background:#8c5227;}
.hekimen-page-wrap .cream{background:#f5efe4;}
.hekimen-page-wrap .pink{background:#f38ab7;}

.hekimen-page-wrap .color-note{
  margin:0 0 12px;
  color:#444;
  font-size:12px;
  font-weight:700;
  text-align:right;
}

.hekimen-page-wrap .spec-tags{
  display:grid;
  grid-template-columns:1fr 1.2fr 1.45fr;
  gap:6px;
  list-style:none;
  padding:0;
  margin:14px 0 10px;
}

.hekimen-page-wrap .spec-tags li{
  min-height:31px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  background:#eefbf9;
  color:var(--main-dark);
  font-size:11px;
  font-weight:900;
}

.hekimen-page-wrap .spec-list{
  margin:0;
  border-top:1px solid #e3dfd9;
}

.hekimen-page-wrap .spec-list div{
  display:grid;
  grid-template-columns:74px 1fr;
  min-height:30px;
  border-bottom:1px solid #e3dfd9;
}

.hekimen-page-wrap .spec-list dt,
.hekimen-page-wrap .spec-list dd{
  margin:0;
  padding:7px 5px;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
}

.hekimen-page-wrap .spec-list dt{
  background:#faf9f7;
  color:#333;
}

.hekimen-page-wrap .product-card > a{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  height:42px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  border-radius:999px;
  background:var(--main);
  color:#fff;
  font-size:14px;
  font-weight:900;
  box-shadow:0 5px 0 var(--main-dark);
  transition:.24s ease;
}

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

/* SEARCH */
.hekimen-page-wrap .parts-search,
.hekimen-page-wrap .category-search{
  padding-top:40px;
  padding-bottom:56px;
  border-top:1px dashed #c9c2b8;
}

.hekimen-page-wrap .parts-search h2,
.hekimen-page-wrap .category-search h2{
  margin:0 0 24px;
  text-align:center;
  font-size:28px;
  line-height:1.4;
  font-weight:900;
}

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

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

.hekimen-page-wrap .search-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.hekimen-page-wrap .search-grid a{
  min-height:104px;
  padding:16px 12px;
  border:1.8px solid #d7eeee;
  border-radius:14px;
  background:#fff;
  text-align:center;
  box-shadow:0 8px 18px rgba(72,55,29,.06);
  transition:.24s ease;
}

.hekimen-page-wrap .search-grid strong{
  display:block;
  margin-bottom:9px;
  font-size:13px;
  line-height:1.4;
  font-weight:900;
}

.hekimen-page-wrap .search-grid em,
.hekimen-page-wrap .category-grid em{
  display:block;
  margin:0 auto;
  background:
    linear-gradient(45deg,#f2f2f2 25%,transparent 25%,transparent 75%,#f2f2f2 75%),
    linear-gradient(45deg,#f2f2f2 25%,transparent 25%,transparent 75%,#f2f2f2 75%);
  background-color:#fff;
  background-size:16px 16px;
  background-position:0 0,8px 8px;
}

.hekimen-page-wrap .search-grid em{
  width:62px;
  height:44px;
  border:2px dashed var(--main);
  border-radius:10px;
}

.hekimen-page-wrap .search-grid a:hover,
.hekimen-page-wrap .category-grid a:hover{
  transform:translateY(-3px);
  border-color:var(--main);
}

/* CATEGORY */
.hekimen-page-wrap .category-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.hekimen-page-wrap .category-grid a{
  padding:20px 10px;
  border-radius:18px;
  background:#fff;
  text-align:center;
  box-shadow:0 8px 18px rgba(72,55,29,.06);
  transition:.24s ease;
}

.hekimen-page-wrap .category-grid em{
  width:82px;
  height:82px;
  border:2px dashed var(--main);
  border-radius:50%;
  margin-bottom:10px;
}

.hekimen-page-wrap .category-grid strong{
  display:block;
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}

.hekimen-page-wrap .note{
  margin:28px 0 0;
  text-align:center;
  color:#777168;
  font-size:13px;
}

/* CONTACT */
.hekimen-page-wrap .contact-area{
  position:relative;
  z-index:3;
  margin-top:0;
  padding:78px 18px 76px;
  background:var(--main);
  color:#fff;
}

.hekimen-page-wrap .wave-top{
  position:absolute;
  left:0;
  right:0;
  top:-1px;
  height:34px;
  background:radial-gradient(24px 24px at 24px 34px,var(--cream) 23px,transparent 24px) 0 0/48px 34px repeat-x;
}

.hekimen-page-wrap .contact-inner{
  width:min(820px,100%);
  margin:0 auto;
  text-align:center;
}

.hekimen-page-wrap .contact-inner h2{
  margin:0 0 18px;
  color:#fff;
  font-size:32px;
  font-weight:900;
  letter-spacing:.05em;
}

.hekimen-page-wrap .contact-inner h2::after{
  content:"";
  display:block;
  width:64px;
  height:2px;
  margin:12px auto 0;
  background:#fff;
}

.hekimen-page-wrap .contact-inner p{
  margin:0 0 30px;
  color:#fff;
  font-size:13px;
  line-height:1.9;
  font-weight:700;
}

.hekimen-page-wrap .contact-buttons{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:18px;
  margin-bottom:18px;
}

.hekimen-page-wrap .contact-btn,
.hekimen-page-wrap .catalog-btn{
  position:relative;
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:18px 54px 18px 26px;
  border-radius:12px;
  background:#fff;
  color:#1f1f1f;
  font-size:17px;
  font-weight:900;
  box-shadow:0 12px 26px rgba(0,89,86,.16);
  transition:.24s ease;
}

.hekimen-page-wrap .contact-btn:hover,
.hekimen-page-wrap .catalog-btn:hover{
  transform:translateY(-3px);
}

.hekimen-page-wrap .tel-text{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.hekimen-page-wrap .tel-text strong{
  font-size:24px;
  line-height:1.1;
}

.hekimen-page-wrap .tel-text small{
  margin-top:5px;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
}

.hekimen-page-wrap .catalog-btn{
  width:min(330px,100%);
  margin:0 auto;
  min-height:62px;
  font-size:15px;
}

/* responsive */
@media(max-width:1024px){
  .hekimen-page-wrap .product-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hekimen-page-wrap .search-grid,
  .hekimen-page-wrap .category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .hekimen-page-wrap .hero{
    padding-top:44px;
  }

  .hekimen-page-wrap .kicker span{
    width:44px;
  }

  .hekimen-page-wrap .lead{
    text-align:left;
    font-size:13px;
  }

  .hekimen-page-wrap .product-grid,
  .hekimen-page-wrap .search-grid,
  .hekimen-page-wrap .category-grid,
  .hekimen-page-wrap .contact-buttons{
    grid-template-columns:1fr;
  }

  .hekimen-page-wrap .product-card{
    min-height:auto;
  }

  .hekimen-page-wrap .contact-btn,
  .hekimen-page-wrap .catalog-btn{
    width:100%;
  }
}
/* ===============================
  Woody Wall Product Cards
================================ */

.ww-products{
  position:relative;
  z-index:2;
  width:min(1240px,100%);
  margin:0 auto;
}

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

.ww-card{
  position:relative;
  background:#f1f1f1;
  border-radius:18px;
  padding:12px 12px 24px;
  overflow:hidden;
}

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

.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:5px 0 0;
  color:#111;
  font-size:14px;
  line-height:1.65;
  font-weight:900;
  letter-spacing:.04em;
}

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

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

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

.ww-prev{
  left:12px;
}

.ww-next{
  right:12px;
}

.ww-size{
  min-height:50px;
  background:#d9d9d9;
  border-radius:7px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
}

.ww-size p{
  margin:0;
  color:#222;
  font-size:11px;
  line-height:1.45;
  font-weight:900;
}

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

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

.ww-price span,
.ww-price strong{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  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-btn{
  width:205px;
  height:50px;
  margin:0 auto;
  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;
}

.ww-note{
  margin:18px 0 0;
  color:#f00;
  text-align:center;
  font-size:12px;
  line-height:1.6;
  font-weight:900;
}

/* tablet */
@media(max-width:1024px){
  .ww-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }
}

/* smartphone */
@media(max-width:640px){
  .ww-products{
    padding:32px 14px 70px;
  }

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

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

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

  .ww-img{
    height:230px;
  }

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

  .ww-btn{
    width:190px;
    height:48px;
    font-size:15px;
  }
}
.ww-img img{
  transition:opacity .18s ease;
}

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

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





/* ===============================
SVG
=============================== */
.ps-page{
  position:relative;
  overflow:hidden;
}

.ps-page > img.ps_object1,
.ps-page > img.ps_object2,
.ps-page > img.ps_object3,
.ps-page > img.ps_object4{
  position:absolute !important;
  display:block;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  opacity:1 !important;
  transform:none !important;
  z-index:1;
}

.ps-page .section,
.ps-page .container{
  position:relative;
  z-index:2;
}

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

.ps_object2{
  width:30% !important;
  top:0;
  right:0;
}

.ps_object3{
  width:30% !important;
  top:80%;
  right:0;
}

.ps_object4{
  width:30% !important;
  top:18%;
  left:0;
}



.ww-btn{
  transition:.24s ease;
}

.ww-btn:hover{
  background:#111;
  color:#fff;
}

.ww-btn:hover i{
  background:#fff;
}
.ww-products{
  position:relative;
  z-index:2;
  width:min(1240px,100%);
  margin:0 auto;
}

.ww-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(340px,380px));
  justify-content:center;
  gap:34px;
}

.ww-card{
  position:relative;
  min-width:0;
  background:#f1f1f1;
  border-radius:18px;
  padding:12px 12px 24px;
  overflow:hidden;
}

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

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

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

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

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

.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:19px;
  font-weight:900;
  cursor:pointer;
  padding:0;
}

.ww-prev{
  left:12px;
}

.ww-next{
  right:12px;
}

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

.ww-size-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin-top:18px;
}

.ww-size-tabs button{
  border:none;
  background:#fff;
  border-radius:10px 10px 0 0;
  padding:12px 6px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.ww-size-tabs button.is-active{
  background:#d9d9d9;
}

.ww-size{
  min-height:50px;
  background:#d9d9d9;
  border-radius:0 0 7px 7px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px;
}

.ww-size p{
  margin:0;
  color:#222;
  font-size:11px;
  line-height:1.45;
  font-weight:900;
}

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

.ww-price + .ww-price{
  margin-top:-22px;
}

.ww-price span,
.ww-price strong{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  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-btn{
  height:50px;
  margin:0 auto;
  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;
  transition:.24s ease;
}

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

.ww-btn:hover{
  background:#111;
  color:#fff;
}

.ww-btn:hover i{
  background:#fff;
}

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

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

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

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

  .ww-img{
    height:230px;
  }

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

  .ww-btn{
    height:48px;
    font-size:12px;
  }
}
.breadcrumb_link_text a{
 color:var(--base-gray);
}
/* ===========================
   HERO タイトル上のライン
=========================== */

.hero-category{
    display:flex;
    align-items:center;
    gap:28px;
    margin-bottom:24px;
    width:fit-content;
}

.hero-category span{
    width:90px;
    height:2px;
    background:#3a3a3a;
    display:block;
}

.hero-category .en{
    margin:0;
    color:#222;
    font-size:28px;
    font-weight:900;
    line-height:1;
    letter-spacing:.08em;
}
@media (max-width:1024px){

.hero-category{
    gap:20px;
}

.hero-category span{
    width:60px;
}

.hero-category .en{
    font-size:22px;
}

}
@media (max-width:767px){

.hero-category{
    justify-content:center;
    margin:0 auto 18px;
    gap:16px;
}

.hero-category span{
    width:42px;
}

.hero-category .en{
    font-size:18px;
}

}

/* ==========================================
   商品カードレイアウト調整（デザイン変更なし）
   PC:3列 / iPad:2列 / SP:1列
========================================== */
.ww-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:34px;
    justify-content:initial;
}

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

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

    .ww-card{
        max-width:420px;
        width:100%;
        margin:0 auto;
    }
}
/* ==========================
   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;
}

/* ==========================
   Order Button
   sports-page内だけに限定
========================== */

.sports-page .cart-order-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    max-width:250px;
    height:56px;
    margin:18px auto 0;
    padding:0;
    background:#fff;
    border:3px solid #2c2c2c;
    border-radius:999px;
    color:#2c2c2c;
    text-decoration:none;
    overflow:hidden;
    box-sizing:border-box;
    transition:background-color .3s ease,color .3s ease;
}

.sports-page .cart-order-text{
    flex:1 1 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    height:100%;
    padding:0 12px;
    color:inherit;
    text-align:center;
    font-size:16px;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;
    white-space:nowrap;
    box-sizing:border-box;
}

.sports-page .cart-order-icon{
    flex:0 0 52px;
    width:52px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:3px solid #2c2c2c;
    box-sizing:border-box;
    transition:border-color .3s ease;
}

.sports-page .cart-order-icon svg{
    display:block;
    flex:none;
    width:20px;
    height:20px;
}

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

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

@media (max-width:767px){
    .sports-page .cart-order-btn{
        max-width:250px;
        height:50px;
    }

    .sports-page .cart-order-text{
        font-size:16px;
        padding:0 10px;
    }

    .sports-page .cart-order-icon{
        flex-basis:46px;
        width:46px;
    }

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

/* =========================================================
   導入事例のみ調整
   写真と文章を横並びにし、文字サイズを既存の導入事例に合わせる
   ※ほかのセクションには影響しないよう .case-section 内だけに限定
========================================================= */

/* PC */
.sports-page-wrap .case-section .case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.sports-page-wrap .case-section .case-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:28px;
  align-items:center;
  min-width:0;
  padding:24px;
  background:#fff;
  border-radius:28px;
}

.sports-page-wrap .case-section .case-card > img,
.sports-page-wrap .case-section .case-card .case-img{
  width:100%;
  height:238px;
  min-width:0;
  margin:0;
  overflow:hidden;
  background:#f7f4ec;
  border-radius:18px;
}

.sports-page-wrap .case-section .case-card .case-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
}

.sports-page-wrap .case-section .case-card > img{
  object-fit:cover;
}

.sports-page-wrap .case-section .case-card h3{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.45;
  font-weight:900;
}

.sports-page-wrap .case-section .case-card p{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.65;
  font-weight:700;
}

.sports-page-wrap .case-section .case-card a,
.sports-page-wrap .case-section .case-card span,
.sports-page-wrap .case-section .case-card small,
.sports-page-wrap .case-section .case-card li,
.sports-page-wrap .case-section .case-card dt,
.sports-page-wrap .case-section .case-card dd{
  font-size:11px;
  line-height:1.45;
}

/* タブレット：カードは1列、写真と文章は横並びのまま */
@media (max-width:1024px) and (min-width:768px){
  .sports-page-wrap .case-section .case-grid{
    grid-template-columns:1fr;
  }

  .sports-page-wrap .case-section .case-card{
    grid-template-columns:minmax(260px,42%) minmax(0,1fr);
  }
}

/* スマホだけ縦並び */
@media (max-width:767px){
  .sports-page-wrap .case-section .case-grid{
    grid-template-columns:1fr;
  }

  .sports-page-wrap .case-section .case-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:18px;
    border-radius:22px;
  }

  .sports-page-wrap .case-section .case-card > img,
  .sports-page-wrap .case-section .case-card .case-img{
    height:200px;
  }

  .sports-page-wrap .case-section .case-card h3{
    font-size:15px;
  }

  .sports-page-wrap .case-section .case-card p{
    font-size:12px;
  }
}
