@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Round";
@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s ease-in-out infinite pulse}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce{animation:1s ease-in-out infinite bounce}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-gradient{background-size:200% 200%;animation:3s infinite gradient-shift}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:3s ease-in-out infinite float}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,#eee 0%,#f5f5f5 50%,#eee 100%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:.3s ease-out forwards scale-in}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in-bottom{animation:.4s ease-out forwards slide-in-bottom}@keyframes slide-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-left{animation:.4s ease-out forwards slide-in-left}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{animation:.4s ease-out forwards slide-in-right}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.3s ease-out forwards fade-in}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(4)}}@keyframes glow{0%,to{box-shadow:0 0 5px #1e88e580}50%{box-shadow:0 0 20px #1e88e5cc}}.animate-glow{animation:2s ease-in-out infinite glow}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate-heartbeat{animation:1s ease-in-out heartbeat}@keyframes story-ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes count-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-count-up{animation:.6s ease-out forwards count-up}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.stagger-7{animation-delay:.7s}.stagger-8{animation-delay:.8s}.stagger-9{animation-delay:.9s}.stagger-10{animation-delay:1s}.hover-lift{transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.hover-scale{transition:transform .25s cubic-bezier(.4,0,.2,1)}.hover-scale:hover{transform:scale(1.02)}.hover-brightness{transition:filter .25s cubic-bezier(.4,0,.2,1)}.hover-brightness:hover{filter:brightness(1.1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px;overflow-x:hidden}body{color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;width:100%;max-width:100vw;font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#212121;font-weight:600;line-height:1.25}h1{letter-spacing:-.02em;font-size:2.25rem;font-weight:700;line-height:1.25}@media (min-width:768px){h1{font-size:3rem}}h2{letter-spacing:-.01em;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){h2{font-size:1.875rem}}h3{font-size:1.25rem;font-weight:600;line-height:1.25}p{margin-bottom:16px}p:last-child{margin-bottom:0}a{color:#1e88e5;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#1565c0}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}button:disabled{cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:inherit}.material-icons-round{vertical-align:middle;font-family:Material Icons Round;font-size:24px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 24px}}.container-narrow{width:100%;max-width:640px;margin:0 auto;padding:0 16px}.mt-xs{margin-top:4px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:32px}.mt-xxl{margin-top:48px}.mb-xs{margin-bottom:4px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.mb-xl{margin-bottom:32px}.mb-xxl{margin-bottom:48px}.py-sm{padding-top:8px;padding-bottom:8px}.py-md{padding-top:16px;padding-bottom:16px}.py-lg{padding-top:24px;padding-bottom:24px}.py-xl{padding-top:32px;padding-bottom:32px}.py-xxl{padding-top:48px;padding-bottom:48px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#1e88e5}.text-secondary{color:#757575}.text-muted{color:#9e9e9e}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.grid{display:grid}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.hide-desktop{display:none!important}}::selection{color:#1565c0;background-color:#1e88e533}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#9e9e9e}:focus-visible{outline-offset:2px;outline:2px solid #1e88e5}main{animation:.3s ease-out forwards fadeIn}.section{padding:48px 0}@media (min-width:768px){.section{padding:64px 0}}.section-title{letter-spacing:-.01em;font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:768px){.section-title{font-size:1.875rem}}.section-title{text-align:center;margin-bottom:16px}.section-subtitle{color:#757575;text-align:center;max-width:600px;margin:0 auto 32px;font-size:1.125rem;line-height:1.75}.divider{background-color:#eee;height:1px;margin:24px 0}.bg-gradient-primary{background:linear-gradient(135deg,#1976d2 0%,#0d47a1 100%)}.bg-gradient-instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.bg-gradient-purple{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}
