/* ===============================
  Popn Sports Page カンプ再現版
================================ */

:root{
  --ps-bg:#F6F1E7;
  --ps-white:#fff;
  --ps-text:#202020;
  --ps-sub:#555;
  --ps-teal:#08BEB8;
  --ps-orange:#FF8700;
  --ps-yellow:#F8CC00;
  --ps-purple:#7C35C7;
  --ps-red:#EF4F5F;
  --ps-shadow:0 14px 34px rgba(73,52,25,.10);
}

.ps-page{
  position:relative;
  overflow:hidden;
  color:var(--ps-text);
  font-family:"Zen Kaku Gothic New",sans-serif;
}

.ps-page h1{
  color: #08BEB8;
}

.ps-page *, .ps-page *::before, .ps-page *::after{box-sizing:border-box}
.ps-page img{display:block;max-width:100%}
.ps-page a{color:inherit;text-decoration:none}

.ps-inner{
  width:min(1120px,calc(100% - 40px));
  margin-inline:auto;
  position:relative;
  z-index:2;
}

.ps-section{position:relative;padding:58px 0}

.ps-center-title{
  text-align:center;
  font-size:clamp(26px,3vw,38px);
  line-height:1.45;
  margin:0 0 36px;
  font-weight:900;
}

/* decoration */
.ps-blob,.ps-squiggle{position:absolute;pointer-events:none;z-index:1}
.ps-blob{border-radius:44% 56% 51% 49% / 45% 48% 52% 55%}
.ps-blob-red{background:var(--ps-red)}
.ps-blob-teal{background:var(--ps-teal)}
.ps-blob-orange{background:var(--ps-orange)}
.ps-blob-01{width:250px;height:220px;left:-100px;top:-86px;transform:rotate(-12deg)}
.ps-blob-02{width:230px;height:230px;right:-80px;top:0}
.ps-blob-03{width:210px;height:220px;right:-110px;bottom:120px}
.ps-squiggle{width:82px;height:82px;border:8px solid var(--ps-yellow);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(35deg)}
.ps-squiggle-01{right:150px;top:24px}
.ps-squiggle-02{right:115px;bottom:515px}

/* intro */
.ps-intro{padding-top:86px}
.ps-page-label{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:38px}
.ps-page-label span{display:block;width:105px;height:1px;background:#777}
.ps-page-label p{margin:0;text-align:center;font-size:24px;line-height:1.45;font-weight:900}

.ps-intro h1{
  text-align:center;
  font-size:clamp(28px,3.6vw,42px);
  line-height:1.45;
  margin:0 0 30px;
  font-weight:900;
}

.ps-lead{
  text-align:center;
  margin:0 auto 44px;
  font-size:17px;
  line-height:2;
  font-weight:600;
}

.ps-point-boxes{
  width:min(760px,100%);
  margin:0 auto 44px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
}

.ps-point-boxes div{
  background:rgba(255,255,255,.68);
  border-radius:8px;
  padding:24px 20px;
  text-align:center;
}

.ps-point-boxes p{margin:0 0 12px;font-size:1.8rem;line-height:1.7;font-weight:600}
.ps-point-boxes strong{display:block;font-size:1.8rem;line-height:1.65;font-weight:900}

.ps-feature-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
  margin-bottom:74px;
}

.ps-feature-head{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;margin-bottom:16px}

.ps-feature-head span{
  width:58px;height:58px;
  display:grid;place-items:center;
  background:var(--ps-teal);
  color:#fff;border-radius:50%;
  font-size:11px;line-height:1.1;font-weight:900;
}

.ps-feature-head span b{display:block;font-size:30px;line-height:.8}
.ps-feature-head h3{margin:0;font-size:17px;line-height:1.45;font-weight:900}

.ps-feature-row img{
  width:100%;
  aspect-ratio:16/6;
  object-fit:cover;
  border-radius:6px;
  margin-bottom:18px;
}

.ps-feature-row p{margin:0;text-align:center;font-size:14px;line-height:1.8;font-weight:600}

.ps-link-row{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}

.ps-link-row a{
  position:relative;
  min-height:150px;
  display:grid;
  align-content:end;
  overflow:hidden;
  background:rgba(255,255,255,.72);
  border-radius:10px;
  padding:20px;
  box-shadow:var(--ps-shadow);
}

.ps-link-row a img{position:absolute;left:0;right:0;bottom:0;width:100%;height:74px;object-fit:cover;opacity:.9}
.ps-link-row strong,.ps-link-row small{position:relative;z-index:2;display:block;text-align:center}
.ps-link-row strong{font-size:24px;line-height:1.35;font-weight:900;margin-bottom:78px}
.ps-link-row small{font-size:12px;font-weight:900;margin-bottom:4px}
.ps-link-row i{position:absolute;right:14px;bottom:14px;z-index:3;width:24px;height:24px;display:grid;place-items:center;background:#fff;border-radius:50%;font-style:normal;font-weight:900}



/* movie */
.ps-movie{padding-top:56px}
.ps-movie-box{width:min(680px,100%);margin-inline:auto;aspect-ratio:16/9;overflow:hidden;background:#ddd;box-shadow:var(--ps-shadow)}
.ps-movie-box iframe{width:100%;height:100%;border:0}

/* case：導入事例 */
.ps-case{
  position:relative;
  padding:72px 0 82px;
}

.ps-case-title{
  position:relative;
  width:max-content;
  max-width:100%;
  margin-inline:auto;
}

.ps-case-title::before,
.ps-case-title::after{
  content:"";
  position:absolute;
  top:50%;
  width:34px;
  height:34px;
  background:
    radial-gradient(circle at 50% 50%, var(--ps-orange) 0 4px, transparent 5px),
    radial-gradient(circle at 20% 20%, var(--ps-yellow) 0 5px, transparent 6px);
  transform:translateY(-50%);
}

.ps-case-title::before{
  left:-52px;
}

.ps-case-title::after{
  right:-52px;
}

.ps-case-title span{
  position:absolute;
  right:-72px;
  top:-26px;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  background:#ffdfe5;
  color:var(--ps-red);
  border:4px solid #fff;
  border-radius:50%;
  font-size:12px;
  font-weight:900;
  transform:rotate(-12deg);
  box-shadow:0 8px 18px rgba(73,52,25,.10);
}

.ps-case-grid{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.ps-case-grid article{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  background:rgba(255,255,255,.92);
  padding:24px 22px 26px;
  border-radius:24px;
  box-shadow:0 16px 34px rgba(73,52,25,.10);
  overflow:hidden;
}

.ps-case-grid article::before{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:92px;
  height:92px;
  background:rgba(8,190,184,.12);
  border-radius:50%;
}



.ps-case-heading{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-bottom:18px;
}

.ps-case-heading span{
  display:grid;
  place-items:center;
  min-width:74px;
  height:48px;
  padding:0 12px;
  background:var(--ps-teal);
  color:#fff;
  border-radius:14px;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:0 5px 0 #009d98;
  white-space:nowrap;
}

.ps-case-heading h3{
  margin:0;
  font-size:17px;
  line-height:1.55;
  font-weight:900;
  word-break:keep-all;
  overflow-wrap:anywhere;
}

.ps-case-profile{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 76px;
  gap:14px;
  align-items:center;
  margin-bottom:16px;
  padding:14px;
  background:#F8F5ED;
  border-radius:16px;
}

.ps-case-profile p{
  margin:0;
  font-size:12.5px;
  line-height:1.7;
  font-weight:700;
}

.ps-case-profile strong{
  display:block;
  font-size:14px;
  margin-bottom:4px;
}

.ps-case-profile img{
  width:76px;
  height:76px;
  object-fit:cover;

  border:4px solid #fff;
  background:#ddd;
  box-shadow:0 6px 14px rgba(73,52,25,.10);
}

.ps-case-grid article > p{
  position:relative;
  z-index:1;
  flex:1;
  margin:0;
  font-size:13px;
  line-height:1.9;
  font-weight:600;
  overflow-wrap:anywhere;
}

/* case arrows / slider dots */
.ps-case-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-top:28px;
}

.ps-case-arrow{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--ps-teal);
  font-size:22px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(73,52,25,.12);
  cursor:pointer;
}

.ps-case-arrow:hover{
  background:var(--ps-teal);
  color:#fff;
}

.ps-case-dots{
  display:flex;
  gap:8px;
  align-items:center;
}

.ps-case-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ddd;
}

.ps-case-dots span.is-active{
  width:22px;
  border-radius:999px;
  background:var(--ps-teal);
}


/* flow */
.ps-flow-inner{width:min(980px,calc(100% - 40px))}
.ps-flow-list{display:grid;gap:32px}
.ps-flow-list article{display:grid;grid-template-columns:70px 220px 1fr;gap:24px;align-items:center}
.ps-flow-list span{width:60px;height:60px;display:grid;place-items:center;background:#111;color:#fff;border-radius:50%;font-size:10px;line-height:1;font-weight:900}
.ps-flow-list span b{display:block;font-size:28px}
.ps-flow-list h3{margin:0;font-size:20px;line-height:1.45;font-weight:900}
.ps-flow-list p{margin:0;font-size:14px;line-height:1.9;font-weight:600}

/* trial */
.ps-trial{padding-bottom:90px}
.ps-trial-lead{text-align:center;margin:0 0 34px;font-size:14px}
.ps-trial-info{width:min(860px,100%);margin:0 auto 54px}
.ps-trial-info dl{display:grid;gap:12px;margin:0}
.ps-trial-info div{display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:center}
.ps-trial-info dt{background:var(--ps-teal);color:#fff;padding:12px;text-align:center;font-size:14px;font-weight:900}
.ps-trial-info dd{margin:0;font-size:14px;line-height:1.8;font-weight:600}

.ps-trial-products{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.ps-trial-products article{text-align:center}
.ps-trial-products img{width:100%;height:160px;object-fit:contain;margin-bottom:18px}
.ps-trial-products a{display:inline-grid;place-items:center;min-height:36px;padding:8px 18px;background:var(--ps-teal);color:#fff;font-size:13px;font-weight:900}

/* ===============================
  solution section：POPデザイン版
  既存の .ps-solution 周りをこのコードに差し替え
================================ */

.ps-solution{
  position:relative;
  padding-top:54px;
  padding-bottom:70px;
}

.ps-pop-title{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:38px;
}

.ps-title-deco{
  position:relative;
  display:inline-block;
  width:34px;
  height:34px;
}

.ps-title-deco::before,
.ps-title-deco::after{
  content:"";
  position:absolute;
  background:var(--ps-yellow);
  border-radius:999px;
}

.ps-title-deco::before{
  width:26px;
  height:7px;
  left:2px;
  top:13px;
  transform:rotate(28deg);
}

.ps-title-deco::after{
  width:10px;
  height:10px;
  right:0;
  top:2px;
}

.ps-title-deco-right{
  transform:scaleX(-1);
}

.ps-solution-frame{
  position:relative;
  width:min(1050px,100%);
  margin:0 auto;
  padding:64px 52px 42px;
  background:rgba(255,255,255,.88);
  border:8px solid #fff;
  border-radius:58px;
  overflow:visible;
}

.ps-solution-frame::before{
  content:"";
  position:absolute;
  inset:20px;
  border:2px dashed var(--ps-yellow);
  border-radius:46px;
  pointer-events:none;
}

.ps-solution-grid{
  position:relative;
  z-index:2;
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
  border:0;
}

.ps-solution-grid article,
.ps-solution-card{
  position:relative;
  background:transparent;
  padding:0 0 12px;
  border:0;
  text-align:left;
}

.ps-solution-grid article:last-child{
  border:0;
}

.ps-card-num{
  position:absolute;
  z-index:5;

  top:-32px;
  transform:translateX(-50%);
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0ecfc8,var(--ps-teal));
  color:#fff;
  border:7px solid #fff;
  border-radius:50%;
  font-size:32px;
  line-height:1;
  font-weight:900;
  box-shadow:0 8px 18px rgba(8,190,184,.25);
}



.ps-solution-img{
  width:100%;
  aspect-ratio:4 / 3;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 20px rgba(73,52,25,.08);
  margin-bottom:22px;
}

.ps-solution-grid img,
.ps-solution-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ps-solution-grid h3,
.ps-solution-card h3{
  position:relative;
  margin:0 0 18px;
  padding:0 10px 16px;
  color:var(--ps-teal);
  text-align:center;
  font-size:22px;
  line-height:1.55;
  font-weight:900;
}

.ps-solution-grid h3::after,
.ps-solution-card h3::after{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  border-bottom:3px dotted var(--ps-teal);
}

.ps-solution-grid p,
.ps-solution-card p{
  margin:0;
  padding:0 12px;
  color:#333;
  font-size:14px;
  line-height:2;
  font-weight:700;
}

.ps-solution-message{
  position:relative;
  z-index:2;
  width:min(620px,100%);
  min-height:62px;
  margin:40px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:13px 28px;
  background:#FFF4C8;
  border:2px solid #F8D45C;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(248,204,0,.18);
}

.ps-solution-message p{
  margin:0;
  font-size:17px;
  line-height:1.6;
  font-weight:900;
}

.ps-solution-message strong{
  color:var(--ps-red);
  font-size:1.1em;
}

.ps-message-icon{
  flex:0 0 auto;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  background:#fff;
  border-radius:50%;
  font-size:27px;
  box-shadow:0 5px 12px rgba(73,52,25,.08);
}





@media(max-width:1024px){
  .ps-solution-frame{
    padding:58px 34px 36px;
    border-radius:44px;
  }

  .ps-solution-frame::before{
    inset:16px;
    border-radius:34px;
  }

  .ps-solution-grid{
    grid-template-columns:1fr;
    gap:58px;
  }

  .ps-solution-grid article{
    border:0;
  }

  .ps-solution-img{
    width:min(520px,100%);
    margin:0 auto 22px;
  }

  .ps-card-num{
    top:-34px;
  }
}

@media(max-width:767px){
  .ps-pop-title{
    gap:8px;
    font-size:1.5rem;
  }

  .ps-title-deco{
    width:24px;
    height:24px;
  }

  .ps-solution-frame{
    padding:54px 18px 28px;
    border-width:5px;
    border-radius:32px;
  }

  .ps-solution-frame::before{
    inset:10px;
    border-radius:24px;
  }

  .ps-solution-grid{
    gap:52px;
  }

  .ps-card-num{
    width:62px;
    height:62px;
    font-size:25px;
    border-width:5px;
    margin-left: 5%;
  }

  .ps-solution-grid h3,
  .ps-solution-card h3{
    font-size:19px;
  }

  .ps-solution-grid p,
  .ps-solution-card p{
    font-size:13px;
    line-height:1.9;
  }

  .ps-solution-message{
    flex-direction:column;
    gap:8px;
    border-radius:24px;
    padding:18px;
    text-align:center;
  }

  .ps-solution-message p{
    font-size:15px;
  }

  .ps-solution-squiggle,
  .ps-solution-dots{
    display:none;
  }
}

/* responsive */
@media(max-width:1024px){
  .ps-feature-row,.ps-link-row,.ps-solution-grid,.ps-case-grid{grid-template-columns:1fr}
  .ps-solution-grid article{border-right:0;border-bottom:2px dashed #1596ff}
  .ps-solution-grid article:last-child{border-bottom:0}
  .ps-flow-list article{grid-template-columns:70px 1fr}
  .ps-flow-list p{grid-column:2}
  .ps-trial-products{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:767px){
  .ps-inner,.ps-flow-inner{width:min(100% - 24px,520px)}
  .ps-section{padding:42px 0}
  .ps-intro{padding-top:62px}
  .ps-page-label{gap:16px;margin-bottom:28px}
  .ps-page-label span{width:56px}
  .ps-page-label p{font-size:18px}
  .ps-intro h1{font-size:26px}
  .ps-lead{font-size:14px}
  .ps-point-boxes{grid-template-columns:1fr;gap:18px}
  .ps-feature-head{grid-template-columns:52px 1fr}
  .ps-feature-head span{width:52px;height:52px}
  .ps-link-row strong{font-size:21px}
  .ps-solution-grid img{height:190px}
  .ps-case-title span{position:static;display:inline-grid;margin-left:10px;width:56px;height:56px}
  .ps-case-heading{grid-template-columns:72px 1fr}
  .ps-flow-list article{grid-template-columns:60px 1fr;gap:16px}
  .ps-flow-list p{grid-column:1 / -1}
  .ps-trial-info div{grid-template-columns:1fr;gap:8px}
  .ps-trial-products{grid-template-columns:1fr}
  .ps-blob-01{width:190px;height:170px}
  .ps-blob-02{width:170px;height:170px}
}
/* ===============================
  FLOW：導入の流れ POPデザイン版
  既存の .ps-flow 周りをこのコードに差し替え
================================ */

.ps-flow{
  position:relative;
  padding-top:70px;
  padding-bottom:78px;
}


.ps-flow-inner{
  width:min(1180px,calc(100% - 40px));
}

.ps-flow-title{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:50px;
}

.ps-flow-title::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-20px;
  width:360px;
  max-width:70%;
  height:10px;
  transform:translateX(-50%);
  background-image:radial-gradient(var(--ps-teal) 4px, transparent 5px);
  background-size:18px 10px;
}

.ps-flow-title-mark{
  position:relative;
  display:inline-block;
  width:44px;
  height:44px;
}

.ps-flow-title-mark::before,
.ps-flow-title-mark::after{
  content:"";
  position:absolute;
  background:var(--ps-teal);
  border-radius:999px;
}

.ps-flow-title-mark::before{
  width:34px;
  height:7px;
  left:4px;
  top:17px;
  transform:rotate(28deg);
}

.ps-flow-title-mark::after{
  width:8px;
  height:28px;
  right:3px;
  top:2px;
  transform:rotate(-24deg);
}

.ps-flow-title-mark-right{
  transform:scaleX(-1);
}

.ps-flow-pop-list{
  display:grid;
  gap:28px;
  position:relative;
}

.ps-flow-pop-card{
  position:relative;
  display:grid;
  grid-template-columns:120px 300px minmax(0,1fr) 160px;
  gap:28px;
  align-items:center;
  min-height:150px;
  padding:24px 30px;
  background:rgba(255,255,255,.9);
  border-radius:34px;
  box-shadow:0 14px 34px rgba(73,52,25,.10);
  overflow:hidden;
}

.ps-flow-pop-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:120px;
  opacity:.18;
}

.ps-flow-card-01::before{background:var(--ps-teal);}
.ps-flow-card-02::before{background:var(--ps-orange);}
.ps-flow-card-03::before{background:var(--ps-yellow);}
.ps-flow-card-04::before{background:var(--ps-purple);}




.ps-flow-num{
  position:relative;
  z-index:2;
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  margin:auto;
  color:#fff;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.75);
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.ps-flow-card-01 .ps-flow-num{background:linear-gradient(135deg,#13d3cc,var(--ps-teal));}
.ps-flow-card-02 .ps-flow-num{background:linear-gradient(135deg,#ff9b2e,var(--ps-orange));}
.ps-flow-card-03 .ps-flow-num{background:linear-gradient(135deg,#ffd83c,var(--ps-yellow));}
.ps-flow-card-04 .ps-flow-num{background:linear-gradient(135deg,#8b52e2,var(--ps-purple));}

.ps-flow-num span{
  display:block;
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
}

.ps-flow-num b{
  display:block;
  font-size:45px;
  line-height:.8;
  font-weight:900;
}

.ps-flow-heading{
  position:relative;
  z-index:2;
}

.ps-flow-heading h3{
  position:relative;
  display:inline;
  margin:0;
  font-size:clamp(22px,2.3vw,34px);
  line-height:1.45;
  font-weight:900;
}

.ps-flow-heading h3::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:12px;
  background:#FFF09B;
  border-radius:999px;
  z-index:-1;
}

.ps-flow-card-01 h3{color:var(--ps-teal);}
.ps-flow-card-02 h3{color:var(--ps-orange);}
.ps-flow-card-03 h3{color:#E8A900;}
.ps-flow-card-04 h3{color:var(--ps-purple);}

.ps-flow-text{
  position:relative;
  z-index:2;
}

.ps-flow-text p{
  margin:0;
  font-size:17px;
  line-height:2;
  font-weight:800;
}

.ps-flow-illust{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  min-height:100px;
}

.ps-flow-illust span{
  display:grid;
  place-items:center;
  width:96px;
  height:96px;
  background:#fff;
  border-radius:50%;
  font-size:58px;
  box-shadow:0 8px 20px rgba(73,52,25,.08);
}

.ps-flow-illust small{
  position:absolute;
  right:0;
  top:12px;
  color:var(--ps-teal);
  font-size:18px;
  font-weight:900;
  transform:rotate(8deg);
}

/* responsive */
@media(max-width:1024px){
  .ps-flow-pop-card{
    grid-template-columns:100px 1fr;
    gap:18px 24px;
  }

  .ps-flow-pop-card::after{
    display:none;
  }

  .ps-flow-heading{
    align-self:center;
  }

  .ps-flow-text{
    grid-column:2;
  }

  .ps-flow-illust{
    grid-column:2;
    justify-content:start;
    min-height:auto;
  }

  .ps-flow-illust span{
    width:78px;
    height:78px;
    font-size:44px;
  }
}

@media(max-width:767px){
  .ps-flow{
    padding-top:52px;
    padding-bottom:64px;
  }

  .ps-flow-inner{
    width:min(100% - 24px,520px);
  }

  .ps-flow-title{
    gap:8px;
    margin-bottom:40px;
  }

  .ps-flow-title-mark{
    width:28px;
    height:28px;
  }

  .ps-flow-title-mark::before{
    width:23px;
    height:5px;
    top:11px;
  }

  .ps-flow-title-mark::after{
    height:18px;
  }

  .ps-flow-title::after{
    width:220px;
  }

  .ps-flow-pop-list{
    gap:26px;
  }

  .ps-flow-pop-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    padding:26px 20px;
    border-radius:26px;
  }

  .ps-flow-pop-card::before{
    width:100%;
    height:84px;
    bottom:auto;
  }

  .ps-flow-num{
    width:78px;
    height:78px;
  }

  .ps-flow-num b{
    font-size:38px;
  }

  .ps-flow-heading h3{
    font-size:24px;
  }

  .ps-flow-text{
    grid-column:auto;
  }

  .ps-flow-text p{
    font-size:14px;
    line-height:1.9;
  }

  .ps-flow-illust{
    grid-column:auto;
  }

  .ps-flow-pop-card:not(:last-child) .ps-flow-text::after{
    display:none;
  }

  .ps-flow-pop-list::before,
  .ps-flow-pop-list::after{
    display:none;
  }
}
.ps-trial{
  padding:80px 0 100px;
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.35));
}

.ps-trial .ps-center-title{
  margin-bottom:18px;
}

.ps-trial-lead{
  text-align:center;
  margin:0 0 42px;
  font-size:16px;
  font-weight:700;
}

.ps-trial-info{
  width:min(860px,100%);
  margin:0 auto 56px;
  padding:30px;
  background:#fff;
  border-radius:28px;
  box-shadow:var(--ps-shadow);
}

.ps-trial-info dl{
  display:grid;
  gap:14px;
  margin:0;
}

.ps-trial-info div{
  display:grid;
  grid-template-columns:160px 1fr;
  align-items:center;
  gap:18px;
}

.ps-trial-info dt{
  background:var(--ps-teal);
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  text-align:center;
  font-size:15px;
  font-weight:900;
}

.ps-trial-info dd{
  margin:0;
  font-size:15px;
  line-height:1.8;
  font-weight:700;
}

.ps-trial-products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}

.ps-trial-products article{
  background:#fff;
  border-radius:26px;
  padding:22px 18px 24px;
  text-align:center;
  box-shadow:var(--ps-shadow);
  transition:.25s;
}

.ps-trial-products article:hover{
  transform:translateY(-6px);
}

.ps-trial-products img{
  width:100%;
  height:190px;
  object-fit:contain;
  margin-bottom:20px;
}

.ps-trial-products a{
  display:inline-grid;
  place-items:center;
  min-height:42px;
  padding:10px 24px;
  background:var(--ps-teal);
  color:#fff;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  box-shadow:0 5px 0 #009d98;
}

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

@media(max-width:767px){
  .ps-trial-info{
    padding:22px 18px;
  }

  .ps-trial-info div{
    grid-template-columns:1fr;
    gap:8px;
  }

  .ps-trial-products{
    grid-template-columns:1fr;
  }

  .ps-trial-products img{
    height:170px;
  }
}

/* ===============================
  case responsive adjustment
  導入事例：画像・矢印・カード崩れ防止
================================ */

@media(max-width:1024px){
  .ps-case{
    padding:60px 0 70px;
  }

  .ps-case-title{
    width:auto;
  }

  .ps-case-title::before,
  .ps-case-title::after{
    display:none;
  }

  .ps-case-title span{
    position:static;
    display:inline-grid;
    width:58px;
    height:58px;
    margin-left:10px;
    vertical-align:middle;
    font-size:11px;
  }

  .ps-case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .ps-case-grid article{
    padding:22px 20px 26px;
  }

  .ps-case-heading{
    grid-template-columns:auto minmax(0,1fr);
  }

  .ps-case-heading h3{
    font-size:16px;
  }

  .ps-case-profile{
    grid-template-columns:minmax(0,1fr) 70px;
  }

  .ps-case-profile img{
    width:70px;
    height:70px;
  }

  .ps-case-nav{
    margin-top:24px;
  }
}

@media(max-width:767px){
  .ps-case{
    padding:50px 0 58px;
  }

  .ps-case .ps-inner{
    width:min(100% - 24px,520px);
  }

  .ps-case-title{
    font-size:24px;
    line-height:1.5;
    margin-bottom:28px;
  }

  .ps-case-title span{
    width:52px;
    height:52px;
    margin-left:6px;
    font-size:10px;
  }

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

  .ps-case-grid article{
    border-radius:22px;
    padding:20px 18px 24px;
  }

  .ps-case-heading{
    grid-template-columns:1fr;
    gap:12px;
    justify-items:start;
  }

  .ps-case-heading span{
    min-width:68px;
    height:42px;
    font-size:16px;
    border-radius:12px;
  }

  .ps-case-heading h3{
    font-size:17px;
    line-height:1.55;
  }

  .ps-case-profile{
    grid-template-columns:1fr 64px;
    gap:12px;
    padding:12px;

  }

  .ps-case-profile p{
    font-size:12px;
  }

  .ps-case-profile strong{
    font-size:13px;
  }

  .ps-case-profile img{
    width:64px;
    height:64px;
  }

  .ps-case-grid article > p{
    font-size:12.5px;
    line-height:1.85;
  }

  .ps-case-nav{
    gap:10px;
    margin-top:20px;
  }

  .ps-case-arrow{
    width:38px;
    height:38px;
    font-size:20px;
  }
}

@media(max-width:420px){
  .ps-case-profile{
    grid-template-columns:1fr;
  }

  .ps-case-profile img{
    width:74px;
    height:74px;
    margin:0 auto;
  }
}

/* ===============================
  iPad / SP 画像比率修正版
  画像を全て 4:3 で綺麗に表示
================================ */

/* 特徴3つの画像 */
.ps-feature-row img{
  width:100%;
  aspect-ratio:4 / 3;
  height:auto;
  object-fit:cover;
  object-position:center;
  border-radius:14px;
}

/* 4つのリンクカード内画像 */
.ps-link-row a{
  min-height:210px;
}

.ps-link-row a img{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  width:calc(100% - 28px);
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  opacity:1;
}

.ps-link-row strong{
  margin-bottom:120px;
}

/* ポップンスポーツなら全て解決します */
.ps-solution-img{
  width:100%;
  aspect-ratio:4 / 3;
  height:auto;
  overflow:hidden;
  border-radius:20px;
}

.ps-solution-grid img,
.ps-solution-img img{
  width:100%;
  height:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  object-position:center;
}

/* 無料体験商品画像 */
.ps-trial-products img{
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:contain;
  object-position:center;
}

/* iPad */
@media(max-width:1024px){
  .ps-feature-row img{
    width:min(520px,100%);
    aspect-ratio:4 / 3;
    height:auto;
    margin-inline:auto;
  }

  .ps-link-row a{
    min-height:260px;
  }

  .ps-link-row a img{
    height:auto;
    aspect-ratio:4 / 3;
  }

  .ps-link-row strong{
    margin-bottom:150px;
  }

  .ps-solution-img{
    width:min(520px,100%);
    aspect-ratio:4 / 3;
    height:auto;
    margin:0 auto 22px;
  }

  .ps-solution-grid img,
  .ps-solution-img img{
    height:100% !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
  }
}

/* SP */
@media(max-width:767px){
  .ps-feature-row img{
    width:100%;
    aspect-ratio:4 / 3;
    height:auto;
    border-radius:12px;
  }

  .ps-link-row a{
    min-height:245px;
    padding:18px;
  }

  .ps-link-row a img{
    left:12px;
    right:12px;
    bottom:12px;
    width:calc(100% - 24px);
    aspect-ratio:4 / 3;
    height:auto;
    border-radius:12px;
  }

  .ps-link-row strong{
    margin-bottom:145px;
    font-size:20px;
  }

  .ps-solution-frame{
    overflow:hidden;
  }

  .ps-solution-img{
    width:100%;
    aspect-ratio:4 / 3;
    height:auto;
    border-radius:16px;
  }

  .ps-solution-grid img,
  .ps-solution-img img{
    height:100% !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
    object-position:center;
  }

  .ps-trial-products img{
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    object-fit:contain;
  }
}


/* =========================================================
  FINAL OVERRIDE：リンクカード位置・画像枠内・SVGポワン
  ※このブロックをCSSの一番下に置く
========================================================= */

/* -------------------------------
  共通：SVGをコンテンツ背面に配置
------------------------------- */
.ps-page{
  position:relative;
  overflow:hidden;
}

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

.ps-page .ps_object1,
.ps-page .ps_object2,
.ps-page .ps_object3{
  position:absolute;
  display:block;
  height:auto;
  max-width:none;
  object-fit:contain;
  pointer-events:none;
  z-index:1;

  opacity:0;
  animation:psSvgPoyonUp 2.1s cubic-bezier(.19,1,.22,1) forwards;
  will-change:transform,opacity;
}

/* PC SVG位置 */
.ps-page .ps_object1{
  width:40%;
  top:0;
  left:0;
  animation-delay:.15s;
}

.ps-page .ps_object2{
  width:20%;
  top:10%;
  right:0;
  animation-delay:.45s;
}

.ps-page .ps_object3{
  width:40%;
  top:20%;
  right:0;
  animation-delay:.75s;
}

@keyframes psSvgPoyonUp{
  0%{
    opacity:0;
    transform:translateY(90px) scale(.82);
  }

  58%{
    opacity:1;
    transform:translateY(-12px) scale(1.04);
  }

  78%{
    transform:translateY(5px) scale(.98);
  }

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

/* -------------------------------
  PC：4つのリンクカードだけ整える
  文字位置を揃えて、画像を枠内で大きく表示
------------------------------- */
@media (min-width:1025px){

  .ps-link-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
  }

  .ps-link-row a{
    position:relative;
    min-height:360px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    overflow:hidden;
    padding:22px 16px 16px;
    border-radius:24px;
    background:#fff;
    box-shadow:var(--ps-shadow);
  }

  .ps-link-row a::before{
    content:"";
    position:absolute;
    inset:8px;
    z-index:3;
    border:2px solid rgba(8,190,184,.18);
    border-radius:18px;
    pointer-events:none;
  }

  .ps-link-row small{
    position:relative;
    z-index:4;
    display:block;
    min-height:18px;
    margin:0 0 6px;
    padding:0 8px;
    text-align:center;
    color:#333;
    font-size:1.5rem;
    line-height:1.3;
    font-weight:900;
  }

  .ps-link-row strong{
    position:relative;
    z-index:4;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:74px;
    margin:0 0 0 !important;
    padding:0 8px;
    text-align:center;
    color:#202020;
    font-size:clamp(20px,1.65vw,26px);
    line-height:1.35;
    font-weight:900;
    letter-spacing:.03em;
  }

  /* smallが無いカードも文字位置が上に寄りすぎないようにする */
  .ps-link-row a:not(.ps-btn) strong{
    min-height:98px;
    margin-bottom:14px !important;
  }

  .ps-link-row a img{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    z-index:1;
    display:block;
    width:100% !important;
    height:205px !important;
    aspect-ratio:auto !important;
    margin:auto 0 0 !important;
    border-radius:18px;
    object-fit:cover;
    object-position:center;
    opacity:1;
  }

  .ps-link-row i{
    position:absolute;
    right:22px;
    bottom:22px;
    z-index:5;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    background:#fff;
    color:#202020;
    border-radius:50%;
    font-style:normal;
    font-weight:900;
    box-shadow:0 6px 16px rgba(0,0,0,.15);
  }
}

/* -------------------------------
  Tablet/SP：既存レイアウトは崩さず画像だけ枠内に収める
------------------------------- */
@media (max-width:1024px){

  .ps-page .ps_object1{
    width:40%;
  }

  .ps-page .ps_object2{
    width:20%;
  }

  .ps-page .ps_object3{
    width:40%;
  }

  .ps-link-row{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }

  .ps-link-row a{
    position:relative;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    min-height:auto;
    padding:22px;
    border-radius:24px;
    background:#fff;
    box-shadow:var(--ps-shadow);
  }

  .ps-link-row small{
    position:relative;
    z-index:2;
    display:block;
    margin:0 0 6px;
    text-align:center;
    font-size:12px;
    font-weight:900;
  }

  .ps-link-row strong{
    position:relative;
    z-index:2;
    display:block;
    margin:0 0 18px !important;
    text-align:center;
    font-size:24px;
    line-height:1.35;
    font-weight:900;
  }

  .ps-link-row a img{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
    object-position:center;
    border-radius:16px;
    opacity:1;
    margin:0 !important;
  }

  .ps-link-row i{
    right:18px;
    bottom:18px;
  }
}

@media (max-width:767px){

  .ps-page .ps_object1{
    width:50%;
  }

  .ps-page .ps_object2{
    width:30%;
  }

  .ps-page .ps_object3{
    width:20%;
  }

  .ps-link-row{
    gap:20px;
  }

  .ps-link-row a{
    padding:18px;
    border-radius:22px;
  }

  .ps-link-row small{
    font-size:11px;
  }

  .ps-link-row strong{
    font-size:22px !important;
    margin-bottom:16px !important;
  }

  .ps-link-row a img{
    border-radius:14px;
  }

  .ps-link-row i{
    width:30px;
    height:30px;
    right:16px;
    bottom:16px;
  }
}

.tokutyou h3{
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin:50px auto;

}
/* =========================================================
  FINAL HEADER FIX：スクショ風の見出しレイアウト
  ※既存コンテンツの配置は変えず、冒頭見出しだけ上書き
========================================================= */

.ps-intro{
  padding-top:86px;
}

.ps-hero-title{
  position:relative;
  z-index:3;
  width:min(1180px,100%);
  margin:0 auto 52px;
  text-align:center;
}

.ps-hero-en{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  margin:0 0 24px;
  color:var(--ps-teal);
  font-size:2rem;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
}

.ps-hero-en span{
  display:block;
  width:100px;
  height:2px;
  background:var(--ps-teal);
  border-radius:999px;
}

.ps-hero-title h1{
  margin:0 0 22px;
  color:#242424 !important;
  text-align:center;
  font-size:5rem;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.08em;
}

.ps-hero-lead{
  max-width:1080px;
  margin:0 auto;
  color:#555;
  text-align:center;
  font-size:1.5rem;
  line-height:2.1;
  font-weight:700;
  letter-spacing:.04em;
}


/* 旧見出しが残った場合も邪魔させない */
.ps-page-label{
  display:none;
}

/* SVG 下からポワンをこのページ用に確実化 */
.ps-page .ps_object1,
.ps-page .ps_object2,
.ps-page .ps_object3{
  opacity:0;
  animation:psSvgPoyonUp 2.1s cubic-bezier(.19,1,.22,1) forwards;
  will-change:transform,opacity;
}

.ps-page .ps_object1{ animation-delay:.15s; }
.ps-page .ps_object2{ animation-delay:.45s; }
.ps-page .ps_object3{ animation-delay:.75s; }

@keyframes psSvgPoyonUp{
  0%{
    opacity:0;
    transform:translateY(90px) scale(.82);
  }
  58%{
    opacity:1;
    transform:translateY(-12px) scale(1.04);
  }
  78%{
    transform:translateY(5px) scale(.98);
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@media(max-width:1024px){
  .ps-hero-title{
    margin-bottom:44px;
  }

  .ps-hero-en{
    gap:20px;
    font-size:24px;
  }

  .ps-hero-en span{
    width:90px;
  }

  .ps-hero-title h1{
    font-size:44px;
  }

  .ps-hero-lead{
    font-size:16px;
  }
}

@media(max-width:767px){
  .ps-hero-title{
    margin-bottom:36px;
  }

  .ps-hero-en{
    gap:12px;
    font-size:17px;
    letter-spacing:.08em;
  }

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

  .ps-hero-title h1{
    font-size:2.5rem;
    letter-spacing:.04em;
  }

  .ps-hero-lead{
    font-size:14px;
    line-height:2;
  }
}
.ps-link-row a{
    transition: .3s ease;
}

.ps-link-row a:hover{
    background: #fff;
}
.ps-link-row a{
    transition: background .3s ease,
                transform .25s ease,
                box-shadow .25s ease;
}

.ps-link-row a:hover{
    background:#fff;
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.tokutyou h3{
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin:50px auto;

}

/* ==========================================
   Jump Effect Section
========================================== */

.jump-effect-section{
    width:100%;
    padding:50px 20px;
}

.jump-effect-inner{
    width:min(1180px,100%);
    margin:0 auto;
    background:#fffdf8;
    border-radius:30px;
    padding:42px 48px;
    box-shadow:0 18px 45px rgba(96,70,32,.08);
}

.jump-effect-head{
    text-align:center;
    margin-bottom:48px;
}

.jump-effect-head p{
    margin:0 0 12px;
    color:#01C8BD;
    font-size:22px;
    font-weight:900;
}

.jump-effect-head h2{
    margin:0;
    font-size:36px;
    line-height:1.45;
    color:#222;
    font-weight:900;
}

/* ==========================
   PC
========================== */

.jump-effect-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
}

.jump-effect-item{
    position:relative;
    padding:0 42px;
    text-align:center;
}

.jump-effect-item:not(:last-child){
    border-right:2px dashed #D8D8D8;
}

.jump-effect-item p{
    margin:0 0 18px;
    color:#01C8BD;
    font-size:1.3rem;
    line-height:1.8;
    font-weight:900;
}

.jump-effect-item h3{
    margin:0;
    color:#222;
    font-size:2rem;
    line-height:1.45;
    font-weight:900;
}

.jump-effect-item span{
    display:inline-block;
    margin-top:18px;
    font-size:14px;
    line-height:1.7;
    color:#666;
}

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

@media (max-width:1024px){

    .jump-effect-inner{
        padding:36px 30px;
    }

    .jump-effect-head{
        margin-bottom:34px;
    }

    .jump-effect-head p{
        font-size:18px;
    }

    .jump-effect-head h2{
        font-size:30px;
    }

    .jump-effect-list{
        display:flex;
        flex-direction:column;
        gap:0;
    }

    .jump-effect-item{
        padding:30px 0;
    }

    .jump-effect-item:not(:last-child){
        border-right:none;
        border-bottom:2px dashed #D8D8D8;
    }

    .jump-effect-item p{
        font-size:15px;
    }

    .jump-effect-item h3{
        font-size:2.2rem;
    }

}

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

@media (max-width:640px){

    .jump-effect-section{
        padding:35px 15px;
    }

    .jump-effect-inner{
        padding:26px 20px;
        border-radius:22px;
    }

    .jump-effect-head{
        margin-bottom:24px;
    }

    .jump-effect-head p{
        font-size:14px;
        line-height:1.7;
    }

    .jump-effect-head h2{
        font-size:24px;
        line-height:1.5;
    }

    .jump-effect-item{
        padding:24px 0;
    }

    .jump-effect-item p{
        margin-bottom:10px;
        font-size:13px;
        line-height:1.7;
    }

    .jump-effect-item h3{
        font-size:1.8rem;
        line-height:1.45;
    }

}
/* ===================================
   特徴セクション（iPad）
=================================== */
@media (max-width:1024px){

  .ps-feature-row{
    gap:36px;
  }

  .ps-feature-row article{
    text-align:center;
  }

  .ps-feature-head{
    margin-bottom:10px;   /* 16px → 10px */
  }

  .ps-feature-row img{
    width:72%;
    max-width:360px;
    margin:0 auto 12px;   /* 18px → 12px */
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:14px;
  }

  .ps-feature-row p{
    margin-top:0;
    line-height:1.8;
  }

}

/* ===================================
   特徴セクション（SP）
=================================== */
@media (max-width:767px){

  .ps-feature-row{
    gap:28px;
  }

  .ps-feature-head{
    margin-bottom:8px;   /* 16px → 8px */
  }

  .ps-feature-row img{
    width:78%;
    max-width:260px;
    margin:0 auto 10px;  /* 16px → 10px */
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:12px;
  }

  .ps-feature-row p{
    margin-top:0;
    line-height:1.75;
  }

}
/* =========================================================
  FINAL FIX：特徴セクション iPad / SP
  画像・見出し・説明文の距離を詰める
  ※必ずCSSの一番下に置く
========================================================= */

@media (min-width:768px) and (max-width:1024px){

  .ps-feature-row{
    grid-template-columns:1fr !important;
    gap:30px !important;
    margin-bottom:54px !important;
  }

  .ps-feature-row article{
    width:min(560px,100%) !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .ps-feature-head{
    width:min(520px,100%) !important;
    margin:0 auto 8px !important;
    display:grid !important;
    grid-template-columns:58px 1fr !important;
    gap:12px !important;
    align-items:center !important;
    text-align:left !important;
  }

  .ps-feature-row img{
    display:block !important;
    width:68% !important;
    max-width:330px !important;
    height:auto !important;
    aspect-ratio:4 / 3 !important;
    object-fit:cover !important;
    object-position:center !important;
    margin:0 auto 8px !important;
    border-radius:14px !important;
  }

  .ps-feature-row p{
    width:min(520px,100%) !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:center !important;
    font-size:14px !important;
    line-height:1.75 !important;
    font-weight:700 !important;
  }

}

@media (max-width:767px){

  .ps-feature-row{
    grid-template-columns:1fr !important;
    gap:24px !important;
    margin-bottom:48px !important;
  }

  .ps-feature-row article{
    width:100% !important;
    margin:0 auto !important;
    text-align:center !important;
  }

  .ps-feature-head{
    width:min(360px,100%) !important;
    margin:0 auto 6px !important;
    display:grid !important;
    grid-template-columns:52px 1fr !important;
    gap:10px !important;
    align-items:center !important;
    text-align:left !important;
  }

  .ps-feature-head span{
    width:52px !important;
    height:52px !important;
  }

  .ps-feature-head h3{
    font-size:15px !important;
    line-height:1.45 !important;
  }

  .ps-feature-row img{
    display:block !important;
    width:70% !important;
    max-width:230px !important;
    height:auto !important;
    aspect-ratio:4 / 3 !important;
    object-fit:cover !important;
    object-position:center !important;
    margin:0 auto 7px !important;
    border-radius:12px !important;
  }

  .ps-feature-row p{
    width:min(360px,100%) !important;
    margin:0 auto !important;
    padding:0 !important;
    text-align:center !important;
    font-size:13px !important;
    line-height:1.65 !important;
    font-weight:700 !important;
  }

}

/* =========================================================
  FINAL OVERRIDE：iPadはPCと同じ / スマホは2カラム
  ※デザイン・色・フォント・影・角丸は変更せず、レイアウトだけ調整
========================================================= */

.ps-page,
.ps-page *{
  min-width:0;
}

/* ===============================
   iPad：PCと同じ横並びレイアウト
   768px〜1024px
================================ */
@media screen and (min-width:768px) and (max-width:1024px){

  .ps-inner,
  .ps-flow-inner{
    width:min(1120px,calc(100% - 40px));
    margin-inline:auto;
  }

  /* 特徴：PCと同じ3列 */
  .ps-feature-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }

  .ps-feature-head{
    grid-template-columns:52px minmax(0,1fr);
    gap:12px;
  }

  .ps-feature-head span{
    width:52px;
    height:52px;
  }

  .ps-feature-head h3{
    font-size:15px;
    line-height:1.45;
  }

  .ps-feature-row img{
    width:100%;
    aspect-ratio:4 / 3;
    height:auto;
    margin-inline:auto;
  }

  .ps-feature-row p{
    font-size:13px;
    line-height:1.7;
  }

  /* 4つリンク：PCと同じ4列 */
  .ps-link-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
  }

  .ps-link-row a{
    min-height:300px;
    padding:18px 12px 14px;
    border-radius:22px;
  }

  .ps-link-row small{
    font-size:11px;
  }

  .ps-link-row strong{
    min-height:60px;
    margin:0 0 12px !important;
    font-size:18px;
    line-height:1.35;
  }

  .ps-link-row a:not(.ps-btn) strong{
    min-height:78px;
    margin-bottom:12px !important;
  }

  .ps-link-row a img{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
    border-radius:14px;
    margin:auto 0 0 !important;
  }

  /* ジャンプ効果：PCと同じ3列 */
  .jump-effect-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
  }

  .jump-effect-item{
    padding:0 24px;
  }

  .jump-effect-item:not(:last-child){
    border-right:2px dashed #D8D8D8;
    border-bottom:none;
  }

  .jump-effect-item p{
    font-size:13px;
  }

  .jump-effect-item h3{
    font-size:2rem;
  }

  /* 解決カード：PCと同じ3列 */
  .ps-solution-frame{
    padding:58px 34px 36px;
    border-radius:44px;
  }

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

  .ps-solution-grid article,
  .ps-solution-card{
    border:0;
  }

  .ps-solution-img{
    width:100%;
    aspect-ratio:4 / 3;
    margin:0 0 18px;
  }

  .ps-solution-grid h3,
  .ps-solution-card h3{
    font-size:18px;
    line-height:1.45;
  }

  .ps-solution-grid p,
  .ps-solution-card p{
    font-size:12.5px;
    line-height:1.8;
  }

  .ps-card-num{
    width:62px;
    height:62px;
    top:-28px;
    font-size:24px;
    border-width:5px;
  }

  /* お悩み解決事例：PCと同じ3列 */
  .ps-case-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
  }

  .ps-case-grid article{
    padding:20px 16px 22px;
  }

  .ps-case-heading{
    grid-template-columns:auto minmax(0,1fr);
    gap:10px;
  }

  .ps-case-heading span{
    min-width:62px;
    height:42px;
    font-size:15px;
  }

  .ps-case-heading h3{
    font-size:14px;
    line-height:1.5;
  }

  .ps-case-profile{
    grid-template-columns:minmax(0,1fr) 58px;
    gap:10px;
    padding:10px;
  }

  .ps-case-profile p{
    font-size:11px;
  }

  .ps-case-profile strong{
    font-size:12px;
  }

  .ps-case-profile img{
    width:58px;
    height:58px;
  }

  .ps-case-grid article > p{
    font-size:12px;
    line-height:1.75;
  }

  /* 導入の流れ：PCと同じ横長 */
  .ps-flow-pop-card{
    grid-template-columns:100px 230px minmax(0,1fr) 110px;
    gap:18px;
    padding:22px 24px;
  }

  .ps-flow-num{
    width:78px;
    height:78px;
  }

  .ps-flow-num b{
    font-size:38px;
  }

  .ps-flow-heading h3{
    font-size:22px;
  }

  .ps-flow-text{
    grid-column:auto;
  }

  .ps-flow-text p{
    font-size:14px;
    line-height:1.8;
  }

  .ps-flow-illust{
    grid-column:auto;
  }

  /* 無料体験：PCと同じ4列 */
  .ps-trial-products{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
  }

  .ps-trial-products article{
    padding:18px 14px 20px;
  }

  .ps-trial-products img{
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    object-fit:contain;
  }

  .ps-trial-products a{
    font-size:12px;
    padding:9px 16px;
  }
}

/* ===============================
   スマホ：カード系は2カラム
   〜767px
================================ */
@media screen and (max-width:767px){

  .ps-inner,
  .ps-flow-inner{
    width:min(100% - 24px,520px);
    margin-inline:auto;
  }

  /* 特徴：2カラム */
  .ps-feature-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-bottom:48px;
  }

  .ps-feature-row article{
    min-width:0;
  }

  .ps-feature-head{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:9px;
    align-items:center;
  }

  .ps-feature-head span{
    width:42px;
    height:42px;
    font-size:9px;
  }

  .ps-feature-head span b{
    font-size:22px;
  }

  .ps-feature-head h3{
    font-size:12.5px;
    line-height:1.45;
  }

  .ps-feature-row img{
    width:100%;
    aspect-ratio:4 / 3;
    height:auto;
    border-radius:12px;
  }

  .ps-feature-row p{
    font-size:12px;
    line-height:1.7;
  }

  /* 4つリンク：2カラム */
  .ps-link-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }

  .ps-link-row a{
    min-height:auto;
    padding:14px;
    border-radius:20px;
  }

  .ps-link-row small{
    font-size:10px;
    margin-bottom:4px;
  }

  .ps-link-row strong{
    min-height:48px;
    margin:0 0 12px !important;
    font-size:16px !important;
    line-height:1.35;
  }

  .ps-link-row a:not(.ps-btn) strong{
    min-height:58px;
  }

  .ps-link-row a img{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 3;
    object-fit:cover;
    border-radius:12px;
    margin:0 !important;
  }

  .ps-link-row i{
    width:28px;
    height:28px;
    right:12px;
    bottom:12px;
  }

  /* ジャンプ効果：2カラム */
  .jump-effect-inner{
    padding:26px 18px;
    border-radius:22px;
  }

  .jump-effect-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .jump-effect-item{
    padding:18px 10px;
    border-right:none !important;
    border-bottom:none !important;
    background:rgba(255,255,255,.6);
    border-radius:16px;
  }

  .jump-effect-item p{
    font-size:12px;
    line-height:1.65;
  }

  .jump-effect-item h3{
    font-size:1.3rem;
    line-height:1.45;
  }

  /* 特徴などタイトル */
  .tokutyou h3{
    font-size:2.4rem;
    margin:36px auto;
  }

  /* 解決カード：2カラム */
  .ps-solution-frame{
    padding:46px 14px 24px;
    border-width:5px;
    border-radius:28px;
    overflow:hidden;
  }

  .ps-solution-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:42px 14px;
  }

  .ps-solution-grid article,
  .ps-solution-card{
    min-width:0;
    border:0 !important;
  }

  .ps-solution-img{
    width:100%;
    aspect-ratio:4 / 3;
    height:auto;
    border-radius:14px;
    margin-bottom:14px;
  }

  .ps-solution-grid h3,
  .ps-solution-card h3{
    font-size:15px;
    line-height:1.45;
    padding:0 4px 12px;
    margin-bottom:12px;
  }

  .ps-solution-grid h3::after,
  .ps-solution-card h3::after{
    left:8px;
    right:8px;
  }

  .ps-solution-grid p,
  .ps-solution-card p{
    font-size:11.5px;
    line-height:1.75;
    padding:0 4px;
  }

  .ps-card-num{
    width:54px;
    height:54px;
    top:-27px;
    left:3px;
    font-size:21px;
    border-width:4px;
    margin-left:0;
  }

  .ps-solution-message{
    margin-top:28px;
    padding:16px 14px;
    border-radius:20px;
  }

  .ps-solution-message p{
    font-size:13px;
  }

  /* お悩み解決事例：2カラム */
  .ps-case .ps-inner{
    width:min(100% - 24px,520px);
  }

  .ps-case-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .ps-case-grid article{
    min-width:0;
    border-radius:18px;
    padding:16px 12px 18px;
  }

  .ps-case-heading{
    grid-template-columns:1fr;
    gap:9px;
    justify-items:start;
    margin-bottom:12px;
  }

  .ps-case-heading span{
    min-width:auto;
    height:34px;
    padding:0 10px;
    font-size:13px;
    border-radius:10px;
  }

  .ps-case-heading h3{
    font-size:13px;
    line-height:1.45;
  }

  .ps-case-profile{
    grid-template-columns:1fr;
    gap:10px;
    padding:10px;
    margin-bottom:12px;
  }

  .ps-case-profile p{
    font-size:10.5px;
    line-height:1.65;
  }

  .ps-case-profile strong{
    font-size:11.5px;
  }

  .ps-case-profile img{
    width:64px;
    height:64px;
    margin:0 auto;
  }

  .ps-case-grid article > p{
    font-size:11px;
    line-height:1.75;
  }

  /* 導入の流れ：2カラム */
  .ps-flow-pop-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .ps-flow-pop-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    min-height:auto;
    padding:22px 14px;
    border-radius:22px;
  }

  .ps-flow-pop-card::before{
    width:100%;
    height:70px;
    bottom:auto;
  }

  .ps-flow-num{
    width:64px;
    height:64px;
  }

  .ps-flow-num span{
    font-size:12px;
  }

  .ps-flow-num b{
    font-size:30px;
  }

  .ps-flow-heading h3{
    font-size:17px;
    line-height:1.45;
  }

  .ps-flow-text{
    grid-column:auto;
  }

  .ps-flow-text p{
    font-size:11.5px;
    line-height:1.75;
  }

  .ps-flow-illust{
    grid-column:auto;
  }

  /* 無料体験：2カラム */
  .ps-trial-products{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .ps-trial-products article{
    padding:16px 12px 18px;
    border-radius:20px;
  }

  .ps-trial-products img{
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    object-fit:contain;
    margin-bottom:14px;
  }

  .ps-trial-products a{
    min-height:36px;
    padding:8px 14px;
    font-size:12px;
  }
}

/* かなり小さいスマホだけ、文字崩れ防止 */
@media screen and (max-width:380px){
  .ps-feature-row,
  .ps-link-row,
  .jump-effect-list,
  .ps-solution-grid,
  .ps-case-grid,
  .ps-flow-pop-list,
  .ps-trial-products{
    gap:12px;
  }

  .ps-link-row strong{
    font-size:14px !important;
  }

  .ps-solution-grid h3,
  .ps-case-heading h3,
  .ps-flow-heading h3{
    font-size:12.5px;
  }
}


/* =========================================================
   SPORTS PAGE：スマホ文字・画像サイズ最終調整
   PC・iPad・既存デザインは変更しない
========================================================= */
@media (max-width:767px){

  .ps-page h1,
  .ps-page h2,
  .ps-page h3,
  .ps-page p,
  .ps-page strong,
  .ps-page small,
  .ps-page dt,
  .ps-page dd,
  .ps-page a{
    word-break:normal;
    overflow-wrap:break-word;
    line-break:strict;
  }

  .ps-center-title,
  .ps-hero-title h1,
  .ps-pop-title,
  .ps-flow-title,
  .ps-case-title,
  .jump-effect-head h2,
  .tokutyou h3{
    text-wrap:balance;
  }

  .ps-inner,
  .ps-flow-inner{
    width:min(calc(100% - 28px),520px);
  }

  .ps-section{
    padding:38px 0;
  }

  .ps-intro{
    padding-top:54px;
  }

  .ps-hero-title{
    width:100%;
    margin-bottom:30px;
    padding:0 2px;
  }

  .ps-hero-en{
    gap:10px;
    margin-bottom:18px;
    font-size:15px;
    letter-spacing:.06em;
    white-space:nowrap;
  }

  .ps-hero-en span{
    width:34px;
    height:2px;
  }

  .ps-hero-title h1{
    margin-bottom:18px;
    font-size:2.15rem;
    line-height:1.3;
    letter-spacing:.03em;
  }

  .ps-hero-lead{
    max-width:100%;
    font-size:13px;
    line-height:1.85;
    letter-spacing:.01em;
  }

  .ps-hero-lead br{
    display:none;
  }

  .jump-effect-section{
    padding:30px 12px;
  }

  .jump-effect-inner{
    padding:22px 16px;
    border-radius:20px;
  }

  .jump-effect-head{
    margin-bottom:20px;
  }

  .jump-effect-head p{
    margin-bottom:8px;
    font-size:12px;
    line-height:1.65;
  }

  .jump-effect-head h2{
    font-size:21px;
    line-height:1.45;
  }

  .jump-effect-item{
    padding:20px 0;
  }

  .jump-effect-item p{
    margin-bottom:8px;
    font-size:12px;
    line-height:1.6;
  }

  .jump-effect-item h3{
    font-size:1.55rem;
    line-height:1.4;
  }

  .tokutyou h3{
    margin:38px auto 30px;
    font-size:2.3rem;
    line-height:1.3;
  }

  .ps-feature-row{
    gap:24px !important;
    margin-bottom:46px;
  }

  .ps-feature-row article{
    width:100% !important;
    max-width:420px;
    margin:0 auto !important;
  }

  .ps-feature-head{
    width:100% !important;
    grid-template-columns:48px minmax(0,1fr) !important;
    gap:10px !important;
    margin:0 auto 8px !important;
    align-items:center;
  }

  .ps-feature-head span{
    width:48px;
    height:48px;
  }

  .ps-feature-head span b{
    font-size:24px;
  }

  .ps-feature-head h3{
    font-size:15px;
    line-height:1.5;
    text-align:left;
    word-break:keep-all;
    overflow-wrap:normal;
  }

  .ps-feature-row img{
    width:72% !important;
    max-width:230px !important;
    margin:0 auto 10px !important;
    aspect-ratio:4/3;
    object-fit:cover;
  }

  .ps-feature-row p{
    max-width:340px;
    margin:0 auto;
    padding:0 4px;
    font-size:12.5px;
    line-height:1.75;
  }

  .ps-link-row{
    gap:18px;
  }

  .ps-link-row a{
    padding:16px;
    border-radius:20px;
  }

  .ps-link-row small{
    margin-bottom:4px;
    font-size:10px;
  }

  .ps-link-row strong{
    min-height:auto;
    margin-bottom:12px !important;
    font-size:19px !important;
    line-height:1.35;
    word-break:keep-all;
  }

  .ps-link-row a img{
    width:88% !important;
    margin:0 auto !important;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:12px;
  }

  .ps-solution{
    padding-top:42px;
    padding-bottom:54px;
  }

  .ps-pop-title{
    gap:6px;
    margin-bottom:30px;
    font-size:22px;
    line-height:1.45;
  }

  .ps-title-deco{
    width:20px;
    height:20px;
    flex:0 0 auto;
  }

  .ps-solution-frame{
    padding:48px 14px 24px;
    border-width:4px;
    border-radius:28px;
  }

  .ps-solution-frame::before{
    inset:8px;
    border-radius:20px;
  }

  .ps-solution-grid{
    gap:46px;
  }

  .ps-solution-img{
    width:88%;
    max-width:330px;
    margin:0 auto 16px;
    border-radius:14px;
  }

  .ps-card-num{
    width:56px;
    height:56px;
    top:-28px;
    margin-left:7%;
    border-width:4px;
    font-size:22px;
  }

  .ps-solution-grid h3,
  .ps-solution-card h3{
    margin-bottom:12px;
    padding-bottom:12px;
    font-size:17px;
    line-height:1.45;
    word-break:keep-all;
  }

  .ps-solution-grid p,
  .ps-solution-card p{
    padding:0 8px;
    font-size:12.5px;
    line-height:1.8;
  }

  .ps-solution-message{
    margin-top:28px;
    padding:14px;
    border-radius:20px;
  }

  .ps-solution-message p{
    font-size:13px;
    line-height:1.6;
  }

  .ps-movie{
    padding-top:40px;
  }

  .ps-movie .ps-center-title{
    margin-bottom:24px;
    font-size:23px;
  }

  .ps-movie-box{
    width:92%;
  }

  .ps-case{
    padding:44px 0 52px;
  }

  .ps-case-title{
    margin-bottom:24px;
    font-size:21px;
    line-height:1.45;
  }

  .ps-case-grid{
    gap:18px;
  }

  .ps-case-grid article{
    padding:18px 16px 22px;
    border-radius:20px;
  }

  .ps-case-heading{
    gap:10px;
  }

  .ps-case-heading span{
    min-width:62px;
    height:38px;
    font-size:14px;
  }

  .ps-case-heading h3{
    font-size:15px;
    line-height:1.5;
    word-break:keep-all;
  }

  .ps-case-profile{
    grid-template-columns:minmax(0,1fr) 58px;
    gap:10px;
    padding:10px;
  }

  .ps-case-profile p{
    font-size:11px;
    line-height:1.6;
  }

  .ps-case-profile strong{
    font-size:12px;
  }

  .ps-case-profile img{
    width:58px;
    height:58px;
  }

  .ps-case-grid article > p{
    font-size:12px;
    line-height:1.8;
  }

  .ps-flow{
    padding-top:46px;
    padding-bottom:56px;
  }

  .ps-flow-title{
    margin-bottom:36px;
    font-size:23px;
  }

  .ps-flow-pop-list{
    gap:22px;
  }

  .ps-flow-pop-card{
    padding:22px 16px;
    border-radius:22px;
  }

  .ps-flow-pop-card::before{
    height:74px;
  }

  .ps-flow-num{
    width:70px;
    height:70px;
  }

  .ps-flow-num span{
    font-size:12px;
  }

  .ps-flow-num b{
    font-size:34px;
  }

  .ps-flow-heading h3{
    font-size:21px;
    line-height:1.4;
    word-break:keep-all;
  }

  .ps-flow-text p{
    font-size:12.5px;
    line-height:1.8;
  }

  .ps-page .ps_object1{width:42%;}
  .ps-page .ps_object2{width:24%;}
  .ps-page .ps_object3{width:18%;}
}

@media (max-width:390px){

  .ps-inner,
  .ps-flow-inner{
    width:min(calc(100% - 20px),480px);
  }

  .ps-hero-en{
    font-size:13px;
  }

  .ps-hero-en span{
    width:26px;
  }

  .ps-hero-title h1{
    font-size:1.95rem;
  }

  .jump-effect-head h2{
    font-size:19px;
  }

  .ps-feature-head{
    grid-template-columns:44px minmax(0,1fr) !important;
    gap:8px !important;
  }

  .ps-feature-head span{
    width:44px;
    height:44px;
  }

  .ps-feature-head h3{
    font-size:14px;
  }

  .ps-link-row strong{
    font-size:17px !important;
  }

  .ps-pop-title,
  .ps-flow-title,
  .ps-case-title{
    font-size:20px;
  }

  .ps-solution-grid h3,
  .ps-solution-card h3{
    font-size:16px;
  }
}



/* ==========================================
   ps-feature-row
   PC・iPadは3列、スマホのみ1列
   （他のデザインには一切影響なし）
========================================== */

/* iPad */
@media (max-width:1024px) and (min-width:768px){

  .ps-feature-row{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:34px;
  }

}

/* スマホ */
@media (max-width:767px){

  .ps-feature-row{
    display:grid;
    grid-template-columns:1fr !important;
    gap:24px;
  }

}

/* =========================================================
   SPORTS HERO：Woodenページと同じファーストビュー
   既存の下層コンテンツには影響させない最終上書き
========================================================= */
.sports-page-wrap .ps-intro{
  position:relative;
  padding-top:88px;
  background:#f6f1e8;
}

.sports-page-wrap .ps-intro > .ps-inner{
  position:relative;
  z-index:2;
}

.ps-wooden-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
  margin-bottom:76px;
}

.ps-wooden-hero-text{
  position:relative;
}

.ps-wooden-label{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 22px;
  color:var(--ps-teal);
  font-size:15px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.1em;
}

.ps-wooden-label span{
  display:block;
  width:44px;
  height:1px;
  flex:0 0 auto;
  background:var(--ps-teal);
}

.ps-page .ps-wooden-hero h1{
  margin:0 0 26px;
  color:#2b2823 !important;
  text-align:left;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.06em;
}

.ps-page .ps-wooden-hero p{
  margin:0 0 18px;
  text-align:left;
  font-size:16px;
  line-height:2;
  font-weight:600;
  letter-spacing:0;
}

.ps-wooden-img{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 38px rgba(70,50,20,.12);
}

.ps-wooden-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ps-wooden-hero-img{
  aspect-ratio:4 / 3;
}

/* Woodenの落ち着いたFVに合わせ、既存の上部SVG装飾は非表示 */
.sports-page-wrap .ps-page > .ps_object1,
.sports-page-wrap .ps-page > .ps_object2,
.sports-page-wrap .ps-page > .ps_object3{
  display:none !important;
}

@media(max-width:1024px){
  .sports-page-wrap .ps-intro{
    padding-top:68px;
  }

  .ps-wooden-hero{
    grid-template-columns:1fr 1fr;
    gap:36px;
    margin-bottom:62px;
  }

  .ps-page .ps-wooden-hero h1{
    font-size:clamp(36px,5vw,52px);
  }

  .ps-page .ps-wooden-hero p{
    font-size:15px;
    line-height:1.9;
  }
}

@media(max-width:767px){
  .sports-page-wrap .ps-intro{
    padding-top:44px;
  }

  .sports-page-wrap .ps-intro::before{
    width:260px;
    height:260px;
    left:-150px;
    top:290px;
  }

  .ps-wooden-hero{
    grid-template-columns:1fr;
    gap:30px;
    margin-bottom:48px;
  }

  .ps-wooden-hero-text{
    order:1;
  }

  .ps-wooden-hero-img{
    order:2;
    width:100%;
    aspect-ratio:4 / 3;
    border-radius:22px;
  }

  .ps-wooden-label{
    gap:10px;
    margin-bottom:18px;
    font-size:14px;
    letter-spacing:.07em;
  }

  .ps-wooden-label span{
    width:32px;
  }

  .ps-page .ps-wooden-hero h1{
    margin-bottom:18px;
    font-size:2.3rem;
    line-height:1.35;
    letter-spacing:.04em;
  }

  .ps-page .ps-wooden-hero p{
    margin-bottom:14px;
    font-size:13px;
    line-height:1.85;
  }

  .ps-page .ps-wooden-hero p br{
    display:none;
  }
}