:root{--bg: #ffffff;--text: #1a1a1a;--text-muted: #787878;--border: #e5e5e5;--border-hover: #b0b0b0;--accent: #2383e2;--accent-hover: #1a6fc4;--surface: #f7f7f5;--surface-hover: #efefed;--tag-bg: #f1f1ef;--radius: 4px;--radius-lg: 8px;--font: "Noto Sans JP", -apple-system, sans-serif;--mono: "DM Mono", monospace;--lp-content-max: 1080px}.lp-page *{box-sizing:border-box}.lp-page{font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;color-scheme:light}.lp-nav{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:10px max(32px,calc(50vw - var(--lp-content-max) / 2));display:flex;align-items:center;justify-content:space-between;min-height:52px}.lp-logo{display:flex;align-items:center;gap:8px}.lp-logo-img{height:32px;width:auto;max-width:min(240px,42vw);display:block;object-fit:contain;object-position:left center}.lp-logo--footer .lp-logo-img{height:24px;max-width:min(200px,50vw)}.lp-nav-btn{background:var(--text);color:#fff;border:none;padding:8px 16px;border-radius:100px;font-family:var(--font);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center}.lp-nav-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.lp-hero{padding:96px 32px 72px;max-width:var(--lp-content-max);margin:0 auto;border-bottom:1px solid var(--border)}.lp-hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--tag-bg);border:1px solid var(--border);border-radius:100px;padding:4px 12px;font-size:12px;color:var(--text-muted);font-weight:500;margin-bottom:24px}.lp-hero-badge-dot{width:6px;height:6px;background:#4caf7d;border-radius:50%}.lp-hero h1{font-size:clamp(36px,6vw,56px);font-weight:700;letter-spacing:-.05em;line-height:1.2;margin-bottom:20px;color:var(--text)}.lp-hero-sub{font-size:17px;color:#555;font-weight:400;margin-bottom:36px;max-width:640px;line-height:1.7}.lp-hero-actions{display:flex;gap:10px;align-items:center;margin-bottom:56px}.lp-btn-primary{background:linear-gradient(135deg,var(--accent),#1a6fc4);color:#fff;border:none;padding:12px 28px;border-radius:100px;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 4px 16px #2383e24d}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2383e266}.lp-btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border);padding:12px 28px;border-radius:100px;font-family:var(--font);font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center}.lp-btn-secondary:hover{background:var(--surface);border-color:var(--border-hover);transform:translateY(-2px)}.lp-hero-mockup{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:0 4px 12px #0000000d,0 24px 64px #00000014}.lp-mockup-bar{background:linear-gradient(to bottom,#fff,#fcfcfc);border-bottom:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;gap:12px}.lp-mockup-dots{display:flex;gap:6px}.lp-mockup-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.lp-mockup-url{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:4px 10px;font-family:var(--mono);font-size:11px;color:var(--text-muted)}.lp-mockup-body{padding:24px;display:flex;flex-direction:column;gap:12px}.lp-mockup-body--screenshot{padding:0}.lp-mockup-screenshot{width:100%;height:auto;display:block}.lp-mockup-carousel{position:relative;outline:none}.lp-mockup-carousel:focus-visible{box-shadow:inset 0 0 0 2px #2563eb73}.lp-mockup-nav{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#ffffffeb;color:var(--text);box-shadow:0 2px 8px #00000014;cursor:pointer;transform:translateY(-50%);transition:background .15s ease,box-shadow .15s ease,border-color .15s ease}.lp-mockup-nav:hover{background:#fff;border-color:var(--border-hover);box-shadow:0 4px 12px #0000001a}.lp-mockup-nav:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:2px}.lp-mockup-nav--prev{left:10px}.lp-mockup-nav--next{right:10px}.lp-mockup-nav-icon{display:block}.lp-mockup-table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;font-size:12px;font-family:var(--mono)}.lp-mockup-th{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:#fff;border-bottom:1px solid var(--border);padding:8px 12px;color:var(--text-muted);font-size:11px}.lp-mockup-tr{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:8px 12px;border-bottom:1px solid var(--border);align-items:center}.lp-mockup-tr:last-child{border-bottom:none}.lp-mockup-tr:nth-child(2n){background:var(--surface)}.lp-mockup-tag{display:inline-flex;padding:2px 7px;border-radius:3px;font-size:10px;font-weight:500}.lp-tag-green{background:#dff6eb;color:#2d7f5b}.lp-tag-blue{background:#def;color:#2060b0}.lp-tag-orange{background:#fff0e0;color:#b06020}.lp-section{max-width:var(--lp-content-max);margin:0 auto;padding:72px 32px;border-bottom:1px solid var(--border)}.lp-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.lp-section h2{font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:40px;line-height:1.25}.lp-comparison-section{padding-top:64px;padding-bottom:64px}.lp-comparison-section h2.lp-comparison-heading{font-size:clamp(26px,4vw,34px);font-weight:700;letter-spacing:-.04em;line-height:1.25;margin-bottom:32px;max-width:720px}.lp-comparison-table-wrap{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 24px #0000000a}.lp-comparison-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.55}.lp-comparison-table th,.lp-comparison-table td{padding:18px 20px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border)}.lp-comparison-table tbody tr:last-child th,.lp-comparison-table tbody tr:last-child td{border-bottom:none}.lp-comparison-corner{width:22%;min-width:120px;background:var(--surface);border-right:1px solid var(--border)}.lp-comparison-col{font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--text-muted)}.lp-comparison-col--traditional{width:39%;background:#fafafa;border-right:1px solid var(--border)}.lp-comparison-col--kozotai{width:39%;background:linear-gradient(180deg,#f4f9fd,#eef6fc);color:var(--text)}.lp-comparison-rowhead{font-size:13px;font-weight:600;color:var(--text-muted);background:var(--surface);border-right:1px solid var(--border);white-space:nowrap}.lp-comparison-cell{color:#333}.lp-comparison-cell--traditional{background:#fafafa;border-right:1px solid var(--border);color:#555}.lp-comparison-cell--kozotai{background:#f8fbfe;font-weight:500;color:var(--text);box-shadow:inset 3px 0 0 var(--accent)}.lp-comparison-table thead .lp-comparison-col--kozotai{box-shadow:inset 3px 0 0 var(--accent)}.lp-features-grid{display:flex;flex-direction:column;gap:24px}.lp-feature-card{border:1px solid var(--border);border-radius:16px;padding:32px;display:grid;grid-template-columns:1fr auto;align-items:start;gap:24px;background:#fff;box-shadow:0 4px 24px #00000008;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:default}.lp-feature-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000000f;border-color:var(--border-hover)}.lp-feature-card.large{grid-template-columns:1fr 1fr;align-items:center;padding:40px}.lp-feature-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--text-muted);font-weight:500;margin-bottom:8px}.lp-feature-card h3{font-size:18px;font-weight:700;letter-spacing:-.3px;line-height:1.3;margin-bottom:8px}.lp-feature-card.large h3{font-size:22px}.lp-feature-card p{font-size:15px;color:#555;line-height:1.65;font-weight:400}.lp-feature-arrow{width:32px;height:32px;background:var(--text);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.lp-feature-arrow svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.lp-feature-visual{background:linear-gradient(145deg,#fbfbfc,#f0f0f0);border:1px solid var(--border);border-radius:12px;height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;box-shadow:inset 0 2px 12px #00000005}.lp-mini-table-visual{width:100%;height:100%;padding:10px;font-family:var(--mono);font-size:10px;color:var(--text-muted);display:flex;flex-direction:column;gap:5px}.lp-mtr{display:flex;justify-content:space-between;padding:4px 6px;border-radius:3px}.lp-mtr:nth-child(odd){background:#fff}.lp-check-visual{display:flex;flex-direction:column;gap:8px;padding:14px;width:100%}.lp-check-item{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-muted);font-family:var(--mono)}.lp-check-box{width:14px;height:14px;border-radius:3px;border:1.5px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center}.lp-check-box.done{background:var(--text);border-color:var(--text)}.lp-check-box.done:after{content:"";width:6px;height:4px;border-left:1.5px solid white;border-bottom:1.5px solid white;transform:rotate(-45deg) translateY(-1px);display:block}.lp-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-pricing-card{border:1px solid var(--border);border-radius:16px;padding:32px;background:#fff;box-shadow:0 4px 24px #00000008;display:flex;flex-direction:column;position:relative}.lp-pricing-card-popular{border-color:var(--accent);box-shadow:0 8px 32px #2383e21a}.lp-plan-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:100px;letter-spacing:.05em}.lp-plan-header{margin-bottom:24px}.lp-plan-name{font-size:18px;font-weight:700;margin-bottom:8px}.lp-plan-desc{font-size:13px;color:#555;line-height:1.5}.lp-plan-price-large{font-size:32px;font-weight:700;font-family:var(--mono);margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.lp-plan-price-large .lp-free{color:#2d7f5b;font-size:28px;font-family:var(--font)}.lp-plan-period{font-size:14px;color:#555;font-weight:400;font-family:var(--font)}.lp-plan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.lp-plan-features li{font-size:14px;color:#555;display:flex;align-items:flex-start;gap:10px;line-height:1.4}.lp-plan-features li:before{content:"";display:block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232d7f5b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;margin-top:2px}.lp-pricing-single-card{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 4px 24px #00000008;overflow:hidden}.lp-pricing-single-header{padding:40px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#fff,#fcfcfc)}.lp-pricing-single-base{text-align:right}.lp-pricing-single-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:40px}.lp-seat-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.lp-seat-row:last-child{border-bottom:none;padding-bottom:0}.lp-seat-name{font-weight:600;font-size:15px;margin-bottom:4px}.lp-seat-desc{font-size:13px;color:#555}.lp-seat-price{font-family:var(--mono);font-weight:600;font-size:20px;text-align:right;white-space:nowrap;margin-left:24px}.lp-seat-price .lp-free{color:#2d7f5b;font-size:18px;font-family:var(--font)}.lp-plan-features-grid{display:grid;grid-template-columns:1fr;gap:16px}.lp-pricing-limitations-wrap{grid-column:1 / -1;padding-top:32px;margin-top:8px;border-top:1px solid var(--border)}.lp-plan-limitations li{color:#666}.lp-plan-limitations li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23909090' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.lp-pricing-note{padding:80px 32px;max-width:var(--lp-content-max);margin:0 auto;text-align:center}.lp-faq-item{border:1px solid var(--border);border-radius:12px;background:#fff;margin-bottom:12px;box-shadow:0 2px 12px #00000008}.lp-faq-item:last-child{margin-bottom:0}.lp-faq-item summary{padding:18px 48px 18px 20px;font-weight:600;cursor:pointer;list-style:none;position:relative;font-size:15px;line-height:1.45;letter-spacing:-.2px}.lp-faq-item summary::-webkit-details-marker{display:none}.lp-faq-item summary:after{content:"";position:absolute;right:18px;top:50%;width:10px;height:10px;margin-top:-5px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.lp-faq-item[open] summary:after{transform:translateY(2px) rotate(225deg)}.lp-faq-answer{padding:16px 20px 20px;font-size:15px;color:#555;line-height:1.65;font-weight:400;border-top:1px solid var(--border);margin:0}.lp-cta-section{text-align:center}.lp-cta-section h2{margin-bottom:8px}.lp-cta-section p{color:#555;font-size:15px;font-weight:400;margin-bottom:28px}.lp-footer{border-top:1px solid var(--border);padding:24px 32px;display:flex;justify-content:space-between;align-items:center;max-width:var(--lp-content-max);margin:0 auto;font-size:12px;color:var(--text-muted)}@keyframes lp-fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-hero>*{animation:lp-fadeUp .5s ease both}.lp-hero>*:nth-child(1){animation-delay:.05s}.lp-hero>*:nth-child(2){animation-delay:.12s}.lp-hero>*:nth-child(3){animation-delay:.18s}.lp-hero>*:nth-child(4){animation-delay:.24s}.lp-hero>*:nth-child(5){animation-delay:.3s}.lp-subpage-main{flex:1;max-width:var(--lp-content-max);margin:0 auto;width:100%;padding:48px 32px 80px}.lp-subpage-title{font-size:clamp(26px,4vw,36px);font-weight:700;letter-spacing:-.04em;margin-bottom:32px;line-height:1.25;color:var(--text)}.lp-subpage-body{max-width:720px}.lp-legal-body h2{font-size:17px;font-weight:700;margin:36px 0 12px;letter-spacing:-.02em;color:var(--text)}.lp-legal-body h2:first-child{margin-top:0}.lp-legal-body p,.lp-legal-body li{font-size:14px;color:#555;line-height:1.75}.lp-legal-body p{margin-bottom:16px}.lp-legal-body ul{margin:0 0 16px;padding-left:1.25em}.lp-legal-body li{margin-bottom:8px}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-form-group{display:flex;flex-direction:column;gap:8px}.lp-form-group label{font-size:13px;font-weight:600;color:var(--text)}.lp-form-group .lp-optional{font-weight:400;color:var(--text-muted)}.lp-input,.lp-textarea{font-family:var(--font);font-size:15px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.lp-input:focus,.lp-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2383e226}.lp-textarea{min-height:160px;resize:vertical;line-height:1.6}.lp-form-hint{font-size:12px;color:var(--text-muted);line-height:1.5}.lp-form-notice{margin:-4px 0 0;font-size:13px;color:#555;line-height:1.7}.lp-form-check{display:flex;align-items:flex-start;gap:10px}.lp-form-check input{margin-top:3px;width:16px;height:16px;accent-color:var(--accent)}.lp-form-check label{font-size:13px;font-weight:400;color:#555;line-height:1.55}.lp-form-submit{margin-top:8px}.company-dl{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;font-size:14px;line-height:1.65}.company-dl dt{font-weight:600;color:var(--text-muted)}.company-dl dd{margin:0;color:#555}@media(max-width:600px){.company-dl{grid-template-columns:1fr;gap:4px}.company-dl dt{margin-top:12px}.company-dl dt:first-child{margin-top:0}.lp-subpage-main{padding:32px 16px 64px}.lp-mockup-body:not(.lp-mockup-body--screenshot){padding:16px}.lp-mockup-table{overflow-x:auto}.lp-mockup-th,.lp-mockup-tr{min-width:480px}.lp-hero-actions{flex-direction:column;align-items:stretch;gap:16px}.lp-btn-primary,.lp-btn-secondary{width:100%;justify-content:center}.lp-hero h1{font-size:32px}.lp-hero-sub{font-size:15px;margin-bottom:24px}.lp-feature-card,.lp-feature-card.large{grid-template-columns:1fr;padding:24px}.lp-sub-grid{grid-template-columns:1fr}.lp-pricing-grid{grid-template-columns:1fr;gap:32px}.lp-pricing-card{padding:24px}.lp-pricing-single-header{flex-direction:column;align-items:flex-start;gap:24px;padding:24px}.lp-pricing-single-base{text-align:left}.lp-pricing-single-body{grid-template-columns:1fr;gap:32px;padding:24px}.lp-seat-row{flex-direction:column;align-items:flex-start;gap:12px}.lp-seat-price{margin-left:0}.lp-nav{padding:10px 16px}.lp-hero{padding:64px 16px 48px}.lp-section{padding:48px 16px}.lp-section h2{font-size:24px;margin-bottom:24px}.lp-comparison-table-wrap{border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.lp-comparison-table{min-width:520px}.lp-comparison-section h2.lp-comparison-heading{margin-bottom:24px}.lp-comparison-section{padding-top:48px;padding-bottom:48px}.lp-footer{flex-direction:column;gap:8px;text-align:center}}
