/* 2026-09-19: current product assortment and matching mini-program imagery. */
.button-outline{border:1px solid #bccfd6;color:var(--blue);background:#fff}
.button-outline:hover{background:#f3f7f8;border-color:var(--blue)}
.hero{grid-template-columns:.92fr 1.12fr;gap:58px;padding-block:58px 62px}
.hero-visual{margin:0;min-width:0}
.hero-products{display:grid;grid-template-columns:1.08fr 1fr;grid-template-rows:1fr 1fr;gap:12px;height:528px}
.hero-product{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;border-radius:5px;background:#f2f1ee;border:1px solid #e6e6e1}
.hero-product:hover{border-color:#9ab4bb}
.hero-product>img{width:100%;height:calc(100% - 39px);min-height:0;object-fit:contain;object-position:center;aspect-ratio:auto;border-radius:0}
.hero-product>span{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;font-size:13px;line-height:22px;color:#294651;background:#fafaf8;gap:4px}
.hero-product b{font-size:15px;font-weight:400;color:#54717b}
.hero-outdoor{grid-row:1 / 3;background:#ecefec}
.hero-product-image{flex:1;min-height:0;overflow:hidden}
.hero-product-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:0}
.hero-outdoor>span{flex-direction:column;align-items:flex-start;gap:2px;padding:15px 18px;font-size:16px;font-weight:600}
.hero-outdoor small{font-weight:400;font-size:12px;color:var(--muted)}
.hero-visual figcaption{font-size:11px;text-align:left;margin-top:10px}
.hero-actions{gap:14px}
.hero-note{margin-top:30px}
.products-section{padding-block:68px 40px;background:#f5f7f7}
.product-grid{gap:20px;border:0;border-radius:0;background:transparent;margin-top:32px}
.product-grid .product-card{padding:0;gap:0;min-width:0;min-height:0;background:#fff;border:1px solid #e0e6e7;border-radius:5px;overflow:hidden}
.product-photo{aspect-ratio:1;background:#f0efec;overflow:hidden}
.product-photo img{width:100%;height:100%;object-fit:contain}
.product-copy{padding:19px 20px 21px}
.product-copy h3{font-size:19px;line-height:1.5;margin-bottom:5px}
.product-copy p{font-size:13px;line-height:1.7}
.product-footer{padding-top:23px}
.product-footer p{font-size:12px}
.print-section{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center;padding-block:80px}
.print-visual{background:#f4f1eb;border-radius:5px;overflow:hidden}
.print-visual img{width:100%;aspect-ratio:1;object-fit:contain}
.print-copy h2{font-size:36px;line-height:1.5}
.print-description{font-size:15px;color:var(--muted);margin-top:18px;line-height:1.9}
.service-steps{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:16px}
.service-steps li{display:flex;gap:16px;align-items:flex-start}
.service-steps li>span{font-size:13px;line-height:25px;color:var(--blue);border-bottom:1px solid #b5d3d9}
.service-steps strong{font-size:15px;font-weight:600}
.service-steps p{font-size:13px;color:var(--muted);line-height:1.7;margin-top:2px}
.about-section{border-top:1px solid var(--line);grid-template-columns:1.2fr 1fr;gap:38px 80px;padding-block:64px}
.about-copy>p:not(.eyebrow){font-size:15px;margin-top:17px}
.about-present{background:#f4f7f7;padding:30px 32px;border-radius:5px}
.about-facts{margin:0;gap:28px;justify-content:space-between;align-items:flex-start}
.about-facts>div+div{padding-left:26px}
.about-facts strong,.about-facts>div:first-child strong{font-size:30px;font-weight:650;white-space:nowrap}
.about-facts p{font-size:12px}
.about-principle{margin-top:24px;padding-top:22px;gap:7px}
.about-principle strong{font-size:17px}
.history-gallery{padding-top:0;grid-column:1 / -1;border-bottom:1px solid var(--line)}
.history-gallery summary{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;list-style:none;padding:20px 0;font-size:15px;font-weight:500}
.history-gallery summary::-webkit-details-marker{display:none}
.history-gallery summary small{display:inline-block;font-size:12px;color:var(--muted);font-weight:400;margin-left:16px}
.history-toggle{font-size:20px;line-height:1;color:var(--blue);transition:transform .18s}
.history-gallery[open] .history-toggle{transform:rotate(45deg)}
.history-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:4px 0 25px;gap:20px}
.history-grid img{aspect-ratio:4 / 3;object-fit:contain;background:#f6f7f7}
.history-grid figcaption{font-size:12px;margin-top:8px}
.stores-section{padding-block:58px 65px;background:#edf4f4}
.store-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:29px}
.store-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:25px;padding:29px 32px}
.store-card h3{font-size:24px}
.store-card p{font-size:14px}
.inquiry-card{border-color:#a9c5cd}
.inquiry-contacts{width:100%;padding-top:16px;border-top:1px solid var(--line)}
.inquiry-contacts>a,.inquiry-contacts>p{display:flex;align-items:baseline;gap:18px;margin:0;line-height:1.8}
.inquiry-contacts>p{margin-top:5px}
.inquiry-contacts span{font-size:13px;color:var(--muted)}
.inquiry-contacts strong{font-size:21px;letter-spacing:.025em;font-weight:600;color:var(--blue)}
.inquiry-contacts p strong{font-size:18px}
.inquiry-contacts a:hover strong{text-decoration:underline;text-underline-offset:4px}
@media(min-width:1450px){.hero{padding-block:72px}.hero-products{height:548px}}
@media(max-width:1100px){.hero{gap:30px;grid-template-columns:.94fr 1.06fr}.hero-products{height:464px;gap:10px}.hero-product>span{padding-inline:10px;font-size:12px}.hero-outdoor>span{font-size:15px}.hero-outdoor small{font-size:11px}.product-grid{gap:16px}.product-copy{padding:16px}.product-copy h3{font-size:18px}.product-copy p{font-size:12px}.print-section{gap:44px}.about-section{gap:32px 40px}.about-present{padding:26px}.about-facts{gap:18px}.about-facts>div+div{padding-left:18px}}
@media(max-width:900px){
  .header-inner{min-height:80px}.brand{width:145px}
  .menu-toggle{display:flex;align-items:center;gap:10px;background:#fff;color:var(--blue);border:1px solid var(--line);padding:6px 10px;min-height:40px;border-radius:3px;font-size:14px}.menu-toggle span{font-size:18px}
  nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:16px 20px 24px;border-bottom:1px solid var(--line);box-shadow:0 16px 24px #102f3c0a;flex-direction:column;align-items:stretch;gap:8px}
  nav[data-open="true"]{display:flex}nav>a{padding:12px 14px;font-size:16px}nav .nav-shop{padding:12px 14px;justify-content:space-between;margin-top:4px}
  .hero{grid-template-columns:1fr;gap:30px;padding-block:44px}.hero-copy{max-width:none}.hero-description{max-width:none}.desktop-break{display:none}.hero-note{margin-top:23px}
  .hero-visual{max-width:none}.hero-products{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;height:310px;gap:14px}.hero-outdoor{grid-row:auto}.hero-product>img{height:calc(100% - 43px)}.hero-product>span{font-size:13px;padding:10px 12px}.hero-outdoor>span{padding:10px 12px;font-size:13px}.hero-outdoor small{display:none}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-copy h3{font-size:20px}.product-copy p{font-size:14px}.print-section{gap:30px;padding-block:58px}.print-copy h2{font-size:29px}
  .about-section{grid-template-columns:1fr;gap:28px}.about-copy{max-width:none}.about-present{max-width:none}.about-facts{justify-content:flex-start;gap:40px}.about-facts>div+div{padding-left:40px}.about-principle{margin-top:20px;padding-top:18px}.history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:550px){
  .header-inner{min-height:76px}.hero{padding-block:32px 34px;gap:27px}.hero-description{font-size:15px}.hero-actions{margin-top:23px}.hero-note{font-size:12px;gap:12px}
  .hero-products{grid-template-columns:1.06fr 1fr;grid-template-rows:1fr 1fr;height:356px;gap:8px}.hero-outdoor{grid-row:1 / 3}.hero-product>img{height:calc(100% - 33px)}.hero-product>span{font-size:12px;padding:5px 9px;line-height:23px}.hero-outdoor>span{padding:11px;font-size:13px}.hero-outdoor small{display:block;font-size:10px;line-height:18px}.hero-visual figcaption{font-size:10px;line-height:1.7}
  .products-section{padding-block:36px 28px}.section-heading>p{font-size:13px;margin-top:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;margin-top:24px}.product-copy{padding:12px 10px 14px}.product-copy h3{font-size:16px;letter-spacing:-.02em;margin-bottom:4px}.product-copy p{font-size:11px;line-height:1.8}.product-footer{gap:13px;padding-top:19px}.product-footer p{font-size:11px;line-height:1.8}
  .print-section{grid-template-columns:1fr;gap:25px;padding-block:40px}.print-visual img{aspect-ratio:1.3;object-fit:cover}.print-copy h2{font-size:29px}.print-description{font-size:14px;margin-top:14px}.service-steps{margin-block:20px;gap:13px}
  .about-section{padding-block:38px;gap:24px}.about-copy>p:not(.eyebrow){font-size:14px}.about-present{padding:23px 21px}.about-facts{gap:22px}.about-facts>div+div{padding-left:22px}.about-facts strong,.about-facts>div:first-child strong{font-size:27px}.about-facts strong span{font-size:15px}.about-facts p{font-size:11px}.about-principle strong{font-size:16px}.history-gallery summary{padding-block:17px;font-size:14px}.history-gallery summary small{display:block;margin:4px 0 0;font-size:11px}.history-grid{gap:15px}.history-grid figcaption{font-size:11px}
  .stores-section{padding-block:37px 40px}.store-grid{grid-template-columns:1fr;gap:15px;margin-top:23px}.store-card{padding:24px;gap:22px}.store-card h3{font-size:22px}.store-card .store-action{margin-top:0}.inquiry-contacts strong{font-size:21px}.inquiry-contacts p strong{font-size:18px}
}
@media(max-width:360px){.product-copy h3{font-size:14px}.product-copy p{font-size:10px}.about-facts{gap:16px}.about-facts>div+div{padding-left:16px}.about-present{padding-inline:18px}}
