*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}.header{border-bottom:1px solid #e5e7eb;background-color:#fff;display:flex;flex-direction:column;margin:0 auto;width:100%;padding:0;position:sticky;top:0;z-index:100}.header .inner{display:flex;justify-content:space-between;align-items:center;padding:1rem;width:100%;margin:0 auto;max-width:1000px;height:80px}@media (min-width: 768px){.header .inner{padding:1rem}}.header .hamburger-button{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.header .hamburger-button span{display:block;width:100%;height:2px;background-color:#2d334a;border-radius:2px;transition:all .3s ease}.header .hamburger-button.active span:nth-child(1){transform:translateY(8px) rotate(45deg);background-color:#fff}.header .hamburger-button.active span:nth-child(2){opacity:0}.header .hamburger-button.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg);background-color:#fff}@media (min-width: 768px){.header .hamburger-button{display:none}}.header .logo-container{display:flex;align-items:center;justify-content:center;flex-grow:1}@media (min-width: 768px){.header .logo-container{flex-grow:0;justify-content:flex-start}}.header .logo-container .logo{width:100%;max-width:120px;height:auto}@media (min-width: 768px){.header .logo-container .logo{max-width:160px}}.header .header-right{display:flex;align-items:center;gap:1.5rem}.header .header-right .pc-nav{display:none}@media (min-width: 768px){.header .header-right .pc-nav{display:block}}.header .header-right .pc-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.header .header-right .pc-nav ul li a{text-decoration:none;color:#2d334a;font-weight:700;font-size:.9rem;transition:color .3s ease}.header .header-right .pc-nav ul li a:hover{color:#ec4899}.header .header-right .header-buttons{display:flex;align-items:center;gap:.5rem}.header .header-right .header-buttons .download-link-button{display:none}@media (min-width: 768px){.header .header-right .header-buttons .download-link-button{display:inline-flex;font-size:.9rem;padding:.5rem 1rem;background-color:#ec7aac;color:#fff;border:none;border-radius:.25rem;text-decoration:none;font-weight:700}.header .header-right .header-buttons .download-link-button:hover{background-color:#d85a8f}}.header .header-right .header-buttons .signup-button{font-size:.8rem;padding:.5rem .8rem}@media (min-width: 768px){.header .header-right .header-buttons .signup-button{font-size:.9rem;padding:.5rem 1rem}}.header .sp-drawer{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100;visibility:hidden;transition:visibility .3s ease}.header .sp-drawer.open{visibility:visible}.header .sp-drawer.open .drawer-inner{transform:translate(0)}.header .sp-drawer.open .drawer-overlay{opacity:1}.header .sp-drawer .drawer-inner{position:absolute;top:0;left:0;width:80%;max-width:300px;height:100%;background-color:#ec4899;padding:5rem 2rem 2rem;transform:translate(-100%);transition:transform .3s ease;z-index:102;display:flex;flex-direction:column}.header .sp-drawer .drawer-inner .sp-nav ul{list-style:none;margin:0;padding:0}.header .sp-drawer .drawer-inner .sp-nav ul li{margin-bottom:1.5rem}.header .sp-drawer .drawer-inner .sp-nav ul li a{display:block;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none}.header .sp-drawer .drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease;z-index:101}.button{padding:.5rem 1rem;border-radius:.25rem;font-weight:400;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.button.outline-button{background-color:transparent;border:1px solid #e5e7eb;color:#4b5563}.button.outline-button:hover{background-color:#f3f4f6}.button.signup-button{background-color:#00aa7b;color:#fff;border:none}.button.signup-button:hover{background-color:#008f68}.button.signup-button:disabled{background-color:#4b5563;cursor:not-allowed}.button.cta-button{background-color:#ec4899;color:#fff;border:none}.button.cta-button:hover{background-color:#db2777}.button.cta-button:disabled{background-color:#4b5563;cursor:not-allowed}.button.submit-button{background-color:#00aa7b;color:#fff;border:none}.button.submit-button:hover{background-color:#008f68}.button.submit-button:disabled{background-color:#4b5563;cursor:not-allowed}.footer{background-color:#fff;border-top:1px solid #eaeaea;padding:30px 16px}.footer .inner{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:20px 0}@media screen and (max-width: 768px){.footer .inner{flex-direction:column;gap:20px}}.footer__links{display:flex;gap:20px}.footer__links a{text-decoration:none;color:#2d334a;font-size:14px}.footer__links a:hover{opacity:.8}.footer__copyright{font-size:14px;color:#2d334a}.landing-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.landing-page .inner{max-width:1000px;margin:0 auto;padding:0 1rem;width:100%}@media (min-width: 768px){.landing-page .inner{padding:0}}.landing-page .landing-main{flex-grow:1;display:flex;flex-direction:column}.landing-page .landing-main .hero-section{padding:1rem 0;background-color:#d2f6f9;position:relative;padding-bottom:71px}@media (min-width: 768px){.landing-page .landing-main .hero-section{padding:3rem 0}}.landing-page .landing-main .hero-section .hero-wave{position:absolute;bottom:-1px;left:0;width:100%;line-height:0;z-index:1}@media (min-width: 768px){.landing-page .landing-main .hero-section .hero-wave{bottom:0}}.landing-page .landing-main .hero-section .hero-wave .wave-svg{width:100%;height:auto;display:block;min-height:100px}.landing-page .landing-main .hero-section .inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;z-index:2}@media (min-width: 768px){.landing-page .landing-main .hero-section .inner{flex-direction:row}}.landing-page .landing-main .hero-section .hero-content{width:100%;margin-top:2rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.landing-page .landing-main .hero-section .hero-content{width:50%;margin-top:0}}.landing-page .landing-main .hero-section .hero-content .hero-title{width:100%;height:auto;max-width:400px;opacity:0;animation:fade-in-up .8s ease-out forwards;animation-delay:.3s}.landing-page .landing-main .hero-section .hero-content .hero-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;opacity:0;animation:fade-in-up .8s ease-out forwards;animation-delay:.6s}@media (min-width: 768px){.landing-page .landing-main .hero-section .hero-content .hero-buttons{flex-direction:row;gap:1rem}}.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button{font-size:1rem;padding:.75rem 1.5rem;border-radius:10rem;border:2px solid white}@media (min-width: 768px){.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button{font-size:1.125rem;padding:.75rem 2rem}}.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button.primary{background-color:#ec7aac;color:#fff}.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button.primary:hover{background-color:#d85a8f}.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button.secondary{background-color:#00aa7b;color:#fff}.landing-page .landing-main .hero-section .hero-content .hero-buttons .cta-button.secondary:hover{background-color:#008f68}.landing-page .landing-main .hero-section .hero-image{width:100%;transform:translateY(15%);animation:waddle-approach-sp 2s ease-out forwards;transform-origin:bottom center}@media (min-width: 768px){.landing-page .landing-main .hero-section .hero-image{width:auto;animation-name:waddle-approach-pc}}.landing-page .landing-main .hero-section .hero-image .character-image{width:100%;height:auto;max-width:480px;animation:waddle-walk .5s ease-in-out 4;transform-origin:bottom center}@keyframes waddle-approach-sp{0%{opacity:0;transform:translate(50px) scale(.3)}20%{opacity:1}to{opacity:1;transform:translateY(15%) scale(1)}}@keyframes waddle-approach-pc{0%{opacity:0;transform:translate(200px,-50px) scale(.3)}20%{opacity:1}to{opacity:1;transform:translate(0) scale(1)}}@keyframes waddle-walk{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-page .landing-main .info-section{background-color:#00aa7b;padding:0 0 4rem;color:#fff}.landing-page .landing-main .info-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .landing-main .info-section .info-header{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:2rem;position:relative;text-align:left;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.landing-page .landing-main .info-section .info-header.is-visible{opacity:1;transform:translateY(0)}.landing-page .landing-main .info-section .text-content h2{font-size:1.3rem;font-weight:700;margin-bottom:.6rem;line-height:1.6;letter-spacing:.3em}@media (min-width: 768px){.landing-page .landing-main .info-section .text-content h2{font-size:2rem}}.landing-page .landing-main .info-section .text-content p{font-size:.9rem;line-height:2;opacity:.9}@media (min-width: 768px){.landing-page .landing-main .info-section .text-content p{font-size:1rem}}.landing-page .landing-main .info-section .video-container{width:100%;max-width:1000px;margin:0 auto;position:relative}.landing-page .landing-main .info-section .video-container .check-movie-decoration{position:absolute;top:-40px;right:-10px;width:90px;height:auto;z-index:2;transform:rotate(10deg);animation:pop-beat-sp 1.5s ease-in-out infinite alternate}@media (min-width: 768px){.landing-page .landing-main .info-section .video-container .check-movie-decoration{width:160px;top:-100px;right:-40px;transform:rotate(3deg);animation-name:pop-beat-pc}}@keyframes pop-beat-sp{0%{transform:rotate(10deg) scale(1)}to{transform:rotate(15deg) scale(1.1)}}@keyframes pop-beat-pc{0%{transform:rotate(3deg) scale(1)}to{transform:rotate(8deg) scale(1.1)}}.landing-page .landing-main .info-section .video-container .video-placeholder{position:relative;width:100%;border-radius:.5rem;overflow:hidden;background-color:#000;aspect-ratio:16/9;box-shadow:0 4px 20px #0003}@media (min-width: 768px){.landing-page .landing-main .info-section .video-container .video-placeholder{border-radius:1rem}}.landing-page .landing-main .info-section .video-container .video-placeholder .video-content{width:100%;height:100%;object-fit:cover}.landing-page .landing-main .how-to-play-section{background-color:#00aa7b;padding:0;scroll-margin-top:100px}.landing-page .landing-main .how-to-play-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .landing-main .how-to-play-section .content-frame{background-color:#ec7aac;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:3rem 1rem 1rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .content-frame{padding:4rem 3rem 1rem}}.landing-page .landing-main .how-to-play-section .card-container{background-color:#fff;border-radius:1rem;padding:3rem 1rem;position:relative;text-align:center;margin-top:3rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container{padding:3rem 2rem}}.landing-page .landing-main .how-to-play-section .card-container:before{content:"";position:absolute;top:-4.4rem;left:50%;transform:translate(-50%);width:200px;height:11rem;background-color:#fff;border-radius:50%;clip-path:inset(0 0 50% 0)}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container:before{width:295px}}.landing-page .landing-main .how-to-play-section .card-container .section-header{position:relative;z-index:1;margin-bottom:2rem;margin-top:-6rem}.landing-page .landing-main .how-to-play-section .card-container .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .landing-main .how-to-play-section .card-container .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .landing-main .how-to-play-section .card-container .steps-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container .steps-container{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1.5rem}}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item{display:flex;flex-direction:column;align-items:center;width:100%;max-width:280px}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item .step-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;width:100%;justify-content:center}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item .step-header .step-number{background-color:#ec7aac;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;border:2px solid white;box-shadow:0 0 0 2px #ec7aac}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item .step-header .step-text{font-weight:700;font-size:1.1rem;text-align:left;line-height:1.3}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item img{width:100%;height:auto;max-width:200px}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item .step-image-wrapper{position:relative}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-item .step-image-wrapper img{position:relative;z-index:1}.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-arrow{width:1rem;height:auto;transform:rotate(90deg)}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container .steps-container .step-arrow{transform:rotate(0);align-self:center;margin-top:0;width:2rem}}.landing-page .landing-main .how-to-play-section .card-container .middle-banner{background-color:#ec7aac;border-radius:.5rem;padding:1.5rem;margin:1rem 0 3rem;color:#fff;position:relative;box-shadow:4px 4px #dbd8d6}.landing-page .landing-main .how-to-play-section .card-container .middle-banner .banner-content{display:flex;align-items:center;justify-content:center;gap:1rem}.landing-page .landing-main .how-to-play-section .card-container .middle-banner .plus-icon{width:2rem;height:2rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container .middle-banner .plus-icon{width:3rem;height:3rem}}.landing-page .landing-main .how-to-play-section .card-container .middle-banner p{font-weight:700;text-align:left;margin:0;line-height:1.5;font-size:.9rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .card-container .middle-banner p{font-size:1.1rem}}.landing-page .landing-main .how-to-play-section .card-container .middle-banner:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #EC7AAC;filter:drop-shadow(1px 4px 0 #DBD8D6)}.landing-page .landing-main .how-to-play-section .section-header{position:relative;z-index:1;margin-bottom:1.5rem;margin-top:-6rem}.landing-page .landing-main .how-to-play-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .landing-main .how-to-play-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .landing-main .how-to-play-section .steps-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .steps-container{flex-direction:row;justify-content:space-between;align-items:flex-start}}.landing-page .landing-main .how-to-play-section .steps-container .step-item{display:flex;flex-direction:column;align-items:center;width:100%;max-width:280px}.landing-page .landing-main .how-to-play-section .steps-container .step-item .step-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;width:100%;justify-content:center}.landing-page .landing-main .how-to-play-section .steps-container .step-item .step-header .step-number{background-color:#ec7aac;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;border:2px solid white;box-shadow:0 0 0 2px #ec7aac}.landing-page .landing-main .how-to-play-section .steps-container .step-item .step-header .step-text{font-weight:700;font-size:1.1rem;text-align:left;line-height:1.3}.landing-page .landing-main .how-to-play-section .steps-container .step-item img{width:100%;height:auto;max-width:200px}.landing-page .landing-main .how-to-play-section .steps-container .step-item .step-image-wrapper{position:relative}.landing-page .landing-main .how-to-play-section .steps-container .step-item .step-image-wrapper img{position:relative;z-index:1}.landing-page .landing-main .how-to-play-section .steps-container .step-arrow{width:2rem;height:auto;transform:rotate(90deg)}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .steps-container .step-arrow{transform:rotate(0);align-self:center;margin-top:0}}.landing-page .landing-main .how-to-play-section .middle-banner{background-color:#ec7aac;border-radius:.5rem;padding:1.5rem;margin:3rem 0;color:#fff;position:relative;box-shadow:4px 4px #dbd8d6}.landing-page .landing-main .how-to-play-section .middle-banner .banner-content{display:flex;align-items:center;justify-content:center;gap:1rem}.landing-page .landing-main .how-to-play-section .middle-banner .plus-icon{width:3rem;height:3rem}.landing-page .landing-main .how-to-play-section .middle-banner p{font-weight:700;text-align:left;margin:0;line-height:1.5;font-size:.9rem}@media (min-width: 768px){.landing-page .landing-main .how-to-play-section .middle-banner p{font-size:1.1rem}}.landing-page .landing-main .how-to-play-section .middle-banner:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #EC7AAC;filter:drop-shadow(1px 4px 0 #DBD8D6)}.landing-page .point-section{background-color:#00aa7b;padding:0}.landing-page .point-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .point-section .content-frame{background-color:#ec7aac;border-radius:0;padding:1rem}@media (min-width: 768px){.landing-page .point-section .content-frame{padding:2rem 3rem}}.landing-page .point-section .card-container{background-color:#fff;border-radius:1rem;padding:2rem 1.5rem;text-align:center}@media (min-width: 768px){.landing-page .point-section .card-container{padding:2rem}}.landing-page .point-section .section-header{margin-bottom:1.5rem}.landing-page .point-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .point-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .point-section .points-grid{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.landing-page .point-section .points-grid{flex-direction:row;gap:1rem}}.landing-page .point-section .points-grid .point-item{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:0 .5rem}.landing-page .point-section .points-grid .point-item .point-header{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.landing-page .point-section .points-grid .point-item .point-header .point-icon{width:1.5rem;height:auto}.landing-page .point-section .points-grid .point-item .point-header h3{font-size:1.1rem;font-weight:700;margin:0;color:#333}.landing-page .point-section .points-grid .point-item .point-text{font-size:.9rem;line-height:1.8;color:#333}.landing-page .point-section .points-grid .point-divider{display:none}@media (min-width: 768px){.landing-page .point-section .points-grid .point-divider{display:block;width:1px;background-color:#707070;margin:0;transform:scaleY(.8)}}.landing-page .process-section{background-color:#00aa7b;padding:0 0 2rem;scroll-margin-top:100px}@media (min-width: 768px){.landing-page .process-section{padding:0 0 4rem}}.landing-page .process-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .process-section .content-frame{background-color:#ec7aac;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;padding:1rem 1rem 2rem}@media (min-width: 768px){.landing-page .process-section .content-frame{padding:2rem 3rem 4rem}}.landing-page .process-section .card-container{background-color:#fff;border-radius:1rem;padding:2rem 1.5rem;text-align:center}@media (min-width: 768px){.landing-page .process-section .card-container{padding:2rem}}.landing-page .process-section .section-header{margin-bottom:1rem}.landing-page .process-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .process-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .process-section .process-case{margin-bottom:2.5rem}.landing-page .process-section .process-case:last-child{margin-bottom:0}.landing-page .process-section .process-case .case-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:1.5rem;padding:.75rem 1rem;background-color:#f4f1ea;border-radius:.5rem;text-align:center}@media (min-width: 768px){.landing-page .process-section .process-case .case-title{font-size:1.1rem}}@media (min-width: 768px){.landing-page .process-section .process-grid-3 .process-item{width:calc(33.333% - 2rem)}}.landing-page .process-section .process-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media (min-width: 768px){.landing-page .process-section .process-grid{gap:3rem}}.landing-page .process-section .process-grid .process-item{width:100%;max-width:320px;display:flex;flex-direction:column;align-items:center;text-align:left}@media (min-width: 768px){.landing-page .process-section .process-grid .process-item{width:calc(33.333% - 2rem)}}.landing-page .process-section .process-grid .process-item img{width:100%;height:auto;margin-bottom:.2rem;max-width:250px}.landing-page .process-section .process-grid .process-item .process-image-wrapper{position:relative;display:inline-block}.landing-page .process-section .process-grid .process-item .process-image-wrapper .free-label{position:absolute;top:16px;left:0;background-color:#ec7aac;color:#fff;font-size:.85rem;font-weight:700;padding:.3rem .8rem;border-radius:1rem;z-index:1}.landing-page .process-section .process-grid .process-item .process-image-wrapper img{margin-bottom:0}.landing-page .process-section .process-grid .process-item .item-title{width:100%;border-bottom:1px solid #333;padding-bottom:.5rem;margin-bottom:.5rem;display:flex;align-items:baseline;gap:.5rem}.landing-page .process-section .process-grid .process-item .item-title .number{font-weight:700;font-size:1.2rem}.landing-page .process-section .process-grid .process-item .item-title h3{font-weight:700;font-size:1.1rem;margin:0}.landing-page .process-section .process-grid .process-item p{font-size:.9rem;line-height:1.6;width:100%}.landing-page .process-section .process-grid .process-image-link{display:block;transition:transform .2s ease;cursor:pointer;background:none;border:none;padding:0;margin:0;font:inherit;text-align:inherit}.landing-page .process-section .process-grid .process-image-link:hover{transform:translateY(-4px)}.landing-page .faq-section{padding:2rem 0;background-color:#1d3658;scroll-margin-top:100px}@media (min-width: 768px){.landing-page .faq-section{padding:4rem 0 0}}.landing-page .faq-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .faq-section .card-container{background-color:#f4f1ea;border-radius:1rem;padding:2rem 1.5rem;text-align:center}@media (min-width: 768px){.landing-page .faq-section .card-container{padding:2rem 3rem}}.landing-page .faq-section .section-header{margin-bottom:1rem}@media (min-width: 768px){.landing-page .faq-section .section-header{margin-bottom:2rem}}.landing-page .faq-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .faq-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .faq-section .faq-accordion{text-align:left}.landing-page .faq-section .faq-accordion .faq-item{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.landing-page .faq-section .faq-accordion .faq-item .faq-question{font-weight:500;padding:1rem;cursor:pointer;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.landing-page .faq-section .faq-accordion .faq-item .faq-question:after{content:"+";font-size:1.5rem;color:#ec7aac;transition:transform .3s ease}.landing-page .faq-section .faq-accordion .faq-item .faq-question.open:after{transform:rotate(45deg)}.landing-page .faq-section .faq-accordion .faq-item .faq-answer{background-color:#fff;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;max-height:0;border-top:0}.landing-page .faq-section .faq-accordion .faq-item .faq-answer .faq-answer-inner{padding:1rem;border-top:1px solid #e5e7eb}.landing-page .faq-section .faq-accordion .faq-item .faq-answer.open{max-height:500px;opacity:1}.landing-page .faq-section .faq-accordion .faq-item .faq-answer p{margin:0}.landing-page .contact-section{background-color:#1d3658;padding:3rem 0 4rem;scroll-margin-top:100px}.landing-page .contact-section .inner{background-color:#f4f1ea;padding:2rem 1rem;border-radius:1rem;max-width:968px;margin:0 auto;width:92%}@media (min-width: 768px){.landing-page .contact-section .inner{width:100%;padding:3rem 1rem}}.landing-page .contact-section .section-header{margin-bottom:2rem;text-align:center}.landing-page .contact-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .contact-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .contact-section .contact-form{max-width:32rem;margin:0 auto}.landing-page .contact-section .contact-form .form-group{margin-bottom:1.5rem}.landing-page .contact-section .contact-form .form-group label{display:block;margin-bottom:.5rem;font-weight:700}.landing-page .contact-section .contact-form .form-group input[type=text],.landing-page .contact-section .contact-form .form-group input[type=email],.landing-page .contact-section .contact-form .form-group input[type=tel],.landing-page .contact-section .contact-form .form-group textarea{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem}.landing-page .contact-section .contact-form .form-group .checkbox-group{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.landing-page .contact-section .contact-form .form-group .checkbox-group .checkbox-label{display:flex;align-items:center;justify-content:center;font-weight:400;cursor:pointer;margin-bottom:0;padding:.5rem 1rem;background-color:#fff;border:1px solid #ddd;border-radius:2rem;transition:all .2s ease;font-size:.9rem;color:#2d334a}.landing-page .contact-section .contact-form .form-group .checkbox-group .checkbox-label:hover{background-color:#fcebf4;border-color:#ec7aac}.landing-page .contact-section .contact-form .form-group .checkbox-group .checkbox-label:has(input:checked){background-color:#ec7aac;border-color:#ec7aac;color:#fff}.landing-page .contact-section .contact-form .form-group .checkbox-group .checkbox-label input[type=checkbox]{display:none}.landing-page .contact-section .contact-form .form-group textarea{min-height:100px}.landing-page .contact-section .contact-form .form-group .required{color:#ec7aac}.landing-page .contact-section .contact-form .form-group .note{font-size:.85rem;color:#333;font-weight:400;margin-left:.5rem}.landing-page .contact-section .contact-form .submit-button{width:100%;border-radius:.5rem}.landing-page .contact-section .contact-form .consent{text-align:center;font-size:.875rem;margin-bottom:20px}.landing-page .download-section{background-color:#1d3658;padding:3rem 0 0;scroll-margin-top:100px}.landing-page .download-section .inner{max-width:1000px;margin:0 auto;padding:0 1rem}.landing-page .download-section .card-container{background-color:#f4f1ea;border-radius:1rem;padding:2rem 1.5rem;text-align:center}@media (min-width: 768px){.landing-page .download-section .card-container{padding:2rem 3rem}}.landing-page .download-section .section-header{margin-bottom:1rem}@media (min-width: 768px){.landing-page .download-section .section-header{margin-bottom:1.5rem}}.landing-page .download-section .section-header h2{color:#ec7aac;font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:.1em}.landing-page .download-section .section-header .sub-title{color:#00aa7b;font-size:.8rem;font-weight:700;display:block;margin-top:.2rem}.landing-page .download-section .download-description{color:#333;font-size:1rem;margin-bottom:.5rem;line-height:1.6}.landing-page .download-section .file-size-inline{color:#999;text-align:center;font-size:.8rem;margin-bottom:1rem}.landing-page .download-section .download-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:1rem}@media (min-width: 768px){.landing-page .download-section .download-buttons{flex-direction:row;justify-content:center}}.landing-page .download-section .download-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2rem;min-width:240px;border-radius:.5rem;text-decoration:none;font-weight:700;transition:all .2s ease;background-color:#ec7aac;color:#fff;border:2px solid #EC7AAC}.landing-page .download-section .download-button:hover{background-color:#d85a8f;border-color:#d85a8f}.landing-page .download-section .download-button.primary{padding:1.25rem 2.5rem;font-size:1.1rem}.landing-page .download-section .download-button .download-subtitle{font-size:.8rem;font-weight:400;opacity:.9;margin-top:.25rem}.landing-page .download-section .download-alt-links{margin-bottom:1.5rem}.landing-page .download-section .download-alt-links .alt-link{color:#00aa7b;font-size:.9rem;text-decoration:underline}.landing-page .download-section .download-alt-links .alt-link:hover{color:#008f68}.landing-page .download-section .download-mobile-notice{margin-bottom:1.5rem}.landing-page .download-section .download-mobile-notice .mobile-notice-content{background-color:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;padding:1.5rem;text-align:center}.landing-page .download-section .download-mobile-notice .mobile-notice-text{color:#856404;font-weight:700;margin:0 0 1rem;line-height:1.8}.landing-page .download-section .download-mobile-notice .download-buttons.disabled{opacity:.6;pointer-events:none}.landing-page .download-section .download-mobile-notice .download-buttons.disabled .download-button.disabled{background-color:#999;border-color:#999;cursor:not-allowed}.landing-page .download-section .download-notes{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem 1.5rem;text-align:left;font-size:.85rem;line-height:1.6;color:#333}.landing-page .download-section .download-notes .notes-title{font-weight:700;margin:0 0 .75rem;color:#333}.landing-page .download-section .download-notes .os-requirements{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.landing-page .download-section .download-notes .os-requirements{flex-direction:row;gap:2rem}}.landing-page .download-section .download-notes .os-requirements .os-item{flex:1}.landing-page .download-section .download-notes .os-requirements .os-item .os-name{font-weight:700;margin:0 0 .25rem;color:#333}.landing-page .download-section .download-notes .os-requirements .os-item ul{margin:0;padding-left:1.2rem;list-style:disc}.landing-page .download-section .download-notes .os-requirements .os-item ul li{margin:.2rem 0;color:#666}.landing-page .download-section .download-notes .trial-note{margin-top:.5rem;color:#999;text-align:center;font-size:.8rem}.landing-page .download-section .download-notes .manual-divider{margin-top:1rem;border-top:1px solid #e0e0e0}.landing-page .download-section .download-notes .manual-link-container{text-align:center;margin-top:.75rem}.landing-page .download-section .download-notes .manual-link{display:inline-block;color:#00aa7b;font-size:.85rem;text-decoration:none}.landing-page .download-section .download-notes .manual-link:hover{text-decoration:underline}.purchase-success-page{display:flex;flex-direction:column;min-height:100vh}.purchase-success-page .success-content{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem 1rem;background-color:#eaf0f2}.purchase-success-page .success-content .button{display:inline-block;text-decoration:none;text-align:center;margin-top:1rem;padding:.875rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s;border:none}.purchase-success-page .success-content .button.cta-button{background-color:#ec4899;color:#fff}.purchase-success-page .success-content .button.cta-button:hover{background-color:#db2777}.purchase-success-page .success-content .button.cta-button:disabled{background-color:#f3f4f6;color:#4b5563;cursor:not-allowed}.purchase-success-page .success-content .button.outline-button{background-color:transparent;border:1px solid #e5e7eb;color:#4b5563}.purchase-success-page .success-content .button.outline-button:hover{background-color:#f3f4f6}.purchase-success-page .success-container{max-width:500px;width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2.5rem 2rem;text-align:center}.purchase-success-page .status-section h1{font-size:1.5rem;margin:1rem 0;color:#2d334a}.purchase-success-page .status-section p{color:#4b5563;margin:.5rem 0;line-height:1.6}.purchase-success-page .status-section .sub-text{font-size:.875rem;color:#4b5563}.purchase-success-page .icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;font-weight:700}.purchase-success-page .success-icon{background-color:#d1fae5;color:#059669}.purchase-success-page .error-icon{background-color:#fee2e2;color:#ef4444}.purchase-success-page .warning-icon{background-color:#fef3c7;color:#b45309}.purchase-success-page .cancel-icon,.purchase-success-page .not-found-icon{background-color:#f3f4f6;color:#4b5563}.purchase-success-page .cancel-section .cancel-info{text-align:left;background-color:#f3f4f6;border-radius:8px;padding:1.25rem;margin:1.5rem 0}.purchase-success-page .cancel-section .cancel-info p{margin:0 0 .75rem;font-size:.9375rem;line-height:1.6}.purchase-success-page .cancel-section .cancel-info p:last-child{margin-bottom:0}.purchase-success-page .cancel-section .cancel-info a{color:#ec4899;text-decoration:underline}.purchase-success-page .cancel-section .cancel-info a:hover{text-decoration:none}.purchase-success-page .error-section .button,.purchase-success-page .timeout-section .button{margin-top:1.5rem}.purchase-success-page .timeout-section .timeout-info{text-align:left;background-color:#f3f4f6;border-radius:8px;padding:1.25rem;margin:1.5rem 0}.purchase-success-page .timeout-section .timeout-info h2{font-size:.9375rem;font-weight:600;margin:0 0 .5rem;color:#2d334a}.purchase-success-page .timeout-section .timeout-info h2:not(:first-child){margin-top:1rem}.purchase-success-page .timeout-section .timeout-info ul{margin:0;padding-left:1.25rem;color:#4b5563}.purchase-success-page .timeout-section .timeout-info ul li{margin-bottom:.375rem;line-height:1.5;font-size:.875rem}.purchase-success-page .timeout-section .timeout-info ul li:last-child{margin-bottom:0}.purchase-success-page .timeout-section .support-info{text-align:left;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:1rem;margin:1rem 0}.purchase-success-page .timeout-section .support-info p{margin:.25rem 0;font-size:.875rem;color:#92400e}.purchase-success-page .timeout-section .support-info p:first-child{margin-top:0}.purchase-success-page .timeout-section .support-info p:last-child{margin-bottom:0}.purchase-success-page .timeout-section .support-info code{background-color:#ffffff80;padding:.125rem .375rem;border-radius:4px;font-size:.8125rem;word-break:break-all}.purchase-success-page .timeout-section .support-info a{color:#b45309;text-decoration:underline}.purchase-success-page .timeout-section .support-info a:hover{text-decoration:none}.purchase-success-page .timeout-section .timeout-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.purchase-success-page .timeout-section .timeout-actions .button{margin-top:0;width:100%;padding:.875rem 1.5rem;border-radius:8px;font-weight:500;font-size:.9375rem;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s}.purchase-success-page .timeout-section .timeout-actions .cta-button{background-color:#ec4899;color:#fff;border:none}.purchase-success-page .timeout-section .timeout-actions .cta-button:hover{background-color:#db2777}.purchase-success-page .timeout-section .timeout-actions .outline-button{background-color:transparent;border:1px solid #e5e7eb;color:#4b5563}.purchase-success-page .timeout-section .timeout-actions .outline-button:hover{background-color:#f3f4f6}.purchase-success-page .spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#ec4899;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.purchase-success-page .masked-email{background-color:#f3f4f6;padding:.75rem 1rem;border-radius:8px;margin:1.5rem 0}.purchase-success-page .masked-email strong{font-family:monospace}.purchase-success-page .reveal-form{margin-top:1.5rem;text-align:left}.purchase-success-page .reveal-form label{display:block;font-weight:500;margin-bottom:.5rem;color:#2d334a}.purchase-success-page .reveal-form input[type=email]{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-bottom:1rem;box-sizing:border-box}.purchase-success-page .reveal-form input[type=email]:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.purchase-success-page .reveal-form .form-error{color:#ef4444;font-size:.875rem;margin:-.5rem 0 1rem;text-align:left}.purchase-success-page .reveal-form .button{width:100%;padding:.875rem;font-size:1rem}.purchase-success-page .email-notice{font-size:.875rem;color:#4b5563;margin-top:1.5rem}.purchase-success-page .license-code-box{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#f3f4f6;border:2px dashed #e5e7eb;border-radius:8px;padding:1rem;margin:1.5rem 0}.purchase-success-page .license-code-box code{font-size:1.25rem;font-weight:600;letter-spacing:.1em;color:#2d334a;word-break:break-all}.purchase-success-page .license-code-box .copy-button{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:.5rem;color:#4b5563;transition:all .2s}.purchase-success-page .license-code-box .copy-button:hover{background-color:#f3f4f6;color:#2d334a}.purchase-success-page .duration-info{font-size:.875rem;color:#4b5563;margin-bottom:2rem}.purchase-success-page .instructions{text-align:left;background-color:#fef3c7;border-radius:8px;padding:1.25rem;margin:1.5rem 0}.purchase-success-page .instructions h2{font-size:1rem;margin:0 0 .75rem;color:#92400e}.purchase-success-page .instructions ol{margin:0;padding-left:1.25rem;color:#92400e}.purchase-success-page .instructions ol li{margin-bottom:.5rem;line-height:1.5}.purchase-success-page .instructions ol li:last-child{margin-bottom:0}.purchase-success-page .notice{display:flex;align-items:flex-start;gap:.5rem;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:.875rem 1rem;margin:1rem 0 1.5rem;text-align:left}.purchase-success-page .notice svg{flex-shrink:0;color:#b45309;margin-top:2px}.purchase-success-page .notice span{font-size:.875rem;color:#92400e;line-height:1.5}.legal-page{display:flex;flex-direction:column;min-height:100vh}.legal-main{flex:1;padding:80px 20px 60px;background-color:#fffffe}.legal-main .inner{max-width:900px;margin:0 auto}.legal-main h1{font-size:2rem;font-weight:700;color:#272343;margin-bottom:40px;text-align:center}.legal-main .legal-content{line-height:1.8;color:#2d334a}.legal-main .legal-content h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#272343}.legal-main .legal-content h3{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#272343}.legal-main .legal-content p{margin-bottom:1rem}.legal-main .legal-content ul,.legal-main .legal-content ol{margin-bottom:1rem;padding-left:1.5rem}.legal-main .legal-content ul li,.legal-main .legal-content ol li{margin-bottom:.5rem}.legal-main .legal-content a{color:#06c;text-decoration:none}.legal-main .legal-content a:hover{text-decoration:underline}.legal-main .legal-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.legal-main .legal-content table th,.legal-main .legal-content table td{border:1px solid #e5e7eb;padding:16px 20px;text-align:left;vertical-align:top}.legal-main .legal-content table th{background-color:#f3f4f6;font-weight:600;width:25%;white-space:nowrap}.legal-main .legal-content table td{background-color:#fffffe}.legal-main .legal-content table td p{margin-bottom:.75rem}.legal-main .legal-content table td p:last-child{margin-bottom:0}.legal-main .legal-content table td p strong{color:#272343}.legal-main .legal-content table td ul{margin:0;padding-left:1.25rem}.legal-main .legal-content table td ul li{margin-bottom:.4rem}.legal-main .legal-content table td ul li:last-child{margin-bottom:0}.legal-main .legal-content table td .spec-note{font-size:.9rem;color:#4b5563;margin-top:.5rem;margin-bottom:1rem}.legal-main .legal-content table td .email-obfuscated{font-family:monospace;letter-spacing:.05em}.legal-main .legal-content table td .email-note{display:inline-block;margin-top:.5rem;font-size:.85rem;color:#4b5563}.legal-main .legal-content.commercial-transaction table{margin-top:0}.legal-main .legal-content.commercial-transaction table tr:first-child th,.legal-main .legal-content.commercial-transaction table tr:first-child td{border-top-width:2px}.legal-main .legal-content.commercial-transaction table tr:last-child th,.legal-main .legal-content.commercial-transaction table tr:last-child td{border-bottom-width:2px}.legal-main .legal-content.terms .terms-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.legal-main .legal-content.terms .terms-section:last-of-type{border-bottom:none}.legal-main .legal-content.terms .terms-section h2{font-size:1.15rem;font-weight:700;color:#272343;margin-top:0;margin-bottom:1rem;padding-left:.75rem;border-left:4px solid #ec4899}.legal-main .legal-content.terms .terms-section p{margin-bottom:.75rem;text-align:justify}.legal-main .legal-content.terms .terms-section p:last-child{margin-bottom:0}.legal-main .legal-content.terms .terms-section ol{counter-reset:list-counter;list-style:none;padding-left:0;margin:0}.legal-main .legal-content.terms .terms-section ol li{counter-increment:list-counter;padding-left:2rem;position:relative;margin-bottom:.75rem}.legal-main .legal-content.terms .terms-section ol li:before{content:counter(list-counter) ".";position:absolute;left:0;font-weight:600;color:#272343}.legal-main .legal-content.terms .terms-section ol li:last-child{margin-bottom:0}.legal-main .legal-content.terms .terms-section ul{padding-left:1.5rem;margin:.5rem 0 0}.legal-main .legal-content.terms .terms-section ul li{margin-bottom:.5rem;position:relative}.legal-main .legal-content.terms .terms-section ul li::marker{color:#ec4899}.legal-main .legal-content.terms .terms-section ul li:last-child{margin-bottom:0}.legal-main .legal-content.terms .definition-list{margin:0;padding:0}.legal-main .legal-content.terms .definition-list dt{font-weight:600;color:#272343;margin-top:1rem;margin-bottom:.25rem}.legal-main .legal-content.terms .definition-list dt:first-child{margin-top:0}.legal-main .legal-content.terms .definition-list dd{margin-left:1rem;padding-left:1rem;border-left:2px solid #e5e7eb}.legal-main .legal-content.terms .terms-appendix{margin-top:3rem;padding-top:1.5rem;border-top:2px solid #272343}.legal-main .legal-content.terms .terms-appendix h2{font-size:1.1rem;font-weight:700;color:#272343;margin-bottom:.75rem}.legal-main .legal-content.terms .terms-appendix p{margin:0;color:#4b5563}@media (max-width: 768px){.legal-main{padding:60px 16px 40px}.legal-main h1{font-size:1.5rem;margin-bottom:30px}.legal-main .legal-content h2{font-size:1.1rem}.legal-main .legal-content h3{font-size:1rem}.legal-main .legal-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.legal-main .legal-content table th,.legal-main .legal-content table td{padding:12px 14px;font-size:.9rem}.legal-main .legal-content table th{width:30%;min-width:100px;white-space:normal}.legal-main .legal-content.commercial-transaction table,.legal-main .legal-content.commercial-transaction table tbody{display:block}.legal-main .legal-content.commercial-transaction table tr{display:block;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.legal-main .legal-content.commercial-transaction table th,.legal-main .legal-content.commercial-transaction table td{display:block;width:100%;border:none}.legal-main .legal-content.commercial-transaction table th{background-color:#f3f4f6;font-size:.95rem;padding:12px 16px;border-bottom:1px solid #e5e7eb}.legal-main .legal-content.commercial-transaction table td{padding:16px}.legal-main .legal-content.terms .terms-section{margin-bottom:2rem;padding-bottom:1.5rem}.legal-main .legal-content.terms .terms-section h2{font-size:1.05rem}.legal-main .legal-content.terms .terms-section ol li{padding-left:1.75rem}.legal-main .legal-content.terms .definition-list dd{margin-left:.5rem;padding-left:.75rem}.legal-main .legal-content.terms .terms-appendix{margin-top:2rem;padding-top:1rem}}body{font-family:Noto Sans JP,Arial,sans-serif;background-color:#fffffe;color:#2d334a;line-height:1.6;margin:0;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}
