:root{
  --navy:#092858;
  --blue:#123d78;
  --red:#d92f2f;
  --gold:#c49a55;
  --ink:#14213d;
  --muted:#667085;
  --line:#e7ebf1;
  --soft:#f7f9fc;
  --cream:#faf6ef;
  --white:#fff;
  --shadow:0 18px 45px rgba(9,40,88,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,"Noto Sans JP",sans-serif;color:var(--ink);background:#fff;line-height:1.75}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,235,241,.86)}
.header-inner{height:82px;display:flex;align-items:center;gap:28px}
.brand img{width:205px}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:34px;font-weight:700;font-size:15px}
.site-nav a{position:relative;padding:30px 0}
.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:.25s}
.site-nav a:hover::after,.site-nav a.active::after{transform:scaleX(1)}
.header-contact{background:var(--red);color:#fff;padding:13px 22px;border-radius:6px;font-weight:700;box-shadow:0 10px 24px rgba(217,47,47,.24)}
.menu-btn{display:none;margin-left:auto;background:none;border:0;font-size:26px;color:var(--navy)}
.hero{position:relative;min-height:575px;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 36%,rgba(255,255,255,.7) 48%,rgba(255,255,255,0) 72%),linear-gradient(110deg,#f9fbff 0%,#eef4fb 44%,#faf1e8 100%)}
.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 22%,rgba(217,47,47,.16) 0 12%,transparent 13%),linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.20) 72%),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 575"><defs><linearGradient id="g" x1="0" x2="1"><stop stop-color="%23f6f8fb"/><stop offset="1" stop-color="%23d9e6f1"/></linearGradient></defs><rect width="1200" height="575" fill="url(%23g)"/><path d="M580 330 C680 255 735 175 785 98 C838 190 923 257 1040 335 Z" fill="%23c7d8e8" opacity=".75"/><path d="M783 96 L818 193 L786 174 L755 228 L735 195 Z" fill="white" opacity=".9"/><g opacity=".35" stroke="%23092858" fill="none"><path d="M650 180 C760 90 910 80 1060 145" stroke-dasharray="6 9"/><path d="M690 212 C820 145 930 188 1090 112" stroke-dasharray="6 9"/></g><g transform="translate(610 245)"><rect x="0" y="90" width="340" height="70" fill="%23616d7d"/><rect x="25" y="50" width="44" height="40" fill="%23d66a34"/><rect x="78" y="50" width="44" height="40" fill="%232e5685"/><rect x="131" y="50" width="44" height="40" fill="%23c9a46a"/><rect x="184" y="50" width="44" height="40" fill="%23d66a34"/><rect x="237" y="50" width="44" height="40" fill="%232e5685"/><path d="M70 50 L100 0 L130 50 M210 50 L245 -10 L280 50" stroke="%23394a61" stroke-width="8" fill="none"/><circle cx="70" cy="166" r="9" fill="%23202a38"/><circle cx="270" cy="166" r="9" fill="%23202a38"/></g><g transform="translate(870 260)"><rect x="0" y="115" width="72" height="120" rx="4" fill="%23f4f1eb"/><rect x="92" y="80" width="80" height="155" rx="6" fill="%23eee7dd"/><rect x="205" y="30" width="95" height="205" rx="8" fill="%23f6f3ec"/><circle cx="-62" cy="190" r="44" fill="%23d8b98b"/><rect x="-35" y="165" width="38" height="70" rx="4" fill="%23f8f5ef"/></g><path d="M0 505 C220 455 390 575 610 515 C820 460 1000 505 1200 445 L1200 575 L0 575 Z" fill="%23ffffff"/></svg>') center/cover no-repeat}
.hero-inner{position:relative;min-height:575px;display:flex;align-items:center}
.hero-copy{max-width:570px;padding:72px 0}
.eyebrow{margin:0 0 12px;color:var(--red);font-weight:800;letter-spacing:.14em;font-size:13px}
.hero h1{font-family:Georgia,"Times New Roman","Hiragino Mincho ProN",serif;color:var(--navy);font-size:58px;line-height:1.18;margin:0 0 26px;letter-spacing:.04em}
.lead{font-size:18px;max-width:520px;color:#23395d;margin:0 0 32px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:54px;padding:14px 28px;border-radius:6px;font-weight:800;transition:.25s}
.btn:hover{transform:translateY(-2px)}
.btn.primary{background:var(--navy);color:#fff;box-shadow:0 14px 28px rgba(9,40,88,.25)}
.btn.secondary{background:#fff;color:var(--navy);border:1px solid #9fb0c7}
.btn.gold{background:linear-gradient(135deg,#d8ad66,#b88943);color:#fff}
.company-strip{background:#f8fafc;border-bottom:1px solid var(--line);padding:30px 0}
.strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.strip-grid .section-title.compact{grid-column:1/-1;margin-bottom:6px}
.section-title{margin-bottom:38px}
.section-title span{display:block;color:var(--red);font-weight:800;font-size:13px;letter-spacing:.16em;margin-bottom:6px}
.section-title h2{font-size:34px;line-height:1.28;margin:0;color:var(--navy);font-family:Georgia,"Times New Roman","Hiragino Mincho ProN",serif}
.section-title h2::after{content:"";display:block;width:38px;height:3px;background:var(--red);margin:12px auto 0}
.section-title.left,.section-title.compact{text-align:left}
.section-title.left h2::after,.section-title.compact h2::after{margin-left:0;margin-right:auto}
.section-title:not(.left):not(.compact){text-align:center}
.section-title p{margin:14px 0 0;color:var(--muted);font-size:14px}
.info-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:15px;align-content:center;box-shadow:0 10px 28px rgba(9,40,88,.05)}
.info-card .icon{grid-row:1/3;font-size:26px}
.info-card small{color:var(--muted);font-weight:700}
.info-card strong{font-size:16px;color:var(--ink);line-height:1.55;word-break:break-word}
.section{padding:74px 0}
.business-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.business-grid article{padding:34px 28px;text-align:center;border-right:1px solid var(--line)}
.business-grid article:last-child{border-right:0}
.business-icon,.strength-icon{font-size:38px;color:var(--navy);margin-bottom:14px}
.business-grid h3,.strength-grid h3{margin:0 0 10px;color:var(--navy);font-size:18px}
.business-grid p,.strength-grid p{margin:0;color:var(--muted);font-size:14px}
.products-section{background:#fff}
.products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.product-card{height:170px;border-radius:3px;overflow:hidden;position:relative;display:flex;align-items:flex-end;justify-content:center;background:#ddd;background-position:center;background-size:cover;background-repeat:no-repeat}
.product-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(9,40,88,.68))}
.product-card span{position:relative;z-index:1;color:#fff;font-weight:800;font-size:17px;padding:18px;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.product-card.interior{background-color:#eadfd0}
.product-card.apparel{background-color:#d9d5ce}
.product-card.home{background-color:#eee9df}
.product-card.daily{background-color:#f4efe8}
.product-card.food{background-color:#e6d2a1}
.strength-section{padding:60px 0;background:linear-gradient(180deg,#f9fbfd,#fff);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.strength-grid{display:grid;grid-template-columns:minmax(220px,1.15fr) repeat(4,minmax(0,1fr));gap:28px;align-items:start}
.strength-grid article{min-width:0;border-left:1px solid var(--line);padding-left:24px}
.news-section{background:#fff}
.news-layout{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:28px;align-items:start}
.news-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-list a{min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;min-height:118px;box-shadow:0 12px 30px rgba(9,40,88,.06);position:relative}
.news-list time{display:block;font-size:13px;color:var(--muted);font-weight:800;margin-bottom:8px}
.news-list strong{display:block;color:var(--navy);line-height:1.55;padding-right:20px;word-break:break-word}
.news-list span{position:absolute;right:18px;top:50%;font-size:28px;color:var(--navy);transform:translateY(-50%)}
.text-link{font-weight:800;color:var(--navy);justify-self:end;align-self:center}
.cta{background:linear-gradient(135deg,#092858,#0d346b);color:#fff;padding:48px 0;position:relative;overflow:hidden}
.cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.08),transparent 18%),radial-gradient(circle at 82% 50%,rgba(196,154,85,.18),transparent 22%)}
.cta-inner{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:30px}
.cta h2{font-family:Georgia,"Times New Roman","Hiragino Mincho ProN",serif;font-size:32px;line-height:1.5;margin:0;text-align:left}
.site-footer{background:#061e43;color:#fff;padding:42px 0 20px}
.footer-grid{display:grid;grid-template-columns:353px 289px 401px;gap:45px;align-items:start;justify-content:start;text-align:left}
.footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:12px;width:230px;max-width:100%}
.footer-brand img{width:68px;height:68px;min-width:68px;max-width:68px;object-fit:cover;border-radius:12px;display:block;flex:0 0 68px}
.footer-brand-copy{display:block;text-align:left}
.footer-brand-copy .zip{display:block;margin-bottom:4px;font-size:11px;letter-spacing:.14em;color:#d2b28f;text-transform:uppercase}
.footer-brand-copy strong{display:block;font-size:18px;line-height:1.35;color:#fff;white-space:nowrap}
.footer-grid > div p{margin:0;color:#d9e4f5;font-size:13px;line-height:2}
.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;font-size:13px;line-height:1.75}
.footer-nav a{color:#d9e4f5}
.site-footer address{font-style:normal;color:#d9e4f5;line-height:2;font-size:13px}
.copyright{text-align:center;color:#aebdd2;border-top:1px solid rgba(255,255,255,.12);margin:30px auto 0;padding-top:18px;font-size:13px;width:min(1180px,calc(100% - 48px))}
@media(max-width:980px){
  .header-contact{display:none}
  .menu-btn{display:block}
  .site-nav{position:fixed;left:0;right:0;top:82px;background:#fff;display:none;flex-direction:column;align-items:flex-start;gap:0;padding:18px 24px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}
  .site-nav.open{display:flex}
  .site-nav a{padding:12px 0}
  .site-nav a::after{bottom:7px}
  .hero{min-height:560px}
  .hero h1{font-size:43px}
  .strip-grid,.business-grid,.products-grid,.strength-grid,.news-list,.footer-grid{grid-template-columns:1fr 1fr}
  .news-layout{grid-template-columns:1fr}
  .business-grid article:nth-child(2){border-right:0}
  .business-grid article{border-bottom:1px solid var(--line)}
  .text-link{grid-column:1/-1;justify-self:start}
  .cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{height:72px}
  .brand img{width:170px}
  .site-nav{top:72px}
  .hero{min-height:640px}
  .hero-bg{opacity:.55}
  .hero-inner{min-height:640px;align-items:flex-start}
  .hero-copy{padding-top:58px}
  .hero h1{font-size:36px}
  .lead{font-size:16px}
  .btn{width:100%}
  .strip-grid,.business-grid,.products-grid,.strength-grid,.news-list,.footer-grid{grid-template-columns:1fr}
  .business-grid article{border-right:0}
  .products-grid{gap:14px}
  .product-card{height:150px}
  .section{padding:54px 0}
  .cta h2{font-size:25px}
}
