@charset "UTF-8";:root{--lp-blue: #4560c2;--lp-blue-light: #cbd9f2;--lp-blue-alpha: rgba(69, 96, 194, .05);--lp-blue-dark: rgb(49.8372469636, 71.8963562753, 151.9627530364);--lp-pink: #da627d;--lp-green: #68b684;--lp-brown: #523425;--lp-bg-main: #f2f0ef;--lp-bg-light: #f8f8f8;--lp-text-primary: #333333}.lp--therapy{--lp-blue: #ffa4d0;--lp-blue-light: #ffd6e8;--lp-blue-alpha: rgba(255, 164, 208, .05);--lp-blue-dark: #e890ba}:root .lp__container{max-width:71.5rem;padding:0 1.25rem;display:block;width:100%;margin:0 auto;position:relative}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;padding:0;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}ul,ol{list-style:none;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer}:root{--base-width-sp: 390px;--base-font-size: 16px;font-family:Zen Maru Gothic,Hiragino Maru Gothic Pro,Yu Gothic,Meiryo,sans-serif;font-weight:400;font-style:normal}html{font-size:16px;font-size:calc(var(--base-font-size) * 100vw / var(--base-width-sp))}@media screen and (min-width: 576px){html{font-size:23.6307692308px}}.lp__header{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:576px;z-index:100;padding:1.8125rem 1.125rem .625rem;display:flex;align-items:flex-start;justify-content:space-between;transition:transform .3s ease;box-sizing:border-box}.lp__header--hidden{transform:translate(-50%) translateY(-100%)}.lp__header--open{transform:translate(-50%);z-index:102}.lp__header-logo{width:4.0625rem;height:auto;position:relative;z-index:102}.lp__header-menu{background:#da627d;border:none;cursor:pointer;width:2.75rem;height:2.75rem;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;padding:0;position:relative;z-index:102}.lp__header-menu span{display:block;width:1.375rem;height:.15625rem;background:#fff9d7;border-radius:.125rem;transition:transform .3s ease,opacity .3s ease}.lp__header-menu--open{background:#fff}.lp__header-menu--open span{background:#da627d}.lp__header-menu--open span:nth-child(1){transform:translateY(.46875rem) rotate(45deg)}.lp__header-menu--open span:nth-child(2){opacity:0}.lp__header-menu--open span:nth-child(3){transform:translateY(-.46875rem) rotate(-45deg)}@media screen and (min-width: 576px){.lp__header-menu{display:none}}.lp__nav{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:576px;height:100dvh;z-index:101;background:linear-gradient(170deg,#da627d,#f6d5db 60%,#fff9d7);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.lp__nav--open{opacity:1;visibility:visible}.lp__nav-list{list-style:none;padding:0;margin:0;text-align:left}.lp__nav-item{opacity:0;transform:translateY(.75rem);transition:opacity .3s ease,transform .3s ease}.lp__nav--open .lp__nav-item{opacity:1;transform:translateY(0)}.lp__nav--open .lp__nav-item:nth-child(1){transition-delay:.06s}.lp__nav--open .lp__nav-item:nth-child(2){transition-delay:.12s}.lp__nav--open .lp__nav-item:nth-child(3){transition-delay:.18s}.lp__nav--open .lp__nav-item:nth-child(4){transition-delay:.24s}.lp__nav--open .lp__nav-item:nth-child(5){transition-delay:.3s}.lp__nav--open .lp__nav-item:nth-child(6){transition-delay:.36s}.lp__nav--open .lp__nav-item:nth-child(7){transition-delay:.42s}.lp__nav--open .lp__nav-item:nth-child(8){transition-delay:.48s}.lp__nav--open .lp__nav-item:nth-child(9){transition-delay:.54s}.lp__nav-link{font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:900;color:#fff;text-decoration:none;display:block;padding:.75rem 1.5rem;border-radius:.5rem;transition:background .2s ease}.lp__nav-link:hover,.lp__nav-link:active{background:#ffffff26}.lp__hero{text-align:center;padding-top:5.1875rem;padding-bottom:1.5rem;position:relative}.lp__hero:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:#f8f8f8;z-index:0}.lp__hero-subtitle,.lp__hero-brand,.lp__hero-visual,.lp__hero-features,.lp__hero-dots,.lp__hero-catchcopy{position:relative;z-index:1}.lp__hero-subtitle{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:var(--lp-blue);line-height:1.6;margin-bottom:.5rem}.lp__hero-brand{width:12.5rem;height:auto;margin:0 auto -2.5rem;display:block;position:relative;z-index:2}.lp__hero-visual{position:relative;margin-bottom:1rem;z-index:1}.lp__hero-image-frame{margin:0 2.6875rem;border-radius:1.25rem;overflow:hidden;position:relative;aspect-ratio:3/4}.lp__hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.5s ease-in-out}.lp__hero-slide--active{opacity:1}.lp__hero-slide:first-child{position:relative}.lp__hero-features{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.lp__hero-circle{width:6.5rem;height:6.5rem;border-radius:50%;background:#f8f8f8;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center}.lp__hero-circle__label{font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900}.lp__hero-circle__sub{font-family:Zen Maru Gothic,serif;font-size:.9375rem;font-weight:700}.lp__hero-x{font-family:Zen Maru Gothic,serif;font-size:2rem;font-weight:900;color:#333;margin:0 -.75rem;position:relative;z-index:1}.lp__hero-catchcopy{font-family:Zen Maru Gothic,serif;font-size:1.75rem;font-weight:900;color:#333;line-height:2;padding:0 1.25rem;text-decoration:underline dotted #da627d;text-underline-offset:.625rem;text-decoration-thickness:.25rem}.lp__life{text-align:center;padding:1.875rem 0}.lp__life-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#f6d5db;line-height:1}.lp__life-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#333;line-height:1.6;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__life-video{margin:0 1.25rem}.lp__life-video iframe{width:100%;aspect-ratio:16/9;height:auto;border:none;border-radius:.625rem;display:block}.lp__about{padding:1.25rem 1.5625rem}.lp__about-text{font-family:Zen Maru Gothic,serif;font-size:.9375rem;font-weight:700;color:#333;line-height:2;margin-bottom:1.25rem;text-align:center}.lp__about-text--emphasis{font-size:1.0625rem}.lp__about-text--bold{font-size:1.125rem;font-weight:900;color:#da627d}.lp__about-photo{margin:5rem .625rem 0rem}.lp__about-photo img{width:100%;height:auto;border-radius:.625rem;display:block;transform:scale(1.3)}.lp--therapy .lp__about-photo img{transform:scale(1)}.lp__howto{background:#f8f8f8;padding:7.5rem 1.25rem .625rem;text-align:center;position:relative;z-index:0}.lp__howto-round{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%}.lp__howto-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#cbd9f2;line-height:1}.lp__howto-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#333;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__howto-list{display:flex;flex-direction:column;gap:1rem}.lp__howto-card{background:#fff;border-radius:.625rem;overflow:hidden;display:flex;position:relative;text-align:left}.lp__howto-card__accent{width:.875rem;flex-shrink:0}.lp__howto-card__content{padding:1.25rem 1rem;flex:1}.lp__howto-card__header{display:grid;grid-template-columns:1fr 4.1875rem;gap:.75rem;align-items:start;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:none;background-image:radial-gradient(circle,#333333 .125rem,transparent .125rem);background-size:.625rem .25rem;background-repeat:repeat-x;background-position:bottom}.lp__howto-card__number{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:900;color:#d9d9d9;letter-spacing:.175rem;margin-bottom:1rem}.lp__howto-card__title{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#333}.lp__howto-card__desc{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;line-height:1.7}.lp__howto-card__icon{width:4.1875rem;height:4.1875rem;border-radius:.5rem;overflow:hidden}.lp__howto-card__icon img{width:100%;height:100%;object-fit:cover}.lp__pricing{padding:2.5rem 0;background:var(--lp-blue);position:relative;z-index:2}.lp__pricing-hero{width:30rem;height:30rem;border-radius:50%;overflow:hidden;position:relative;z-index:1;left:50%;transform:translate(-50%)}.lp__pricing-hero:after{content:"";position:absolute;top:0;left:-50%;right:-50%;height:50%;background:#fff;z-index:-1}.lp__pricing-hero img{width:100%;height:100%;object-fit:cover;display:block}.lp__pricing-bg-top{position:absolute;top:0;left:0;right:0;height:11.25rem;background:#f8f8f8;z-index:0}.lp__pricing-photo{position:relative}.lp__pricing-photo__img{width:100%;display:block}.lp__pricing-photo__round-top{position:absolute;top:0;left:0;width:100%;z-index:1}.lp__pricing-photo__round-bottom{position:absolute;bottom:0;left:0;width:100%;z-index:1}.lp__plan-card{position:relative;z-index:2;margin:0 1.25rem 1.875rem}.lp__plan-card__badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:700;padding:.25rem 1.5rem;border-radius:3.125rem;white-space:nowrap;z-index:1}.lp__plan-card__inner{background:#fff;border-radius:.625rem;padding:2rem 1.25rem 1.25rem}.lp__plan-card__note{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#da627d;text-align:center;margin-bottom:.5rem;display:inline-block;position:relative;padding:0 1rem}.lp__plan-card__note:before,.lp__plan-card__note:after{content:"";position:absolute;top:50%;width:.125rem;height:.875rem;background:#da627d}.lp__plan-card__note:before{left:0;transform:translateY(-50%) rotate(-30deg)}.lp__plan-card__note:after{right:0;transform:translateY(-50%) rotate(30deg)}.lp__plan-card__price-row{display:flex;align-items:flex-end;justify-content:center;gap:.5rem;margin-bottom:1.25rem}.lp--therapy .lp__plan-card__price-row{flex-direction:column;align-items:center;gap:.75rem}.lp__plan-card__price-group{text-align:center}.lp__plan-card__price-label{display:block;font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:900;color:#333}.lp__plan-card__price-value{font-family:Quicksand,sans-serif;font-size:3.5rem;font-weight:700;color:#333;line-height:1}.lp__plan-card__price-value--large{font-size:2.5rem}.lp__plan-card__price-value--accent{color:#da627d}.lp__plan-card__price-unit{display:inline-flex;flex-direction:column;align-items:center;vertical-align:bottom;line-height:1}.lp__plan-card__price-tax{font-family:Zen Maru Gothic,serif;font-size:.75rem;color:#333}.lp__plan-card__price-yen{font-family:Zen Maru Gothic,serif;font-size:1.875rem;font-weight:900;color:#333}.lp__plan-card__plus{font-family:Zen Maru Gothic,serif;font-size:1.5rem;font-weight:900;color:#333;align-self:flex-end;margin-bottom:.75rem}.lp--therapy .lp__plan-card__plus{align-self:center;margin-bottom:0}.lp__plan-card__features{margin-bottom:1rem}.lp__plan-card__features-title{font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:900;color:#333;margin-bottom:.5rem}.lp__plan-card__features-divider{border-bottom:1px solid #d9d9d9;margin-bottom:.5rem}.lp__plan-card__feature-item{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;padding-left:.75rem;position:relative;line-height:1.8}.lp__plan-card__feature-item:before{content:"●";position:absolute;left:0;top:0;font-size:.5rem;line-height:3.15}.lp__plan-card__app-promo{display:flex;gap:.75rem;background:#f2f0ef;border-radius:.625rem;padding:.75rem;margin-bottom:1rem;align-items:center}.lp__plan-card__app-promo-image{width:5.625rem;flex-shrink:0;border-radius:.5rem;overflow:hidden;cursor:pointer;position:relative}.lp__plan-card__app-promo-image img{width:100%;height:auto;display:block}.lp__plan-card__app-promo-zoom{display:block;text-align:center;font-family:Zen Maru Gothic,serif;font-size:.5625rem;font-weight:700;color:#ab9c94;margin-top:.25rem}.lp__plan-card__app-promo-title{font-family:Zen Maru Gothic,serif;font-size:.9375rem;font-weight:900;color:#333;margin-bottom:.25rem}.lp__plan-card__app-promo-desc{font-family:Zen Maru Gothic,serif;font-size:.75rem;font-weight:700;color:#333;line-height:1.6}.lp__accordion-item{background:#f2f0ef;border-radius:.625rem;overflow:hidden;margin-top:.75rem}.lp__accordion-item__header{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer}.lp__accordion-item__icon{width:1.1875rem;height:1.1875rem;border-radius:50%;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.5rem}.lp__accordion-item__title{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;flex:1}.lp__accordion-item__toggle{font-size:1.125rem;color:#333;margin-left:auto}.lp__accordion-item__content{max-height:0;overflow:hidden}@media (prefers-reduced-motion: no-preference){.lp__accordion-item__content{transition:max-height .3s ease-out}}.lp__accordion-answer{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#333;line-height:1.6;padding:0 1rem .5rem 2.75rem}.lp__accordion-note{font-family:Zen Maru Gothic,serif;font-size:.625rem;font-weight:500;color:#333;padding:0 1rem 1rem 2.75rem}.lp__package-photo{margin:1.5rem 1.25rem 1rem}.lp__package-photo img{width:100%;display:block;border-radius:.625rem}.lp__package-photo__placeholder{width:100%;aspect-ratio:4/3;background:#ffffff26;border:2px dashed rgba(255,255,255,.4);border-radius:.625rem;display:flex;align-items:center;justify-content:center}.lp--therapy .lp__package-photo__placeholder{background:#33333314;border-color:#3333}.lp__package-photo__label{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#fff9}.lp--therapy .lp__package-photo__label{color:#3336}.lp__package-info,.lp__product-detail{background:#fff;border-radius:.625rem;padding:1.25rem 1.5rem;margin:0 1.25rem 1rem}.lp__package-info__title,.lp__product-detail__title{font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:900;color:#333}.lp__package-info__divider,.lp__product-detail__divider{border-bottom:1px dotted #ab9c94;margin:.5rem 0}.lp__package-info__item,.lp__product-detail__item{font-family:Zen Maru Gothic,serif;font-size:.75rem;font-weight:700;color:#333;line-height:1.8;padding-left:.75rem;position:relative}.lp__package-info__item:before,.lp__product-detail__item:before{content:"●";position:absolute;left:0;top:0;font-size:.375rem;line-height:3.6}.lp__package-info__subtitle,.lp__product-detail__subtitle{font-family:Zen Maru Gothic,serif;font-size:.625rem;color:#333;margin-bottom:.75rem}.lp__package-info__list,.lp__product-detail__list{display:flex;flex-direction:column;gap:.5rem}.lp__package-info__row,.lp__product-detail__row{border-bottom:1px solid #d9d9d9;padding-bottom:.5rem}.lp__package-info__value,.lp__product-detail__value{font-family:Zen Maru Gothic,serif;font-size:.625rem;color:#333;white-space:pre-line}.lp__pricing-notice{margin:1.5rem 1.25rem 0;padding:1rem 1.25rem;background:#ffffff26;border-radius:.625rem}.lp--therapy .lp__pricing-notice{background:#33333314}.lp__pricing-notice__title{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:900;color:#fff;margin-bottom:.5rem}.lp--therapy .lp__pricing-notice__title{color:#333}.lp__pricing-notice__list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.lp__pricing-notice__list li{font-family:Zen Maru Gothic,serif;font-size:.6875rem;font-weight:500;color:#fff;line-height:1.8;padding-left:1rem;position:relative}.lp--therapy .lp__pricing-notice__list li{color:#333}.lp__pricing-notice__list li:before{content:"・";position:absolute;left:0}.lp__pricing-faqs{margin:0 1.25rem 1rem}.lp--therapy .lp__pricing-subsidy{background:#68b6841a;border-left:3px solid #68b684;border-radius:.375rem;padding:.75rem 1rem;margin:1rem 1.25rem 0}.lp--therapy .lp__pricing-subsidy__text{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#333;line-height:1.6}.lp__option{padding:3.75rem 1.25rem;text-align:center;color:#333}.lp__option-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#f6d5db;line-height:1}.lp__option-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;margin-top:-1.25rem;margin-bottom:2rem;position:relative;z-index:1}.lp__option-list{display:flex;flex-direction:column;gap:2.5rem}.lp__option-card{text-align:center}.lp__option-card__image{position:relative;border-radius:.625rem;overflow:hidden;margin-bottom:1rem}.lp__option-card__image img{width:100%;height:13.75rem;object-fit:cover;display:block}.lp__option-card__price{position:absolute;bottom:.75rem;right:.75rem;background:#fff;color:#333;font-family:Zen Maru Gothic,serif;font-weight:900;padding:.5rem 1rem;border-radius:.375rem;display:flex;align-items:baseline;gap:.0625rem}.lp__option-card__price-label{font-size:.625rem;font-weight:700;background:#da627d;color:#fff;padding:.125rem .375rem;border-radius:.1875rem;margin-right:.25rem;align-self:center}.lp__option-card__price-plus{font-size:.875rem}.lp__option-card__price-amount{font-family:Quicksand,sans-serif;font-size:1.75rem;line-height:1}.lp__option-card__price-unit{font-size:.875rem}.lp__option-card__price-tax{font-size:.625rem;font-weight:700;color:#ab9c94}.lp__option-card__title{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;margin-bottom:.75rem;display:inline-block;background-image:radial-gradient(circle,#333333 .125rem,transparent .125rem);background-size:.625rem .25rem;background-repeat:repeat-x;background-position:bottom;padding-bottom:.625rem}.lp__option-card__divider{display:none}.lp__option-card__desc{font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:700;line-height:1.8;text-align:left;padding:0 .5rem}.lp__option-card__note{font-family:Zen Maru Gothic,serif;font-size:.6875rem;font-weight:500;color:#ab9c94;line-height:1.6;text-align:left;padding:.5rem .5rem 0}.lp__compare{padding:2.5rem 1.25rem 3rem;background:#f8f8f8}.lp__compare-en{font-family:Lilita One,cursive;font-size:3.625rem;font-weight:900;color:var(--lp-blue-light);line-height:1;text-align:center;text-transform:capitalize}.lp__compare-heading{font-size:1.25rem;font-weight:900;color:#333;text-align:center;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -.25rem}.lp__compare-table{width:100%;border-collapse:collapse;font-size:.75rem;line-height:1.5}.lp__compare-table__header{padding:.5rem .375rem;font-weight:700;text-align:center;background:#d9d9d9;border:1px solid #d9d9d9;font-size:.6875rem}.lp__compare-table__header--tappu{background:var(--lp-blue);color:#fff}.lp__compare-table__row:nth-child(2n){background:#fff}.lp__compare-table__label{padding:.5rem .375rem;font-weight:700;border:1px solid #d9d9d9;white-space:nowrap;font-size:.6875rem}.lp__compare-table__cell{padding:.5rem .375rem;text-align:center;border:1px solid #d9d9d9}.lp__compare-table__cell--tappu{background:var(--lp-blue-alpha);font-weight:700}.lp__compare-footnote{font-size:.6875rem;color:#adadad;margin-top:.75rem;text-align:center}.lp__support{background:linear-gradient(180deg,#ffc3d0,#b9cbff);padding:1.25rem 1.25rem 3.75rem;text-align:center;color:#fff}.lp__support-arch{width:18.75rem;height:10.125rem;display:block;margin:0 auto -1.25rem;overflow:visible}.lp__support-arch__text{font-family:Zen Maru Gothic,serif;font-size:24px;font-weight:900;fill:#fff}.lp__support-arch__text--sub{font-size:22px}.lp__support-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#ffffff26;line-height:1}.lp__support-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__support-image{border-radius:.625rem;overflow:hidden;margin-bottom:1.25rem}.lp__support-image img{width:100%;display:block}.lp__support-text{margin:2rem 0;color:#333}.lp__support-text p{font-family:Zen Maru Gothic,serif;font-size:.9375rem;font-weight:700;line-height:2}.lp__support-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.lp__support-feature{background:#fff;border-radius:.625rem;display:flex;align-items:center;padding:1rem 1.25rem;text-align:left;color:#333}.lp__support-feature__icon{width:3.875rem;height:3.875rem;border-radius:.5rem;flex-shrink:0;margin-right:1.5rem;overflow:hidden}.lp__support-feature__icon img{width:100%;height:100%;object-fit:cover}.lp__support-feature__title{font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900;margin-bottom:.25rem}.lp__support-feature__desc{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;line-height:1.5}.lp__support-anything{font-family:Zen Maru Gothic,serif;font-size:1.75rem;font-weight:900;margin-bottom:1.25rem;color:#333}.lp__support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.lp__support-grid__item{background:#fff;border-radius:.625rem;padding:.75rem;text-align:center;color:#333}.lp__support-grid__icon{width:4.25rem;height:4.25rem;margin:0 auto .25rem;border-radius:.5rem;overflow:hidden}.lp__support-grid__icon img{width:100%;height:100%;object-fit:contain}.lp__support-grid__label{font-family:Zen Maru Gothic,serif;font-size:.75rem;font-weight:700;display:block}.lp__support-cta{display:block;margin:1.5rem 1.25rem 0;padding:1rem;background:#fff;color:#da627d;font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:900;text-align:center;text-decoration:none;border-radius:3.125rem}@media (prefers-reduced-motion: no-preference){.lp__support-cta{transition:opacity .2s}}.lp__support-cta:hover{opacity:.8}.lp__flow{background:#f8f8f8;padding:3.75rem 1.25rem;text-align:center}.lp__flow-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#f6d5db;line-height:1}.lp__flow-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#333;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__flow-steps{text-align:left}.lp__flow-step{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;position:relative}.lp__flow-step__number{width:2.25rem;height:2.25rem;border-radius:.5rem;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp__flow-step__line{position:absolute;left:1.125rem;top:2.25rem;bottom:-1.25rem;width:1px;background:#da627d}.lp__flow-step__title{font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900;color:#333;margin-bottom:.25rem}.lp__flow-step__desc{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#333;line-height:1.6}.lp__flow-step__link{display:inline-block;margin-top:.375rem;color:#da627d;font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:900;text-decoration:underline;text-underline-offset:.1875rem}.lp__flow-step__link:hover{opacity:.7}.lp__join{background:#da627d;padding:3.75rem 1.25rem 7.5rem;text-align:center;position:relative}.lp__join-shape{position:absolute;bottom:-.0625rem;left:0;width:100%;display:block}.lp__join-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:#ffffff26;line-height:1}.lp__join-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#fff;margin-top:-1.25rem;margin-bottom:.5rem;position:relative;z-index:1}.lp__join-sub{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#fffc;margin-bottom:1.5rem}.lp__join-form-wrap{background:#fff;border-radius:.625rem;padding:1.5rem 1.25rem;text-align:left}.lp__form-section{margin-bottom:.75rem;margin-top:1.25rem}.lp__form-section:first-child{margin-top:0}.lp__form-section__badge{display:inline-block;background:#333;color:#fff;font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;padding:.125rem .75rem;border-radius:.25rem}.lp__form-group{margin-bottom:1rem}.lp__form-label{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:900;color:#333;display:block;margin-bottom:.25rem}.lp__form-required{color:#da627d;margin-left:.25rem}.lp__form-input,.lp__form-select{width:100%;height:2.25rem;border:1px solid #ab9c94;border-radius:.3125rem;padding:0 .75rem;font-family:Zen Maru Gothic,serif;font-size:.875rem;color:#333;background:#fff}.lp__form-input--valid,.lp__form-select--valid{border-color:#68b684}.lp__form-input--invalid,.lp__form-select--invalid{border-color:#da627d}.lp__form-textarea{width:100%;height:6.25rem;border:1px solid #ab9c94;border-radius:.3125rem;padding:.5rem .75rem;font-family:Zen Maru Gothic,serif;font-size:.875rem;color:#333;resize:vertical}.lp__form-hint{font-family:Zen Maru Gothic,serif;font-size:.6875rem;color:#ab9c94;margin-top:.25rem;line-height:1.5}.lp__form-hint--success{color:#68b684}.lp__form-hint--error{color:#da627d}.lp__form-checkbox{font-family:Zen Maru Gothic,serif;font-size:.8125rem;color:#333;display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:.5rem}.lp__form-checkbox:last-child{margin-bottom:0}.lp__form-checkbox input{width:1rem;height:1rem;flex-shrink:0}.lp__form-checkbox a{color:var(--lp-blue);text-decoration:underline;text-underline-offset:2px;font-weight:700}.lp__form-checkbox a:hover{color:var(--lp-blue-dark)}.lp__form-error{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#fff;background:#da627d;padding:.625rem .875rem;border-radius:.375rem;margin-bottom:1rem;line-height:1.5}.lp__form-plan-group{display:flex;flex-direction:column;gap:.5rem}.lp__form-plan-option{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;border:2px solid #ab9c94;border-radius:.5rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.lp__form-plan-option--selected{border-color:#da627d;background:#da627d0f}.lp__form-plan-option input{width:1rem;height:1rem;flex-shrink:0;accent-color:#da627d}.lp__form-plan-option__badge{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:900;color:#333}.lp__form-plan-option__price{font-family:Zen Maru Gothic,serif;font-size:.75rem;color:#ab9c94;margin-left:auto}.lp__form-device-banner{background:#f8f8f8;border-radius:.625rem;padding:1rem;margin-bottom:1rem}.lp__form-device-banner__check{display:flex;align-items:center;gap:.625rem;cursor:pointer;margin-bottom:.5rem}.lp__form-device-banner__check input{width:1.125rem;height:1.125rem}.lp__form-device-banner__label{font-family:Zen Maru Gothic,serif;font-size:1rem;font-weight:900;color:#333}.lp__form-device-banner__note{font-family:Zen Maru Gothic,serif;font-size:.625rem;color:#ab9c94;line-height:1.5}.lp__form-device-address{margin-bottom:1rem;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:1}.lp__form-device-address--collapsed{max-height:0!important;opacity:0;margin-bottom:0}.lp__form-postal-row{display:flex;align-items:center;gap:.375rem}.lp__form-postal-prefix{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;flex-shrink:0}.lp__form-radio-group{display:flex;flex-wrap:wrap;gap:.5rem}.lp__form-radio-label{font-family:Zen Maru Gothic,serif;font-size:.8125rem;color:#333;display:flex;align-items:center;gap:.25rem;cursor:pointer}.lp__form-radio-label input{width:.875rem;height:.875rem}.lp__form-success{text-align:center;padding:1.25rem 0}.lp__form-success__title{font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900;color:#333;margin-bottom:1rem}.lp__form-success__desc{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;line-height:1.8;margin-bottom:1.5rem}.lp__form-success__link{display:inline-block;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;padding:.75rem 1.5rem;border-radius:3.125rem;text-decoration:none}.lp__qa{padding:2.5rem 1.25rem;text-align:center;position:relative;overflow:hidden;background:#fff}.lp__qa-en{font-family:Zen Maru Gothic,serif;font-size:3.625rem;font-weight:900;color:var(--lp-blue-light);line-height:1;position:relative;z-index:1}.lp__qa-heading{font-family:Zen Maru Gothic,serif;font-size:1.25rem;font-weight:900;color:#333;margin-top:-1.25rem;margin-bottom:1.5rem;position:relative;z-index:1}.lp__qa-list{display:flex;flex-direction:column;gap:.625rem;position:relative;z-index:1}.lp__qa-item{background:#f8f8f8;border-radius:.625rem;overflow:hidden;text-align:left;cursor:pointer}.lp__qa-item__header{display:flex;align-items:center;padding:.75rem 1rem}.lp__qa-item__q{width:1.1875rem;height:1.1875rem;border-radius:50%;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.5rem}.lp__qa-item__question{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;color:#333;flex:1}.lp__qa-item__toggle{font-size:1rem;color:#333}.lp__qa-item__answer{max-height:0;overflow:hidden}@media (prefers-reduced-motion: no-preference){.lp__qa-item__answer{transition:max-height .3s ease-out}}.lp__qa-item__answer p{font-family:Zen Maru Gothic,serif;font-size:.8125rem;font-weight:700;color:#333;line-height:1.6;padding:0 1rem 1rem 2.75rem}.lp__line-support{background:#f8f8f8;padding:2.5rem 1.25rem}.lp__line-support__card{background:#fff;border-radius:1rem;padding:1.75rem 1.5rem;box-shadow:0 .125rem .5rem #0000000f}.lp__line-support__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.lp__line-support__title{font-family:Zen Maru Gothic,serif;font-size:1.375rem;font-weight:900;color:#333}.lp__line-support__divider{border-bottom:2px dotted #d9d9d9;margin-bottom:1.25rem}.lp__line-support__desc{font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:500;color:#333;line-height:1.8;margin-bottom:1.5rem}.lp__line-support__btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1.125rem 1.5rem;background:#06c755;color:#fff;font-family:Zen Maru Gothic,serif;font-size:1.125rem;font-weight:900;text-decoration:none;border-radius:3.125rem;border:none;cursor:pointer}@media (prefers-reduced-motion: no-preference){.lp__line-support__btn{transition:opacity .2s}}.lp__line-support__btn:hover{opacity:.85}.lp__line-support__badges{display:flex;justify-content:center;gap:1.5rem;margin-top:1.25rem}.lp__line-support__badge{text-align:center}.lp__line-support__badge-label{font-family:Zen Maru Gothic,serif;font-size:.75rem;font-weight:700;color:#333}.lp__footer{text-align:center}.lp__footer-hero{position:relative;overflow:hidden;z-index:1;margin-bottom:-12.5rem}.lp__footer-hero__dog{width:100%;aspect-ratio:1;object-fit:cover;display:block}.lp__footer-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.875rem 1.25rem}.lp__footer-hero__overlay .lp__floating-cta{flex:none;width:auto;background:#fff;color:#da627d;padding:.625rem 1rem .875rem 2rem;box-shadow:0 .375rem 1.5rem #00000026;animation:none}.lp__footer-hero__overlay .lp__floating-cta .lp__floating-cta__badge,.lp__footer-hero__overlay .lp__floating-cta .lp__floating-cta__text{color:#da627d}.lp__footer-hero__overlay .lp__floating-cta .lp__floating-cta__arrow{background:#da627d;color:#fff}.lp__footer-hero__overlay .lp__floating-cta:hover,.lp__footer-hero__overlay .lp__floating-cta:active{box-shadow:0 .5rem 1.875rem #0003}.lp__footer-tagline{font-family:Zen Maru Gothic,serif;font-size:.9375rem;font-weight:900;color:#fff;line-height:1.6;margin-bottom:.75rem}.lp__footer-logo{width:10.8125rem;margin-bottom:1rem}.lp__footer-info{background:var(--lp-blue);padding:12.5rem 1.875rem 1.875rem;color:#fff;font-family:Zen Maru Gothic,serif;font-size:.875rem;font-weight:700;line-height:1.6;text-align:left}.lp__footer-info a{color:#fff}.lp__footer-company{margin-bottom:.25rem}.lp__footer-company a{display:block;font-size:.75rem}.lp__footer-address{margin-bottom:.25rem}.lp__footer-email{margin-bottom:.75rem}.lp__footer-copyright{background:var(--lp-blue);padding:.75rem 1.25rem 6.25rem}.lp__footer-copyright p{font-family:Zen Maru Gothic,serif;font-size:.625rem;font-weight:400;color:#fff}.lp__floating{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:576px;z-index:99;display:flex}@media screen and (min-width: 576px){.lp__floating{display:none}}.lp__floating{align-items:center;justify-content:center;padding:.75rem 1rem 1.25rem;box-sizing:border-box;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.15) 0%,transparent 100%)}.lp__floating-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;padding:.625rem 1.5rem .875rem;border-radius:3.125rem;border:none;text-decoration:none;cursor:pointer;box-shadow:0 .375rem 1.5rem #da627d80;pointer-events:auto;transition:transform .2s ease,box-shadow .2s ease;animation:floating-pulse 2s ease-in-out infinite}.lp__floating-cta:disabled{opacity:.6;cursor:not-allowed;animation:none}.lp__floating-cta__body{display:flex;flex-direction:column;align-items:center}.lp__floating-cta__badge{font-size:.6875rem;font-weight:700;color:#fff9d7;letter-spacing:.08em}.lp__floating-cta__text{font-size:1rem;font-weight:900;letter-spacing:.05em}.lp__floating-cta__arrow{width:1.75rem;height:1.75rem;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.lp__floating-cta--arrow{flex-direction:row;gap:.5rem}.lp__floating-cta:hover,.lp__floating-cta:active{transform:scale(1.03);box-shadow:0 .5rem 1.875rem #da627d99}@keyframes floating-pulse{0%,to{box-shadow:0 .375rem 1.5rem #da627d80}50%{box-shadow:0 .375rem 2rem #da627db3}}.lp__floating-top{width:2.75rem;height:2.75rem;border-radius:50%;border:none;background:#fff;color:#523425;font-size:1.125rem;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 .125rem .75rem #0000001f;flex-shrink:0;margin-left:.625rem;opacity:0;pointer-events:none;transition:opacity .3s ease,background .2s ease}.lp__floating-top--visible{opacity:1;pointer-events:auto}.lp__floating-top:hover,.lp__floating-top:active{background:#fff9d7}.lp__modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;opacity:0;transition:opacity .25s ease}.lp__modal-overlay--visible{opacity:1}.lp__modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:90%;max-width:31.25rem;opacity:0;transition:transform .25s ease,opacity .25s ease}.lp__modal--visible{transform:translate(-50%,-50%) scale(1);opacity:1}.lp__modal__close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;z-index:1}.lp__modal__slide{width:100%;border-radius:.625rem;overflow:hidden;transition:transform .3s ease}.lp__modal__slide--left{animation:slideFromRight .3s ease}.lp__modal__slide--right{animation:slideFromLeft .3s ease}.lp__modal__slide img{width:100%;height:auto;display:block;user-select:none;-webkit-user-drag:none}.lp__modal__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0006;border:none;width:2.25rem;height:2.25rem;border-radius:50%;cursor:pointer;z-index:2;transition:background .2s ease}.lp__modal__arrow:active{background:#0009}.lp__modal__arrow:after{content:"";display:block;width:.625rem;height:.625rem;border-top:.15625rem solid #ffffff;border-right:.15625rem solid #ffffff;position:absolute;top:50%}.lp__modal__arrow--prev{left:.5rem}.lp__modal__arrow--prev:after{left:55%;transform:translate(-50%,-50%) rotate(-135deg)}.lp__modal__arrow--next{right:.5rem}.lp__modal__arrow--next:after{right:55%;transform:translate(50%,-50%) rotate(45deg)}.lp__modal__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.lp__modal__dot{width:.5rem;height:.5rem;border-radius:50%;background:#fff6;cursor:pointer;transition:background .2s ease,transform .2s ease}.lp__modal__dot--active{background:#fff;transform:scale(1.3)}@keyframes slideFromRight{0%{transform:translate(30%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideFromLeft{0%{transform:translate(-30%);opacity:0}to{transform:translate(0);opacity:1}}.lp__pc-left,.lp__pc-right{display:none}@media screen and (min-width: 576px){.lp__pc-left,.lp__pc-right{display:block;position:fixed;top:0;height:100vh;z-index:50}.lp__pc-left{left:0;width:calc((100vw - 576px)/2)}.lp__pc-left__inner{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 24px}.lp__pc-left__logo{width:120px;height:auto}.lp__pc-left__sign{width:80px;height:auto}.lp__pc-left__tagline{font-family:Zen Maru Gothic,serif;font-size:16px;font-weight:900;color:#ffffffe6;text-align:center;line-height:1.7;letter-spacing:.08em}.lp__pc-right{right:0;width:calc((100vw - 576px)/2)}.lp__pc-right__inner{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:40px 20px}.lp__pc-right__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;width:100%;max-width:200px}.lp__pc-right__nav-link{display:block;font-family:Zen Maru Gothic,serif;font-size:13px;font-weight:700;color:#ffffffb3;text-decoration:none;padding:8px 14px;border-radius:8px;border-left:3px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}.lp__pc-right__nav-link:hover{color:#fff;background:#ffffff1a;border-left-color:#fff6}.lp__pc-right__nav-link.is-active{color:#fff;background:#ffffff26;border-left-color:#da627d;font-weight:900}.lp__pc-right__cta{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:200px;background:#da627d;color:#fff;font-family:Zen Maru Gothic,serif;text-decoration:none;padding:12px 20px 14px;border-radius:50px;box-shadow:0 6px 24px #da627d80;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;animation:pc-cta-pulse 2s ease-in-out infinite}.lp__pc-right__cta:hover{transform:scale(1.05);box-shadow:0 8px 30px #da627db3;background:#d44968}.lp__pc-right__cta-badge{font-size:11px;font-weight:700;opacity:.85;letter-spacing:.06em}.lp__pc-right__cta-text{font-size:14px;font-weight:900;letter-spacing:.04em}@keyframes pc-cta-pulse{0%,to{box-shadow:0 6px 24px #da627d80}50%{box-shadow:0 6px 32px #da627db3}}}.lp{width:100%;background:#f2f0ef}@media screen and (min-width: 576px){.lp{background:#2a5caa}}.lp__wrapper{max-width:576px;margin:0 auto;background:#fff;overflow:hidden}.lp__about,.lp__howto,.lp__pricing,.lp__option,.lp__compare,.lp__support,.lp__flow,.lp__join,.lp__qa{content-visibility:auto;contain-intrinsic-size:auto 500px}.lp__image-note{font-family:Zen Maru Gothic,serif;font-size:.625rem;font-weight:500;color:#ab9c94;text-align:right;margin-top:.5rem;padding-right:.5rem}.lp__btn01__contents{background:#d0837d;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .5rem .5rem 1.25rem;border-radius:3.13rem;text-decoration:none}.lp__btn01__text{color:#fff;text-align:center;font-size:.6875rem;font-style:normal;font-weight:700;line-height:normal}.lp__btn01 img{width:1.125rem;height:1.125rem;object-fit:cover}@media (prefers-reduced-motion: no-preference){.lp__btn01 img{transition:transform .3s ease-in-out}}.lp__btn01:hover img{transform:rotate(90deg)}.lp__btn01 input{width:100%;padding:.7rem .5rem .7rem 1.25rem;border-radius:3.13rem;background:#d0837d;color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;border:none;cursor:pointer}
