/* =========================================
  Urethane Page Clean CSS
  デザインはそのまま / レイアウト・レスポンシブ調整版
========================================= */

.urethane-page-wrap{
  background:#f5f0e6;
}

.urethane-page{
  position:relative;
  overflow:hidden;
  color:#202020;
  font-family:"Zen Kaku Gothic New",sans-serif;
  padding:90px 20px 0;
  font-weight:700;
}

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

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

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

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

/* =========================================
  TOP
========================================= */

.top-area{
  width:100%;
  margin:0 auto 52px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:46px;
  align-items:center;
}

.top-text{
  min-width:0;
}

.urethane-hero-title{
  position:relative;
  z-index:3;
  text-align:left;
  margin:0 0 26px;
}

.urethane-en{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  margin:0 0 18px;
  font-size:2rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.12em;
}

.urethane-en span{
  display:block;
  width:86px;
  height:2px;
  background:black;
  border-radius:999px;
}

.urethane-hero-title h1{
  margin:0 0 18px;
  color:#242424;
  font-size:4rem;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.08em;
}

.urethane-lead{
  max-width:none;
  margin:0;
  color:#555;
  text-align:left;
  font-size:16px;
  line-height:1.9;
  font-weight:900;
  letter-spacing:.04em;
}

.urethane-lead strong{
  color:#01C8BD;
}

.top-text > p{
  margin:0 0 22px;
  font-size:15px;
  line-height:1.9;
  font-weight:700;
}

.tag-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:9px;
  margin-bottom:22px;
}

.tag-list span{
  background:#fff;
  border-radius:8px;
  padding:8px 13px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 6px 14px rgba(0,0,0,.05);
}

.note{
  color:#01C8BD;
  font-weight:900;
}

/* 右側6枚カード */
.parts-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  width:100%;
}

.part-card{
  background:#fff;
  border-radius:18px;
  padding:12px;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  aspect-ratio:1 / 1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.part-card img{
  width:72%;
  aspect-ratio:1 / 1;
  object-fit:contain;
  margin:0 auto;
}

.part-card p{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.35;
  font-weight:900;
}

/* メイン5枚画像 */
.photo-row{
  width:min(1180px,calc(100vw - 40px));
  margin:40px calc(50% - min(590px,50vw - 20px)) 74px;
  display:flex;
  gap:14px;
}

.photo-row img{
  width:calc((100% - 56px)/5);
  aspect-ratio:1.2 / 1;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

/* =========================================
  REQUEST
========================================= */

.urethane-request{
  position:relative;
  overflow:hidden;
  padding:80px 20px 90px;
  font-family:"Zen Kaku Gothic New",sans-serif;
}

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

.ur-title{
  margin:0 0 50px;
  text-align:center;
  color:#1f1f1f;
  font-size:clamp(24px,3vw,32px);
  line-height:1.5;
  font-weight:900;
  letter-spacing:.04em;
}

.ur-title span{
  color:#10aaa4;
}

.ur-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:68px;
}

.ur-card p{
  margin:0 0 8px;
  color:#111;
  font-size:14px;
  line-height:1.4;
  font-weight:800;
}

.ur-card h3{
  margin:0 0 16px;
  color:#111;
  font-size:1.45rem;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.03em;
  text-align:left;
}

.ur-card h3 span{
  font-size:1.12em;
}

.ur-teal h3 span{
  color:#10aaa4;
}

.ur-orange h3 span{
  color:#f0643b;
}

.ur-card img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:12px;
}

.ur-message{
  margin-bottom:46px;
  text-align:center;
  color:#111;
  font-size:clamp(20px,2.5vw,28px);
  line-height:1.7;
  font-weight:900;
}

.ur-message p{
  margin:0;
}

.ur-message span{
  color:#10aaa4;
}

.ur-message em{
  color:#f0643b;
  font-style:normal;
}

.ur-buttons{
  display:flex;
  justify-content:center;
  gap:38px;
  flex-wrap:wrap;
}

.ur-btn{
  width:min(360px,100%);
  min-height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  border-radius:10px;
  color:#fff;
  font-size:28px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 0 rgba(0,0,0,.12);
}

.ur-mail{
  background:#12aaa2;
}

.ur-tel{
  background:#ef6844;
}

.ur-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:inherit;
  font-size:28px;
}

.ur-mail .ur-icon{
  color:#12aaa2;
}

.ur-tel .ur-icon{
  color:#ef6844;
}

.ur-tel small{
  display:block;
  margin-top:6px;
  font-size:13px;
  line-height:1.4;
  font-weight:700;
}

/* =========================================
  CASE
========================================= */

.os-case{
  padding:0 0 96px;
}

.os-case-head{
  margin-bottom:44px;
}

.os-en{
  margin:0 0 12px;
  text-align:center;
  color:#01C8BD;
  font-size:18px;
  font-weight:900;
  line-height:1;
  letter-spacing:.08em;
}

.os-title{
  margin:0;
  text-align:center;
  color:#222;
  font-size:clamp(34px,4vw,46px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:.06em;
}

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

.case-list-section{
  padding:0;
  background:transparent;
}

.case-list{
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.case-item{
  background:#fff;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 32px rgba(96,70,32,.08);
}

.case-item a{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:center;
  color:inherit;
  text-decoration:none;
}

.case-img{
  width:100%;
  aspect-ratio:1.35 / 1;
  border-radius:12px;
  overflow:hidden;
  background:#f7f4ec;
}

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

.case-content{
  color:#222;
}

.case-category{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  margin:0 0 16px;
  padding:7px 16px;
  border:3px solid #222;
  border-radius:999px;
  background:#fff;
  color:#222;
  font-size:15px;
  line-height:1;
  font-weight:900;
}

.case-content h3{
  position:relative;
  margin:0 0 16px;
  padding-left:18px;
  padding-bottom:16px;
  border-bottom:2px dashed #222;
  color:#222;
  font-size:17px;
  line-height:1.55;
  font-weight:900;
  letter-spacing:.03em;
  text-align:left;
}

.case-content h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:6px;
  height:18px;
  border-radius:999px;
  background:#f4c800;
}

.case-type{
  margin:0 0 12px;
  color:#222;
  font-size:14px;
  font-weight:900;
}

.case-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.case-tags span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 13px;
  border-radius:5px;
  background:#999;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:900;
}

.case-btn-wrap{
  margin-top:56px;
  display:flex;
  justify-content:center;
}

.case-btn{
  width:360px;
  max-width:90%;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  background:#fff;
  border:3px solid #2d2d2d;
  border-radius:999px;
  color:#2d2d2d;
  text-decoration:none;
  font-size:20px;
  font-weight:900;
  transition:.3s;
}

.case-btn span{
  line-height:1;
}

.case-btn i{
  width:3px;
  height:36px;
  background:#2d2d2d;
  position:relative;
}

.case-btn i::after{
  content:"→";
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#2d2d2d;
  font-size:24px;
  font-style:normal;
  font-weight:400;
  line-height:1;
}

.case-btn:hover{
  background:#2d2d2d;
  color:#fff;
}

.case-btn:hover i,
.case-btn:hover i::after{
  background:#fff;
  color:#fff;
}

/* =========================================
  SVG OBJECT
========================================= */

.urethane-page-wrap .ps_object1,
.urethane-page-wrap .ps_object2,
.urethane-page-wrap .ps_object3,
.urethane-page-wrap .ps_object4{
  position:absolute;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  opacity:0;
  animation:urethaneSvgPoyon 2s cubic-bezier(.19,1,.22,1) forwards;
  will-change:transform,opacity;
}

.urethane-page-wrap .ps_object1{
  width:20%;
  top:150%;
  left:0;
  animation-delay:.15s;
}

.urethane-page-wrap .ps_object2{
  width:20%;
  top:100%;
  right:0;
  animation-delay:.4s;
}

.urethane-page-wrap .ps_object3{
  width:30%;
  top:0;
  right:0;
  animation-delay:.65s;
}

.urethane-page-wrap .ps_object4{
  width:20%;
  top:0;
  left:0;
  animation-delay:.9s;
}

@keyframes urethaneSvgPoyon{
  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);
  }
}

/* =========================================
  iPad / Tablet
  768px〜1024pxはトップ横並びのまま、はみ出し防止
========================================= */

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

  .urethane-page{
    padding:78px 18px 0;
  }

  .urethane-inner,
  .ur-inner{
    width:100%;
    max-width:94vw;
    margin:0 auto;
  }

  .top-area{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,43%) minmax(0,57%);
    gap:22px;
    align-items:center;
    margin:0 auto 48px;
    overflow:visible;
  }

  .top-text{
    min-width:0;
  }

  .urethane-hero-title{
    margin:0 0 20px;
  }

  .urethane-en{
    gap:12px;
    font-size:18px;
    margin-bottom:14px;
  }

  .urethane-en span{
    width:46px;
    height:3px;
    flex-shrink:0;
  }

  .urethane-hero-title h1{
    font-size:34px;
    line-height:1.3;
    margin-bottom:14px;
  }

  .urethane-lead{
    font-size:13px;
    line-height:1.8;
    letter-spacing:.02em;
  }

  .top-text > p{
    font-size:13px;
    line-height:1.8;
    margin-bottom:18px;
  }

  .tag-list{
    gap:7px;
    margin-bottom:18px;
  }

  .tag-list span{
    padding:6px 9px;
    font-size:11px;
    border-radius:7px;
  }

  .parts-grid{
    width:100%;
    min-width:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }

  .part-card{
    min-width:0;
    aspect-ratio:1 / 1;
    padding:9px;
    border-radius:15px;
  }

  .part-card img{
    width:62%;
    max-height:62%;
  }

  .part-card p{
    font-size:11px;
    line-height:1.3;
    margin-top:6px;
  }

  /* 5枚画像は横並びのまま画面幅に近く */
  .photo-row{
    width:calc(100vw - 36px);
    margin:36px calc(50% - 50vw + 18px) 64px;
    display:flex;
    flex-wrap:nowrap;
    gap:10px;
  }

  .photo-row img{
    width:calc((100% - 40px)/5);
    min-width:0;
    border-radius:16px;
  }

  .ur-card-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
  }

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

  .case-item a{
    grid-template-columns:1fr 1fr;
  }

.urethane-page-wrap .ps_object1{
  width:20%;
  top:150%;
  left:0;
  animation-delay:.15s;
}

.urethane-page-wrap .ps_object2{
  width:20%;
  top:100%;
  right:0;
  animation-delay:.4s;
}

.urethane-page-wrap .ps_object3{
  width:30%;
  top:0;
  right:0;
  animation-delay:.65s;
}

.urethane-page-wrap .ps_object4{
  width:20%;
  top:0;
  left:0;
  animation-delay:.9s;
}
}

/* =========================================
  Mobile
========================================= */

@media(max-width:767px){

  .urethane-page{
    padding:60px 16px 0;
  }

  .urethane-inner,
  .ur-inner{
    width:100%;
  }

  .top-area{
    grid-template-columns:1fr;
    gap:24px;
    margin-bottom:38px;
  }

  .urethane-hero-title{
    text-align:left;
    margin-bottom:22px;
  }

  .urethane-en{
    justify-content:flex-start;
    gap:10px;
    font-size:16px;
    margin-bottom:14px;
  }

  .urethane-en span{
    width:36px;
    height:3px;
  }

  .urethane-hero-title h1{
    font-size:30px;
    line-height:1.35;
    margin-bottom:14px;
  }

  .urethane-lead{
    text-align:left;
    font-size:13px;
    line-height:1.85;
  }

  .top-text > p{
    font-size:13px;
    line-height:1.85;
    margin-bottom:18px;
  }

  .tag-list{
    justify-content:flex-start;
    gap:7px;
    margin-bottom:18px;
  }

  .tag-list span{
    padding:7px 9px;
    font-size:11px;
    border-radius:7px;
  }

  .parts-grid{
    width:88%;
    max-width:320px;
    margin:0 auto;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .part-card{
    aspect-ratio:1 / 1;
    padding:9px;
    border-radius:15px;
  }

  .part-card img{
    width:62%;
  }

  .part-card p{
    margin-top:6px;
    font-size:11px;
    line-height:1.35;
  }

  /* 5枚画像は横並びのまま、画面幅いっぱい寄り */
  .photo-row{
    width:calc(100vw - 20px);
    margin:30px calc(50% - 50vw + 10px) 54px;
    display:flex;
    flex-wrap:nowrap;
    gap:6px;
  }

  .photo-row img{
    width:calc((100% - 24px)/5);
    aspect-ratio:1 / 1;
    border-radius:10px;
  }

  .urethane-request{
    padding:54px 16px 70px;
  }

  .ur-title{
    margin-bottom:34px;
    text-align:left;
    font-size:22px;
  }

  /* ご要望カード：スマホ2列 */
  .ur-card-grid{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:44px;
  }

  .ur-card p{
    font-size:11px;
    margin-bottom:5px;
  }

  .ur-card h3{
    font-size:1rem;
    line-height:1.35;
    margin-bottom:10px;
  }

  .ur-card img{
    border-radius:10px;
    aspect-ratio:1 / 1;
  }

  .ur-message{
    text-align:left;
    font-size:19px;
  }

  .ur-buttons{
    gap:18px;
  }

  .ur-btn{
    width:100%;
    min-height:74px;
    font-size:22px;
  }

  .ur-icon{
    width:44px;
    height:44px;
    font-size:24px;
  }

  .ur-tel small{
    font-size:11px;
  }

  .os-case{
    padding-bottom:76px;
  }

  .os-case-head{
    margin-bottom:30px;
  }

  .os-en{
    font-size:15px;
  }

  .os-title{
    font-size:28px;
    line-height:1.45;
  }

  .os-inner{
    width:calc(100% - 24px);
  }

  /* 導入事例：スマホ2列 */
  .case-list{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .case-item{
    padding:10px;
    border-radius:16px;
  }

  .case-item a{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .case-img{
    aspect-ratio:1 / 1;
    border-radius:10px;
  }

  .case-category{
    min-width:auto;
    width:fit-content;
    margin-bottom:8px;
    padding:5px 9px;
    border-width:2px;
    font-size:11px;
  }

  .case-content h3{
    margin-bottom:10px;
    padding-left:12px;
    padding-bottom:10px;
    font-size:12px;
    line-height:1.45;
    border-bottom-width:2px;
  }

  .case-content h3::before{
    width:4px;
    height:14px;
  }

  .case-type{
    margin-bottom:8px;
    font-size:11px;
  }

  .case-tags{
    gap:5px;
  }

  .case-tags span{
    min-height:22px;
    padding:4px 7px;
    font-size:10px;
  }

  .case-btn-wrap{
    margin-top:40px;
  }

  .case-btn{
    width:280px;
    height:56px;
    gap:16px;
    font-size:16px;
  }

  .case-btn i{
    height:28px;
    width:2px;
  }

  .case-btn i::after{
    left:8px;
    font-size:18px;
  }

.urethane-page-wrap .ps_object1{
  width:20%;
  top:150%;
  left:0;
  animation-delay:.15s;
}

.urethane-page-wrap .ps_object2{
  width:30%;
  top:100%;
  right:0;
  animation-delay:.4s;
}

.urethane-page-wrap .ps_object3{
  width:40%;
  top:0;
  right:0;
  animation-delay:.65s;
}

.urethane-page-wrap .ps_object4{
  width:40%;
  top:0;
  left:0;
  animation-delay:.9s;
}
}

@media(max-width:374px){

  .parts-grid{
    width:94%;
  }

  .part-card p{
    font-size:10px;
  }

  .ur-card-grid,
  .case-list{
    gap:10px;
  }

  .ur-card h3{
    font-size:.9rem;
  }

  .case-content h3{
    font-size:11px;
  }
}
/* ==========================
   ALL ITEM 見出し
========================== */

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

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

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