
:root {--red:#E60012;--black:#111;--text:#222;--muted:#555;--line:#e8e8e8;--bg:#f6f6f6;--container:1160px;--wide:1200px}
* {box-sizing:border-box}
html {scroll-behavior:smooth}
body {margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a {color:inherit;text-decoration:none} img {max-width:100%;display:block}
.header {position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.header-inner {width:min(calc(100% - 32px),var(--container));margin:auto;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo {font-size:34px;font-weight:900;letter-spacing:-.06em;color:#111} .logo-dot {color:var(--red)}
.nav {display:flex;gap:14px;font-size:13px;font-weight:800;white-space:nowrap}
.cta-row {display:flex;gap:8px;align-items:center}
.btn {display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;font-weight:900;font-size:14px;border:1px solid transparent}
.btn.red {background:var(--red);color:#fff} .btn.black {background:#111;color:#fff} .btn.white {background:#fff;color:#111;border-color:#111}
.notice {width:min(calc(100% - 32px),var(--container));margin:14px auto;background:#fff;border:1px solid #ddd;border-left:8px solid var(--red);border-radius:14px;padding:14px 16px;font-size:14px}
.notice strong {color:var(--red)}
.hero,.section {width:min(calc(100% - 32px),var(--wide));margin:0 auto 26px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.hero {box-shadow:0 10px 30px rgba(0,0,0,.06)}
.section-head {padding:22px 24px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid #f0f0f0}
.section-head h2 {margin:0;font-size:clamp(24px,2.3vw,34px);line-height:1.25;letter-spacing:-.03em}
.section-head p {margin:6px 0 0;color:var(--muted);font-size:15px}
.visual-reference img {width:100%;height:auto}
.confirm-box {padding:16px 24px 22px;background:#fff;display:block}
.tag {display:inline-block;background:#fff1f2;color:var(--red);border:1px solid #ffd2d6;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:900;margin-right:6px}
.system-strip {width:min(calc(100% - 32px),var(--wide));margin:0 auto 26px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.system-card {background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}
.system-card h3 {margin:0 0 8px} .system-card p {margin:0;color:var(--muted)}
.footer {background:#111;color:#fff;padding:30px 16px 60px;text-align:center}
.fixed-cta {position:fixed;right:18px;bottom:18px;z-index:200;display:flex;flex-direction:column;gap:8px}
@media(max-width:900px) {
  .nav {display:none} .header-inner {min-height:64px} .cta-row .black {display:none}
  .notice,.hero,.section,.system-strip {width:min(calc(100% - 20px),100%)}
  .section-head,.confirm-box {padding-left:16px;padding-right:16px}
  .confirm-box {grid-template-columns:1fr} .system-strip {grid-template-columns:1fr}
  .fixed-cta {left:10px;right:10px;bottom:10px;flex-direction:row} .fixed-cta .btn {flex:1}
}

@media(max-width:900px) {
  body {
    font-size: 16px;
    line-height: 1.85;
  }
  .notice {
    font-size: 15.5px;
    line-height: 1.85;
  }
  .section-head h2 {
    font-size: 25px;
    line-height: 1.35;
  }
  .section-head p {
    font-size: 16px;
    line-height: 1.85;
  }
  .confirm-box {
    font-size: 15.5px;
    line-height: 1.85;
  }
  .tag {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .system-card h3 {
    font-size: 20px;
  }
  .system-card p {
    font-size: 16px;
    line-height: 1.85;
  }
  .btn {
    min-height: 46px;
    font-size: 15.5px;
  }
  .fixed-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: row;
  }
  .fixed-cta .btn {
    flex: 1;
  }
}

.control-bar{position:sticky;top:0;z-index:120;background:#111;color:#fff;padding:10px 14px}
.control-inner{width:min(calc(100% - 28px),var(--container));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.control-actions{display:flex;gap:8px}
.citto-form{padding:22px 24px 26px}
.form-step{border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:16px;background:#fff}
.form-step h3{margin:0 0 12px;font-size:19px}
.form-note{margin:0 0 14px;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.citto-form label{display:grid;gap:6px;font-weight:900;font-size:14.5px}
.citto-form input,.citto-form select,.citto-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;background:#fff}
.citto-form .full{margin-top:14px}
.print-rows{display:grid;gap:12px;margin-bottom:14px}
.print-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;align-items:end;border:1px solid #eee;border-radius:14px;padding:12px;background:#fafafa}
.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.form-result,.estimate-total{margin-top:16px;border-left:6px solid var(--red);background:#fff8f8;border-radius:12px;padding:16px}
.estimate-total h3{margin-top:0}
.estimate-total dl{display:grid;gap:8px;margin:0}
.estimate-total dl div{display:flex;justify-content:space-between;border-bottom:1px solid #f0d5d5;padding-bottom:6px}
.estimate-total .total{font-size:20px;font-weight:900;color:var(--red)}
.design-mvp{padding:22px 24px 26px;display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.upload-box,.preview-box{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px}
.preview-box{min-height:240px;display:grid;place-items:center;background:#fafafa}
.shirt-outline{width:210px;height:240px;border:3px solid #111;border-radius:28px 28px 18px 18px;display:grid;place-items:center;text-align:center;font-weight:900;color:var(--red);background:#fff}
@media(max-width:900px){
  .control-inner{width:100%}
  .control-actions .black{display:none}
  .form-grid,.size-grid,.design-mvp,.print-row{grid-template-columns:1fr}
  .citto-form,.design-mvp{padding:18px 16px 22px}
  .form-step h3{font-size:20px}
  .citto-form label{font-size:15.5px}
  .form-actions .btn{width:100%}
}

.print-step {
  border-color: #ffd2d6;
  background: #fffafa;
}
.print-rows {
  display: grid;
  gap: 14px;
}
.print-row {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr auto;
  gap: 10px;
  align-items: end;
  border: 1px solid #eadada;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}
.print-row-title {
  align-self: center;
  font-weight: 900;
  color: var(--red);
  white-space: nowrap;
}
.add-print-wrap {
  margin-top: 14px;
}
.remove-print-row:disabled {
  opacity: .45;
  cursor: not-allowed;
}
@media(max-width:900px){
  .print-row {
    grid-template-columns: 1fr;
  }
  .print-row-title {
    font-size: 16px;
    border-bottom: 1px solid #f2dddd;
    padding-bottom: 8px;
  }
  .add-print-wrap .btn {
    width: 100%;
  }
}

#productCodeDisplay {
  font-weight: 800;
  background: #f7f7f7;
  color: #333;
}
.estimate-form textarea::placeholder,
.estimate-form input::placeholder {
  color: #888;
}
@media(max-width:900px){
  .size-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.print-row {
  grid-template-columns: 120px 1fr 1fr 1fr 1.4fr auto;
}
.submit-note {
  margin: 14px 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #f0d5d5;
  border-radius: 12px;
}
@media(max-width:1100px){
  .print-row {
    grid-template-columns: 1fr 1fr;
  }
  .print-row-title {
    grid-column: 1 / -1;
  }
}
@media(max-width:900px){
  .print-row {
    grid-template-columns: 1fr;
  }
}

#recommendedProduct,
#productType,
#productCodeDisplay {
  font-weight: 800;
}
#productCodeDisplay {
  background: #f7f7f7;
  color: #333;
}

#productType optgroup {
  font-weight: 900;
}

#attachment-area {
  scroll-margin-top: 80px;
}
#design-preview-future .section-head {
  background: #fafafa;
}

.anchor-target {
  display: block;
  scroll-margin-top: 110px;
}
.consult-complete {
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  background: #f2fff5;
  border-left: 6px solid #13a538;
}
.mini-check {
  color: #555;
  font-size: 14px;
}

.form-flow-note {
  margin: 8px 0 0;
  padding: 10px 12px;
  background: #fff7f7;
  border-left: 5px solid var(--red);
  border-radius: 10px;
  font-weight: 800;
}
.single-action .btn {
  min-width: 220px;
}

.mobile-step-guide {
  margin-top: 8px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff7f7;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}
.estimate-jump-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 18px 24px 0;
}
.estimate-jump-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f7f7f7;
  border: 1px solid var(--line);
  font-weight: 900;
  font-size: 13px;
}
#estimate-product,
#estimate-print,
#estimate-data,
#estimate-result {
  scroll-margin-top: 90px;
}
@media(max-width:900px){
  .mobile-step-guide {
    display: block;
    border-radius: 12px;
    line-height: 1.6;
    font-size: 14px;
  }
  .estimate-jump-links {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--line);
    padding: 10px;
    margin: 0;
  }
  .estimate-jump-links a {
    flex: 1 1 calc(50% - 6px);
    min-height: 44px;
    font-size: 14px;
  }
  .citto-form {
    padding: 14px 12px 22px;
  }
  .form-step {
    padding: 16px 14px;
    border-radius: 14px;
    margin-bottom: 14px;
  }
  .form-step h3 {
    font-size: 21px;
    line-height: 1.35;
  }
  .form-note,
  .form-flow-note,
  .submit-note,
  .mini-check {
    font-size: 15.5px;
    line-height: 1.75;
  }
  .citto-form input,
  .citto-form select,
  .citto-form textarea {
    min-height: 48px;
    font-size: 16px;
    padding: 13px;
  }
  .citto-form textarea {
    min-height: 120px;
  }
  .size-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .print-row {
    padding: 14px;
    gap: 12px;
  }
  .print-row-title {
    font-size: 17px;
  }
  .form-actions {
    position: sticky;
    bottom: 0;
    z-index: 70;
    background: rgba(255,255,255,.96);
    padding: 10px 0;
    border-top: 1px solid var(--line);
  }
  .form-actions .btn,
  #submitConsultBtn {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
  .estimate-total {
    font-size: 16px;
  }
  .estimate-total dl div {
    gap: 12px;
  }
  .estimate-total .total {
    font-size: 22px;
  }
}

.summary-lead {
  margin: 0 0 14px;
  color: #555;
  font-weight: 800;
}
.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 14px 0;
}
.summary-card,
.price-summary {
  background: #fff;
  border: 1px solid #f0d5d5;
  border-radius: 14px;
  padding: 14px;
}
.summary-card h4,
.price-summary h4 {
  margin: 0 0 10px;
  font-size: 17px;
}
.summary-card dl,
.price-summary dl {
  margin: 0;
  display: grid;
  gap: 8px;
}
.summary-card dl div,
.price-summary dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  border-bottom: 1px solid #f5eeee;
  padding-bottom: 6px;
}
.summary-card dt,
.price-summary dt {
  color: #555;
  font-weight: 900;
}
.summary-card dd,
.price-summary dd {
  margin: 0;
  word-break: break-word;
}
.sum-print-rows {
  display: grid;
  gap: 8px;
}
.sum-print-row {
  background: #fff7f7;
  border-radius: 10px;
  padding: 9px 10px;
}
.price-summary .total {
  font-size: 20px;
  font-weight: 900;
  color: var(--red);
}
@media(max-width:900px){
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .summary-card dl div,
  .price-summary dl div {
    grid-template-columns: 90px 1fr;
  }
}

.contact-minimal-note {
  margin: 0 0 16px;
  padding: 14px;
  background: #f7f7f7;
  border-left: 5px solid #111;
  border-radius: 12px;
}
.contact-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media(max-width:900px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-minimal-note {
    font-size: 15.5px;
    line-height: 1.75;
  }
}

.v83-usage-section{width:min(calc(100% - 32px),var(--wide));margin:0 auto 26px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.v83-usage-head{padding:24px 28px 14px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #f0f0f0}
.v83-usage-head h2{margin:0;font-size:clamp(28px,2.7vw,42px);line-height:1.25;letter-spacing:-.04em}
.v83-usage-head p{margin:6px 0 0;color:var(--muted);font-size:15px}
.v83-back{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid #111;border-radius:999px;font-weight:900;background:#fff;white-space:nowrap}
.v83-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding:0 40px 22px}
.v83-tab{min-height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;font-weight:900;font-size:13px;text-align:center}
.v83-feature{margin:0 40px 28px;display:grid;grid-template-columns:32% 68%;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.v83-feature-text{padding:28px 16px;display:flex;flex-direction:column;justify-content:center}
.v83-feature-text h3{margin:0 0 10px;font-size:26px;line-height:1.35}
.v83-feature-text .red{color:var(--red)}
.v83-feature-text .strong{margin:0 0 22px;font-weight:900}
.v83-feature-text p{margin:0 0 6px;font-size:14px;line-height:1.95}
.v83-btn{margin-top:26px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid #cfcfcf;border-radius:999px;background:#fff;font-weight:900;font-size:14px;white-space:nowrap}
.v83-main-slot{min-width:0;min-height:330px;background:#fff}
.v83-main-slot img{width:100%;height:100%;object-fit:contain;display:block;background:#fff}
.v83-voices-head{padding:0 40px 14px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.v83-voices-title{display:flex;align-items:baseline;gap:30px;flex-wrap:wrap}
.v83-voices-title h3{margin:0;font-size:26px;letter-spacing:-.03em}
.v83-voices-title p{margin:0;color:var(--muted);font-size:13px}
.v83-voices-head .v83-btn{margin-top:0}
.v83-voice-grid{padding:0 40px 24px;display:grid;grid-template-columns:1.12fr 1fr 1fr 1fr 1.12fr;gap:22px}
.v83-voice-slot{height:78px;border-radius:8px;overflow:hidden;background:#f7f7f7}
.v83-voice-slot img{width:100%;height:100%;object-fit:cover;display:block}
.v83-note{padding:0 28px 28px;display:flex;align-items:center;gap:12px}
.v83-note .danger{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#fff1f2;color:var(--red);border:1px solid #ffd2d6;font-weight:900;font-size:13px;white-space:nowrap}
.v83-note p{margin:0}
@media(max-width:900px){
.v83-usage-section{width:min(calc(100% - 20px),100%)}
.v83-usage-head{padding:20px 16px 12px;align-items:flex-start}
.v83-usage-head h2{font-size:25px;line-height:1.35}
.v83-back{min-height:38px;padding:0 14px;font-size:13px}
.v83-tabs{grid-template-columns:1fr;gap:8px;padding:0 16px 18px}
.v83-feature{margin:0 16px 24px;grid-template-columns:1fr}
.v83-feature-text{padding:22px 16px}
.v83-feature-text h3{font-size:22px}
.v83-main-slot{min-height:auto}
.v83-main-slot img{height:auto;object-fit:contain}
.v83-voices-head{padding:0 16px 14px;align-items:flex-start;flex-direction:column}
.v83-voices-title{gap:8px}
.v83-voices-title h3{font-size:22px}
.v83-voice-grid{padding:0 16px 20px;grid-template-columns:1fr;gap:12px}
.v83-voice-slot{height:120px}
.v83-note{padding:0 16px 22px;align-items:flex-start}
}

#company .visual-reference img{display:block;width:100%;height:auto;}

#estimate-form .v205-remark-field{display:block}
#estimate-form .v205-auto-note{margin:10px 0;padding:10px 12px;border-radius:10px;background:#f7f7f7;border-left:5px solid #111;font-size:12px;line-height:1.7;color:#333}
@media (min-width:981px){#estimate-form .v203-print-row{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr 1fr 1.1fr 1.1fr auto}}

#estimate-form .v209-print-group{box-shadow:0 0 0 3px #fff inset,0 0 0 1px #e8b8bc;background:#fffafa}
#estimate-form .v209-print-group-title{background:#fff1f2;border-radius:10px;padding:11px 13px!important;border:1px solid #efc8cb!important;margin-bottom:8px!important}
#estimate-form .v209-print-group .print-row-title{background:#fff!important;border-left:4px solid #d70012;border-radius:6px!important;padding:8px 10px!important}
#estimate-form .v209-print-group .print-row + .print-row{border-top:3px solid #f3c9cc!important}
#estimate-form .v209-print-group .v206-add-same-target{width:100%!important;max-width:none!important;margin-top:12px!important;font-weight:800}

#estimate-form .v213-reset-note{font-size:12px;color:#666;margin-top:6px}
#estimate-form .print-row.is-blouson .v194-layer-field{display:block!important}
#estimate-form .v194-layer-field select{min-width:110px}

.v90-editable-block{margin-top:18px}
.v90-methods-hero{
  display:grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap:14px;
  align-items:stretch;
}
.v90-methods-cta{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:flex-start;
  padding:14px 0;
}
.v90-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  line-height:1;
  min-height:46px;
  padding:0 22px;
  border:1px solid #222;
  white-space:nowrap;
}
.v90-btn-red{background:#ef1616;color:#fff;border-color:#ef1616}
.v90-btn-white{background:#fff;color:#222}
.v90-btn-small{min-height:38px;padding:0 16px;font-size:14px}
.v90-methods-hero-image{
  border-radius:14px;
  overflow:hidden;
  border:1px solid #ececec;
  background:#f7f7f7;
  min-height:62px;
}
.v90-methods-hero-image img{width:100%;height:100%;display:block;object-fit:cover}
.v90-feature-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
  margin-top:14px;
}
.v90-feature-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:12px;
  padding:14px 12px;
  text-align:center;
  font-size:14px;
  line-height:1.5;
  font-weight:700;
}
.v90-subhead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-top:18px;
}
.v90-subhead-left h3{margin:0;font-size:18px;line-height:1.4}
.v90-subhead-left p{margin:4px 0 0;font-size:13px;color:#555}
.v90-method-card-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:14px;
  margin-top:16px;
}
.v90-method-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:12px;
  overflow:hidden;
}
.v90-method-thumb{
  background:#f7f7f7;
  aspect-ratio:1.65 / 1;
  border-bottom:1px solid #f0f0f0;
}
.v90-method-thumb img{
  width:100%;height:100%;display:block;object-fit:contain;background:#f7f7f7;
}
.v90-method-card h4{margin:10px 12px 2px;font-size:18px;line-height:1.35}
.v90-method-card p{margin:0 12px 12px;font-size:12px;line-height:1.7;color:#444}
.v90-example-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:14px;
  margin-top:16px;
}
.v90-example-card{
  border-radius:12px;
  overflow:hidden;
  border:1px solid #ececec;
  background:#f7f7f7;
  aspect-ratio:1.55 / 1;
}
.v90-example-card img{width:100%;height:100%;display:block;object-fit:cover}
@media (max-width: 1200px){
  .v90-method-card-grid,.v90-example-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
  .v90-feature-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
}
@media (max-width: 768px){
  .v90-methods-hero{grid-template-columns:1fr}
  .v90-feature-grid,.v90-method-card-grid,.v90-example-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .v90-subhead{flex-direction:column}
  .v90-methods-cta{flex-wrap:wrap}
}

.v90-method-thumb{display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;background:#fff;}
.v90-method-thumb img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block;background:#fff;}
.v90-example-card{background:#fff;}
.v90-example-card img{display:block;object-fit:cover;}

.v94-image-slot-placeholder{
  width:100%;
  height:100%;
  min-height:94px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:linear-gradient(135deg,#f8f8f8,#efefef);
  border:1px dashed #bbb;
  border-radius:10px;
  box-sizing:border-box;
  text-align:center;
  color:#111;
  padding:10px;
}
.v94-image-slot-placeholder .v94-slot-label{
  font-weight:800;
  font-size:14px;
  line-height:1.4;
}
.v94-image-slot-placeholder small{
  color:#666;
  font-size:11px;
}
.v90-method-thumb,
.v90-example-card,
.v90-methods-hero-image{
  min-height:110px;
}
.v90-methods-hero-image .v94-image-slot-placeholder{
  min-height:72px;
}

.v83-voice-slot,
.v82-voice-slot{
  height:auto !important;
  min-height:0 !important;
  background:#fff !important;
  border:1px solid #ececec;
  border-radius:10px;
}
.v83-voice-slot img,
.v82-voice-slot img{
  height:78px !important;
  object-fit:cover;
  border-radius:8px 8px 0 0;
}
.v102-voice-caption{
  padding:8px 10px 10px;
  background:#fff;
  text-align:left;
  line-height:1.45;
}
.v102-voice-caption strong{
  display:block;
  color:#e60012;
  font-weight:900;
  font-size:13px;
  margin-bottom:2px;
}
.v102-voice-caption span{
  display:block;
  color:#222;
  font-size:12px;
}
#company .visual-reference img{
  display:block;
  width:100%;
  height:auto;
}

.v105-company-section{overflow:hidden}
.v105-company-inner{background:#fff}
.v105-guide-block{
  display:grid;
  grid-template-columns: 1.25fr .8fr .72fr;
  gap:22px;
  padding:28px 28px 24px;
  align-items:start;
}
.v105-guide h3,.v105-faq h3,.v105-company-info h3{
  margin:0 0 14px;
  font-size:18px;
  letter-spacing:-.02em;
}
.v105-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap:8px;
  align-items:stretch;
}
.v105-flow-card{
  border:1px solid #e9e9e9;
  border-radius:12px;
  padding:14px 10px;
  text-align:center;
  background:#fff;
  min-height:122px;
}
.v105-icon{
  width:34px;height:34px;border:2px solid #e60012;color:#e60012;
  display:grid;place-items:center;margin:0 auto 8px;border-radius:10px;font-weight:900;
}
.v105-flow-card strong{display:block;font-size:13px;margin-bottom:6px}
.v105-flow-card span{display:block;font-size:11px;line-height:1.55;color:#555}
.v105-arrow{display:grid;place-items:center;color:#777;font-size:24px}
.v105-faq-list{display:grid;gap:6px}
.v105-faq details{
  border:1px solid #e9e9e9;border-radius:8px;background:#fff;overflow:hidden;
}
.v105-faq summary{
  cursor:pointer;list-style:none;padding:9px 12px;font-size:13px;font-weight:800;
  display:flex;justify-content:space-between;gap:12px;
}
.v105-faq summary::after{content:"+";font-weight:900}
.v105-faq details[open] summary::after{content:"−"}
.v105-faq p{margin:0;padding:0 12px 10px;font-size:12px;line-height:1.6;color:#555}
.v105-small-link{display:block;text-align:right;margin-top:10px;font-size:12px;font-weight:800}
.v105-company-card{
  border:1px solid #e9e9e9;border-radius:12px;padding:16px;background:#fff;
  font-size:13px;line-height:1.65;
}
.v105-company-card strong{font-size:16px}
.v105-company-card p{margin:7px 0}
.v105-branch{margin-top:12px;padding-top:12px;border-top:1px solid #eee}
.v105-red-cta{
  background:#e60012;color:#fff;text-align:center;padding:20px 26px 22px;
}
.v105-red-copy strong{display:block;font-size:20px;letter-spacing:.02em}
.v105-red-copy span{display:block;font-size:13px;margin-top:2px}
.v105-red-actions{
  margin:16px auto 0;
  max-width:980px;
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  gap:16px;
  align-items:center;
}
.v105-red-actions a,.v105-phone{
  background:#fff;color:#e60012;border-radius:8px;min-height:62px;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  font-weight:900;text-align:center;padding:8px 12px;
}
.v105-red-actions small,.v105-phone small{font-size:11px;color:inherit;font-weight:700}
.v105-phone{background:#e60012;color:#fff;border-left:1px solid rgba(255,255,255,.35)}
.v105-phone strong{font-size:28px;line-height:1.1}
.v105-footer{
  background:#080808;color:#fff;padding:24px 28px;
  display:grid;grid-template-columns:1fr 1fr 1.2fr 1fr;gap:24px;align-items:start;
}
.v105-citto{font-size:40px;font-weight:900;letter-spacing:-.06em;line-height:1;color:#fff}
.v105-citto::first-letter{color:#fff}
.v105-footer p,.v105-footer span{font-size:12px;color:#ddd;line-height:1.65}
.v105-footer-contact{display:grid;gap:5px}
.v105-footer-contact strong{font-size:18px}
.v105-footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;font-size:13px}
.v105-footer-nav a{color:#fff}
.v105-footer-buttons{display:grid;gap:8px}
.v105-footer-buttons a{
  border:1px solid #333;border-radius:7px;min-height:38px;
  display:grid;place-items:center;font-weight:800;background:#111;color:#fff;
}
.v105-footer-buttons a:first-child{background:#e60012;border-color:#e60012}
@media(max-width:1100px){
  .v105-guide-block{grid-template-columns:1fr}
  .v105-flow{grid-template-columns:1fr}
  .v105-arrow{display:none}
  .v105-red-actions{grid-template-columns:1fr}
  .v105-footer{grid-template-columns:1fr}
}

@media(min-width:1101px){
  .v105-company-section .section-head{
    padding-top:26px;
    padding-bottom:18px;
  }
  .v105-company-inner{
    border-top:1px solid #f0f0f0;
  }
  .v105-guide-block{
    grid-template-columns: 1.45fr .9fr .78fr;
    gap:26px;
    padding:32px 32px 28px;
  }
  .v105-flow-card{
    min-height:136px;
    padding:16px 10px;
  }
  .v105-flow-card strong{
    font-size:13.5px;
  }
  .v105-flow-card span{
    font-size:11.5px;
  }
  .v105-faq summary{
    min-height:38px;
    align-items:center;
  }
  .v105-company-card{
    min-height:250px;
  }
  .v105-red-cta{
    padding-top:24px;
    padding-bottom:26px;
  }
  .v105-red-actions{
    max-width:1040px;
  }
  .v105-footer{
    grid-template-columns:1.15fr .9fr 1.1fr .9fr;
    padding-top:28px;
    padding-bottom:30px;
  }
}

@media(min-width:1101px){
  .v105-guide-block{
    grid-template-columns: 1.35fr .95fr .85fr !important;
    gap:20px !important;
    padding:24px 28px 22px !important;
  }
  .v105-flow{
    gap:6px !important;
  }
  .v105-flow-card{
    min-height:108px !important;
    padding:10px 8px !important;
  }
  .v105-flow-card strong{
    font-size:12.5px !important;
    line-height:1.35 !important;
  }
  .v105-flow-card span{
    font-size:10.5px !important;
    line-height:1.45 !important;
  }
  .v105-icon{
    width:30px !important;
    height:30px !important;
    margin-bottom:6px !important;
  }
  .v105-company-card{
    min-height:0 !important;
    padding:14px !important;
  }
  .v105-footer{
    grid-template-columns: 1.1fr 1fr 1.1fr .9fr !important;
    gap:20px !important;
    padding:22px 28px !important;
  }
}
.v114-footer-logo-slot{
  width:116px;
  height:42px;
  border:1px dashed rgba(255,255,255,.45);
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:11px;
  font-weight:800;
  margin-bottom:10px;
  background:rgba(255,255,255,.04);
}
.v105-citto{
  display:none !important;
}
.v114-contact-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:0 0 4px;
}
.v114-contact-label{
  min-width:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  padding:1px 7px;
  color:#fff;
}
.v114-contact-line strong{
  font-size:20px;
  line-height:1.2;
}
.v114-contact-note{
  display:block;
  color:#ddd;
  font-size:11px;
  line-height:1.5;
  margin:0 0 8px 44px;
}
@media(max-width:1100px){
  .v114-footer-logo-slot{
    width:112px;
    height:40px;
  }
}

.v114-footer-logo-slot{
  width:124px !important;
  height:auto !important;
  border:0 !important;
  background:transparent !important;
  justify-content:flex-start !important;
  margin-bottom:10px !important;
  padding:0 !important;
}
.v115-footer-logo-img{
  display:block;
  width:112px;
  height:auto;
}

.v121-footer-logo-img{width:116px;height:auto;display:block;object-fit:contain}
.v114-footer-logo-slot{background:transparent!important;border:0!important;min-height:auto!important;padding:0!important;width:auto!important;max-width:none!important}
.v105-footer-logo{gap:8px!important}
.v105-footer{align-items:center!important;padding-top:18px!important;padding-bottom:18px!important}
.control-bar{display:none!important}
.notice{display:none!important}

.control-bar,.notice,.confirm-box,.internal-note,.production-note,.debug-note{display:none!important;}
footer.footer small, .footer small[data-text-slot="footer_internal_hash"]{display:none!important;}
.v94-image-slot-placeholder small{display:none!important;}
[data-private="true"]{display:none!important;}
img[data-image-slot], img[data-logo-slot]{max-width:100%;}

.v94-image-slot-placeholder[data-filled-version="v132"]{padding:0!important;border:0!important;background:#fff!important;overflow:hidden!important;}
.v94-image-slot-placeholder[data-filled-version="v132"] > img.v132-slot-photo-only{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;}
.v90-method-thumb .v94-image-slot-placeholder[data-filled-version="v132"] > img.v132-slot-photo-only{object-fit:contain;background:#fff;}

.v114-footer-logo-slot{
  background:#fff !important;
  border:0 !important;
  border-radius:10px !important;
  padding:6px 9px !important;
  width:auto !important;
  max-width:none !important;
  min-height:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}
.v136-footer-logo-img,
#logo_footer_black{
  width:116px !important;
  height:auto !important;
  max-width:116px !important;
  display:block !important;
  object-fit:contain !important;
  image-rendering:auto !important;
}
.v90-example-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
}
.v90-example-card{
  aspect-ratio:1.55/1 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  border:1px solid #ececec !important;
  background:#fff !important;
}
.v90-example-card .v94-image-slot-placeholder{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  display:block !important;
  overflow:hidden !important;
}
.v136-silk-example-img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}
@media (max-width: 768px){
  .v90-example-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
}
@media (max-width: 480px){
  .v90-example-grid{grid-template-columns:1fr !important;}
}

.wear-category-section{background:#fff;border:1px solid #e9e9e9;border-radius:22px;margin:24px auto;padding:0;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.wear-category-head{padding:22px 26px;border-bottom:1px solid #eee;margin:0;gap:18px}
.wear-category-head p{margin:8px 0 0;color:#555;line-height:1.8;font-size:14px;max-width:760px}
.wear-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:18px 18px 22px}
.wear-category-card{display:flex;flex-direction:column;text-decoration:none;color:#111;background:#fff;border:1px solid #e7e7e7;border-radius:18px;overflow:hidden;min-height:100%;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.wear-category-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#ef001e}
.wear-category-photo{aspect-ratio:1.4/1;background:#fafafa;border-bottom:1px solid #efefef;display:flex;align-items:center;justify-content:center;padding:10px}
.wear-category-photo img{width:100%;height:100%;object-fit:contain;display:block}
.wear-category-copy{display:flex;flex-direction:column;gap:8px;padding:16px 16px 14px}
.wear-category-copy strong{font-size:18px;line-height:1.35;font-weight:900}
.wear-category-copy small{font-size:13px;line-height:1.75;color:#555;flex:1}
.wear-category-copy em{font-style:normal;font-size:12px;font-weight:800;color:#ef001e;border-top:1px solid #eee;padding-top:10px;margin-top:4px}
.hero-mobile-banner{display:none}
.hero-mobile-brand-row,.hero-mobile-cta-row,.hero-mobile-nav{display:flex}
.hero-mobile-banner{padding:16px}
.hero-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.hero-mobile-brand{display:flex;align-items:center;gap:10px;min-width:0}
.hero-mobile-brand img{width:92px;height:auto;flex:0 0 auto}
.hero-mobile-brand-text{display:grid;gap:2px;min-width:0}
.hero-mobile-brand-text strong{font-size:12px;line-height:1.35}
.hero-mobile-brand-text span{font-size:10px;line-height:1.45;color:#555}
.hero-mobile-phone{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid #111;border-radius:999px;font-size:14px;font-weight:900;white-space:nowrap}
.hero-mobile-copy{display:grid;gap:8px;margin-bottom:14px}
.hero-mobile-copy p{margin:0}
.hero-mobile-kicker{font-size:12px;font-weight:800;color:#555}
.hero-mobile-copy h1{margin:0;font-size:30px;line-height:1.3;letter-spacing:-.03em}
.hero-mobile-copy h1 .accent{color:#E60012}
.hero-mobile-lead{font-size:13px;line-height:1.8;color:#444}
.hero-mobile-photo{border-radius:18px;overflow:hidden;border:1px solid #efefef;background:#fff;margin-bottom:12px}
.hero-mobile-photo img{width:100%;height:auto;display:block}
.hero-mobile-cta-row{gap:8px;margin-bottom:10px}
.hero-mobile-cta-row .btn{flex:1;min-height:44px;padding:0 10px;font-size:13px}
.hero-mobile-nav{gap:8px;overflow:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.hero-mobile-nav::-webkit-scrollbar{display:none}
.hero-mobile-nav a{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:#f5f5f5;border:1px solid #ececec;font-size:12px;font-weight:800;white-space:nowrap}
@media (max-width:1100px){.wear-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:768px){
  #hero .hero-desktop-reference{display:none}
  #hero .confirm-box.internal-note{display:none}
  .hero-mobile-banner{display:block}
  .wear-category-section{border-radius:18px;margin:18px auto}
  .wear-category-head{padding:20px 18px}
  .wear-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}
  .wear-category-copy{padding:14px 14px 12px}
  .wear-category-copy strong{font-size:16px}
  .wear-category-copy small{font-size:12px}
}
@media (max-width:430px){
  .hero-mobile-top{align-items:flex-start;flex-direction:column}
  .hero-mobile-phone{width:100%}
  .hero-mobile-copy h1{font-size:28px}
  .hero-mobile-cta-row{flex-wrap:wrap}
  .hero-mobile-cta-row .btn{flex:1 1 calc(50% - 4px)}
  .wear-category-grid{grid-template-columns:1fr}
}

#methods .v90-method-card{cursor:pointer;position:relative;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;background:#fff;display:flex;flex-direction:column;height:100%;}
#methods .v90-method-card:hover,#methods .v90-method-card:focus{transform:translateY(-2px);box-shadow:0 14px 26px rgba(0,0,0,.08);border-color:#E60012;outline:none;}
#methods .v90-method-card img{display:block;}
#methods .v90-method-card h4{margin:12px 12px 4px;}
#methods .v90-method-card p{margin:0 12px 12px;flex:1 1 auto;}
.v142-method-select-btn{display:block;margin:0 12px 14px;margin-top:auto;padding:8px 10px;border-radius:999px;background:#E60012;color:#fff;font-size:12px;font-weight:900;text-align:center;line-height:1.4;}
#methods .v90-method-card.is-selected{border-color:#E60012!important;box-shadow:0 0 0 3px rgba(230,0,18,.12),0 14px 26px rgba(0,0,0,.08);}
#methods .v90-method-card.is-selected .v142-method-select-btn{background:#111;}
.v142-method-status{margin:14px 18px 18px;padding:12px 14px;border-left:6px solid #E60012;border-radius:12px;background:#fff7f7;font-size:14px;font-weight:800;}

#bodies .section-head{align-items:flex-end;}
#bodies .v145-body-lead{display:block;margin:6px 0 0;color:#555;font-size:15px;line-height:1.8;}
.v145-body-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px 22px 12px;}
.v145-body-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e8e8e8;border-radius:20px;overflow:hidden;color:#111;text-decoration:none;min-height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;box-shadow:0 6px 18px rgba(0,0,0,.04);}
.v145-body-card:hover,.v145-body-card:focus{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.10);border-color:#E60012;outline:none;}
.v145-body-photo{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fafafa 0%,#f3f3f3 100%);border-bottom:1px solid #efefef;min-height:208px;padding:18px;}
.v145-body-photo img{width:100%;max-width:300px;height:172px;object-fit:contain;display:block;image-rendering:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.10));}
.v145-body-copy{display:flex;flex-direction:column;gap:6px;min-width:0;padding:16px 18px 18px;flex:1;}
.v145-body-copy strong{font-size:20px;line-height:1.35;font-weight:900;letter-spacing:-.02em;}
.v145-body-maker{font-size:13px;font-weight:900;color:#E60012;line-height:1.4;}
.v145-body-copy small{font-size:13px;line-height:1.75;color:#555;flex:1;}
.v145-body-copy em{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:8px;padding:9px 14px;border-radius:999px;background:#E60012;color:#fff;font-style:normal;font-size:12px;font-weight:900;line-height:1.3;}
.v145-body-card.is-selected{border-color:#E60012!important;box-shadow:0 0 0 3px rgba(230,0,18,.12),0 16px 34px rgba(0,0,0,.10);}
.v145-body-card.is-selected em{background:#111;}
.v145-body-note{margin:4px 22px 22px;padding:14px 16px;border-radius:14px;background:#fff7f7;border-left:6px solid #E60012;display:grid;gap:4px;font-size:14px;line-height:1.7;}
.v145-body-note strong{font-weight:900;color:#111;}
.v145-body-note span{color:#555;}
@media(max-width:1080px){.v145-body-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.v145-body-grid{grid-template-columns:1fr;padding:16px 14px 8px;gap:14px}.v145-body-card{border-radius:18px}.v145-body-photo{min-height:190px;padding:16px}.v145-body-photo img{height:156px;max-width:100%}.v145-body-copy{padding:14px 15px 16px}.v145-body-copy strong{font-size:18px}.v145-body-copy small{font-size:12px}.v145-body-note{margin:4px 14px 18px}}

#wear-categories .wear-category-photo{
  background:#fff !important;
  min-height:190px;
  padding:10px !important;
}
#wear-categories .wear-category-photo img{
  width:100% !important;
  height:100% !important;
  max-height:240px !important;
  object-fit:contain !important;
  object-position:center center !important;
  image-rendering:auto;
  transform:translateZ(0);
}
@media (min-width: 1000px){
  #wear-categories .wear-category-photo{min-height:220px;}
  #wear-categories .wear-category-photo img{max-height:260px !important;}
}
@media (max-width: 768px){
  #wear-categories .wear-category-photo{min-height:210px;}
  #wear-categories .wear-category-photo img{max-height:260px !important;}
}

.v150-hero-assurance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 0}
.v150-hero-assurance span{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #eee;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.v150-hero-assurance b{color:#E60012}
.v150-product-detail-section{margin:32px auto;padding:0;background:#fff;border:1px solid #e9e9e9;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.v150-product-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px 26px;border-bottom:1px solid #eee}
.v150-product-detail-head h2{margin:0;font-size:clamp(24px,3vw,36px);line-height:1.25;letter-spacing:-.04em}
.v150-product-detail-head p{margin:8px 0 0;color:#555;line-height:1.8;font-size:14px;max-width:820px}
.v150-product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:22px}
.v150-product-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;overflow:hidden;text-decoration:none;color:#111;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.v150-product-card:hover,.v150-product-card:focus{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.10);border-color:#E60012;outline:none}
.v150-product-img{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fafafa,#f3f3f3);padding:18px;min-height:190px}
.v150-product-img img{width:100%;height:150px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.10))}
.v150-product-copy{padding:18px 18px 18px 0;display:flex;flex-direction:column;gap:8px}
.v150-product-copy h3{margin:0;font-size:21px;line-height:1.35}
.v150-product-copy .code{font-size:13px;font-weight:900;color:#E60012}
.v150-product-copy p{margin:0;font-size:13px;line-height:1.75;color:#555}
.v150-spec-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
.v150-spec-tags span{border:1px solid #eee;background:#fafafa;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;color:#333}
.v150-product-cta{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px}
.v150-product-cta em{font-style:normal;background:#111;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}
.v150-product-cta strong{background:#E60012;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}
.v150-note{margin:0 22px 22px;padding:14px 16px;border-radius:14px;background:#fff7f7;border-left:6px solid #E60012;color:#444;font-size:13px;line-height:1.8}
@media(max-width:900px){.v150-hero-assurance{grid-template-columns:repeat(2,minmax(0,1fr))}.v150-product-list{grid-template-columns:1fr}.v150-product-card{grid-template-columns:150px minmax(0,1fr)}}
@media(max-width:560px){.v150-hero-assurance{grid-template-columns:1fr}.v150-product-detail-head{display:block;padding:20px 18px}.v150-product-list{padding:14px}.v150-product-card{grid-template-columns:1fr}.v150-product-img{min-height:190px}.v150-product-copy{padding:0 16px 16px}.v150-product-img img{height:160px}}

.hero-mobile-phone{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.hero-phone-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  flex:0 0 auto;
}
.hero-phone-number{
  display:inline-block;
}

.v155-choice-guide{margin:26px auto;background:#fff;border:1px solid #e9e9e9;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.04)}
.v155-choice-head{padding:24px 26px;border-bottom:1px solid #eee}
.v155-choice-head h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.25;letter-spacing:-.04em}
.v155-choice-head p{margin:8px 0 0;color:#555;line-height:1.8;font-size:14px;max-width:860px}
.v155-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px 22px 22px}
.v155-choice-card{display:flex;flex-direction:column;gap:9px;min-height:100%;padding:18px;border:1px solid #e8e8e8;border-radius:18px;background:linear-gradient(180deg,#fff,#fafafa);text-decoration:none;color:#111;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.v155-choice-card:hover,.v155-choice-card:focus{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.09);border-color:#E60012;outline:none}
.v155-choice-icon{width:44px;height:44px;border-radius:14px;background:#E60012;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900}
.v155-choice-card strong{font-size:17px;line-height:1.35}
.v155-choice-card span:not(.v155-choice-icon){font-size:12px;line-height:1.7;color:#555}
.v155-choice-card em{margin-top:auto;font-style:normal;font-size:12px;font-weight:900;color:#E60012}
.v155-body-use-badge{display:inline-flex;margin:0 0 8px;padding:5px 9px;border-radius:999px;background:#fff7f7;color:#E60012;font-size:11px;font-weight:900}
@media(max-width:900px){.v155-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.v155-choice-head{padding:20px 18px}.v155-choice-grid{grid-template-columns:1fr;padding:14px}.v155-choice-card{padding:16px}}

.v155-choice-guide,
.v150-product-detail-section{
  max-width: var(--wide, 1200px);
  width: min(calc(100% - 32px), var(--wide, 1200px));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  .v155-choice-guide,
  .v150-product-detail-section{
    width: calc(100% - 24px);
    border-radius: 20px;
  }
}
@media (max-width: 420px){
  .v155-choice-guide,
  .v150-product-detail-section{
    width: calc(100% - 18px);
  }
}

/* ウェアから選ぶ：写真でなく「カテゴリ入口」に見えるように色帯・用途ラベルを強調 */
#wear-categories .wear-category-card{
  position:relative;
  background:#fff;
}
#wear-categories .wear-category-card::before{
  content:"ウェアから選ぶ";
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  padding:5px 9px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.02em;
}
#wear-categories .wear-category-photo{
  min-height:172px;
  border-bottom:0;
  background:linear-gradient(135deg,#fff5f5 0%,#fff 58%,#f6f6f6 100%);
}
#wear-categories .wear-category-card:nth-child(2) .wear-category-photo{background:linear-gradient(135deg,#eef7ff 0%,#fff 58%,#f6f6f6 100%)}
#wear-categories .wear-category-card:nth-child(3) .wear-category-photo{background:linear-gradient(135deg,#f5f0ff 0%,#fff 58%,#f6f6f6 100%)}
#wear-categories .wear-category-card:nth-child(4) .wear-category-photo{background:linear-gradient(135deg,#fff7e8 0%,#fff 58%,#f6f6f6 100%)}
#wear-categories .wear-category-card:nth-child(5) .wear-category-photo{background:linear-gradient(135deg,#edf8ef 0%,#fff 58%,#f6f6f6 100%)}
#wear-categories .wear-category-card:nth-child(6) .wear-category-photo{background:linear-gradient(135deg,#f0f0f0 0%,#fff 58%,#f6f6f6 100%)}
#wear-categories .wear-category-photo img{
  max-width:84%;
  max-height:150px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.12));
}
#wear-categories .wear-category-copy strong::before{
  content:"ITEM";
  display:inline-flex;
  margin-right:7px;
  vertical-align:middle;
  padding:3px 6px;
  border-radius:999px;
  background:#E60012;
  color:#fff;
  font-size:10px;
  line-height:1;
  letter-spacing:.04em;
}

/* おすすめボディ：商品候補として見えるように、商品番号と見積りCTAを強調 */
#bodies .v145-body-card{
  background:#fff;
}
#bodies .v145-body-photo{
  background:#f7f7f7;
}
#bodies .v145-body-copy::before{
  content:"おすすめボディ";
  display:inline-flex;
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  background:#fff7f7;
  color:#E60012;
  font-size:11px;
  font-weight:900;
}
#bodies .v145-body-copy strong{
  font-size:22px;
}
#bodies .v145-body-maker{
  background:#111;
  color:#fff!important;
  width:max-content;
  max-width:100%;
  padding:5px 9px;
  border-radius:999px;
}

/* 商品ごとの特徴：同じ写真でも「詳細・仕様確認」に見えるように画像を小さく、テキストと仕様を主役化 */
.v150-product-card{
  grid-template-columns:128px minmax(0,1fr);
  background:linear-gradient(90deg,#fff 0%,#fff 72%,#fafafa 100%);
}
.v150-product-img{
  min-height:168px;
  padding:14px;
  background:#f5f5f5;
}
.v150-product-img img{
  height:118px;
  max-width:110px;
}
.v150-product-copy h3::before{
  content:"商品詳細";
  display:inline-flex;
  margin-right:8px;
  padding:4px 7px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:10px;
  line-height:1;
  vertical-align:middle;
}
.v150-spec-tags span{
  background:#fff;
  border-color:#ddd;
}
.v150-product-cta em{
  background:#f3f3f3;
  color:#111;
}
.v150-product-cta strong{
  box-shadow:0 8px 18px rgba(230,0,18,.18);
}

@media(max-width:560px){
  #wear-categories .wear-category-photo{min-height:160px}
  #wear-categories .wear-category-photo img{max-height:138px}
  .v150-product-card{grid-template-columns:1fr}
  .v150-product-img{min-height:150px}
  .v150-product-img img{height:120px}
}

#hero,
.hero,
.hero-mobile-banner{
  position: relative;
}

#hero .visual-reference,
#hero .hero-desktop-reference,
.hero-desktop-reference{
  pointer-events: none !important;
}

#hero a,
#hero button,
.hero-mobile-banner a,
.hero-mobile-banner button,
.sticky-cta a,
.fixed-cta a{
  pointer-events: auto !important;
  position: relative;
  z-index: 20;
}

.hero-mobile-banner{
  z-index: 3;
}

.hero-mobile-cta-row,
.hero-mobile-nav,
.hero-mobile-phone{
  position: relative;
  z-index: 30;
}

.hero-mobile-cta-row .btn,
.hero-mobile-nav a,
.hero-mobile-phone{
  cursor: pointer;
  text-decoration: none;
}

/* 画像が上にかぶってリンクを塞がないようにする */
.hero-mobile-photo,
.hero-mobile-photo img{
  pointer-events: none;
}

/* 見た目を崩さず、スマホ時も押しやすいタップ領域を確保 */
@media(max-width:768px){
  .hero-mobile-cta-row .btn{
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hero-mobile-phone{
    min-height: 42px;
  }
}

body{
  padding-top: 118px;
}
.citto-sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  backdrop-filter: blur(8px);
}
.citto-sticky-inner{
  max-width: var(--wide, 1200px);
  margin: 0 auto;
  padding: 10px 18px 8px;
}
.citto-sticky-main{
  display: grid;
  grid-template-columns: minmax(250px,1fr) auto;
  align-items: center;
  gap: 18px;
}
.citto-sticky-brand{
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
  color: #111;
}
.citto-sticky-logo{
  width: 120px;
  max-width: 120px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.citto-sticky-title{
  display: grid;
  gap: 3px;
  min-width: 0;
}
.citto-sticky-title strong{
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}
.citto-sticky-title span{
  font-size: 11px;
  line-height: 1.45;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.citto-sticky-actions{
  display: flex;
  align-items: center;
  gap: 10px;
}
.citto-sticky-phone{
  display: grid;
  gap: 1px;
  min-width: 156px;
  text-decoration: none;
  color: #111;
  font-weight: 900;
  line-height: 1.1;
}
.citto-sticky-phone .num{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #E60012;
  font-size: 24px;
  letter-spacing: .01em;
}
.citto-sticky-phone .sub{
  font-size: 10px;
  color: #555;
  font-weight: 700;
}
.citto-sticky-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  pointer-events: auto;
}
.citto-sticky-btn.red{background:#E60012;color:#fff}
.citto-sticky-btn.black{background:#111;color:#fff}
.citto-sticky-btn.outline{background:#fff;color:#111;border-color:#111}
.citto-sticky-nav{
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 0;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
.citto-sticky-nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 8px;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  border-right: 1px solid #eee;
  pointer-events: auto;
}
.citto-sticky-nav a:last-child{border-right:0}
.citto-sticky-nav a:hover{background:#f7f7f7;color:#E60012}
.citto-sticky-header svg{display:block}

/* 既存のスクリーンショット風トップ参照画像がある場合はヘッダーとして表示させない */
#hero .visual-reference.hero-desktop-reference,
#hero .visual-reference{
  pointer-events:none;
}

@media (max-width: 820px){
  body{padding-top: 108px;}
  .citto-sticky-inner{padding:8px 12px}
  .citto-sticky-main{grid-template-columns: 1fr; gap:8px}
  .citto-sticky-brand{gap:10px}
  .citto-sticky-logo{width:88px;max-width:88px}
  .citto-sticky-title strong{font-size:12px}
  .citto-sticky-title span{font-size:10px}
  .citto-sticky-actions{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:8px;
  }
  .citto-sticky-phone{
    grid-column:1 / -1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    border:1px solid #111;
    border-radius:999px;
    min-width:0;
  }
  .citto-sticky-phone .num{font-size:18px;color:#111}
  .citto-sticky-phone .sub{display:none}
  .citto-sticky-btn{min-height:42px;border-radius:999px;padding:0 10px;font-size:13px}
  .citto-sticky-btn.outline{display:none}
  .citto-sticky-nav{
    display:flex;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    margin-top:8px;
    padding-bottom:2px;
  }
  .citto-sticky-nav::-webkit-scrollbar{display:none}
  .citto-sticky-nav a{
    flex:0 0 auto;
    min-height:30px;
    padding:0 12px;
    border-right:0;
    border-radius:999px;
    background:#f5f5f5;
    margin-right:6px;
    font-size:11px;
  }
}

#hero .hero-mobile-top,
#hero .hero-mobile-brand,
#hero .hero-mobile-phone,
#hero .hero-mobile-nav{
  display:none !important;
}

/* 参照画像内のヘッダー風部分が重複して見える場合、ヒーロー参照画像を上に詰めず本文を優先 */
#hero .hero-mobile-banner{
  padding-top: 18px;
}

/* 固定ヘッダーがあるため、ファーストビュー側はキャッチコピーとCTAを主役にする */
#hero .hero-mobile-copy{
  margin-top: 0;
}

#hero .visual-reference.hero-desktop-reference,
#hero .visual-reference{
  overflow: hidden;
}

#hero #hero_main_reference_img{
  display: block;
  width: 100%;
  height: auto;
}

#hero .confirm-box.internal-note,
#hero .internal-note{
  display: none !important;
}

.citto-sticky-brand{
  overflow: visible !important;
  align-items: center !important;
}

.citto-sticky-logo{
  display: block !important;
  width: 118px !important;
  height: auto !important;
  max-width: 118px !important;
  max-height: 44px !important;
  object-fit: contain !important;
  object-position: center center !important;
  image-rendering: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 820px){
  .citto-sticky-logo{
    width: 88px !important;
    max-width: 88px !important;
    max-height: 34px !important;
  }
}

@media (max-width: 420px){
  .citto-sticky-logo{
    width: 82px !important;
    max-width: 82px !important;
    max-height: 32px !important;
  }
}

@media (max-width: 820px){
  body{
    padding-top: 164px !important;
  }
  .citto-sticky-actions{
    display: block !important;
  }
  .citto-sticky-actions .citto-sticky-btn.red,
  .citto-sticky-actions .citto-sticky-btn.black,
  .citto-sticky-actions .citto-sticky-btn.outline{
    display: none !important;
  }
  .citto-sticky-phone{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    margin-top: 6px !important;
  }
  .citto-sticky-nav{
    margin-top: 8px !important;
  }
  #hero.citto-hero-html-text{
    margin-top: 0 !important;
  }
}
@media (max-width: 560px){
  body{
    padding-top: 166px !important;
  }
  #hero .citto-hero-copy-main{
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
  #hero .citto-hero-copy-main h1{
    font-size: 23px !important;
    line-height: 1.23 !important;
    letter-spacing: -0.045em !important;
  }
  #hero .citto-hero-lead{
    font-size: 12.5px !important;
    line-height: 1.62 !important;
  }
  #hero .citto-hero-visual{
    aspect-ratio: 1.16 / 1 !important;
  }
}
@media (max-width: 380px){
  body{
    padding-top: 166px !important;
  }
  #hero .citto-hero-copy-main h1{
    font-size: 21.5px !important;
  }
}

@media (min-width: 901px){
  #hero .citto-hero-inner{
    grid-template-columns:minmax(360px,.40fr) minmax(620px,.60fr) !important;
  }
  #hero .citto-hero-copy-main{
    padding-left:34px !important;
    padding-right:26px !important;
    overflow:visible !important;
  }
  #hero .citto-hero-copy-detail{
    padding-left:34px !important;
    padding-right:26px !important;
  }
  #hero .citto-hero-copy-main h1{
    font-size:clamp(31px,2.45vw,43px) !important;
    line-height:1.18 !important;
    letter-spacing:-.045em !important;
    max-width:100% !important;
  }
  #hero .citto-hero-copy-main h1 .line{
    white-space:normal !important;
  }
  #hero .citto-hero-lead{
    font-size:clamp(14px,1.05vw,17px) !important;
  }
}
@media (min-width: 1440px){
  #hero .citto-hero-copy-main h1{
    font-size:43px !important;
  }
}

@media (min-width: 901px){
  #hero .citto-hero-inner{
    grid-template-columns:minmax(470px,.46fr) minmax(560px,.54fr) !important;
  }
  #hero .citto-hero-copy-main{
    padding-left:34px !important;
    padding-right:20px !important;
  }
  #hero .citto-hero-copy-detail{
    padding-left:34px !important;
    padding-right:20px !important;
  }
  #hero .citto-hero-copy-main h1{
    font-size:clamp(32px,2.15vw,38px) !important;
    line-height:1.2 !important;
    letter-spacing:-.052em !important;
    max-width:100% !important;
  }
  #hero .citto-hero-copy-main h1 .line{
    display:block !important;
    white-space:nowrap !important;
  }
  #hero .citto-hero-lead{
    font-size:clamp(14px,1vw,16px) !important;
    line-height:1.72 !important;
  }
}
@media (min-width: 901px) and (max-width: 1180px){
  #hero .citto-hero-inner{
    grid-template-columns:minmax(430px,.47fr) minmax(480px,.53fr) !important;
  }
  #hero .citto-hero-copy-main h1{
    font-size:clamp(29px,2.45vw,34px) !important;
    letter-spacing:-.055em !important;
  }
}
@media (min-width: 901px) and (max-width: 1020px){
  #hero .citto-hero-copy-main h1{
    font-size:28px !important;
  }
}

.v212-category-rule-note{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:#fff7e8;border:1px solid #f2c36b;color:#5c3b00;font-size:13px;font-weight:700;line-height:1.55}

#estimate-form .v215-mobile-note{display:none}
@media (max-width:760px){
  #estimate-form .v204-confirm-card{padding:12px;overflow:visible;min-width:0}
  #estimate-form .v204-confirm-grid{min-width:0}
  #estimate-form .v206-table{display:block;width:100%;white-space:normal;overflow:visible;font-size:13px;border-collapse:separate}
  #estimate-form .v206-table thead{display:none}
  #estimate-form .v206-table tbody,#estimate-form .v206-table tfoot{display:block;width:100%}
  #estimate-form .v206-table tbody tr{display:block;margin:0 0 12px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-sizing:border-box}
  #estimate-form .v206-table tbody td{display:grid;grid-template-columns:minmax(92px,38%) minmax(0,1fr);gap:10px;width:100%;box-sizing:border-box;padding:7px 0;border-bottom:1px solid #f0f0f0;text-align:left!important;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
  #estimate-form .v206-table tbody td:last-child{border-bottom:0}
  #estimate-form .v206-table tbody td::before{content:attr(data-label);font-weight:800;color:#555}
  #estimate-form .v206-table tfoot tr{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px;border-radius:12px;background:#fff7f7;border:1px solid #f2caca}
  #estimate-form .v206-table tfoot th{display:block;padding:0;border:0;background:transparent;text-align:left}
  #estimate-form .v206-table tfoot th[colspan]{grid-column:auto}
  #estimate-form .v206-num{text-align:left!important;white-space:normal}
  #estimate-form .v206-total-box div{gap:12px;align-items:flex-start}
  #estimate-form .v215-mobile-note{display:block;margin:0 0 10px;color:#555;font-size:12px;line-height:1.5}
  #estimate-form{padding-bottom:110px}
}

#estimate-form .v204-stepper{
  display:none!important;
}
#estimate-form .v216-current-step{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  z-index:9998;
  display:none;
  align-items:center;
  justify-content:center;
  max-width:calc(100vw - 24px);
  min-height:42px;
  padding:9px 18px;
  border-radius:999px;
  background:#e60012;
  color:#fff;
  border:2px solid #fff;
  box-shadow:0 5px 18px rgba(0,0,0,.22);
  font-size:14px;
  font-weight:900;
  line-height:1.35;
  white-space:nowrap;
}
#estimate-form .v216-current-step.is-visible{display:flex}
#estimate-form .v216-current-step .v216-prefix{opacity:.86;margin-right:6px;font-size:12px}
@media(max-width:760px){
  #estimate-form .v216-current-step{
    width:calc(100vw - 24px);
    min-height:40px;
    padding:8px 12px;
    font-size:14px;
  }
}

#estimate-form .form-step{border:3px solid #dedede;border-radius:18px;padding:22px;background:#fff}
#estimate-form .form-step:not([hidden]){box-shadow:0 5px 18px rgba(0,0,0,.055)}
#estimate-form .v209-product-input-panel,#estimate-form .v209-print-group{border:3px solid #e6e6e6;border-radius:16px}
#estimate-form .v209-print-group{border-color:#efb5b9}
#estimate-form .v209-print-group-title{font-size:18px;background:#fff5f5;border-radius:10px;padding:10px 12px;border-bottom:0}
#estimate-form .v214-share-plate-field{display:inline-flex!important;grid-column:auto!important;width:auto;min-height:42px;align-items:center;padding:8px 13px;border:2px solid #e60012;background:#fff;border-radius:999px;color:#111;font-weight:900}
#estimate-form .v214-share-plate-field input{width:20px;height:20px;margin:0 7px 0 0;accent-color:#e60012}
#estimate-form .v214-plate-note{grid-column:1/-1;margin:0;padding:7px 2px;color:#555;font-size:12px}
#estimate-form .v203-design-field{min-width:170px}
#estimate-form .v210-step-help{padding:10px 13px;margin:6px 0 13px}
#estimate-form .v204-confirm-grid{grid-template-columns:1fr 1fr}
#estimate-form .v204-confirm-card:nth-child(3){grid-column:1/-1;border:3px solid #e60012}
#estimate-form .v204-confirm-card:nth-child(4){grid-column:1/-1}
#estimate-form .v217-detail{border:1px solid #ddd;border-radius:10px;padding:0;background:#fff}
#estimate-form .v217-detail>summary{cursor:pointer;padding:12px 14px;font-weight:900;color:#111;list-style:none}
#estimate-form .v217-detail>summary::after{content:'＋';float:right;color:#e60012}
#estimate-form .v217-detail[open]>summary::after{content:'－'}
#estimate-form .v217-detail>table,#estimate-form .v217-detail>div,#estimate-form .v217-detail>h4{margin:0 12px 12px}
#estimate-form .v217-edit-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:10px;border:2px solid #ddd;border-radius:13px;background:#fafafa}
#estimate-form .v217-edit-nav button{flex:1 1 150px;min-height:42px}
#estimate-form .v204-disabled-note,#estimate-form .v203-target-note{display:none!important}
@media(max-width:760px){
 #estimate-form .form-step{padding:14px 11px;border-width:2px}
 #estimate-form .v204-confirm-grid{grid-template-columns:1fr}
 #estimate-form .v204-confirm-card:nth-child(3),#estimate-form .v204-confirm-card:nth-child(4){grid-column:auto}
 #estimate-form .v217-edit-nav{position:sticky;top:54px;z-index:22;padding:6px;background:rgba(255,255,255,.96)}
 #estimate-form .v217-edit-nav button{font-size:12px;min-height:38px;padding:7px}
}

/* Confirmation: never let tables escape their cards. */
#estimate-form .v204-confirm-grid{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}
#estimate-form .v204-confirm-card{min-width:0!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box}
#estimate-form .v217-detail{min-width:0!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box}
#estimate-form .v217-detail>table{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;table-layout:fixed!important;box-sizing:border-box}
#estimate-form .v206-table{width:100%!important;max-width:100%!important;table-layout:fixed!important;box-sizing:border-box}
#estimate-form .v206-table th,#estimate-form .v206-table td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;min-width:0!important}
#estimate-form .v206-table th:nth-child(1),#estimate-form .v206-table td:nth-child(1){width:5%}
#estimate-form .v206-table th:nth-child(2),#estimate-form .v206-table td:nth-child(2){width:22%}
#estimate-form .v206-table th:last-child,#estimate-form .v206-table td:last-child{max-width:24%}
#estimate-form .v204-confirm-card:nth-child(3),#estimate-form .v204-confirm-card:nth-child(4){grid-column:auto!important}
@media(max-width:760px){
 #estimate-form .v217-detail>table{width:calc(100% - 16px)!important;max-width:calc(100% - 16px)!important;margin-left:8px!important;margin-right:8px!important}
}

.v225-staff-choice-guide{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 16px;padding:12px 14px;border:2px solid #d9d9d9;border-radius:10px;background:#fafafa;font-weight:700}.v225-staff-choice-guide .btn{margin:0;white-space:nowrap}.v225-plate-family-badge{margin-top:8px;padding:7px 10px;border-radius:8px;background:#f3f3f3;color:#333;font-size:13px}.v225-plate-family-badge strong{color:#b30000}.v225-row-staff-choice{display:block;margin-top:6px;padding:7px 9px;border:1px solid #b30000;border-radius:7px;background:#fff;color:#b30000;font-weight:700;cursor:pointer}.v225-staff-row-note{margin:8px 0 0;padding:8px 10px;border-left:4px solid #b30000;background:#fff7f7;font-size:13px;font-weight:700}@media(max-width:700px){.v225-staff-choice-guide{align-items:stretch;flex-direction:column}.v225-staff-choice-guide .btn{width:100%}}

.v226-consult-guide{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #d9d9d9;border-left:5px solid #111;background:#fff;border-radius:10px;margin:12px 0 18px}.v226-consult-guide span{display:flex;flex-direction:column;gap:3px;line-height:1.5}.v226-consult-guide small{font-size:12px;color:#555}.v226-consult-guide .btn{flex:0 0 auto;white-space:nowrap}@media(max-width:640px){.v226-consult-guide{align-items:stretch;flex-direction:column}.v226-consult-guide .btn{width:100%}}

/* The first product has no previous category item, so a copy button is never shown there. */
#estimate-form #printRows > .v209-print-group:first-child .v204-same-as-prev{display:none!important;}
.v227-consult-transfer-status{margin:12px 0 16px;padding:12px 14px;border:2px solid #e60012;border-radius:12px;background:#fff7f8;color:#222;font-weight:800;line-height:1.6;}
.v225-plate-family-badge{display:inline-flex!important;align-items:center;gap:4px;max-width:100%;flex-wrap:wrap;}

/* Selected products must clearly look committed to the estimate. */
#estimate-form .v194-size-lines{gap:12px!important;margin-top:12px!important}
#estimate-form .v194-size-line{
  position:relative;
  border:2px solid #ef9aa2!important;
  border-left:7px solid #e60012!important;
  background:linear-gradient(90deg,#fff3f4 0,#fff 48%)!important;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  padding:14px 12px!important;
}
#estimate-form .v194-size-line::before{
  content:'見積りに入れた商品';
  grid-column:1/-1;
  display:inline-flex;
  width:max-content;
  margin:0 0 3px;
  padding:4px 9px;
  border-radius:999px;
  background:#e60012;
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
}
#estimate-form .v199-subhead{
  display:flex;align-items:center;gap:8px;
  margin-top:18px!important;padding:10px 12px!important;
  border-radius:10px;background:#111!important;color:#fff!important;
}
#estimate-form .v199-subhead::after{content:'ここに表示された商品が見積り対象です';font-size:11px;font-weight:700;color:#ddd}
#estimate-form .v204-same-as-prev.is-copy-unavailable{opacity:.52;cursor:not-allowed;background:#f3f3f3!important;color:#777!important;border-color:#bbb!important}
#estimate-form .v204-same-as-prev.is-copy-available{border:2px solid #111!important;background:#fff!important;color:#111!important;font-weight:900}
@media(max-width:760px){
  #estimate-form .v194-size-line{padding:13px 11px!important}
  #estimate-form .v199-subhead{align-items:flex-start;flex-direction:column}
}

#estimate-form .v233-maker-help,#estimate-form .v233-filter-help{display:block;margin-top:6px;color:#666;font-size:12px;line-height:1.5;font-weight:700}
#estimate-form #v233ProductFilter{width:100%;min-height:46px;border:1px solid #cfcfcf;border-radius:10px;padding:10px 12px;font:inherit;background:#fff;color:#111}
#estimate-form #v233ProductFilter:focus{border-color:#E60012;outline:2px solid rgba(230,0,18,.12)}
#estimate-form #v194Maker option[value="__recommended__"]{font-weight:900;color:#E60012}
@media(max-width:760px){#estimate-form .v209-product-input-panel .form-grid{grid-template-columns:1fr!important}}

#estimate-form .v234-product-choice-grid{
  display:grid!important;
  grid-template-columns:minmax(180px,1.05fr) minmax(175px,.82fr) minmax(175px,.82fr) minmax(280px,1.55fr)!important;
  gap:12px!important;
  align-items:start!important;
}
#estimate-form .v234-product-choice-grid>label{min-width:0;margin:0!important}
#estimate-form .v234-product-choice-grid select,
#estimate-form .v234-product-choice-grid input{width:100%!important;min-width:0!important;min-height:46px!important}
#estimate-form .v234-filter-field{font-weight:900;color:#111}
#estimate-form .v234-filter-field #v233ProductFilter{border:2px solid #e60012!important;background:#fffdfd!important}
#estimate-form #productType.v236-filter-results-open{height:auto!important;min-height:46px;max-height:300px;padding:4px 8px;background:#fff;border:2px solid #e60012;box-shadow:0 10px 26px rgba(0,0,0,.16);position:relative;z-index:20}
#estimate-form .v234-filter-field .v233-filter-help{color:#b00010!important}
#estimate-form .v234-maker-field,#estimate-form .v234-filter-field{max-width:none!important}
#estimate-form .v233-maker-help,#estimate-form .v233-filter-help{min-height:36px;margin-top:5px!important}
#estimate-form .v234-product-field select{font-weight:800}
@media(max-width:1100px){
 #estimate-form .v234-product-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 #estimate-form .v234-category-field{order:1}
 #estimate-form .v234-maker-field{order:2}
 #estimate-form .v234-filter-field{order:3}
 #estimate-form .v234-product-field{order:4}
}
@media(max-width:760px){
 #estimate-form .v234-product-choice-grid{grid-template-columns:1fr!important;gap:10px!important}
 #estimate-form .v233-maker-help,#estimate-form .v233-filter-help{min-height:0}
}

#methods .v90-methods-body{
  margin:18px 24px 24px !important;
}
@media (max-width:900px){
  #methods .v90-methods-body{
    margin:16px 16px 20px !important;
  }
}

#bodies .v145-body-grid{
  margin:0 24px;
  padding:22px 0 12px !important;
}
#bodies .v145-body-note{
  margin-left:24px !important;
  margin-right:24px !important;
}
@media (max-width:620px){
  #bodies .v145-body-grid{
    margin:0 14px;
    padding:16px 0 8px !important;
  }
  #bodies .v145-body-note{
    margin-left:14px !important;
    margin-right:14px !important;
  }
}

#cases .v90-cases-body{
  margin:18px 24px 24px !important;
}
@media (max-width:900px){
  #cases .v90-cases-body{
    margin:16px 16px 20px !important;
  }
}

.v242-field-note{display:block;margin-top:6px;color:#666;font-size:12px;line-height:1.6}
.estimate-total dt:nth-last-of-type(-n+3),.estimate-total dd:nth-last-of-type(-n+3){font-weight:900}
.estimate-total dd#resTotal{color:#e60012;font-size:1.25em}

.internal-note,[data-private="true"],[data-private="1"],.developer-note,.admin-note,.confirmation-note{display:none!important;}

#company .v105-company-inner{padding:28px;}
#company .v105-company-info{max-width:760px;margin:0 auto;}
@media(max-width:900px){#company .v105-company-inner{padding:20px 16px;}}

.v246-footer-company{display:grid;gap:4px;color:#ddd;font-size:12px;line-height:1.6}
.v246-footer-company>strong{font-size:16px;color:#fff}
.v246-footer-company>span{color:#ddd}
.v246-footer-company p{margin:5px 0 0!important;color:#ddd!important}
.v246-footer-company b{color:#fff}
@media(min-width:1101px){
  .v105-footer{grid-template-columns:1fr 1.45fr .95fr 1.1fr .9fr!important;align-items:start!important}
}
@media(max-width:1100px){
  .v246-footer-company{padding-top:8px;border-top:1px solid #333}
}

.v105-footer{
  width:min(calc(100% - 32px),var(--wide));
  margin:0 auto 26px;
  border-radius:20px;
  overflow:hidden;
}
@media(max-width:900px){
  .v105-footer{
    width:min(calc(100% - 20px),100%);
    margin-bottom:18px;
    border-radius:18px;
  }
}

.v252-guide-main{width:min(calc(100% - 32px),1200px);margin:28px auto 48px;display:grid;gap:22px}
.v252-guide-hero,.v252-guide-section,.v252-guide-index{background:#fff;border:1px solid #e8e8e8;border-radius:22px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.v252-guide-hero{padding:34px 30px}.v252-eyebrow{margin:0 0 6px;color:#E60012;font-weight:900}.v252-guide-hero h1{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.25}.v252-guide-hero p:last-child{margin:12px 0 0;color:#555}
.v252-guide-index{display:flex;flex-wrap:wrap;gap:9px;padding:16px}.v252-guide-index a{border:1px solid #ddd;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900;background:#fff}.v252-guide-index a:hover{border-color:#E60012;color:#E60012}
.v252-guide-section{padding:28px}.v252-guide-section h2{margin:0 0 20px;font-size:clamp(24px,3vw,34px);line-height:1.3;border-left:7px solid #E60012;padding-left:12px}.v252-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v252-grid article{border:1px solid #eee;border-radius:16px;padding:18px;background:#fff}.v252-grid h3{margin:0 0 8px;font-size:18px}.v252-grid p{margin:0;color:#555}
.v252-steps{list-style:none;counter-reset:step;display:grid;gap:12px;margin:0;padding:0}.v252-steps li{counter-increment:step;display:grid;grid-template-columns:52px 1fr;gap:4px 14px;border:1px solid #eee;border-radius:16px;padding:16px}.v252-steps li:before{content:counter(step);grid-row:1/3;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#E60012;color:#fff;font-weight:900}.v252-steps b{font-size:17px}.v252-steps span{color:#555}
.v252-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.v252-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid #111;border-radius:999px;font-weight:900;background:#fff}.v252-actions a.red{background:#E60012;border-color:#E60012;color:#fff}.v252-actions a.black{background:#111;color:#fff}
@media(max-width:760px){.v252-guide-main{width:min(calc(100% - 20px),100%);margin-top:18px}.v252-guide-hero,.v252-guide-section{padding:22px 17px}.v252-grid{grid-template-columns:1fr}.v252-guide-index{padding:12px}.v252-guide-index a{font-size:12px}.v252-steps li{grid-template-columns:44px 1fr;padding:14px;gap:4px 10px}.v252-steps li:before{width:38px;height:38px}.v252-actions a{width:100%}}

:root{--pp-navy:#0b2f57;--pp-blue:#0f5a9d;--pp-red:#d62828;--pp-ink:#17202b;--pp-muted:#64748b;--pp-line:#dbe4ee;--pp-bg:#f5f8fb;--pp-white:#fff}
.pp-main{background:linear-gradient(180deg,#f8fbff 0,#fff 320px);color:var(--pp-ink);padding:0 18px 72px;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}
.pp-wrap{max-width:1180px;margin:0 auto}
.pp-hero{padding:68px 0 36px;text-align:center}
.pp-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:#e8f2fb;color:var(--pp-blue);font-size:13px;font-weight:800;letter-spacing:.06em}
.pp-title{margin:18px 0 12px;font-size:clamp(30px,4vw,50px);line-height:1.25;color:var(--pp-navy);letter-spacing:.02em}
.pp-lead{max-width:820px;margin:0 auto;color:#475569;font-size:16px;line-height:1.9}
.pp-back{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;padding:14px 24px;border-radius:999px;background:var(--pp-red);color:#fff!important;text-decoration:none;font-weight:800;box-shadow:0 8px 20px rgba(214,40,40,.18)}
.pp-note{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 28px}
.pp-note-item{background:#fff;border:1px solid var(--pp-line);border-radius:16px;padding:18px;box-shadow:0 7px 22px rgba(15,47,87,.06)}
.pp-note-item strong{display:block;color:var(--pp-navy);font-size:16px;margin-bottom:6px}.pp-note-item span{font-size:13px;color:#64748b;line-height:1.7}
.pp-section-title{margin:42px 0 18px;font-size:27px;color:var(--pp-navy);text-align:center}.pp-section-sub{text-align:center;color:#64748b;margin:-8px 0 24px;line-height:1.7}
.pp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pp-card{position:relative;background:#fff;border:1px solid var(--pp-line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,47,87,.07);min-width:0}
.pp-card-head{display:flex;align-items:center;gap:10px;padding:14px 15px 0}
.pp-num{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--pp-red);color:#fff;font-size:14px;font-weight:900;flex:0 0 auto}
.pp-card h3{margin:0;color:var(--pp-navy);font-size:17px;line-height:1.4}
.pp-visual{padding:8px 14px 2px;height:250px;display:flex;align-items:center;justify-content:center}
.pp-shirt{width:100%;height:100%;display:block}.shirt-body{fill:#eceff2;stroke:#9aa6b2;stroke-width:2}.shirt-seam{fill:none;stroke:#c1c9d1;stroke-width:1.5}.shirt-neck{fill:#fff;stroke:#9aa6b2;stroke-width:2}.mark{fill:#d62828;opacity:.9}.mark-line{fill:none;stroke:#d62828;stroke-width:3;stroke-dasharray:7 5}.mark-text{font-family:Arial,sans-serif;font-size:14px;font-weight:700;fill:#fff;text-anchor:middle}.mark-text-dark{font-family:Arial,sans-serif;font-size:13px;font-weight:700;fill:#d62828;text-anchor:middle}
.pp-meta{padding:0 16px 17px;text-align:center}.pp-size{font-weight:900;color:#111827;font-size:16px}.pp-desc{margin-top:4px;color:#64748b;font-size:12px;line-height:1.6}
.pp-legend{margin-top:28px;background:#fff;border:1px solid var(--pp-line);border-radius:18px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;box-shadow:0 8px 24px rgba(15,47,87,.06)}
.pp-legend div{padding:4px 18px;border-right:1px solid var(--pp-line);text-align:center}.pp-legend div:last-child{border-right:0}.pp-legend b{display:block;color:var(--pp-navy);margin-bottom:5px}.pp-legend span{color:#64748b;font-size:12px;line-height:1.7}
.pp-size-table{margin-top:30px;overflow:auto;border:1px solid var(--pp-line);border-radius:16px;background:#fff}.pp-size-table table{width:100%;border-collapse:collapse;min-width:720px}.pp-size-table th,.pp-size-table td{padding:14px 16px;border-bottom:1px solid var(--pp-line);text-align:center;font-size:13px}.pp-size-table th{background:#edf4fa;color:var(--pp-navy);font-weight:900}.pp-size-table td:first-child,.pp-size-table th:first-child{text-align:left}.pp-size-table tr:last-child td{border-bottom:0}
.pp-caution{margin-top:24px;padding:20px 22px;border-radius:16px;background:#fff8e8;border:1px solid #f4d58d;color:#6d4c13;line-height:1.8;font-size:13px}.pp-caution strong{display:block;font-size:16px;margin-bottom:4px}
@media(max-width:980px){.pp-grid{grid-template-columns:repeat(3,1fr)}.pp-note{grid-template-columns:1fr}.pp-legend{grid-template-columns:repeat(2,1fr)}.pp-legend div:nth-child(2){border-right:0}.pp-legend div:nth-child(-n+2){border-bottom:1px solid var(--pp-line);padding-bottom:16px;margin-bottom:12px}}
@media(max-width:700px){.pp-main{padding-left:12px;padding-right:12px}.pp-hero{padding-top:42px}.pp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pp-card-head{padding:12px 11px 0}.pp-card h3{font-size:14px}.pp-visual{height:205px;padding:4px 8px}.pp-meta{padding:0 10px 14px}.pp-size{font-size:14px}.pp-desc{font-size:11px}.pp-legend{grid-template-columns:1fr}.pp-legend div{border-right:0!important;border-bottom:1px solid var(--pp-line);padding:12px 5px!important;margin:0!important}.pp-legend div:last-child{border-bottom:0}.pp-title{font-size:30px}.pp-lead{font-size:14px}}

.pp-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:250px;overflow:hidden}
.pp-shirt-photo{position:relative;width:210px;height:232px;display:flex;align-items:center;justify-content:center}
.pp-shirt-photo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;filter:drop-shadow(0 7px 10px rgba(0,0,0,.10))}
.pp-print-mark{position:absolute;background:#df2d34;color:#fff;font-weight:900;font-size:12px;line-height:1.1;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:2px;box-shadow:0 2px 5px rgba(0,0,0,.14);padding:2px}
.pp-print-mark.outline{background:rgba(255,255,255,.14);color:#d9232e;border:2px dashed #d9232e;box-shadow:none}
.pp-print-mark.small{font-size:10px}
.pp-print-mark.tiny{font-size:8px}
.pp-shirt-photo.back img{filter:drop-shadow(0 7px 10px rgba(0,0,0,.10)) saturate(.82) brightness(1.02)}
@media(max-width:680px){.pp-visual{min-height:230px}.pp-shirt-photo{width:195px;height:215px}}

.pp-shirt-photo{
  width:210px!important;
  height:auto!important;
  aspect-ratio:105 / 116;
}
@media(max-width:680px){
  .pp-shirt-photo{width:195px!important;height:auto!important;aspect-ratio:105 / 116;}
}

.pp-print-mark{box-sizing:border-box;}

.fp-main{background:#f4f5f6;padding:28px 16px 72px;color:#0b223e}
.fp-wrap{width:min(1180px,100%);margin:0 auto}
.fp-hero{background:#fff;border:1px solid #e2e7ec;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(13,36,61,.08);display:grid;grid-template-columns:1.03fr .97fr;min-height:520px}
.fp-hero-copy{padding:58px 52px;display:flex;flex-direction:column;justify-content:center}
.fp-kicker{color:#e31b23;font-weight:900;letter-spacing:.12em;font-size:14px;margin-bottom:16px}
.fp-hero h1{font-size:clamp(34px,4.5vw,58px);line-height:1.15;margin:0 0 22px;color:#0a2748;letter-spacing:.02em}
.fp-hero h1 em{font-style:normal;color:#e31b23}
.fp-lead{font-size:18px;line-height:1.9;color:#41556a;margin:0 0 26px}
.fp-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.fp-badge{border:1px solid #dbe3eb;background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;font-size:13px}
.fp-actions{display:flex;gap:12px;flex-wrap:wrap}
.fp-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:999px;text-decoration:none!important;font-weight:900;border:1px solid #111;transition:.2s}
.fp-btn.red{background:#ed111b;color:#fff!important;border-color:#ed111b;box-shadow:0 8px 20px rgba(237,17,27,.22)}
.fp-btn.dark{background:#111;color:#fff!important}
.fp-btn.light{background:#fff;color:#111!important}
.fp-hero-media{position:relative;background:#eaf0f6;min-height:520px}
.fp-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.fp-hero-tag{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.94);border-radius:14px;padding:13px 16px;font-weight:900;color:#0a2748;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.fp-section{background:#fff;border:1px solid #e2e7ec;border-radius:22px;margin-top:24px;overflow:hidden;box-shadow:0 10px 26px rgba(13,36,61,.055)}
.fp-section-head{padding:30px 34px 20px;border-bottom:1px solid #edf0f3;display:flex;justify-content:space-between;gap:20px;align-items:flex-end}
.fp-section-head h2{font-size:clamp(28px,3vw,40px);margin:0;color:#0b2748;line-height:1.25}
.fp-section-head p{margin:9px 0 0;color:#68798a;line-height:1.8}
.fp-anchor{display:flex;gap:8px;flex-wrap:wrap;padding:18px 34px;border-bottom:1px solid #edf0f3;background:#fbfcfd}
.fp-anchor a{background:#fff;border:1px solid #dde4eb;border-radius:999px;padding:10px 15px;color:#0b2748;text-decoration:none;font-weight:800;font-size:13px}
.fp-products{padding:28px 30px 34px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fp-product{border:1px solid #dfe5eb;border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.fp-product-media{aspect-ratio:16/10;background:#eef3f8;overflow:hidden}
.fp-product-media img{width:100%;height:100%;object-fit:cover;display:block}
.fp-product-body{padding:22px;display:flex;flex-direction:column;flex:1}
.fp-product-label{font-size:12px;font-weight:900;color:#e31b23;letter-spacing:.08em;margin-bottom:8px}
.fp-product h3{font-size:24px;margin:0 0 12px;color:#0b2748}
.fp-product p{color:#5f7182;line-height:1.75;margin:0 0 18px}
.fp-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 20px}
.fp-spec{background:#f7f9fb;border-radius:10px;padding:10px;font-size:12px;font-weight:800;color:#334b62;text-align:center}
.fp-product .fp-btn{margin-top:auto;padding:12px 18px;font-size:14px}
.fp-benefits{padding:30px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fp-benefit{border:1px solid #e1e7ed;border-radius:16px;padding:22px;background:#fff}
.fp-num{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ed111b;color:#fff;font-weight:900;margin-bottom:14px}
.fp-benefit h3{margin:0 0 8px;font-size:18px;color:#0b2748}.fp-benefit p{margin:0;color:#67798a;line-height:1.7;font-size:14px}
.fp-split{padding:30px;display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:center}
.fp-split img{width:100%;border-radius:18px;display:block;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.fp-split h2{font-size:34px;margin:0 0 18px;color:#0b2748}.fp-split p{color:#5f7182;line-height:1.9;margin:0 0 18px}
.fp-list{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}.fp-list li{position:relative;padding-left:28px;color:#334b62;line-height:1.7;font-weight:700}.fp-list li:before{content:'✓';position:absolute;left:0;color:#e31b23;font-weight:900}
.fp-other{padding:28px 30px 34px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.fp-other-card{border:1px solid #e0e6eb;border-radius:15px;padding:20px;background:linear-gradient(180deg,#fff,#fafbfc)}
.fp-other-card strong{display:block;font-size:18px;color:#0b2748;margin-bottom:8px}.fp-other-card span{color:#68798a;font-size:13px;line-height:1.65}
.fp-flow{padding:30px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.fp-step{position:relative;border:1px solid #e0e6eb;border-radius:14px;padding:20px 16px;text-align:center;background:#fff}.fp-step b{display:block;color:#e31b23;font-size:13px;margin-bottom:8px}.fp-step strong{display:block;color:#0b2748;margin-bottom:6px}.fp-step span{color:#6a7a89;font-size:12px;line-height:1.6}
.fp-notice{margin:24px 30px 32px;background:#fff8ee;border-left:5px solid #f2a000;border-radius:12px;padding:18px 20px;color:#6b5730;line-height:1.8;font-size:14px}
.fp-cta{margin-top:24px;border-radius:22px;background:linear-gradient(135deg,#092a50,#0b3c72);color:#fff;padding:46px 44px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 12px 30px rgba(9,42,80,.2)}
.fp-cta h2{margin:0 0 10px;font-size:34px;color:#fff}.fp-cta p{margin:0;color:#d8e3ef;line-height:1.8}.fp-cta .fp-actions{flex-shrink:0}
@media(max-width:980px){.fp-hero{grid-template-columns:1fr}.fp-hero-media{min-height:380px}.fp-products{grid-template-columns:1fr}.fp-benefits{grid-template-columns:1fr 1fr}.fp-split{grid-template-columns:1fr}.fp-other{grid-template-columns:1fr 1fr}.fp-flow{grid-template-columns:1fr 1fr}.fp-cta{display:block}.fp-cta .fp-actions{margin-top:22px}}
@media(max-width:620px){.fp-main{padding:14px 10px 48px}.fp-hero-copy{padding:34px 22px}.fp-hero-media{min-height:260px}.fp-section-head{padding:24px 20px 16px;display:block}.fp-anchor{padding:14px 20px}.fp-products,.fp-benefits,.fp-split,.fp-other,.fp-flow{padding:20px;grid-template-columns:1fr}.fp-cta{padding:34px 24px}.fp-cta h2{font-size:28px}.fp-actions .fp-btn{width:100%}}

.fp-other.fp-other-with-images{padding:28px 30px 34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.fp-other-card.fp-other-card-image{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;min-width:0}
.fp-other-card-image .fp-other-media{height:220px;padding:14px;background:linear-gradient(180deg,#fff,#f7f9fb);display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e8edf1}
.fp-other-card-image .fp-other-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.fp-other-card-image .fp-other-copy{padding:17px 18px 20px;display:flex;flex-direction:column;flex:1}
.fp-other-card-image .fp-other-copy strong{margin-bottom:7px;font-size:18px;line-height:1.35}
.fp-other-card-image .fp-other-copy span{display:block;font-size:13px;line-height:1.7;color:#68798a}
@media(max-width:980px){.fp-other.fp-other-with-images{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-other-card-image .fp-other-media{height:250px}}
@media(max-width:620px){.fp-other.fp-other-with-images{padding:20px;grid-template-columns:1fr}.fp-other-card-image .fp-other-media{height:280px}}

.fp-hero.fp-hero-banner-v3{
  display:block;
  min-height:0;
  background:#fff;
  overflow:hidden;
}
.fp-hero-picture-v3{
  display:block;
  width:100%;
  background:#fff;
}
.fp-hero-picture-v3 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1672 / 941;
  object-fit:contain;
  object-position:center;
}
.fp-hero-banner-actions-v3{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:18px 20px 22px;
  border-top:1px solid #eef1f4;
  background:#fff;
}
@media(max-width:620px){
  .fp-hero.fp-hero-banner-v3{
    border-radius:18px;
  }
  .fp-hero-picture-v3 img{
    aspect-ratio:941 / 1672;
    object-fit:contain;
  }
  .fp-hero-banner-actions-v3{
    display:grid;
    grid-template-columns:1fr;
    padding:14px;
    gap:9px;
  }
  .fp-hero-banner-actions-v3 .fp-btn{
    width:100%;
  }
}

.fp-split{grid-template-columns:1fr 1.18fr;}
.fp-split h2{font-size:clamp(28px,2.35vw,34px);line-height:1.35;word-break:keep-all;overflow-wrap:normal;}
.fp-split>img{aspect-ratio:1400/760;object-fit:cover;object-position:center;background:#fff;}
@media(max-width:980px){
  .fp-split{grid-template-columns:1fr;}
  .fp-split h2{white-space:normal;}
}
@media(min-width:981px){
  .fp-split h2{white-space:nowrap;}
}

.fp-process-intro{max-width:860px;color:#52657a;line-height:1.9;margin:0 0 24px;}
.fp-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.fp-process-card{border:1px solid #dce4ec;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(14,45,77,.06);}
.fp-process-media{aspect-ratio:3/2;background:#f3f6f8;overflow:hidden;}
.fp-process-media img{width:100%;height:100%;object-fit:cover;display:block;}
.fp-process-body{padding:18px 18px 20px;}
.fp-process-no{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:26px;padding:0 10px;border-radius:999px;background:#e60012;color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;margin-bottom:10px;}
.fp-process-body h3{margin:0 0 8px;color:#062b54;font-size:20px;line-height:1.45;}
.fp-process-body p{margin:0;color:#5b6b7d;font-size:14px;line-height:1.8;}
.fp-process-note{margin-top:20px;padding:16px 18px;border-left:4px solid #e60012;border-radius:10px;background:#fff7f7;color:#4c5d70;line-height:1.75;font-size:14px;}
@media(max-width:900px){.fp-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.fp-process-grid{grid-template-columns:1fr;gap:14px}.fp-process-body{padding:15px 16px 17px}.fp-process-body h3{font-size:18px}.fp-process-intro{font-size:14px}.fp-process-media{aspect-ratio:16/10;}}
