@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html.vo{scroll-behavior:smooth}
body{font-family:'Noto Serif JP','Inter',sans-serif;color:#1a1a1a;background:#ffffff;line-height:1.6;font-size:16px}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none}
img{max-width:100%;height:auto;display:block}

.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.focusSkip:focus-within{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:100;padding:16px 32px;display:inline-flex;gap:8px;align-items:center;background:#1a1a1a;color:#fff;border:1px solid #1a1a1a;font-weight:500;width:auto;height:auto;clip:auto;overflow:visible;white-space:normal}
.focusSkip a{color:#fff;text-decoration:underline}

.dskNav{display:block}
.navFixed{position:fixed;left:0;right:0;top:0;z-index:60;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.navInner{display:flex;width:100%;height:100%;max-width:1280px;margin:0 auto;align-items:stretch;gap:20px;padding:8px 8px}
.logoWrap{display:flex;justify-content:center;align-items:center}
.logoImg{height:52px;width:auto;object-fit:contain}
.mainNav{flex:1;display:flex;align-items:center}
.navList{display:flex;gap:20px;height:100%;align-items:center;font-size:15px}
.navItem{display:contents}
.navLink{display:flex;align-items:center;height:100%;padding:4px 2px;white-space:nowrap;transition:color .15s}
.navLink:hover{text-decoration:underline;text-decoration-color:#1a1a1a}
.activeLink{font-weight:600}
.navRight{display:flex;gap:20px;align-items:center}
.phoneBtn{font-size:14px;padding:6px 14px;border:1px solid #1a1a1a;border-radius:2px;white-space:nowrap;transition:background .15s}
.phoneBtn:hover{background:#1a1a1a;color:#fff;text-decoration:none}

.mobNav{display:none;width:100%;justify-content:space-between;align-items:center;padding:8px 16px}
.mobLogoLink{display:flex;align-items:center;height:100%}
.mobLogoImg{height:40px;width:auto;object-fit:contain}
.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:8px}
.hbLine{display:block;width:24px;height:2px;background:#1a1a1a;transition:transform .2s}
.mobMenuWrap{display:none;position:fixed;top:80px;left:0;right:0;background:#fff;z-index:55;border-top:1px solid #e5e5e5;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.mobMenuWrap.mobMenuOpen{display:block}
.mobMenuList{padding:16px 0}
.mobMenuList li{border-bottom:1px solid #f0f0f0}
.mobMenuList a{display:block;padding:14px 24px;font-size:15px}
.mobMenuList a:hover{background:#f9f9f9;text-decoration:none}

.heroSlider{max-width:100%;width:1440px;margin:0 auto;overflow:hidden}
.heroSlide{position:relative;width:100%;min-height:420px;background:linear-gradient(135deg,#CCE1D6 0%,#CEE6ED 50%,#FCE2CF 100%);display:flex;align-items:center;justify-content:center}
.heroOverlay{text-align:center;padding:48px 24px;max-width:680px}
.heroTitle{font-size:2.4rem;font-weight:700;margin-bottom:20px;line-height:1.25}
.heroSub{font-size:1.1rem;margin-bottom:32px;line-height:1.7}
.heroBtn{display:inline-block;padding:14px 36px;border:2px solid #1a1a1a;font-size:15px;font-weight:500;transition:background .15s,color .15s;letter-spacing:.02em}
.heroBtn:hover{background:#1a1a1a;color:#fff;text-decoration:none}

.pgTitle{max-width:1280px;margin:48px auto 0;text-align:center;padding:0 8px}
.pgHeading{margin-bottom:20px;font-size:1.8rem;font-weight:400}
.pgIntro{font-size:1rem;max-width:640px;margin:0 auto}

.startPage{display:flex;flex-direction:column;gap:40px;margin-top:40px}

.catSection{padding:32px 8px 48px}
.catInnerWrap{max-width:1280px;margin:0 auto;padding:32px 8px}
.catHead{text-align:center;margin-bottom:28px}
.catHead h2{font-size:1.6rem;font-weight:400;margin-bottom:10px}
.catHead p{font-size:.95rem;color:#333}

.prodGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.prodCard{background:#fff;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 4px rgba(0,0,0,.07);transition:box-shadow .2s}
.prodCard:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.prodImgWrap{width:100%;aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}
.prodImg{width:100%;height:100%;object-fit:cover}
.placeholderImg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8e8e8;color:#999;font-size:14px;text-align:center;padding:16px}
.prodInfo{padding:20px 18px 24px;flex:1;display:flex;flex-direction:column}
.prodName{font-size:1.05rem;font-weight:600;margin-bottom:8px;line-height:1.4}
.prodPrice{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.prodTax{font-size:.75rem;font-weight:400;color:#666}
.prodDesc{font-size:.88rem;line-height:1.65;color:#444;margin-bottom:14px}
.prodSpecs{display:flex;flex-direction:column;gap:4px;margin-bottom:18px;font-size:.82rem;color:#555}
.specRow{display:block;padding:2px 0;border-bottom:1px dotted #e0e0e0}
.specRow b{color:#1a1a1a;font-weight:500}
.specGuarantee{color:#2d6a4f;font-weight:500;border-bottom:none;padding-top:4px}
.specGuarantee b{color:#2d6a4f}
.orderBtn{margin-top:auto;width:100%;padding:13px 0;background:#1a1a1a;color:#fff;border:none;font-size:15px;font-family:inherit;cursor:pointer;letter-spacing:.03em;transition:background .15s}
.orderBtn:hover{background:#333}

.whySection{max-width:1280px;margin:0 auto;padding:0 16px}
.whyInner{display:flex;gap:40px;align-items:flex-start}
.whyText{flex:1}
.whyText h2{font-size:1.6rem;font-weight:400;margin-bottom:20px}
.whyText p{margin-bottom:16px;font-size:.95rem;line-height:1.75}
.whyImgWrap{flex:0 0 380px;border-radius:4px;overflow:hidden}
.whyImg{width:100%;height:auto;object-fit:cover}

.storeSection{padding:40px 8px}
.storeInner{max-width:1280px;margin:0 auto;display:flex;gap:36px;align-items:flex-start;padding:32px 16px}
.storeText{flex:1}
.storeText h2{font-size:1.6rem;font-weight:400;margin-bottom:18px}
.storeText p{margin-bottom:14px;font-size:.95rem;line-height:1.75}
.storeAddr{font-weight:500;font-size:.95rem;line-height:1.8;margin-top:8px}
.storeAddr a{text-decoration:underline}
.storeMapWrap{flex:0 0 400px;border-radius:4px;overflow:hidden}
.storeImg{width:100%;height:auto;object-fit:cover}

.delivSection{max-width:1280px;margin:0 auto;padding:0 16px}
.delivInner h2{font-size:1.6rem;font-weight:400;margin-bottom:24px;text-align:center}
.delivGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.delivCard{background:#f9f9f9;padding:28px 24px;border-radius:4px}
.delivIcon{font-size:2rem;margin-bottom:12px}
.delivCard h3{font-size:1.05rem;font-weight:600;margin-bottom:10px}
.delivCard p{font-size:.9rem;line-height:1.7;color:#444}

.repairCta{position:relative;min-height:340px;background-image:url('../kpager/repair-workshop-bg.webp');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.repairCtaOverlay{background:rgba(26,26,26,.78);color:#fff;max-width:720px;padding:48px 40px;text-align:center;border-radius:4px}
.repairCtaOverlay h2{font-size:1.5rem;font-weight:600;margin-bottom:16px}
.repairCtaOverlay p{font-size:.95rem;line-height:1.75;margin-bottom:28px;color:#e0e0e0}
.repairCtaBtn{display:inline-block;padding:14px 40px;border:2px solid #fff;color:#fff;font-size:15px;font-weight:500;transition:background .15s,color .15s;letter-spacing:.02em}
.repairCtaBtn:hover{background:#fff;color:#1a1a1a;text-decoration:none}

.revSection{padding:40px 8px 48px}
.revInner{max-width:1280px;margin:0 auto;padding:32px 8px}
.revHead{text-align:center;margin-bottom:28px}
.revHead h2{font-size:1.6rem;font-weight:400}
.revGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.revCard{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.revImgWrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}
.revImg{width:100%;height:100%;object-fit:cover}
.revBody{padding:20px 18px 24px}
.revQuote{font-size:.9rem;line-height:1.75;color:#333;margin-bottom:14px;font-style:italic}
.revAuthor{font-size:.82rem;color:#777;font-style:normal}

.contactCta{max-width:1280px;margin:0 auto;padding:0 16px}
.contactCtaInner{background:#FFF3D8;padding:40px 36px;text-align:center;border-radius:4px}
.contactCtaInner h2{font-size:1.5rem;font-weight:400;margin-bottom:14px}
.contactCtaInner p{font-size:.95rem;line-height:1.7;max-width:620px;margin:0 auto 28px;color:#444}
.contactCtaBtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ctaBtnPrimary{display:inline-block;padding:14px 36px;background:#1a1a1a;color:#fff;font-size:15px;font-weight:500;transition:background .15s;letter-spacing:.02em;border-radius:2px}
.ctaBtnPrimary:hover{background:#333;text-decoration:none}
.ctaBtnSecondary{display:inline-block;padding:14px 36px;border:2px solid #1a1a1a;font-size:15px;font-weight:500;transition:background .15s,color .15s;letter-spacing:.02em;border-radius:2px}
.ctaBtnSecondary:hover{background:#1a1a1a;color:#fff;text-decoration:none}

.oModal{position:fixed;inset:0;z-index:200;align-items:center;justify-content:center}
.oModalBg{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.oModalBox{position:relative;background:#fff;width:94%;max-width:520px;max-height:90vh;overflow-y:auto;padding:32px 28px;border-radius:4px;z-index:1}
.oModalClose{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1}
.oModalClose:hover{color:#1a1a1a}
.oModalTitle{font-size:1.2rem;font-weight:600;margin-bottom:16px}
.oModalProd{display:flex;justify-content:space-between;align-items:baseline;padding:10px 14px;background:#f7f7f7;border-radius:3px;margin-bottom:20px;gap:12px;flex-wrap:wrap}
.oModPname{font-weight:500;font-size:.95rem}
.oModPrice{font-weight:700;font-size:1.1rem;white-space:nowrap}
.oForm{display:flex;flex-direction:column;gap:14px}
.oFld{display:flex;flex-direction:column;gap:4px}
.oFld label{font-size:.88rem;font-weight:500}
.req{color:#c0392b}
.oFld input[type="text"],.oFld input[type="tel"],.oFld input[type="email"],.oFld textarea,.oFld select{font-family:inherit;font-size:.95rem;padding:10px 12px;border:1px solid #ccc;border-radius:3px;outline:none;transition:border-color .15s}
.oFld input:focus,.oFld textarea:focus,.oFld select:focus{border-color:#1a1a1a}
.oFld select{background:#fff}
.oErr{color:#c0392b;font-size:.78rem;min-height:16px}
.oChk label{font-size:.84rem;display:flex;align-items:flex-start;gap:6px;cursor:pointer}
.oChk input[type="checkbox"]{margin-top:3px;flex-shrink:0}
.oChk a{text-decoration:underline}
.oSubmitBtn{padding:14px 0;background:#1a1a1a;color:#fff;border:none;font-size:15px;font-family:inherit;cursor:pointer;letter-spacing:.03em;transition:background .15s;margin-top:6px;border-radius:3px}
.oSubmitBtn:hover{background:#333}
.oSubmitBtn:disabled{background:#999;cursor:not-allowed}

.ckBar{position:fixed;bottom:0;left:0;right:0;z-index:150;background:#1a1a1a;color:#fff;padding:16px 0;box-shadow:0 -2px 12px rgba(0,0,0,.15);align-items:center;justify-content:center}
.ckInner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;padding:0 20px;flex-wrap:wrap;justify-content:center}
.ckText{font-size:.88rem;line-height:1.6;flex:1;min-width:260px}
.ckText a{color:#CEE6ED;text-decoration:underline}
.ckBtns{display:flex;gap:10px;flex-shrink:0}
.ckAccept{padding:9px 24px;background:#fff;color:#1a1a1a;border:none;font-size:14px;font-family:inherit;cursor:pointer;border-radius:2px;font-weight:500;transition:background .15s}
.ckAccept:hover{background:#e0e0e0}
.ckDecline{padding:9px 24px;background:transparent;color:#fff;border:1px solid #666;font-size:14px;font-family:inherit;cursor:pointer;border-radius:2px;transition:border-color .15s}
.ckDecline:hover{border-color:#fff}

.legalPage{max-width:780px;margin:48px auto 0;padding:0 20px 60px}
.legalPage h1{font-size:1.7rem;font-weight:600;margin-bottom:8px}
.legalDate{font-size:.85rem;color:#777;margin-bottom:28px}
.legalPage h2{font-size:1.15rem;font-weight:600;margin-top:28px;margin-bottom:10px}
.legalPage p{font-size:.93rem;line-height:1.75;margin-bottom:12px;color:#333}
.legalPage a{text-decoration:underline}

.blogPage{max-width:820px;margin:0 auto;padding:0 16px 60px}
.blogHeroImg{margin-bottom:32px;border-radius:4px;overflow:hidden;max-height:400px}
.blogHeroImg img{width:100%;height:100%;object-fit:cover}
.blogContent h1{font-size:1.7rem;font-weight:600;margin-bottom:8px}
.blogMeta{font-size:.85rem;color:#777;margin-bottom:28px}
.blogContent h2{font-size:1.15rem;font-weight:600;margin-top:28px;margin-bottom:10px}
.blogContent p{font-size:.93rem;line-height:1.8;margin-bottom:14px;color:#333}
.blogCta{margin-top:36px;text-align:center}

.contactPage{max-width:1100px;margin:48px auto 0;padding:0 16px 60px;display:flex;gap:40px;align-items:flex-start}
.contactImgWrap{flex:0 0 420px;border-radius:4px;overflow:hidden}
.contactImg{width:100%;height:auto;object-fit:cover}
.contactInfo{flex:1}
.contactInfo h1{font-size:1.7rem;font-weight:600;margin-bottom:16px}
.contactInfo>p{font-size:.95rem;line-height:1.7;margin-bottom:24px;color:#444}
.contactBlock{margin-bottom:28px}
.contactBlock h2{font-size:1.05rem;font-weight:600;margin-bottom:6px}
.contactBig{font-size:1.3rem;font-weight:600;margin-bottom:4px}
.contactBig a{text-decoration:underline}
.contactSub{font-size:.88rem;color:#666;margin-top:4px}
.contactAddr{font-size:1rem;line-height:1.8}

.repairPage{max-width:960px;margin:48px auto 0;padding:0 16px 60px}
.repairPage h1{font-size:1.7rem;font-weight:600;margin-bottom:24px}
.repairPage>h2{font-size:1.3rem;font-weight:600;margin-top:40px;margin-bottom:16px}
.repairIntro{display:flex;gap:32px;align-items:flex-start;margin-bottom:16px}
.repairIntroText{flex:1}
.repairIntroText p{font-size:.93rem;line-height:1.8;margin-bottom:14px;color:#333}
.repairExpertCard{flex:0 0 300px;background:#f9f9f9;border-radius:4px;overflow:hidden}
.expertImgWrap{width:100%;aspect-ratio:3/4;overflow:hidden;background:#e8e8e8}
.expertImg{width:100%;height:100%;object-fit:cover}
.expertInfo{padding:18px 16px}
.expertInfo h2{font-size:1.05rem;font-weight:600;margin-bottom:8px}
.expertInfo p{font-size:.88rem;line-height:1.7;color:#444}

.repairTableWrap{overflow-x:auto;margin-bottom:16px}
.repairTable{width:100%;border-collapse:collapse;font-size:.9rem}
.repairTable th{background:#1a1a1a;color:#fff;padding:12px 16px;text-align:left;font-weight:500;white-space:nowrap}
.repairTable td{padding:11px 16px;border-bottom:1px solid #e5e5e5}
.repairTable tr:nth-child(even) td{background:#f9f9f9}
.repairTable tr:hover td{background:#f0f0f0}
.repairNote{font-size:.85rem;color:#666;line-height:1.7;margin-bottom:32px}
.repairCta2{text-align:center;padding:32px 24px;background:#FFF3D8;border-radius:4px}
.repairCta2 p{font-size:.95rem;margin-bottom:18px;color:#333}

.siteFooter{background:#e5e5e5;color:#1a1a1a;margin-top:64px;padding-top:64px;padding-bottom:80px}
.ftInner{max-width:1280px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:0 16px}
.ftLogoCol{max-width:200px}
.ftLogo{width:100%;height:auto;object-fit:contain}
.ftColsWrap{display:inline-flex;flex-direction:column;gap:16px}
.ftCol h2{font-size:1rem;font-weight:600;margin-bottom:4px}
.ftLinks{margin-top:10px;margin-bottom:24px}
.ftLinks li+li{margin-top:12px}
.ftLinks a{font-size:14px}
.ftLinks a:hover{text-decoration:underline}
.ftAddr{font-size:13px;line-height:1.8;margin-top:6px}
.ftPhone{font-size:14px;margin-top:6px}
.ftMail{font-size:14px;margin-top:4px}
.ftCompany{font-size:14px;font-weight:600;margin-top:8px}
.ftImprint{border-top:1px solid #ccc;padding-top:16px;margin-top:8px}
.ftBar{background:#1a1a1a;color:#fff;padding-top:32px;padding-bottom:24px;margin-top:40px}
.ftBarInner{display:flex;gap:24px;justify-content:center;align-items:center;font-size:13px}

.tyWrap{max-width:1280px;margin:48px auto 0;padding:0 16px;min-height:50vh;display:flex;align-items:flex-start;justify-content:center}
.tyBox{text-align:center;max-width:580px;width:100%;padding:48px 32px;background:#f9f9f9;border-radius:4px}
.tyIcon{width:64px;height:64px;border-radius:50%;background:#CCE1D6;color:#2d6a4f;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.tyTitle{font-size:1.4rem;font-weight:600;margin-bottom:16px;line-height:1.4}
.tyMsg{font-size:.95rem;color:#444;margin-bottom:20px}
.tyDetails{text-align:left;background:#fff;padding:18px 20px;border-radius:3px;margin-bottom:24px}
.tyRow{display:flex;justify-content:space-between;padding:6px 0;font-size:.9rem;border-bottom:1px dotted #e0e0e0}
.tyRow:last-child{border-bottom:none}
.tyTotal{font-weight:600;font-size:1rem;padding-top:10px}
.tyContact{font-size:.88rem;color:#555;margin-bottom:6px}
.tyContact a{text-decoration:underline}
.tyBtn{display:inline-block;margin-top:24px;padding:13px 36px;background:#1a1a1a;color:#fff;font-size:15px;font-family:inherit;border:none;letter-spacing:.02em;transition:background .15s;border-radius:3px}
.tyBtn:hover{background:#333;text-decoration:none}

@media(min-width:1024px){
    .mobNav{display:none!important}
    .dskNav{display:block}
    .siteFooter{padding-bottom:0}
    .ftInner{flex-direction:row;align-items:flex-start;justify-content:space-between;text-align:left;width:90%}
    .ftColsWrap{display:contents}
    .ftImprint{border-top:none;padding-top:0;margin-top:0}
    .prodGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}
}
@media(max-width:1023px){
    .dskNav{display:none}
    .mobNav{display:flex}
    .heroTitle{font-size:1.7rem}
    .heroSlide{min-height:320px}
    .pgHeading{font-size:1.4rem}
    .prodGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
    .whyInner{flex-direction:column}
    .whyImgWrap{flex:none;width:100%}
    .storeInner{flex-direction:column}
    .storeMapWrap{flex:none;width:100%}
}
@media(max-width:600px){
    .heroSlide{min-height:260px}
    .heroTitle{font-size:1.35rem}
    .heroSub{font-size:.95rem}
    .heroBtn{padding:12px 28px;font-size:14px}
    .navInner{gap:12px;padding:8px 4px}
    .prodGrid{grid-template-columns:1fr}
    .oModalBox{padding:24px 18px;width:98%}
    .catInnerWrap{padding:24px 4px}
    .delivGrid{grid-template-columns:1fr}
    .revGrid{grid-template-columns:1fr}
    .repairCtaOverlay{padding:32px 20px}
    .contactCtaInner{padding:32px 20px}
    .storeInner{padding:24px 8px}
    .ckInner{flex-direction:column;text-align:center}
    .contactPage{flex-direction:column}
    .contactImgWrap{flex:none;width:100%}
    .repairIntro{flex-direction:column}
    .repairExpertCard{flex:none;width:100%}
    .repairTable{font-size:.82rem}
    .repairTable th,.repairTable td{padding:9px 10px}
}
