:root{--base-font-family: "Noto Sans JP", sans-serif;--base-font-size: 1rem;--base-font-weight: 400;--base-line-height: 1.7;--base-letter-space: 0;--base-color-text: #fff;--base-color-bg: #000}*{box-sizing:border-box}html{font-size:16px;overflow-x:clip;width:100%}body{margin:0;position:relative;font-family:var(--base-font-family);font-size:var(--base-font-size);font-weight:var(--base-font-weight);color:var(--base-color-text);line-height:var(--base-line-height);letter-spacing:var(--base-letter-space);background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{margin:0;padding:0;list-style:none}p{margin:0}.p-mv{position:relative;width:100%;background:#000}.p-mv__visual{position:relative}.p-mv__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:#00000045}@media print,screen and (min-width:769px){.p-mv__visual:after{background:#00000040}}.p-mv__bg{opacity:0;transform:scale(1.05);transition:opacity 1.6s ease,transform 2.4s ease}.p-mv__bg img,.p-mv__bg picture{width:100%;height:auto;display:block}.p-mv__inner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.p-mv__header{position:sticky;top:min(83.8461538462vw,20.4375rem);left:50%;display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:17px;text-align:center;padding-bottom:140px;opacity:0;transform:translateY(24px);transition:opacity 1.2s ease 1.2s,transform 1.2s ease 1.2s}@media print,screen and (min-width:769px){.p-mv__header{top:55%;padding-bottom:100px}}.p-mv.is-hero-visible .p-mv__header{opacity:1;transform:translateY(0)}.p-mv.is-hero-visible .p-mv__bg{opacity:1;transform:scale(1)}.p-mv__eyebrow{font-family:"Noto Serif JP",serif;font-size:min(3.6vw,.85rem);font-weight:500;letter-spacing:.08em;line-height:1.6;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5);margin:0}@media print,screen and (min-width:769px){.p-mv__eyebrow{font-size:.95rem;letter-spacing:.1em}}.p-mv__title{font-family:"Noto Serif JP",serif;font-size:min(6.5vw,1.6rem);font-weight:500;line-height:1.5;letter-spacing:0;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5);margin:0}@media print,screen and (min-width:769px){.p-mv__title{font-size:32px;line-height:1.5;font-weight:500;color:#fff}}.p-mv__text{font-size:13px;line-height:1.7;letter-spacing:.02em;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.5)}@media print,screen and (min-width:769px){.p-mv__text{font-size:14px}}.p-mv__feature{display:flex;flex-direction:column;align-items:center;row-gap:8px;margin-top:6px}.p-mv__feature-label{font-size:10px;font-weight:500;letter-spacing:.2em;color:#ffffffb3;text-shadow:0 1px 8px rgba(0,0,0,.5)}.p-mv__feature-list{font-size:11px;line-height:1.9;letter-spacing:.02em;color:#ffffffe0;text-shadow:0 1px 8px rgba(0,0,0,.5);max-width:90vw}.p-mv__feature-divider{display:inline-block;margin:0 .55em;color:#fff6}.p-mv__feature-item{white-space:nowrap}.p-mv__cta{margin-top:24px;display:flex;justify-content:center}.p-mv__btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 30px;background:#000;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;letter-spacing:.04em;text-decoration:none;border:none;outline:none;transition:opacity .3s}.p-mv__btn:hover{opacity:.8}@media print,screen and (min-width:769px){.p-mv__cta{margin-top:28px}.p-mv__btn{padding:14px 34px;font-size:13px}}.p-mv__info{color:#fff;opacity:0;transform:translateY(10px);transition:opacity .8s ease,transform .8s ease}body.is-entered .p-mv__info{opacity:1;transform:translateY(0)}@media screen and (max-width:768px){.p-mv__info{position:relative;z-index:2;padding:24px 16px 32px}}@media print,screen and (min-width:769px){.p-mv__info{position:absolute;width:100%;height:100%;max-height:100svh;top:0;left:0}}.mv-info{position:absolute;display:flex;flex-direction:column;row-gap:16px;width:294px;max-width:95%;border:1px solid #fff;padding:24px 16px}@media screen and (max-width:768px){.mv-info{position:relative;left:auto;bottom:auto;transform:none;margin-inline:auto;width:100%;max-width:360px;padding:20px 18px;row-gap:12px}.mv-info__list li{line-height:1.7}}@media print,screen and (min-width:769px){.mv-info{bottom:30px;left:30px}}.mv-info__title{font-size:10px;line-height:1;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mv-info__dot{position:relative;display:inline-block;width:8px;height:8px;border-radius:50%;background:#7ec6b0;flex-shrink:0}.mv-info__dot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#7ec6b0;animation:mvDotPulse 1.6s ease-out infinite}@keyframes mvDotPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.6);opacity:0}}.mv-info__list li{font-size:10px;line-height:1.8}.mv-info__link{margin-left:auto;font-size:10px;color:#7ec6b0;text-decoration:none;letter-spacing:.05em;padding:4px 8px;border:1px solid rgba(126,198,176,.4);border-radius:3px;transition:background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.mv-info__link:hover{background:#7ec6b0;color:#000;border-color:#7ec6b0}.mv-info__arrow{margin-left:6px;font-size:8px;opacity:.6}.mv-info__update{width:100%;text-align:right;font-size:9px;letter-spacing:.05em;color:#fff6;white-space:nowrap;margin-top:-4px}@media(prefers-reduced-motion:reduce){.p-mv__bg,.p-mv__header,.p-mv__info{transition:none!important;opacity:1!important;transform:none!important}}.p-introduction{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100svh;background:#000;color:#fff;overflow:hidden}@media print,screen and (min-width:769px){.p-introduction{height:105svh}}.p-introduction__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.p-introduction__bg video{width:100%;height:100%;object-fit:cover;display:block}.p-introduction__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.p-introduction__bg video.video-pc{display:none}.p-introduction__bg video.video-sp{display:block}@media print,screen and (min-width:769px){.p-introduction__bg video.video-pc{display:block}.p-introduction__bg video.video-sp{display:none}}.introduction{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:26px;text-align:center}.introduction__title{font-family:"Noto Serif JP",serif;font-size:18px;font-weight:700;line-height:1.8}.introduction__text{font-family:"Noto Serif JP",serif;font-size:16px;line-height:2.1}.move-text-slider{position:relative;display:flex;align-items:center;justify-content:center;min-height:12em;width:min(90vw,640px);padding:0 16px}@media print,screen and (min-width:769px){.move-text-slider{min-height:9em}}.move-text{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;row-gap:28px;opacity:0;transition:opacity 1.8s cubic-bezier(.45,0,.2,1);pointer-events:none}.move-text.is-active{opacity:1;pointer-events:auto}.move-text__title{margin:0}.text-termina-demi{font-weight:600}.js-fade-in{opacity:0;transition-property:transform,opacity;transition-duration:2.5s;transition-timing-function:cubic-bezier(.25,1,.5,1)}.js-fade-in.fade-in-up{transform:translate3d(0,50px,0)!important}.js-fade-in.js-scroll-in{opacity:1!important;transform:translateZ(0)!important}.js-hero-fade{opacity:0;transform:translateY(24px);transition:opacity .8s ease 1.2s,transform .8s ease 1.2s}.js-hero-fade.js-scroll-in{opacity:1;transform:translateY(0)}.five-wall__head-fade{transition:opacity .6s ease 1.2s,transform .6s ease 1.2s}.five-wall__head-fade.js-scroll-in{opacity:1;transform:translateY(0)}.arex-heroarea{position:relative;width:100%;overflow:hidden;--arex-line-x: 7.85%}@media print,screen and (min-width:769px){.arex-heroarea{--arex-line-x: 6.5%}}.arex-mainvisual{position:relative;width:100%;height:70svh;min-height:420px;max-height:1100px;overflow:hidden}@media screen and (max-width:768px){.arex-mainvisual{height:auto;min-height:640px;max-height:none;aspect-ratio:1200 / 2108}}@media print,screen and (min-width:769px){.arex-mainvisual{height:85svh}}.arex-mainvisual img{display:block;width:100%;height:100%;object-fit:cover}.arex-maincatch{position:absolute;left:0;bottom:0;width:100%;background:#00000080;color:#fff;display:grid;grid-template-columns:15.7% 1fr;grid-template-rows:auto auto;row-gap:24px;padding:40px 0 24px;overflow:visible}@media screen and (max-width:768px){.arex-maincatch{grid-template-rows:auto auto auto;row-gap:16px;grid-template-columns:18.7% 1fr;top:10.6%}}@media print,screen and (min-width:769px){.arex-maincatch{grid-template-columns:13% auto;grid-template-rows:auto 1fr;row-gap:20px;padding:50px 40px 44px 0;padding-top:18vh}}.arex-maincatch__label{position:relative;grid-column:1 / 2;grid-row:1 / 3;justify-self:center;writing-mode:vertical-rl;font-family:Noto Sans JP,sans-serif;font-size:.75rem;letter-spacing:.15em;text-indent:1rem;white-space:nowrap}@media print,screen and (min-width:769px){.arex-maincatch__label{font-size:1.1rem;padding-top:11px}}.arex-maincatch__title{grid-column:2 / 3;grid-row:1 / 2;font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(6vw,32px);letter-spacing:.08em;line-height:1.4;margin:0 0 0 -5px;white-space:normal}@media print,screen and (min-width:769px){.arex-maincatch__title{font-size:32px;letter-spacing:.15em}.arex-title-br-sp,.arex-lead-br-sp{display:none}}.arex-maincatch__lead{grid-column:2 / 3;grid-row:2 / 3;line-height:1.8;letter-spacing:.04em;font-size:14px}.arex-maincatch__lead p{margin:0 0 1.4rem;white-space:nowrap}.arex-maincatch__lead p:last-child{margin-bottom:0}@media screen and (max-width:768px){.arex-maincatch__lead p{white-space:normal;word-break:keep-all;overflow-wrap:break-word}}@media print,screen and (min-width:769px){.arex-maincatch__lead{font-size:15px;line-height:2;letter-spacing:.12em}.arex-maincatch__lead p{margin-bottom:1.6rem}}.five-wall-section{margin-bottom:0;background:#e0dfdc;padding:60px 0 90px}.five-wall__head{max-width:1140px;margin:0 auto 32px;padding:0 6%;text-align:center}.five-wall__head .five-wall__eyebrow{font-family:"Noto Serif JP",serif;font-size:min(3.2vw,.85rem);letter-spacing:.08em;color:#333;margin:0 0 8px;white-space:nowrap}.five-wall__head h2{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(5.6vw,1.5rem);letter-spacing:.08em;color:#1f2937;margin:0 0 10px}.five-wall__br-sp{display:block}@media print,screen and (min-width:769px){.five-wall__br-sp{display:none}}@media print,screen and (min-width:769px){.five-wall__head h2{font-size:1.9rem}}.five-wall__head .five-wall__sub{font-family:Noto Sans JP,sans-serif;font-size:min(3vw,.82rem);letter-spacing:.04em;color:#333;margin:0;line-height:1.8}.five-wall__wrap{overflow:hidden}.five-wall__track{display:flex;list-style:none;padding:0;margin:0;will-change:transform}.five-wall__slide{flex:0 0 auto;width:60vw;list-style:none;margin-left:20px}@media print,screen and (min-width:769px){.five-wall__slide{width:20vw}}.five-wall__photo{position:relative;overflow:hidden}.five-wall__photo img{display:block;width:100%;height:auto;aspect-ratio:1122 / 1402;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:opacity .2s,transform .2s}.five-wall__slide:hover img{opacity:.85;transform:scale(1.04)}.five-wall__caption{position:absolute;left:5%;bottom:7%;right:5%;color:#fff;pointer-events:none}.five-wall__caption .five-wall__caption-jp{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(4vw,1.1rem);letter-spacing:.06em;margin:0 0 4px;white-space:nowrap;text-shadow:0 1px 6px rgba(0,0,0,.35)}.five-wall__caption .five-wall__caption-en{font-family:Noto Sans JP,sans-serif;font-size:min(2.4vw,.72rem);letter-spacing:.03em;white-space:nowrap;text-shadow:0 1px 6px rgba(0,0,0,.35)}@media print,screen and (min-width:769px){.five-wall__caption .five-wall__caption-jp{font-size:1.25rem}.five-wall__caption .five-wall__caption-en{font-size:.8rem}}.our-vision-section{background:#f9fafb;padding:70px 5% 90px}.our-vision__grid{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:16px}@media print,screen and (min-width:769px){.our-vision__grid{grid-template-columns:1fr;min-height:var(--vision-grid-height, auto)}}.our-vision__main{position:relative;overflow:hidden;aspect-ratio:4 / 5;width:100%}@media print,screen and (min-width:769px){.our-vision__main{aspect-ratio:1254 / 1254;width:49.6%}}.our-vision__main img{display:block;width:100%;height:100%;object-fit:cover}.our-vision__side{display:flex;flex-direction:column;gap:16px}@media print,screen and (min-width:769px){.our-vision__side{position:absolute;top:0;left:49.6%;width:43.9%;margin-top:0}}.our-vision__textcard{position:relative;text-align:left;background-image:var(--wall-smartwork-lp-bg-vision-textcard);background-size:100% 100%;background-repeat:no-repeat;padding:24px 24px 30px}@media print,screen and (min-width:769px){.our-vision__textcard{height:100%;padding:30px 42px 38px}}.our-vision__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.04em;color:#1f2937;margin:0 0 10px;text-align:left}.our-vision__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(7.5vw,1.85rem);line-height:1.4;letter-spacing:.04em;color:#1f2937;margin:0;text-align:left}@media print,screen and (min-width:769px){.our-vision__title{font-size:2.1rem}}.our-vision__title span{display:block;text-align:left}.our-vision__body{margin-top:14px;text-align:left}@media print,screen and (min-width:769px){.our-vision__body{margin-top:18px}}.our-vision__body .our-vision__sub{font-family:Noto Sans JP,sans-serif;font-size:.85rem;letter-spacing:.03em;color:#4b5563;margin:0 0 18px;text-align:left}.our-vision__body p.our-vision__lead{font-size:min(3.4vw,.85rem);line-height:2;letter-spacing:.02em;color:#1f2937;margin:0 0 10px;text-align:left}@media print,screen and (min-width:769px){.our-vision__body p.our-vision__lead{font-size:.88rem}}.our-vision__pair{display:flex;gap:16px}@media print,screen and (min-width:769px){.our-vision__pair{margin-right:6.6%}}.our-vision__pair figure{margin:0;flex:1 1 50%;aspect-ratio:1 / 1;overflow:hidden}.our-vision__pair img{display:block;width:100%;height:100%;object-fit:cover}.our-vision__fade{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.our-vision__fade.js-scroll-in{opacity:1;transform:translateY(0)}.our-vision2-section{background:#f9fafb;padding:0 5% 90px}.our-vision2__grid{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:16px}@media print,screen and (min-width:769px){.our-vision2__grid{min-height:var(--vision-grid-height, auto)}}.our-vision2__main{position:relative;overflow:hidden;aspect-ratio:4 / 5;width:100%;order:-1}@media print,screen and (min-width:769px){.our-vision2__main{aspect-ratio:1254 / 1254;width:49.6%;order:2;margin-left:auto}}.our-vision2__main img{display:block;width:100%;height:100%;object-fit:cover}.our-vision2__side{display:flex;flex-direction:column;gap:16px}@media print,screen and (min-width:769px){.our-vision2__side{position:absolute;top:0;left:0;width:43.9%}}.our-vision2__textcard{position:relative;text-align:left;background-image:var(--wall-smartwork-lp-bg-vision2-textcard);background-size:100% 100%;background-repeat:no-repeat;padding:24px 24px 30px}@media print,screen and (min-width:769px){.our-vision2__textcard{height:100%;padding:30px 42px 38px}}.our-vision2__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.04em;color:#1f2937;margin:0 0 10px;text-align:left}.our-vision2__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(7.5vw,1.85rem);line-height:1.4;letter-spacing:.04em;color:#1f2937;margin:0;text-align:left}@media print,screen and (min-width:769px){.our-vision2__title{font-size:2.1rem}}.our-vision2__title span{display:block;text-align:left}.our-vision2__body{margin-top:14px;text-align:left}@media print,screen and (min-width:769px){.our-vision2__body{margin-top:18px}}.our-vision2__body .our-vision2__sub{font-family:Noto Sans JP,sans-serif;font-size:.85rem;letter-spacing:.03em;color:#4b5563;margin:0 0 18px;text-align:left}.our-vision2__body p.our-vision2__lead{font-size:min(3.4vw,.85rem);line-height:2;letter-spacing:.02em;color:#1f2937;margin:0 0 10px;text-align:left}@media print,screen and (min-width:769px){.our-vision2__body p.our-vision2__lead{font-size:.88rem}}.our-vision2__pair{display:flex;gap:16px}.our-vision2__pair figure{margin:0;flex:1 1 50%;aspect-ratio:5 / 4;overflow:hidden}.our-vision2__pair img{display:block;width:100%;height:100%;object-fit:cover}.our-vision3-section{background:#f9fafb;padding:0 5% 90px}.our-vision3__grid{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:16px}@media print,screen and (min-width:769px){.our-vision3__grid{min-height:var(--vision-grid-height, auto)}}.our-vision3__main{position:relative;overflow:hidden;aspect-ratio:4 / 5;width:100%}@media print,screen and (min-width:769px){.our-vision3__main{aspect-ratio:1254 / 1254;width:49.6%}}.our-vision3__main img{display:block;width:100%;height:100%;object-fit:cover}.our-vision3__side{display:flex;flex-direction:column}@media print,screen and (min-width:769px){.our-vision3__side{position:absolute;top:0;left:49.6%;width:43.9%}}.our-vision3__textcard{position:relative;text-align:left;background-image:var(--wall-smartwork-lp-bg-vision-textcard);background-size:100% 100%;background-repeat:no-repeat;padding:24px 24px 30px}@media print,screen and (min-width:769px){.our-vision3__textcard{height:100%;padding:30px 42px 38px}}.our-vision3__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.04em;color:#1f2937;margin:0 0 10px;text-align:left}.our-vision3__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(7.5vw,1.85rem);line-height:1.4;letter-spacing:.04em;color:#1f2937;margin:0;text-align:left}@media print,screen and (min-width:769px){.our-vision3__title{font-size:2.1rem}}.our-vision3__title span{display:block;text-align:left}.our-vision3__body{margin-top:14px;text-align:left}@media print,screen and (min-width:769px){.our-vision3__body{margin-top:18px}}.our-vision3__body .our-vision3__sub{font-family:Noto Sans JP,sans-serif;font-size:.85rem;letter-spacing:.03em;color:#4b5563;margin:0 0 18px;text-align:left}.our-vision3__body p.our-vision3__lead{font-size:min(3.4vw,.85rem);line-height:2;letter-spacing:.02em;color:#1f2937;margin:0 0 10px;text-align:left}@media print,screen and (min-width:769px){.our-vision3__body p.our-vision3__lead{font-size:.88rem}}.our-vision4-section{background:#f9fafb;padding:0 5% 90px}.our-vision4__grid{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:16px}@media print,screen and (min-width:769px){.our-vision4__grid{min-height:var(--vision-grid-height, auto)}}.our-vision4__photos{position:relative;width:100%;aspect-ratio:1 / 1}@media print,screen and (min-width:769px){.our-vision4__photos{order:2;width:49.6%;margin-left:auto;aspect-ratio:auto;height:100%;min-height:480px}}.our-vision4__photo1{position:absolute;left:0;top:0;width:62%;aspect-ratio:1 / 1;overflow:hidden;z-index:1}.our-vision4__photo1 img{display:block;width:100%;height:100%;object-fit:cover}.our-vision4__photo2{position:absolute;left:41%;top:46%;width:56%;aspect-ratio:1 / 1;overflow:hidden;z-index:2;box-shadow:0 12px 28px #0000001f}.our-vision4__photo2 img{display:block;width:100%;height:100%;object-fit:cover}.our-vision4__side{display:flex;flex-direction:column}@media print,screen and (min-width:769px){.our-vision4__side{position:absolute;top:0;left:0;width:43.9%;order:1}}.our-vision4__textcard{position:relative;text-align:left;background-image:var(--wall-smartwork-lp-bg-vision-textcard);background-size:100% 100%;background-repeat:no-repeat;padding:24px 24px 30px}@media print,screen and (min-width:769px){.our-vision4__textcard{height:100%;padding:30px 42px 38px}}.our-vision4__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.04em;color:#1f2937;margin:0 0 10px;text-align:left}.our-vision4__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(7.5vw,1.85rem);line-height:1.4;letter-spacing:.04em;color:#1f2937;margin:0;text-align:left}@media print,screen and (min-width:769px){.our-vision4__title{font-size:2.1rem}}.our-vision4__title span{display:block;text-align:left}.our-vision4__body{margin-top:14px;text-align:left}@media print,screen and (min-width:769px){.our-vision4__body{margin-top:18px}}.our-vision4__body .our-vision4__sub{font-family:Noto Sans JP,sans-serif;font-size:.85rem;letter-spacing:.03em;color:#4b5563;margin:0 0 18px;text-align:left}.our-vision4__body p.our-vision4__lead{font-size:min(3.4vw,.85rem);line-height:2;letter-spacing:.02em;color:#1f2937;margin:0 0 10px;text-align:left}@media print,screen and (min-width:769px){.our-vision4__body p.our-vision4__lead{font-size:.88rem}}.our-vision5-section{background:#f9fafb;padding:0 5% 90px}.our-vision5__grid{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:1fr;gap:16px}@media print,screen and (min-width:769px){.our-vision5__grid{min-height:var(--vision-grid-height, auto)}}.our-vision5__main{position:relative;overflow:hidden;aspect-ratio:4 / 5;width:100%}@media print,screen and (min-width:769px){.our-vision5__main{aspect-ratio:1254 / 1254;width:49.6%}}.our-vision5__main img{display:block;width:100%;height:100%;object-fit:cover}.our-vision5__side{display:flex;flex-direction:column;gap:16px}@media print,screen and (min-width:769px){.our-vision5__side{position:absolute;top:0;left:49.6%;width:43.9%}}.our-vision5__textcard{position:relative;text-align:left;background-image:var(--wall-smartwork-lp-bg-vision-textcard);background-size:100% 100%;background-repeat:no-repeat;padding:24px 24px 30px}@media print,screen and (min-width:769px){.our-vision5__textcard{height:100%;padding:30px 42px 38px}}.our-vision5__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.04em;color:#1f2937;margin:0 0 10px;text-align:left}.our-vision5__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(7.5vw,1.85rem);line-height:1.4;letter-spacing:.04em;color:#1f2937;margin:0;text-align:left}@media print,screen and (min-width:769px){.our-vision5__title{font-size:2.1rem}}.our-vision5__title span{display:block;text-align:left}.our-vision5__body{margin-top:14px;text-align:left}@media print,screen and (min-width:769px){.our-vision5__body{margin-top:18px}}.our-vision5__body .our-vision5__sub{font-family:Noto Sans JP,sans-serif;font-size:.85rem;letter-spacing:.03em;color:#4b5563;margin:0 0 18px;text-align:left}.our-vision5__body p.our-vision5__lead{font-size:min(3.4vw,.85rem);line-height:2;letter-spacing:.02em;color:#1f2937;margin:0 0 10px;text-align:left}@media print,screen and (min-width:769px){.our-vision5__body p.our-vision5__lead{font-size:.88rem}}.our-vision5__pair{display:flex;gap:16px}@media print,screen and (min-width:769px){.our-vision5__pair{margin-right:6.6%}}.our-vision5__pair figure{margin:0;flex:1 1 50%;aspect-ratio:1 / 1;overflow:hidden}.our-vision5__pair img{display:block;width:100%;height:100%;object-fit:cover}.product-statement-section{position:relative;width:100%;background:#000;overflow:hidden;margin-bottom:-1px}#our-vision5-section{margin-bottom:0}.product-statement__visual{position:relative;width:100%}.product-statement__visual img{display:block;width:100%;height:auto}.product-statement__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center}@media screen and (max-width:768px){.product-statement__overlay{align-items:stretch;padding-bottom:0}}.product-statement__copy{width:100%;max-width:560px;padding:0 6%;color:#fff}@media print,screen and (min-width:769px){.product-statement__copy{padding-left:7%;max-width:46%}}.product-statement__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:.75rem;letter-spacing:.12em;color:#fff;margin:0 0 18px}@media print,screen and (min-width:769px){.product-statement__eyebrow{font-size:.82rem;margin-bottom:22px}}.product-statement__words{display:flex;flex-wrap:wrap;gap:0 18px;font-size:.72rem;letter-spacing:.1em;color:#fff;margin:0 0 18px}@media print,screen and (min-width:769px){.product-statement__words{font-size:.8rem;margin-bottom:22px}}.product-statement__title{font-family:"Noto Serif JP",serif;font-weight:600;font-size:min(6.2vw,1.7rem);line-height:1.6;letter-spacing:.03em;color:#fff;margin:0 0 16px}@media print,screen and (min-width:769px){.product-statement__title{font-size:2.05rem;margin-bottom:22px}}.product-statement__lead{font-size:12.5px;line-height:1.9;letter-spacing:.02em;color:#fff;margin:0}.product-statement__lead-br-sp{display:inline}@media print,screen and (min-width:769px){.product-statement__lead{font-size:.82rem}}.product-statement__brand{margin-top:40px}@media print,screen and (min-width:769px){.product-statement__brand{margin-top:56px}}.product-statement__brand-en{font-family:Noto Sans JP,sans-serif;font-size:.68rem;letter-spacing:.14em;color:#fff;margin:0 0 10px}@media print,screen and (min-width:769px){.product-statement__brand-en{font-size:.75rem}}.product-statement__model{font-family:"Noto Serif JP",serif;font-weight:500;font-size:min(4.6vw,1.15rem);letter-spacing:.04em;color:#fff;margin:0}@media print,screen and (min-width:769px){.product-statement__model{font-size:1.3rem}}.product-statement__cta{margin-top:28px}.product-statement__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;border:1px solid #fff;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;letter-spacing:.04em;text-decoration:none;transition:opacity .3s,background .3s}.product-statement__btn:hover{opacity:1;background:#ffffff1a}@media print,screen and (min-width:769px){.product-statement__cta{margin-top:32px}.product-statement__btn{padding:15px 36px;font-size:14px}}*{margin:0;padding:0;box-sizing:border-box}body{background:#e0dfdc;color:#333;font-family:Noto Sans JP,-apple-system,sans-serif;overflow-x:clip}.product-statement-section{margin-bottom:0!important;padding-bottom:0!important}.feature-section{margin-top:-2px;padding-top:0}.feature-section{margin:0;padding:0;display:block;position:relative;width:100%;min-height:100vh;background-image:var(--wall-smartwork-lp-bg-feature-section);background-size:cover;background-position:center;background-attachment:fixed}.pv-scroll-container{position:relative;z-index:10}.product-viewer-wrapper{position:relative;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 40px}.pv-title-overlay{position:absolute;top:0;left:0;right:0;z-index:20;text-align:center;padding:28px 20px 20px;top:calc(7% + 75px);pointer-events:none;background:linear-gradient(to bottom,#00000040,#0000);transition:opacity .5s ease}.pv-title-overlay.hidden{opacity:0}.pv-title-overlay h2{font-family:"Noto Serif JP",serif;font-size:34px;font-weight:600;color:#fff;letter-spacing:.04em;line-height:1.15;margin-bottom:5px;text-shadow:0 2px 8px rgba(0,0,0,.45),0 4px 20px rgba(0,0,0,.3)}.pv-title-overlay p{font-family:Noto Sans JP,sans-serif;font-size:15px;font-weight:400;color:#ffffffd9;line-height:1.5;text-shadow:0 1px 6px rgba(0,0,0,.4),0 3px 16px rgba(0,0,0,.25)}.pv-card{position:relative;width:100%;max-width:1100px;flex:1;min-height:0;max-height:min(82vh,740px);background:#1d1d1f;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 8px 24px #0000002e}.pv-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.pv-stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .8s ease}.pv-close{position:absolute;top:12px;right:12px;z-index:50;width:32px;height:32px;border-radius:50%;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,opacity .3s;opacity:0;pointer-events:none}.pv-close.show{opacity:1;pointer-events:all}.pv-close:hover{background:#ffffff47}.pv-close svg{width:14px;height:14px;stroke:#fff;stroke-width:2;fill:none}.pv-left{position:absolute;top:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;padding-left:12px}.pv-arrows{display:flex;flex-direction:column;gap:4px;margin-right:5px;flex-shrink:0;opacity:0;transition:opacity .3s;pointer-events:none}.pv-arrows.show{opacity:1;pointer-events:all}.pv-arrow{width:30px;height:30px;border-radius:50%;background:#b4b4b42e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,opacity .2s}.pv-arrow:hover{background:#c8c8c84d}.pv-arrow.disabled{opacity:.2;pointer-events:none}.pv-arrow svg{width:12px;height:12px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.pv-pill-list{display:flex;flex-direction:column;gap:6px;max-height:min(60vh,520px);overflow:hidden}.pv-mobile-scrollhint,.pv-mobile-desc{display:none}.pv-pill{display:flex;align-items:center;gap:8px;background:#b4b4b438;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1.5px solid transparent;border-radius:980px;padding:8px 16px 8px 10px;color:#ffffffe6;font-size:12px;font-weight:500;font-family:Noto Sans JP,sans-serif;cursor:pointer;white-space:nowrap;transition:background .25s,border-color .25s,transform .15s}.pv-pill:hover{background:#c8c8c847}.pv-pill:active{transform:scale(.97)}.pv-pill-icon{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pv-pill-icon svg{width:10px;height:10px;stroke:#ffffffb3;stroke-width:2;fill:none}.pv-pill-swatch{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.35);flex-shrink:0}.pv-desc-card{background:#28282ac7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;padding:16px 18px;max-width:300px;animation:descIn .35s ease both}@keyframes descIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pv-desc-title{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;color:#f5f5f7;margin-bottom:4px;line-height:1.35}.pv-desc-body{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.6;color:#ffffffb3;font-weight:400}.scroll-indicator{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;pointer-events:none;height:50px;width:20px}@media screen and (max-width:768px){.p-mv__visual{height:auto;aspect-ratio:1200 / 2380}.p-mv__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;overflow:hidden}.p-mv__bg picture{width:100%;height:100%;display:block}.p-mv__bg img{width:100%;height:100%;object-fit:cover}.p-mv__inner{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.p-mv__header{position:sticky;top:38svh;left:auto;padding:0 20px 60px}}.p-mv__scroll-indicator{position:relative;bottom:auto;left:auto;transform:none;margin:20px auto 0;opacity:0;transition:opacity 1.2s ease 1.6s;z-index:51}.p-mv.is-hero-visible .p-mv__scroll-indicator{opacity:1}@media print,screen and (min-width:769px){.p-mv__scroll-indicator{margin-top:28px}}.scroll-line-track{position:relative;width:1.5px;height:26px;background:#ffffff1f;overflow:hidden;border-radius:1px}.scroll-line-fill{position:absolute;top:-26px;left:0;width:1.5px;height:26px;background:#ffffffb3;animation:lineDown 2s ease-in-out infinite}@keyframes lineDown{0%{top:-26px}50%{top:0}70%{top:0}to{top:26px}}.scroll-dot{width:5px;height:5px;border-radius:50%;background:#ffffffb3;margin-top:3px;animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,40%{opacity:.3;transform:scale(.8)}50%,70%{opacity:1;transform:scale(1)}to{opacity:.3;transform:scale(.8)}}.scroll-label{font-size:9px;color:#fff6;letter-spacing:.08em;margin-top:2px;font-family:Noto Sans JP,sans-serif}@media(max-width:768px){.product-viewer-wrapper{height:auto;min-height:100vh;padding:0;flex-direction:column;justify-content:center}.pv-card{max-height:none;flex:none;width:100%;max-width:100%;border-radius:0;display:flex;flex-direction:column}.pv-stage{position:relative;inset:auto;width:100%;aspect-ratio:4/5;flex-shrink:0}.pv-stage img{position:absolute}.pv-left{position:relative;inset:auto;width:100%;padding:14px 0 18px;background:#1d1d1f;flex-shrink:0}.pv-arrows{display:none}.pv-pill-list{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:visible;gap:8px;padding:0 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pv-pill-list::-webkit-scrollbar{display:none}.pv-pill{flex-shrink:0;font-size:12px;padding:8px 14px 8px 9px}.pv-pill-icon,.pv-pill-swatch{width:20px;height:20px}.pv-left.is-detail-mode .pv-pill-list{display:none}.pv-mobile-desc{display:none;padding:0 20px}.pv-left.is-detail-mode .pv-mobile-desc{display:block}.pv-mobile-desc__back{display:flex;align-items:center;gap:5px;background:none;border:none;padding:0 0 12px;color:#ffffff8c;font-family:Noto Sans JP,sans-serif;font-size:11.5px;letter-spacing:.04em;cursor:pointer}.pv-mobile-desc__back svg{width:11px;height:11px;stroke:#ffffff8c;stroke-width:2;fill:none}.pv-mobile-desc__title{font-family:Noto Sans JP,sans-serif;font-size:15px;font-weight:700;color:#f5f5f7;margin-bottom:8px;line-height:1.4}.pv-mobile-desc__body{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.75;color:#ffffffb8;font-weight:400}.pv-mobile-scrollhint{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;opacity:.5;transition:opacity .3s}.pv-left.is-detail-mode .pv-mobile-scrollhint{display:none}.pv-mobile-scrollhint__track{position:relative;width:46px;height:2px;background:#ffffff2e;border-radius:2px;overflow:hidden}.pv-mobile-scrollhint__fill{position:absolute;top:0;left:0;height:100%;width:16px;background:#fff9;border-radius:2px;animation:pvScrollHint 1.8s ease-in-out infinite}@keyframes pvScrollHint{0%{left:0}50%{left:calc(100% - 16px)}to{left:0}}.pv-mobile-scrollhint__label{font-family:Noto Sans JP,sans-serif;font-size:9px;letter-spacing:.08em;color:#ffffff73}.pv-desc-card{display:none}.pv-close{top:10px;right:10px}.pv-title-overlay{top:50px;padding:20px 16px 16px}.pv-title-overlay h2{font-size:24px}.pv-title-overlay p{font-size:13px}.pv-stats{position:absolute;top:auto;bottom:15px;right:15px;left:auto}}.pv-stats{position:absolute;bottom:80px;right:24px;z-index:45;display:flex;gap:12px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.pv-stats.show{opacity:1;transform:translateY(0)}.pv-stat{background:#1e1e20d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:14px;padding:20px 28px;text-align:center;min-width:140px}.pv-stat-num{font-family:Noto Sans JP,sans-serif;font-size:clamp(36px,4vw,52px);font-weight:700;color:#fff;line-height:1;margin-bottom:6px}.pv-stat-num span{font-size:clamp(20px,2.2vw,28px);font-weight:500}.pv-stat-label{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;color:#ffffff8c;letter-spacing:.04em}@media(max-width:768px){.pv-stats{bottom:60px;right:12px;gap:8px}.pv-stat{padding:14px 18px;min-width:100px;border-radius:10px}.pv-stat-num{font-size:28px}.pv-stat-num span{font-size:16px}.pv-stat-label{font-size:10px}}.arex-fade{opacity:0;transform:translateY(18px);transition:opacity .8s ease,transform .8s ease}.arex-fade.visible{opacity:1;transform:translateY(0)}#product-statement-section{margin-bottom:0!important;padding-bottom:0!important;border:none!important;box-shadow:none!important}.feature-section{margin-top:-3px!important;padding-top:0!important;border:none!important;outline:none!important;box-shadow:none!important}html,body{background:#000!important}*{border-collapse:collapse}#product-statement-section+.feature-section{margin-top:-3px!important}.product-statement-section,.product-statement__visual,.product-statement__overlay{border:none!important;outline:none!important;box-shadow:none!important}.features-overview-section{background:#131313;padding:100px 40px 80px;text-align:center}.features-overview__title{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:600;color:#fff;letter-spacing:.04em;margin-bottom:20px}.features-overview__lead{font-family:Noto Sans JP,sans-serif;font-size:15px;font-weight:400;color:#ffffffb3;line-height:1.9;max-width:700px;margin:0 auto 50px}.features-overview__img{width:100%;max-width:1200px;margin:0 auto;border-radius:12px;display:block}@media(max-width:768px){.features-overview-section{padding:60px 20px 50px}.features-overview__img{border-radius:8px}}.arex-cta{grid-column:2/3;grid-row:2/3;display:flex;justify-content:flex-end;align-items:flex-end;gap:12px;flex-wrap:wrap;padding:0}@media screen and (max-width:768px){.arex-cta{grid-row:3/4;justify-content:flex-start;align-items:flex-start;gap:10px}.arex-cta__btn{margin-right:0}}.arex-cta__btn{margin-right:0;display:inline-flex;align-items:center;gap:8px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.5);border-radius:4px;padding:10px 20px;letter-spacing:.04em;transition:background .3s,border-color .3s;cursor:pointer}.arex-cta__btn:hover{background:#ffffff1a;border-color:#fffc}.arex-cta__btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .3s}.arex-cta__btn:hover svg{transform:translate(3px)}.overview-fade{opacity:0;transform:translateY(24px);transition:opacity 1s ease,transform 1s ease}.overview-fade.visible{opacity:1;transform:translateY(0)}.vision-slideshow{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.vision-slideshow img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out}.vision-slideshow img.active{opacity:1}#our-vision-section .our-vision__grid{align-items:stretch}#our-vision-section .our-vision__main{min-height:100%}.vision-slideshow,.vision-slideshow img{height:100%}#our-vision-section .our-vision__lead{white-space:nowrap}#our-vision-section .our-vision__side{top:0;bottom:0}#our-vision-section .our-vision__textcard{height:100%;display:flex;flex-direction:column;justify-content:center}#our-vision-section .our-vision__main{aspect-ratio:auto}#our-vision-section .vision-slideshow{position:relative;width:100%;height:100%;min-height:500px}#our-vision-section .our-vision__textcard{height:100%!important;min-height:100%!important;padding-top:calc(5% + 25px)!important;padding-bottom:60px!important;background-size:100% 100%!important}#our-vision-section .our-vision__textcard{background-image:var(--wall-smartwork-lp-bg-vision-textcard-alt)!important}#our-vision-section .our-vision__side{top:0!important;bottom:0!important;height:auto!important}.products-intro{background:#000;padding:80px 0}@media screen and (max-width:768px){.products-intro{padding:0}}.products-intro__inner{display:flex;flex-direction:column;max-width:1140px;margin:0 auto}@media print,screen and (min-width:769px){.products-intro__inner{flex-direction:row}}.products-intro__left{background:#1a1a1a;color:#fff;padding:48px 28px 40px}@media print,screen and (min-width:769px){.products-intro__left{width:calc(38% + 120px);padding:40px 60px 40px 80px;display:flex;flex-direction:column;justify-content:center}}.products-intro__label{font-family:Noto Sans JP,sans-serif;font-size:11px;letter-spacing:.12em;color:#ffffff80;margin:0 0 14px}.products-intro__heading{font-family:"Noto Serif JP",serif;font-weight:500;font-size:1.5rem;letter-spacing:.03em;color:#fff;margin:0 0 36px;line-height:1.5;white-space:nowrap}@media screen and (max-width:768px){.products-intro__heading{font-size:24px;white-space:normal}}@media print,screen and (min-width:769px){.products-intro__heading{font-size:2rem;margin-bottom:24px}}.products-intro__intro{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.85;color:#ffffffbf;margin:0 0 32px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.18)}@media print,screen and (min-width:769px){.products-intro__intro{font-size:14px;margin-bottom:40px;padding-bottom:32px}}.products-intro__list{list-style:none;margin:0;padding:0}.products-intro__item{display:flex;align-items:flex-start;column-gap:18px;padding:26px 0;border-top:1px solid rgba(255,255,255,.14)}@media print,screen and (min-width:769px){.products-intro__item{padding:32px 0}}.products-intro__item:first-child{border-top:none;padding-top:0}.products-intro__number{flex:none;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;font-family:Noto Sans JP,sans-serif;font-size:14px;color:#fff;margin-top:2px}.products-intro__item-body{flex:1}.products-intro__item-title{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:17px;margin:0 0 8px;letter-spacing:.02em}.products-intro__item-text{font-family:Noto Sans JP,sans-serif;font-size:14px;line-height:1.8;color:#ffffffb3;margin:0}.products-intro__note{font-size:11px;color:#ffffff73}.products-intro__right{background:#f6f7f7;padding:32px 24px;display:flex;flex-direction:column;justify-content:center}@media print,screen and (min-width:769px){.products-intro__right{width:calc(62% - 120px);padding:14px 40px}}.products-intro__gallery{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.products-intro__main-img{flex:1;display:flex;align-items:center;justify-content:center}.products-intro__main-img img{max-width:100%;max-height:340px;object-fit:contain}@media print,screen and (min-width:769px){.products-intro__main-img img{max-height:380px}}.products-intro__swatches{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.products-intro__swatch{background:#f6f7f7;border:1px solid #ccc;padding:6px;cursor:pointer;text-align:center;transition:border-color .3s;width:110px}.products-intro__swatch.is-active{border-color:#333}.products-intro__swatch img{width:90px;height:68px;object-fit:contain;display:block;margin:0 auto 4px}.products-intro__swatch-info{font-family:Noto Sans JP,sans-serif;font-size:11px;color:#333;display:block;line-height:1.3}.products-intro__info{color:#333}.products-intro__catch{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.7;color:#555;margin:0 0 6px}.products-intro__product-name{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:1.2rem;margin:0 0 12px;color:#1a1a1a}.products-intro__desc{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.85;color:#444;margin:0 0 12px}.products-intro__color{font-family:Noto Sans JP,sans-serif;font-size:12px;color:#666;margin:0 0 4px}.products-intro__size{font-family:Noto Sans JP,sans-serif;font-size:12px;color:#666;margin:0 0 24px}.products-intro__cta{display:flex;gap:12px;flex-wrap:wrap}.products-intro__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;letter-spacing:.04em;text-decoration:none;transition:opacity .3s;min-width:200px;text-align:center}.products-intro__btn:hover{opacity:.8}.products-intro__btn--primary,.products-intro__btn--outline{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}@media screen and (max-width:768px){.products-intro__gallery{flex-direction:column;align-items:center}.products-intro__swatches{flex-direction:row;justify-content:center}.products-intro__swatch{width:130px}.products-intro__btn{width:100%;min-width:auto}.products-intro__cta{flex-direction:column}}.lineup-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.5,1,.75,1)}.lineup-modal.is-open{opacity:1;pointer-events:auto}.lineup-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;backdrop-filter:blur(10px) brightness(50%);-webkit-backdrop-filter:blur(10px) brightness(50%)}.lineup-modal__content{position:relative;z-index:1;background:#fff;width:92vw;max-width:960px;max-height:85vh;border-radius:4px;display:flex;flex-direction:column}.lineup-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:none;border:none;cursor:pointer;z-index:2}.lineup-modal__close svg{width:16px;height:16px;stroke:#333;stroke-width:1.5}.lineup-modal__scroll{overflow-y:auto;padding:40px 24px 32px}@media print,screen and (min-width:769px){.lineup-modal__scroll{padding:48px 40px 40px}}.product-lineup__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:24px;text-align:center;color:#333;margin:0 0 4px}.product-lineup__subtitle{font-family:Noto Sans JP,sans-serif;font-size:12px;text-align:center;color:#666;margin:0 0 16px}.product-lineup__reason{text-align:center;margin:0 0 28px}.product-lineup__reason-title{font-family:"Noto Serif JP",serif;font-size:13px;font-weight:500;color:#333;letter-spacing:.06em;margin:0 0 6px}.product-lineup__reason-tags{font-family:Noto Sans JP,sans-serif;font-size:12px;color:#555;letter-spacing:.04em;margin:0}.product-lineup__reason-sep{color:#bbb;margin:0 8px}.product-lineup__table{width:100%}.product-lineup__scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.product-lineup__row{display:flex;border-bottom:1px solid #e5e5e5;min-width:max-content}.product-lineup__row--head{border-bottom:2px solid #333}.product-lineup__cell--label{position:sticky;left:0;z-index:2;width:100px;min-width:100px;flex-shrink:0;font-family:Noto Sans JP,sans-serif;font-size:11px;font-weight:700;background:#f9f9f9;padding:12px 8px;display:flex;align-items:center;text-align:left;border-right:2px solid #e5e5e5;color:#333}.product-lineup__values{display:flex;flex:1}.product-lineup__cell{width:160px;min-width:160px;flex-shrink:0;padding:12px 10px;font-family:Noto Sans JP,sans-serif;font-size:12px;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #f0f0f0}.product-lineup__cell:last-child{border-right:none}.product-lineup__cell--product{gap:8px;padding:16px 10px;background:#f5f3f0}.product-lineup__cell--product img{width:100%;max-width:120px;height:auto;object-fit:contain}.product-lineup__cell--competitor{background:none;color:#666;font-size:11px}.product-lineup__cell--competitor.product-lineup__cell--product{background:none}.product-lineup__cell--competitor img{max-width:86px}.product-lineup__cell--competitor .product-lineup__name{color:#666;font-weight:600}.product-lineup__cell--competitor .product-lineup__tagline{color:#999}.product-lineup__cell--competitor .product-lineup__price{color:#666}.product-lineup__row--head .product-lineup__cell--competitor:before{content:none}@media print,screen and (min-width:769px){.product-lineup__cell--label{width:130px;min-width:130px;font-size:12px;padding:16px 12px}.product-lineup__cell{width:200px;min-width:200px;padding:20px 16px}.product-lineup__cell--product img{max-width:160px}.product-lineup__cell--competitor img{max-width:115px}}.product-lineup__name{font-weight:700;font-size:14px;margin:0}.product-lineup__tagline{font-size:11px;color:#888;margin:0}.product-lineup__row--price .product-lineup__cell{flex-direction:column}.product-lineup__price{font-weight:700;font-size:14px;color:#1a1a1a}.product-lineup__pnote{display:block;font-size:10px;color:#888;margin-top:4px}.product-lineup__row--buy .product-lineup__cell{padding-top:16px;padding-bottom:4px}.product-lineup__buybtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;max-width:220px;padding:13px 16px;background:#1a1a1a;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;text-decoration:none;letter-spacing:.02em;transition:opacity .3s}.product-lineup__buybtn:hover{opacity:.8}.product-lineup__buybtn-arrow{font-size:16px;line-height:1}.lineup-modal__scroll{padding-top:32px}@media print,screen and (min-width:769px){.lineup-modal__scroll{padding-top:40px}}@media screen and (max-width:768px){.lineup-modal__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:24px 0}}.recommend{background:#2b2b2b;padding:64px 24px 72px}.recommend__inner{max-width:1400px;margin:0 auto}.recommend__title{font-family:"Noto Serif JP",serif;font-weight:500;font-size:1.7rem;letter-spacing:.06em;color:#fff;text-align:center;margin:0 0 14px}@media print,screen and (min-width:769px){.recommend__title{font-size:2.1rem}}.recommend__lead{font-family:Noto Sans JP,sans-serif;font-size:12px;line-height:1.8;color:#ffffffbf;text-align:center;margin:0 0 6px}@media print,screen and (min-width:769px){.recommend__lead{font-size:13px}}.recommend__sub{font-family:Noto Sans JP,sans-serif;font-size:11px;letter-spacing:.12em;color:#ffffff80;text-align:center;margin:0 0 40px}@media print,screen and (min-width:769px){.recommend__sub{font-size:12px;margin-bottom:48px}}.recommend__grid{display:grid;grid-template-columns:1fr;gap:40px}@media print,screen and (min-width:600px){.recommend__grid{grid-template-columns:1fr 1fr;gap:36px 28px}}@media print,screen and (min-width:1024px){.recommend__grid{grid-template-columns:repeat(4,1fr);gap:0 24px}}@media screen and (max-width:599px){.recommend__grid{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 24px 12px;margin:0 -24px;scroll-padding-left:24px;scroll-padding-right:24px;scrollbar-width:none}.recommend__grid::-webkit-scrollbar{display:none}.recommend__item{flex:0 0 78%;max-width:78%;scroll-snap-align:start}}.recommend__item{display:flex;flex-direction:column}.recommend__img{width:100%;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:20px;background:#1f1f1f}.recommend__img img{width:100%;height:100%;object-fit:cover;display:block;scale:1;transition:scale 8s cubic-bezier(.25,.46,.45,.94)}.recommend__img img.is-zoomed{scale:1.12}.recommend__name{font-family:Noto Sans JP,sans-serif;font-weight:700;font-size:15px;letter-spacing:.03em;color:#fff;margin:0 0 14px}.recommend__desc{font-family:Noto Sans JP,sans-serif;font-size:12.5px;line-height:1.8;color:#ffffffbf;margin:0 0 18px}.recommend__points{list-style:none;margin:0 0 24px;padding:0;flex:1}.recommend__points li{font-family:Noto Sans JP,sans-serif;font-size:11.5px;line-height:1.9;color:#ffffff9e;padding-left:1.2em;position:relative}.recommend__points li:before{content:"\2713";position:absolute;left:0;color:#ffffff80;font-size:10px}.recommend__btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 0;width:100%;background:transparent;border:1px solid rgba(255,255,255,.6);color:#fff;font-family:Noto Sans JP,sans-serif;font-size:12.5px;font-weight:500;letter-spacing:.03em;text-decoration:none;transition:background .3s,opacity .3s}.recommend__btn:hover{background:#ffffff1a}.wall-faq{background:#fff;padding:100px 0 120px}@media screen and (max-width:768px){.wall-faq{padding:60px 16px 80px}}.wall-faq__container{max-width:1140px;margin:0 auto;padding:0 20px}@media screen and (max-width:768px){.wall-faq__container{padding:0}}.wall-faq__header{text-align:center;margin-bottom:60px}@media screen and (max-width:768px){.wall-faq__header{margin-bottom:36px}}.wall-faq__title{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:500;letter-spacing:.06em;color:#212121;margin:0 0 8px}@media screen and (max-width:768px){.wall-faq__title{font-size:24px}}.wall-faq__subtitle{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:400;color:#888;letter-spacing:.04em;margin:0}.wall-faq__grid{display:grid;grid-template-columns:1fr;gap:12px}@media print,screen and (min-width:769px){.wall-faq__grid{grid-template-columns:1fr 1fr;gap:16px}}.wall-faq__item{margin:0}.wall-faq__q{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#f5f5f7;padding:20px 52px 20px 24px;border-radius:8px;transition:background .2s ease;-webkit-user-select:none;user-select:none}.wall-faq__q:hover{background:#ededf0}@media screen and (max-width:768px){.wall-faq__q{padding:16px 44px 16px 18px;border-radius:6px}}.wall-faq__q span{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.6;color:#212121;flex:1}@media screen and (max-width:768px){.wall-faq__q span{font-size:12.5px}}.wall-faq__q:before,.wall-faq__q:after{content:"";position:absolute;top:50%;right:22px;width:16px;height:1.5px;background:#888;transform:translateY(-50%);transition:transform .4s cubic-bezier(.23,1,.32,1);pointer-events:none}.wall-faq__q:after{transform:translateY(-50%) rotate(90deg)}.wall-faq__q.is-on:after{transform:translateY(-50%) rotate(0)}@media screen and (max-width:768px){.wall-faq__q:before,.wall-faq__q:after{right:16px;width:14px}}.wall-faq__a{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.23,1,.32,1);margin:0}.wall-faq__a-inner{padding:14px 24px 20px}@media screen and (max-width:768px){.wall-faq__a-inner{padding:12px 18px 16px}}.wall-faq__a-inner p{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:400;line-height:1.85;color:#555;margin:0}@media screen and (max-width:768px){.wall-faq__a-inner p{font-size:12px;line-height:1.8}}.wall-spec{background:#fff;padding:100px 0 60px}@media screen and (max-width:768px){.wall-spec{padding:60px 16px 40px}}.wall-spec__container{max-width:1140px;margin:0 auto;padding:0 20px}@media screen and (max-width:768px){.wall-spec__container{padding:0}}.wall-spec__title{font-family:"Noto Serif JP",serif;font-size:32px;font-weight:500;letter-spacing:.08em;color:#212121;text-align:center;margin:0 0 60px}@media screen and (max-width:768px){.wall-spec__title{font-size:24px;margin-bottom:36px}}.wall-spec__body{display:flex;flex-direction:column;gap:40px}@media print,screen and (min-width:769px){.wall-spec__body{flex-direction:row;gap:60px;align-items:flex-start}}.wall-spec__left{flex:0 0 auto}@media print,screen and (min-width:769px){.wall-spec__left{width:42%}}.wall-spec__photo{text-align:center;margin-bottom:12px}.wall-spec__photo img{max-width:100%;height:auto}@media print,screen and (min-width:769px){.wall-spec__photo img{max-width:420px}}.wall-spec__photo-label{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:400;color:#555;margin:8px 0 20px;text-align:center}.wall-spec__colors{display:flex;align-items:center;gap:8px;margin-top:16px;padding-left:4px}.wall-spec__swatch{display:inline-block;width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.wall-spec__swatch--beige{background:#ddd5c4}.wall-spec__swatch--gray{background:#4a4a4a}.wall-spec__swatch-label{font-family:Noto Sans JP,sans-serif;font-size:12px;color:#666;margin-right:16px}.wall-spec__right{flex:1;min-width:0}.wall-spec__table{width:100%;border-collapse:collapse}.wall-spec__table tr{border-bottom:1px solid #e5e5e5}.wall-spec__table tr:first-child{border-top:1px solid #e5e5e5}.wall-spec__table th,.wall-spec__table td{font-family:Noto Sans JP,sans-serif;font-size:13px;line-height:1.6;padding:16px 0;vertical-align:top;text-align:left;color:#333}@media screen and (max-width:768px){.wall-spec__table th,.wall-spec__table td{font-size:12px;padding:13px 0}}.wall-spec__table th{font-weight:600;width:130px;padding-right:24px;white-space:nowrap;color:#212121}@media screen and (max-width:768px){.wall-spec__table th{width:100px;padding-right:16px}}.wall-spec__table td{font-weight:400;color:#555}.wall-spec__table+.wall-spec__table{margin-top:-1px}.wall-spec__table+.wall-spec__table tr:first-child{border-top:none}.wall-spec__note{font-family:Noto Sans JP,sans-serif;font-size:12px;color:#999;margin-top:20px;line-height:1.6}.wall-spec__more-btn{display:none;width:100%;align-items:center;justify-content:center;gap:8px;padding:14px 0;margin-top:4px;background:#1a1a1a;border:1px solid #1a1a1a;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:12.5px;font-weight:500;color:#fff;letter-spacing:.03em;transition:opacity .25s}.wall-spec__more-btn:hover{opacity:.8}.wall-spec__more-btn-icon{position:relative;width:10px;height:10px;flex-shrink:0}.wall-spec__more-btn-icon:before,.wall-spec__more-btn-icon:after{content:"";position:absolute;top:50%;left:50%;background:#fff;transition:transform .3s ease}.wall-spec__more-btn-icon:before{width:10px;height:1.4px;transform:translate(-50%,-50%)}.wall-spec__more-btn-icon:after{width:1.4px;height:10px;transform:translate(-50%,-50%)}.wall-spec__more-btn.is-open .wall-spec__more-btn-icon:after{transform:translate(-50%,-50%) rotate(90deg) scaleX(0)}@media screen and (max-width:768px){.wall-spec__table--collapsible{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:block}.wall-spec__table--collapsible tbody,.wall-spec__table--collapsible tr,.wall-spec__table--collapsible th,.wall-spec__table--collapsible td{display:block}.wall-spec__table--collapsible tr{display:flex;border-bottom:1px solid #e5e5e5}.wall-spec__table--collapsible tr:first-child{border-top:none}.wall-spec__more-btn{display:flex}}.gallery-section{background:#fff;padding:80px 0 0;overflow:visible;width:100%}.gallery-header{text-align:center;margin-bottom:48px}.gallery-eyebrow{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:11px;letter-spacing:.22em;color:#666;text-transform:uppercase;margin-bottom:10px}.gallery-heading{font-family:"Noto Serif JP",serif;font-size:24px;font-weight:400;color:#e8e6e0;letter-spacing:.12em}.slider-outer{width:100%;overflow-x:clip;overflow-y:visible}.slider-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform;cursor:grab;-webkit-user-select:none;user-select:none}.slider-track.dragging{cursor:grabbing;transition:none}.slide{flex-shrink:0;width:100%;display:flex;justify-content:center;align-items:flex-start;padding:8px 24px 50px}.slide-inner{opacity:0;transition:opacity 2s ease-in-out}.slide.slide-visible .slide-inner{opacity:1}.slide-inner{width:100%;max-width:1300px;height:650px;display:flex;border-radius:0;overflow:hidden;background:#fff;box-shadow:0 24px 48px -12px #00000038,0 8px 16px #00000014}.slide-img{width:50%;height:100%;overflow:hidden;flex-shrink:0;background:#222}.slide-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.slide-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-label{font-size:10px;color:#444;letter-spacing:.15em}.slide-text{width:50%;height:100%;background-color:#fff;position:relative;flex-shrink:0;overflow:hidden}.text-content{position:absolute;top:34%;left:21%;right:60px}.text-eyebrow{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:15px;color:#333;letter-spacing:.02em;margin-bottom:18px;line-height:1.6}.text-heading{font-family:"Noto Serif JP",serif;font-weight:500;font-size:42px;color:#333;line-height:1.4;letter-spacing:.03em;margin-bottom:14px}.text-feature{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:11px;color:gray;letter-spacing:.04em;line-height:1.6;margin-bottom:22px}.text-sub{font-family:"Noto Serif JP",serif;font-weight:400;font-size:15px;color:#333;letter-spacing:.06em;line-height:1.6;font-style:italic}.text-content-2{position:absolute;top:37%;left:18%;right:10%}.text-body-line{font-family:Noto Sans JP,sans-serif;font-weight:350;font-size:14px;color:#333;letter-spacing:.04em;line-height:1;margin-bottom:20px}.text-body-line:last-child{margin-bottom:0}.gallery-section .scroll-indicator{position:absolute;right:28px;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;align-items:center;gap:0;bottom:auto;left:auto;z-index:auto;pointer-events:auto;height:auto;width:auto}.gallery-section .scroll-line-track{width:32px;height:1px;background:#3333;flex-shrink:0;position:relative;overflow:hidden;border-radius:0}.gallery-section .scroll-line-fill{position:absolute;top:0;left:0;width:100%;height:100%;background:#333;transform:translate(-100%);animation:galleryScrollFill 2s cubic-bezier(.4,0,.2,1) infinite}.gallery-section .scroll-dot{width:10px;height:10px;border-radius:50%;background:#333;flex-shrink:0;margin:0 10px 0 0;animation:none;transform:none;opacity:1}.gallery-section .scroll-label{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:11px;color:#333;letter-spacing:.12em;margin:0}@keyframes galleryScrollFill{0%{transform:translate(-100%)}60%{transform:translate(0)}to{transform:translate(0)}}.contents-nav-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:28px 0 40px;background:#fff}.contents-label{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:10px;color:#999;letter-spacing:.22em;text-transform:uppercase;margin-bottom:8px;text-align:center}.contents-nav{display:flex;align-items:center;justify-content:center}.contents-num{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:13px;color:#bbb;letter-spacing:.06em;cursor:pointer;transition:color .2s;padding:4px 2px}.contents-num:hover{color:#555}.contents-num.active{color:#222;font-weight:400}.contents-sep{font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:13px;color:#ccc;margin:0 5px;-webkit-user-select:none;user-select:none}@media(max-width:768px){.slide{padding:0 16px}.slide-inner{flex-direction:column;height:auto;max-width:480px}.slide-img{width:100%;height:auto;aspect-ratio:1 / 1;order:2}.slide-img img{aspect-ratio:1 / 1}.slide-text{width:100%;height:auto;order:1}.text-content{position:static;top:auto;left:auto;right:auto;padding:36px 28px 32px}.slide-text:has(.text-content-2){order:2}.slide-img:has(+.slide-text .text-content-2),.slide-inner:has(.text-content-2) .slide-img{order:1}.text-content-2{position:static;top:auto;left:auto;right:auto;padding:36px 28px 40px}.text-heading{font-size:30px}.text-eyebrow{font-size:13px}.text-body-line{font-size:13px;line-height:1;margin-bottom:18px}.gallery-section .scroll-indicator{display:none}.contents-nav-wrap{padding:10px 0 40px}.contents-nav{flex-wrap:wrap;justify-content:center;padding:0 16px}}.hotspot-section{position:relative;width:100%;min-height:100vh;overflow:hidden}@media screen and (max-width:768px){.hotspot-section{min-height:auto;aspect-ratio:1200 / 1944}}.hotspot-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hotspot-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.42) 36%,rgba(0,0,0,.06) 62%,transparent 100%);pointer-events:none}.hotspot-section .product-statement__overlay{position:relative;z-index:5;min-height:100vh;display:flex;align-items:center}@media screen and (max-width:768px){.hotspot-section .product-statement__overlay{min-height:auto;position:absolute;top:0;right:0;bottom:0;left:0;align-items:stretch;padding-bottom:0}.product-statement__copy{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:40px;padding-bottom:6%}}.hotspot{position:absolute;z-index:10;transform:translate(-50%,-50%);cursor:pointer;width:14px;height:14px}.hotspot__dot{position:absolute;top:0;right:0;bottom:0;left:0;width:14px;height:14px;border-radius:50%;background:#ffffffeb;transition:transform .3s ease,background .3s ease}.hotspot:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin-top:-7px;margin-left:-7px;border-radius:50%;border:1px solid rgba(255,255,255,.6);animation:bcPulse 2.8s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}@keyframes bcPulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(2.8);opacity:0}to{transform:scale(2.8);opacity:0}}.hotspot:hover .hotspot__dot,.hotspot.is-active .hotspot__dot{transform:scale(1.25);background:#fff}.hotspot:hover:after,.hotspot.is-active:after{animation-play-state:paused;opacity:0}.hotspot__card{position:absolute;width:280px;background:#fff;box-shadow:0 6px 28px #00000038,0 2px 6px #00000014;opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;line-height:1.5;display:flex;flex-direction:row;flex-wrap:wrap;transition:opacity .3s ease,visibility .3s,transform .3s cubic-bezier(.23,1,.32,1)}.hotspot:hover .hotspot__card,.hotspot.is-active .hotspot__card{opacity:1;visibility:visible;pointer-events:auto}.hotspot[data-direction=right] .hotspot__card{left:calc(100% + 18px);top:50%;transform:translate(4px,-50%)}.hotspot[data-direction=right]:hover .hotspot__card,.hotspot[data-direction=right].is-active .hotspot__card{transform:translateY(-50%)}.hotspot[data-direction=right] .hotspot__card:before{content:"";position:absolute;top:50%;right:100%;transform:translateY(-50%);width:18px;height:40px;background:transparent}.hotspot[data-direction=left] .hotspot__card{right:calc(100% + 18px);left:auto;top:50%;transform:translate(-4px,-50%)}.hotspot[data-direction=left]:hover .hotspot__card,.hotspot[data-direction=left].is-active .hotspot__card{transform:translateY(-50%)}.hotspot[data-direction=left] .hotspot__card:before{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);width:18px;height:40px;background:transparent}.hotspot__card-img-wrap{width:110px;min-height:110px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f7f7f7;padding:10px}.hotspot__card-img-wrap img{max-width:100%;max-height:90px;object-fit:contain}.hotspot__card-info{flex:1;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid #eee}.hotspot__card-name{font-size:12px;font-weight:400;color:#222;line-height:1.6;margin-bottom:10px}.hotspot__card-price-label{font-size:9px;color:#999;margin-bottom:2px}.hotspot__card-price{font-size:14px;font-weight:500;color:#111}.hotspot__card-price-sub{font-size:11px;font-weight:400;color:#888;margin-left:6px}.hotspot__card-link{display:block;padding:10px 16px;font-size:11px;font-weight:400;color:#666;text-decoration:none;letter-spacing:.06em;border-top:1px solid #eee;transition:color .2s,background .2s;flex-shrink:0;width:100%}.hotspot__card-link:hover{color:#111;background:#f5f5f5}@media(max-width:768px){.hotspot-section__overlay{background:linear-gradient(180deg,#000000a6,#0000004d,#0000001a)}.hotspot__dot,.hotspot{width:11px;height:11px}.hotspot:after{width:11px;height:11px;margin-top:-5.5px;margin-left:-5.5px}.hotspot__card{width:240px}.hotspot__card-img-wrap{width:90px;min-height:90px}.hotspot__card{left:50%!important;right:auto!important;transform:translate(-50%,8px)!important}.hotspot:hover .hotspot__card,.hotspot.is-active .hotspot__card{transform:translate(-50%)!important}.hotspot[data-direction] .hotspot__card{top:calc(100% + 14px);bottom:auto}.hotspot[data-direction] .hotspot__card:before{content:"";position:absolute;bottom:100%;top:auto;left:50%;right:auto;transform:translate(-50%);width:40px;height:14px;background:transparent}.hotspot.is-edge-left .hotspot__card{left:0!important;transform:translateY(8px)!important}.hotspot.is-edge-left.is-active .hotspot__card,.hotspot.is-edge-left:hover .hotspot__card{transform:translate(0)!important}.hotspot.is-edge-left .hotspot__card:before{left:20px;transform:translate(-50%)}.hotspot.is-edge-right .hotspot__card{left:auto!important;right:0!important;transform:translateY(8px)!important}.hotspot.is-edge-right.is-active .hotspot__card,.hotspot.is-edge-right:hover .hotspot__card{transform:translate(0)!important}.hotspot.is-edge-right .hotspot__card:before{left:auto;right:20px;transform:translate(50%)}}.cta-section{background:#1a1a1a;position:relative;overflow:hidden;padding:0;min-height:700px}.cta-section__inner{max-width:1280px;margin:0 auto;padding:100px 5%;position:relative;z-index:3}.cta-section__text{flex:1;max-width:560px;position:relative;z-index:3}.cta-section__heading{font-family:"Noto Serif JP",serif;font-size:clamp(22px,2.6vw,32px);font-weight:500;line-height:1.6;color:#fff;letter-spacing:.03em;margin-bottom:32px}.cta-section__lead{font-size:14px;font-weight:300;line-height:1.9;color:#ffffffa6;letter-spacing:.04em;margin-bottom:36px}.cta-section__model{font-family:"Noto Serif JP",serif;font-size:17px;font-weight:500;color:#fff;letter-spacing:.08em;margin-bottom:32px}@media print,screen and (min-width:769px){.cta-section__model{font-size:18px!important}}.cta-section__buttons{display:flex;gap:14px;flex-wrap:wrap}.cta-section__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;font-size:13px;font-weight:400;letter-spacing:.05em;text-decoration:none;border:none;cursor:pointer;transition:opacity .25s,background .25s,color .25s;white-space:nowrap}.cta-section__btn--primary{background:#fff;color:#1a1a1a}.cta-section__btn--primary:hover{opacity:.85}.cta-section__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.cta-section__btn--secondary:hover{background:#ffffff1a;border-color:#ffffffb3}.cta-section__visual{position:absolute;right:50px;top:50px;bottom:50px;width:600px;height:600px;margin:auto 0;z-index:1;pointer-events:none;overflow:hidden;border-radius:0}.cta-section__visual-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9}@media screen and (max-width:1024px){.cta-section{min-height:auto;display:flex;flex-direction:column}.cta-section__visual{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;height:auto;aspect-ratio:1 / 1;margin:0;order:-1;overflow:hidden;border-radius:0}}@media screen and (max-width:768px){.cta-section__inner{padding:48px 7%}.cta-section__heading{font-size:21px}.cta-section__buttons{flex-direction:column}.cta-section__btn{width:100%}}.fo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1200px;margin:0 auto;border-radius:12px;overflow:hidden}.fo-card{background:#131313;border:1px solid rgba(255,255,255,.06);padding:28px 20px 30px;display:flex;flex-direction:column;align-items:center;text-align:center}.fo-card__img-wrap{width:100%;max-width:200px;aspect-ratio:1/1;margin-bottom:8px}.fo-card__img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.fo-card__eyebrow{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;color:#fff;margin-bottom:6px;position:relative;padding-bottom:8px}.fo-card__eyebrow:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:28px;height:1px;background:#fff6}.fo-card__title{font-family:"Noto Serif JP",serif;font-size:17px;font-weight:600;color:#fff;letter-spacing:.03em;margin:4px 0 8px}.fo-card__text{font-family:Noto Sans JP,sans-serif;font-size:12.5px;font-weight:400;color:#ffffffd1;line-height:1.7;margin-bottom:4px}.fo-card__sub{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;color:#ffffffd1;line-height:1.6;margin-top:4px}.fo-card__icons{display:flex;justify-content:center;gap:18px;margin-top:14px}.fo-card__icon-item{display:flex;flex-direction:column;align-items:center;gap:6px}.fo-card__icon{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.3}.fo-card__icon-label{font-family:Noto Sans JP,sans-serif;font-size:9.5px;color:#fff9;line-height:1.4}.fo-card__color-labels{display:flex;gap:56px;font-family:Noto Sans JP,sans-serif;font-size:12px;color:#ffffffbf;margin-bottom:4px}.fo-card__lxst-labels{display:flex;gap:64px;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;color:#fff;margin-bottom:10px;line-height:1.6}.fo-card__lxst-labels small{font-size:10px;font-weight:400;color:#ffffff8c}@media screen and (max-width:1024px){.fo-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.fo-grid{grid-template-columns:repeat(2,1fr);gap:1px;border-radius:0}.fo-card{padding:18px 12px 22px}.fo-card__img-wrap{max-width:130px}.fo-card__title{font-size:14px}.fo-card__text{font-size:11px}.fo-card__sub{font-size:10.5px}.fo-card__icons{gap:10px;margin-top:10px}.fo-card__icon{width:20px;height:20px}.fo-card__icon-label{font-size:8px}.fo-card__color-labels{gap:24px;font-size:10.5px}.fo-card__lxst-labels{gap:28px;font-size:11px}#features-overview-section h3{font-size:16px}#features-overview-section p{font-size:14px}#features-overview-section span{font-size:10px}}.sticky-cart-bar{display:none}@media screen and (max-width:768px){.sticky-cart-bar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:500;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 10px #00000014;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease}.sticky-cart-bar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-cart-bar__btn{display:block;width:100%;padding:14px 0;background:#1a1a1a;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;text-align:center;text-decoration:none;letter-spacing:.02em}}.user-stories{position:relative;background:#e0dfdc;overflow:clip}.us-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.us-bg__dark{position:absolute;top:0;left:0;right:0;height:0;background:#cccbc8;will-change:height}.user-stories__inner{position:relative;z-index:1}.user-stories__header{text-align:center;padding:36px 40px 32px}.user-stories__title{font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:400;letter-spacing:.2em;color:#333;margin:0 0 6px}.user-stories__subtitle{font-family:Noto Sans JP,sans-serif;font-size:.82rem;letter-spacing:.06em;color:#333;margin:0 0 6px}.user-stories__lead{font-family:Noto Sans JP,sans-serif;font-size:.82rem;line-height:1.6;color:#333;margin:0;letter-spacing:.02em}.us-slider{overflow:visible;position:relative;cursor:grab;-webkit-user-select:none;user-select:none;padding-bottom:48px;margin-bottom:-48px}.us-slider.is-dragging{cursor:grabbing}.us-slider__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;gap:23px;transition:transform .26s cubic-bezier(.25,.46,.45,.94);will-change:transform}.us-slider__list.no-transition{transition:none}.us-slider__slide{flex:0 0 calc(20% + 21px);min-width:0}.user-stories__card{height:340px;background:#fff;border-radius:6px;border:none;padding:24px 24px 20px;box-sizing:border-box;box-shadow:0 24px 48px -12px #00000038,0 8px 16px #00000014,0 32px 40px -8px #00000024;display:flex;flex-direction:column;opacity:0;transform:translateY(60px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.us-slider__slide:nth-child(4) .user-stories__card{transition-delay:0s}.us-slider__slide:nth-child(5) .user-stories__card{transition-delay:.12s}.us-slider__slide:nth-child(6) .user-stories__card{transition-delay:.24s}.us-slider__slide:nth-child(7) .user-stories__card{transition-delay:.36s}.us-slider__slide:nth-child(8) .user-stories__card{transition-delay:.48s}.us-slider__slide:nth-child(9) .user-stories__card{transition-delay:.56s}.us-slider__slide:nth-child(10) .user-stories__card{transition-delay:.64s}.us-slider__slide.is-clone .user-stories__card{transition-delay:0s!important}.user-stories__card.is-visible{opacity:1;transform:translateY(0)}.user-stories__card-title{font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:400;text-align:center;color:#3f3f3f;margin:0 0 12px;letter-spacing:.04em;line-height:1.4}.user-stories__card-divider{border:none;border-top:1px solid #aeaeae;margin:0 0 12px;flex-shrink:0}.user-stories__card-body{font-family:Noto Sans JP,sans-serif;font-size:1rem;font-weight:300;line-height:1.85;color:#333;margin:0;letter-spacing:.02em;flex:1;overflow:hidden}@media print,screen and (min-width:769px){.user-stories__card-title{font-size:20px}.user-stories__card-body{font-size:16px!important}}.user-stories__nav{display:flex;justify-content:center;align-items:center;gap:80px;padding:60px 0 28px}.user-stories__nav-btn{background:none;border:none;font-family:Noto Sans JP,sans-serif;font-size:.8rem;letter-spacing:.14em;color:#444;cursor:pointer;padding:8px 4px;transition:opacity .2s;display:flex;align-items:center;gap:6px}.user-stories__nav-btn:hover{opacity:.55}@media screen and (max-width:768px){.user-stories__header{padding:44px 20px 36px}.us-slider{padding-left:16px}.us-slider__list{gap:16px}.us-slider__slide{flex:0 0 78vw}.user-stories__card{height:320px;padding:20px 18px 16px}.user-stories__card-title{font-size:1.2rem;margin-bottom:14px}.user-stories__card-body{font-size:.9rem;line-height:1.8}.user-stories__nav{gap:40px;padding:20px 0 32px}.user-stories__nav-btn{padding:12px 16px;font-size:.85rem}}@media print,screen and (min-width:769px){p{font-size:14px!important}}.g-header{display:none}@media print,screen and (min-width:769px){.g-header{display:block;position:fixed;top:0;left:0;width:100%;height:72px;background:#fff;z-index:1000;box-shadow:0 4px 15px #0d0d0d1a;transform:translateY(0);transition:transform .4s ease,opacity .4s ease}.g-header.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.g-header__inner{max-width:1600px;height:100%;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}.g-header__logo{flex:0 0 auto;font-family:var(--base-font-family);font-size:1.05rem;font-weight:500;color:#111;letter-spacing:.01em;white-space:nowrap}.g-header__nav{flex:1 1 auto;display:flex;justify-content:center}.g-header__nav-list{display:flex;align-items:center;gap:28px}.g-header__nav-list a{font-size:.9rem;font-weight:400;color:#222;white-space:nowrap;transition:opacity .25s ease}.g-header__nav-list a:hover{opacity:.55}.g-header__btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 22px;background:#111;color:#fff;font-size:.85rem;font-weight:500;white-space:nowrap;border-radius:2px;transition:opacity .25s ease}.g-header__btn:hover{opacity:.8}html{scroll-behavior:smooth}#move-section,#arex-section,#features-overview-section,#user-stories-section,#products-intro-section,#five-wall-section,#product-statement-section,#recommend-section,#spec-section,#faq-section,#cta-section{scroll-margin-top:72px}}.sp_pagemap_header,.sp-drawer{display:none}@media screen and (max-width:768px){.sp_pagemap_header{display:flex;position:fixed;top:0;left:0;right:0;width:100%;height:54px;background:#fff;z-index:999;align-items:center;justify-content:flex-start;padding:12px;box-shadow:0 4px 15px #0d0d0d1a;transform:translateY(0);transition:transform .4s ease}.sp_pagemap_header.is-hidden{transform:translateY(-120%)}.sp_pagemap_header__toggle{flex:0 0 auto;position:relative;width:30px;height:30px;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer}.sp_pagemap_header__toggle span{display:block;width:22px;height:2px;background:#222;transition:transform .3s ease,opacity .3s ease}.sp_pagemap_header .product{flex:1 1 auto;margin-left:10px;font-family:var(--base-font-family);font-size:.95rem;font-weight:500;color:#222;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp_pagemap_header .btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;font-size:.8rem;font-weight:500;white-space:nowrap;border-radius:2px}.sp_pagemap_header .btn--shops{color:#222;background:transparent;padding:0 8px}.sp_pagemap_header .btn--pagemap{color:#fff;background:#111;margin-left:4px}.sp-drawer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;visibility:hidden;pointer-events:none}.sp-drawer.is-open{visibility:visible;pointer-events:auto}.sp-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .35s ease}.sp-drawer.is-open .sp-drawer__overlay{opacity:1}.sp-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:78%;max-width:320px;background:#fff;padding:72px 28px 40px;box-shadow:4px 0 24px #0003;transform:translate(-100%);transition:transform .35s ease;display:flex;flex-direction:column;overflow-y:auto}.sp-drawer.is-open .sp-drawer__panel{transform:translate(0)}.sp-drawer__close{position:absolute;top:18px;right:18px;width:32px;height:32px;border:none;background:transparent;cursor:pointer}.sp-drawer__close span{position:absolute;top:50%;left:50%;width:22px;height:2px;background:#222}.sp-drawer__close span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.sp-drawer__close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.sp-drawer__list{display:flex;flex-direction:column;gap:4px}.sp-drawer__list a{display:block;padding:14px 4px;font-family:var(--base-font-family);font-size:1rem;font-weight:500;color:#222;border-bottom:1px solid #eee}.sp-drawer__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;height:48px;background:#111;color:#fff;font-size:.9rem;font-weight:500;border-radius:2px}body.sp-drawer-open{overflow:hidden}html{scroll-behavior:smooth}#move-section,#arex-section,#features-overview-section,#user-stories-section,#products-intro-section,#five-wall-section,#product-statement-section,#recommend-section,#spec-section,#faq-section,#cta-section{scroll-margin-top:54px}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/wall-smart-work-lp.css.map */
