@charset "UTF-8";

.sheet-print {

  --teal:#1691a0;
  --teal-dark:#0e6b77;
  --teal-pale:#e3f2f5;
  --ink:#1d3644;
  --ink-navy:#17303e;
  --text:#2b3a44;
  --gray:#5f7079;
  --line:#dbe6ea;
  --bg:#f3f8fa;
  --band:#29b6a4;
  --band-dark:#1e9c8c;
  --band-pale:#e6f7f4;

  color: var(--text);
  line-height: 1.75;
}
.sheet-print img,
.sheet-print svg {
  display: block;
}
.sheet-print a {
  text-decoration: none;
  color: inherit;
}

/* ===== 本文共通 ===== */
.sheet-print .wrap{max-width:1120px;margin:0 auto;padding:0 24px}
.sheet-print .section{padding:44px 0}
.sheet-print .section+.section{border-top:1px solid var(--line)}
.sheet-print .sec-title{
  display:flex;align-items:center;gap:12px;
  font-size:22px;font-weight:900;color:var(--ink-navy);letter-spacing:.03em;
  margin-bottom:22px;
}
.sheet-print .sec-title::before{content:"";width:8px;height:26px;background:var(--band);border-radius:3px;flex-shrink:0}

/* ===== バナー ===== */
.sheet-print .banner{
  position:relative;background:#fff;
  padding:58px 24px;overflow:hidden;
  border-bottom:1px solid var(--line);
  min-height:280px;
}
.sheet-print .banner-photo{
  position:absolute;inset:0;
  pointer-events:none;
}
.sheet-print .banner-photo picture{
  display:block;width:100%;height:100%;
}
.sheet-print .banner-photo img{
  width:100%;height:100%;object-fit:cover;
}
.sheet-print .banner-inner{position:relative;max-width:1120px;margin:0 auto;text-align:center;z-index:1}
.sheet-print .banner-title{
  font-size:clamp(34px,5.4vw,58px);font-weight:900;
  letter-spacing:.04em;line-height:1.2;
  color:#808080;
  -webkit-text-stroke:5px #fff;
  paint-order:stroke fill;
  text-shadow:0 2px 6px rgba(0,0,0,.18);
}
.sheet-print .banner-catch{
  margin-top:10px;
  font-size:clamp(14px,1.7vw,18px);font-weight:800;color:#111;
  letter-spacing:.04em;line-height:1.7;
  -webkit-text-stroke:4px #fff;
  paint-order:stroke fill;
}
.sheet-print .banner-badges{
  margin-top:20px;
  display:flex;justify-content:center;gap:12px;flex-wrap:wrap;
}
.sheet-print .bbadge{
  display:inline-flex;align-items:center;gap:7px;
  background:#fff;border:1px solid #e3e6e8;border-radius:999px;
  box-shadow:0 1px 4px rgba(23,48,62,.08);
  padding:9px 18px;
  font-size:13.5px;font-weight:800;color:var(--ink-navy);white-space:nowrap;
}
.sheet-print .bbadge svg{width:17px;height:17px;stroke:var(--band);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ===== こんなデザイン ===== */
.sheet-print .worries{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.sheet-print .worry{
  background:var(--bg);border:1px solid var(--line);border-radius:12px;
  padding:22px 20px;text-align:left;
}
.sheet-print .worry .icon{width:44px;height:44px;margin:0 0 12px}
.sheet-print .worry .icon svg{width:100%;height:100%;stroke:var(--band);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.sheet-print .worry p{font-size:14.5px;font-weight:800;color:var(--ink-navy);line-height:1.8}

/* ===== 解決帯 ===== */
.sheet-print .solution{position:relative;background:var(--band-pale);padding:52px 24px 44px;text-align:left}
.sheet-print .solution::before{
  content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
  border-style:solid;border-color:#fff transparent transparent transparent;
  border-width:20px 30px 0 30px;
}
.sheet-print .solution-inner{max-width:1120px;margin:0 auto}
.sheet-print .solution h2{
  font-size:clamp(20px,2.5vw,27px);font-weight:900;color:var(--ink-navy);
  letter-spacing:.03em;line-height:1.8;
  border-left:8px solid var(--band);padding-left:18px;
}
.sheet-print .solution h2 .em{color:var(--band-dark)}

/* ===== ラメ・メタリック 2カラム ===== */
.sheet-print .duo{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.sheet-print .duo-col .about-visual{width:100%;margin-top:16px}
.sheet-print .duo-col .swatches{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}
@media (max-width:860px){
  .sheet-print .duo{grid-template-columns:1fr;gap:44px}
}

/* ===== とは（説明） ===== */
.sheet-print .about{display:flex;gap:36px;align-items:flex-start;flex-wrap:wrap}
.sheet-print .about-text{flex:1;min-width:300px}
.sheet-print .about-lead{font-size:16px;font-weight:800;color:var(--ink-navy);margin-bottom:12px;line-height:1.9}
.sheet-print .about-text p+p{margin-top:10px}
.sheet-print .about-visual{width:360px;max-width:100%;flex-shrink:0}
.sheet-print .about-visual img,.sheet-print .about-visual svg{width:100%;height:auto;border:1px solid var(--line);border-radius:10px}
.sheet-print .about-visual figcaption{font-size:12px;font-weight:700;color:var(--gray);text-align:left;margin-top:8px}

/* ===== カラーバリエーション ===== */
.sheet-print .color-note{font-size:15px;font-weight:800;color:var(--ink-navy);margin:26px 0 14px}
.sheet-print .swatches{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}
.sheet-print .swatch{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.sheet-print .swatch img{width:100%;aspect-ratio:16/10;object-fit:cover}
.sheet-print .swatch .label{padding:8px 10px;font-size:13px;font-weight:800;text-align:left;color:var(--ink-navy)}

/* ===== 加工の流れ（3ステップ） ===== */
.sheet-print .process-lead{margin-top:12px}
.sheet-print .process{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:36px}
.sheet-print .pstep{position:relative}
.sheet-print .pstep:not(:last-child)::after{
  content:"";position:absolute;top:38%;right:-26px;
  border-style:solid;border-color:transparent transparent transparent var(--band);
  border-width:9px 0 9px 11px;z-index:1;
}
.sheet-print .pstep .step-head{
  display:flex;align-items:center;gap:7px;
  background:var(--ink-navy);border-radius:8px 8px 0 0;
  padding:8px 10px;
}
.sheet-print .pstep .step-num{
  width:20px;height:20px;border-radius:50%;background:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:900;color:var(--ink-navy);flex-shrink:0;
}
.sheet-print .pstep .step-title{font-size:12.5px;font-weight:900;color:#fff;letter-spacing:.02em;white-space:nowrap}
.sheet-print .pstep .photo{width:100%;aspect-ratio:1/1;overflow:hidden;background:#eef1f3;border:1px solid var(--line);border-top:0}
.sheet-print .pstep .photo img{width:100%;height:100%;object-fit:cover}
.sheet-print .pstep .cap{font-size:12px;font-weight:700;color:var(--text);line-height:1.75;margin-top:12px}
@media (max-width:640px){
  .sheet-print .process{grid-template-columns:1fr;gap:36px}
  .sheet-print .pstep:not(:last-child)::after{
    top:auto;bottom:-24px;right:auto;left:calc(50% - 9px);
    border-color:var(--band) transparent transparent transparent;
    border-width:11px 9px 0 9px;
  }
}

/* ===== 比較表 ===== */
.sheet-print .compare-table{width:100%;max-width:900px;border-collapse:collapse;font-size:13.5px}
.sheet-print .compare-table th, .sheet-print .compare-table td{border:1px solid var(--line);padding:12px 14px;text-align:left;vertical-align:middle}
.sheet-print .compare-table thead th{background:var(--band);color:#fff;font-weight:900;font-size:14.5px}
.sheet-print .compare-table tbody th{background:var(--band-pale);color:var(--ink-navy);font-weight:800;white-space:nowrap}
.sheet-print .compare-table td b{color:var(--band-dark)}
.sheet-print .compare-note{font-size:12px;color:var(--gray);margin-top:10px}

/* ===== 作製例 ===== */
.sheet-print .works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;max-width:760px}
.sheet-print .work-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.sheet-print .work-card .work-photo{aspect-ratio:4/3;background:#f3f8fa;overflow:hidden}
.sheet-print .work-card .work-photo a{display:block;width:100%;height:100%;cursor:zoom-in}
.sheet-print .work-card .work-photo img,.sheet-print .work-card .work-photo svg{width:100%;height:100%;object-fit:cover;transition:opacity .15s ease}
.sheet-print .work-card .work-photo a:hover img{opacity:.88}
.sheet-print .work-card .work-body{padding:14px 16px}
.sheet-print .work-card .work-tag{
  display:inline-block;background:var(--band);color:#fff;
  font-size:12px;font-weight:900;letter-spacing:.04em;
  padding:4px 12px;border-radius:999px;margin-bottom:8px;
}
.sheet-print .work-card .work-text{font-size:13px;font-weight:700;color:var(--text)}

/* ===== デザインについて ===== */
.sheet-print .design-lead{margin-bottom:22px}
.sheet-print .design-fig{max-width:560px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px;margin-bottom:34px}
.sheet-print .design-fig svg{width:100%;height:auto}
.sheet-print .example-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:640px}
.sheet-print .example-card .ex-label{font-size:14.5px;font-weight:900;color:var(--ink-navy);margin-bottom:8px}
.sheet-print .example-card .ex-img{border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}
.sheet-print .example-card .ex-img svg{width:100%;height:auto}
.sheet-print .color-only{font-size:16px;font-weight:900;color:var(--ink-navy);margin:36px 0 16px}
.sheet-print .okng-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:760px}
.sheet-print .okng-card .ex-label{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:900;color:var(--ink-navy);margin-bottom:8px}
.sheet-print .okng-card .mark-ok{color:var(--band-dark);font-size:18px}
.sheet-print .okng-card .mark-ng{color:#c4373f;font-size:18px}
.sheet-print .okng-card .ex-img{border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px}
.sheet-print .okng-card .ex-img img{width:100%;height:auto}

/* ===== 対応している商品 ===== */
.sheet-print .goods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:900px}
.sheet-print .goods-col .goods-label{font-size:16px;font-weight:900;color:var(--ink-navy);margin-bottom:12px}
.sheet-print .goods-box{border:1px solid var(--line);border-radius:4px;background:#fff;padding:18px}
.sheet-print .goods-box .items{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sheet-print .goods-box .items img,.sheet-print .goods-box .items svg{width:100%;height:auto}
.sheet-print .goods-note{font-size:12px;font-weight:800;color:#e02b2b;line-height:1.8;margin-top:10px}

/* ===== 料金について ===== */
.sheet-print .price-table{width:100%;max-width:760px;border-collapse:collapse;font-size:13.5px}
.sheet-print .price-table th, .sheet-print .price-table td{border:1px solid var(--line);padding:12px 16px;text-align:left;vertical-align:middle}
.sheet-print .price-table thead th{background:var(--band);color:#fff;font-weight:900}
.sheet-print .price-table tbody th{background:var(--band-pale);color:var(--ink-navy);font-weight:800;white-space:nowrap}
.sheet-print .price-table td b{color:var(--band-dark);font-size:15px}
.sheet-print .price-notes{list-style:none;font-size:12px;color:var(--gray);margin-top:12px}
.sheet-print .price-notes li{position:relative;padding-left:16px}
.sheet-print .price-notes li+li{margin-top:4px}
.sheet-print .price-notes li::before{content:"※";position:absolute;left:0}

/* ===== 翌日出荷100%保証の仕組み ===== */
.sheet-print .flow4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px}
.sheet-print .flow-card{
  position:relative;border:1.5px solid var(--band);border-radius:12px;
  background:#fff;padding:34px 14px 16px;
}
.sheet-print .flow-card .fc-num{
  position:absolute;top:-14px;left:-10px;
  width:34px;height:34px;border-radius:50%;
  background:var(--band);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:900;letter-spacing:.02em;
}
.sheet-print .flow-card:not(:last-child)::after{
  content:"";position:absolute;top:calc(50% - 8px);right:-19px;
  border-style:solid;border-color:transparent transparent transparent var(--band);
  border-width:8px 0 8px 12px;
}
.sheet-print .flow-card .fc-img{height:84px;margin-bottom:12px}
.sheet-print .flow-card .fc-img img,.sheet-print .flow-card .fc-img svg{width:100%;height:100%;object-fit:contain}
.sheet-print .flow-card .fc-title{font-size:15px;font-weight:900;color:var(--band-dark);margin-bottom:6px}
.sheet-print .flow-card .fc-text{font-size:12px;font-weight:700;color:var(--text);line-height:1.75}
.sheet-print .flow-person{display:flex;align-items:center;gap:20px;margin-top:34px;flex-wrap:wrap}
.sheet-print .flow-bubble{
  position:relative;background:var(--band);color:#fff;
  font-size:13.5px;font-weight:900;line-height:1.8;letter-spacing:.02em;
  padding:14px 22px;border-radius:999px;
}
.sheet-print .flow-bubble::after{
  content:"";position:absolute;top:calc(50% - 8px);right:-10px;
  border-style:solid;border-color:transparent transparent transparent var(--band);
  border-width:8px 0 8px 11px;
}
.sheet-print .flow-face{width:110px;height:110px;border-radius:50%;overflow:hidden;border:3px solid var(--band);flex-shrink:0}
.sheet-print .flow-face img,.sheet-print .flow-face svg{width:100%;height:100%;object-fit:cover}
.sheet-print .flow-note{
  background:var(--band-pale);border-left:6px solid var(--band);
  padding:16px 22px;margin-top:30px;max-width:1000px;
  font-size:13.5px;font-weight:700;line-height:1.9;
}
@media (max-width:900px){
  .sheet-print .flow4{grid-template-columns:1fr 1fr}
  .sheet-print .flow-card:not(:last-child)::after{display:none}
}
@media (max-width:520px){
  .sheet-print .flow4{grid-template-columns:1fr}
}

/* ===== 洗濯の注意点 ===== */
.sheet-print .wash-lead{margin-bottom:26px}
.sheet-print .wash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 30px;max-width:1000px}
.sheet-print .wash-item .w-title{font-size:14.5px;font-weight:900;color:var(--ink-navy);margin-bottom:10px}
.sheet-print .wash-item .w-icon{
  height:110px;border:1px solid var(--line);border-radius:8px;background:#fff;
  display:flex;align-items:center;justify-content:center;margin-bottom:10px;
}
.sheet-print .wash-item .w-icon svg{width:86px;height:86px}
.sheet-print .wash-item .w-text{font-size:12px;font-weight:700;color:var(--text);line-height:1.8}
.sheet-print .wash-avoid{
  max-width:1000px;margin-top:32px;
  background:#fdf0ee;border:1px solid #f3cfc8;border-radius:8px;
  padding:18px 24px;
}
.sheet-print .wash-avoid .wa-title{font-size:15px;font-weight:900;color:#d13c30;margin-bottom:6px}
.sheet-print .wash-avoid .wa-items{font-size:12.5px;font-weight:700;color:#d13c30;line-height:1.9}
.sheet-print .wash-dl{margin-top:30px}
.sheet-print .wash-dl p{font-size:13.5px;font-weight:700}
.sheet-print .dl-btn{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:14px;background:#f08222;color:#fff;
  font-size:14.5px;font-weight:900;letter-spacing:.06em;
  padding:13px 44px;border-radius:8px;
  transition:background .15s ease;
}
.sheet-print .dl-btn:hover{background:#d96f15}
@media (max-width:820px){
  .sheet-print .wash-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:520px){
  .sheet-print .wash-grid{grid-template-columns:1fr}
}

/* ===== よくあるご質問 ===== */
.sheet-print .faq-list{max-width:900px}
.sheet-print .faq{
  border:1px solid var(--line);border-radius:10px;background:#fff;
  overflow:hidden;
}
.sheet-print .faq+.faq{margin-top:10px}
.sheet-print .faq summary{
  display:flex;align-items:flex-start;gap:12px;
  padding:16px 18px;cursor:pointer;list-style:none;
  font-size:14.5px;font-weight:800;color:var(--ink-navy);line-height:1.7;
  transition:background .15s ease;
}
.sheet-print .faq summary::-webkit-details-marker,
.sheet-print .faq summary::marker{display:none;content:none}
.sheet-print .faq summary:hover{background:#f7fbfa}
.sheet-print .faq[open]{border-color:#c5e6e0}
.sheet-print .faq[open] summary{background:var(--band-pale)}
.sheet-print .faq .q-text{flex:1;min-width:0}
.sheet-print .faq .q-mark, .sheet-print .faq .a-mark{
  width:26px;height:26px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:900;margin-top:-1px;
}
.sheet-print .faq .q-mark{background:var(--band);color:#fff}
.sheet-print .faq .a-mark{background:#fff;color:var(--band-dark);border:1.5px solid var(--band)}
.sheet-print .faq summary .toggle{
  margin-left:auto;flex-shrink:0;align-self:center;
  width:22px;height:22px;position:relative;
}
.sheet-print .faq summary .toggle::before, .sheet-print .faq summary .toggle::after{
  content:"";position:absolute;top:50%;left:50%;
  width:14px;height:2.5px;background:var(--band);border-radius:2px;
  transform:translate(-50%,-50%);
}
.sheet-print .faq summary .toggle::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s ease}
.sheet-print .faq[open] summary .toggle::after{transform:translate(-50%,-50%) rotate(0deg)}
.sheet-print .faq .faq-a{
  display:flex;align-items:flex-start;gap:12px;
  padding:16px 18px 18px;
  border-top:1px solid #dceeea;
  background:#f8fcfb;
  font-size:13.5px;line-height:1.9;color:var(--text);
}
.sheet-print .faq .faq-body{flex:1;min-width:0}
.sheet-print .faq .faq-body p+p,
.sheet-print .faq .faq-body p+ul,
.sheet-print .faq .faq-body ul+p{margin-top:8px}
.sheet-print .faq .faq-body ul{
  margin:0;padding:8px 0 8px 1.2em;
  list-style:disc;
}
.sheet-print .faq .faq-body li+li{margin-top:4px}
.sheet-print .faq .faq-body a{
  color:var(--band-dark);font-weight:800;
  text-decoration:underline;text-underline-offset:3px;
}
.sheet-print .faq .faq-body a:hover{color:var(--teal-dark)}
.sheet-print .faq .faq-ex{
  background:#fff;border-left:4px solid var(--band);
  padding:8px 12px;border-radius:0 6px 6px 0;
  font-weight:700;color:var(--ink-navy);
}
@media (prefers-reduced-motion:reduce){
  .sheet-print .faq summary,
  .sheet-print .faq summary .toggle::after{transition:none}
}

/* ===== CTA ===== */
.sheet-print .cta{background:var(--band-pale);padding:44px 24px;text-align:left}
.sheet-print .cta-inner{max-width:1120px;margin:0 auto}
.sheet-print .cta h2{font-size:21px;font-weight:900;color:var(--ink-navy);letter-spacing:.03em}
.sheet-print .cta p{font-size:14px;margin-top:8px}
.sheet-print .cta-btns{margin-top:22px;display:flex;justify-content:flex-start;gap:14px;flex-wrap:wrap}
.sheet-print .cta-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:10px;font-size:15.5px;font-weight:900;padding:15px 34px;
  transition:background .15s ease;
}
.sheet-print .cta-green{background:var(--band);color:#fff}
.sheet-print .cta-green:hover{background:var(--band-dark)}
.sheet-print .cta-white{background:#fff;color:var(--band-dark);border:1.5px solid var(--band)}
.sheet-print .cta-white:hover{background:#f2fbf9}

@media (max-width:760px){
  .sheet-print .about-visual{width:100%}
}
