/* Reset & Base */*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:'Noto Sans JP','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif;line-height:1.6;color:#000;background-color:#fff;animation:fadeInUp 0.5s ease-out;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}/* Typography */h1,h2,h3,h4,h5,h6{font-family:'Work Sans','Oswald','Zen Kaku Gothic New',sans-serif;font-weight:700;line-height:1.3;}.section-title{font-size:2.8rem;font-weight:900;text-align:left;margin-bottom:15px;color:#000;font-family:'Oswald',sans-serif;line-height:1.2;}.page-title{font-size:5rem;font-weight:900;text-align:center;margin-bottom:20px;letter-spacing:3px;color:#000;font-family:'Oswald',sans-serif;}.page-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:0;}/* Responsive Typography */@media (min-width:769px) and (max-width:1024px){.section-title{font-size:2.2rem;}.page-title{font-size:4rem;}}@media (max-width:768px){.section-title{font-size:1.8rem;}.page-title{font-size:3rem;}.page-subtitle{font-size:1rem;}}/* Buttons */.btn{display:inline-block;padding:10px 20px;text-decoration:none;border-radius:4px;font-size:12px;font-weight:500;transition:all 0.3s ease;border:none;cursor:pointer;}.btn-primary{background:#000;color:#fff;}.btn-large{padding:15px 40px;font-size:16px;}.btn:hover{opacity:0.8;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);}/* Enhanced image placeholders */.image-placeholder{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;color:#6c757d;font-weight:500;border:2px dashed #dee2e6;transition:all 0.3s ease;}.image-placeholder:hover{background:linear-gradient(135deg,#e9ecef 0%,#dee2e6 100%);color:#495057;}