:root{--color-bg: #ffffff;--color-text: #222;--color-muted: #666;--color-accent: #111;--color-accent-2: #d91f26;--color-seat: #e74c3c;--color-mat: #16a34a;--color-accessory: #9333ea;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 14px rgba(0,0,0,.08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-8: 48px;--space-12: 64px;--container: 1200px;--font-sans: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif}html,body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);margin:0}body{overflow-x:hidden}li{list-style:none}li::marker{content:none}body{background-color:#fff}[x-cloak]{display:none!important}body main{max-width:1440px;margin:0 auto}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-5)}.public-main{padding-top:70px;padding-bottom:40px;min-height:calc(100vh - 140px)}@media (max-width: 768px){.public-main{padding-top:70px}}.w-full{width:100%}.h-auto{height:auto}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.text-sm{font-size:.875rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-semibold{font-weight:600}.rounded{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.border{border:1px solid #e5e5e5}.border-t{border-top-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-200{border-color:#bfdbfe}.border-red-500{border-color:#ef4444}.gap-4{gap:var(--space-4)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.px-3{padding-left:var(--space-3);padding-right:var(--space-3)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.pt-6{padding-top:var(--space-6)}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:var(--space-8)}.ml-2{margin-left:var(--space-2)}.mx-auto{margin-left:auto;margin-right:auto}.max-w-md{max-width:28rem}.bg-white{background-color:#fff}.bg-blue-50{background-color:#eff6ff}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-red-500{color:#ef4444}.text-white{color:#fff}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.space-y-3>*+*{margin-top:.75rem}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:text-blue-800:hover{color:#1e40af}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px #2563eb80}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm);background:#000;color:#fff;border:none;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.btn:hover{background:#333}.btn--ghost{background:#eee;color:#111}.btn--ghost:hover{background:#ddd}.btn--primary{background:#f87171;color:#fff}.btn--primary:hover{background:#ef4444}.badge{display:inline-block;padding:2px 8px;font-size:12px;border-radius:var(--radius-sm);background:var(--color-accent-2);color:#fff}.badge-seat{background:var(--color-seat)}.badge-mat{background:var(--color-mat)}.badge-accessory{background:var(--color-accessory)}.card{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid #e5e5e5;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 12px #0000001a}.grid{display:grid;gap:var(--space-5)}@media (min-width: 768px){.grid--products{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767px){.grid--products{grid-template-columns:repeat(2,1fr)}}.pagination{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;list-style:none;padding:0;margin:40px 0}.pagination .page-item .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:4px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;text-decoration:none;transition:all .2s ease;box-sizing:border-box}.pagination .page-item .page-link:hover{background:#fef2f2;border-color:#e56f73;color:#e56f73}.pagination .page-item.active .page-link{background:#e56f73;border-color:#e56f73;color:#fff;font-weight:600;cursor:default}.pagination .page-item.disabled .page-link{background:#f9fafb;border-color:#e5e7eb;color:#d1d5db;cursor:not-allowed}@media (max-width: 768px){.pagination{gap:4px;margin:28px 0}.pagination .page-item .page-link{min-width:32px;height:32px;padding:2px 8px;font-size:13px;border-radius:4px}}.form-control{width:100%;padding:12px 16px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;font-family:var(--font-sans)}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media (max-width: 767px){.form-grid{grid-template-columns:1fr}}.breadcrumb{display:flex;align-items:center;font-size:14px;color:var(--color-muted);margin-bottom:24px}.breadcrumb a{color:var(--color-muted);text-decoration:none}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb svg{width:12px;height:12px;margin:0 12px;fill:currentColor}.search-header{padding:24px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.search-header h2{font-size:24px;font-weight:600;color:#333;margin:0}.search-controls{display:flex;gap:16px;align-items:center}.search-count{font-size:14px;color:#666}.empty-state{padding:64px;text-align:center}.empty-state-icon{font-size:64px;margin-bottom:24px;color:#ccc}.empty-state-title{font-size:24px;font-weight:600;margin-bottom:16px;color:#666}.empty-state-text{color:#999;margin-bottom:24px;font-size:16px}.product-card-image{position:relative;height:200px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-badge{position:absolute;top:0;left:0;background-color:#e74c3c;color:#fff;padding:4px 8px;font-size:12px;font-weight:500}.product-detail-container{max-width:1200px;margin:0 auto;padding:40px 20px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.product-images{display:flex;flex-direction:column;gap:20px}.main-image{width:100%;height:500px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main-image-placeholder{font-size:48px;color:#ccc}.thumbnail-images{display:flex;gap:15px}.thumbnail{width:80px;height:80px;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumbnail-placeholder{font-size:24px;color:#ccc}.product-info{padding:20px 0}.product-title{font-size:32px;font-weight:600;margin-bottom:20px;color:#333}.product-price{font-size:28px;font-weight:700;margin-bottom:30px}.product-price.seat{color:var(--color-seat)}.product-price.mat{color:var(--color-mat)}.product-price.accessory{color:var(--color-accessory)}.product-description{font-size:16px;line-height:1.6;color:#666;margin-bottom:30px}.product-options{margin-bottom:30px}.option-group{margin-bottom:20px}.option-label{display:block;font-weight:600;margin-bottom:8px;color:#333;font-size:14px}.option-select{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px;font-family:var(--font-sans)}.color-variations{margin-bottom:60px;text-align:center}.color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;max-width:600px;margin:0 auto}.color-circle{width:60px;height:60px;border-radius:50%;margin:0 auto;cursor:pointer;transition:transform .3s}.color-circle:hover{transform:scale(1.1)}.gallery{margin-bottom:60px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:800px;margin:0 auto}.gallery-item{aspect-ratio:1;background:#f5f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ccc}.section-title{font-size:24px;font-weight:600;color:#333;margin-bottom:30px;text-align:center}.feature-section{background:#f8f9fa;padding:60px;text-align:center;margin-bottom:60px;border-radius:8px}.feature-title{font-size:24px;font-weight:600;color:#333;margin-bottom:20px}.divider{height:1px;background:#eee;margin:60px 0}.two-column-section{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-bottom:60px}.two-column-section.reverse{grid-template-columns:1fr 2fr}.column-content{background:#f5f5f5;padding:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:200px}.text-content{background:linear-gradient(45deg,#ddd,#f0f0f0,#ddd);position:relative}.text-content:after{content:"テキストサンプル";position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#666;font-size:14px}.recommendations{margin-bottom:60px}.recommendation-items{display:flex;gap:30px;margin-bottom:40px}.recommendation-item{display:flex;gap:20px;flex:1}.recommendation-image{width:100px;height:80px;background:#f5f5f5;border-radius:4px;flex-shrink:0}.recommendation-text{flex:1;font-size:14px;line-height:1.6;color:#666}.product-grid-detail{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}.product-card-detail{text-align:center}.product-card-detail .card{padding:0}.product-card-detail-image{width:100%;height:200px;background:#f5f5f5;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-detail-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-detail-image-placeholder{font-size:48px;color:#ccc}.product-card-detail-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#333;padding:16px 16px 0}.product-card-detail-price{font-size:18px;font-weight:700;margin-bottom:15px;padding:0 16px}.product-card-detail-price.seat{color:var(--color-seat)}.product-card-detail-price.mat{color:var(--color-mat)}.product-card-detail-price.accessory{color:var(--color-accessory)}.product-card-detail-button{padding:0 16px 16px}.detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:32px}.detail-main{display:flex;flex-direction:column;gap:32px}.detail-sidebar{display:flex;flex-direction:column;gap:24px}.detail-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.detail-card-title{font-size:20px;font-weight:600;color:#111;margin-bottom:16px}.detail-card-section{margin-bottom:24px}.detail-card-section:last-child{margin-bottom:0}.detail-card-label{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:8px}.detail-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-info-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.detail-info-item:last-child{border-bottom:none}.detail-info-label{color:#666;font-size:14px}.detail-info-value{color:#111;font-size:14px;font-weight:500}.action-buttons{display:flex;gap:16px;padding-top:16px}.action-buttons .btn{flex:1}.parts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.part-card{border:1px solid #e5e5e5;border-radius:8px;padding:16px}.part-card-title{font-size:16px;font-weight:600;color:#111;margin-bottom:8px}.part-card-description{font-size:14px;color:#666;margin-bottom:8px}.part-card-price{font-size:18px;font-weight:700;color:var(--color-mat);margin-top:8px}.color-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.color-option{text-align:center}.color-option-circle{width:64px;height:64px;margin:0 auto 8px;border-radius:50%;border:2px solid #e5e5e5;display:flex;align-items:center;justify-content:center}.color-option-circle-inner{width:48px;height:48px;border-radius:50%}.color-option-placeholder{font-size:24px;color:#ccc}.color-option-name{font-size:14px;font-weight:500;color:#111}.related-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.related-item:last-child{border-bottom:none}.related-image{width:64px;height:64px;flex-shrink:0;background:#f5f5f5;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.related-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-image-placeholder{font-size:20px;color:#ccc}.related-info{flex:1;min-width:0}.related-title{font-size:14px;font-weight:500;color:#111;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-title a{color:#111;text-decoration:none}.related-title a:hover{color:var(--color-accent)}.related-price{font-size:14px;font-weight:700}.related-price.seat{color:var(--color-seat)}.related-price.mat{color:var(--color-mat)}.related-price.accessory{color:var(--color-accessory)}.contact-cta{background:#f0fdf4;border-radius:8px;padding:24px}.contact-cta.seat{background:#fef2f2}.contact-cta.accessory{background:#faf5ff}.contact-cta-title{font-size:18px;font-weight:600;margin-bottom:8px}.contact-cta-title.seat{color:#991b1b}.contact-cta-title.mat{color:#166534}.contact-cta-title.accessory{color:#581c87}.contact-cta-text{font-size:14px;margin-bottom:16px}.contact-cta-text.seat{color:#7f1d1d}.contact-cta-text.mat{color:#14532d}.contact-cta-text.accessory{color:#4c1d95}.back-link{display:block;text-align:center;margin-top:32px;color:var(--color-accent);text-decoration:none;font-size:16px}.back-link:hover{text-decoration:underline}@media (max-width: 1024px){.detail-layout{grid-template-columns:1fr}}@media (max-width: 768px){.product-detail-grid{grid-template-columns:1fr;gap:30px}.color-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.two-column-section,.two-column-section.reverse{grid-template-columns:1fr}.recommendation-items{flex-direction:column}.product-grid-detail,.detail-info-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.parts-grid{grid-template-columns:1fr}.color-options-grid{grid-template-columns:repeat(2,1fr)}}.hero-section{position:relative;height:500px;background:center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-section:before{content:"";position:absolute;inset:0;background:#0000004d}.hero-content{position:relative;z-index:1}.hero-content h1{font-size:64px;font-weight:700;margin-bottom:20px;font-family:Times New Roman,serif}.hero-subtitle{font-size:20px;font-weight:300}.intro-text{margin:0 auto;font-size:16px;line-height:1.8;color:var(--color-text)}.category-card{display:block;padding:40px 20px;text-align:center;border-radius:var(--radius-md);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.category-card.dark{background:#333;color:#fff}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.category-card h3{font-size:20px;font-weight:600;margin-bottom:10px}.category-card p{font-size:14px;opacity:.8}.series-card{display:block;padding:10px 15px 00px;background:#f5f5f5;border-radius:var(--radius-sm);text-align:center;text-decoration:none;color:var(--color-text);transition:background-color .3s ease}.series-card:hover{background:#e5e5e5}.series-card-content{font-size:14px;font-weight:500}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-section{height:400px}.hero-content h1{font-size:48px}.category-card{padding:30px 15px}.grid[style*="repeat(4"],.grid[style*="repeat(5"]{grid-template-columns:repeat(2,1fr)!important}}.menu-backdrop{position:fixed;inset:0;background:#22222261;z-index:49;transition:opacity .2s}.menu-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;font-family:var(--font-sans, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial);font-weight:600;letter-spacing:.06em;color:#333;padding:8px 4px;cursor:pointer}.menu-toggle:focus{outline:2px solid #222;outline-offset:2px}.menu-panel{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-start;justify-content:center;padding-top:60px;pointer-events:none}.menu-panel-inner{max-width:480px;margin:40px auto;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 2px 24px #00000014;pointer-events:auto}.menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.menu-title{font-weight:700;font-size:14px;letter-spacing:.08em;color:#222}.menu-close{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#444}.menu-list{display:grid;gap:10px}.menu-link{display:block;padding:10px 4px;color:#222;text-decoration:none;border-bottom:1px solid #e6e6e6}.menu-link:hover{background:#f7f7f7}.menu-link.active{font-weight:600;color:#000}.menu-auth{margin-top:18px;padding-top:12px;border-top:1px solid #e6e6e6}.menu-user{font-weight:600;margin-bottom:6px}.menu-user-sub{font-size:12px;color:#666}.menu-auth-links a,.menu-login{display:block;padding:8px 4px;color:#222;text-decoration:none}.menu-auth-links a:hover,.menu-login:hover{background:#f7f7f7}.noscript-open{display:block!important}header.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid #e5e5e5!important;box-shadow:none!important;width:100%!important;height:auto!important;padding:0!important;margin:0!important}header.site-header .site-header-inner{max-width:1440px;margin:0 auto!important;padding:0 24px!important;height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;box-sizing:border-box!important}header.site-header .site-header-logo{margin:0!important;padding:0!important;flex-shrink:0!important}header.site-header .site-header-logo a{display:block!important}header.site-header .site-header-logo img{height:30px!important;width:auto!important;display:block!important}header.site-header .site-header-nav{flex:1!important;display:flex!important;justify-content:flex-end!important}header.site-header .site-header-menu{display:flex!important;flex-direction:row!important;list-style:none!important;margin:0!important;padding:0!important;gap:40px!important}header.site-header .site-header-menu li{margin:0!important;padding:0!important;list-style:none!important}header.site-header .site-header-menu a{color:#333!important;text-decoration:none!important;font-size:14px!important;transition:color .3s ease!important;display:block!important}header.site-header .site-header-menu a:hover{color:#e56f73!important}header.site-header .site-header-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:24px!important;flex-shrink:0!important}header.site-header .site-header-login,header.site-header .site-header-cart{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;color:#333!important;text-decoration:none!important;font-size:13px!important;transition:color .3s ease!important}header.site-header .site-header-login:hover,header.site-header .site-header-cart:hover{color:#e56f73!important}header.site-header .site-header-login svg,header.site-header .site-header-cart svg{flex-shrink:0!important}.site-header-sp-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.site-header-cart-sp{display:none;position:relative;color:#333;text-decoration:none;padding:4px;align-items:center;justify-content:center;line-height:1}.site-header-cart-sp:hover{color:#e56f73}@media (max-width: 768px){.site-header-cart-sp{display:flex!important}}.site-header-hamburger{display:none!important;background:none!important;border:none!important;cursor:pointer!important;padding:8px!important;z-index:1002!important;position:relative!important}.site-header-hamburger span{display:block!important;width:24px!important;height:2px!important;background:#333!important;margin:5px 0!important;transition:transform .3s ease,opacity .3s ease!important;border-radius:1px!important}.site-header-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}.site-header-hamburger.is-open span:nth-child(2){opacity:0!important}.site-header-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}.site-header-mobile-overlay{display:block!important;position:fixed!important;inset:0!important;background:#0006!important;z-index:1001!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease!important}.site-header-mobile-overlay.is-visible{opacity:1!important;pointer-events:auto!important}.site-header-mobile-menu{display:block!important;position:fixed!important;top:0!important;right:0!important;transform:translate(100%)!important;width:280px!important;height:100vh!important;background:#fff!important;z-index:1001!important;box-shadow:-2px 0 8px #00000026!important;transition:transform .3s ease!important;overflow-y:auto!important;box-sizing:border-box!important;pointer-events:none!important}.site-header-mobile-menu.is-open{transform:translate(0)!important;pointer-events:auto!important}.site-header-mobile-menu-inner{padding:80px 24px 32px!important}.site-header-mobile-menu-list{list-style:none!important;margin:0!important;padding:0!important}.site-header-mobile-menu-list li{margin:0!important;padding:0!important;list-style:none!important;border-bottom:1px solid #eee!important}.site-header-mobile-menu-list a{display:block!important;padding:16px 0!important;color:#333!important;text-decoration:none!important;font-size:15px!important;font-weight:500!important}.site-header-mobile-menu-list li:last-child{border-bottom:none!important}.site-header-mobile-menu-accordion{position:relative!important}.site-header-mobile-menu-accordion>a{padding-right:40px!important}.site-header-mobile-menu-toggle{position:absolute!important;top:0!important;right:0!important;width:40px!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:none!important;border:none!important;cursor:pointer!important;padding:0!important;color:#666!important;transition:transform .2s!important}.site-header-mobile-menu-accordion.is-expanded>.site-header-mobile-menu-toggle{transform:rotate(180deg)!important}.site-header-mobile-submenu{display:none!important;list-style:none!important;margin:0!important;padding:0 0 8px 16px!important}.site-header-mobile-menu-accordion.is-expanded>.site-header-mobile-submenu{display:block!important}.site-header-mobile-submenu li{border-bottom:none!important}.site-header-mobile-submenu a{padding:10px 0!important;font-size:13px!important;font-weight:400!important;color:#555!important}@media (max-width: 992px){header.site-header .site-header-menu{gap:24px!important}header.site-header .site-header-actions{gap:16px!important}}@media (max-width: 768px){header.site-header .site-header-logo img{height:20px!important}header.site-header .site-header-inner{height:40px!important;padding:0 16px!important}header.site-header .site-header-nav{display:none!important}header.site-header .site-header-login span,header.site-header .site-header-cart span{display:none!important}header.site-header .site-header-actions{display:none!important}.site-header-hamburger{display:block!important}}footer.site-footer{font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif!important;background:none!important;padding:0!important;margin:0!important;width:100%!important}footer.site-footer *{box-sizing:border-box!important}footer.site-footer .footer-upper{background-color:#2a2a2a!important;padding:60px 40px 50px!important;display:block!important;width:100%!important}footer.site-footer .footer-logo{text-align:center!important;margin-bottom:50px!important;display:block!important}footer.site-footer .footer-logo a{display:inline-block!important;text-decoration:none!important}footer.site-footer .footer-logo img{height:40px!important;width:auto!important;max-height:40px!important;max-width:200px!important;display:block!important;margin:0 auto!important}footer.site-footer .footer-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;max-width:1000px;margin:0 auto;padding:0}footer.site-footer .footer-nav-column{min-width:0;display:block;margin-bottom:5px}footer.site-footer .footer-nav-title{font-size:16px!important;font-weight:600!important;color:#fff!important;margin:0 0 16px!important;padding:0 0 12px!important;border-bottom:1px solid rgba(255,255,255,.3)!important;text-align:left!important;background:none!important;line-height:1.4!important}footer.site-footer .footer-nav-list{list-style:none!important;margin:0!important;padding:0!important}footer.site-footer .footer-nav-list li{margin:0 0 12px!important;padding:0!important;list-style:none!important;display:block!important}footer.site-footer .footer-nav-list li:last-child{margin-bottom:0!important}footer.site-footer .footer-nav-list a,footer.site-footer .footer-nav-list a:link,footer.site-footer .footer-nav-list a:visited,footer.site-footer .footer-nav-list a:hover,footer.site-footer .footer-nav-list a:active{color:#ffffffd9!important;text-decoration:none!important;font-size:14px!important;line-height:1.6!important;display:inline!important;background:none!important;border:none!important;padding:0!important}footer.site-footer .footer-nav-list a:hover{color:#fff!important;text-decoration:underline!important}footer.site-footer .footer-lower{background-color:#fff!important;padding:40px 40px 30px!important;display:block!important;width:100%!important}footer.site-footer .footer-company{display:flex!important;align-items:center!important;gap:30px!important;max-width:1000px!important;margin:0 auto!important}footer.site-footer .footer-company-logo{flex-shrink:0!important}footer.site-footer .footer-company-logo img{height:55px!important;width:auto!important;max-height:55px!important;max-width:200px!important;display:block!important}footer.site-footer .footer-company-info{color:#333!important;font-size:14px!important;line-height:1.8!important}footer.site-footer .footer-company-name{font-size:16px!important;font-weight:500!important;color:#333!important;margin:0 0 8px!important;padding:0!important}footer.site-footer .footer-company-address,footer.site-footer .footer-company-tel,footer.site-footer .footer-company-iso{margin:0!important;padding:0!important;color:#666!important;font-size:12px!important;line-height:1.6!important}footer.site-footer .footer-copyright{text-align:center!important;color:#999!important;font-size:12px!important;margin:20px auto 0!important;padding:0!important;border-top:none!important;max-width:1000px!important}@media (max-width: 992px){footer.site-footer .footer-nav{grid-template-columns:repeat(2,1fr)!important;gap:30px 40px!important}}@media (max-width: 768px){footer.site-footer .footer-upper{padding:32px 16px 24px!important}footer.site-footer .footer-logo{margin-bottom:20px!important}footer.site-footer .footer-logo img{height:30px!important}footer.site-footer .footer-nav{grid-template-columns:repeat(2,1fr)!important;gap:16px 24px!important}footer.site-footer .footer-nav-title{font-size:12px!important;margin-bottom:8px!important;padding-bottom:8px!important}footer.site-footer .footer-nav-list li{margin-bottom:6px!important}footer.site-footer .footer-nav-list a,footer.site-footer .footer-nav-list a:link,footer.site-footer .footer-nav-list a:visited,footer.site-footer .footer-nav-list a:hover,footer.site-footer .footer-nav-list a:active{font-size:12px!important}footer.site-footer .footer-lower{padding:24px 16px 16px!important}footer.site-footer .footer-company{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}footer.site-footer .footer-company-name{font-size:14px!important}footer.site-footer .footer-company-address,footer.site-footer .footer-company-tel,footer.site-footer .footer-company-iso{font-size:11px!important}footer.site-footer .footer-copyright{margin-top:16px!important;font-size:11px!important}}main.next #search .content{max-width:1200px;margin:0 auto;padding:100px 24px 40px}main.next #search .block-info{margin-bottom:40px}main.next #search .block-info .item-title{display:flex;gap:40px;align-items:flex-start;margin-bottom:30px}main.next #search .block-info .item-title .title{font-size:28px;font-weight:600;color:#333;margin:0;flex-shrink:0}main.next #search .block-info .item-title .img{flex:1;max-width:400px}main.next #search .block-info .item-title .img img{width:100%;height:auto;display:block;border-radius:8px}main.next #search .block-info .item-info{display:flex;gap:60px;background:#f9f9f9;padding:24px 32px;border-radius:8px}main.next #search .block-info .item-info dl{flex:1;display:grid;grid-template-columns:auto 1fr;gap:8px 16px;margin:0}main.next #search .block-info .item-info dt{font-weight:600;color:#666;font-size:14px}main.next #search .block-info .item-info dd{margin:0;font-size:14px;color:#333}main.next #search .block-title-result{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}main.next #search .block-title-result .item-left .item-title{font-size:24px;font-weight:600;color:#333;margin:0}main.next #search .block-title-result .item-left .item-title span{color:#c9a063;margin-right:8px}main.next #search .block-title-result .item-right{display:flex;align-items:center;gap:12px}main.next #search .block-title-result .item-right span{font-size:14px;color:#666}main.next #search .block-title-result .item-right .select{position:relative}main.next #search .block-title-result .item-right select{padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}main.next #search .block-products .item-list{display:flex;flex-wrap:wrap;gap:30px;row-gap:60px;list-style:none;padding:0;margin:0}main.next #search .block-products .item-list .item-li{width:calc(25% - 22.5px);box-sizing:border-box;display:flex;flex-direction:column}main.next #search .block-products .item-list .item-li>a{flex:1;display:flex;flex-direction:column;text-decoration:none;color:inherit}main.next #search .block-products .item-list .item-li .item-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:4px;margin-bottom:10px}main.next #search .block-products .item-list .item-li .item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}main.next #search .block-products .item-list .item-li .item-text{flex:1}main.next #search .block-products .item-list .item-li .item-text h3{font-size:15px;font-weight:700;line-height:1.4;margin-bottom:5px}main.next #search .block-products .item-list .item-li .item-text p{font-size:14px;line-height:1.6;color:#666}main.next #search .block-products .item-list .item-li .item-btn{margin-top:auto;padding-top:10px}main.next #search .block-products .item-header{margin-bottom:24px}main.next #search .block-products .item-header .item-title{font-size:22px;font-weight:600;color:#333;margin:0 0 8px}main.next #search .block-products .item-header .item-count{font-size:14px;color:#666;margin:0}main.next #search .block-products .item-pagination{margin-top:48px;margin-bottom:24px}main.next #search .block-products .item-pagination nav{display:flex;justify-content:center}main.next #search .block-products .item-pagination .pagination{display:flex;gap:6px;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}main.next #search .block-products .item-pagination .page-item .page-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:4px 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;text-decoration:none;transition:all .2s ease}main.next #search .block-products .item-pagination .page-item .page-link:hover{background:#e6f3ff;border-color:#008cff;color:#008cff}main.next #search .block-products .item-pagination .page-item.active .page-link{background:#008cff;border-color:#008cff;color:#fff;font-weight:600}main.next #search .block-products .item-pagination .page-item.disabled .page-link{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}main.next #search .block-title-result .item-right .btn,main.next #search .block-products .item-btn .btn,main.next #search .block-search .item-btns .btn{background-color:#008cff;color:#fff;font-size:14px;font-weight:700;padding:14px 24px;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}main.next #search .block-title-result .item-right .btn:hover,main.next #search .block-products .item-btn .btn:hover,main.next #search .block-search .item-btns .btn:hover{background-color:#07d;color:#fff}main.next #search .block-title-result .item-right .btn.active{background-color:#07d;box-shadow:0 0 0 2px #80c8ff}main.next #search .block-models{margin-bottom:40px}main.next #search .block-models .item-lead{font-size:16px;color:#333;margin-bottom:24px}main.next #search .block-models .item-lead span{font-weight:600;color:#c9a063}main.next #search .block-models .item-list{display:flex;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0 0 32px}main.next #search .block-models .item-list .item-li{display:flex;gap:20px;padding:20px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;transition:border-color .3s ease,background-color .3s ease}main.next #search .block-models .item-list .item-li:hover{border-color:#c9a063}main.next #search .block-models .item-list .item-li.selected{border-color:#c9a063;background-color:#c9a0630d}main.next #search .block-models .item-list .item-li .item-img{width:120px;height:90px;flex-shrink:0;background:#f5f5f5;border-radius:4px;overflow:hidden}main.next #search .block-models .item-list .item-li .item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}main.next #search .block-models .item-list .item-li .item-text{flex:1;min-width:0}main.next #search .block-models .item-list .item-li .item-text h3{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}main.next #search .block-models .item-list .item-li .item-text p{font-size:13px;color:#666;line-height:1.6;margin:0}main.next #search .block-models .item-submit{display:flex;gap:16px;justify-content:center;margin-top:32px}main.next #search .block-models .item-submit .btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:16px;font-weight:500;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none}main.next #search .block-models .item-submit .btn.back{background:#f5f5f5;color:#333}main.next #search .block-models .item-submit .btn.back:hover{background:#e5e5e5}main.next #search .block-models .item-submit .btn.gray{background:#333;color:#fff}main.next #search .block-models .item-submit .btn.gray:hover{background:#444}main.next #search .block-models .item-submit .btn.gray:disabled{background:#ccc;cursor:not-allowed}main.next #search .block-models .item-submit .btn.w550{min-width:200px}main.next #search .block-search{margin-top:60px;text-align:center}main.next #search .block-search .item-inside{background:#f9f9f9;padding:40px;border-radius:8px}main.next #search .block-search .item-inside .item-title{font-size:20px;font-weight:600;color:#333;margin:0 0 12px}main.next #search .block-search .item-inside .item-text{font-size:14px;color:#666;margin:0 0 24px}main.next #search .block-search .item-btns{display:flex;gap:12px;justify-content:center}@media screen and (max-width: 1000px){main.next #search .block-info .item-title{flex-direction:column;gap:20px}main.next #search .block-info .item-title .img{max-width:100%}main.next #search .block-info .item-info{flex-direction:column;gap:24px}main.next #search .block-products .item-list .item-li{width:calc(33.333% - 20px)}main.next #search .block-title-result .item-right .btn{padding:8px 16px;font-size:13px}}@media screen and (max-width: 700px){main.next #search .content{padding:24px 16px}main.next #search .block-info .item-title .title{font-size:22px}main.next #search .block-info .item-info{padding:16px 20px}main.next #search .block-title-result{flex-direction:column;align-items:flex-start;gap:16px}main.next #search .block-title-result .item-left .item-title{font-size:20px}main.next #search .block-models .item-list .item-li{flex-direction:column;gap:12px}main.next #search .block-models .item-list .item-li .item-img{width:100%;height:150px}main.next #search .block-models .item-submit{flex-direction:column}main.next #search .block-models .item-submit .btn.w550{width:100%;min-width:auto}main.next #search .block-products .item-list{gap:15px;row-gap:25px}main.next #search .block-products .item-list .item-li{width:calc(50% - 7.5px)}main.next #search .block-products .item-pagination .pagination{gap:4px}main.next #search .block-products .item-pagination .page-item .page-link{min-width:32px;height:32px;padding:2px 8px;font-size:13px}main.next #search .block-title-result .item-right .btn{padding:8px 14px;font-size:12px}main.next #search .block-search .item-inside{padding:24px 16px}}main.next #product .block-features .feature-icons{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:15px!important;list-style:none!important;padding:0!important;margin:0!important}main.next #product .block-features .feature-icons li{flex:0 0 auto!important;width:auto!important}main.next #product .block-features .feature-icons li img{max-width:150px!important;height:auto!important;display:block!important}main.next #product .block-title .bread{display:flex!important;flex-wrap:wrap!important;align-items:center!important;list-style:none!important;padding:0!important;margin:0 0 10px!important;font-size:12px!important;color:#666!important}main.next #product .block-title .bread li{display:flex!important;align-items:center!important}main.next #product .block-title .bread li:not(:last-child):after{content:">"!important;margin:0 8px!important;color:#999!important}main.next #product .block-title .bread li a{color:#666!important;text-decoration:none!important}main.next #product .block-title .bread li a:hover{color:#333!important;text-decoration:underline!important}main.next #product .block-title .cat-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:15px!important}main.next #product .block-title .cat-list .cat{display:inline-block!important;padding:4px 12px!important;font-size:12px!important;border-radius:3px!important;text-decoration:none!important}main.next #product .block-title .cat-list .cat.black{background-color:#333!important;color:#fff!important}main.next #product .block-title .cat-list .cat.black:hover{background-color:#555!important}@media screen and (max-width: 1000px){main.next #product .block-features .feature-icons li img{max-width:120px!important}}@media screen and (max-width: 700px){main.next #product .block-features .feature-icons{gap:10px!important}main.next #product .block-features .feature-icons li img{max-width:100px!important}main.next #product .block-title .bread{font-size:11px!important}main.next #product .block-title .cat-list{gap:6px!important}main.next #product .block-title .cat-list .cat{padding:3px 10px!important;font-size:11px!important}}.catalog-search-box{padding:32px}.catalog-search-form{display:flex;gap:0}.catalog-search-input{flex:1;padding:12px 16px;border:1px solid #e5e5e5;border-radius:6px 0 0 6px;border-right:none;font-size:14px;outline:none}.catalog-search-btn{background-color:#f87171;color:#fff;border:none;padding:12px 24px;border-radius:0 6px 6px 0;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.catalog-search-btn:hover{background-color:#ef4444}.catalog-section-header{padding:24px 32px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.catalog-section-header h2{font-size:24px;font-weight:600;color:#333;margin:0}.catalog-section-header__meta{display:flex;gap:16px;align-items:center;font-size:14px;color:#666}.catalog-grid-wrap{padding:32px}.catalog-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.catalog-category-card{text-decoration:none;display:block}.catalog-category-card__inner{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease;height:200px;display:flex;flex-direction:column}.catalog-category-card__inner:hover{box-shadow:0 4px 12px #0000001a}.catalog-category-card__image{height:120px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.catalog-category-card__image img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.catalog-category-card__body{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.catalog-category-card__body h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.catalog-category-card__body p{font-size:14px;color:#666;margin:0}.catalog-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.catalog-product-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.catalog-product-card:hover{box-shadow:0 4px 12px #0000001a}.catalog-product-card__image{position:relative;height:200px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;font-size:48px;color:#999}.catalog-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-product-card__body{padding:16px}.catalog-product-card__body h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#333;line-height:1.4}.catalog-product-card__series{font-size:14px;color:#666;margin-bottom:8px}.catalog-product-card__price{font-size:18px;font-weight:700;color:#333;margin-bottom:16px}.catalog-product-card__btn{width:100%;background-color:#333;color:#fff;border:none;padding:12px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:block;text-align:center}.catalog-product-card__btn:hover{background-color:#555}.catalog-car-match{padding:64px;text-align:center}.catalog-car-match__icon{font-size:64px;margin-bottom:24px;color:#ccc}.catalog-car-match h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#666}.catalog-car-match p{color:#999;margin-bottom:24px;font-size:16px}.catalog-car-match__btn{background-color:#333;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;display:inline-block}.catalog-car-match__btn:hover{background-color:#555}@media (max-width: 768px){.catalog-search-box,.catalog-section-header{padding:16px}.catalog-section-header h2{font-size:18px}.catalog-grid-wrap{padding:16px}.catalog-category-grid{grid-template-columns:1fr;gap:12px}.catalog-category-card__inner{height:auto;flex-direction:row}.catalog-category-card__image{width:100px;height:80px;flex-shrink:0}.catalog-category-card__body{text-align:left;padding:12px}.catalog-category-card__body h3{font-size:15px;margin-bottom:4px}.catalog-category-card__body p{font-size:12px}.catalog-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.catalog-product-card__image{height:140px}.catalog-product-card__body{padding:10px}.catalog-product-card__body h3{font-size:13px;margin-bottom:4px}.catalog-product-card__series{font-size:12px;margin-bottom:4px}.catalog-product-card__price{font-size:15px;margin-bottom:10px}.catalog-product-card__btn{padding:8px;font-size:12px}.catalog-car-match{padding:32px 16px}.catalog-car-match__icon{font-size:48px;margin-bottom:16px}.catalog-car-match h3{font-size:18px}.catalog-car-match p{font-size:14px}}.app-main{padding-top:100px;padding-bottom:40px;min-height:calc(100vh - 140px)}@media (max-width: 768px){.app-main{padding-top:80px;padding-bottom:10px}}.auth-layout{max-width:28rem;margin:24px auto 48px;padding:0 16px}.auth-header{text-align:center;margin-bottom:32px}.auth-title{font-size:1.875rem;line-height:2.25rem;font-weight:700;color:#111827;margin-bottom:8px}.auth-subtitle{color:#4b5563}.auth-card,.auth-info-card{background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:32px;margin-bottom:24px}.auth-info-card{padding:24px}.auth-alert{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:16px;border-radius:8px;margin-bottom:24px}.auth-form-group{margin-bottom:24px}.auth-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.auth-label-required{color:#ef4444}.auth-input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:12px;font-size:1rem;font-family:inherit;box-sizing:border-box}.auth-input:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #3b82f680}.auth-input-error{border-color:#ef4444}.auth-error-message{color:#ef4444;font-size:.875rem;margin-top:4px}.auth-checkbox-group{display:flex;align-items:center;margin-bottom:24px}.auth-checkbox{margin-right:8px}.auth-checkbox-label{font-size:.875rem;color:#374151}.auth-button{width:100%;background-color:#2563eb;color:#fff;padding:12px 24px;border-radius:12px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s}.auth-button:hover{background-color:#1d4ed8}.auth-divider{border-top:1px solid #e5e7eb;padding-top:24px;margin-top:24px}.auth-links{text-align:center}.auth-link{display:block;color:#2563eb;text-decoration:none;font-size:.875rem;margin-bottom:12px}.auth-link:hover{color:#1e40af}.auth-info-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:12px}.auth-info-text{font-size:.875rem;color:#4b5563;line-height:1.5}.auth-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:16px;margin-top:24px}.auth-section-title:first-child{margin-top:0}.auth-select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:12px;font-size:1rem;font-family:inherit;background-color:#fff;box-sizing:border-box}.auth-select:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #3b82f680}.public-main--top{margin-top:-100px!important;max-width:100%}.top-hero{background:#f0fefb;padding:70px 0 50px;position:relative;overflow:hidden;margin-top:0}.top-hero-content{text-align:center;margin-top:65px;margin-bottom:0}.top-hero-title{font-family:Times New Roman,Georgia,serif;font-size:42px;font-weight:400;color:#000;margin-bottom:16px;letter-spacing:.02em}.top-hero-title-svg{display:flex;justify-content:center;margin-top:8px;margin-bottom:16px}.top-hero-title-svg svg{width:509px;max-width:100%;height:auto}.top-hero-subtitle{font-size:18px;font-weight:300;color:#000;line-height:1.8;letter-spacing:1.26px}.seat-carousel-wrapper{position:relative;padding:120px 0 60px;overflow:hidden}.seat-carousel-track{display:flex;position:relative;z-index:1;transition:transform .6s ease;width:-moz-fit-content;width:fit-content}.seat-carousel-item{flex:0 0 auto;width:320px;text-align:center;padding:0 55px;box-sizing:border-box;transition:opacity .8s ease}.seat-carousel-item.is-center{opacity:1;z-index:10;position:relative}.seat-carousel-item-link{display:block;text-decoration:none;color:inherit}.seat-carousel-item-link:hover{color:inherit}.seat-carousel-item img{height:430px;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;transition:opacity .8s ease,transform .8s ease}.seat-carousel-item.is-center .default-image,.seat-carousel-item.is-center img:not(.hover-image){transform:scale(1.5)}.seat-carousel-item.is-center .seat-carousel-item-images{margin-bottom:60px}.seat-carousel-item-images{position:relative;display:inline-block}.seat-carousel-item-images .hover-image{position:absolute;top:0;left:50%;transform:translate(-50%);opacity:0;transition:opacity .8s ease,transform .8s ease}.seat-carousel-item.is-center .seat-carousel-item-images .hover-image{opacity:1;transform:translate(-50%) scale(1.5)}.seat-carousel-item.is-center .seat-carousel-item-images .default-image{opacity:0}.seat-carousel-item-name{font-size:20px;font-weight:200;color:#333;margin-top:0;margin-bottom:1em;transition:opacity .8s ease;white-space:nowrap;text-align:center;letter-spacing:.07em}.seat-carousel-item:not(.is-center) .seat-carousel-item-name,.seat-carousel-item:not(.is-center) .seat-carousel-item-more{opacity:0}.seat-carousel-item-more{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;background:#8bb1bc;color:#fff;text-decoration:none;border-radius:10px;font-family:Roboto,sans-serif;font-size:14px;font-weight:300;letter-spacing:5.28px;transition:background .3s ease}.seat-carousel-item-link:hover .seat-carousel-item-more{background:#7a9ea8;color:#fff}@keyframes watermark-scroll{0%{transform:translate(-50%)}to{transform:translate(0)}}.clazzio-watermark{position:absolute;top:35%;left:0;right:0;transform:translateY(-50%);z-index:0;font-family:Roboto,sans-serif;font-size:106px;font-weight:400;color:#5b5b5b;white-space:nowrap;pointer-events:none;letter-spacing:38.16px;overflow:hidden}.clazzio-watermark__inner{display:inline-block;animation:watermark-scroll 30s linear infinite}.products-section{padding:60px 0 30px;background:#fff}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.section-header-left{display:flex;flex-direction:column}.section-title-en{font-family:Roboto,sans-serif;font-size:36px;font-weight:500;letter-spacing:7.56px;color:#000;margin-bottom:4px}.section-title-jp{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#000;margin:0 0 10px}.section-more-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#8bb1bc;color:#fff;text-decoration:none;border-radius:25px;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;letter-spacing:5.28px;transition:background .3s ease}.section-more-btn:hover{background:#7a9ea8;color:#fff}.section-more-btn--sp{display:none}.section-header-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center}.home-news-section__more-sp{display:none}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-category-card{background:#f5f8f9;border-radius:12px;padding:30px 24px;text-align:center;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.product-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.product-category-title{font-family:Roboto,sans-serif;font-size:24px;font-weight:400;letter-spacing:2.4px;color:#000;margin-bottom:2px}.product-category-subtitle{font-family:Inter,sans-serif;font-size:16px;color:#6a6a6a;margin-bottom:20px}.product-category-image{height:320px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.product-category-image img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-category-more{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#8bb1bc;color:#fff;text-decoration:none;border-radius:25px;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;letter-spacing:5.28px;transition:background .3s ease}.product-category-more:hover{background:#7a9ea8;color:#fff}.car-search-section{padding:80px 0 80px 45px;background:linear-gradient(180deg,#f3f5f9,#ddf6ff);position:relative;overflow:hidden;max-width:1200px;margin:0 auto;border-radius:12px;box-sizing:border-box}.car-search-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.car-search-text h2{font-family:Roboto,sans-serif;font-size:46px;font-weight:500;color:#000;margin-bottom:16px}.car-search-text p{font-family:Inter,sans-serif;font-size:20px;color:#6a6a6a;margin-bottom:24px}.car-search-btn{display:inline-block;background:#8bb1bc;color:#fff;padding:14px 40px;border-radius:30px;text-decoration:none;font-family:Inter,sans-serif;font-size:17px;font-weight:500;transition:background .3s ease}.car-search-btn:hover{background:#7a9ea8}.car-search-image img{max-width:100%;height:auto}.seatcover-section{padding:80px 0 0;background:#fff}.seatcover-carousel-wrapper{position:relative}.series-scroll-container{overflow-x:auto;margin:0 -20px;padding:20px;scrollbar-width:none;-ms-overflow-style:none}.series-scroll-container::-webkit-scrollbar{display:none}.seatcover-carousel-nav{position:absolute;top:37%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 10px #0000004d;transition:transform .2s ease}.seatcover-carousel-nav:hover{transform:translateY(-50%) scale(1.05)}.seatcover-carousel-nav.next{right:10px}.seatcover-carousel-nav.prev{left:10px}.seatcover-carousel-nav svg{width:20px;height:20px;color:#333}.series-scroll{display:flex;gap:24px;padding-bottom:20px}.series-card-new{flex:0 0 260px;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease;position:relative}.series-card-new:hover{transform:translateY(-4px)}.series-card-new-image{display:flex;align-items:center;justify-content:center;position:relative}.series-card-new-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px}.series-card-new-badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:#ffffffe6;border-radius:4px;font-size:10px;font-weight:500;color:#333}.series-card-new-content{padding:10px}.series-card-new-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:500;color:#000;margin-bottom:5px;margin-top:0}.series-card-new-description{font-family:Roboto,sans-serif;font-size:14px;color:#7a7a7a;line-height:1.6}.series-card-new.ultrasuede,.series-card-new.real-leather,.series-card-new.custom-order,.series-card-new.over-stitch,.series-card-new.sports{background:transparent}.floormat-section{padding:60px 0 0;background:#fff;position:relative}.floormat-section .section-header{margin-bottom:30px}.floormat-section .section-title-en{color:#333}.floormat-section .section-title-jp{color:#888}.floormat-section .section-more-btn{background:#8bb1bc;border:none;color:#fff;padding:12px 28px;font-size:16px;letter-spacing:5.28px}.floormat-section .section-more-btn:hover{background:#7a9ea8;color:#fff}.floormat-carousel-wrapper{position:relative;overflow:hidden}.floormat-carousel{display:flex;gap:24px;transition:transform .5s ease}.floormat-carousel-item{flex:0 0 260px;text-decoration:none;color:inherit;transition:transform .3s ease;border-radius:12px;overflow:hidden}.floormat-carousel-item:hover{transform:translateY(-4px)}.floormat-carousel-image{position:relative;border-radius:12px;overflow:hidden}.floormat-carousel-image img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain;border-radius:12px}.floormat-carousel-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:500;color:#000;margin-top:16px;margin-bottom:6px}.floormat-carousel-text{font-family:Roboto,sans-serif;font-size:14px;color:#7a7a7a;line-height:1.7}.floormat-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 10px #0000004d;transition:transform .2s ease}.floormat-carousel-nav:hover{transform:translateY(-50%) scale(1.05)}.floormat-carousel-nav.prev{left:10px}.floormat-carousel-nav.next{right:10px}.floormat-carousel-nav svg{width:20px;height:20px;color:#333}.accessory-section{padding:60px 0 0;background:#fff;position:relative}.accessory-section .section-header{margin-bottom:30px}.accessory-section .section-title-en{color:#333}.accessory-section .section-title-jp{color:#888}.accessory-carousel-wrapper{position:relative}.accessory-scroll-container{overflow-x:auto;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.accessory-scroll-container::-webkit-scrollbar{display:none}.accessory-scroll{display:flex;gap:24px;padding-bottom:10px}.accessory-card{flex:0 0 260px;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease;position:relative;background:transparent}.accessory-card:hover{transform:translateY(-4px)}.accessory-card-image{display:flex;align-items:center;justify-content:center;position:relative;background:#f4f7fa;border-radius:12px;padding:20px}.accessory-card-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px}.accessory-card-content{padding:16px}.accessory-card-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:500;color:#000;margin-bottom:6px}.accessory-card-description{font-family:Roboto,sans-serif;font-size:14px;color:#7a7a7a;line-height:1.6}.accessory-carousel-nav{position:absolute;top:37%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:box-shadow .3s ease}.accessory-carousel-nav:hover{box-shadow:0 4px 16px #0003}.accessory-carousel-nav.prev{left:0}.accessory-carousel-nav.next{right:0}.news-section{padding:80px 0 0;background:#fff}.news-list{border-top:1px solid #e5e5e5}.news-item{display:flex;align-items:flex-start;gap:20px;padding:20px 0;border-bottom:1px solid #e5e5e5;text-decoration:none;color:inherit}.news-item:hover{background:#f8f8f8}.news-category-badge{flex:0 0 auto;font-family:Roboto,sans-serif;font-size:14px;color:#fff;padding:3px 10px;background:#84b8d1;border-radius:3px;font-weight:400}.news-tag{flex:0 0 auto;font-size:11px;color:#666;padding:3px 10px;background:#f0f0f0;border-radius:3px}.news-date{flex:0 0 100px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#000}.news-new-badge{flex:0 0 auto;display:inline-block;background:#008cff;color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;padding:2px 10px;line-height:1}.news-title-text{flex:1;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#000}.news-more-wrapper{text-align:center;margin-top:30px}.news-more-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;background:#3b9fc9;color:#fff;text-decoration:none;border-radius:30px;font-size:14px;font-weight:500;transition:background .3s ease}.news-more-btn:hover{background:#2d8ab5;color:#fff}.product-info-section{padding:80px 0;background:#fff}.pickup-section{padding:0;background:#fff}.pickup-scroll-container{overflow-x:auto;margin:0 -20px;padding:10px 20px;scrollbar-width:none;-ms-overflow-style:none}.pickup-scroll-container::-webkit-scrollbar{display:none}.pickup-scroll{display:flex;gap:16px;padding-bottom:10px}.pickup-card{flex:0 0 380px;border-radius:8px;overflow:hidden;aspect-ratio:1;background:#ddd;transition:transform .3s ease;position:relative;max-height:270px}.pickup-card:hover{transform:translateY(-4px)}.pickup-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pickup-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(transparent,#000);color:#fff}.pickup-card-label{display:inline-block;padding:2px 8px;background:#3b9fc9;border-radius:3px;font-size:12px;font-weight:500;margin-bottom:4px}.pickup-card-title{font-size:15px;line-height:1.4;margin:0}.pickup-card-text{background:linear-gradient(135deg,#f5a623,#e89b1c);display:flex;align-items:center;justify-content:center}.pickup-card-text-content{padding:20px;text-align:center}.pickup-card-text-title{color:#fff;font-size:14px;font-weight:600;line-height:1.6}.pickup-card-download{background:linear-gradient(135deg,#f5a623,#e89b1c);display:flex;align-items:center;justify-content:center}.pickup-card-download-content{text-align:center}.pickup-card-download-text{color:#fff;font-size:18px;font-weight:700;letter-spacing:.1em}.pickup-carousel-wrapper{position:relative}.pickup-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:box-shadow .3s ease}.pickup-carousel-nav:hover{box-shadow:0 4px 16px #0003}.pickup-carousel-nav.prev{left:0}.pickup-carousel-nav.next{right:0}.pickup-carousel-nav svg{width:20px;height:20px;color:#333}.store-section{position:relative;height:400px;background-size:cover;background-position:center;display:flex;align-items:center;background-color:#8bb1bc}.store-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(59,159,201,.9) 0%,rgba(59,159,201,.7) 50%,transparent 100%)}.store-content{position:relative;z-index:1;color:#fff;max-width:500px;padding:40px}.store-content h2{font-size:24px;font-weight:500;margin-bottom:8px}.store-content p{font-size:14px;margin-bottom:24px;opacity:.9}.store-btn{display:inline-block;background:#fff;color:#3b9fc9;padding:14px 40px;border-radius:30px;text-decoration:none;font-size:14px;font-weight:500;transition:background .3s ease}.store-btn:hover{background:#f0f0f0}.floating-search{position:fixed;bottom:20px;left:20px;background:linear-gradient(135deg,#8bb1bc,#7a9ea8);color:#fff;padding:0 20px 15px;border-radius:16px;text-decoration:none;z-index:100;max-width:300px;box-shadow:0 4px 20px #8bb1bc66}.floating-search-title{font-size:16px;font-weight:500;margin-bottom:12px}.floating-search-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#6997a4;padding:10px 20px;border-radius:20px;font-size:14px;font-weight:500}@media (max-width: 768px){.top-hero{padding:40px 0}.top-hero-content{margin-top:65px;margin-bottom:20px}.top-hero-title-svg svg{max-width:65%}.top-hero-title{font-size:28px}.top-hero-subtitle{font-size:12px;letter-spacing:.5px}.seat-carousel-wrapper{padding:30px 0 16px}.seat-carousel-item{width:240px;padding:0 16px}.seat-carousel-item img{height:250px}.seat-carousel-item-name{font-size:14px}.clazzio-watermark{font-size:52px;letter-spacing:16px}.products-section,.car-search-section,.seatcover-section,.floormat-section,.accessory-section,.news-section,.product-info-section,.pickup-section{padding:40px 0}.section-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:5px!important}.section-title-en{font-size:20px;letter-spacing:3px}.section-title-jp{font-size:14px;text-align:center}.products-grid{grid-template-columns:1fr}.product-category-image{height:200px}.product-category-card{padding:20px}.product-category-title{font-size:19px}.product-category-subtitle{font-size:12px;margin-top:0}.section-header .section-more-btn{display:none}.home-news-section__more-sp{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px}.car-search-content{display:flex;flex-direction:column;gap:16px}.car-search-image{order:-1;width:70%}.car-search-text h2{font-size:24px;text-align:center}.car-search-text p{font-size:14px}.car-search-btn{display:block;text-align:center}.series-scroll-container{padding:20px 18px 0}.floormat-carousel-wrapper{overflow:visible}.floormat-carousel{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding-bottom:10px}.floormat-carousel::-webkit-scrollbar{display:none}.floormat-carousel-item{flex:0 0 260px;min-width:unset;scroll-snap-align:start}.floormat-carousel-text{font-size:12px}.accessory-card{flex:0 0 260px}.accessory-card-title{font-size:15px}.accessory-card-content{padding:0 5px}.accessory-card-description{font-size:12px}.section-more-btn--sp{display:flex;justify-content:center;margin-top:0}.news-item{flex-wrap:wrap;gap:3px 8px;padding:15px 0}.news-date{flex:0 0 auto}.news-title-text{flex:1 1 100%;font-size:13px}.floating-search{display:none}}.mypage-container{max-width:1200px;margin:0 auto;overflow-x:hidden}.mypage-profile{padding:0 16px 30px}.mypage-history{padding:0 16px}.mypage-header{margin-bottom:40px}.mypage-history .mypage-header{margin-bottom:25px}.mypage-header h1{font-size:32px;color:#333;margin:0 0 8px}.mypage-header .subtitle{font-size:16px;color:#000;margin:0}.mypage-history .mypage-header .subtitle{font-weight:700}.mypage-content{display:flex;gap:40px}.mypage-sidebar{width:280px;flex-shrink:0}.mypage-main{flex:1;min-width:0}.sidebar-nav{display:flex;flex-direction:column;gap:0}.sidebar-nav-item{display:flex;align-items:center;padding:16px 20px;text-decoration:none;color:#333;transition:background-color .2s ease}.sidebar-nav-item:hover{background-color:#f9fafb}.sidebar-nav-item.active{background-color:#f3f4f6;border-radius:12px}.sidebar-nav-item svg{width:20px;height:20px;margin-right:12px;color:#6b7280}.sidebar-nav-item span{font-size:16px}.sidebar-nav-item-form{margin:0}@media (max-width: 768px){.mypage-profile{padding:0 12px 40px}.mypage-history{padding:0 12px}.mypage-content{flex-direction:column;gap:24px}.mypage-sidebar{width:100%;overflow-x:auto;scrollbar-width:none}.mypage-sidebar::-webkit-scrollbar{display:none}.sidebar-nav{flex-direction:row;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:0;display:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-item{flex:0 0 auto;white-space:nowrap;border-bottom:none;padding:10px 14px;font-size:13px}.sidebar-nav-item:first-child{border-top:none}.sidebar-nav-item.active{background-color:#f3f4f6}.sidebar-nav-item svg{display:none}.sidebar-nav-item-form{display:contents}.mypage-header{margin-bottom:20px}.mypage-header h1{font-size:22px}.mypage-main{min-width:0;overflow:hidden}}.profile-section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 24px;padding-bottom:12px}.info-table{width:100%;border-collapse:collapse}.info-table tr{border-bottom:1px solid #e5e7eb}.info-table tr:last-child{border-bottom:none}.info-table th{text-align:left;font-weight:400;color:#6b7280;padding:16px 0;width:200px;vertical-align:top;font-size:14px}.info-table td{padding:16px 0;color:#333;font-size:14px}.info-table td a{color:#000;text-decoration:none}.info-table td a:hover{text-decoration:underline}.button-group{display:flex;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;justify-content:flex-end}.btn-primary{display:inline-block;background-color:#374151;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease}.btn-primary:hover{background-color:#1f2937}.btn-outline{display:inline-block;background-color:#fff;color:#374151;padding:12px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;border:1px solid #374151;cursor:pointer;transition:all .2s ease}.btn-outline:hover{background-color:#f9fafb}.btn-dark{display:inline-flex;align-items:center;justify-content:center;background-color:#2f2f2f;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.btn-dark:hover{background-color:#1a1a1a;color:#fff}.cars-section{margin-top:48px}.car-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;margin-bottom:16px}.car-card-content{display:flex;gap:20px}.car-image{width:100px;height:70px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.car-info{flex:1}.car-maker{font-size:14px;color:#2563eb;margin:0 0 4px}.car-name{font-size:18px;font-weight:500;color:#333;margin:0 0 8px}.car-details{font-size:14 px;color:#000;margin:0;line-height:1.6}.car-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px;padding-top:12px}.car-action-link{display:inline-flex;align-items:center;font-size:13px;font-family:inherit;line-height:1;text-decoration:none;padding:6px 14px;border-radius:4px;border:1px solid currentColor;background:none;cursor:pointer;transition:opacity .2s ease;box-sizing:border-box}.car-action-link:hover{opacity:.7}.car-action-link.delete{color:#ef4444;border:1px solid #ef4444!important}.car-action-link.edit{color:#6b7280;border-color:#6b7280}.add-car-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;box-sizing:border-box;background-color:#374151;color:#fff;padding:16px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s ease}.add-car-button:hover{background-color:#1f2937}.add-car-button svg{width:20px;height:20px;flex-shrink:0}.status-message{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46;padding:12px 16px;border-radius:6px;margin-bottom:24px;font-size:14px}.mypage-menu-grid{display:none;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:40px}.mypage-menu-card{display:flex;align-items:flex-start;gap:12px;padding:20px;border:1px solid #000000;border-radius:8px;text-decoration:none;color:#333;transition:background-color .2s ease,box-shadow .2s ease}.mypage-menu-card:hover{background-color:#f9fafb;box-shadow:0 1px 3px #0000001a}.mypage-menu-card svg{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#374151}.mypage-menu-card-body{flex:1;min-width:0}.mypage-menu-card-title{font-size:14px;font-weight:600;margin:0 0 4px;color:#333}.mypage-menu-card-desc{font-size:12px;color:#6b7280;margin:0;line-height:1.5}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;overflow-y:auto}.modal-content{max-width:500px;margin:40px auto;background:#fff;border-radius:8px;padding:32px;position:relative}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.pc-modal-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:9999;overflow-y:auto;padding:20px}.pc-modal-overlay.active{display:flex;justify-content:center;align-items:flex-start}.pc-modal{background:#fff;border-radius:12px;width:100%;max-width:900px;margin:40px auto;box-shadow:0 8px 32px #0003;position:relative}.pc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.pc-modal-header h2{font-size:20px;font-weight:600;color:#333;margin:0}.pc-modal-close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;line-height:1}.pc-modal-close:hover{color:#333}.pc-modal-body{padding:24px;max-height:80vh;overflow-y:auto}.pc-modal-field{margin-bottom:20px}.pc-modal-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.pc-modal-select,.pc-modal-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:15px}.pc-modal-row{display:flex;gap:8px}.pc-modal-row>*{flex:1}.pc-modal-results{margin-bottom:20px}.pc-modal-results-header{text-align:center;margin-bottom:12px}.pc-modal-results-title{font-size:18px;font-weight:400;color:#000;margin:0 0 4px}.pc-modal-results-count{color:#2e0eff;font-weight:700;font-size:22px}.pc-modal-results-warn{font-weight:700;font-size:13px;color:red;margin:0}.pc-modal-results-list{display:flex;flex-direction:column;gap:16px}.pc-modal-results-empty{text-align:center;padding:30px;color:#666;font-size:14px}.pc-modal-card{border:1px solid #e5e5e5;background:#fff}.pc-modal-card.selected{border:2px solid #2196F3}.pc-modal-card-inner{display:flex;gap:16px;padding:16px;flex-wrap:wrap}.pc-modal-card-img{flex-shrink:0;width:180px}.pc-modal-card-img img{width:100%;height:auto;border:1px solid #e5e5e5;display:block;background:#f9f9f9}.pc-modal-card-img-ph{width:100%;height:100px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:12px;background:#f9f9f9;border:1px solid #e5e5e5}.pc-modal-card-body{flex:1;min-width:0}.pc-modal-card-name{font-size:16px;font-weight:700;color:#333;padding:0 0 10px}.pc-modal-card-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.5}.pc-modal-card-table th{text-align:left;font-weight:600;color:#333;padding:6px 10px 6px 6px;white-space:nowrap;vertical-align:top;width:70px;border-bottom:1px solid #e5e5e5}.pc-modal-card-table td{color:#333;padding:6px 0;vertical-align:top;word-break:break-all;border-bottom:1px solid #e5e5e5}.pc-modal-card-table td.incompatible{color:#c00}.pc-modal-card-btn{display:block;width:100%;padding:12px;background:#2196f3;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;text-align:center;margin-top:10px}.pc-modal-card-btn.selected-btn{background:#4caf50}.pc-modal-info{margin-bottom:20px;padding:16px;background-color:#f0f7ff;border:2px solid #2196F3;border-radius:8px}.pc-modal-info h4{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px}.pc-modal-info-content{font-size:14px;color:#374151;line-height:1.6}.pc-modal-actions{display:flex;gap:16px;padding-top:8px}.pc-modal-submit{background-color:#3b82f6;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;flex:1}.pc-modal-submit:hover{background-color:#2563eb}.pc-modal-cancel{background-color:#f3f4f6;color:#374151;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;flex:1}.pc-modal-cancel:hover{background-color:#e5e7eb}@media (max-width: 768px){.mypage-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mypage-menu-card{flex-direction:column;align-items:center;text-align:center;padding:14px 10px;gap:8px}.mypage-menu-card svg{margin-top:0;width:24px;height:24px}.mypage-menu-card-desc{display:none}.mypage-menu-card-title{font-size:12px;margin-bottom:0}.pc-modal{max-width:100%;margin:10px}.pc-modal-card-inner{flex-direction:column}.pc-modal-card-img{width:100%}.mypage-profile{padding:0 15px 24px}.section-title{font-size:16px;margin-bottom:16px}.info-table th,.info-table td{font-size:13px;padding:10px 8px}}@media (max-width: 640px){.car-card-content{flex-direction:column;align-items:center;text-align:center}.car-actions{justify-content:center}}.history-title{font-size:18px;font-weight:600;color:#000;margin:15px 0 20px}.order-card{border:1px solid #F6F6F6;border-radius:10px;margin:15px 0}.order-date-header{background-color:#f3f4f6;padding:12px 20px;font-size:15px;font-weight:600;color:#333;margin-bottom:20px}.order-info-table{width:100%;border-collapse:collapse}.order-info-table td{padding:10px 20px;font-size:13px;color:#000;vertical-align:top}.order-info-table td:first-child{color:#090909;width:140px}.order-info-table td:last-child{text-align:right}.order-product{display:flex;gap:24px;padding:24px 20px}.order-product-image{width:226px;height:221px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;background-color:#f9fafb;border-radius:8px}.order-product-info{flex:1;min-width:0}.order-product-name{font-size:15px;font-weight:600;color:#333;margin:0 0 8px}.order-product-detail{font-size:12px;color:#000;line-height:1.8;margin:0 0 12px}.order-product-meta{font-size:14px;color:#333;line-height:1.8}.order-section-label{font-size:14px;font-weight:600;color:#333;padding:16px 20px 8px}.car-compatibility{display:flex;gap:16px;padding:16px 20px;border-bottom:1px solid #f3f4f6;align-items:flex-start}.car-compatibility-image{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;background:#fff;border:1px solid #E8E8E8;border-radius:55px}.car-compatibility-info{flex:1}.car-compatibility-name{font-size:18px;font-weight:600;color:#333;margin:0 0 6px}.car-compatibility-detail{font-size:14px;color:#000;line-height:1.8;margin:0}.order-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-bottom:1px solid #f3f4f6}.order-action-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:4px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.order-action-btn-outline{background-color:#2f2f2f;color:#fff}.order-action-btn-outline:hover{background-color:#7a7b7b;border-color:#9ca3af}.order-action-btn-dark{background-color:#374151;color:#fff;border:1px solid #374151}.order-action-btn-dark:hover{background-color:#1f2937}.shipping-section{padding:16px 20px 24px}.shipping-section-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.shipping-detail{font-size:13px;color:#333;line-height:2;margin:0}.shipping-detail-label{color:#6b7280}.order-divider{border:none;border-top:2px solid #e5e7eb;margin:0}.empty-history{text-align:center;color:#6b7280;font-size:16px;padding:60px 0}.history-pagination{margin-top:32px}@media (max-width: 640px){.order-product{flex-direction:column;gap:16px}.car-compatibility{flex-direction:column}}@media (max-width: 768px){.order-date-header{padding:10px 12px;font-size:14px}.order-info-table td{padding:8px 12px;font-size:12px}.order-info-table td:first-child{width:auto;min-width:80px}.order-info-table td:last-child{text-align:left}.order-product{padding:16px 12px;align-items:center;text-align:center}.order-product-image{width:120px;height:90px}.order-product-info{text-align:left}.order-section-label{padding:12px;font-size:13px}.car-compatibility{padding:12px}.order-actions{flex-direction:column;align-items:stretch;padding:12px}.order-action-btn{justify-content:center;width:100%;box-sizing:border-box}.shipping-section{padding:12px}.shipping-detail{font-size:12px}}.page-hero{width:100%;margin-bottom:0;position:relative;overflow:hidden;margin-top:70px}.page-hero__img,.page-hero__video{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.page-hero__overlay{position:absolute;bottom:0;left:0;right:0;padding:0}.page-hero__title{width:100%;margin:0;font-size:clamp(32px,10vw,135px);font-weight:500;color:#fff;letter-spacing:0;text-transform:uppercase;font-family:Roboto,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.25);line-height:.7;padding:0;box-sizing:border-box;text-align:justify;-moz-text-align-last:justify;text-align-last:justify;white-space:nowrap}@media (max-width: 768px){.page-hero__title{padding:0}}.product-detail-hero__title{font-size:36px;font-weight:500;margin-bottom:8px;color:#333;font-family:Roboto,sans-serif;letter-spacing:1px}@media (max-width: 768px){.product-detail-hero__title{font-size:24px}}.seat-hero__price-table,.mat-price-table,.accessory-hero__price-table{margin-bottom:24px}.seat-hero__price-row,.mat-price-row,.accessory-hero__price-row{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;padding:12px 16px;background:#f9f9f9;margin-bottom:2px;border:1px solid #e0e0e0;border-radius:4px}.seat-hero__price-label,.mat-price-label,.accessory-hero__price-label{font-size:14px;color:#333}.seat-hero__price-value,.mat-price-value,.accessory-hero__price-value{font-size:14px;font-weight:700;color:#333}.seat-hero__price-tax{font-size:12px;color:#666;margin-left:4px}.seat-hero__price-section{margin-bottom:16px}.seat-hero__price-section-title{font-size:15px;font-weight:700;color:#333;margin:0 0 8px;padding:6px 12px;background:#fff;border-left:3px solid var(--color-accent, #e56f73)}.seat-hero__price-row--sub{background:#fff;padding-left:32px}.seat-hero__price-row--sub .seat-hero__price-label{color:#666;font-size:13px}.seat-hero__price-row--centered{justify-content:center;text-align:center}.seat-hero__price-note{font-size:12px;color:#666;line-height:1.6;margin:8px 0 0}.company-top-head{max-width:1200px;margin:0 auto;padding:0 20px}.company-top-head-inner{display:flex;align-items:flex-end;justify-content:space-between}.company-top-head-title-en{font-family:Roboto,sans-serif;font-size:36px;font-weight:500;color:#000;letter-spacing:2px;line-height:1.2;margin:0}.company-top-head-title-ja{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#000;margin-top:4px}@media (max-width: 768px){.company-top-head-title-en{font-size:28px}}.news-category-page{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.news-category-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:24px}.news-category-header-left{display:flex;align-items:flex-end;gap:24px}.news-category-heading-group{display:flex;flex-direction:column;gap:4px}.news-category-heading-en{font-size:36px;font-weight:500;color:#000;line-height:1.2;letter-spacing:-.01em;margin-bottom:0;text-transform:uppercase}.news-category-heading-ja{font-size:16px;font-weight:500;color:#000;line-height:1.4;margin:10px 0}.news-category-header-btn{display:inline-flex;align-items:center;gap:8px;background:#8bb1bc;color:#fff;padding:8px 20px;border-radius:8px;font-size:16px;font-weight:300;text-decoration:none;transition:opacity .2s ease;white-space:nowrap}.news-category-header-btn:hover{opacity:.85;color:#fff}.news-category-header-btn svg{width:15px;height:11px;flex-shrink:0}.news-category-pagination-wrap{display:flex;justify-content:center;width:100%}.news-category-pagination-wrap .news-category-pagination{width:auto;max-width:100%}.news-category-pagination{display:flex;align-items:center;justify-content:center;gap:24px;font-size:14px;color:#7a7a7a;white-space:nowrap}.news-category-pagination a{display:inline-flex;align-items:center;gap:4px;color:#7a7a7a;text-decoration:none;border-radius:4px;transition:color .2s ease}.news-category-pagination a:hover{color:#333}.news-category-pagination .pagination-arrow{width:11px;height:11px;flex-shrink:0}.news-category-pagination .pagination-arrow--prev{transform:rotate(180deg)}.news-category-pagination .pagination-disabled{display:inline-flex;align-items:center;gap:4px;color:#ccc}.news-category-separator{display:none}.news-category-list{display:flex;flex-direction:column;align-items:flex-end;gap:24px}.news-category-card{background:#f4f7fa;border-radius:20px;padding:40px 48px;width:800px;max-width:100%;box-sizing:border-box}.news-category-card-meta{display:flex;flex-direction:column;gap:12px}.news-category-card-meta-top{display:flex;align-items:center;gap:16px}.news-category-card-date{font-size:12px;font-weight:400;color:#7a7a7a}.news-category-card-new-badge{display:inline-flex;align-items:center;justify-content:center;background:#008cff;color:#fff;font-size:12px;font-weight:400;padding:2px 10px;border-radius:4px;line-height:1}.news-category-card-title-row{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}.news-category-card-category{font-size:14px;font-weight:500;color:#000;white-space:nowrap}.news-category-card-vehicle{font-size:16px;font-weight:500;color:#000;margin-bottom:10px}.news-category-card-vehicle a{color:inherit;text-decoration:none}.news-category-card-vehicle a:hover{text-decoration:underline}.news-category-card-details{display:flex;flex-direction:column;gap:0}.news-category-card-detail-row{display:flex;gap:24px;align-items:flex-start;padding:4px 0}.news-category-card-detail-label{font-size:12px;font-weight:400;color:#7a7a7a;min-width:84px;line-height:2;display:none}.news-category-card-detail-value{font-size:13px;font-weight:400;color:#7a7a7a;line-height:1.6;word-break:break-word;padding-bottom:5px;margin-bottom:10px}.news-category-card-images{display:flex;gap:20px}.news-category-card-images img{width:100%;max-width:360px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px;background:#fff;margin-bottom:10px}.news-category-card-more{display:flex;justify-content:flex-end;align-items:center}.news-category-card-more a{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:300;color:#000;text-decoration:none;letter-spacing:5.28px;transition:opacity .2s ease}.news-category-card-more a:hover{opacity:.6}.news-category-card-more svg{width:16px;height:12px;flex-shrink:0}.news-category-empty{text-align:center;padding:80px 24px;background:#f4f7fa;border-radius:20px;max-width:896px}.news-category-empty-title{font-size:20px;font-weight:500;color:#333;margin-bottom:12px}.news-category-empty-text{font-size:14px;color:#7a7a7a;margin-bottom:24px}.news-category-empty-btn{display:inline-flex;align-items:center;gap:8px;background:#8bb1bc;color:#fff;padding:10px 24px;border-radius:8px;font-size:14px;text-decoration:none;transition:opacity .2s ease}.news-category-empty-btn:hover{opacity:.85;color:#fff}@media (max-width: 1024px){.news-category-card{max-width:100%;padding:32px}.news-category-card-images{flex-wrap:wrap}.news-category-card-images img{width:100%;max-width:320px;height:auto;aspect-ratio:auto}}@media (max-width: 768px){.news-category-page{padding:0 16px 60px}.news-category-header{flex-direction:column;align-items:flex-start;gap:16px}.news-category-header-left{flex-direction:column;align-items:flex-start;gap:12px}.news-category-heading-en{font-size:24px}.news-category-card{padding:24px 20px;border-radius:16px;display:flex;flex-direction:column}.news-category-card-meta{order:1}.news-category-card-images{order:2}.news-category-card-details{order:3}.news-category-card-more{order:4}.news-category-card-title-row,.news-category-card-detail-row{flex-direction:column;gap:4px}.news-category-card-detail-label{min-width:auto;padding-top:0;margin:10px 0}.news-category-card-images{flex-direction:column}.news-category-card-images img{width:100%;max-width:100%;height:auto;aspect-ratio:auto}.news-category-pagination{gap:12px;font-size:13px;flex-wrap:wrap;justify-content:center;margin-top:10px}.news-category-list{gap:16px}.news-category-card-meta{gap:8px}.news-category-card-vehicle{font-size:14px}.news-category-card-more a{letter-spacing:2px}}.news-detail-container{max-width:1000px;margin:0 auto;padding:40px 20px}.news-detail-breadcrumb{display:flex;align-items:center;font-size:11px;color:#666;margin-bottom:24px;flex-wrap:wrap;gap:4px}.news-detail-breadcrumb a{color:#666;text-decoration:none;transition:color .2s ease}.news-detail-breadcrumb a:hover{color:#c4a265}.news-detail-breadcrumb .separator{margin:0 8px;color:#ccc}.news-detail-breadcrumb .current{color:#333}.news-detail-header{margin-bottom:32px}.news-detail-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.news-detail-category{display:inline-block;background:#c4a265;color:#fff;font-size:12px;font-weight:500;padding:4px 12px;border-radius:4px}.news-detail-date{font-size:13px;color:#888}.news-detail-featured{display:inline-flex;align-items:center;gap:4px;background:#fff3cd;color:#856404;font-size:11px;font-weight:500;padding:4px 10px;border-radius:4px}.news-detail-title{font-size:22px;font-weight:600;color:#333;line-height:1.4;margin:0 0 16px}.news-detail-excerpt{font-size:16px;color:#666;line-height:1.8;display:none}.news-detail-image{margin-bottom:32px;border-radius:8px;overflow:hidden}.news-detail-image img{max-width:400px;height:auto;display:block}.news-detail-content{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:32px;margin-bottom:32px}.news-detail-content .content-body{font-size:14px;line-height:1.9;color:#333}.news-detail-share{background:#f9f9f9;border-radius:8px;padding:24px;margin-bottom:32px}.news-detail-share-title{font-size:14px;font-weight:600;color:#333;margin-bottom:16px}.news-detail-share-buttons{display:flex;gap:12px;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s ease}.share-btn:hover{opacity:.85}.share-btn-twitter{background:#1da1f2;color:#fff}.share-btn-facebook{background:#1877f2;color:#fff}.share-btn-line{background:#00b900;color:#fff}.share-btn-copy{background:#666;color:#fff}.share-btn-copy.copied{background:#28a745}.news-detail-info{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px 24px;margin-bottom:40px}.news-detail-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-detail-info-item{font-size:13px}.news-detail-info-label{color:#888;margin-right:8px}.news-detail-info-value{color:#333}.news-detail-info-value a{color:#c4a265;text-decoration:none}.news-detail-info-value a:hover{text-decoration:underline}.news-section-title{background:#4a4a4a;color:#fff;padding:14px 20px;font-size:16px;font-weight:500;margin:0;border-radius:8px 8px 0 0}.news-section-content{background:#fff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;padding:24px;margin-bottom:32px}.related-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.related-news-item{display:flex;gap:16px;padding:16px;background:#f9f9f9;border-radius:8px;transition:background-color .2s ease}.related-news-item:hover{background:#f0f0f0}.related-news-image{width:100px;height:70px;flex-shrink:0;background:#e5e5e5;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.related-news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.related-news-image-placeholder{font-size:24px;color:#999}.related-news-info{flex:1;min-width:0}.related-news-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.related-news-category{font-size:10px;background:#e8e8e8;color:#666;padding:2px 8px;border-radius:3px}.related-news-date{font-size:11px;color:#999}.related-news-title{font-size:13px;font-weight:500;color:#333;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-news-link{font-size:12px;color:#c4a265;text-decoration:none}.related-news-link:hover{text-decoration:underline}.latest-news-list{display:flex;flex-direction:column;gap:16px}.latest-news-item{display:flex;gap:16px;padding:16px;background:#f9f9f9;border-radius:8px;transition:background-color .2s ease}.latest-news-item:hover{background:#f0f0f0}.latest-news-image{width:80px;height:60px;flex-shrink:0;background:#e5e5e5;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.latest-news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.latest-news-image-placeholder{font-size:20px;color:#999}.latest-news-info{flex:1;min-width:0}.latest-news-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.latest-news-category{font-size:10px;background:#e8e8e8;color:#666;padding:2px 8px;border-radius:3px}.latest-news-date{font-size:11px;color:#999}.latest-news-title{font-size:13px;font-weight:500;color:#333;line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-news-link{font-size:12px;color:#c4a265;text-decoration:none}.latest-news-link:hover{text-decoration:underline}.news-detail-nav{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #e5e5e5;margin-top:16px}.news-detail-nav-back{display:inline-flex;align-items:center;gap:8px;color:#333;text-decoration:none;font-size:14px;padding:10px 20px;background:#f5f5f5;border-radius:6px;transition:background-color .2s ease}.news-detail-nav-back:hover{background:#e5e5e5}.news-detail-nav-links{display:flex;gap:16px}.news-detail-nav-link{display:inline-flex;align-items:center;gap:6px;color:#666;text-decoration:none;font-size:13px;transition:color .2s ease}.news-detail-nav-link:hover{color:#c4a265}@media (max-width: 768px){.news-detail-container{padding:20px 16px}.news-detail-title{font-size:22px}.news-detail-excerpt{font-size:14px}.news-detail-image img{max-width:100%;width:100%}.news-detail-content{padding:20px}.news-detail-share{padding:16px}.news-detail-share-buttons{flex-direction:column}.share-btn{justify-content:center}.news-detail-info{padding:16px}.news-detail-info-grid{grid-template-columns:1fr;gap:12px}.news-section-content{padding:16px}.related-news-grid{grid-template-columns:1fr}.news-detail-nav{flex-direction:column;gap:16px;align-items:stretch}.news-detail-nav-back,.news-detail-nav-links{justify-content:center}}.search-page{display:flex;min-height:100vh;background:#fff;max-width:1200px;margin:0 auto;gap:80px}.search-sidebar{width:320px;min-width:320px;background:#fff;padding:24px 0;overflow-y:auto;max-height:100vh;position:sticky;top:70px;margin-left:10px}.search-sidebar__section{margin-bottom:24px}.search-sidebar__title{font-size:26px;font-weight:700;margin-bottom:12px;color:#333}.search-sidebar__categories{display:flex;gap:8px;flex-wrap:wrap}.search-sidebar__category{display:flex;flex-direction:column;align-items:center;padding:8px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s;text-decoration:none;color:#333;flex:1;min-width:70px}.search-sidebar__category:hover{border-color:#4a9ec5}.search-sidebar__category.active{border-color:#4a9ec5;background:#f0f9ff}.search-sidebar__category-icon{width:48px;height:48px;margin-bottom:6px;-o-object-fit:contain;object-fit:contain;border-radius:4px;background:#f5f5f5}.search-sidebar__category-name{font-size:11px;text-align:center;color:#666}.search-sidebar__car-section{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:12px;margin-bottom:12px}.search-sidebar__car-header{font-size:12px;color:#999;margin-bottom:8px}.search-sidebar__car-card{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#f8f8f8;border-radius:6px;position:relative}.search-sidebar__car-card-close{position:absolute;top:8px;right:8px;width:20px;height:20px;border:none;background:#ccc;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.search-sidebar__car-image{width:50px;height:35px;-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:4px}.search-sidebar__car-details{flex:1}.search-sidebar__car-name{font-size:13px;font-weight:700;color:#333;margin-bottom:4px}.search-sidebar__car-spec{font-size:10px;color:#666;line-height:1.4}.search-sidebar__car-actions{display:flex;gap:8px;margin-top:8px;font-size:11px}.search-sidebar__car-actions a{color:#e67e22;text-decoration:none}.search-sidebar__car-actions a:hover{text-decoration:underline}.search-sidebar__add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;background:#4a9ec5;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;text-decoration:none;margin-top:12px}.search-sidebar__add-btn:hover{background:#3a8eb5}.search-sidebar__add-btn svg{width:16px;height:16px}.search-sidebar__series-card{display:flex;align-items:center;gap:10px;padding:10px;background:#f8f8f8;border-radius:6px;margin-bottom:8px;position:relative}.search-sidebar__series-card-close{position:absolute;top:8px;right:8px;width:20px;height:20px;border:none;background:#ccc;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.search-sidebar__series-image{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:4px;background:#fff}.search-sidebar__series-info{flex:1}.search-sidebar__series-name{font-size:11px;color:#999;margin-bottom:2px}.search-sidebar__series-product{font-size:12px;font-weight:700;color:#333}.search-sidebar__series-actions{display:flex;gap:8px;margin-top:4px;font-size:10px}.search-sidebar__series-actions a{color:#e67e22;text-decoration:none}.search-sidebar__input-group{margin-bottom:16px}.search-sidebar__label{display:block;font-size:13px;margin-bottom:6px;color:#333;font-weight:700}.search-sidebar__input{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;background:#fff;color:#333}.search-sidebar__input::-moz-placeholder{color:#999}.search-sidebar__input::placeholder{color:#999}.search-sidebar__buttons{display:flex;gap:8px;margin-top:24px}.search-sidebar__btn{flex:1;padding:12px;border:none;border-radius:6px;font-size:14px;cursor:pointer;text-align:center;text-decoration:none}.search-sidebar__btn--primary{background:#e67e22;color:#fff}.search-sidebar__btn--primary:hover{background:#d35400}.search-sidebar__btn--secondary{background:#fff;color:#333;border:1px solid #e5e5e5}.search-sidebar__btn--secondary:hover{background:#f5f5f5}.search-sidebar__select{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;background:#fff;color:#333;cursor:pointer}.search-content{flex:1;padding:24px 0;background:#fff;min-width:0}.search-content__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.search-results__title{font-size:20px;font-weight:700;color:#333}.search-results__count{font-size:14px;color:#666;margin-left:16px}.search-results__list{display:flex;flex-direction:column;gap:16px}.product-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.product-card__image{width:180px;min-width:180px;height:auto;min-height:200px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:16px}.product-card__image img{max-width:100%;max-height:180px;-o-object-fit:contain;object-fit:contain}.product-card__content{flex:1;padding:20px;display:flex;flex-direction:column}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.product-card__name,.product-card__price{font-size:16px;font-weight:700;color:#333}.product-card__colors{display:flex;gap:6px;margin-bottom:12px}.product-card__color{width:32px;height:24px;border-radius:4px;border:1px solid #ddd}.product-card__description{font-size:13px;color:#666;line-height:1.6;margin-bottom:16px}.product-card__compatibility{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;margin-bottom:12px;font-size:13px}.product-card__compatibility--match{background:#e8f5e9;color:#2e7d32}.product-card__compatibility--no-match{background:#ffebee;color:#c62828}.product-card__compatibility-icon{width:18px;height:18px}.product-card__car-info{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f8f8;border-radius:8px;margin-bottom:16px}.product-card__car-image{width:60px;height:40px;-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:4px;padding:4px}.product-card__car-details{flex:1}.product-card__car-label{font-size:11px;color:#999;margin-bottom:2px}.product-card__car-name{font-size:14px;font-weight:700;color:#333}.product-card__car-spec{font-size:11px;color:#666;line-height:1.4}.product-card__car-link{color:#4a9ec5;font-size:18px;text-decoration:none}.product-card__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:auto}.product-card__favorite-btn{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;color:#333;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;cursor:pointer;text-decoration:none}.product-card__favorite-btn:hover{background:#f5f5f5}.product-card__btn{padding:10px 24px;background:#333;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;text-decoration:none}.product-card__btn:hover{background:#555}.search-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px}.search-pagination__btn{padding:8px 16px;border:1px solid #e5e5e5;border-radius:4px;background:#fff;color:#333;text-decoration:none;font-size:13px}.search-pagination__btn:hover{background:#f5f5f5}.search-pagination__btn--disabled{color:#ccc;pointer-events:none}.search-pagination__numbers{display:flex;gap:4px}.search-pagination__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e5e5;border-radius:4px;background:#fff;color:#333;text-decoration:none;font-size:13px}.search-pagination__number:hover{background:#f5f5f5}.search-pagination__number.active{background:#333;color:#fff;border-color:#333}.search-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.search-empty__title{font-size:18px;font-weight:700;color:#333;margin-bottom:12px}.search-empty__text{font-size:14px;color:#666;margin-bottom:24px}.series-section{margin-bottom:64px;scroll-margin-top:100px}.series-section__header{margin-bottom:10px}.series-section__title{font-size:36px;font-weight:500;color:#000;margin-bottom:4px;font-family:Roboto,sans-serif;letter-spacing:.02em;border-top:1px solid #E8E8E8;padding-top:10px}.series-section__subtitle{font-size:16px;color:#000;font-family:Roboto,sans-serif;margin:0}.series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,280px));gap:24px}.series-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:none;transition:opacity .2s;text-decoration:none;color:inherit;display:block}.series-card:hover{opacity:.8}.series-card__image{width:100%;aspect-ratio:2 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden}.series-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.series-card__content{padding:8px 0}.series-card__name{font-size:16px;font-weight:500;color:#000;margin:5px 0 0;line-height:1.4;font-family:Roboto,sans-serif}.series-card__name-ja{font-size:16px;font-weight:500;color:#000;margin-bottom:7px;line-height:1.4;font-family:Roboto,sans-serif}.series-card__price{font-size:14px;font-weight:400;color:#7a7a7a;font-family:Roboto,sans-serif}.series-card__price-tax{font-size:12px;color:#7a7a7a;font-weight:400}.series-card__colors{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.series-card__color-swatch{width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;border-radius:50%;border:1px solid #e0e0e0;flex-shrink:0;overflow:hidden;display:inline-block;position:relative}.series-card__color-swatch img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.series-card__color-swatch--no-image{background-color:#ccc}.series-card__icons{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.series-card__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.series-card__icon img{max-width:100%;max-height:100%}.search-sidebar__series-list{display:flex;flex-direction:column;gap:8px}.search-sidebar__series-link{display:flex;align-items:center;gap:12px;padding:8px;background:transparent;border:none;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s}.search-sidebar__series-link:hover{background:#b0c3d54d}.search-sidebar__series-link--active{background:#b0c3d580}.search-sidebar__series-link-image{width:52px;height:52px;-o-object-fit:contain;object-fit:contain;border-radius:6px;background:#f5f5f5;flex-shrink:0}.search-sidebar__series-link-info{flex:1;min-width:0}.search-sidebar__series-link-name{font-size:12px;font-weight:700;color:#333;line-height:1.3;margin-bottom:2px}.search-sidebar__series-link-name-ja{font-size:10px;color:#3b3b3b;line-height:1.3}@media (max-width: 1024px){.search-page{flex-direction:column;gap:0;padding:0 16px}.search-sidebar{width:100%;min-width:100%;max-height:none;position:relative;top:0;border-bottom:1px solid #e5e5e5}.search-sidebar__categories{justify-content:center}.product-card{flex-direction:column}.product-card__image{width:100%;height:200px}.series-grid{gap:20px}.search-sidebar__series-list{flex-direction:row!important;flex-wrap:wrap}.search-sidebar__series-link{flex:1;min-width:140px;max-width:calc(50% - 4px)}}@media (max-width: 768px){.search-page{padding:0}.search-sidebar{padding:10px;margin:0;box-sizing:border-box}.search-sidebar__title{font-size:18px}.search-content{padding:16px}.search-content__header{flex-direction:column;gap:12px;align-items:flex-start}.product-card__car-info{flex-direction:column;text-align:center}.product-card__actions{flex-direction:column}.product-card__favorite-btn,.product-card__btn{width:100%;justify-content:center}.series-grid{grid-template-columns:repeat(2,1fr);gap:12px}.series-card{padding:10px}.series-card__content{padding:8px 0}.series-card__name{font-size:14px}.series-card__name-ja,.series-card__price{font-size:13px}.series-section__title:first-child{border:none;padding-top:0;margin-top:0}.series-section__title{font-size:18px;margin:0}.series-section__subtitle{font-size:14px}.series-section{margin-bottom:20px;scroll-margin-top:90px}.search-sidebar__series-link{min-width:120px}}.news-index-wrap{max-width:1200px;margin:0 auto;padding:24px 20px 48px}.news-index-tabs{display:flex;flex-wrap:wrap;gap:10px 12px;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid #ededed}.news-index-tab{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;color:#333;text-decoration:none;background:#f4f4f4;transition:background .2s ease,color .2s ease}.news-index-tab:hover{background:#e8e8e8;color:#111}.news-index-tab--active{background:#8bb1bc;color:#fff}.news-index-tab--active:hover{background:#7a9ea8;color:#fff}@media (max-width: 768px){.news-index-wrap{padding:16px 16px 40px}.news-index-tabs{justify-content:center;gap:8px}.news-index-tab{font-size:12px;padding:7px 12px}}.news-page-container{max-width:1200px;margin:0 auto;padding:0 20px}.news-page-header{display:flex;align-items:flex-start;justify-content:space-between;padding:10px 0 0;gap:24px}.news-page-heading{display:flex;align-items:flex-start;gap:8px;padding:12px 0}.news-page-heading-text{display:flex;flex-direction:column;gap:8px}.news-page-separator{border:none;border-top:1px solid #ededed;margin:0}.news-pagination-nav{display:flex;align-items:center;gap:24px;flex-shrink:0;padding-top:12px}.news-pagination-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:#7a7a7a;text-decoration:none;transition:color .2s ease}.news-pagination-link:hover{color:#333}.news-pagination-link.disabled{pointer-events:none;opacity:.5}.news-pagination-arrow{display:inline-block;width:8px;height:8px;border-right:1.5px solid #7a7a7a;border-bottom:1.5px solid #7a7a7a;transform:rotate(135deg)}.news-pagination-arrow-next{transform:rotate(-45deg)}.news-pagination-info{font-size:14px;color:#7a7a7a}.news-page-container .news-list{display:flex;flex-direction:column;align-items:flex-end;gap:56px;padding-top:48px}.news-page-container .news-item{display:flex;flex-direction:column;width:800px;max-width:100%;border-bottom:1px solid #ededed;gap:0;background:#f4f7fa;border-radius:20px;padding:40px}.news-page-container .news-item:last-child{border-bottom:none}.news-item-header{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.news-item-meta{display:flex;align-items:center;gap:16px}.news-item-title{font-size:14px;font-weight:500;color:#000;margin:0;line-height:1.4}.news-item-title a{color:inherit;text-decoration:none}.news-item-title a:hover{text-decoration:underline}.news-item-body{font-size:14px;color:#7a7a7a;line-height:1.8;margin:0 0 24px;word-wrap:break-word;overflow-wrap:anywhere;overflow:hidden}.news-item-images{display:flex;gap:20px;flex-wrap:wrap}.news-item-images img{max-width:253px;height:auto;-o-object-fit:cover;object-fit:cover}.news-bottom-pagination{padding:10px 0}.news-bottom-pagination .news-pagination-nav{justify-content:center}.news-empty-state{text-align:center;padding:80px 20px;color:#7a7a7a;font-size:14px}@media (max-width: 768px){.news-page-header{flex-direction:column;gap:16px;padding:0}.news-pagination-nav{padding-top:0}.news-page-container .news-list{gap:32px;padding-top:15px;border:none}.news-page-container .news-item{padding:20px}.news-item-images{flex-direction:column}.news-item-images img{max-width:100%}}[data-section=seatcover-color]{background:#f0fff4;border:1px solid #68d391;border-radius:8px;padding:12px 16px;margin-bottom:16px}.seatcover-color__title{font-weight:700;color:#276749;font-size:14px;margin:0 0 4px}.seatcover-color__text{color:#276749;font-size:13px;line-height:1.8;margin:0 0 12px}.seatcover-color__btn{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;background:#276749;color:#fff;font-size:13px;font-weight:500;padding:8px 20px;border-radius:4px;text-decoration:none;transition:opacity .2s ease}.seatcover-color__btn:hover{opacity:.85;color:#fff;text-decoration:none}.seatcover-color__notice{color:#555;font-size:12px;line-height:1.6;margin:8px 0 16px}.btn-full-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:#008cff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s;box-sizing:border-box}.btn-full-primary:hover{background:#07d;color:#fff;text-decoration:none}@media (max-width: 768px){.btn-full-primary{font-size:14px;padding:13px 16px}}.btn-group-2col{display:flex;gap:16px}.btn-group-2col>*{flex:1;width:auto}@media (max-width: 768px){.btn-group-2col{flex-direction:column}.btn-group-2col>*{width:100%}}.product-hero{display:flex;background:#fff;align-items:flex-start}.product-hero__image{width:45%;position:sticky;top:70px;height:calc(100vh - 70px);background:#f5f5f5;overflow:hidden}.product-hero__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-hero__slider{position:relative;height:100%}.product-hero__slider .slick-list,.product-hero__slider .slick-track{height:100%}.product-hero__slider .slide-item{height:calc(100vh - 70px)}.product-hero__slider .slide-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-hero__slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#fffc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:#333}.product-hero__slider .slick-prev{left:20px}.product-hero__slider .slick-next{right:20px}.product-hero__content{width:55%;padding:60px 40px;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 1024px){.product-hero{flex-direction:column;margin-top:0}.product-hero__image{width:100%;height:50vh;position:relative;top:auto;margin-top:70px;flex-shrink:0}.product-hero__slider .slide-item{height:50vh}.product-hero__content{width:100%;padding:40px 20px}}@media (max-width: 768px){.product-hero{display:block}.product-hero__image{display:block;width:100%;height:55vw;min-height:200px;max-height:260px;margin-top:70px;position:relative}.product-hero__slider{height:100%;overflow:hidden}.product-hero__slider .slide-item{height:100%}.product-hero__slider .slick-prev,.product-hero__slider .slick-next{display:flex!important;width:36px;height:36px;font-size:18px;z-index:20}.product-hero__slider .slick-prev{left:8px}.product-hero__slider .slick-next{right:8px}.product-hero__content{padding:20px 16px}}.section-block{padding:40px 0;width:100%;box-sizing:border-box}.section-block__title{font-size:24px;font-weight:700;margin-bottom:32px;color:#333}.section-block__content{display:flex;gap:40px;align-items:flex-start}.section-block__image{flex:1;border:1px solid #eee;border-radius:8px;overflow:hidden}.section-block__image img{width:100%;height:auto;display:block}.section-block__text{flex:1;font-size:14px;color:#333;line-height:1.8}@media (max-width: 1024px){.section-block__content{flex-direction:column}}@media (max-width: 768px){.section-block{padding:20px 16px}.section-block__title{font-size:18px;margin-bottom:16px}.section-block__content{gap:16px}.section-block img{max-width:100%;height:auto}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-grid--2col{grid-template-columns:repeat(2,1fr)}.feature-grid__item{background:#fff;border-radius:8px;overflow:hidden}.feature-grid__image{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px;display:block}.feature-grid__text{padding:8px 0 12px;font-size:14px;color:#333;text-align:center;margin:0}@media (max-width: 1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.feature-grid,.feature-grid--2col{grid-template-columns:1fr;gap:12px}.feature-grid__text{font-size:13px}}.product-clazzio-features{width:100%;border:1px solid #E9E9E9;border-radius:11px;padding:20px 16px;margin-bottom:20px;box-sizing:border-box}.product-clazzio-features__title{font-size:24px;font-weight:700;margin-bottom:16px;margin-top:0;color:#333}.product-clazzio-features__subtitle{font-size:18px;margin-bottom:16px;color:#333}.product-clazzio-features__text{font-size:14px;line-height:1.8;color:#666;margin-bottom:24px}@media (max-width: 768px){.product-clazzio-features{padding:20px 16px}.product-clazzio-features__title{font-size:18px;margin-bottom:12px}.product-clazzio-features__subtitle{font-size:15px;margin-bottom:8px}.product-clazzio-features__text{font-size:13px;margin-bottom:16px}}.product-certification{width:100%;box-sizing:border-box}.product-certification__inner{border:1px solid #bcbcbc;border-radius:9px;padding:10px 20px 20px}.product-certification__title{font-size:24px;font-weight:700;margin-bottom:32px;color:#333}.product-certification__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}.product-certification__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 16px;background:#f9f9f9;border-radius:8px;font-size:14px;color:#777;text-align:center}.product-certification__label{display:flex;align-items:center;gap:8px}.product-certification__item svg{color:#008cff;flex-shrink:0}.product-certification__image{margin:0}.product-certification__image img{display:block;max-height:96px;width:auto}@media (max-width: 768px){.product-certification{padding:20px 16px;box-sizing:border-box}.product-certification__title{font-size:18px;margin-bottom:16px}.product-certification__grid{grid-template-columns:1fr;gap:8px}.product-certification__item{padding:16px 12px;font-size:13px}}.product-factory{width:100%;border:1px solid #E9E9E9;border-radius:11px;padding:20px 16px;margin-bottom:20px;box-sizing:border-box}.product-factory__title{font-size:24px;font-weight:700;margin-bottom:16px;margin-top:0;color:#333}.product-factory__layout{display:flex;flex-direction:column;gap:24px}.product-factory__heading{font-size:18px;font-weight:700;color:#333;margin-bottom:12px}.product-factory__desc{font-size:14px;line-height:1.8;color:#666;margin:0}.product-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;background:#000}.product-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}@media (max-width: 768px){.product-factory{padding:20px 16px;box-sizing:border-box}.product-factory__title{font-size:18px;margin-bottom:12px}.product-factory__heading{font-size:16px}}.product-tests{padding:20px 0;width:100%}.product-tests__inner{border:1px solid #bcbcbc;border-radius:9px;padding:10px 20px 20px}.product-tests__title{font-size:24px;font-weight:700;margin-bottom:32px;color:#333}.product-tests__grid{display:flex;gap:6px;flex-wrap:wrap}.product-tests__item{display:flex;align-items:center;gap:8px 4px;padding:12px 16px;background:#f9f9f9;border-radius:4px;font-size:14px;color:#777}.product-tests__item svg{color:#008cff}@media (max-width: 768px){.product-tests{padding:20px 16px;box-sizing:border-box}.product-tests__title{font-size:18px;margin-bottom:14px}.product-tests__grid{gap:8px}.product-tests__item{font-size:13px;padding:10px 12px}}.product-airbag-videos{padding:40px 20px;width:100%;background:#f8f6f6;border-radius:11px;box-sizing:border-box}.product-airbag-videos__header{text-align:center;margin-bottom:40px}.product-airbag-videos__main-title{font-size:24px;font-weight:700;color:#333;margin-bottom:8px}.product-airbag-videos__subtitle{font-size:14px;color:#666}.product-airbag-videos__content{display:flex;flex-direction:column;gap:40px}.product-airbag-videos__left,.product-airbag-videos__right{flex:1}.product-airbag-videos__title{font-size:16px;font-weight:700;color:#333;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eee}.product-airbag-videos__grid{display:grid;grid-template-columns:1fr;gap:16px}.product-airbag-videos__item-wrapper{display:flex;flex-direction:column}.product-airbag-videos__item-title{display:block;margin-top:8px;font-size:13px;color:#000;line-height:1.4}@media (max-width: 768px){.product-airbag-videos{padding:20px 16px;box-sizing:border-box}.product-airbag-videos__header{margin-bottom:20px}.product-airbag-videos__main-title{font-size:18px;margin-bottom:14px}.product-airbag-videos__subtitle{font-size:13px}.product-airbag-videos__content{gap:20px}.product-airbag-videos__title{font-size:14px;margin-bottom:10px}.product-airbag-videos__grid{gap:10px}.product-airbag-videos__item-title{font-size:11px}}.product-hero__features-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#333}.product-hero__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;border-bottom:1px solid #dfdddd;padding-bottom:20px}.product-hero__badge{display:inline-block;border:1px solid #ccc;border-radius:4px;padding:7px 16px;font-size:14px;color:#000;background:#f4f4f4;white-space:nowrap}@media (max-width: 768px){.product-hero__badges{gap:6px;margin-bottom:16px}.product-hero__badge{font-size:12px;padding:4px 10px}}.product-dedicated-features{padding:40px 0;width:100%}.product-dedicated-features__title{font-size:24px;font-weight:700;margin-bottom:32px;color:#333}.product-dedicated-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-dedicated-features__item{background:#fff;border-radius:8px;overflow:hidden}.product-dedicated-features__item-image{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px}.product-dedicated-features__item-text{padding:8px 0 14px;font-size:14px;color:#333;text-align:center;margin:0}@media (max-width: 768px){.product-dedicated-features{padding:20px 16px;box-sizing:border-box}.product-dedicated-features__grid{grid-template-columns:1fr;gap:12px}.product-dedicated-features__item-text{font-size:12px;padding:10px}}.product-airbag{padding:40px 0;width:100%}.product-airbag__title{font-size:24px;font-weight:700;margin-bottom:16px;color:#333}.product-airbag__subtitle{font-size:18px;font-weight:700;margin-bottom:12px;color:#333}.product-airbag__text{font-size:14px;line-height:1.8;color:#666;margin-bottom:24px}.product-airbag__text--warning{color:#c00;font-weight:700}@media (max-width: 768px){.product-airbag{padding:20px 16px;box-sizing:border-box}.product-airbag__title{font-size:18px}.product-airbag__subtitle{font-size:15px}.product-airbag__text{font-size:13px;margin-bottom:16px}}.product-hero__description{margin-bottom:32px;font-size:14px;line-height:1.8;color:#333;border-bottom:1px solid #dfdddd;padding-bottom:10px}.product-hero__description-heading{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}@media (max-width: 768px){.product-hero__description{margin-bottom:16px;font-size:13px}.product-hero__description-heading{font-size:14px}}.product-section{padding:20px 0;width:100%}.product-section__title{font-size:24px;font-weight:700;margin-bottom:24px;color:#333}.product-section__content{display:flex;gap:40px;flex-direction:column}.product-section__image{flex:1;border:1px solid #eee;border-radius:8px;overflow:hidden}.product-section__image img{width:100%;height:auto}.product-section__text{flex:1;font-size:14px;line-height:1.8;color:#666}@media (max-width: 1024px){.product-section__content{flex-direction:column}}@media (max-width: 768px){.product-section{padding:20px 16px;box-sizing:border-box}.product-section img{max-width:100%;height:auto}.product-section__title{font-size:18px;margin-bottom:14px}.product-section__content{gap:16px}.product-section__text{font-size:13px}}.product-hero__simulation-result{display:none;position:relative;width:100%;height:100%;background:#f5f5f5}.product-hero__simulation-result .sim-frame{position:relative;width:100%;max-height:100%}.product-hero__simulation-result .sim-frame img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.product-hero__simulation-result .sim-frame img.sim-base{position:relative}.product-hero__simulation-label{display:none}@media (max-width: 768px){.product-hero__simulation-result .sim-frame img{width:50%;margin:0 25%}}.accessory-hero__description-body{overflow:hidden;min-width:0}.accessory-hero__description-body img,.accessory-hero__description-body video,.accessory-hero__description-body iframe,.accessory-hero__description-body table{max-width:100%;height:auto}.accessory-hero__description-body .cms-section{margin:32px 0;padding:0}.accessory-hero__description-body .cms-bg-warm{border-radius:8px;padding:24px;margin-left:-20px;margin-right:-20px}.accessory-hero__description-body .cms-section-title{font-size:16px;font-weight:700;color:#333;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #333}.accessory-hero__description-body .cms-section-title--accent{color:#008cff;border-bottom-color:#008cff;font-size:18px;text-align:center}.accessory-hero__description-body .cms-section-title--warning{color:#e74c3c;border-bottom-color:#e74c3c}.accessory-hero__description-body .cms-category-title{font-size:14px;font-weight:700;color:#333;margin:16px 0 8px;padding-left:10px;border-left:3px solid #008CFF}.accessory-hero__description-body .cms-category-title--car{border-left-color:#00afec}.accessory-hero__description-body .cms-category-title--home{border-left-color:#7fbe26}.accessory-hero__description-body .cms-category-title--office{border-left-color:#ea609e}.accessory-hero__description-body .cms-img-single{margin:16px 0;text-align:center}.accessory-hero__description-body .cms-img-single img{max-width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-img-stack{display:flex;flex-direction:column;gap:8px;margin:16px 0}.accessory-hero__description-body .cms-img-stack img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-img-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0}.accessory-hero__description-body .cms-img-grid-2>img,.accessory-hero__description-body .cms-img-grid-2>figure img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-img-grid-2>figure{min-width:0;margin:0}.accessory-hero__description-body .cms-img-grid-2 figcaption{font-size:12px;color:#555;text-align:center;margin-top:4px}.accessory-hero__description-body .cms-scene-grid{gap:12px}.accessory-hero__description-body .cms-scene-item{text-align:center}.accessory-hero__description-body .cms-scene-item img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-scene-item p{font-size:12px;color:#555;margin-top:4px;margin-bottom:0}.accessory-hero__description-body .cms-feature-list{list-style:none;padding:0;margin:12px 0}.accessory-hero__description-body .cms-feature-list li{position:relative;padding-left:1.2em;margin-bottom:8px;font-size:13px;line-height:1.6;color:#444}.accessory-hero__description-body .cms-feature-list li:before{content:"●";position:absolute;left:0;color:#008cff;font-size:8px;top:4px}.accessory-hero__description-body .cms-caution-list{list-style:none;padding:0;margin:12px 0}.accessory-hero__description-body .cms-caution-list li{position:relative;padding-left:1.2em;margin-bottom:6px;font-size:13px;line-height:1.6;color:#555}.accessory-hero__description-body .cms-caution-list li:before{content:"●";position:absolute;left:0;color:#e74c3c;font-size:8px;top:4px}.accessory-hero__description-body .cms-note-ref{color:#999;font-size:11px}.accessory-hero__description-body .cms-notes{font-size:11px;color:#888;line-height:1.6;margin-top:8px}.accessory-hero__description-body .cms-howto-steps{display:flex;flex-direction:column;gap:16px}.accessory-hero__description-body .cms-howto-step{padding:16px;background:#f9f9f9;border-radius:8px}.accessory-hero__description-body .cms-howto-step__img{margin-bottom:12px}.accessory-hero__description-body .cms-howto-step__img img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-howto-step__img--double{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.accessory-hero__description-body .cms-howto-step p{font-size:13px;line-height:1.8;color:#444;margin:0}.accessory-hero__description-body .cms-detail-block{margin:20px 0}.accessory-hero__description-body .cms-detail-block__img{margin-bottom:8px}.accessory-hero__description-body .cms-detail-block__img img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-detail-block__title{font-size:15px;font-weight:700;color:#e67e22;margin-bottom:4px}.accessory-hero__description-body .cms-detail-block__text{font-size:13px;line-height:1.7;color:#444}.accessory-hero__description-body .cms-img-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.accessory-hero__description-body .cms-img-grid-3>img,.accessory-hero__description-body .cms-img-grid-3>figure img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-img-grid-3>figure{margin:0;text-align:center}.accessory-hero__description-body .cms-img-grid-3 figcaption{font-size:11px;color:#555;margin-top:4px}.accessory-hero__description-body .cms-scene-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:12px 0}.accessory-hero__description-body .cms-scene-list__item{text-align:center}.accessory-hero__description-body .cms-scene-list__item img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-scene-list__item p{font-size:12px;line-height:1.6;color:#444;margin-top:6px}.accessory-hero__description-body .cms-spec-table{width:100%;border-collapse:collapse;font-size:13px;margin:12px 0}.accessory-hero__description-body .cms-spec-table th,.accessory-hero__description-body .cms-spec-table td{padding:8px 12px;border:1px solid #ddd;text-align:left;vertical-align:top}.accessory-hero__description-body .cms-spec-table th{background:#f5f5f5;font-weight:700;white-space:nowrap;width:30%}.accessory-hero__description-body .cms-price-table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0;text-align:center}.accessory-hero__description-body .cms-price-table th{padding:12px;background:#f9f9f9;font-weight:700}.accessory-hero__description-body .cms-price-table td{padding:12px}.accessory-hero__description-body .cms-price-table .cms-price-large{font-size:24px;font-weight:700;color:#333}.accessory-hero__description-body .cms-price-table .cms-price-small{font-size:12px;color:#888}.accessory-hero__description-body .cms-color-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0}.accessory-hero__description-body .cms-color-grid>figure,.accessory-hero__description-body .cms-color-grid>.cms-color-item{min-width:0}.accessory-hero__description-body .cms-color-grid figure{margin:0;text-align:center}.accessory-hero__description-body .cms-color-grid figure img{width:100%;height:auto;border-radius:8px}.accessory-hero__description-body .cms-color-grid figcaption{font-size:12px;color:#555;margin-top:4px}.accessory-hero__description-body .cms-color-item{text-align:center}.accessory-hero__description-body .cms-color-item img{width:100%;height:auto;border-radius:8px}.accessory-hero__description-body .cms-color-item p{font-size:12px;color:#555;margin:4px 0 0;line-height:1.4}.accessory-hero__description-body .cms-dl-block{margin:16px 0}.accessory-hero__description-body .cms-dl-item{margin-bottom:12px}.accessory-hero__description-body .cms-dl-link{display:flex;align-items:center;gap:12px;padding:12px;background:#f9f9f9;border-radius:8px;text-decoration:none;color:inherit;transition:background .2s}.accessory-hero__description-body .cms-dl-link:hover{background:#f0f0f0}.accessory-hero__description-body .cms-dl-icon{width:32px;height:auto;flex-shrink:0}.accessory-hero__description-body .cms-dl-text{flex:1;min-width:0}.accessory-hero__description-body .cms-dl-title{font-size:13px;font-weight:700;color:#333;margin:0 0 2px}.accessory-hero__description-body .cms-dl-desc{font-size:12px;color:#666;margin:0}.accessory-hero__description-body .cms-dl-desc span{font-size:11px;color:#999}.accessory-hero__description-body .cms-manual{margin:16px 0}.accessory-hero__description-body .cms-manual__icon{text-align:center;margin-bottom:12px}.accessory-hero__description-body .cms-manual__icon img{width:60px;height:auto}.accessory-hero__description-body .cms-manual__items{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.accessory-hero__description-body .cms-manual__item{display:block;width:calc((100% - 16px) / 3);text-align:center;text-decoration:none;color:#333}.accessory-hero__description-body .cms-manual__item img{width:100%;height:auto;display:block}.accessory-hero__description-body .cms-manual__item span{display:block;font-size:11px;line-height:1.4;margin-top:4px}.accessory-hero__description-body .cms-manual__adobe{text-align:center;margin-top:16px}.accessory-hero__description-body .cms-manual__adobe img{width:auto;max-width:100%;height:auto}.accessory-hero__description-body .cms-install-time{display:inline-block;background:#e67e22;color:#fff;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:700;margin:12px 0}.accessory-hero__description-body .cms-car-example{background:#fff;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #00000014}.accessory-hero__description-body .cms-car-example__title{font-size:15px;font-weight:700;color:#333;padding-bottom:8px;border-bottom:3px solid rgba(0,0,0,.03);margin-bottom:12px}.accessory-hero__description-body .cms-car-example__img{margin-bottom:8px}.accessory-hero__description-body .cms-car-example__img img{width:100%;height:auto;border-radius:4px}.accessory-hero__description-body .cms-compat-table{width:100%;border-collapse:collapse;font-size:12px;margin:12px 0}.accessory-hero__description-body .cms-compat-table thead th{background:#333;color:#fff;padding:8px;text-align:left;font-weight:400}.accessory-hero__description-body .cms-compat-table tbody th{background:#f5f5f5;padding:6px 8px;font-weight:700;white-space:nowrap;width:20%;text-align:left}.accessory-hero__description-body .cms-compat-table tbody td{padding:6px 8px;border-bottom:1px solid #eee}.accessory-hero__description-body .cms-attention-box{border:1px solid #ddd;border-radius:8px;margin:16px 0;overflow:hidden}.accessory-hero__description-body .cms-attention-box__header{background:#f5f5f5;padding:10px 16px;font-weight:700;font-size:14px;color:#333}.accessory-hero__description-body .cms-attention-box__body{padding:16px}.accessory-hero__description-body .cms-attention-box__body .cms-text-danger{color:#e74c3c;font-weight:700;margin-bottom:8px}.accessory-hero__description-body .cms-set-contents{list-style:none;padding:0;margin:8px 0}.accessory-hero__description-body .cms-set-contents li{font-size:13px;line-height:1.8;color:#444}.accessory-hero__description-body .cms-discontinue-notice{color:#e74c3c;font-size:14px;line-height:1.7;margin-bottom:16px}.accessory-hero__description-body .cms-type-block{margin:24px 0;padding-bottom:24px;border-bottom:1px solid #eee}.accessory-hero__description-body .cms-type-block:last-child{border-bottom:none}.accessory-hero__description-body .cms-type-block__subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:8px}.accessory-hero__description-body .cms-type-block__price{font-size:14px;text-align:center;margin:12px 0}.accessory-hero__description-body .cms-type-block__price span{font-size:20px;font-weight:700}.accessory-hero__description-body .cms-size-label{display:inline-block;padding:6px 16px;font-size:14px;font-weight:700;color:#333;border-radius:4px;margin-bottom:4px}.accessory-hero__description-body .cms-size-label--s{background:#e8f4fd;border-left:4px solid #2196F3}.accessory-hero__description-body .cms-size-label--m{background:#fff3e0;border-left:4px solid #FF9800}@media (max-width: 768px){.accessory-hero__description-body .cms-bg-warm{margin-left:-16px;margin-right:-16px;padding:16px}.accessory-hero__description-body .cms-section-title--accent{font-size:16px}.accessory-hero__description-body .cms-img-grid-2{gap:6px}.accessory-hero__description-body .cms-scene-grid{gap:8px}.accessory-hero__description-body .cms-howto-step__img--double{grid-template-columns:1fr}.accessory-hero__description-body .cms-img-grid-3{grid-template-columns:repeat(2,1fr)}.accessory-hero__description-body .cms-scene-list,.accessory-hero__description-body .cms-color-grid{gap:8px}.accessory-hero__description-body .cms-spec-table th{width:auto}.accessory-hero__description-body .cms-compat-table{font-size:11px}.accessory-hero__description-body .cms-type-block__price span{font-size:18px}}.seat-section{padding:40px 0;width:100%}.seat-section__inner{max-width:none}.grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.grid-2col{grid-template-columns:1fr}}.btn-blue{background:#008cff;color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:14px;font-weight:500;display:inline-block;text-align:center;text-decoration:none;cursor:pointer}.seat-section__title{font-size:20px;font-weight:700;color:#333}.seat-section__subtitle{font-size:18px;font-weight:700;color:#333}.card-item{background:#f5f5f5;border-radius:8px;padding:16px;text-align:center}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.custom-mat-hero__content .mat_pagewrap{background-color:#fff;font-style:normal;color:#010101;font-weight:400;font-family:IBM Plex Sans,Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,YuGothic,Yu Gothic Medium,Yu Gothic,Meiryo,sans-serif;line-height:1;font-size:16px;width:100%;margin-top:40px}.custom-mat-hero__content .mat_pagewrap img{max-width:100%;height:auto}.custom-mat-hero__content .mat_pagewrap figure{margin:0;padding:0}.custom-mat-hero__content .mat_pagewrap a{transition:all .2s ease;text-decoration:none;color:#fff;display:block}.custom-mat-hero__content .mat_pagewrap .pc{display:block}.custom-mat-hero__content .mat_pagewrap .sp{display:none}.custom-mat-hero__content .mat_inner{max-width:100%;margin:auto;width:100%}.custom-mat-hero__content .mat_btn a{background-color:#050505;border:2px solid #050505;max-width:100%;width:100%;display:block;position:relative;font-size:18px;font-weight:500;text-align:center;margin:0 auto;padding:14px 0;box-sizing:border-box}.custom-mat-hero__content .mat_btn.red a{background-color:#dc000b;border:2px solid #DC000B}.custom-mat-hero__content .mat_btn.green a{background-color:#343f1a;border:2px solid #343F1A}.custom-mat-hero__content .mat_btn a:hover{background-color:#fff;color:#050505}.custom-mat-hero__content .mat_btn.red a:hover{background-color:#fff;color:#dc000b}.custom-mat-hero__content .mat_btn.green a:hover{background-color:#fff;color:#343f1a}.custom-mat-hero__content .mat_about{padding-top:40px}.custom-mat-hero__content .mat_about .mat_aboutTxt{display:flex;justify-content:space-evenly;align-items:baseline;max-width:100%;margin:0 auto 30px}.custom-mat-hero__content .mat_about .mat_aboutTxt span{font-size:22px;font-weight:600;display:block}.custom-mat-hero__content .mat_about figure{width:45%;max-width:200px}.custom-mat-hero__content .mat_about .mat_aboutSub{display:block;text-align:center;font-size:24px;font-weight:600;margin-bottom:15px}.custom-mat-hero__content .mat_about h2{font-size:32px;text-align:center}.custom-mat-hero__content .mat_about p{line-height:1.8;margin:20px auto 0;width:100%;letter-spacing:-.05rem;font-size:14px}.custom-mat-hero__content .mat_about ul{display:flex;justify-content:center;gap:20px;margin:40px auto 50px;padding:0}.custom-mat-hero__content .mat_about ul li{width:40%;border-radius:8px}.custom-mat-hero__content .mat_about ul li:first-child{background-color:#ec6b02}.custom-mat-hero__content .mat_about ul li:nth-child(2){background-color:#343f1a}.custom-mat-hero__content .mat_about ul li img{max-width:100%;margin:0 auto;display:block}.custom-mat-hero__content .mat_about ul li a{display:block;padding:15px 20px 10px;position:relative}.custom-mat-hero__content .mat_about ul li a:hover{opacity:.7}.custom-mat-hero__content .mat_cont{padding-bottom:40px}.custom-mat-hero__content .mat_cont .mat_inner{border-top:1px solid #707070;padding-top:40px}.custom-mat-hero__content .mat_cont .mat_contTop{text-align:center}.custom-mat-hero__content .mat_cont .mat_contTop h2{max-width:280px;margin:0 auto 20px}.custom-mat-hero__content .mat_cont .mat_contTop h3{font-size:22px;font-weight:500;margin:0 auto 20px}.custom-mat-hero__content .mat_cont .mat_contTop p{line-height:1.8;font-size:14px}.custom-mat-hero__content .mat_cont .mat_contTop ul{display:flex;justify-content:space-between;margin:25px auto 30px;padding:0}.custom-mat-hero__content .mat_cont .mat_contTop ul li{width:49%}.custom-mat-hero__content .mat_cont .mat_contTop figure{margin-bottom:0}.custom-mat-hero__content .mat_cont .mat_contColor{margin:30px auto 0;text-align:center}.custom-mat-hero__content .mat_cont .mat_contColor h3{font-size:22px;margin:0 auto 20px;font-weight:500}.custom-mat-hero__content .mat_cont .mat_contColor ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 auto 40px;padding:0}.custom-mat-hero__content .mat_cont .mat_contColor ul li{width:30%;margin-bottom:15px}.custom-mat-hero__content .mat_cont .mat_contColor figure figcaption{font-size:13px;display:block;margin-top:8px}.custom-mat-hero__content .mat_cont .mat_contColor .mat_contColor_fig{width:30%;margin:0 auto 40px}.custom-mat-hero__content .mat_cont .mat_contPrice{margin:40px auto}.custom-mat-hero__content .mat_cont .mat_contPrice ul{max-width:100%;margin:0 auto;padding:0}.custom-mat-hero__content .mat_cont .mat_contPrice ul li{margin-bottom:30px}.custom-mat-hero__content .mat_cont .mat_contPrice ul li:last-child{margin-bottom:0}.custom-mat-hero__content .mat_cont .mat_contPrice ul li h3{font-weight:400;font-size:16px;display:block;text-align:center}.custom-mat-hero__content .mat_cont .mat_contPrice ul li p{font-size:28px;margin-top:10px;display:block;text-align:center}.custom-mat-hero__content .mat_cont .mat_contPrice ul li p span{font-size:14px;display:inline}.custom-mat-hero__content .mat_cont .mat_contPrice p.attention{font-size:12px;max-width:100%;margin:25px auto 30px;line-height:1.5}.custom-mat-hero__content .mat_cont .mat_contExam{background-color:#f1f6f7;padding:30px 0 20px;text-align:center;position:relative}.custom-mat-hero__content .mat_cont .mat_contExam h3{font-size:20px;color:#ec6b02;text-align:center;border-bottom:3px solid #EC6B02;display:inline-block;padding:0 15px 8px;position:relative;z-index:1}.custom-mat-hero__content .mat_cont .mat_contExam h3.green{color:#343f1a;border-bottom:3px solid #343F1A}.custom-mat-hero__content .mat_cont .mat_contExam ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin:25px auto 0;width:90%;padding:0;position:relative;z-index:1}.custom-mat-hero__content .mat_cont .mat_contExam ul li{width:48%;margin-bottom:15px}.custom-mat-hero__content .mat_cont .mat_contExam span{display:block;margin:15px auto 0;width:90%;font-size:12px;text-align:left;position:relative;z-index:1}.custom-mat-hero__content .mat_cont .mat_contLuggage{background-color:#f0dcc3;max-width:100%;width:100%;margin:40px auto 0}.custom-mat-hero__content .mat_cont .mat_contLuggage ul{display:flex;justify-content:space-between;flex-direction:row-reverse;padding:0}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li{width:50%}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li:last-child{padding:25px 20px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li h2{max-width:160px;margin-bottom:15px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li h3{font-size:18px;letter-spacing:-.05rem;color:#343f1a;font-weight:600;border-bottom:2px solid #343F1A;padding-bottom:5px;line-height:1.5}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li p{line-height:1.7;margin:12px auto 20px;font-size:14px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li:first-child figure{height:100%}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li:first-child img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.custom-mat-hero__content .mat_feature{padding-bottom:40px}.custom-mat-hero__content .mat_feature .mat_inner{border-top:1px solid #707070}.custom-mat-hero__content .mat_feature h2{margin-top:40px;background-color:#050505;text-align:center;color:#fff;font-size:20px;padding:14px 10px;line-height:1.4}.custom-mat-hero__content .mat_feature>.mat_inner>span{display:block;text-align:center;font-size:14px;font-weight:500;line-height:1.7;margin:20px auto}.custom-mat-hero__content .mat_feature .mat_feature_top{margin:0 auto 30px}.custom-mat-hero__content .mat_feature figure{margin-bottom:15px}.custom-mat-hero__content .mat_feature p{line-height:1.5;font-size:14px}.custom-mat-hero__content .mat_feature ul{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0}.custom-mat-hero__content .mat_feature ul li{width:48%;margin-bottom:25px}.custom-mat-hero__content .mat_feature .mat_feature_movie{margin:0 auto}.custom-mat-hero__content .mat_feature .mat_feature_movie video{width:100%}.custom-mat-hero__content .mat_attention{padding-bottom:40px;text-align:center}.custom-mat-hero__content .mat_attention .mat_inner{border-top:1px solid #707070;padding-top:40px}.custom-mat-hero__content .mat_attention h2{display:inline-block;background-color:#fff000;padding:14px 30px;font-size:20px;font-weight:500;border-radius:100px}.custom-mat-hero__content .mat_attention .mat_attentionCont{display:flex;justify-content:space-between;margin:30px auto 25px}.custom-mat-hero__content .mat_attention .mat_attentionCont figure{width:48%}.custom-mat-hero__content .mat_attention .mat_attentionCont_txt{width:50%}.custom-mat-hero__content .mat_attention .mat_attentionCont_txt p{text-align:left;line-height:1.5;margin-bottom:12px;font-size:13px}.custom-mat-hero__content .mat_attention .mat_attentionCont_txt p:last-of-type{margin-bottom:0}.custom-mat-hero__content .mat_attention ul{display:flex;justify-content:space-between;flex-wrap:wrap;padding:0}.custom-mat-hero__content .mat_attention ul li{width:48%;margin-bottom:15px}@media only screen and (max-width: 768px){.custom-mat-hero__content .mat_pagewrap .pc{display:none!important}.custom-mat-hero__content .mat_pagewrap .sp{display:block!important}.custom-mat-hero__content .mat_pagewrap{font-size:14px}.custom-mat-hero__content .mat_btn a{max-width:100%;font-size:14px;padding:10px 0}.custom-mat-hero__content .mat_about{padding-top:20px}.custom-mat-hero__content .mat_about .mat_aboutTxt{margin:0 auto 10px;justify-content:center}.custom-mat-hero__content .mat_about .mat_aboutTxt span{font-size:12px;margin-left:10px}.custom-mat-hero__content .mat_about figure{width:47%}.custom-mat-hero__content .mat_about .mat_aboutSub{font-size:13px;margin-bottom:10px}.custom-mat-hero__content .mat_about h2{font-size:18px}.custom-mat-hero__content .mat_about p{margin:15px auto 0;font-size:13px}.custom-mat-hero__content .mat_about ul{display:block;margin:25px auto 20px}.custom-mat-hero__content .mat_about ul li{width:100%;max-width:160px;margin:0 auto 10px}.custom-mat-hero__content .mat_cont{padding-bottom:20px}.custom-mat-hero__content .mat_cont .mat_inner{padding-top:25px}.custom-mat-hero__content .mat_cont .mat_contTop h2{max-width:150px;margin:0 auto 10px}.custom-mat-hero__content .mat_cont .mat_contTop h3{font-size:16px;margin:0 auto 15px;line-height:1.5}.custom-mat-hero__content .mat_cont .mat_contTop p{text-align:left;font-size:13px}.custom-mat-hero__content .mat_cont .mat_contTop ul{margin:15px auto 5px}.custom-mat-hero__content .mat_cont .mat_contColor{margin:15px auto 0}.custom-mat-hero__content .mat_cont .mat_contColor h3{font-size:16px;margin:0 auto 15px}.custom-mat-hero__content .mat_cont .mat_contColor ul{margin:0 auto 10px}.custom-mat-hero__content .mat_cont .mat_contColor ul li{margin-bottom:10px}.custom-mat-hero__content .mat_cont .mat_contColor .mat_contColor_fig{margin:0 auto 20px}.custom-mat-hero__content .mat_cont .mat_contPrice{margin:20px auto}.custom-mat-hero__content .mat_cont .mat_contPrice ul li{margin-bottom:20px}.custom-mat-hero__content .mat_cont .mat_contPrice ul li h3{font-size:14px}.custom-mat-hero__content .mat_cont .mat_contPrice ul li p{font-size:22px;margin-top:8px}.custom-mat-hero__content .mat_cont .mat_contPrice ul li p span{font-size:12px}.custom-mat-hero__content .mat_cont .mat_contExam{padding:20px 0 15px}.custom-mat-hero__content .mat_cont .mat_contExam h3{font-size:14px;padding:0 10px 5px}.custom-mat-hero__content .mat_cont .mat_contExam ul{margin:15px auto 0;width:100%}.custom-mat-hero__content .mat_cont .mat_contExam ul li{margin-bottom:0}.custom-mat-hero__content .mat_cont .mat_contExam span{margin:15px auto 0;text-align:center}.custom-mat-hero__content .mat_cont .mat_contLuggage{margin:20px auto 0}.custom-mat-hero__content .mat_cont .mat_contLuggage ul{display:block}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li{width:auto;box-sizing:border-box}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li:last-child{padding:15px 5%}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li h2{max-width:120px;margin-bottom:10px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li h3{font-size:16px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li p{margin:10px auto 15px;font-size:13px}.custom-mat-hero__content .mat_cont .mat_contLuggage ul li:first-child img{-o-object-fit:unset;object-fit:unset}.custom-mat-hero__content .mat_feature{padding-bottom:25px}.custom-mat-hero__content .mat_feature h2{font-size:14px;padding:10px 5%;line-height:1.5;margin-top:25px}.custom-mat-hero__content .mat_feature>.mat_inner>span{text-align:left;font-size:13px;margin:12px auto}.custom-mat-hero__content .mat_feature figure{margin-bottom:10px}.custom-mat-hero__content .mat_feature p{font-size:13px}.custom-mat-hero__content .mat_feature ul{display:block;margin:0 auto}.custom-mat-hero__content .mat_feature ul li{width:100%;margin-bottom:25px}.custom-mat-hero__content .mat_feature ul li:last-child{margin-bottom:0}.custom-mat-hero__content .mat_attention{padding-bottom:20px}.custom-mat-hero__content .mat_attention .mat_inner{padding-top:25px}.custom-mat-hero__content .mat_attention h2{padding:10px 20px;font-size:14px}.custom-mat-hero__content .mat_attention .mat_attentionCont{display:block;margin:20px auto 25px}.custom-mat-hero__content .mat_attention .mat_attentionCont figure{width:100%;margin-bottom:12px}.custom-mat-hero__content .mat_attention .mat_attentionCont_txt{width:100%}.custom-mat-hero__content .mat_attention .mat_attentionCont_txt p{font-size:12px}.custom-mat-hero__content .mat_attention ul{display:block;margin:0 auto}.custom-mat-hero__content .mat_attention ul li{width:90%;margin:0 auto 15px}}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec{width:100%;margin:28px 0 24px;box-sizing:border-box}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec>.title{margin:0 0 14px;font-family:var(--font-sans, "Inter", sans-serif);font-size:18px;font-weight:700;color:var(--color-accent, #e56f73);letter-spacing:.02em}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_top.flex{display:flex;flex-wrap:wrap;gap:12px 16px;margin-bottom:16px}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_top.flex>div{flex:1 1 calc(50% - 8px);min-width:140px;display:flex;flex-direction:column;gap:0}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_top img,.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_bottom img{display:block;width:100%;max-width:100%;height:auto;vertical-align:top}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_bottom{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.seat-hero__content .box.seat_spec.ab-stylish-seat-spec>.title{font-size:16px}.seat-hero__content .box.seat_spec.ab-stylish-seat-spec .seat_spec_top.flex>div{flex:1 1 100%}}@media (max-width: 480px){.product-order{padding-bottom:80px}.product-order__cart-btn,.seat-hero__cart-btn,.newect-hero__simulation-btn{margin-bottom:16px}body{padding-bottom:80px}}header.site-header .site-header-menu>li{position:relative!important}header.site-header .site-header-menu>li>.site-header-submenu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 16px #0000001a;padding:8px 0;z-index:1001;list-style:none;margin:0}header.site-header .site-header-menu>li:hover>.site-header-submenu{display:block}header.site-header .site-header-submenu li{margin:0!important;padding:0!important}header.site-header .site-header-submenu a{display:block!important;padding:10px 20px!important;font-size:13px!important;color:#333!important;text-decoration:none!important;white-space:nowrap!important;transition:background .2s ease!important}header.site-header .site-header-submenu a:hover{background:#f5f5f5!important;color:#e56f73!important}
