:root{--color-red:#f04646;--color-red-dark:#d8302f;--color-red-line:#f04646;--color-pink:#f8d6d4;--color-bg:#f5f0ea;--color-bg-alt:#ece6dc;--color-text:#1a1a1a;--color-white:#fff;--color-border:#ddd;--color-overlay:rgba(0,0,0,.45);--color-dark:#1a1a1a;--color-green:#2db14f;--color-green-dark:#249a42;--color-olive:#868a54;--content-width:430px;--header-height:64px;--font-main:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;--font-en:"Roboto","游ゴシック体","Yu Gothic",YuGothic,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scrollbar-gutter:stable}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-main);font-feature-settings:"palt";font-weight:500;line-height:1.75;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.header__logo img{height:30px;width:auto}.footer__logo img{height:42px;width:auto}.header{background:var(--color-white);box-shadow:0 1px 6px rgba(0,0,0,.08);height:var(--header-height);left:50%;max-width:var(--content-width);position:fixed;top:0;transform:translateX(-50%);width:100%;z-index:100}.header__inner{height:100%;justify-content:space-between;padding:0 14px}.header__inner,.header__right{align-items:center;display:flex}.header__right{gap:10px}.header__reserve{align-items:center;background:var(--color-red);border-radius:3px;color:var(--color-white);display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;padding:9px 10px 9px 16px;transition:background .2s}.header__reserve:hover{background:var(--color-red-dark)}.header__reserve-arrow{align-items:center;border:1.5px solid hsla(0,0%,100%,.8);border-radius:50%;display:inline-flex;font-size:.78rem;height:20px;justify-content:center;line-height:1;padding-bottom:1px;width:20px}.header__hamburger{align-items:flex-start;background:none;border:none;border-radius:0;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:7px;height:36px;justify-content:center;width:28px}.hamburger__bar{background:var(--color-text);border-radius:1px;display:block;height:2px}.hamburger__bar:first-child{width:26px}.hamburger__bar:nth-child(2){width:22px}.hamburger__bar:nth-child(3){width:16px}.nav-drawer{background:var(--color-white);display:flex;flex-direction:column;height:100dvh;left:50%;max-width:var(--content-width);opacity:0;overflow:hidden;position:fixed;top:0;transform:translateX(-50%);transition:opacity .35s ease,visibility .35s ease;visibility:hidden;width:100%;z-index:200}.nav-drawer.is-open{opacity:1;visibility:visible}.nav-drawer__header{align-items:center;border-bottom:1px solid var(--color-border);display:flex;flex-shrink:0;height:var(--header-height);justify-content:space-between;padding:12px 16px}.nav-drawer__close{background:none;border:none;cursor:pointer;flex-shrink:0;height:40px;position:relative;width:40px}.close__bar{background:var(--color-red);border-radius:1px;display:block;height:2px;left:50%;position:absolute;top:50%;width:22px}.close__bar--left{transform:translate(-50%,-50%) rotate(45deg)}.close__bar--right{transform:translate(-50%,-50%) rotate(-45deg)}.nav-drawer__list{flex:1;min-height:0;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.nav-drawer__list li{border-bottom:1px solid #eee}.nav-drawer__link{align-items:center;color:var(--color-text);display:flex;font-size:.95rem;font-weight:700;gap:14px;padding:12px 20px;transition:background .15s,color .15s}.nav-drawer__num{color:var(--color-red);font-family:var(--font-en);font-size:.85rem;font-weight:700;min-width:28px}.nav-drawer__link:hover{background:#faf7f3;color:var(--color-red)}.nav-drawer__ext{background:var(--color-white);border-top:2px solid var(--color-red);flex-shrink:0;padding:20px 20px 36px}.nav-drawer__ext-label{color:var(--color-red);display:block;font-family:var(--font-en);font-size:.78rem;font-weight:700;letter-spacing:.08em;margin-bottom:16px}.nav-drawer__ext-link{align-items:center;background:var(--color-white);border:1px solid var(--color-text);border-radius:0;color:var(--color-text);display:flex;font-size:.9rem;font-weight:700;justify-content:space-between;margin-bottom:10px;padding:14px 16px;transition:background .15s}.nav-drawer__ext-link:last-child{margin-bottom:0}.nav-drawer__ext-link:hover{background:#faf7f3}.nav-drawer__ext-link span{color:var(--color-red);font-size:1rem;line-height:1}html.is-nav-open{overflow:hidden}body.is-nav-open{left:0;overflow:hidden;position:fixed;right:0;width:100%}html.is-nav-open .nav-drawer,html.is-nav-open .nav-drawer__list{touch-action:auto}.overlay{background:var(--color-overlay);inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .35s;z-index:150}.overlay.is-active{opacity:1;pointer-events:auto}.layout{min-height:100vh;position:relative}.bg-panel{display:none}.content-panel{background:var(--color-bg);margin:0 auto;margin-top:var(--header-height);max-width:var(--content-width);min-height:calc(100vh - var(--header-height));position:relative;width:100%;z-index:1}#numbers>h2{color:var(--color-red)}@media (min-width:768px){.bg-panel,body{background:#ffd7d7}.bg-panel{display:block;inset:0;position:fixed;z-index:0}.content-panel{box-shadow:0 0 60px rgba(0,0,0,.4)}}.section{overflow:hidden;padding:54px 20px;position:relative}.section--white{background:var(--color-white)}.section--alt{background:var(--color-bg-alt)}.section__en{align-self:center;border-bottom:1px solid #3d3d3d;border-top:1px solid #3d3d3d;color:#000;display:block;font-family:var(--font-en);font-feature-settings:"palt";font-size:.82rem;font-weight:700;letter-spacing:.14em;margin-bottom:26px;padding:8px 28px;text-align:center;width:auto}.prop-preview{background:#f7f1e9}.worry-sec{background:#f6f6f2}.section__ja{font-size:1.4rem;font-weight:700;line-height:1.4;margin-bottom:28px}.section__ja,.section__ja--center{text-align:center}.section__sup{align-self:center;border-bottom:1px solid #3d3d3d;border-top:1px solid #3d3d3d;color:#3d3d3d;display:block;font-size:.82rem;letter-spacing:.08em;margin-bottom:26px;padding:12px 28px;width:auto}.block-title,.section__sup{font-weight:700;text-align:center}.block-title{font-size:1.55rem;line-height:1.45;margin-bottom:18px}.block-title--center{text-align:center}.block-title em{border-bottom:3px solid var(--color-red-line);color:var(--color-red);font-style:normal}.block-text{color:#000;font-size:.8rem;line-height:1.95;margin-bottom:16px}.block-text--center{text-align:center}.lead-badge{align-items:center;align-self:center;background:var(--color-olive);border-radius:100px;color:#fff;display:inline-flex;font-size:.78rem;font-weight:700;margin:0 auto 14px;padding:6px 18px}.section{display:flex;flex-direction:column}.pill-badge{align-self:center;background:#f04646;border-radius:100px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;margin:0 auto 18px;padding:5px 60px}#concierge>span{background:#868a54}.pill-badge--bubble{margin-bottom:22px;position:relative}.pill-badge--bubble:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid var(--color-red);bottom:-7px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.mini-badge{align-self:center;background:#000;border-radius:100px;color:#fff;display:inline-flex;font-size:.74rem;font-weight:700;letter-spacing:.04em;margin:36px auto 18px;padding:5px 28px}.mini-badge--red{background:var(--color-red)}.btn-outline{align-items:center;background:none;border:2px solid var(--color-red);border-radius:100px;color:var(--color-text);cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:700;gap:10px;justify-content:center;margin:24px auto 0;max-width:340px;padding:10px 24px;transition:background .2s,color .2s;width:100%}.btn-outline span{color:var(--color-red)}.btn-outline:hover{background:var(--color-red);color:#fff}.btn-outline:hover span{color:#fff}.cta-amazon,.cta-line,.cta-red{align-items:center;border:none;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.35);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:1.05rem;font-weight:700;justify-content:center;line-height:1.4;margin-top:14px;padding:20px;position:relative;text-align:center;transition:transform .15s,filter .2s;width:100%}.cta-amazon small,.cta-line small,.cta-red small{font-size:.72rem;font-weight:500;opacity:.92}.cta-line small:first-child{margin:0 0 5px}.cta-amazon small,.cta-line small:last-child:not(:first-child),.cta-red small{margin-top:4px}.cta-line{background:var(--color-green);color:#fff}.cta-line small{color:#fff6b8;font-weight:700;opacity:1;text-shadow:0 1px 2px rgba(0,0,0,.28)}.cta-line__main{font-size:1.28rem;font-weight:700;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.32)}.cta-red{background:var(--color-red);color:#fff;text-decoration:none}.cta-red__main{font-size:1.1rem;font-weight:700;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.32)}.cta-red small{color:#fff;font-weight:700;opacity:1;text-shadow:0 1px 2px rgba(0,0,0,.28)}.cta-amazon{background:#f39a1a;color:#fff;text-decoration:none}.cta-amazon:has(.cta-amazon__img){align-items:stretch;padding:14px 18px}.cta-amazon:has(.cta-amazon__main){padding-right:64px}.cta-amazon__img{box-shadow:none;display:block;height:auto;width:100%}.cta-amazon__main{font-size:1.05rem;font-weight:700;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.32)}.cta-amazon__main-icon{font-size:.72rem;margin-left:2px}.cta-amazon small{color:#fff6b8;font-weight:700;opacity:1;text-shadow:0 1px 2px rgba(0,0,0,.28)}.cta-amazon:hover,.cta-line:hover,.cta-red:hover{filter:brightness(1.03);transform:translateY(-2px)}.cta-line:has(.cta-line__arrow),.cta-red:has(.cta-red__arrow){padding:20px 44px 20px 20px}.cta-line__arrow,.cta-red__arrow{font-size:2rem;font-weight:400;line-height:1;position:absolute;right:14px;text-shadow:0 1px 2px rgba(0,0,0,.28);top:50%;transform:translateY(-50%)}.cta-amazon__logo{background:#fff;border-radius:4px;box-shadow:none;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(-8deg);width:44px}.cta-amazon__logo img{display:block;height:auto;width:100%}.amazon-cta{margin:28px 0 10px}.amazon-cta__link{border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.12);display:block;overflow:hidden;transition:transform .15s,box-shadow .2s}.amazon-cta__link:hover{box-shadow:0 10px 24px rgba(0,0,0,.18);transform:translateY(-2px)}.amazon-cta__link img{display:block;height:auto;width:100%}.amazon-cta__note{color:#555;font-size:.72rem;padding:12px 0 0;text-align:left}.section--amazon-cta{padding:48px 20px 20px}#entry.section--amazon-cta,.section--amazon-cta{background:#fff;background-color:#fff}.section--amazon-cta .amazon-cta{margin:0}.fv{display:block;padding:0;position:relative}.fv__bg{inset:0;overflow:hidden;position:absolute;z-index:0}.fv__bg img{height:100%;object-fit:cover;object-position:center top;width:100%}.fv__bg:after{background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.38) 40%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.72));content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.fv__content{padding:80px 18px 62px;position:relative;z-index:1}.fv__badge{background:hsla(0,0%,100%,.95);border-radius:100px;color:var(--color-text);display:inline-block;font-size:.74rem;font-weight:700;margin-bottom:16px;padding:7px 18px}.fv__title{color:#fff;margin-bottom:50px;text-shadow:0 2px 12px rgba(0,0,0,.55)}.fv__title-sub{display:block;font-size:1.05rem;font-weight:700;line-height:1.55;margin-bottom:4px}.fv__title-pref{display:block;font-size:.75rem;font-weight:900;line-height:1.1;margin-bottom:2px}.fv__title-main{display:block;font-size:1.65rem;font-weight:900;line-height:1.45}.fv__lead{color:#fff;font-size:.84rem;line-height:1.85;margin-bottom:18px;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,.6)}.fv__slider{margin-bottom:22px}.fv__slider-track{display:block;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.fv__slider-track::-webkit-scrollbar{display:none}.fv__voice{align-items:center;background:#efebd6;border-radius:10px;display:flex;flex:0 0 88%;gap:12px;padding:16px;scroll-snap-align:start}.fv__voice-avatar{background:#fff;border-radius:50%;flex-shrink:0;height:50px;overflow:hidden;width:50px}.fv__voice-avatar img{height:100%;object-fit:cover;width:100%}.fv__voice-text{font-size:.7rem;font-weight:700;line-height:1.55}.fv__voice-name{color:#000;font-size:.72rem;margin-top:18px}.fv__dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-right:18px;margin-top:12px}.fv__dot{background:hsla(0,0%,100%,.45);border:none;border-radius:50%;cursor:pointer;height:7px;padding:0;transition:all .2s;width:7px}.fv__dot.is-active{background:var(--color-red);height:11px;width:11px}.fv__axis{background:var(--color-white);border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.18);margin-bottom:5px;padding:10px 20px}.fv__axis-item{align-items:center;border-bottom:1px solid #1a1a1a;display:grid;gap:4px;grid-template-columns:34px 64px 1fr;padding:8px 0}.fv__axis-item:last-child{border-bottom:none}.fv__axis-icon{align-items:center;display:flex;height:30px;justify-content:center;width:30px}.fv__axis-icon img{max-height:100%;max-width:100%;object-fit:contain}.fv__axis-key{color:var(--color-text);font-size:.75rem;font-weight:800}.fv__axis-val{color:var(--color-text);font-size:.6rem;font-weight:700;line-height:1.45}.pp-card{align-items:start;background:var(--color-white);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);column-gap:14px;display:grid;grid-template-areas:"img name" "img badges" "specs specs" "btns btns";grid-template-columns:120px 1fr;margin-bottom:16px;padding:16px;row-gap:8px}.pp-card__img{align-self:start;border-radius:8px;grid-area:img;min-height:96px;position:relative}.pp-card__img img{border-radius:10px;display:block;height:auto;object-fit:contain;width:100%}.pp-card__img .pp-card__caption{color:#000;display:block;font-size:.5rem;line-height:1.2;margin:3px 0 0;text-align:left}.pp-card__name{align-self:end;font-size:1.02rem;font-weight:700;grid-area:name;line-height:1.35}.pp-card__badges{display:flex;flex-wrap:wrap;gap:4px;grid-area:badges;list-style:none;margin:0;padding:0}.pp-card__badge{border-radius:999px;display:inline-block;font-size:.62rem;font-weight:700;line-height:1.3;padding:3px 10px;white-space:nowrap}.pp-card__badge--seller{background:#f8d6d4;color:#c43a3a}.pp-card__badge--city{background:#f04646;color:#fff}.pp-card__specs{grid-area:specs;margin:0;padding:0}.pp-card__spec{color:#222;display:grid;font-size:.68rem;gap:6px 20px;grid-template-columns:6.8em 1fr;line-height:1.5;margin:0 0 6px}.pp-card__spec:last-child{margin-bottom:0}.pp-card__spec dt{font-weight:700;margin:0;white-space:nowrap}.pp-card__spec dd{margin:0}.pp-card__btns{grid-area:btns}.lineup-text__button{display:flex;gap:10px;justify-content:center;margin-top:4px}.lineup-text__link{color:inherit;max-width:108px;position:relative;text-decoration:none;width:calc(50% - 5px)}.lineup-text__link img,.lineup-text__link picture{display:block;height:auto;width:100%}.lineup-text__span{align-items:center;color:#1a1a1a;display:flex;font-size:.72rem;font-weight:700;inset:0;justify-content:center;line-height:1;pointer-events:none;position:absolute}.lineup-text__span--white{color:#fff}.real__grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:20px;width:100%}.real-card{background:#efebd6;border-radius:14px;display:flex;flex-direction:column;min-height:210px;padding:16px 14px 12px}.real-card:last-child{grid-column:1/-1;margin:0 auto;max-width:calc(100% - 12px);width:100%}.real-card__avatar{background:#fff;border-radius:50%;flex-shrink:0;height:88px;margin:0 auto 14px;overflow:hidden;width:88px}.real-card__avatar img{height:100%;object-fit:cover;width:100%}.real-card__text{flex:1;font-size:.72rem;font-weight:700;line-height:1.65;margin-bottom:10px;text-align:left}.real-card__meta{color:#000;font-size:.66rem;line-height:1.5;margin-top:auto;text-align:right}.worry__label{align-self:center;background:#4d4d4d;border-radius:100px;color:#fff;display:inline-block;font-size:.76rem;font-weight:700;margin-bottom:18px;padding:5px 40px;position:relative}.worry__label:after{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #4d4d4d;bottom:-6px;content:"";left:50%;position:absolute;transform:translateX(-50%)}.worry__title{color:var(--color-text);font-size:1.55rem;font-weight:700;line-height:1.5;margin-bottom:26px;text-align:center}.worry__title em{border-bottom:6px double var(--color-red-line);font-style:normal;padding-bottom:2px}.worry__grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:24px}.worry__item{background:#ececec;border:1px solid #000;border-radius:12px;color:#555;font-size:.78rem;font-weight:700;line-height:1.5;padding:8px 10px;text-align:center}.worry__item-icon{align-items:center;display:flex;height:34px;justify-content:center;margin:0 auto 10px;width:34px}.worry__item-icon img{max-height:100%;max-width:100%;object-fit:contain}.worry__note{color:#000;font-size:.84rem;font-weight:700;line-height:1.85;text-align:center}.concept__badge{align-self:center;background:var(--color-red);border-radius:100px;color:#fff;display:inline-flex;font-size:.78rem;font-weight:700;margin-bottom:18px;padding:7px 20px}.concept__title{font-feature-settings:"palt";font-size:1.2rem;font-weight:700;line-height:1.6;margin-bottom:28px;text-align:center}.concept__sub{color:#333;font-size:.95rem;font-weight:700;margin-bottom:16px;text-align:center}.concept__example{background:#efebd6;border-radius:14px;display:flex;flex-direction:column;margin-bottom:20px;padding:18px 16px 16px}.concept__example-top{align-items:flex-start;display:flex;gap:14px;margin-bottom:14px}.concept__ex-left{flex-shrink:0}.concept__avatar{background:#fff;border-radius:50%;height:120px;overflow:hidden;width:120px}.concept__avatar img{height:100%;object-fit:cover;width:100%}.concept__ex-profile{flex:1;min-width:0;padding-top:6px}.concept__ex-name-wrap{align-items:stretch;display:flex;flex-direction:column;margin-bottom:12px;width:100%}.concept__ex-name-wrap:after,.concept__ex-name-wrap:before{background:#1a1a1a;content:"";display:block;height:1px;width:100%}.concept__ex-name{font-size:.9rem;font-weight:700;padding:6px 0;text-align:center}.concept__ex-tags{display:grid;gap:6px;grid-template-columns:1fr 1fr;width:100%}.concept__ex-tags span{background:#3d3d3d;border-radius:100px;color:#fff;font-size:.64rem;font-weight:700;line-height:1.4;padding:4px 8px;text-align:center}.concept__ex-tags span.is-wide{grid-column:1/-1}.concept__ex-tags .sp-br{display:none}@media (max-width:768px){.concept__ex-tags span.is-wide{text-align:center}.concept__ex-tags .sp-br{display:block;padding:0}}.concept__text{font-size:.78rem;line-height:1.75;margin-bottom:0;text-align:left}.concept__note{font-size:.7rem;font-weight:700}.concept__flow{align-items:flex-start;background:#fff;border:1px solid #1a1a1a;border-radius:14px;display:flex;gap:4px;justify-content:center;margin-bottom:24px;margin-top:20px;padding:20px 10px 18px}.concept__flow-item{align-items:center;display:flex;flex:1;flex-direction:column;gap:10px;text-align:center}.concept__flow-icon{align-items:center;display:flex;height:56px;justify-content:center;width:56px}.concept__flow-icon img{max-height:100%;max-width:100%;object-fit:contain}.concept__flow-label{font-size:.68rem;font-weight:700;line-height:1.4}.concept__flow-arrow{align-items:center;align-self:center;background:var(--color-red);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.78rem;font-weight:700;height:28px;justify-content:center;margin-top:16px;width:28px}.concept__lead{color:#333;font-size:.82rem;line-height:1.8;margin-bottom:0;text-align:center}.concept-sec .btn-outline{background:var(--color-white);border-width:1.5px;font-size:.88rem;margin:20px auto 0;max-width:none;padding:10px 28px;white-space:nowrap;width:fit-content}.concept-sec .btn-outline:hover{background:var(--color-red);border-color:var(--color-red);color:var(--color-white)}.concept-sec .btn-outline:hover span{color:var(--color-white)}#about.about{background:#fff;color:#1a1a1a;padding:48px 16px 0}#about .pill-badge{margin-bottom:28px}#about .about__title{font-size:1.35rem;line-height:1.55;margin:0 0 20px}#about .about__title,.about__subtitle{color:#1a1a1a;font-weight:700;text-align:center}.about__subtitle{font-size:1.05rem;line-height:1.4;margin:0 0 18px}.about__points{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:36px}.about__point{background:#fff;border:1.5px solid #f04646;border-radius:10px;padding:12px 4px 14px;text-align:center}.about__point-title{color:#f04646;font-size:.7rem;font-weight:700;line-height:1.4;margin:0 0 8px}.about__point-text{color:#1a1a1a;font-size:.55rem;font-weight:700;line-height:1.4;margin:0;white-space:nowrap}.about__flow{align-items:stretch;display:flex;flex-direction:column;gap:0}.about__flow-badge{background:#1a1a1a;clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,12px 100%,0 50%);color:#fff;display:block;font-size:1rem;margin:0 auto 20px;max-width:100%;padding:8px 28px;width:fit-content}.about__flow-badge,.about__flow-title{font-weight:700;line-height:1.4;text-align:center}.about__flow-title{align-items:center;color:#f04646;display:flex;font-size:1.15rem;gap:12px;justify-content:center;margin:0 0 22px}.about__flow-title:after,.about__flow-title:before{background:#f04646;content:"";display:block;flex-shrink:0;height:1px;width:72px}.about__flow-card{background:#efebe0;border-radius:6px;box-sizing:border-box;padding:18px 12px 16px;position:relative}.about__flow-step-label{background:#f04646;border-radius:6px 0 6px 0;color:#fff;display:inline-block;font-family:var(--font-en);font-size:.72rem;font-weight:900;left:0;letter-spacing:.04em;line-height:1.3;padding:5px 14px;position:absolute;top:0}.about__flow-step-num{font-size:1.05rem;font-weight:900;letter-spacing:0}.about__flow-card-body{align-items:stretch;display:grid;gap:10px;grid-template-columns:1fr 1.15fr;margin-top:10px}.about__flow-process{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:18px 0 8px}.about__flow-process-main{align-items:center;display:flex;gap:10px;width:100%}.about__flow-icon{flex-shrink:0;height:45px;width:45px}.about__flow-icon img{display:block;height:100%;object-fit:contain;width:100%}.about__flow-process-title{color:#f04646;font-size:.98rem;font-weight:700;line-height:1.3;margin:0;text-align:left}.about__flow-process-text{color:#1a1a1a;font-size:.68rem;font-weight:700;line-height:1.55;margin:0;text-align:left;width:100%}.about__flow-support{background:#fff1ef;border:2px solid #f04646;border-radius:4px;box-sizing:border-box;padding:22px 10px 12px;position:relative}.about__flow-support-label{background:#f04646;border-radius:999px;color:#fff;display:inline-block;font-size:.58rem;font-weight:700;left:50%;line-height:1.3;padding:4px 12px;position:absolute;top:0;transform:translate(-50%,-50%);white-space:nowrap}.about__flow-support-title{color:#f04646;font-size:.88rem;font-weight:700;line-height:1.35;margin:0 0 8px;text-align:center}.about__flow-support-list{list-style:none;margin:0;max-width:100%;padding:0;text-align:left;width:100%}.about__flow-support-list li{color:#1a1a1a;font-size:.65rem;font-weight:700;line-height:1.45;margin-bottom:3px;padding-left:1.1em;position:relative}.about__flow-support-list li:last-child{margin-bottom:0}.about__flow-support-list li:before{background:#f04646;border-radius:50%;content:"";height:.45em;left:0;position:absolute;top:.35em;width:.45em}.about__flow-arrow{align-items:center;display:flex;height:26px;justify-content:center;margin:2px 0}.about__flow-arrow:before{background:#f04646;clip-path:polygon(24% 0,76% 0,76% 42%,100% 42%,50% 100%,0 42%,24% 42%);content:"";display:block;height:20px;width:38px}.about__flow-note{color:#1a1a1a;font-size:1.1rem;font-weight:700;line-height:1.85;margin:20px 0 0;text-align:center}.stance{background:#868a54;border-radius:16px;color:#fff;margin-bottom:32px;padding:28px 22px}.stance__en{font-family:var(--font-en);font-size:.72rem;font-weight:700;letter-spacing:.12em;opacity:.8}.stance__head{border-left:2px solid #fff;margin:10px 0 16px;padding-left:14px}.stance__title{font-size:1.35rem;font-weight:700;line-height:1.5;margin:0}.stance__text{font-size:.8rem;line-height:1.85;margin-bottom:20px;opacity:.95}.stance__badges{display:flex;gap:8px}.stance__badge{background:hsla(0,0%,100%,.95);border-radius:8px;color:var(--color-text);flex:1;padding:12px 6px;text-align:center}.stance__badge-key{border-bottom:1px solid #c8c0b0;color:#000;display:block;font-size:.64rem;font-weight:700;margin-bottom:8px;padding-bottom:6px}.stance__badge-val{color:var(--color-red);display:block;font-size:1rem;font-weight:700;margin:0 0 4px}.stance__badge-sub{color:#000;display:block;font-size:.58rem;font-weight:700;line-height:1.3}.con-heading{font-size:1.15rem;font-weight:700;margin:8px 0 18px;text-align:center}.con-badge{align-self:center;background:var(--color-olive);border-radius:100px;color:#fff;display:inline-flex;font-size:.84rem;font-weight:700;margin:4px auto 22px;padding:9px 28px}.con-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr}.con-card{background:var(--color-white);border:2px solid var(--color-olive);border-radius:16px;box-shadow:none;padding:14px 8px;text-align:center}.con-card__photo{background:#eee;border-radius:50%;height:72px;margin:0 auto 10px;overflow:hidden;width:72px}.con-card__photo img{height:100%;object-fit:cover;width:100%}.con-card__role{color:var(--color-olive);font-size:.58rem;font-weight:700;line-height:1.3}.con-card__en{color:#c4a86a;font-family:var(--font-en);font-size:.62rem;margin-bottom:2px}.con-card__name{font-size:.92rem;font-weight:700;line-height:1.3;margin:2px 0 0}.con-card__tags{display:grid;gap:4px;grid-template-columns:1fr 1fr;margin-bottom:10px}.con-card__tags li{background:var(--color-olive);border-radius:100px;color:#fff;font-feature-settings:"palt";font-size:.45rem;font-weight:700;line-height:1.3;padding:4px 3px}.con-card__annotation{font-size:.75rem;font-weight:700;margin:5px auto}.con-card__field{background:#f4f2ea;border-radius:8px;font-size:.58rem;line-height:1.5;margin-bottom:8px;padding:8px;text-align:left}.con-card__field span{color:var(--color-olive);display:block;font-size:.54rem;font-weight:700;margin-bottom:2px}.con-card__bio{color:#222;font-size:.56rem;line-height:1.65;margin-bottom:8px;text-align:left;word-break:break-all}.con-card__quote{border-top:1px solid var(--color-olive);color:var(--color-olive);font-size:.58rem;font-weight:700;line-height:1.6;margin-top:4px;padding-top:8px;text-align:left}.relation-wrap{margin:40px 0 32px;padding-top:18px;position:relative}.relation{background:#f4f2ea;border-radius:16px;padding:34px 18px 26px;text-align:center}.relation__badge{background:#5d6034;border-radius:100px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;left:50%;padding:5px 50px;position:absolute;top:0;transform:translateX(-50%);white-space:nowrap;z-index:2}.relation__diagram{align-items:flex-start;display:flex;gap:14px;justify-content:center;margin-bottom:22px}.relation__node{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;width:80px}.relation__node strong{font-size:.76rem;white-space:nowrap}.relation__node small{color:#8a8a7e;font-size:.6rem;line-height:1.4}.relation__node-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.relation__node-icon img{max-height:100%;max-width:100%;object-fit:contain}.relation__node--info{width:98px}.relation__node--info strong{line-height:1.35;text-align:center;white-space:normal}.relation__node--info img{height:auto;width:100%}.relation__link{align-self:flex-start;color:#8a8a7e;flex-shrink:0;font-size:1rem;font-weight:700;margin:22px 2px 0}.relation__lead{color:var(--color-text);font-size:.84rem;line-height:1.8}.support-wrap{margin:32px -20px 22px;padding-top:18px;position:relative;width:calc(100% + 40px)}.support__badge{background:#5d6034;border-radius:100px;color:#fff;display:inline-flex;font-size:.84rem;font-weight:700;left:50%;padding:5px 50px;position:absolute;top:25px;transform:translateX(-50%);white-space:nowrap;z-index:2}.support{background:#f2f2ec;border-radius:24px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin:5%;padding:34px 16px 24px}.support__item{background:var(--color-white);border:2px solid #5d6034;border-radius:10px;padding:16px 5px}.support__icon{align-items:center;display:flex;height:42px;justify-content:center;margin:0 auto 10px;width:42px}.support__icon img{max-height:100%;max-width:100%;object-fit:contain}.support__item h4{color:#5d6034;font-size:.75rem;font-weight:700;line-height:1.4;margin-bottom:8px;text-align:center}.support__item p{color:#5d6034;font-size:.7rem;line-height:1.6}.line-support{display:flex;flex-direction:column;gap:10px;margin:28px 0}.line-support__item{align-items:center;background:var(--color-bg-alt);border-radius:16px;display:flex;gap:16px;padding:16px 20px}.line-support__icon{align-items:center;display:flex;flex-shrink:0;height:46px;justify-content:center;width:46px}.line-support__icon img{max-height:100%;max-width:100%;object-fit:contain}.line-support__text{color:var(--color-text);font-size:.86rem;font-weight:700;line-height:1.5}.line-support__accent{color:#f04646}.check-badges{display:flex;gap:8px;margin-bottom:22px}.check-badges li{border:1.5px solid var(--color-red-line);border-radius:8px;color:var(--color-red);flex:1;font-size:.74rem;font-weight:700;padding:12px 4px 10px;text-align:center}.check-badges__icon{align-items:center;border-radius:6px;display:flex;height:26px;justify-content:center;margin:0 auto 6px;width:26px}.check-badges__icon img{height:auto;object-fit:contain;width:24px}.strength .section__ja{margin-bottom:10px}.strength__lead{font-size:.85rem;margin-bottom:24px}.str-card{background:var(--color-white);border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.3);margin-bottom:20px;overflow:hidden}.str-card__img{aspect-ratio:16/9;position:relative}.str-card__img img{height:100%;width:100%}.str-card__img p{bottom:0;color:#fff;font-size:.8em;position:absolute;right:10px;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 1px rgba(0,0,0,.5)}.str-card__body{padding:20px 18px 22px}.str-card__en{color:var(--color-red);display:block;font-family:var(--font-en);font-size:.74rem;letter-spacing:.1em;margin-bottom:8px}.str-card__en,.str-card__title{font-weight:700;text-align:center}.str-card__title{font-size:1.5rem;line-height:1.45;margin-bottom:14px}.str-card__text{color:#222;font-size:.8rem;line-height:1.85;margin-bottom:16px;text-align:left}.str-card__note{background:#f7f1e9;border-radius:10px;color:#222;font-size:.72rem;line-height:1.75;padding:14px 22px;text-align:left}.str-card__note p{margin:0}.str-card__note p+p{margin-top:4px}.str-card__stats{display:flex;gap:10px}.stat{background:#f7f1e9;border-radius:10px;flex:1;padding:14px 8px;text-align:center}.stat__num{color:var(--color-red);display:block;font-family:var(--font-en);font-size:1.7rem;font-weight:900;line-height:1.1}.stat__num small{color:#000;font-size:.8rem}.stat__label{color:#000;display:block;font-size:.66rem;font-weight:700;margin-top:4px}.str-card__src{color:#222;font-size:.64rem;margin-top:10px}.area-guide{background:#eae6d8;border-radius:0 50px 0 0;margin:12px -20px 0;padding:26px 20px 28px;width:calc(100% + 40px)}.area-guide__en{color:var(--color-red);font-family:var(--font-en);font-size:.74rem;font-weight:700;letter-spacing:.1em}.area-guide__title{font-size:1.3rem;font-weight:700;line-height:1.4;margin:6px 0 18px}.area-guide__item{align-items:flex-start;background:#fff;border-radius:10px;display:flex;gap:14px;margin-bottom:12px;padding:16px}.area-guide__zone{color:var(--color-red);font-size:.98rem;font-weight:700;margin-bottom:6px}.area-guide__zone small{color:#777;font-size:.72rem;font-weight:500}.area-guide__item p{color:#222;flex:1;font-size:.78rem;line-height:1.7;margin:0;min-width:0}.area-guide .amazon-cta{margin-top:40px}.area-guide .amazon-cta__note{color:#555}.num-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.num-card{background:var(--color-white);border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:18px 12px;text-align:center}.num-card__label{color:#555;font-size:.72rem;font-weight:700;line-height:1.4;min-height:2.6em}.num-card__label small{color:#333;font-weight:500}.num-card__value{color:var(--color-red);font-family:var(--font-en);font-size:2.5rem;font-weight:900;line-height:1.2;margin:8px 0}.num-card__value small{color:#000;font-size:.8rem}.num-card__desc{color:#222;font-size:.68rem;line-height:1.5}.num-src{color:#333;font-size:.62rem;line-height:1.6;margin-top:14px}.num-subtitle{font-size:1.3rem;font-weight:700;line-height:1.45;margin-bottom:12px;text-align:center}.numbers__area{background:#eae6d8;border-radius:24px 50px 24px 24px;margin:36px -20px 0;padding:36px 20px 28px;text-align:center;width:calc(100% + 40px)}.numbers__area .mini-badge{margin-top:0}.numbers__asset{background:#fff;border-radius:10px 48px 10px 10px;margin:28px 0 0;padding:20px 12px 24px;width:auto}.asset__label{color:var(--color-red);display:block;font-size:.78rem;font-weight:700;margin-bottom:12px;text-align:left}.asset-intro{border-left:2px solid var(--color-red);margin-bottom:22px;padding-left:14px}.numbers__asset .block-text,.numbers__asset .num-subtitle{border:none;margin-bottom:12px;padding:0;text-align:left}.numbers__asset .block-text:last-child{margin-bottom:0}.numbers__asset .bars{border:1.5px solid #1a1a1a;border-radius:12px;margin-top:0;padding:16px 10px}.fit-rate{background:var(--color-white);border:1px solid #eee;border-radius:14px;box-shadow:0 2px 10px rgba(0,0,0,.04);padding:22px 18px}.fit-rate__head{font-size:1rem;font-weight:700;margin-bottom:16px;text-align:center}.fit-rate__head small{color:#222;font-size:.74rem;font-weight:500}.fit-rate__row{align-items:center;border-bottom:1px solid #f0f0f0;display:grid;gap:10px;grid-template-columns:32px 1fr auto;padding:11px 0}.fit-rate__icon{align-items:center;display:flex;height:28px;justify-content:center;width:28px}.fit-rate__icon img{max-height:100%;max-width:100%;object-fit:contain}.fit-rate__key{font-size:.82rem;font-weight:700;text-align:left}.fit-rate__stars{display:inline-flex;font-size:.95rem;gap:2px;letter-spacing:0;line-height:1}.fit-rate__stars span{color:var(--color-red)}.fit-rate__stars span.is-empty{color:#ddd}.fit-rate__note{color:#222;font-size:.65rem;line-height:1.7;margin-top:14px;text-align:left}.compare-block{margin-top:28px}.compare-block .mini-badge{margin-top:0}.compare{width:100%}.compare__table{background:transparent;border:none;border-collapse:collapse;font-size:.5rem;width:100%}.compare__table td,.compare__table th{line-height:1.4;padding:10px 6px;text-align:center}.compare__table thead th{background:transparent;border:none;color:var(--color-text);font-weight:700;padding-bottom:12px}.compare__table tbody td,.compare__table tbody th{border:1px solid #e8e4dc}.compare__table tbody td{background:#fff}.compare__head-pill{background:var(--color-red);border-radius:100px;color:#fff;display:inline-block;font-weight:700;padding:6px 16px;white-space:nowrap}.compare__table tbody th{background:#fff;color:#555;font-weight:700;padding-left:10px;text-align:left}.compare__table tbody td.compare__hl{background:#fcefec!important}.compare__hl{color:var(--color-text);font-weight:700}.compare__note{color:#333;font-size:.62rem;line-height:1.6;margin-top:10px;text-align:left}.bars{background:var(--color-white);border:1px solid #eee;border-radius:12px;margin-top:8px;padding:20px 16px}.bars__head{font-size:.8rem;font-weight:700;margin-bottom:20px;text-align:center}.bars__row{align-items:end;display:grid;gap:8px;grid-template-columns:44px 1fr;margin-bottom:20px}.bars__row:last-of-type{margin-bottom:6px}.bars__key{align-self:start;font-size:.6rem;font-weight:700;padding-top:14px}.bars__bar-wrap{padding-top:18px;position:relative}.bars__track{background:#e8e4dc;height:12px}.bars__fill,.bars__track{border-radius:100px;display:block}.bars__fill{background:linear-gradient(90deg,#f56,var(--color-red));height:100%;min-width:6px}.bars__val{color:var(--color-red);font-family:var(--font-en);font-size:.8rem;font-weight:700;line-height:1;position:absolute;right:0;text-align:right;top:0;white-space:nowrap}.bars__note{color:#222;font-size:.62rem;line-height:1.6;margin-top:6px;text-align:left}.numbers__future{margin-top:32px}.future__label{color:var(--color-red);display:block;font-size:.78rem;margin-bottom:10px}.future__label,.future__title{font-weight:700;text-align:left}.future__title{font-size:1.6rem;line-height:1.45;margin-bottom:20px}.infra{width:100%}.infra__card{background:var(--color-white);border:none;border-radius:16px;margin-bottom:14px;padding:24px 18px}.infra__head{margin-bottom:12px;text-align:center}.infra__label{font-size:.66rem;font-weight:700;letter-spacing:.12em}.infra__label,.infra__no{color:var(--color-red);display:block;font-family:var(--font-en)}.infra__no{font-size:1.9rem;font-weight:900;line-height:1;margin-top:2px}.infra__title{font-size:1.2rem;font-weight:700;line-height:1.5;margin-bottom:16px;text-align:center}.infra__title small{color:inherit;font-size:.95rem;font-weight:700}.infra__body{align-items:flex-start;display:flex;gap:14px}.infra__icon{align-items:center;display:flex;flex-shrink:0;height:90px;justify-content:center;margin:0;width:90px}.infra__icon img{max-height:100%;max-width:100%;object-fit:contain}.infra__text{color:#222;flex:1;font-size:.78rem;line-height:1.8;margin:0;min-width:0;text-align:left}.infra__note{color:#222;font-size:.5rem;line-height:1.6;text-align:center}.properties{background:#f2eed3;padding-bottom:46px}.prop-cta{background:var(--color-white);padding:40px 20px 12px}.prop-cta .cta-img,.prop-cta .cta-line,.prop-cta .cta-red{margin-top:10px}.prop-cta .cta-img:first-child,.prop-cta .cta-line:first-child,.prop-cta .cta-red:first-child{margin-top:0}.voices{padding-top:28px}.cta-img{background:none;border:none;cursor:pointer;font-family:inherit;margin-top:14px;padding:0;text-decoration:none;transition:transform .15s,filter .2s}.cta-img,.cta-img img{display:block;width:100%}.cta-img img{box-shadow:0 4px 12px rgba(0,0,0,.55);height:auto}.cta-img:hover{filter:brightness(1.03);transform:translateY(-2px)}.truth-card{background:var(--color-white);border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.3);margin-bottom:20px;overflow:hidden}.truth-card__img{aspect-ratio:16/9;position:relative}.truth-card__img img{height:100%;object-fit:cover;width:100%}.truth-card__img p{bottom:0;color:#fff;font-size:.8em;position:absolute;right:10px;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 1px rgba(0,0,0,.5)}.truth-card__body{padding-bottom:18px}.truth-card__q{font-size:1.3rem;font-weight:700;line-height:1.45;padding:0 18px 14px;text-align:center}.truth-card__a{color:#222;font-size:.8rem;line-height:1.9;padding:0 18px 16px}.truth-card__body>.bars__note{line-height:1.75;margin:0 18px 18px}.prop-list{display:flex;flex-direction:column;gap:18px}.prop-card{background:var(--color-white);border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.07);overflow:hidden}.prop-card__photo{aspect-ratio:16/14;position:relative}.prop-card__photo img{height:100%;object-fit:cover;width:100%}.prop-card__photo .prop-card__caption{bottom:6px;color:#fff;font-size:.6rem;left:auto;line-height:1.2;margin:0;position:absolute;right:10px;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 1px rgba(0,0,0,.5);top:auto;z-index:1}.prop-card__ward{background:var(--color-red);border-radius:100px;color:#fff;font-size:.6rem;font-weight:700;left:12px;padding:4px 24px;position:absolute;top:12px}.prop-card__inner{padding:18px}.prop-card__name{font-size:1.15rem;font-weight:700;line-height:1.4}.prop-card__area{color:#222;font-size:.74rem;margin:4px 0 14px}.prop-card__area,.prop-card__badges{border-bottom:1px solid #000;padding-bottom:14px}.prop-card__badges{margin:8px 0 14px}.prop-card__specs{display:grid;gap:14px 12px;grid-template-columns:1fr 1fr;margin-bottom:16px}.prop-card .pp-card__specs{margin:0 0 16px}.prop-card__specs span{color:var(--color-red);display:block;font-family:var(--font-en);font-size:.68rem;font-weight:700;letter-spacing:.04em;margin-bottom:2px}.prop-card__specs strong{font-size:.7rem;font-weight:700;letter-spacing:-.02em;line-height:1.35}.prop-card__btns{display:flex;flex-direction:column;gap:12px}.prop-card__reserve,.prop-card__sub{align-items:center;border-radius:100px;box-sizing:border-box;display:flex;font-size:.95rem;font-weight:700;gap:40px;justify-content:flex-end;line-height:1.4;padding:5px 90px;width:100%}.prop-card__sub{background:#fff;border:1px solid #000;color:#000}.prop-card__reserve{background:var(--color-red);border:1px solid var(--color-red);color:#fff;transition:background .2s}.prop-card__reserve:hover{background:var(--color-red-dark)}.prop-extra[hidden]{display:none}.prop-extra{display:flex;flex-direction:column;gap:18px;margin-top:18px}.voices .concept__example{margin-bottom:16px}.voices__note{color:#333;font-size:.5rem;line-height:1.6;margin-top:8px}.fit__photo{aspect-ratio:16/10;border-radius:14px;margin-bottom:26px;overflow:hidden;position:relative}.fit__photo img{height:100%;object-fit:cover;width:100%}.fit__photo p{bottom:0;color:#fff;font-size:.8em;margin:0;position:absolute;right:10px;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 1px rgba(0,0,0,.5);z-index:1}.fit-block{margin-bottom:28px}.fit-block__title{color:var(--color-red);font-size:1.2rem;font-weight:700;line-height:1.5;margin-bottom:14px}.fit-block--no .fit-block__title{color:var(--color-text)}.fit-block__body{border-left:2px solid var(--color-red);padding-left:14px}.fit-block--no .fit-block__body{border-left-color:#333}.fit-block__text{color:#222;font-size:.82rem;line-height:1.9;margin-bottom:12px}.fit-block__text:last-child{margin-bottom:0}.entry__photo{aspect-ratio:16/9;border-radius:14px;margin-bottom:20px;overflow:hidden;position:relative}.entry__photo img{height:100%;object-fit:cover;width:100%}.entry__photo p{bottom:0;color:#fff;font-size:.8em;margin:0;position:absolute;right:10px;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 1px rgba(0,0,0,.5);z-index:1}.entry__present{margin-bottom:24px}.entry__present img{display:block;height:auto;margin-bottom:10px;width:100%}.entry__title{font-size:1.5rem;font-weight:700;line-height:1.45;margin-bottom:16px;text-align:center}.entry__note{color:#777;font-size:.68rem;line-height:1.6;margin-top:18px;text-align:center}.faq{background:#eae6d8}.faq__list{width:100%}.faq__item{background:#fff;border:1px solid #1a1a1a;border-radius:0;box-shadow:none;margin-bottom:10px;overflow:hidden}.faq__q{align-items:center;background:#fff;border:none;color:var(--color-text);cursor:pointer;display:flex;font-family:inherit;gap:8px;padding:18px 16px;text-align:left;transition:background .2s;width:100%}.faq__item.is-open .faq__q,.faq__q:hover{background:#fcefec}.faq__qmark{color:var(--color-red);flex-shrink:0;font-family:var(--font-en);font-size:1.05rem;font-weight:900}.faq__qtext{flex:1;font-size:.88rem;font-weight:700;line-height:1.45}.faq__toggle{color:var(--color-red);flex-shrink:0;font-family:var(--font-en);font-size:1.35rem;font-weight:400;line-height:1;transition:transform .25s}.faq__item.is-open .faq__toggle{transform:rotate(45deg)}.faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__a-inner{background:#fff;color:#222;font-size:.82rem;line-height:1.85;padding:10px 16px 18px 40px}.other__grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.other .block-text--center{font-size:1rem}.other-card{background:var(--color-white);border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden;transition:transform .15s,box-shadow .2s}.other-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.1);transform:translateY(-3px)}.other-card__img{aspect-ratio:4/3;position:relative}.other-card__img img{height:100%;object-fit:cover;width:100%}.other-card__overlay{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.65));display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:10px 8px;position:absolute}.other-card__body{padding:12px 12px 14px}.coming__soon{font-size:1.2rem;font-weight:700;margin-top:10%;text-align:center}.other-card__en{color:#fff;font-family:var(--font-en);font-size:.62rem;font-weight:700;letter-spacing:.08em}.other-card__name{font-size:1.05rem;font-weight:700;margin:1px 0 3px}.other-card__catch,.other-card__name{color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.5)}.other-card__catch{font-size:.68rem;letter-spacing:-.2px;line-height:1.4}.other-card__tags{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 10px;padding:0}.other-card__tags li{background:#1a1a1a;border-radius:100px;color:#fff;font-size:.58rem;font-weight:700;line-height:1.3;padding:5px 10px}.other-card__meta{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;margin-bottom:10px}.other-card__meta-item{align-items:center;color:var(--color-text);display:flex;flex:1;font-size:.5rem;font-weight:700;gap:4px;line-height:1.25;min-width:0}.other-card__meta-item img{flex-shrink:0;height:16px;object-fit:contain;width:16px}.other-card__btn{align-items:center;background:#fff;border:1px solid #1a1a1a;border-radius:0;color:var(--color-text);display:flex;font-size:.72rem;font-weight:700;gap:8px;justify-content:space-between;padding:10px 10px 10px 12px;width:100%}.other-card__btn span{align-items:center;background:var(--color-red);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.62rem;height:20px;justify-content:center;line-height:1;margin:0;padding:0;width:20px}.footer{background:var(--color-dark);color:#fff;padding:40px 20px 32px}.brand--footer .brand__logo{color:#fff;font-size:1.6rem}.footer__tag{color:hsla(0,0%,100%,.85);font-size:.8rem;line-height:1.6;margin:14px 0 20px}.footer__line{align-items:center;background:var(--color-green);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:700;gap:10px;justify-content:center;margin-bottom:30px;margin-top:15px;padding:14px;transition:background .2s;width:100%}.footer__line:hover{background:var(--color-green-dark)}.footer__line-icon{align-items:center;background:#fff;border-radius:4px;display:inline-flex;justify-content:center;padding:4px 7px}.footer__line-icon img{height:15px;width:auto}.footer__menu-label{color:var(--color-red);font-size:.78rem;font-weight:700;margin-bottom:12px}.footer__nav{border-bottom:1px solid hsla(0,0%,100%,.15);display:grid;gap:12px 10px;grid-template-columns:minmax(0,40%) minmax(0,60%);margin-bottom:24px;padding-bottom:24px}.footer__nav-col{display:flex;flex-direction:column;gap:12px;min-width:0}.footer__nav a{color:hsla(0,0%,100%,.85);font-size:.84rem;transition:color .2s;white-space:nowrap}.footer__nav a:hover{color:var(--color-red)}.footer__links{margin-bottom:24px}.footer__links p{color:hsla(0,0%,100%,.65);font-size:.74rem;line-height:1.7}.footer__links a{color:inherit;text-decoration:none}.footer__links a:hover{color:hsla(0,0%,100%,.85)}.footer__copy{color:hsla(0,0%,100%,.45);font-size:.68rem;letter-spacing:.04em;text-align:center}.line-modal{align-items:flex-end;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:300}.line-modal.is-open{opacity:1;visibility:visible}.line-modal__overlay{background:rgba(0,0,0,.5);inset:0;position:absolute}.line-modal__panel{background:#fff;border-radius:20px 20px 0 0;max-width:var(--content-width);padding:16px 24px 32px;position:relative;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);width:100%}.line-modal.is-open .line-modal__panel{transform:translateY(0)}.line-modal__handle{background:#ccc;border-radius:100px;display:block;height:4px;margin:0 auto 22px;width:44px}.line-modal__head{align-items:center;display:flex;gap:16px;margin-bottom:22px}.line-modal__icon{align-items:center;background:#fff;border:1px solid #eee;border-radius:16px;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.line-modal__icon img{height:auto;width:48px}.line-modal__sup{color:var(--color-green);font-size:.8rem;font-weight:700}.line-modal__title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-top:2px}.line-modal__title strong{color:var(--color-text)}.line-modal__list{margin-bottom:24px}.line-modal__list li{font-size:.9rem;font-weight:700;line-height:1.5;margin-bottom:14px;padding-left:32px;position:relative}.line-modal__list li:before{border-radius:50%;content:"✓";font-size:.7rem;height:22px;left:0;position:absolute;top:0;width:22px}.line-modal__btn,.line-modal__list li:before{align-items:center;background:var(--color-green);color:#fff;display:flex;justify-content:center}.line-modal__btn{border-radius:8px;box-shadow:0 6px 16px rgba(45,177,79,.3);font-size:1.1rem;font-weight:700;gap:8px;padding:18px}.line-modal__btn span{font-size:1.3rem}.line-modal__close{background:none;border:none;color:#333;cursor:pointer;display:block;font-family:inherit;font-size:.9rem;padding:18px 0 0;width:100%}@media (min-width:768px){.fv__title-sub{font-size:1.8rem}.fv__title-main{font-size:2rem}}@media (max-width:768px){.pp-card__price{font-size:.9rem!important}.pp-card__more{font-size:.6rem!important}.concept__title{font-size:1.5rem!important}.concept__flow-label{font-size:.5rem!important}.block-text{font-size:.7rem!important}.stance__badge-sub{font-size:.5rem!important}.con-card__tags li{font-size:.4rem!important}.relation__diagram{gap:2px!important}.support__item h4{font-size:.7rem!important}.fit-rate__note,.str-card__note{font-size:.6rem!important}.cta-line__main,.cta-red__main,.infra__title{font-size:1.1rem!important}.other-card__tags li{font-size:.5rem!important}.other-card__meta-item{font-size:.42rem!important}.about__flow-process-text{font-size:.6rem!important}.about__flow-support-title{font-size:.78rem!important}.about__flow-process-title{font-size:.88rem!important}}.truth-card__tag{color:var(--color-red);display:block;font-family:var(--font-en);font-size:.68rem;font-weight:700;letter-spacing:.08em;margin:20px 0 10px;padding:0 18px;text-align:center}.truth-card__tip{align-items:center;background:#f7f1e9;border-left:4px solid var(--color-red);display:flex;gap:10px;margin:0 18px 18px;padding:12px 14px}.truth-card__tip-icon{flex-shrink:0;height:24px;object-fit:contain;width:24px}.truth-card__tip p{color:var(--color-text);font-size:.82rem;font-weight:700;line-height:1.6;margin:0}.truth-commute,.truth-cost{background:#f7f1e9;border-radius:10px;margin:0 18px 18px;padding:14px}.truth-cost-bars{background:#fff;border:1px solid #e8e4dc;border-radius:12px;margin:0 18px 18px;padding:16px 14px}.truth-cost-bars__head{font-size:.72rem;font-weight:700;margin-bottom:16px;text-align:center}.truth-cost-bars__row{align-items:center;display:grid;gap:8px;grid-template-columns:4.4em 1fr auto;margin-bottom:14px}.truth-cost-bars__row:last-of-type{margin-bottom:10px}.truth-cost-bars__key{font-size:.68rem;font-weight:700;line-height:1.3}.truth-cost-bars__track{background:#e8e4dc;border-radius:100px;display:block;height:12px;overflow:hidden}.truth-cost-bars__fill{background:var(--color-red);border-radius:100px;display:block;height:100%;min-width:4px}.truth-cost-bars__val{color:var(--color-red);font-size:.76rem;font-weight:700;white-space:nowrap}.truth-cost-bars__note{color:#444;font-size:.62rem;line-height:1.6;margin:0}.truth-commute-bars{background:#fff;border:1px solid #e8e4dc;border-radius:12px;margin:0 18px 18px;padding:16px 14px}.truth-commute-bars__head{font-size:.72rem;font-weight:700;margin-bottom:16px;text-align:center}.truth-commute-bars__row{align-items:center;display:grid;gap:8px;grid-template-columns:4.4em 1fr auto;margin-bottom:14px}.truth-commute-bars__row:last-of-type{margin-bottom:10px}.truth-commute-bars__key{color:#333;font-size:.68rem;font-weight:700;line-height:1.3}.truth-commute-bars__track{background:#e8e4dc;border-radius:100px;display:block;height:12px;overflow:hidden}.truth-commute-bars__fill{background:#777;border-radius:100px;display:block;height:100%;min-width:4px}.truth-commute-bars__val{color:#333;font-size:.76rem;font-weight:700;white-space:nowrap}.truth-commute-bars__row.is-highlight .truth-commute-bars__key,.truth-commute-bars__row.is-highlight .truth-commute-bars__val{color:var(--color-red)}.truth-commute-bars__row.is-highlight .truth-commute-bars__fill{background:var(--color-red)}.truth-commute-bars__note{color:#444;font-size:.62rem;line-height:1.6;margin:0}.truth-commute__title,.truth-cost__title{font-size:.72rem;font-weight:700;margin-bottom:10px;text-align:center}.truth-commute__row,.truth-cost__row{border-bottom:1px solid #e8e4dc;display:flex;font-size:.76rem;justify-content:space-between;padding:8px 0}.truth-commute__row:last-child,.truth-cost__row:last-child{border-bottom:none}.truth-commute__val{color:var(--color-red);font-weight:700}.truth-cost__note{color:#222;font-size:.62rem;margin-top:8px}.truth-flow{align-items:flex-start;background:#fff;border:1px solid #e8e4dc;border-radius:14px;display:flex;gap:4px;justify-content:center;margin:0 18px 18px;padding:20px 10px 18px}.truth-flow__item{align-items:center;display:flex;flex:1;flex-direction:column;gap:10px;text-align:center}.truth-flow__icon{align-items:center;display:flex;height:56px;justify-content:center;width:56px}.truth-flow__icon img{max-height:100%;max-width:100%;object-fit:contain}.truth-flow__label{font-size:.68rem;font-weight:700;line-height:1.4}.truth-flow__arrow{align-items:center;align-self:center;background:var(--color-red);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.78rem;font-weight:700;height:28px;justify-content:center;margin-top:16px;width:28px}.truth-card__tip:last-child{margin-bottom:0}.area-guide__item h4{color:#000;flex:0 0 3.2em;font-size:.98rem;font-weight:700;line-height:1.7;margin:0;white-space:nowrap}.annotation{color:#fff;font-size:.7rem;text-align:left}.sup{font-size:.6em;vertical-align:super}:root{--sum-red:#f04646;--sum-bg:#eae6d8;--sum-bg-alt:#f8f5ef;--sum-white:#fff;--sum-text:#1a1a1a;--sum-gray:#888;--sum-font:"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","Meiryo",sans-serif;--sum-font-en:"Roboto",var(--sum-font)}.sns-static{width:100%}.sns-static__item{box-sizing:border-box;color:var(--sum-text);font-family:var(--sum-font);padding:36px 16px 40px}.sns-static__item:nth-child(odd){background:var(--sum-bg-alt)}.sns-static__item:nth-child(2n){background:var(--sum-bg)}.sns-static__top{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:12px;justify-content:space-between;margin-bottom:16px}.sns-static__titles{flex:1 1 0%;min-width:0;overflow:hidden}.sns-static__en{color:var(--sum-text);font-family:var(--sum-font-en);font-size:clamp(26px,6.5vw,40px);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin:0;white-space:nowrap}.sns-static__en--ja{font-family:var(--sum-font);font-feature-settings:"palt";font-size:clamp(24px,6.5vw,36px);white-space:normal}.sns-static__radio{color:var(--sum-text);font-size:14px;font-weight:700;line-height:1.4;margin:6px 0 0}.sns-static__account{align-items:center;display:flex;flex-shrink:0;gap:10px;margin-left:auto;position:relative;z-index:1}#area-instagram .sns-static__account,#area-youtube-a .sns-static__account,#area-youtube-b .sns-static__account{justify-content:flex-start;min-width:195px}#area-life .sns-static__account{box-sizing:border-box;justify-content:flex-start;max-width:160px;min-width:160px;width:160px}#area-instagram .sns-static__en{font-size:clamp(22px,5.6vw,32px)}.sns-static__icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.sns-static__icon--yt{background:#f04646}.sns-static__play{color:#fff;display:block;font-size:14px;font-weight:700;line-height:1;margin-left:2px}.sns-static__icon--ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;font-size:20px}.sns-static__icon--pod{background:transparent;overflow:hidden;padding:0}.sns-static__icon--pod img{display:block;height:100%;object-fit:contain;width:100%}.sns-static__account-text{display:flex;flex-direction:column;gap:2px;justify-content:center;line-height:1.2}.sns-static__name{font-size:13px;font-weight:700;line-height:1.2;margin:0}.sns-static__handle{color:var(--sum-gray);font-size:11px;line-height:1.2;margin:0}.sns-static__desc{color:var(--sum-text);font-size:10px;font-weight:700;line-height:1.9;margin:0 0 20px}.sns-static__desc--lg{font-size:14px;line-height:1.4}.sns-static__btn{align-items:center;background:transparent;border:1px solid #f04646;border-radius:999px;box-sizing:border-box;color:#f04646!important;display:flex;font-size:13px;font-weight:700;justify-content:center;padding:12px 18px;text-decoration:none!important;transition:transform .2s ease;width:100%}.sns-static__btn:hover{color:#f04646!important;transform:translateX(4px)}