*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blurple: #5865f2;--blurple-dark: #4752c4;--green: #57f287;--bg: #0b0d1a;--bg-card: #1a1d2e;--bg-input: #111323;--border: #2a2d3e;--text: #dcddde;--text-muted: #72767d;--header-h: 64px;--radius: 12px;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{text-decoration:none;color:inherit}img{max-width:100%}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{line-height:1.3}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:#0b0d1aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.5px}.logo span{color:var(--blurple)}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:#fff}.nav-cta{background:var(--blurple);color:#fff;padding:.5rem 1.2rem;border-radius:6px;font-size:.9rem;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--blurple-dark)}@media(max-width:768px){.nav{gap:1rem}.nav-link{display:none}}.hero{min-height:100vh;display:flex;align-items:center;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(88,101,242,.15) 0%,transparent 60%)}.hero-content{text-align:center;padding:calc(var(--header-h) + 3rem) 0 4rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#5865f226;border:1px solid rgba(88,101,242,.4);color:#a5b4fc;padding:.4rem 1rem;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.2rem,6vw,4rem);font-weight:900;color:#fff;margin-bottom:1.2rem;letter-spacing:-1px}.hero-desc{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:#fff}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.news-carousel{padding:2rem 0;background:#5865f20d;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.news-inner{display:flex;align-items:center;gap:1rem;min-height:90px}.news-arrow{background:#5865f226;border:1px solid rgba(88,101,242,.4);color:#a5b4fc;border-radius:50%;width:36px;height:36px;font-size:1rem;cursor:pointer;flex-shrink:0;transition:background .2s;display:flex;align-items:center;justify-content:center}.news-arrow:hover{background:#5865f259}.news-track-wrapper{flex:1;overflow:hidden}.news-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}.news-slide{min-width:100%;flex:0 0 100%;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;text-align:left;padding:.25rem 0}.news-tag{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.tag-new{background:#63dc6333;color:#86efac}.tag-info{background:#5865f233;color:#a5b4fc}.tag-update{background:#fbbf2433;color:#fde68a}.news-date{font-size:.8rem;color:var(--text-muted)}.news-title{width:100%;font-size:.95rem;font-weight:700;color:#fff;margin:0}.news-desc{width:100%;font-size:.85rem;color:var(--text-muted);margin:0}.news-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.news-dot{width:8px;height:8px;border-radius:50%;border:none;background:#5865f24d;cursor:pointer;padding:0;transition:background .2s}.news-dot.active{background:var(--blurple)}.services{padding:80px 0;background:#ffffff05}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}.service-card:hover{border-color:var(--blurple);transform:translateY(-4px)}.service-icon{font-size:2.4rem;margin-bottom:1rem}.service-card h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.6rem}.service-card>p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.service-points{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem;flex:1}.service-points li{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .9rem;background:#ffffff08;border:1px solid var(--border);border-radius:8px}.service-points li.highlight{background:#5865f21a;border-color:#5865f259}.point-label{font-size:.88rem;font-weight:700;color:#fff}.service-points li.highlight .point-label{color:#a5b4fc}.point-note{font-size:.8rem;color:var(--text-muted)}.service-btn{width:100%;padding:.8rem;background:var(--blurple);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s;margin-top:auto}.service-btn:hover{opacity:.85;transform:translateY(-1px)}.footer{border-top:1px solid var(--border);padding:2.5rem 0;text-align:center}.footer-logo{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:.5rem}.footer-logo span{color:var(--blurple)}.footer p{font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.hero-stats{gap:1.5rem}}.campaign-section{padding:1.25rem 0 0}.campaign-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fbbf241f,#fb923c1a);border:1px solid rgba(251,191,36,.4);border-radius:var(--radius);padding:1rem 1.5rem;flex-wrap:wrap}.campaign-label{font-size:.75rem;font-weight:800;color:#fde68a;background:#fbbf2433;border:1px solid rgba(251,191,36,.4);border-radius:4px;padding:.2rem .6rem;white-space:nowrap;flex-shrink:0}.campaign-body{flex:1;min-width:0}.campaign-title{font-size:.95rem;font-weight:700;color:#fff;margin:0 0 .2rem}.campaign-desc{font-size:.85rem;color:var(--text-muted);margin:0}.campaign-date{font-size:.78rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.pricing-section{padding:60px 0 80px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:start}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;transition:transform .2s}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{border-color:var(--blurple);background:linear-gradient(135deg,#1a1d2e,#1c1f3a)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--blurple);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .9rem;border-radius:100px;white-space:nowrap}.pricing-name{font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.pricing-price{font-size:2.2rem;font-weight:900;color:#fff;margin-bottom:.3rem}.pricing-price span{font-size:1rem;font-weight:400;color:var(--text-muted)}.pricing-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text)}.pricing-features li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.pricing-features li.disabled{color:var(--text-muted);text-decoration:line-through}.pricing-features li.disabled:before{content:"✕";color:var(--text-muted)}.pricing-btn{width:100%;padding:.8rem;border-radius:8px;font-size:.95rem;font-weight:700;border:none;transition:opacity .2s,transform .1s}.pricing-btn:hover{opacity:.85;transform:translateY(-1px)}.pricing-card.featured .pricing-btn{background:var(--blurple);color:#fff}.pricing-card:not(.featured) .pricing-btn{background:var(--border);color:#fff}.options-section{padding:0 0 80px}.options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:1.25rem}.option-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s}.option-card:hover{border-color:var(--blurple);transform:translateY(-2px)}.option-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.option-name{font-size:.95rem;font-weight:700;color:#fff}.option-price{font-size:.88rem;font-weight:700;color:#a5b4fc;white-space:nowrap;background:#5865f21f;border:1px solid rgba(88,101,242,.3);border-radius:6px;padding:.15rem .6rem}.option-note{font-size:.83rem;color:var(--text-muted);margin:0;line-height:1.6}.options-footnote{font-size:.8rem;color:var(--text-muted);text-align:center}.portfolio-section{padding:60px 0 80px}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.portfolio-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,transform .2s}.portfolio-card:hover{border-color:var(--blurple);transform:translateY(-4px)}.portfolio-thumb{height:160px;display:flex;align-items:center;justify-content:center;font-size:3rem;border-bottom:1px solid var(--border);overflow:hidden}.portfolio-gif{width:100%;height:100%;object-fit:cover;display:block}.portfolio-info{padding:1.25rem}.portfolio-info h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.portfolio-info p{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.portfolio-tags{display:flex;flex-wrap:wrap;gap:.4rem}.contact-section{padding:60px 0 80px}.contact-wrapper{max-width:640px;margin:0 auto}.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text)}.form-group input,.form-group select,.form-group textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:.95rem;padding:.7rem 1rem;transition:border-color .2s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blurple)}.form-group select option{background:var(--bg-card)}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;padding:.9rem;background:var(--blurple);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;transition:background .2s,transform .1s;margin-top:.5rem}.form-submit:hover:not(:disabled){background:var(--blurple-dark);transform:translateY(-1px)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#f87171;font-size:.88rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:6px;padding:.6rem .9rem;margin-top:.5rem}.success-message{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:4rem 2rem}.success-icon{font-size:3rem;margin-bottom:1rem}.success-message h3{font-size:1.3rem;color:#fff;margin-bottom:.5rem}.success-message p{color:var(--text-muted)}.label-note{font-size:.78rem;font-weight:400;color:var(--text-muted)}.options-toggle-group{display:flex;flex-wrap:wrap;gap:.6rem}.option-toggle{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .9rem;background:var(--bg-input);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.option-toggle:hover{border-color:var(--blurple)}.option-toggle.selected{background:#5865f21f;border-color:var(--blurple)}.option-toggle-name{font-size:.88rem;font-weight:600;color:var(--text)}.option-toggle.selected .option-toggle-name{color:#a5b4fc}.option-toggle-price{font-size:.75rem;color:var(--text-muted)}@media(max-width:600px){.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.shop-hero-badge{display:inline-block;font-size:.75rem;font-weight:800;color:#a3e635;background:#a3e6351f;border:1px solid rgba(163,230,53,.35);border-radius:100px;padding:.25rem .9rem;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.shop-section{padding:48px 0 80px}.shop-notice{display:flex;align-items:center;gap:.75rem;background:#6366f114;border:1px solid rgba(99,102,241,.25);border-radius:var(--radius);padding:.9rem 1.25rem;margin-bottom:2.5rem;font-size:.875rem;color:var(--text-muted)}.shop-notice-icon{flex-shrink:0;font-size:1rem}.shop-notice p{margin:0;line-height:1.5}.shop-notice-link{background:none;border:none;color:var(--blurple);font-size:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.shop-notice-link:hover{opacity:.8}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.shop-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,border-color .2s;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-4px);border-color:var(--blurple)}.shop-thumb{height:100px;display:flex;align-items:center;justify-content:center}.shop-emoji{font-size:2.5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.shop-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.shop-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.shop-tag{font-size:.7rem;font-weight:600;color:var(--blurple);background:#5865f21f;border:1px solid rgba(88,101,242,.25);border-radius:4px;padding:.15rem .5rem}.shop-name{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .5rem}.shop-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin:0 0 1rem}.shop-features{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin:0 0 1.5rem;flex:1}.shop-features li{display:flex;align-items:center;gap:.5rem;font-size:.83rem;color:var(--text)}.shop-features li:before{content:"✓";color:var(--green);font-weight:700;flex-shrink:0}.shop-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--border);padding-top:1.25rem}.shop-price{font-size:1.6rem;font-weight:900;color:#fff}.shop-btn{padding:.6rem 1.4rem;background:var(--blurple);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s;white-space:nowrap}.shop-btn:hover{opacity:.85;transform:translateY(-1px)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.page{padding-top:var(--header-h);min-height:100vh}.page-hero{background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(88,101,242,.12) 0%,transparent 70%);border-bottom:1px solid var(--border);padding:3.5rem 0 2.5rem;text-align:center}.page-hero h1{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:.5rem}.page-hero p{color:var(--text-muted);font-size:1rem}.section-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.4rem}.section-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.accent{color:var(--blurple)}.btn-primary{background:var(--blurple);color:#fff;border:none;padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;transition:background .2s,transform .1s}.btn-primary:hover{background:var(--blurple-dark);transform:translateY(-1px)}.btn-secondary{background:transparent;color:#fff;border:1px solid var(--border);padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;transition:border-color .2s,transform .1s}.btn-secondary:hover{border-color:var(--blurple);transform:translateY(-1px)}.tag{background:#5865f226;color:#a5b4fc;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:4px}
