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

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

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

/* ===============================
  HERO
=============================== */

.hekimen-page-wrap .hero{
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  margin:0;
  padding:64px 0 58px;
  text-align:center;
  overflow:visible;
}

.hekimen-page-wrap .hero-inner{
  position:relative;
  z-index:3;
  width:min(1180px,100%);
  margin-inline:auto;
  padding-inline:18px;
}

.hekimen-page-wrap .kicker{
  position:relative;
  z-index:3;
  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{
  position:relative;
  z-index:3;
  margin:0;
  font-size:clamp(30px,4vw,42px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:.05em;
}

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

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

/* ===============================
  SVG decoration
  opacityは触らず原色のまま
=============================== */

.hekimen-page-wrap .ps_object1,
.hekimen-page-wrap .ps_object2,
.hekimen-page-wrap .ps_object3{
  position:absolute;
  z-index:1;
  height:auto;
  max-width:none;
  object-fit:contain;
  pointer-events:none;
  opacity:1;
}

.hekimen-page-wrap .ps_object1{
  width:28vw;
  top:0;
  left:0;
}

.hekimen-page-wrap .ps_object2{
  width:24vw;
  top:90px;
  right:0;
}

.hekimen-page-wrap .ps_object3{
  width:22vw;
  top:300px;
  right:0;
}

/* ===============================
  Products
=============================== */

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

.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{
  align-items:flex-start;
  gap:12px;
  min-height:30px;
}

.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:5% 0;
  color:#111;
  font-size:17px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.02em;
}

.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;
  transition:opacity .18s ease;
}

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

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

.ww-prev{
  left:12px;
}

.ww-next{
  right:12px;
}

.ww-size{
  min-height:50px;
  background:#d9d9d9;
  border-radius:7px;
  padding:10px 14px;
  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 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;
}

/* ===============================
  Reason section
=============================== */

.pop-reason{
  position:relative;
  overflow:hidden;
  padding:90px 24px 100px;
  background:#f5f2ea;
}

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

.pop-reason-title{
  text-align:center;
  margin-bottom:50px;
}

.pop-reason-title p{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  margin:0 0 16px;
  padding:9px 26px 10px;
  border-radius:999px;
  color:#01C8BD;
  font-size:20px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}

.pop-reason-title h2{
  margin:0 0 16px;
  color:#222;
  font-size:clamp(30px,4vw,48px);
  line-height:1.42;
  font-weight:900;
  letter-spacing:.04em;
}

.pop-reason-title > span{
  display:block;
  color:#5d5750;
  font-size:15px;
  line-height:1.9;
  font-weight:800;
}

.pop-reason-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
}

.pop-reason-card{
  position:relative;
  display:grid;
  grid-template-columns:215px 1fr;
  gap:24px;
  align-items:center;
  min-height:282px;
  padding:28px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 42px rgba(72,55,29,.13);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
}

.pop-reason-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(72,55,29,.16);
}

.pop-reason-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:12px;
}

.pop-reason-card::after{
  content:"";
  position:absolute;
  right:-38px;
  top:-38px;
  width:120px;
  height:120px;
  border-radius:50%;
  opacity:.12;
}

.pop-reason-card.blue::before,
.pop-reason-card.blue::after{background:#0D92DF;}
.pop-reason-card.yellow::before,
.pop-reason-card.yellow::after{background:#F4CC00;}
.pop-reason-card.orange::before,
.pop-reason-card.orange::after{background:#FF7E00;}
.pop-reason-card.red::before,
.pop-reason-card.red::after{background:#EE4848;}
.pop-reason-card.green::before,
.pop-reason-card.green::after{background:#01C8BD;}
.pop-reason-card.purple::before,
.pop-reason-card.purple::after{background:#752DB7;}

.pop-reason-badge{
  position:absolute;
  left:26px;
  top:24px;
  z-index:4;
  min-width:92px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border:3px solid #222;
  border-radius:999px;
  background:#fff;
  color:#222;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
}

.pop-reason-img{
  position:relative;
  width:100%;
  aspect-ratio:4 / 3;
  margin-top:32px;
  border:4px solid #fff;
  border-radius:22px;
  overflow:hidden;
  background:#f8f8f8;
  box-shadow:0 10px 22px rgba(72,55,29,.12);
}

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

.pop-reason-text{
  position:relative;
  z-index:2;
}

.pop-reason-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 12px;
  padding:6px 16px;
  border-radius:999px;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:900;
}

.pop-reason-card.blue .pop-reason-label{background:#0D92DF;}
.pop-reason-card.yellow .pop-reason-label{background:#D7AA00;}
.pop-reason-card.orange .pop-reason-label{background:#FF7E00;}
.pop-reason-card.red .pop-reason-label{background:#EE4848;}
.pop-reason-card.green .pop-reason-label{background:#01AFA7;}
.pop-reason-card.purple .pop-reason-label{background:#752DB7;}

.pop-reason-text h3{
  margin:0 0 14px;
  color:#222;
  font-size:22px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
}

.pop-reason-text p{
  margin:0;
  color:#4d4740;
  font-size:14px;
  line-height:1.9;
  font-weight:700;
}

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

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

  .pop-reason-grid{
    grid-template-columns:1fr;
  }

  .pop-reason-card{
    grid-template-columns:250px 1fr;
  }
}

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

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

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

  .hekimen-page-wrap .ps_object1{
    width:42vw;
  }

  .hekimen-page-wrap .ps_object2{
    width:34vw;
    top:80px;
  }

  .hekimen-page-wrap .ps_object3{
    width:32vw;
    top:300px;
  }

  .ww-products{
    padding:32px 14px 70px;
  }

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

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

  .ww-head h3{
    font-size:1.5rem;
  }

  .ww-img{
    height:230px;
  }

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

  .ww-btn{
    width:190px;
    height:48px;
    font-size:15px;
  }

  .pop-reason{
    padding:68px 16px 84px;
  }

  .pop-reason-title{
    margin-bottom:36px;
  }

  .pop-reason-title p{
    min-width:128px;
    font-size:17px;
  }

  .pop-reason-title h2{
    font-size:2rem;
  }

  .pop-reason-title > span{
    text-align:left;
    font-size:13px;
  }

  .pop-reason-grid{
    gap:24px;
  }

  .pop-reason-card{
    grid-template-columns:1fr;
    gap:18px;
    min-height:auto;
    padding:22px;
    border-radius:24px;
  }

  .pop-reason-img{
    margin-top:34px;
  }

  .pop-reason-text h3{
    font-size:19px;
  }

  .pop-reason-text p{
    font-size:13px;
  }
}
/* ===============================
  SVG ゆっくり下からポワン
=============================== */

.hekimen-page-wrap .hero-wide .ps_object1,
.hekimen-page-wrap .hero-wide .ps_object2,
.hekimen-page-wrap .hero-wide .ps_object3{
  opacity:0;
  animation: svgPoyonUp 1.8s cubic-bezier(.19, 1, .22, 1) forwards;
  will-change: transform, opacity;
}

.hekimen-page-wrap .hero-wide .ps_object1{
  animation-delay:.2s;
}

.hekimen-page-wrap .hero-wide .ps_object2{
  animation-delay:.6s;
}

.hekimen-page-wrap .hero-wide .ps_object3{
  animation-delay:1s;
}

@keyframes svgPoyonUp{

  0%{
    opacity:0;
    transform:translateY(80px) scale(.8);
  }

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

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

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

}
/* ==========================
   Order Button
========================== */

.cart-order-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;

    width:100%;
    max-width:250px;
    height:56px;

    margin:18px auto 0;

    background:#fff;
    border:3px solid #2c2c2c;
    border-radius:999px;

    color:#2c2c2c;
    text-decoration:none;
    overflow:hidden;

    transition:.3s;
}

.cart-order-text{
    flex:1;
    text-align:center;
    font-size:18px;
    font-weight:900;
    letter-spacing:.08em;
}

.cart-order-icon{
    width:52px;
    height:100%;
    border-left:3px solid #2c2c2c;

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

    transition:.3s;
}

.cart-order-icon svg{
    width:20px;
    height:20px;
}

/* Hover */

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

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

/* スマホ */

@media (max-width:767px){

    .cart-order-btn{
        max-width:210px;
        height:50px;
    }

    .cart-order-text{
        font-size:16px;
    }

    .cart-order-icon{
        width:46px;
    }

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

}
/* ==========================
   ALL ITEM 見出し
========================== */

.vaultingbox-products-inner{
    text-align:center;
    margin-bottom: 100px;
}

.vaultingbox-products-en{
    margin:0 0 12px;
    color:var(--main);
    font-size:2rem;
    line-height:1;
    font-weight:900;
    letter-spacing:.08em;

    display:flex;
    justify-content:center;
    align-items:center;
}

.vaultingbox-products-title{
    margin:0 0 60px;
    color:#222;
    font-size:clamp(30px,4vw,48px);
    line-height:1.42;
    font-weight:900;
    letter-spacing:.04em;
}



/* =========================================================
   WALL DESIGN FIRST VIEW ONLY
   左に文字、右に画像
   ※ファーストビュー以外には影響しません
========================================================= */

.hekimen-page-wrap .walldesign-fv{
  padding:64px 0 58px;
  text-align:left;
}

.hekimen-page-wrap .walldesign-fv-inner{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:58px;
  align-items:center;
}

.hekimen-page-wrap .walldesign-fv-text{
  min-width:0;
}

.hekimen-page-wrap .walldesign-fv .kicker{
  justify-content:flex-start;
}

.hekimen-page-wrap .walldesign-fv .lead{
  max-width:none;
  margin:20px 0 0;
}

.hekimen-page-wrap .walldesign-fv-image{
  overflow:hidden;
  aspect-ratio:4 / 3;
  margin:0;
  background:#fff;
  border-radius:30px;
  box-shadow:0 18px 38px rgba(70,50,20,.12);
}

.hekimen-page-wrap .walldesign-fv-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

@media(max-width:1024px){
  .hekimen-page-wrap .walldesign-fv-inner{
    grid-template-columns:1fr;
    gap:42px;
  }

  .hekimen-page-wrap .walldesign-fv{
    text-align:center;
  }

  .hekimen-page-wrap .walldesign-fv .kicker{
    justify-content:center;
  }

  .hekimen-page-wrap .walldesign-fv .lead{
    max-width:820px;
    margin:20px auto 0;
  }

  .hekimen-page-wrap .walldesign-fv-image{
    width:min(760px,100%);
    margin:0 auto;
  }
}

@media(max-width:640px){
  .hekimen-page-wrap .walldesign-fv{
    padding:44px 0 38px;
  }

  .hekimen-page-wrap .walldesign-fv-inner{
    gap:28px;
  }

  .hekimen-page-wrap .walldesign-fv .lead{
    text-align:left;
  }

  .hekimen-page-wrap .walldesign-fv-image{
    border-radius:22px;
  }
}