/* ==============================
  Air Playground Page
  エアー遊具ページ 完全版
============================== */

.pop-page-wrap,
.air-page-wrap{
  position:relative;
  overflow:hidden;
  background:var(--base-offwhite,#F5F2EA);
}

.pop-page{
  --white:#fff;
  --card:#f1f1f1;
  --text:#202020;
  --sub:#555;
  --teal:#08beb8;
  --red:#e93535;
  --line:#dcdcdc;
  --gray:#d7d7d7;

  position:relative;
  overflow:visible;
  color:var(--text);
  font-family:"Zen Kaku Gothic New","Noto Sans JP","Yu Gothic",sans-serif;
  padding:60px 20px 0;
}

.pop-page *,
.pop-page *::before,
.pop-page *::after{
  box-sizing:border-box;
}

.pop-page img{
  display:block;
  max-width:100%;
}

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

.breadcrumb_link_text a{
  color:var(--base-gray);
}

/* ===============================
  SVG decoration
  PHPで .pop-page 内に入れても、main直下でも効く指定
=============================== */

.air-page-wrap .ps_object1,
.air-page-wrap .ps_object2,
.air-page-wrap .ps_object3,
.air-page-wrap .ps_object4,
.pop-page .ps_object1,
.pop-page .ps_object2,
.pop-page .ps_object3,
.pop-page .ps_object4{
  position:absolute;
  display:block;
  height:auto;
  max-width:none;
  object-fit:contain;
  pointer-events:none;
  z-index:0;
  opacity:0;
  animation:matSvgPoyonUp 1.8s cubic-bezier(.19,1,.22,1) forwards;
  will-change:transform,opacity;
}

.air-page-wrap .ps_object1,
.pop-page .ps_object1{
  width:30%;
  top:0;
  left:-4vw;
  animation-delay:.2s;
}

.air-page-wrap .ps_object2,
.pop-page .ps_object2{
  width:10vw;
  top:10%;
  right:1vw;
  animation-delay:.45s;
}

.air-page-wrap .ps_object3,
.pop-page .ps_object3{
  width:20vw;
  top:0;
  right:-3vw;
  animation-delay:.7s;
}

.air-page-wrap .ps_object4,
.pop-page .ps_object4{
  width:20vw;
  right:-2vw;
  bottom:0;
  animation-delay:.95s;
}

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

/* コンテンツをSVGより前に出す */
.pop-hero,
.block-secret-section,
.cart-layout,
.pop-cta{
  position:relative;
  z-index:2;
}

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

.pop-hero,
.cart-layout,
.pop-cta{
  width:min(1180px,100%);
  margin-inline:auto;
}

.pop-hero{
  padding:56px 0 44px;
  text-align:center;
}

.pop-hero-en{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin:0 0 16px;
  color:var(--teal);
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.pop-hero-en span{
  display:block;
  width:86px;
  height:3px;
  background:var(--teal);
  border-radius:999px;
}

.pop-hero h1{
  margin:0 0 18px;
  color:#111;
  font-size:clamp(36px,4.4vw,58px);
  line-height:1.25;
  font-weight:900;
  letter-spacing:.06em;
}

.pop-hero-text > p:last-child{
  max-width:820px;
  margin:0 auto;
  color:#444;
  font-size:15px;
  line-height:2;
  font-weight:800;
}

/* ==============================
  SECRET / FEATURE AREA
============================== */

.block-secret-section{
  padding:80px 20px 70px;
  overflow:visible;
}

.block-secret-inner{
  max-width:1120px;
  margin:0 auto;
  text-align:center;
}

.block-secret-en{
  margin:0 0 8px;
  color:#08BEB8;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.block-secret-title{
  margin:0 0 34px;
  font-size:38px;
  line-height:1.4;
  font-weight:900;
  color:#222;
}

.block-secret-title span{
  color:#FF4F66;
}

.block-secret-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-bottom:38px;
}

.block-secret-points article{
  position:relative;
  background:#fff;
  border-radius:20px;
  padding:24px 16px 26px;
  box-shadow:0 12px 30px rgba(70,50,20,.1);
  min-width:0;
}

.block-secret-points b{
  position:absolute;
  top:-18px;
  left:20px;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  background:#08BEB8;
  color:#fff;
  border-radius:16px 16px 20px 16px;
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.block-secret-points article:nth-child(2) b{
  background:#FF8A00;
}

.block-secret-points article:nth-child(3) b{
  background:#21B88B;
}

.block-secret-points p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.6;
  font-weight:900;
}

.block-secret-points h3{
  margin:0;
  font-size:28px;
  line-height:1.35;
  font-weight:900;
}

.block-secret-copy{
  margin:0 0 30px;
  font-size:18px;
  line-height:1.8;
  font-weight:900;
}

.block-secret-copy strong{
  color:#08BEB8;
  font-size:32px;
}

.block-secret-custom{
  background:#fffdf8;
  border-radius:28px;
  padding:26px 28px 30px;
  box-shadow:0 14px 34px rgba(70,50,20,.1);
}

.block-secret-custom > h3{
  margin:0 0 22px;
  color:#08BEB8;
  font-size:26px;
  line-height:1.45;
  font-weight:900;
}

.block-custom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.block-custom-grid > div{
  display:block;
  min-width:0;
  padding:22px 20px;
  background:#fff;
  border-radius:20px;
  text-align:center;
  box-shadow:0 8px 22px rgba(70,50,20,.06);
}

.block-custom-grid h4{
  margin:0 0 12px;
  color:#FF4F66;
  text-align:center;
  font-size:18px;
  line-height:1.5;
  font-weight:900;
}

.block-custom-grid > div:nth-child(2) h4{
  color:#FF4F66;
}

.block-custom-grid p{
  max-width:430px;
  margin:0 auto;
  font-size:1.5rem;
  text-align: left;
  line-height:1.9;
  font-weight:800;
}

/* ==============================
  CATEGORY / CART
============================== */

.cart-layout{
  padding-bottom:90px;
}

.cart-category{
  margin-bottom:58px;
}

.cart-heading{
  margin:0 0 34px;
  text-align:center;
}

.cart-heading p{
  margin:0 0 10px;
  color:var(--teal);
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.06em;
}

.cart-heading h2{
  margin:0;
  color:#202020;
  font-size:clamp(30px,4vw,48px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:.04em;
}

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

.cart-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:var(--card);
  border-radius:20px;
  padding:16px;
  overflow:hidden;
}

.cart-card-head{
  display:block;
  min-height:78px;
  margin-bottom:14px;
}

.cart-card-head h3{
  margin:0;
  color:#111;
  font-size:17px;
  line-height:1.45;
  font-weight:900;
  letter-spacing:.02em;
}

.cart-card-head .cart-material{
  margin:0 0 5px;
}

.cart-img{
  display:grid;
  place-items:center;
  width:100%;
  margin-bottom:16px;
  background:#fff;
  overflow:hidden;
  border-radius:0;
}
/* =========================
   商品画像サイズ調整
========================= */

.cart-img{
    display:flex;
    align-items:center;
    justify-content:center;

    aspect-ratio:1.33/1;
    padding:24px;
    background:#fff;
}

.cart-img img{
    width:78%;      /* ←100%→78% */
    height:78%;
    object-fit:contain;
    transition:.3s;
}
.cart-img img{
  object-fit:contain;
  object-position:center;
}

.cart-info{
  display:flex;
  flex-direction:column;
  margin-top:auto;
}

.cart-material{
  margin:0 0 12px;
  color:#222;
  font-size:13px;
  line-height:1.65;
  font-weight:800;
}

.cart-spec{
  margin:0 0 12px;
  padding:12px 10px;
  background:var(--gray);
  border-radius:6px;
  color:#111;
  font-size:13px;
  line-height:1.55;
  font-weight:900;
}

.cart-price{
  margin:0 0 10px;
  padding:12px 10px;
  background:#fff;
  border:1px solid var(--line);
  color:#111;
  text-align:center;
  font-size:15px;
  line-height:1.5;
  font-weight:900;
}

.cart-note{
  margin:0 0 12px;
  color:var(--red);
  font-size:13px;
  line-height:1.7;
  font-weight:900;
}

/* ==========================
  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;
}

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

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

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

@media(max-width:1024px){
  .pop-page{
    padding:48px 18px 0;
  }

.pop-page .ps_object1{
  width:30%;
  top:0;
  left:-4vw;
  animation-delay:.2s;
}

.air-page-wrap .ps_object2,
.pop-page .ps_object2{
  width:10vw;
  top:10%;
  right:1vw;
  animation-delay:.45s;
}

.air-page-wrap .ps_object3,
.pop-page .ps_object3{
  width:20vw;
  top:0;
  right:-3vw;
  animation-delay:.7s;
}

.air-page-wrap .ps_object4,
.pop-page .ps_object4{
  width:20vw;
  right:-2vw;
  bottom:0;
  animation-delay:.95s;
}
  .block-secret-section{
    padding:70px 18px 64px;
  }

  .block-secret-title{
    font-size:clamp(30px,4.2vw,38px);
  }

  .block-secret-points{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }

  .block-secret-points article{
    padding:24px 12px 22px;
  }

  .block-secret-points h3{
    font-size:22px;
  }

  .block-secret-points p{
    font-size:13px;
  }

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

@media(max-width:767px){
  .pop-page{
    padding:34px 12px 0;
  }
.pop-page .ps_object1{
  width:30%;
  top:0;
  left:-4vw;
  animation-delay:.2s;
}

.air-page-wrap .ps_object2,
.pop-page .ps_object2{
  width:10vw;
  top:10%;
  right:1vw;
  animation-delay:.45s;
}

.air-page-wrap .ps_object3,
.pop-page .ps_object3{
  width:20vw;
  top:0;
  right:-3vw;
  animation-delay:.7s;
}

.air-page-wrap .ps_object4,
.pop-page .ps_object4{
  width:20vw;
  right:-2vw;
  bottom:0;
  animation-delay:.95s;
}

  .pop-hero{
    padding:44px 0 34px;
  }

  .pop-hero-en{
    gap:12px;
    font-size:15px;
  }

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

  .pop-hero h1{
    font-size:30px;
  }

  .pop-hero-text > p:last-child{
    max-width:100%;
    text-align:left;
    font-size:13px;
    line-height:1.9;
  }

  .block-secret-section{
    padding:54px 8px 56px;
  }

  .block-secret-title{
    margin-bottom:30px;
    font-size:24px;
    line-height:1.45;
  }

  .block-secret-points{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    margin-bottom:30px;
  }

  .block-secret-points article{
    border-radius:16px;
    padding:26px 6px 14px;
  }

  .block-secret-points b{
    top:-15px;
    left:50%;
    transform:translateX(-50%);
    width:40px;
    height:40px;
    border-radius:13px 13px 16px 13px;
    font-size:14px;
  }

  .block-secret-points p{
    margin-bottom:8px;
    font-size:10px;
    line-height:1.55;
  }

  .block-secret-points h3{
    font-size:14px;
    line-height:1.45;
    letter-spacing:0;
  }

  .block-secret-copy{
    font-size:14px;
  }

  .block-secret-copy strong{
    font-size:21px;
  }

  .block-secret-custom{
    padding:22px 14px;
    border-radius:22px;
  }

  .block-secret-custom > h3{
    font-size:20px;
  }

  .block-custom-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .block-custom-grid > div{
    padding:18px 14px;
  }

  .block-custom-grid p{
    max-width:100%;
    font-size:13px;
    line-height:1.9;
  }

  .cart-layout{
    padding-bottom:70px;
  }

  .cart-category{
    margin-bottom:48px;
    padding:0 18px;
  }

  .cart-heading{
    margin-bottom:24px;
  }

  .cart-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .cart-card{
    width:calc(100% - 20px);
    max-width:420px;
    margin:0 auto;
    padding:18px;
    border-radius:22px;
  }

  .cart-card-head{
    min-height:auto;
  }

  .cart-card-head h3{
    font-size:16px;
  }

  .cart-img{
    aspect-ratio:1.15/1;
    margin-bottom:18px;
  }

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

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

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

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

@media(max-width:390px){
  .block-secret-section{
    padding-inline:4px;
  }

  .block-secret-points{
    gap:6px;
  }

  .block-secret-points article{
    padding:25px 4px 12px;
  }

  .block-secret-points p{
    font-size:9px;
  }

  .block-secret-points h3{
    font-size:13px;
  }

  .cart-category{
    padding:0 14px;
  }

  .cart-card{
    width:calc(100% - 24px);
  }
}
/* ==========================
   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;
    color: #08beb8;
    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;
}


/* =========================================================
   AIR FIRST VIEW ONLY
   wooden参考：文章と画像を横並び
   ※ファーストビュー以外には影響しません
========================================================= */

.air-page .pop-hero.air-fv{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) !important;
  gap:58px !important;
  align-items:center !important;
  width:min(1120px,100%) !important;
  margin:0 auto !important;
  padding:56px 0 44px !important;
  text-align:left !important;
}

.air-page .air-fv-text{
  min-width:0;
}

.air-page .pop-hero.air-fv .pop-hero-en{
  justify-content:flex-start !important;
}

.air-page .pop-hero.air-fv .pop-hero-text > p:last-child{
  max-width:none !important;
  margin:0 !important;
  text-align:left !important;
}

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

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

/* iPadも横並びを維持 */
@media(max-width:1024px) and (min-width:768px){
  .air-page .pop-hero.air-fv{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    gap:32px !important;
    width:min(94%,1120px) !important;
    padding:48px 0 40px !important;
  }

  .air-page .pop-hero.air-fv .pop-hero-en{
    gap:14px;
  }

  .air-page .pop-hero.air-fv .pop-hero-en span{
    width:48px;
  }

  .air-page .pop-hero.air-fv h1{
    font-size:clamp(30px,3.5vw,42px);
  }

  .air-page .pop-hero.air-fv .pop-hero-text > p:last-child{
    font-size:13px;
    line-height:1.9;
  }
}

/* スマホのみ縦並び */
@media(max-width:767px){
  .air-page .pop-hero.air-fv{
    grid-template-columns:1fr !important;
    gap:28px !important;
    width:100% !important;
    padding:44px 0 34px !important;
    text-align:center !important;
  }

  .air-page .pop-hero.air-fv .pop-hero-en{
    justify-content:center !important;
  }

  .air-page .pop-hero.air-fv .pop-hero-text > p:last-child{
    max-width:100% !important;
    margin:0 auto !important;
    text-align:left !important;
  }

  .air-page .air-fv-image{
    width:100%;
    margin:0 auto;
    border-radius:22px;
  }
}


/* =========================================================
   AIR FIRST VIEW IMAGE - FORCE DISPLAY
   ファーストビュー画像専用
   ========================================================= */

.air-page .air-fv-image.air-fv-image-top {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 320px !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  background: #fff !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 38px rgba(70,50,20,.12) !important;
}

.air-page .air-fv-image.air-fv-image-top .air-fv-image-top-img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media(max-width:1024px) and (min-width:768px){
  .air-page .air-fv-image.air-fv-image-top {
    min-height: 280px !important;
  }
}

@media(max-width:767px){
  .air-page .air-fv-image.air-fv-image-top {
    min-height: 250px !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 22px !important;
  }
}
