/* =========================================
  Woodgrass Page
  木製遊具・人工芝
========================================= */

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

.woodgrass-page{
  position:relative;
  overflow:hidden;
  background:#f6f1e8;
  color:#2b2823;
  font-family:"Zen Kaku Gothic New",sans-serif;
  padding:88px 20px 110px;
}

.woodgrass-page::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-180px;
  top:180px;
  border-radius:50%;
  background:rgba(194,154,86,.18);
  pointer-events:none;
}

.woodgrass-page::after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-160px;
  bottom:260px;
  border-radius:50%;
  background:rgba(122,166,90,.16);
  pointer-events:none;
}

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

.wg-section{
  margin-top:112px;
}

.wg-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
}

.wg-hero-text{
  position:relative;
}

.wg-label{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 22px;
  color:#9a7b45;
  font-size:15px;
  font-weight:900;
  letter-spacing:.1em;
}

.wg-label span{
  display:block;
  width:44px;
  height:1px;
  background:#9a7b45;
}

.wg-hero h1,
.wg-section h2{
  margin:0 0 26px;
  color:#2b2823;
  font-size:4rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.06em;
}

.wg-section h2{
  font-size:clamp(27px,3.2vw,42px);
}

.wg-hero p,
.wg-section p{
  margin:0 0 18px;
  color:#3b362f;
  font-size:16px;
  line-height:2;
  font-weight:600;
}

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

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

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

/* CONCEPT */

.wg-concept{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:58px;
  align-items:center;
}

.wg-concept-text{
  position:relative;
}

.wg-check{
  display:grid;
  gap:13px;
  margin:30px 0;
  padding:0;
  list-style:none;
}

.wg-check li{
  position:relative;
  background:#fff;
  border-radius:999px;
  padding:14px 24px 14px 46px;
  color:#2b2823;
  font-size:15px;
  line-height:1.6;
  font-weight:900;
  box-shadow:0 8px 20px rgba(70,50,20,.07);
}

.wg-check li::before{
  content:"✓";
  position:absolute;
  left:22px;
  top:50%;
  transform:translateY(-50%);
  color:#7aa65a;
  font-weight:900;
}

.wg-stair-imgs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:end;
}

.wg-img-large{
  aspect-ratio:4 / 5;
}

.wg-img-small{
  aspect-ratio:4 / 3;
  transform:translateY(34px);
}

/* CENTER SECTION */

.wg-center{
  text-align:center;
}

.wg-sub,
.wg-green-text{
  color:#7aa65a !important;
  font-weight:900 !important;
}

.wg-desc{
  width:min(850px,100%);
  margin-inline:auto !important;
}

.wg-point-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:44px;
}

.wg-point-card{
  min-height:152px;
  display:grid;
  place-items:center;
  padding:26px 20px;
  border-radius:26px;
  color:#fff;
  box-shadow:0 14px 30px rgba(70,50,20,.13);
}

.wg-point-card h3{
  margin:0;
  color:#fff;
  font-size:20px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.04em;
}

.wg-point-card.yellow{
  background:#d7a943;
}

.wg-point-card.green{
  background:#8aa96c;
}

.wg-point-card.orange{
  background:#d9894b;
}

.wg-point-card.purple{
  background:#8b7aa8;
}

.wg-catch{
  margin-top:42px !important;
  color:#7b5d32 !important;
  font-size:20px !important;
  line-height:1.8 !important;
  font-weight:900 !important;
}

/* MATERIAL */

.wg-material-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:34px;
  margin-top:44px;
}

.wg-material-card{
  background:#fff;
  border-radius:30px;
  padding:24px 24px 28px;
  text-align:left;
  box-shadow:0 16px 36px rgba(70,50,20,.1);
}

.wg-material-card .wg-img{
  aspect-ratio:4 / 3;
  margin-bottom:24px;
  border-radius:22px;
  box-shadow:none;
}

.wg-material-card span{
  display:block;
  margin-bottom:12px;
  color:#7b5d32;
  font-size:24px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.04em;
}

.wg-material-card p{
  margin:0;
}

/* PLACE */

.wg-place-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
  margin-top:46px;
}

.wg-place-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border-radius:26px;
  padding:14px 14px 20px;
  box-shadow:0 12px 28px rgba(70,50,20,.09);
  transition:.25s ease;
}

.wg-place-card:hover{
  transform:translateY(-5px);
}

.wg-place-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:6px;
}

.wg-place-card.yellow::before{
  background:#d7a943;
}

.wg-place-card.green::before{
  background:#8aa96c;
}

.wg-place-card.purple::before{
  background:#8b7aa8;
}

.wg-place-card.orange::before{
  background:#d9894b;
}

.wg-place-card.blue::before{
  background:#6d9db8;
}

.wg-place-img{
  overflow:hidden;
  aspect-ratio:4 / 3;
  margin-bottom:15px;
  border-radius:20px;
  background:#f3eee4;
}

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

.wg-place-card p{
  margin:0;
  color:#2b2823;
  font-size:15px;
  line-height:1.6;
  font-weight:900;
}

/* RECOMMEND */

.wg-recommend{
  width:min(900px,100%);
  margin-inline:auto;
}

.wg-recommend ul{
  display:grid;
  gap:14px;
  width:min(720px,100%);
  margin:38px auto;
  padding:0;
  list-style:none;
}

.wg-recommend li{
  position:relative;
  background:#fff;
  border-radius:999px;
  padding:16px 28px 16px 52px;
  text-align:left;
  color:#2b2823;
  font-size:16px;
  line-height:1.7;
  font-weight:900;
  box-shadow:0 8px 20px rgba(70,50,20,.07);
}

.wg-recommend li::before{
  content:"";
  position:absolute;
  left:25px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#8aa96c;
}

/* CONTACT */

.wg-contact{
  background:#fff;
  border-radius:36px;
  padding:66px 32px;
  box-shadow:0 18px 38px rgba(70,50,20,.1);
}

.wg-contact p:last-child{
  margin-bottom:0;
}

/* =========================================
  Responsive
========================================= */

@media(max-width:1024px){

  .woodgrass-page{
    padding:72px 20px 90px;
  }

  .wg-section{
    margin-top:92px;
  }

  .wg-hero,
  .wg-concept{
    grid-template-columns:1fr;
    gap:42px;
  }

  .wg-hero-img{
    max-width:760px;
    margin:0 auto;
  }

  .wg-img-small{
    transform:none;
  }

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

  .wg-place-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:640px){

  .woodgrass-page{
    padding:56px 16px 72px;
  }

  .wg-section{
    margin-top:72px;
  }

  .wg-hero h1,
.wg-section h2{
  margin:0 0 26px;
  color:#2b2823;
  font-size:3rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.06em;
}


  .wg-label{
    justify-content:center;
    font-size:13px;
  }

  .wg-label span{
    width:30px;
  }

  .wg-hero h1,
  .wg-section h2{
    text-align:center;
    letter-spacing:.03em;
    font-size: 2rem;
  }

  .wg-hero p,
  .wg-section p{
    font-size:15px;
    line-height:1.9;
  }

  .wg-center{
    text-align:left;
  }

  .wg-center h2,
  .wg-center .wg-sub,
  .wg-center .wg-green-text{
    text-align:center;
  }

  .wg-stair-imgs,
  .wg-material-grid,
  .wg-point-grid,
  .wg-place-grid{
    grid-template-columns:1fr;
  }

  .wg-img,
  .wg-material-card,
  .wg-place-card{
    border-radius:22px;
  }

  .wg-point-card{
    min-height:130px;
  }

  .wg-point-card h3{
    font-size:18px;
  }

  .wg-material-card{
    padding:20px;
  }

  .wg-material-card span{
    font-size:21px;
  }

  .wg-place-card{
    padding:14px 14px 18px;
  }

  .wg-recommend li{
    border-radius:18px;
    padding:15px 20px 15px 44px;
  }

  .wg-recommend li::before{
    left:22px;
  }

  .wg-contact{
    padding:42px 20px;
    border-radius:26px;
  }

  .wg-catch{
    font-size:17px !important;
    text-align:center;
  }
}
/* ===============================
  Counter page SVG 下からポワン
=============================== */

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

.ur-page-wrap .ps_object1{ animation-delay:.2s; }
.ur-page-wrap .ps_object2{ animation-delay:.45s; }
.ur-page-wrap .ps_object3{ animation-delay:.7s; }
.ur-page-wrap .ps_object4{ animation-delay:.95s; }

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

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

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

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