
html, body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.lp-oem{
  --bg:#fff;
  --muted:#f6f6f7;
  --text:#111;
  --sub:#444;
  --line:rgba(17,17,17,.12);
  --shadow:0 12px 30px rgba(0,0,0,.08);
  --r:16px;
  --r2:22px;
  --container:1120px;
  --lp-header-h:64px;
  --fv-title-top: 80px;
  --fv-title-left: 42%;
  --fv-title-w: min(670px, 80vw);
  --fv-catch1-top: 370px;
  --fv-catch1-left: 60%;
  --fv-catch2-top: 414px;
  --fv-catch2-left: 68%;
  font-family:system-ui,-apple-system,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic","Meiryo",sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  padding-top: var(--lp-header-h);
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .lp-oem { overflow-x: hidden; }
}
.lp-oem *{box-sizing:border-box;}
.lp-oem img{max-width:100%;height:auto;display:block;}
.lp-oem a{color:inherit;text-decoration:none;}

.lp-oem__container{width:min(var(--container),calc(100% - 32px));margin-inline:auto;}
.lp-oem__section{padding:72px 0;}
.lp-oem__section--muted{background:var(--muted);}
.lp-oem__section-head{margin-bottom:24px;}

.lp-oem__h1{font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-0.02em;margin:10px 0 14px;}
.lp-oem__h2{font-size:clamp(22px,2.6vw,32px);margin:0 0 10px;letter-spacing:-0.01em;}
.lp-oem__h3{font-size:18px;margin:0 0 8px;}
.lp-oem__p{margin:0;color:var(--sub);}
.lp-oem__sub{margin:0;color:var(--sub);}

.lp-oem__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;font-size:13px;background:rgba(255,255,255,.8);}
.lp-oem__lead{color:var(--sub);font-size:16px;margin:0 0 18px;}
.lp-oem__br-sp{display:none;}

/* ===== FV (First View) ===== */
.lp-oem .lp-oem__fv{
  position: relative;
  width: 100%;
  min-height: 790px;
  background-image: url("img/fv-bg-pc.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  top: 0px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.lp-oem .lp-oem-fv img,
.lp-oem .lp-oem-fv__bg {
  display: block;    
  width: 100%;
  max-width: none;
}

.lp-oem .lp-oem__fv.is-fullbleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}


.lp-oem .lp-oem-fv__overlay{
  position: absolute;
  inset: 0;
}


.lp-oem .lp-oem-fv__titleImg{
  position: absolute;
  top: var(--fv-title-top);
  left: var(--fv-title-left);
  width: var(--fv-title-w);
  height: auto;
  max-width: 760px;
  pointer-events: none;
  user-select: none;
}


.lp-oem .lp-oem-fv__catch{
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  padding: 6px 15px;
  background: #fff;
  box-shadow: 6px 6px 0 #a89860; 
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.lp-oem .lp-oem-fv__catch--1{
  top: var(--fv-catch1-top);
  left: var(--fv-catch1-left);
}
.lp-oem .lp-oem-fv__catch--2{
  top: var(--fv-catch2-top);
  left: var(--fv-catch2-left);
}
.lp-oem .lp-oem-fv__em{font-weight: 800;}
.lp-oem .is-small{ color:#a89860; }
.lp-oem .is-big{ color:#749299; }


/* ===== FV bottom intro (curve + CTA) ===== */
.lp-oem .lp-oem-intro{
  position: relative;
  background: #fdfbf6;
  padding-top: 160px;
  margin-top: -120px;
  z-index: 2;
  overflow-x: clip;
  overflow-y: visible;
  height: 760px;
}

@supports not (overflow: clip) {
  .lp-oem .lp-oem-intro{
    overflow-x: hidden;
    overflow-y: visible;
  }
}


.lp-oem .lp-oem-intro.is-fullbleed{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.lp-oem .lp-oem__fv.is-fullbleed,
.lp-oem .lp-oem-intro.is-fullbleed{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}


.lp-oem .lp-oem-intro::before{
  content:"";
  position:absolute;
  left: 50%;
  top: -90px;
  width: 100vw;
  max-width: 100%;
  height: 380px;
  background:#fdfbf6;
  transform: translateX(-50%) rotate(180deg) scaleX(1.6);
  border-bottom-left-radius: 50vw 100%;
  border-bottom-right-radius: 50vw 100%;
  pointer-events:none;
}


.lp-oem .lp-oem-intro__inner{
  position: relative;
  z-index: 1;
  text-align: center;
  top: -240px;
}


.lp-oem .lp-oem-intro__cta{
  position: relative; 
  left:50%;
  top: -284px;
  transform:translateX(-50%);
  z-index: 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 400px;
  width: auto;
  height: 76px;
  padding: 0 38px;
  border-radius: 28px;
  border-bottom-right-radius: 0;
  background:#3c575d;
  color:#fff;
  font-weight: 800;
  letter-spacing: .08em;
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  transition: opacity .15s ease;
  font-size: 23px;
  overflow: visible;
}
.lp-oem .lp-oem-intro__cta:hover{ 
  opacity:.85; 
}


.lp-oem .lp-oem-intro__cta::after{
  content:"";
  position:absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background:  rgba(168,152,96,.85);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}


.lp-oem .lp-oem-intro__kicker{
  margin:0;
  font-weight:700;
  letter-spacing:.06em;
  color: rgba(17,17,17,.78);
}
.lp-oem .lp-oem-intro__brand{
  margin:0 0 22px;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing:.18em;
  font-weight:500;
  font-family: "Century Gothic", "Futura", Arial, sans-serif;
}
.lp-oem .lp-oem-intro__lead{
  margin:0 0 8px;
  font-weight:800;
  font-size: 18px;
}
.lp-oem .lp-oem-intro__catch{
  margin:0 0 28px;
  font-weight:900;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing:.06em;
}
.lp-oem .lp-oem-intro__catch::before,
.lp-oem .lp-oem-intro__catch::after{
  content:"";
  display:inline-block;
  width: 32px;
  height: 1px;
  background: rgba(168,152,96,.9);
  vertical-align: middle;
  margin: 0 12px;
}
.lp-oem .lp-oem-intro__desc{
  margin: 28px auto 0;
  max-width: 920px;
  color: rgba(17,17,17,.78);
  line-height: 2;
  font-size: 18px;
}


.lp-oem .lp-oem-intro__figure{
  width: min(760px, 92%);
  aspect-ratio: 760 / 260;
  margin: 0 auto;
  background: transparent;
  border: none;
  display:grid;
  place-items:center;
  color: rgba(17,17,17,.45);
  font-weight: 800;
  letter-spacing: .12em;
}

}
.lp-oem__visual-card{width:min(420px,100%);border-radius:var(--r2);background:radial-gradient(120% 120% at 0% 0%,rgba(0,0,0,.06) 0%,rgba(0,0,0,.02) 55%,rgba(0,0,0,0) 100%);border:1px solid var(--line);padding:26px;position:relative;overflow:hidden;box-shadow:var(--shadow);}
.lp-oem__visual-sheen{position:absolute;inset:-40% -40% auto auto;width:260px;height:260px;background:rgba(0,0,0,.06);filter:blur(20px);transform:rotate(15deg);}
.lp-oem__visual-kicker{margin:0 0 10px;font-weight:700;letter-spacing:.08em;font-size:12px;color:rgba(17,17,17,.7);}
.lp-oem__visual-big{margin:0 0 10px;font-size:28px;line-height:1.15;letter-spacing:-0.02em;font-weight:700;}
.lp-oem__visual-sub{margin:0;color:var(--sub);}

.lp-oem__cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0 14px;}
.lp-oem__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid var(--line);font-weight:700;font-size:14px;min-width:160px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;user-select:none;}
.lp-oem__btn:active{transform:translateY(1px);}
.lp-oem__btn--primary{background:#111;color:#fff;border-color:#111;box-shadow:0 10px 20px rgba(0,0,0,.14);}
.lp-oem__btn--ghost{background:rgba(255,255,255,.8);}

.lp-oem__chips{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none;}
.lp-oem__chips li{border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:999px;padding:8px 12px;font-size:13px;color:rgba(17,17,17,.76);}

.lp-oem__cards{display:grid;gap:14px;}
.lp-oem__cards--3{grid-template-columns:repeat(3,minmax(0,1fr));}
.lp-oem__card{border-radius:var(--r);border:1px solid var(--line);background:rgba(255,255,255,.86);padding:18px;}

.lp-oem__list{margin:0;padding:0;list-style:none;display:grid;gap:10px;}
.lp-oem__list li{border:1px solid var(--line);border-radius:var(--r);padding:14px 16px;background:rgba(255,255,255,.86);}
.lp-oem__list--stress li{background:#fff;}

.lp-oem__icons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.lp-oem__icon{border:1px solid var(--line);border-radius:var(--r);padding:14px;background:rgba(255,255,255,.86);display:grid;place-items:center;gap:8px;}
.lp-oem__icon span{width:42px;height:42px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;color:rgba(17,17,17,.55);}
.lp-oem__icon p{margin:0;font-size:13px;color:rgba(17,17,17,.78);}

.lp-oem__works{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;}
.lp-oem__work{scroll-snap-align:start;border:1px solid var(--line);border-radius:var(--r);background:rgba(255,255,255,.86);padding:14px;text-align:left;cursor:pointer;min-height:220px;}
.lp-oem__work-thumb{height:120px;border-radius:12px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(0,0,0,.06),rgba(0,0,0,.02));margin-bottom:12px;}
.lp-oem__work-title{margin:0 0 6px;font-weight:700;}
.lp-oem__work-desc{margin:0;color:rgba(17,17,17,.7);font-size:13px;}

.lp-oem__reasons{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));}
.lp-oem__reason{border:1px solid var(--line);border-radius:var(--r);background:rgba(255,255,255,.86);padding:18px;}

.lp-oem__steps{margin:0;padding:0;list-style:none;display:grid;gap:10px;}
.lp-oem__steps li{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;border:1px solid var(--line);border-radius:var(--r);padding:14px 16px;background:rgba(255,255,255,.86);}
.lp-oem__steps li span{width:32px;height:32px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;font-weight:800;color:rgba(17,17,17,.8);}

.lp-oem__faq{display:grid;gap:10px;}
.lp-oem__qa{border:1px solid var(--line);border-radius:var(--r);background:rgba(255,255,255,.86);overflow:hidden;}
.lp-oem__qa summary{cursor:pointer;padding:14px 16px;font-weight:700;list-style:none;}
.lp-oem__qa summary::-webkit-details-marker{display:none;}
.lp-oem__qa-a{padding:0 16px 16px;color:rgba(17,17,17,.75);}

.lp-oem__form-wrap{border:1px solid var(--line);border-radius:var(--r2);background:#fff;padding:20px;}

/* ===== Contact Form 7 styles (scoped) ===== */
.lp-oem .wpcf7{width:100%;}
.lp-oem .wpcf7-form{display:grid;gap:14px;margin:0;}
.lp-oem .wpcf7-form p{margin:0;}
.lp-oem .wpcf7-form label{display:grid;gap:8px;font-weight:700;}
.lp-oem .wpcf7-form .req{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 8px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:700;color:rgba(17,17,17,.7);background:rgba(0,0,0,.03);}
.lp-oem .wpcf7-form-control{width:100%;font-size:16px;outline:none;background:#fff;}
.lp-oem .wpcf7-form-control:focus{border-color:rgba(17,17,17,.55);}
.lp-oem .wpcf7-textarea{min-height:140px;resize:vertical;}
.lp-oem .wpcf7-list-item{display:inline-flex;align-items:center;gap:8px;margin:6px 10px 0 0;}
.lp-oem .wpcf7-list-item input[type="checkbox"],
.lp-oem .wpcf7-list-item input[type="radio"]{width:18px;height:18px;accent-color:#111;}
.lp-oem .wpcf7-free-text{margin-left:8px;width:min(260px,100%);}
.lp-oem .privacy_check{width:18px;height:18px;accent-color:#111;}
.lp-oem .wpcf7-submit{background:#111;color:#fff;border:1px solid #111;border-radius:999px;padding:14px 18px;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;}
.lp-oem .wpcf7-submit:hover{box-shadow:0 10px 20px rgba(0,0,0,.14);}
.lp-oem .wpcf7-response-output{border-radius:12px;border:1px solid rgba(17,17,17,.18);margin:0;padding:12px 12px;}

.lp-oem__estimate{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;}
.lp-oem__estimate-input{width:100%;border:1px solid rgba(17,17,17,.18);border-radius:999px;padding:14px 16px;font-size:16px;outline:none;}
.lp-oem__note{margin:10px 0 0;color:rgba(17,17,17,.65);font-size:12px;}

.lp-oem__footer{border-top:1px solid var(--line);padding:26px 0 40px;}
.lp-oem__footer-nav{display:flex;flex-wrap:wrap;gap:14px 18px;margin-bottom:10px;color:rgba(17,17,17,.75);font-weight:700;font-size:13px;}
.lp-oem__footer-copy{margin:0;color:rgba(17,17,17,.6);font-size:12px;}

.lp-oem__modal[hidden]{display:none;}
.lp-oem__modal{position:fixed;inset:0;z-index:9999;}
.lp-oem__modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.52);}
.lp-oem__modal-panel{position:relative;width:min(920px,calc(100% - 28px));margin:6vh auto 0;border-radius:var(--r2);background:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.28);overflow:hidden;}
.lp-oem__modal-close{position:absolute;top:10px;right:10px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(17,17,17,.16);background:rgba(255,255,255,.9);cursor:pointer;font-size:18px;}
.lp-oem__modal-body{padding:18px;display:grid;gap:10px;}
.lp-oem__modal-img{width:100%;border-radius:14px;border:1px solid rgba(17,17,17,.12);background:rgba(0,0,0,.02);}
.lp-oem__modal-title{margin:0;font-size:18px;}
.lp-oem__modal-desc{margin:0;color:rgba(17,17,17,.7);}

.lp-oem__sr-only{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}


.lp-oem .lp-oem-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0; 
  width: auto; 
  margin: 0;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid rgba(17,17,17,.10);
}

.lp-oem-header__bar{
  height: 64px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  padding-right: 0;
  gap: 10px;
}

.lp-oem-header__logo{
  justify-self: center;
  letter-spacing: .14em;
  font-size: 16px;
  font-family: "Century Gothic", "Futura", "Avenir", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #535353;
  text-decoration: none;
  transition: opacity .15s ease;
}
.lp-oem-header__logo:hover{
  opacity: .6;
}

.lp-oem-header__menuBtn{
  width: 44px;
  height: 44px;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
  width: 44px;
  height: 44px;
  padding: 0 30px;
}

.lp-oem-header__menuIcon{
  width: 22px;
  height: 2px;
  background: rgba(83,83,83,.95);
  border-radius: 2px;
  position: relative;
  display: block;
}
.lp-oem-header__menuIcon::before,
.lp-oem-header__menuIcon::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:2px;
  background: rgba(83,83,83,.95);
  border-radius: 2px;
}
.lp-oem-header__menuIcon::before{ top:-7px; }
.lp-oem-header__menuIcon::after{ top:7px; }
.lp-oem-header__menuIcon{
  background: rgba(17,17,17,.75);
  border-radius: 2px;
  height:2px;
}

.lp-oem-header__menuBtn.is-active .lp-oem-header__menuIcon{
  background: transparent;
}
.lp-oem-header__menuBtn.is-active .lp-oem-header__menuIcon::before{
  top:0;
  transform: rotate(45deg);
}
.lp-oem-header__menuBtn.is-active .lp-oem-header__menuIcon::after{
  top:0;
  transform: rotate(-45deg);
}
.lp-oem-header__menuIcon::before,
.lp-oem-header__menuIcon::after{
  transition: transform .28s ease, top .28s ease;
}
.lp-oem .lp-oem-header__cta{
  color: #fff;
  padding: 0 32px; 
  height: 64px;    
  letter-spacing: 0.08em; 
  gap: 16px;
}
.lp-oem .lp-oem-header__cta:visited{
  color: #fff;
}

.lp-oem-header__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.14);
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

.lp-oem-header__cta--pc{
  height: 64px;
  border-radius: 0;
  border: 0;
  padding: 0 18px;
  background: #3c575d;
  color: #fff;
  transition: opacity .15s ease;
}
.lp-oem-header__cta--pc:hover{
  opacity: .8;
}

.lp-oem-header__ctaArrow{
  font-size: 18px;
  line-height: 1;
}

.lp-oem-header__ctaSp{
  display: none;
  padding: 0;
}

.lp-oem .lp-oem-header__cta-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-oem .lp-oem-header__cta-icon svg{
  width: 18px;
  height: 18px;
}

.lp-oem .lp-oem-header__cta-icon circle{
  fill: #fff;
}

.lp-oem .lp-oem-header__cta-icon polyline{
  fill: none;
  stroke: #3c575d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-oem-header__cta--sp{
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 0;
  background: #3c575d;
  transition: opacity .15s ease;
  color: #fff;
}
.lp-oem-header__cta--sp:hover{
  opacity: .6;
}

.lp-oem-header__spacer{
  height: 0;
}

.lp-oem-drawer[aria-hidden="true"]{
  visibility: hidden;
  pointer-events: none;
}
.lp-oem-drawer[aria-hidden="false"]{
  visibility: visible;
  pointer-events: auto;
}
.lp-oem-drawer{
  position: fixed;
  top: var(--lp-header-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
}

.lp-oem-drawer__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.32);
}

.lp-oem-drawer__panel{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width: min(360px, 88vw);
  background: rgba(168,152,96,.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 30px 60px rgba(0,0,0,.22);
  transform: translateX(-102%);
  transition: transform .42s cubic-bezier(.2,.9,.2,1);
  will-change: transform;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.lp-oem-drawer.is-open .lp-oem-drawer__panel{
  transform: translateX(0);
}

.lp-oem-header__ctaIcon{
  display: inline-flex;
  align-items: center;
}
.lp-oem-header__ctaIconSvg{
  display:block;
}
.lp-oem-header__ctaIconSvg circle{
  fill: #ffffff;     
}
.lp-oem-header__ctaIconSvg path{
  stroke: #3c575d;       
}

.lp-oem-drawer__head{
  padding: 18px 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.lp-oem-drawer__title{
  margin:0;
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 12px;
  color: rgba(255,255,255,.86);
}
.lp-oem-drawer__close{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.10);
  color:#fff;
  cursor:pointer;
  font-size: 18px;
}

.lp-oem-drawer__nav{
  padding: 30px 36px 45px;
  display:grid;
  gap: 8px;
}

.lp-oem-drawer__nav a{
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #fff;
  position: relative;
  width: 100%;
  letter-spacing: .08em;
}
.lp-oem-drawer__nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom: 2px;
  height:1px;
  width:100%;
  background: rgba(255,255,255,.92);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.lp-oem-drawer__nav a:hover::after,
.lp-oem-drawer__nav a:focus-visible::after{
  transform: scaleX(1);
}


.lp-oem-drawer__logos{
  padding: 40px 23px 58px;
  border-top: 1px solid rgba(255,255,255,.18);
  gap: 10px;
}
.lp-oem-drawer__logoLink{
  padding: 17px;
  display:block;
  opacity: 1;
  transition: opacity .15s ease;
}
.lp-oem-drawer__logoLink:hover{ opacity: .72; }
.lp-oem-drawer__logoImg{
  width: 70%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  border:0; 
  background:transparent;
}

.lp-oem .lp-oem-intro__visuals{
  position: relative;
}
.lp-oem .lp-oem-intro__visual{
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.lp-oem .lp-oem-intro__visual.is-show{
  opacity: 1;
  transform: translateY(0);
}
.lp-oem .lp-oem-intro__visual img{
  display: block;
  width: auto;
}

.lp-oem-intro__visual--l1{ top: -210px; left: -460px;  max-width: 560px;}
.lp-oem-intro__visual--l2{ top: -120px;  left: -220px;  max-width: 200px;}
.lp-oem-intro__visual--l3{ top: 330px; left: -260px;  max-width: 100px;}

.lp-oem-intro__visual--r1{ top: -90px; right: -210px;  max-width: 110px;}
.lp-oem-intro__visual--r2{ top: 160px;  right: -590px;  max-width: 660px;}
.lp-oem-intro__visual--r3{ top: 130px; right: -320px;  max-width: 220px;}

.lp-oem .lp-oem-recommend{
  background: #f0ece1;
  padding: 70px 0;
  position: relative;
  overflow: hidden; 
}

.lp-oem-recommend::before{
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70%;
  height: 100%;
  background: url("img/recommend-photo.png") center / cover no-repeat;
  z-index: 1; 
}

.lp-oem-recommend__inner{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 90px;
  display: flex;
  justify-content: flex-end;
}

.lp-oem .lp-oem-recommend__title{
  position: relative;
  margin: 0 0 14px;
  padding-left: 34px; 
  font-size: 25px;
  letter-spacing: .02em;
}

.lp-oem .lp-oem-recommend__title::before{
  content:"";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 28px;
  height: 22px;
  transform: translateY(-50%);
  background: url("img/icon-crown.png") center/contain no-repeat; 
}

.lp-oem .lp-oem-recommend__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lp-oem .lp-oem-recommend__list li{
  position: relative;
  padding-left: 28px;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
}

.lp-oem .lp-oem-recommend__list li::before{
  content:"";
  position: absolute;
  left: 0;
  top: .35em;
  width: 18px;
  height: 18px;
  background: url("img/icon-check.png") center/contain no-repeat; 
}

.lp-oem .lp-oem-items{
  background: #749299;
  padding: 56px 0 64px;
  color: #fff;
}

.lp-oem .lp-oem-items__title{
  margin: 0 0 30px;
  text-align: center;
  font-size: 24px;
  letter-spacing: .08em;
}


.lp-oem .lp-oem-items__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 20px;
  justify-items: center;
  align-items: start;
      width: 620px;
    margin: auto;
}

.lp-oem .lp-oem-items__item{
  text-align: center;
}

.lp-oem .lp-oem-items__icon{
  width: 76px;  
  height: 76px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

.lp-oem .lp-oem-items__label{
  display: block;
  font-size: 16px;
  letter-spacing: .02em;
  opacity: .95;
}

.lp-oem-works{
  padding: 80px 0 140px;
  background: #fff;
  text-align: center;
}

.lp-oem-works__title{
  font-size: 22px;
  margin-bottom: 40px;
    position: relative;
  display: inline-block; 
  padding-bottom: 14px;
}
.lp-oem-works__title::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;          
  height: 2px;
  background-color: #a89860;
}


.lp-oem-works__slider-wrap{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.lp-oem-works__slider{
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x proximity; 
  scrollbar-width: none;
}
.lp-oem-works__slider.is-dragging{
  scroll-snap-type: none;
}
.lp-oem-works__slider::-webkit-scrollbar{
  display: none;
}


.lp-oem-works__item{
  position: relative;
  flex: 0 0 calc((100% - 80px) / 5); 
  scroll-snap-align: start;
  cursor: pointer;
}
.lp-oem-works__item img{
  width: 100%;
  display: block;
}


.lp-oem-works__item::after{
  content: attr(data-title);
  position: absolute;
  inset: 0;
  background: rgba(168,152,96,0.85); 
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  transition: .3s;
}
.lp-oem-works__item:hover::after{
  opacity: 1;
}
.lp-oem .lp-oem-works__item::after{
  pointer-events: none;
}
.lp-oem-works__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
.lp-oem-works__nav--prev{ left: 0; }
.lp-oem-works__nav--next{ right: 0; }

.lp-oem-works-modal{
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.lp-oem-works-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}
.lp-oem-works-modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-50%);
  max-width: 90vw;
  max-height: 90vh;
}
.lp-oem-works-modal__content img{
  max-width: 80%;
  max-height: 90vh;
}
.lp-oem-works-modal__close{
  position: absolute;
  top: -10px;
  right: 80px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.lp-oem-works__slider{
  overflow-x: auto;
  scroll-behavior: auto; 
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.lp-oem-works__slider.is-dragging{
  cursor: grabbing;
}
.lp-oem-works__item img {
  pointer-events: none; 
}

.lp-oem .lp-oem-trouble{
  position: relative;
  background: #7e8082;
  color: #fff;
  overflow: hidden; 
}

.lp-oem .lp-oem-trouble__inner{
  position: relative;
  min-height: 320px;
  padding: 60px 0;
}

.lp-oem .lp-oem-trouble__content{
  position: relative;
  z-index: 2; 
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.lp-oem .lp-oem-trouble__heading{
  display: block;
  max-width: 620px;
  margin: 0 auto 18px;
}
.lp-oem .lp-oem-trouble__heading img{
  display: block;
  width: 90%;
  height: auto;
}

.lp-oem .lp-oem-trouble__photo{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.lp-oem .lp-oem-trouble__photo--left{
  left: -400px;
  width: 70%;
  background-image: url("img/trouble-left.png");
}
.lp-oem .lp-oem-trouble__photo--right{
  right: -400px;
  width: 70%;
  background-image: url("img/trouble-right.png");
}

.lp-oem .lp-oem-trouble::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(126,128,130,0.55) 0%,
    rgba(126,128,130,0.85) 40%,
    rgba(126,128,130,0.85) 60%,
    rgba(126,128,130,0.55) 100%
  );
  pointer-events:none;
}

.lp-oem .lp-oem-trouble__photo--sp{
  display: none;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  bottom: auto;
  background-image: url("img/trouble-sp.png");
  opacity: 0.65;
}

.lp-oem .lp-oem-trouble__list{
  list-style: none;
  padding: 30px 0 0 70px;
  margin: 0 auto;
  max-width: 520px;
  text-align: left;
  display: grid;
  gap: 10px;
}

.lp-oem .lp-oem-trouble__list li{
  position: relative;
  padding-left: 28px; 
  line-height: 1.5;
  font-size: 22px;
}

.lp-oem .lp-oem-trouble__list li::before{
  content:"";
  position:absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  background: url("img/icon-trouble-check.png") no-repeat center / contain; 
  opacity: 0.95;
}

.lp-oem .lp-oem-risk0{
  background: #fdfbf6;
  padding: 72px 0 120px;
}

.lp-oem .lp-oem-risk0__inner{
  text-align: center;
}

.lp-oem .lp-oem-risk0__chev{
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.lp-oem .lp-oem-risk0__chev img{
  width: 42px;
}

.lp-oem .lp-oem-risk0__kicker{
  margin: 0 0 20px;
  letter-spacing: .08em;
}

.lp-oem .lp-oem-risk0__top{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px;
  width: min(800px, 100%);
  margin: 20px auto 24px;
}

.lp-oem .lp-oem-risk0__left{
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.lp-oem .lp-oem-risk0__headImg{
  width: min(520px, 150%);
}
.lp-oem .lp-oem-risk0__headImg img{
  width: 85%;
  display: block;
}

.lp-oem .lp-oem-risk0__text{
  margin-left: 60px;
    font-size: 17px;
  line-height: 1.9;
}


.lp-oem .lp-oem-risk0__illus{
  width: 280px;
    position: static;
}
.lp-oem .lp-oem-risk0__illus img{
  width: 100%;
  display: block;
}

.lp-oem .lp-oem-risk0__table{
  width: min(800px, 100%);
    margin: 30px auto 90px;
}
.lp-oem .lp-oem-risk0__table img{
  width: 100%;
  display: block;
}

.lp-oem .lp-oem-risk0__title{
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 36px;
  font-size: 22px;
  letter-spacing: .08em;
}
.lp-oem .lp-oem-risk0__title::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width: 55%;
  height: 2px;
  background:#a89860;
}

.lp-oem .lp-oem-risk0__cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lp-oem .lp-oem-risk0__card{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.lp-oem .lp-oem-risk0__cardImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-oem .lp-oem-risk0__cardNo{
  padding: 4px 30px 0px;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    color: #a89860;
}

.lp-oem .lp-oem-risk0__cardText{
      padding: 0px 30px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.lp-oem-risk0__brand {
  font-family: "Century Gothic", "Futura", Arial, sans-serif;
  font-size: 2.2em;   
  letter-spacing: 0.05em;
}

.lp-oem .lp-oem-reasons{
  background: #fff;
  padding: 90px 0;
}

.lp-oem .lp-oem-reasons__inner{
  max-width: 980px;
}

.lp-oem .lp-oem-reasons__title{
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .08em;
  margin: 0 0 46px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 14px;
}

.lp-oem .lp-oem-reasons__title::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform: translateX(-50%);
  width: 55%;
  height: 2px;
  background: #a89860;
}

.lp-oem .lp-oem-reasons__brand{
  font-family: "Century Gothic", "Futura", Arial, sans-serif;
  font-size: 1.25em;
  letter-spacing: .06em;
}

.lp-oem .lp-oem-reasons__list{
  display: grid;
  gap: 42px;
}

.lp-oem .lp-oem-reasons__item{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.lp-oem .lp-oem-reasons__photo img{
  width: 100%;
  height: auto;
  display: block;
}

.lp-oem .lp-oem-reasons__content{
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-items: start;
}

.lp-oem .lp-oem-reasons__no{
  width: 85px;
  margin-bottom: 10px;
  grid-row: 1;
}
.lp-oem .lp-oem-reasons__no img{
  width: 100%;
  height: auto;
  display: block;
}

.lp-oem .lp-oem-reasons__heading{
  font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #a89860;
    grid-row: 1;
    margin: 0;
}

.lp-oem .lp-oem-reasons__text{
  font-size: 15px;
    line-height: 1.9;
    color: #6a6a6a;
    grid-column: 1 / -1;
    margin-top: 10px;
    margin-bottom: 0;
}

.lp-oem .lp-oem-about{
  background: #eeeeee;
  padding: 80px 0;
}

.lp-oem .lp-oem-about__inner{
   max-width: 970px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: start;
}

.lp-oem .lp-oem-about__photo img{
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

.lp-oem .lp-oem-about__content{
  text-align: left;
  max-width: 540px;
}

.lp-oem .lp-oem-about__title{
  margin: 0 0 16px;
  font-size: 18px;
  letter-spacing: .06em;
  font-weight: 600;
}

.lp-oem .lp-oem-about__brand{
  font-family: "Century Gothic", "Futura", Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: .06em;
}

.lp-oem .lp-oem-about__text p{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #4b4b4b;
}

.lp-oem .lp-oem-about__sign{
  text-align: right;
  margin-top: 18px;
  color: #3f3f3f;
}
.lp-oem .lp-oem-about__signLine{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
}
.lp-oem .lp-oem-flow{
  background: #a89860;
  padding: 80px 0 60px;
  color: #fff;
}

.lp-oem .lp-oem-flow__title{
  margin: 0 0 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: 600;
}

.lp-oem .lp-oem-flow__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-oem .lp-oem-flow__card{
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #7b6f46;
  text-align: center;
  aspect-ratio: 1 / 1;
  justify-content: center;
}
.lp-oem .lp-oem-flow__card::before{
  content: "";
  position: absolute;
  inset: 6px; 
  border: 1px solid #7b6f46; 
  pointer-events: none;
}


.lp-oem .lp-oem-flow__icon{
  height: 70px;
  display: grid;
  place-items: center;
}
.lp-oem .lp-oem-flow__icon img{
  max-height: 70px;
  width: auto;
  display: block;
}

.lp-oem .lp-oem-flow__step{
  font-family: "Century Gothic", "Futura", Arial, sans-serif;
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 6px;
  color: #a89860;
  background: transparent;
}

.lp-oem .lp-oem-flow__stepLabel{
  font-size: 15px;
  opacity: .9;
}

.lp-oem .lp-oem-flow__stepNum{
  font-size: 18px; 
  margin-left: 2px;
}

.lp-oem .lp-oem-flow__name{
  margin: 0;
  font-size: 15px;
  letter-spacing: .03em;
  color: #a89860;
  font-weight: 700;
}

.lp-oem .lp-oem-flow__note{
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: .06em;
  opacity: .95;
}
.lp-oem .lp-oem-faq{
  background: #fff;
  padding: 90px 0;
}

.lp-oem .lp-oem-faq__head{
  text-align: center;
  margin-bottom: 40px;
}

.lp-oem .lp-oem-faq__en{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 8px;
  letter-spacing: 0.08em;
  font-family: "Century Gothic", "Futura", "Trebuchet MS", Arial, sans-serif;
}

.lp-oem .lp-oem-faq__enQ{
  font-size: 44px;  
  color: #a89860;     
}

.lp-oem .lp-oem-faq__enAmp{
  font-size: 34px;       
  color: #707070; 
}

.lp-oem .lp-oem-faq__enA{
  font-size: 44px;      
  color: #749299;
}

.lp-oem .lp-oem-faq__jp{
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.lp-oem .lp-oem-faq__list{
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(168,152,96,.45);
}

.lp-oem .lp-oem-faq__item{
  border-bottom: 1px solid rgba(168,152,96,.45);
}

/* Q row */
.lp-oem .lp-oem-faq__q{
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.lp-oem .lp-oem-faq__qMark{
  font-family: "Century Gothic", "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;    
  color: #a89860;
  line-height: 1;
}

.lp-oem .lp-oem-faq__qText{
  color: #a89860;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lp-oem .lp-oem-faq__icon{
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 auto;
}

.lp-oem .lp-oem-faq__icon::before,
.lp-oem .lp-oem-faq__icon::after{
  content:"";
  position:absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.lp-oem .lp-oem-faq__icon::before{
  content: "＋";
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #a89860;
  transition: transform 0.35s ease, opacity 0.25s ease;
}
.lp-oem-faq__item.is-open .lp-oem-faq__icon::before {
  content: "－";
    font-size: 22px;
  font-weight: 400;
  opacity: 1;
}
.lp-oem .lp-oem-faq__icon::after{
  transition: transform .25s ease, opacity .25s ease;
  transform-origin: center;
}

.lp-oem .lp-oem-faq__item.is-open .lp-oem-faq__icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.lp-oem .lp-oem-faq__a{
  padding: 0 6px;   
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
}

.lp-oem .lp-oem-faq__item.is-open .lp-oem-faq__a{
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 18px;
}

.lp-oem .lp-oem-faq__aInner{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 6px;
}

.lp-oem .lp-oem-faq__aMark{
  font-family: "Century Gothic", "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;   
  color: #749299;
  line-height: 1;
}

.lp-oem .lp-oem-faq__aText{
  color: #333;
  font-size: 13px;
  line-height: 1.9;
}

.lp-oem .lp-oem-faq__aText p{
  margin: 0;
}
.lp-oem .lp-oem-faq__aText p:last-child{
  margin-bottom: 0;
}


/* ===============================
   FORM HEAD
================================ */
.lp-oem .lp-oem-formHead{
  background:#fff;
  padding:64px 0 22px;
  text-align:center;
}
.lp-oem .lp-oem-formHead__title{
  margin:0;
  font-size:26px;
  font-weight:700;
  letter-spacing:.08em;
}
.lp-oem .lp-oem-formHead__line{
  display:block;
  width:56px;
  height:2px;
  background:#a89860;
  margin:14px auto 0;
}
.lp-oem .lp-oem-formHead__lead{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.9;
  color:#222;
}

/* ===============================
   FORM WRAPPER
================================ */
.lp-oem .lp-oem-form{
  background:#fff;
  padding:28px 0 80px;
}
.lp-oem .lp-oem-form__wpcf7{
  max-width:560px;
  margin:0 auto;
}

/* 基本文字 */
.lp-oem .lp-oem-form label{
  display:block;
  font-size:16px;
  font-weight:700;
  color:#111;
  line-height:1.6;
}
.lp-oem .lp-oem-form .wpcf7-form p{
  margin:0 0 18px;
  font-weight: 700;
}

/* 必須バッジ */
.lp-oem .lp-oem-form .req{
  display:inline-block;
  margin-left:10px;
  padding:2px 8px;
  font-size:11px;
  font-weight:700;
  color:#fff;
  background:#ec4d1d;
  vertical-align:middle;
}

/* 各設問の区切り線（wrap単位） */
.lp-oem .lp-oem-form .wpcf7-form-control-wrap{
  display:block;
  padding-bottom:28px;
  margin-top:6px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

/* テキスト入力 */
.lp-oem .lp-oem-form input[type="text"],
.lp-oem .lp-oem-form input[type="email"],
.lp-oem .lp-oem-form input[type="tel"],
.lp-oem .lp-oem-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d8d8d8;
  background:#fff;
  border-radius:2px;
  padding:12px 14px;
  font-size:14px;
  line-height:1.6;
  outline:none;
  margin-top:7px;
}
.lp-oem .lp-oem-form input[type="text"],
.lp-oem .lp-oem-form input[type="email"],
.lp-oem .lp-oem-form input[type="tel"]{
  height:40px;
}
.lp-oem .lp-oem-form textarea{
  min-height:160px;
  resize:vertical;
}
.lp-oem .lp-oem-form input::placeholder,
.lp-oem .lp-oem-form textarea::placeholder{
  color:#b7b7b7;
}

/* 選択肢（checkbox/radio）全体：折り返し可 */
.lp-oem .lp-oem-form .wpcf7-form-control.wpcf7-checkbox,
.lp-oem .lp-oem-form .wpcf7-form-control.wpcf7-radio{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

/* 各選択肢（通常） */
.lp-oem .lp-oem-form .wpcf7-list-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:10px 16px 0 0;
  vertical-align:top;
}
.lp-oem .lp-oem-form .wpcf7-list-item-label{
  font-size:15px;
  font-weight:400;
  color:#222;
  white-space:nowrap;
  cursor:pointer;
}

/* ○に統一（checkbox/radio共通） */
.lp-oem .lp-oem-form input[type="checkbox"],
.lp-oem .lp-oem-form input[type="radio"]{
  -webkit-appearance:none;
  appearance:none;
  width:20px;
  height:20px;
  border:2px solid rgba(60,87,93,.55);
  border-radius:999px;
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  flex:0 0 auto;
  margin:0;
  transform:translateY(1px);
  transition:border-color .2s ease, transform .08s ease;
}
.lp-oem .lp-oem-form input[type="checkbox"]:active,
.lp-oem .lp-oem-form input[type="radio"]:active{
  transform:translateY(1px) scale(.96);
}
.lp-oem .lp-oem-form input[type="checkbox"]::before,
.lp-oem .lp-oem-form input[type="radio"]::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#3c575d;
  transform:scale(0);
  transition:transform .18s ease;
}
.lp-oem .lp-oem-form input[type="checkbox"]:checked::before,
.lp-oem .lp-oem-form input[type="radio"]:checked::before{
  transform:scale(1);
}
.lp-oem .lp-oem-form input[type="checkbox"]:focus-visible,
.lp-oem .lp-oem-form input[type="radio"]:focus-visible{
  outline:3px solid #3c575d;
  outline-offset:2px;
  border-color:rgba(60,87,93,.85);
}

/* 「その他（自由入力）」はズレるくらいなら改行する：次の行に入力欄 */
.lp-oem .lp-oem-form .wpcf7-list-item.has-free-text{
  flex:0 0 100%;
  width:100%;
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.lp-oem .lp-oem-form .wpcf7-list-item.has-free-text .wpcf7-free-text{
  flex:0 0 100%;
  width:100%;
  max-width:100%;
  margin:8px 0 0;
  padding:10px 12px;
  border:1px solid #d8d8d8;
  border-radius:2px;
  box-sizing:border-box;
  height:44px;
}

/* プライバシー */
.lp-oem .lp-oem-form .privacy_check{
  margin-right:20px;
}
.lp-oem .lp-oem-form a{
  color:inherit;
}

/* 送信ボタン */
.lp-oem .lp-oem-form input[type="submit"].wpcf7-submit{
  width:100%;
  border:none;
  border-radius:999px;
  padding:14px 18px;
  background:#a89860;
  color:#fff;
  font-size:19px;
  font-weight:700;
  letter-spacing:.08em;
  cursor:pointer;
  transition:opacity .2s ease;
}
.lp-oem .lp-oem-form input[type="submit"].wpcf7-submit:hover{
  opacity:.75;
}


.lp-oem .lp-oem-form .wpcf7-response-output{
  display:block !important;
  border:1px solid rgba(0,0,0,.12) !important;
  margin:14px 0 0 !important;
  padding:12px 12px !important;
  border-radius:12px !important;
  background:#fff !important;
}
.lp-oem .lp-oem-form p:empty{ display:none; }

/* ===============================
   PRIVACY (1行固定)
================================ */
.lp-oem .lp-oem-form .wpcf7-acceptance .wpcf7-list-item > label{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.lp-oem .lp-oem-form .wpcf7-acceptance .wpcf7-list-item-label{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.lp-oem .lp-oem-form .wpcf7-acceptance a{
  white-space: nowrap; 
  text-decoration: underline;
}

.lp-oem .lp-oem-form .wpcf7-acceptance a{
  transition: color .2s ease, opacity .2s ease;
}

.lp-oem .lp-oem-form .wpcf7-acceptance a:hover{
  color: #a89860;  
  opacity: .85;
}

/* ===============================
   FOOTER
================================ */
.lp-oem .lp-oem-footer{
  background: #a89860;
  color: #fff;
  padding: 54px 0 44px;
}

.lp-oem .lp-oem-footer__inner{
  text-align: center;
}

.lp-oem .lp-oem-footer__logo{
  display: inline-block;
  text-decoration: none;
  transition: opacity .2s ease;
}
.lp-oem .lp-oem-footer__logo:hover{ opacity: .75; }

.lp-oem .lp-oem-footer__nav{
  margin: 26px auto 0;
  max-width: 860px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 34px;
  justify-items: start; 
  text-align: left; 
}
.lp-oem .lp-oem-footer__logo img{
  display: block;
  height: 25px; 
  width: auto;
}

.lp-oem .lp-oem-footer__link{
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #fff;
  text-decoration: none; 
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.6;
  transition: opacity .2s ease, transform .22s ease;
}

.lp-oem .lp-oem-footer__link::before{
  content: "";
  position: absolute;
  left: 20px;
    top: 110%;
    width: 150px;
    height: 1px;
  background: rgba(255,255,255,.9);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center; 
  transition: transform .22s ease;
}

.lp-oem .lp-oem-footer__link:hover{
  opacity: .75;
  transform: translateX(2px); 
}
.lp-oem .lp-oem-footer__link:hover::before{
  transform: translateY(-50%) scaleX(1); 
}

.lp-oem .lp-oem-footer__brands{
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.lp-oem .lp-oem-footer__brand{
  height: 28px;
  width: auto;
  display: block;
}

.lp-oem .lp-oem-footer__brands{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.lp-oem .lp-oem-footer__brand{
  display: inline-block;
  transition: opacity .2s ease;
}

.lp-oem .lp-oem-footer__brand:hover{
  opacity: .75;
}

.lp-oem .lp-oem-footer__brand img{
  height: 40px;  
  width: auto;
  display: block;
}

.lp-oem .lp-oem-intro__catch::before,
.lp-oem .lp-oem-intro__catch::after{
  content: none !important;
}

.lp-oem .lp-oem-intro__quote{
  color: var(--intro-quote-color, #a89860);
}

.lp-oem .lp-oem-intro__shape{
  position: relative;
  display: inline-block;
  padding-bottom: var(--intro-underline-pad, 10px);
}

.lp-oem .lp-oem-intro__shape::before{
  content: "";
  position: absolute;
    top: 45px;
  left: var(--intro-underline-left, 50%);
  bottom: var(--intro-underline-bottom, 0px);
  transform: translateX(-50%);
  width: var(--intro-underline-w, 120px);
  height: var(--intro-underline-h, 10px);
  background: url("img/catch-underline.png") no-repeat center / contain; 
  pointer-events: none;
}

.lp-oem .js-reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}
.lp-oem .js-reveal.is-inview{
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
  .lp-oem .js-reveal{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.lp-oem .lp-oem-faq__lead{
  margin: 0 0 10px;
}

/* ===============================
   FAQ 比較表：縮む＆折り返す（横スクロール無し）
=============================== */

.lp-oem .lp-oem-faq__compareWrap{
  margin: 10px 0 18px;
  border: 1px solid rgba(168,152,96,.45);
  background: #fff;
  overflow: visible; /* 角丸もやめるなら hidden 不要 */
}

/* 表そのものを “幅100%で縮める” */
.lp-oem .lp-oem-faq__compare{
  width: 100%;
  table-layout: fixed;     /* これが効く：列幅を固定して中身を折り返す */
  border-collapse: collapse;
  font-size: clamp(12px, 2.8vw, 14px);
  color: #333;
}

/* セル共通 */
.lp-oem .lp-oem-faq__compare th,
.lp-oem .lp-oem-faq__compare td{
  padding: 10px 10px;
  border: 1px solid rgba(168,152,96,.25);
  vertical-align: middle;

  /* 折り返し設定（日本語でも破綻しにくい） */
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: strict;
}

/* 見出し行 */
.lp-oem .lp-oem-faq__compare thead th{
  text-align: center;
  font-weight: 800;
  color: #7b6f46;
  background: rgba(168,152,96,.10);
}

/* 左列（項目） */
.lp-oem .lp-oem-faq__compareRowHead{
  font-weight: 800;
  color: #7b6f46;
  background: rgba(168,152,96,.06);
}

/* 本文セル */
.lp-oem .lp-oem-faq__compare td{
  text-align: center;
}

/* 小文字 */
.lp-oem .lp-oem-faq__small{
  display: inline-block;
  font-size: 0.86em;
  font-weight: 500;
  color: rgba(123,111,70,.85);
  line-height: 1.2;
}

@media (max-width: 560px){
  .lp-oem .lp-oem-faq__compare th,
  .lp-oem .lp-oem-faq__compare td{
    padding: 8px 8px;
  }
}


/* ---- blocks ---- */
.lp-oem .lp-oem-faq__block{
  margin-top: 14px;
}

.lp-oem .lp-oem-faq__blockTitle{
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
    color: #a89860;
}

.lp-oem .lp-oem-faq__olist{
  margin: 0;
  padding-left: 20px; 
}

.lp-oem .lp-oem-faq__olist > li{
  margin: 0 0 10px;
}

.lp-oem .lp-oem-faq__olistHead{
  margin: 0 0 6px;
  font-weight: 700;
}

.lp-oem .lp-oem-faq__bullets{
  margin: 0;
  padding-left: 18px;
}

.lp-oem .lp-oem-faq__bullets > li{
  margin: 0 0 4px;
}


@media (max-width: 767px){
  .lp-oem .lp-oem-footer{
    padding: 46px 0 40px;
  }
  .lp-oem .lp-oem-footer__nav{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
  }
  .lp-oem .lp-oem-footer__logo img{
    height: 26px;
  }
}

/* ===============================
   BACK TO TOP (fixed)
================================ */
.lp-oem .lp-oem-toTop{
  position: fixed;
  right: -1px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(30,30,30,.92);
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.lp-oem .lp-oem-toTop:hover{
  opacity: .75;
  transform: translateY(-2px);
}

.lp-oem .lp-oem-toTop__arrow{
  font-size: 16px;
  line-height: 1;
}

.lp-oem .lp-oem-toTop__text{
  letter-spacing: .12em;
  font-size: 13px;
}



@media (min-width: 768px){
  .lp-oem .lp-oem-risk0__top{
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

/* ===== Responsive (SP) ===== */

@media (max-width: 767px){
  .lp-oem .lp-oem-formHead{
    padding: 44px 0 18px;
  }
  .lp-oem .lp-oem-formHead__title{
    font-size: 22px;
  }
  .lp-oem .lp-oem-form__wpcf7{
    max-width: 92%;
  }
  .lp-oem .lp-oem-form .wpcf7-list-item{
    display: flex;
    margin-right: 0;
  }
}

@media (max-width: 1024px){
  .lp-oem{
    --fv-title-top: 110px;
    --fv-title-left: 34%;
    --fv-title-w: min(620px, 60vw);
  --fv-catch1-top: 409px;
  --fv-catch1-left: 68%;
  --fv-catch2-top: 461px;
  --fv-catch2-left: 74%;
  }
  .lp-oem .lp-oem__fv{
    background-position: center center;
  }
    .lp-oem .lp-oem-fv__catch{
    font-size: 19px;
    line-height: 1.7;
  }
  .lp-oem-works__item{
    flex: 0 0 30%;
  }
  .lp-oem-works-modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%,-50%);
  max-width: 90vw;
  max-height: 90vh;
}
.lp-oem-works-modal__content img{
  max-width: 120%;
  max-height: 90vh;
}
.lp-oem-works-modal__close{
  position: absolute;
  top: -10px;
  right: -150px;
  font-size: 32px;
}

.lp-oem .lp-oem-risk0__text {
    margin-left: 70px;
    font-size: 20px;
    line-height: 1.6;
}

.lp-oem img {
  z-index: 1;
  }
.lp-oem .lp-oem-intro__shape::before{
  position: absolute;
    top: 40px;
}
.lp-oem-intro__visual--l1{ top: -20px; left: -170px;  max-width: 420px;}
.lp-oem-intro__visual--l2{ top: -120px;  left: 60px;  max-width: 160px;}
.lp-oem-intro__visual--l3{ top: 610px; left: 30px;  max-width: 100px;}

.lp-oem-intro__visual--r1{ top: -70px; right: 50px;  max-width: 100px;}
.lp-oem-intro__visual--r2{ top: 235px;  right: -330px;  max-width: 600px;}
.lp-oem-intro__visual--r3{ top: 60px; right: 10px;  max-width: 190px;}
}


@media (max-width: 1024px){
  .lp-oem .lp-oem-intro::before{
    top: -70px;
    height: 300px;
  }
}

@media (min-width: 820px) and (max-width: 900px){
  .lp-oem .lp-oem__fv{
    background-position: 40% center;
  }
  .lp-oem .lp-oem-risk0__headImg {
    width: 500px;
}
.lp-oem .lp-oem-risk0__text {
    margin-left: 35px;
        font-size: 19px;
        line-height: 1.9;
 }
    .lp-oem-recommend__inner {
padding: 0 30px;
     } 
     .lp-oem .lp-oem-intro__shape::before{
  position: absolute;
    top: 30px;
}

.lp-oem-intro__visual--l1{ top: -220px; left: -230px;  max-width: 370px;}
.lp-oem-intro__visual--l2{ top: -90px;  left: 30px;  max-width: 130px;}
.lp-oem-intro__visual--l3{ top: 610px; left: 30px;  max-width: 70px;}

.lp-oem-intro__visual--r1{ top: -60px; right: 50px;  max-width: 70px;}
.lp-oem-intro__visual--r2{ top: 315px;  right: -250px;  max-width: 490px;}
.lp-oem-intro__visual--r3{ top: 60px; right: 10px;  max-width: 140px;}
}


@media (max-width:980px){
  .lp-oem__fv-grid{grid-template-columns:1fr;}
  .lp-oem__fv-visual{justify-content:flex-start;}
  .lp-oem__cards--3{grid-template-columns:1fr;}
  .lp-oem__reasons{grid-template-columns:1fr;}
  .lp-oem__icons{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:520px){
  .lp-oem__section{padding:56px 0;}
  .lp-oem__br-sp{display:inline;}
  .lp-oem__btn{min-width:140px;}
  .lp-oem__estimate{grid-template-columns:1fr;}
}

@media (max-width: 768px){
  .lp-oem{ 
    --lp-header-h:2px;
    --fv-title-top: 640px;
    --fv-title-left: 7%;
    --fv-title-w: min(640px, 85vw);
  --fv-catch1-top: 915px;
  --fv-catch1-left: 38%;
  --fv-catch2-top: 967px;
  --fv-catch2-left: 64%;
  }
  .lp-oem .lp-oem__fv{
    min-height: 1400px; 
    background-image: url("img/fv-bg-sp.jpg");
    background-position: center center;
    top:30px;
  }
    .lp-oem .lp-oem-intro{
    padding: 110px 0 70px;
  }
      .lp-oem .lp-oem-intro::before {
        top: -130px;
        height: 500px;
    }
  .lp-oem-header__bar{
    height: 56px;
    grid-template-columns: 52px 1fr 0px;
    padding: 0 12px;
  }
  .lp-oem-header__cta--pc{ 
    display:none; 
    height: 56px;
  }
  .lp-oem-header__ctaSp{ display:block; }
  .lp-oem-header__spacer{ height: 0; }

.lp-oem-header__menuBtn{
  padding: 0 10px;
}
  .lp-oem .lp-oem-intro__cta{
    width: 480px;
    min-width: 0;
    height: 104px;
    font-size: 30px;
  }
    .lp-oem .lp-oem-intro__catch::before,
  .lp-oem .lp-oem-intro__catch::after{
    width: 18px;
    margin: 0 10px;
  }
  .lp-oem .lp-oem-risk0__headImg img {
    width: 65%;
    display: block;
}

.lp-oem .lp-oem-risk0__text {
  width: auto;
    max-width: none;
        margin-left: 35px;
        font-size: 20px;
        line-height: 1.6;
    }

    .lp-oem-drawer__nav{
      padding: 160px 36px 45px;
      }
.lp-oem .lp-oem-intro__shape::before{
  position: absolute;
    top: 30px;
}

.lp-oem-intro__visual--l1{ top: -220px; left: -230px;  max-width: 370px;}
.lp-oem-intro__visual--l2{ top: -90px;  left: 30px;  max-width: 130px;}
.lp-oem-intro__visual--l3{ top: 610px; left: 30px;  max-width: 70px;}

.lp-oem-intro__visual--r1{ top: -60px; right: 50px;  max-width: 70px;}
.lp-oem-intro__visual--r2{ top: 315px;  right: -280px;  max-width: 510px;}
.lp-oem-intro__visual--r3{ top: 60px; right: 10px;  max-width: 140px;}

}


@media (max-width: 600px){
    .lp-oem{ 
    --lp-header-h:2px;
    --fv-title-top: 460px;
    --fv-title-left: 7%;
    --fv-title-w: min(640px, 85vw);
  --fv-catch1-top: 625px;
  --fv-catch1-left: 42%;
  --fv-catch2-top: 667px;
  --fv-catch2-left: 60%;
  }
    .lp-oem .lp-oem__fv {
        min-height: 990px;
        background-image: url(img/fv-bg-sp.jpg);
        background-position: center center;
        top: 40px;
    }
        .lp-oem .lp-oem-fv__catch {
        font-size: 14px;
        line-height: 1.7;
    }
  .lp-oem .lp-oem-intro{
    padding-top: 140px; 
  }
  .lp-oem .lp-oem-intro::before{
    top: -50px;
    height: 240px;
  }
    .lp-oem .lp-oem-intro__cta{
    width: 340px;
    min-width: 0;
    height: 86px;
    font-size: 23px;
    top: -220px;
  }
    .lp-oem .lp-oem-recommend{
    padding: 40px 0;
    height: 500px;
  }
  .lp-oem .lp-oem-recommend__inner{
    padding:0 3px;
    justify-content: center;
  }
      .lp-oem .lp-oem-recommend__content{
    padding-top: 35%;
  }
  
  .lp-oem .lp-oem-recommend__photo{
    min-height: 180px;
  }


.lp-oem-recommend::before {
content: "";
    position: absolute;
    left: 0;
    top: 20%;
    transform: translateY(-50%);
    width: 100%;
    height: 50%;
    background: url(img/recommend-photo-sp.png) center / cover no-repeat;
    z-index: 1;
} 
    .lp-oem .lp-oem-items{
    padding: 44px 0 52px;
  }
  .lp-oem .lp-oem-items__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 8px;
    width: 330px;
  }
  .lp-oem .lp-oem-items__title {
font-size: 20px;
   } 

  .lp-oem .lp-oem-items__icon{
    width: 70px;
    height: 70px;
  }
  .lp-oem-works__slider-wrap{
    padding: 0 16px;
  }
  .lp-oem-works__item{
    flex: 0 0 70%;
  }
  .lp-oem .lp-oem-trouble__inner{
    padding: 0 0 44px;
  }

  .lp-oem .lp-oem-trouble__photo--left,
  .lp-oem .lp-oem-trouble__photo--right{
    display: none;
  }
  .lp-oem .lp-oem-trouble__photo--sp{
    display: block;
  }

  .lp-oem .lp-oem-trouble__content{
    padding-top: 200px; 
    max-width: 92%;
  }

  .lp-oem .lp-oem-trouble::after{
    background: rgba(126,128,130,0.65);
  }
  .lp-oem-works-modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-84%,-50%);
  max-width: 90vw;
  max-height: 90vh;
}
.lp-oem-works-modal__content img{
  max-width: 170%;
  max-height: 90vh;
}
.lp-oem-works-modal__close{
  position: absolute;
  top: -40px;
  right: -160px;
  font-size: 32px;
}
  .lp-oem .lp-oem-risk0{
    padding: 54px 0 64px;
  }

  .lp-oem .lp-oem-risk0__cards{
    grid-template-columns: 1fr;
    gap: 30px;
  }
    .lp-oem .lp-oem-risk0__headImg img {
        width: 100%;
    display: block;
    }
        .lp-oem .lp-oem-risk0__text {
        margin-left: 15px;
        font-size: 18px;
        line-height: 1.6;
    }
    .lp-oem .lp-oem-risk0__body{
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
    .lp-oem .lp-oem-reasons{
    padding: 64px 0;
  }

  .lp-oem .lp-oem-reasons__item{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lp-oem .lp-oem-reasons__no{
    width: 88px;
  }
  .lp-oem .lp-oem-reasons__text{
  font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
}
 .lp-oem .lp-oem-about__inner{
    display: grid;
    grid-template-columns: 44% 1fr; 
    grid-template-rows: auto auto; 
    gap: 14px;
    align-items: start;
  }

  .lp-oem .lp-oem-about__content{
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: none; 
  }


  .lp-oem .lp-oem-about__photo{
    grid-column: 1;
    grid-row: 2;
    margin-top: -66px;
  }
  .lp-oem .lp-oem-about__photo img{
    width: 100%;
    margin: 0; 
  }


  .lp-oem .lp-oem-about__sign{
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    margin-top: 0;
    align-self: end; 
  }
    .lp-oem .lp-oem-flow{
    padding: 60px 0 46px;
  }

  .lp-oem .lp-oem-flow__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 420px;
  }

  .lp-oem .lp-oem-flow__card{
    padding: 16px 10px 14px;
  }
  .lp-oem .lp-oem-intro__inner {
    top: -160px;
  }   
  .lp-oem .lp-oem-trouble__heading img{
  display: block;
        position: absolute;
        width: 100%;
        height: auto;
        top: 100px;
}
.lp-oem .lp-oem-trouble__list {
    padding: 20px 0;
    margin: 0 auto;
}
.lp-oem .lp-oem-trouble__list li {
    font-size: 19px;
}
.lp-oem .lp-oem-faq__aText p {
    font-size: 16px;
}
.lp-oem .lp-oem-faq__qText {
    font-size: 18px;
}
    .lp-oem .lp-oem-form .wpcf7-list-item {
        margin-right: 10px;
    }
.lp-oem .lp-oem-intro__shape::before{
  position: absolute;
    top: 32px;
}
.lp-oem-intro__visual--l1{ display: none;}
.lp-oem-intro__visual--l2{ display: none;}
.lp-oem-intro__visual--l3{ display: none;}

.lp-oem-intro__visual--r1{ display: none;}
.lp-oem-intro__visual--r2{ display: none;}
.lp-oem-intro__visual--r3{ display: none;}

.lp-oem .lp-oem-risk0__top{
    grid-template-columns: 1fr clamp(150px, 28vw, 220px);
    grid-template-areas:
      "head head"
      "text illus";
    align-items: start;
    gap: 14px 12px;
    row-gap: 12px;
  }

  .lp-oem .lp-oem-risk0__left{
    display: contents;
  }

  .lp-oem .lp-oem-risk0__headImg{ grid-area: head; width: 100%; }
  .lp-oem .lp-oem-risk0__text{
    grid-area: text;
    margin-left: 0;  
    font-size: 15px;   
    line-height: 1.9;
    width: auto;   
    max-width: none;
  }

  .lp-oem .lp-oem-risk0__illus{
    grid-area: illus;
    position: static;  
    top: auto; right: auto;
    width: clamp(150px, 28vw, 220px);
    max-width: 130px;
    justify-self: end;
    align-self: start;
  }

  .lp-oem .lp-oem-risk0__headImg img{
    width: 100%;
  }

}

@media (max-width: 320px){
  .lp-oem .lp-oem-recommend__list li {
    font-size: 16px;
}
.lp-oem .lp-oem-recommend__content {
        padding-top: 45%;
    }
        .lp-oem .lp-oem-items__grid {
        width: 290px;
    }
    .lp-oem .lp-oem-intro__cta {
        width: 290px;
    }
        .lp-oem .lp-oem-fv__catch {
        font-size: 13px;
    }
    .lp-oem {
        --lp-header-h: 2px;
        --fv-title-top: 380px;
        --fv-title-left: 5%;
        --fv-title-w: min(640px, 90vw);
        --fv-catch1-top: 505px;
        --fv-catch1-left: 48%;
        --fv-catch2-top: 550px;
        --fv-catch2-left: 53%;
    }
    .lp-oem .lp-oem-intro__lead {
    font-size: 16px;
}
    .lp-oem .lp-oem-flow__card {
        height: 170px;
        width: 140px;
    }
        .lp-oem .lp-oem__fv {
        min-height: 850px;
        background-image: url(img/fv-bg-sp.jpg);
        background-position: center center;
        top: 40px;
    }
  }

  /* Contact Form 7 送信後メッセージを必ず表示させる */
.lp-oem .wpcf7-response-output{
  display: block !important;
  margin-top: 16px;
}

.lp-oem .wpcf7-not-valid-tip{
  display: block !important;
}