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

.v158-section-note {
  margin: 6px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

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

.v90-methods-body {
  padding: 18px 24px;
}

.v90-editable-block{padding: 18px 24px;}
.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;
  background:#f7f7f7 !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{position:relative;transition:box-shadow .15s ease,border-color .15s ease;background:#fff;display:flex;flex-direction:column;height:100%;}
#methods .v90-method-card:hover{box-shadow:0 14px 26px rgba(0,0,0,.08);border-color:#ddd;}
#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-actions{display:grid;gap:8px;margin:0 12px 14px;margin-top:auto;}
.v142-method-detail-btn,.v142-method-select-btn{display:flex;align-items:center;justify-content:center;min-height:38px;padding:8px 10px;border:1px solid #111;border-radius:999px;font-size:12px;font-weight:900;text-align:center;line-height:1.4;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease;}
.v142-method-detail-btn{background:#fff;color:#111;}
.v142-method-select-btn{background:#E60012;border-color:#E60012;color:#fff;}
.v142-method-detail-btn:hover,.v142-method-detail-btn:focus-visible{background:#111;color:#fff;}
.v142-method-select-btn:hover,.v142-method-select-btn:focus-visible{background:#b9000e;border-color:#b9000e;color:#fff;}
.v142-method-detail-btn:focus-visible,.v142-method-select-btn:focus-visible{outline:3px solid rgba(230,0,18,.24);outline-offset:2px;}
.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-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 a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none}
.v150-product-cta .v150-feature-link{border:1px solid #ddd;background:#f3f3f3;color:#111}
.v150-product-cta .v150-estimate-link{background:#E60012;color:#fff;box-shadow:0 8px 18px rgba(230,0,18,.18)}
.v150-product-cta a:hover,.v150-product-cta a:focus-visible{outline:3px solid rgba(230,0,18,.2);outline-offset:2px}
.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}

/* 納期目安・Googleクチコミ導線 */
.citto-leadtime-section,.citto-review-section{max-width:1180px;margin:0 auto;padding:28px 20px}
.citto-leadtime-box{padding:24px 28px;border:1px solid #ead8da;border-left:5px solid var(--red);border-radius:16px;background:#fff8f8}
.citto-leadtime-box__label{margin:0 0 4px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.12em}
.citto-leadtime-box h2{margin:0 0 12px;font-size:26px;line-height:1.35}
.citto-leadtime-box p{margin:8px 0;color:#333;font-size:14px;line-height:1.85}
.citto-leadtime-box a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
.citto-leadtime-box__note{font-size:12px!important;color:var(--muted)!important}
.citto-review-section{padding-top:32px;padding-bottom:48px}
.citto-review-invite{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;border:1px solid #ddd;border-radius:16px;background:#fff}
.citto-review-invite__copy h2{margin:0 0 8px;font-size:22px;line-height:1.4}
.citto-review-invite__copy p{margin:0;color:#444;font-size:14px;line-height:1.7}
.citto-review-invite__button{display:inline-flex;align-items:center;justify-content:center;flex:none;min-height:48px;padding:12px 20px;border-radius:999px;background:#111;color:#fff!important;font-weight:900;text-decoration:none}
@media(max-width:720px){.citto-leadtime-section,.citto-review-section{padding:20px 16px}.citto-leadtime-box{padding:20px}.citto-review-invite{display:block;padding:20px}.citto-review-invite__copy h2{font-size:20px}.citto-review-invite__button{width:100%;margin-top:16px}}
@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-choice-card.is-open{border-color:#E60012;background:#fff7f7;box-shadow:0 0 0 3px rgba(230,0,18,.1)}
.v155-choice-card.is-open em{color:#111}
.v244-purpose-recommendations{border-top:1px solid #eee;background:#fafafa}
.v244-rec-intro{padding:18px 22px;color:#555;font-size:13px;line-height:1.8;text-align:center}
.v244-rec-panel[hidden]{display:none}
.v244-rec-panel{padding:22px}
.v244-rec-head{margin-bottom:18px}
.v244-rec-head h3{margin:0;font-size:clamp(20px,2.3vw,28px);line-height:1.4}
.v244-rec-head p{max-width:860px;margin:7px 0 0;color:#555;font-size:13px;line-height:1.8}
.v244-rec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.v244-rec-item{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.035)}
.v244-rec-badge{display:inline-flex;margin-bottom:10px;padding:4px 9px;border-radius:999px;background:#fff1f2;color:#E60012;font-size:11px;font-weight:900;line-height:1.4}
.v244-rec-code{font-size:12px;font-weight:900;letter-spacing:.04em;color:#666}
.v244-rec-item h4{margin:5px 0 8px;font-size:17px;line-height:1.45}
.v244-rec-item p{margin:0;color:#555;font-size:12px;line-height:1.75}
.v244-rec-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 16px}
.v244-rec-tags span{padding:4px 8px;border:1px solid #e5e5e5;border-radius:999px;background:#fafafa;color:#444;font-size:10px;font-weight:800;line-height:1.4}
.v244-rec-item .v244-rec-estimate{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;margin-top:auto;padding:9px 14px;border:0;border-radius:999px;background:#E60012;color:#fff;font-size:12px;font-weight:900;line-height:1.4;box-shadow:0 7px 16px rgba(230,0,18,.18)}
.v244-rec-item .v244-rec-estimate:hover,.v244-rec-item .v244-rec-estimate:focus-visible{transform:none;outline:3px solid rgba(230,0,18,.2);outline-offset:2px;box-shadow:0 9px 20px rgba(230,0,18,.24)}
.v244-rec-note{margin:16px 0 0;padding:12px 14px;border-radius:12px;background:#fff;color:#555;font-size:12px;line-height:1.7}
.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,.v244-rec-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}.v244-rec-intro,.v244-rec-panel{padding:16px 14px}.v244-rec-grid{grid-template-columns:1fr}.v244-rec-item{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;
}
@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;
  }
}

#hero.citto-hero-html-text{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
}
#hero .citto-hero-inner{
  display:grid;
  grid-template-columns:minmax(390px,.42fr) minmax(560px,.58fr);
  grid-template-areas:
    "copymain visual"
    "copydetail visual";
  align-items:stretch;
  min-height:410px;
}
#hero .citto-hero-copy-main{
  grid-area:copymain;
  padding:40px 36px 10px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  background:linear-gradient(90deg,#fff 0%,#fff 82%,rgba(255,255,255,.92) 100%);
  position:relative;
  z-index:2;
}
#hero .citto-hero-copy-detail{
  grid-area:copydetail;
  padding:0 36px 38px;
  display:flex;
  flex-direction:column;
  gap:14px;
  background:linear-gradient(90deg,#fff 0%,#fff 82%,rgba(255,255,255,.92) 100%);
  position:relative;
  z-index:2;
}
#hero .citto-hero-kicker{margin:0;font-size:13px;font-weight:900;color:#E60012;letter-spacing:.04em;}
#hero .citto-hero-copy-main h1{margin:0;font-size:clamp(34px,3.25vw,50px);line-height:1.18;letter-spacing:-.045em;color:#0b1b2f;}
#hero .citto-hero-copy-main h1 .line{display:block;white-space:nowrap;}
#hero .citto-hero-copy-main h1 em{color:#E60012;font-style:normal;}
#hero .citto-hero-lead{margin:2px 0 0;font-size:clamp(15px,1.25vw,18px);line-height:1.8;font-weight:800;color:#0b1b2f;}
#hero .citto-hero-sub{margin:0;font-size:13.5px;line-height:1.85;color:#333;}
#hero .citto-hero-sub .pc-break,#hero .citto-hero-lead .pc-break{display:block;}
#hero .citto-hero-assurance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:2px 0 0;}
#hero .citto-hero-assurance span{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid #eeeeee;border-radius:999px;background:#fff;font-size:12px;font-weight:900;color:#111;box-shadow:0 5px 16px rgba(0,0,0,.045);}
#hero .citto-hero-assurance b{color:#E60012;}
#hero .citto-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;}
#hero .citto-hero-actions a{min-width:180px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 22px;font-size:15px;font-weight:900;text-decoration:none;border:1px solid #111;box-sizing:border-box;pointer-events:auto!important;position:relative;z-index:20;}
#hero .citto-hero-actions .primary{background:#E60012;border-color:#E60012;color:#fff;box-shadow:0 10px 22px rgba(230,0,18,.2);}
#hero .citto-hero-actions .secondary{background:#111;border-color:#111;color:#fff;}
#hero .citto-hero-visual{grid-area:visual;min-height:410px;height:100%;background:#f8f8f8;position:relative;overflow:hidden;display:flex;align-items:stretch;}
#hero .citto-hero-visual img{width:100%;height:100%;min-height:410px;display:block;object-fit:cover;object-position:center center;pointer-events:none;}
@media(max-width:1100px){
  #hero .citto-hero-inner{grid-template-columns:minmax(340px,.45fr) minmax(470px,.55fr);}
  #hero .citto-hero-copy-main{padding:34px 30px 10px;}
  #hero .citto-hero-copy-detail{padding:0 30px 32px;}
  #hero .citto-hero-copy-main h1{font-size:clamp(31px,3.3vw,44px);}
}
@media(max-width:900px){
  #hero.citto-hero-html-text{margin-top:12px;}
  #hero .citto-hero-inner{grid-template-columns:1fr;grid-template-areas:"copymain" "visual" "copydetail";min-height:0;}
  #hero .citto-hero-copy-main{padding:16px 16px 10px;gap:8px;justify-content:flex-start;}
  #hero .citto-hero-copy-detail{padding:10px 16px 16px;gap:10px;}
  #hero .citto-hero-kicker{font-size:11px;line-height:1.35;}
  #hero .citto-hero-copy-main h1{font-size:clamp(23px,6.4vw,31px);line-height:1.18;letter-spacing:-.055em;}
  #hero .citto-hero-copy-main h1 .line{white-space:normal;}
  #hero .citto-hero-lead{font-size:13px;line-height:1.6;margin:0;font-weight:850;}
  #hero .citto-hero-sub{font-size:12px;line-height:1.7;}
  #hero .citto-hero-sub .pc-break,#hero .citto-hero-lead .pc-break{display:inline;}
  #hero .citto-hero-assurance{grid-template-columns:1fr 1fr;gap:8px;}
  #hero .citto-hero-assurance span{min-height:34px;padding:7px 10px;font-size:11px;}
  #hero .citto-hero-actions{display:none;}
  #hero .citto-hero-visual{min-height:0;height:auto;aspect-ratio:1.24 / 1;}
  #hero .citto-hero-visual img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center 17%;}
}
@media(max-width:560px){
  #hero.citto-hero-html-text{margin-top:10px;border-radius:16px;}
  #hero .citto-hero-copy-main{padding:13px 14px 8px;gap:7px;}
  #hero .citto-hero-copy-detail{padding:9px 14px 14px;gap:9px;}
  #hero .citto-hero-kicker{font-size:10.5px;}
  #hero .citto-hero-copy-main h1{font-size:24px;line-height:1.17;letter-spacing:-.06em;}
  #hero .citto-hero-lead{font-size:12.5px;line-height:1.55;}
  #hero .citto-hero-sub{font-size:11.5px;line-height:1.65;}
  #hero .citto-hero-assurance{grid-template-columns:1fr;gap:7px;}
  #hero .citto-hero-assurance span{min-height:32px;font-size:11px;padding:6px 10px;}
  #hero .citto-hero-visual{aspect-ratio:1.18 / 1;}
  #hero .citto-hero-visual img{object-position:center 14%;}
}
@media(max-width:380px){
  #hero .citto-hero-copy-main h1{font-size:22px;}
  #hero .citto-hero-lead{font-size:12px;}
  #hero .citto-hero-sub{font-size:11px;}
}

#product-navigation.citto-product-navigation-entry{width:min(calc(100% - 32px),1200px);margin:24px auto;background:#fff;border:1px solid #e8e8e8;border-radius:22px;overflow:hidden;box-shadow:0 8px 26px rgba(0,0,0,.045)}
#product-navigation .pn-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:center;padding:28px 32px}
#product-navigation .pn-kicker{margin:0 0 8px;color:#E60012;font-weight:900;letter-spacing:.04em;font-size:13px}
#product-navigation h2{margin:0 0 10px;font-size:30px;line-height:1.25;letter-spacing:-.03em;color:#111}
#product-navigation p{margin:0;color:#444;line-height:1.8;font-weight:700}
#product-navigation .pn-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
#product-navigation .pn-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:0 22px;text-decoration:none;font-weight:900;border:1px solid #111;white-space:nowrap}
#product-navigation .pn-primary{background:#E60012;color:#fff;border-color:#E60012!important;box-shadow:0 10px 22px rgba(230,0,18,.18)}
#product-navigation .pn-secondary{background:#111;color:#fff}
@media(max-width:800px){#product-navigation .pn-inner{grid-template-columns:1fr;padding:24px 20px}#product-navigation .pn-actions{justify-content:stretch}#product-navigation .pn-actions a{flex:1 1 100%}#product-navigation h2{font-size:24px}}

/* Externalized footer logo inline style */
#logo_footer_black {
  width: 116px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* TOPページ共通のフローティング「上へ戻る」 */
.citto-floating-back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:180;
  display:grid;
  place-items: center;
  min-width:112px;
  min-height:48px;
  padding:10px 16px;
  border:2px solid #111;
  border-radius:999px;
  background:#111;
  color:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
  font-size:14px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease,transform .2s ease;
}
.citto-floating-back-to-top span{font-size:20px;line-height:.8}
.citto-floating-back-to-top:hover,
.citto-floating-back-to-top:focus-visible{
  border-color:#e60012;
  background:#e60012;
  color:#fff;
  outline:none;
  transform:translateY(-2px);
}
@media(max-width:760px){
  .citto-floating-back-to-top{
    right:12px;
    bottom:12px;
    min-width:48px;
    width:48px;
    height:48px;
    min-height:48px;
    padding:0;
    border-radius:50%;
    font-size:0;
  }
  .citto-floating-back-to-top span{font-size:22px}
}
@media print{
  .citto-floating-back-to-top{display:none}
}

/* TOP: print position guide */
.top-print-guide{
  width:min(calc(100% - 32px),var(--wide));
  margin:0 auto 26px;
  padding:30px;
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.45fr);
  gap:28px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.top-print-guide-copy{padding:8px 4px}
.top-print-guide-kicker{
  margin:0 0 10px;
  color:var(--red);
  font-size:12px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.12em;
}
.top-print-guide-copy h2{
  margin:0;
  color:#07263e;
  font-size:clamp(32px,3.2vw,49px);
  line-height:1.35;
  letter-spacing:-.045em;
}
.top-print-guide-copy h2 span{color:var(--red)}
.top-print-guide-lead{
  margin:22px 0 0;
  color:#243746;
  font-size:16px;
  line-height:2;
}
.top-print-guide-tags{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:22px 0;
}
.top-print-guide-tags span{
  display:flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  color:#07263e;
  background:#fff;
  border:1px solid #e5e8ea;
  border-radius:999px;
  box-shadow:0 5px 14px rgba(7,38,62,.07);
  font-size:14px;
  font-weight:900;
}
.top-print-guide-tags span::before{
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:2px;
  background:var(--red);
  content:"";
}
.top-print-guide-button{
  display:flex;
  width:100%;
  min-height:58px;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#fff;
  background:var(--red);
  border-radius:999px;
  box-shadow:0 12px 24px rgba(230,0,18,.22);
  font-size:17px;
  font-weight:900;
  transition:transform .2s ease,box-shadow .2s ease;
}
.top-print-guide-button span{
  font-size:32px;
  line-height:1;
}
.top-print-guide-button:hover,
.top-print-guide-button:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 15px 28px rgba(230,0,18,.28);
}
.top-print-guide-preview{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  padding:2px;
  border-radius:18px;
}
.top-print-guide-preview:focus-visible{
  outline:3px solid rgba(230,0,18,.35);
  outline-offset:5px;
}
.top-print-guide-card{
  min-width:0;
  padding:10px 9px 11px;
  background:#fff;
  border:1px solid #e8edf0;
  border-radius:13px;
  box-shadow:0 4px 12px rgba(7,38,62,.06);
}
.top-print-guide-card-head{
  display:flex;
  align-items:center;
  gap:7px;
}
.top-print-guide-card-head b{
  display:grid;
  width:21px;
  height:21px;
  flex:0 0 21px;
  place-items:center;
  color:#fff;
  background:var(--red);
  border-radius:50%;
  font-size:11px;
}
.top-print-guide-card h3{
  margin:0;
  color:#07263e;
  font-size:12px;
  line-height:1.3;
  white-space:nowrap;
}
.top-print-guide-card > strong{
  display:block;
  color:#172b3a;
  font-size:10px;
  line-height:1.35;
  text-align:center;
  white-space:nowrap;
}
.top-print-guide-shirt{
  position:relative;
  aspect-ratio:1.12 / 1;
  margin:8px 0 6px;
  overflow:hidden;
}
.top-print-guide-shirt img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.top-print-guide-shirt .mark{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:var(--red);
  font-size:7px;
  line-height:1.05;
  font-weight:900;
  text-align:center;
}
.top-print-guide-shirt .mark-full{left:37%;top:29%;width:26%;height:38%}
.top-print-guide-shirt .mark-standard{left:41%;top:34%;width:19%;height:27%}
.top-print-guide-shirt .mark-center{left:44%;top:38%;width:13%;height:18%}
.top-print-guide-shirt .mark-left{left:54%;top:37%;width:10%;height:14%}
.top-print-guide-shirt .mark-right{left:36%;top:37%;width:10%;height:14%}
.top-print-guide-shirt .mark-wide{left:36%;top:39%;width:29%;height:12%}
.top-print-guide-shirt .mark-left-sleeve{left:75%;top:31%;width:9%;height:9%;transform:rotate(18deg)}
.top-print-guide-shirt .mark-right-sleeve{left:17%;top:31%;width:9%;height:9%;transform:rotate(-18deg)}
@media(max-width:1000px){
  .top-print-guide{grid-template-columns:1fr}
  .top-print-guide-copy{padding:0}
  .top-print-guide-copy h2 br{display:none}
}
@media(max-width:900px){
  .top-print-guide{
    width:min(calc(100% - 20px),100%);
    padding:22px 16px;
    border-radius:18px;
  }
}
@media(max-width:620px){
  .top-print-guide-copy h2{font-size:30px}
  .top-print-guide-lead{
    margin-top:16px;
    font-size:15px;
    line-height:1.8;
  }
  .top-print-guide-tags{
    grid-template-columns:repeat(2,1fr);
    margin:18px 0;
  }
  .top-print-guide-preview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .top-print-guide-card{padding:10px}
  .top-print-guide-card h3{font-size:13px}
  .top-print-guide-card > strong{font-size:11px}
  .top-print-guide-shirt .mark{font-size:8px}
}
