@charset "UTF-8";/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;min-width:0;border-style:solid;border-width:0}html{line-height:1.15;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}ul,ol{padding:0;margin:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{clear:both;box-sizing:content-box;height:0;margin:0;overflow:visible;color:inherit;border-top-width:1px}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{color:inherit;text-decoration:none;background-color:transparent}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{padding:0;margin:0;font:inherit;vertical-align:middle;color:inherit;text-align:inherit;text-transform:inherit;appearance:none;background:transparent;border-radius:0}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;padding:0;margin:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{font:inherit;appearance:auto}[type=number]{appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-collapse:collapse;border-color:inherit}caption{text-align:left}td,th{padding:0;vertical-align:top}th{font-weight:700;text-align:left}:root{scrollbar-gutter:stable;--fz: 1;--color-accent: #fd9e00;--color-dark: #000;--color-text: #ccc9c2;--color-bg: #111;--color-border: #2a2a2a;--font-family-base: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;--font-family-en: "Cormorant Garamond", "Georgia", serif;--font-family-sans: -apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;--easing-smooth: cubic-bezier(.4, 0, .2, 1)}body{font-family:var(--font-family-sans);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;vertical-align:middle}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}@keyframes fadeIn{0%{opacity:0}}@keyframes mask-wipe-in{0%{right:100%}to{right:0%}}@keyframes mask-wipe-out{0%{left:0%}to{left:100%}}@keyframes img-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.o-container{box-sizing:unset;max-width:1200px;padding-inline:20px;margin-inline:auto}.o-grid{--_repeat: var(--_grid-repeat, auto-fit);--_size: min(var(--_grid-min-size, 0px), 100%);--_gap: var(--_grid-gap, 0px);display:grid;grid-template-columns:var(--_grid-layout, repeat(var(--_repeat), minmax(var(--_size), 1fr)));gap:var(--_gap)}@media screen and (width<768px){.o-grid{--_repeat: var(--_grid-repeat-sp, var(--_grid-repeat, auto-fit));--_size: min(var(--_grid-min-size-sp, var(--_grid-min-size, 0px)), 100%);--_gap: var(--_grid-gap-sp, var(--_grid-gap, 0px));grid-template-columns:var(--_grid-layout-sp, var(--_grid-layout, repeat(var(--_repeat), minmax(var(--_size), 1fr))))}}.p-kv{position:relative;overflow:hidden}.p-kv__copy{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 5rem;background:linear-gradient(to right,rgba(0,0,0,.5) 0%,transparent 70%);pointer-events:none}@media screen and (width<768px){.p-kv__copy{padding:0 1.5rem 5rem;background:linear-gradient(to bottom,transparent 20%,rgba(0,0,0,.5) 60%);justify-content:flex-end}}.p-kv__copy-en{margin:0 0 1rem;font-family:var(--font-family-en);font-size:clamp(.75rem,calc(.2209944751vw + .6982044199rem),.875rem);font-weight:400;letter-spacing:.2em;color:var(--color-accent);text-transform:uppercase}@media screen and (width<768px){.p-kv__copy-en{margin-bottom:.75rem}}.p-kv__copy-ja{margin:0 0 1.5rem;font-family:var(--font-family-base);font-size:clamp(1.75rem,calc(2.2099447514vw + 1.2320441989rem),3rem);font-weight:500;line-height:1.7;letter-spacing:.1em;color:#fff}@media screen and (width<768px){.p-kv__copy-ja{margin-bottom:1rem}}.p-kv__copy-sub{margin:0;font-family:var(--font-family-base);font-size:clamp(.8125rem,calc(.2209944751vw + .7607044199rem),.9375rem);line-height:2;letter-spacing:.08em;color:#ffffffb3}.p-kv__slide{height:calc(100vh - var(--header-height, 0px));overflow:hidden}.p-kv__slide .c-picture{height:100%;aspect-ratio:unset}.p-kv .splide__pagination{bottom:1.5rem}.p-kv .splide__pagination__page{width:2rem;height:.125rem;background:#fff6;border-radius:0;transform:none;transition:background .3s var(--easing-smooth),width .3s var(--easing-smooth)}.p-kv .splide__pagination__page.is-active{width:3.5rem;background:var(--color-accent);transform:none}.p-works__header{padding-top:12.5rem;padding-bottom:7.5rem}@media screen and (width<768px){.p-works__header{padding-top:6.25rem;padding-bottom:4rem}}.p-works__list{display:flex;flex-direction:column;gap:15rem;margin:0;padding:0;list-style:none}@media screen and (width<768px){.p-works__list{gap:7.5rem}}.p-works__item{display:grid;grid-template-columns:55fr 45fr;min-height:80vh}.p-works__item[data-reverse]{grid-template-columns:45fr 55fr}@media screen and (width<768px){.p-works__item[data-reverse]{grid-template-columns:1fr}}@media screen and (width<768px){.p-works__item{grid-template-columns:1fr;min-height:auto}}.p-works__item[data-reverse] .p-works__media{order:1}@media screen and (width<768px){.p-works__item[data-reverse] .p-works__media{order:0}}.p-works__media{position:sticky;top:0;height:100vh;overflow:hidden}@media screen and (width<768px){.p-works__media{position:static;height:60vw}}.p-works__media .c-picture{height:100%;aspect-ratio:unset}.p-works__media .c-picture img{transition:transform .8s var(--easing-smooth)}.p-works__body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:7.5rem 5rem;background-color:var(--color-bg)}@media screen and (width<768px){.p-works__body{padding:4rem 1.25rem}}.p-works__title{margin:0 0 1.5rem;font-family:var(--font-family-base);font-size:clamp(1.25rem,calc(1.1049723757vw + .9910220994rem),1.875rem);font-weight:500;line-height:1.5;letter-spacing:.08em;color:var(--color-accent)}.p-works__text{margin:0 0 3rem;font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);line-height:2;color:#ccc9c299;letter-spacing:.05em}.p-about{position:relative;margin-top:25rem}@media screen and (width<768px){.p-about{margin-top:10rem}}.p-about .c-heading__en{color:var(--color-accent)}.p-about .c-heading__ja{color:#fff}.p-about .c-button{color:#fff;border-color:#ffffff80}.p-about__media{position:sticky;top:0;z-index:0;height:100vh;overflow:hidden}.p-about__media:before{content:"";position:absolute;inset:0;z-index:1;background-color:#00000080}.p-about__media .c-picture{height:100%;aspect-ratio:unset}.p-about__content{position:relative;z-index:1}.p-about__inner{max-width:50rem;margin:0 auto;padding:12.5rem 2.5rem 15rem;text-align:center}@media screen and (width<768px){.p-about__inner{padding:7.5rem 1.25rem 10rem}}.p-about__heading{align-items:center;margin:0 0 4rem}@media screen and (width<768px){.p-about__heading{margin-bottom:2.5rem}}.p-about__rule{display:flex;align-items:center;gap:1.5rem;margin:0 0 4rem}.p-about__rule:before,.p-about__rule:after{content:"";flex:1;height:1px;background-color:#ffffff4d}@media screen and (width<768px){.p-about__rule{margin-bottom:2.5rem}}.p-about__rule-dot{width:.375rem;height:.375rem;background-color:var(--color-accent);border-radius:50%}.p-about__copy{display:flex;flex-direction:column;gap:2rem;margin:0 0 4rem;text-align:left}@media screen and (width<768px){.p-about__copy{gap:1.5rem;margin-bottom:3rem}}.p-about__lead{margin:0;font-family:var(--font-family-base);font-size:clamp(1.0625rem,calc(.3314917127vw + .9848066298rem),1.25rem);font-weight:400;line-height:2;color:#ffffffe6;letter-spacing:.06em}.p-about__footer{display:flex;justify-content:center}.p-philosophy{padding:10rem 0}@media screen and (width<768px){.p-philosophy{padding:5rem 0}}.p-philosophy__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media screen and (width<768px){.p-philosophy__inner{grid-template-columns:1fr;gap:3rem}}.p-philosophy__heading{margin:0 0 3rem}@media screen and (width<768px){.p-philosophy__heading{margin-bottom:2rem}}.p-philosophy__catch{margin:0;font-family:var(--font-family-base);font-size:clamp(1.75rem,calc(1.546961326vw + 1.3874309392rem),2.625rem);font-weight:500;line-height:1.8;letter-spacing:.1em;color:var(--color-text)}.p-philosophy__body{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.p-philosophy__text{margin:0;font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);line-height:2;letter-spacing:.05em;color:#ccc9c2b3}.p-overview{padding:10rem 0;background-color:#ffffff05}@media screen and (width<768px){.p-overview{padding:5rem 0}}.p-overview__heading{margin:0 0 4rem}@media screen and (width<768px){.p-overview__heading{margin-bottom:2.5rem}}.p-overview__columns{display:grid;grid-template-columns:1fr 22.5rem;gap:5rem;align-items:start}@media screen and (width<768px){.p-overview__columns{grid-template-columns:1fr;gap:3rem}}@media screen and (width<768px){.p-overview__image-wrap{order:-1}}.p-overview__table{display:flex;flex-direction:column;margin:0;border-top:1px solid var(--color-border)}.p-overview__row{display:grid;grid-template-columns:11.25rem 1fr;gap:2rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}@media screen and (width<768px){.p-overview__row{grid-template-columns:1fr;gap:.5rem;padding:1.25rem 0}}.p-overview__term{font-size:.875rem;font-weight:400;letter-spacing:.06em;color:var(--color-accent)}.p-overview__desc{margin:0;font-size:clamp(.9375rem,calc(.1104972376vw + .9116022099rem),1rem);line-height:1.8;letter-spacing:.05em;color:var(--color-text)}.p-overview__line{display:block}.p-overview__group{display:flex;flex-direction:column;gap:.25rem}.p-overview__group+.p-overview__group{margin-top:1rem}.p-overview__group-category{font-weight:500;color:var(--color-accent)}.p-overview__group-items{padding-left:.5rem;color:#ccc9c2b3}.p-staff{display:grid;grid-template-columns:21.25rem 1fr;max-width:1200px;padding-inline:20px;margin-inline:auto;padding-bottom:12.5rem}@media screen and (width<768px){.p-staff{grid-template-columns:1fr;padding-bottom:7.5rem}}.p-staff__heading-area{padding:10rem 2.5rem 0}@media screen and (width<768px){.p-staff__heading-area{padding:5rem 1.25rem 2.5rem}}.p-staff__heading{position:sticky;top:7.5rem}.p-staff__heading .c-heading__ja{font-size:clamp(1.5rem,calc(.8839779006vw + 1.2928176796rem),2rem)}.p-staff__body{display:grid;grid-template-columns:repeat(2,1fr);align-items:start;padding-top:10rem;border-left:1px solid var(--color-border)}@media screen and (width<768px){.p-staff__body{grid-template-columns:1fr;padding-top:3rem;border-left:none;border-top:1px solid var(--color-border)}}.p-staff__card{padding:3rem 3rem 4rem}.p-staff__card:not(:last-child){border-right:1px solid var(--color-border)}@media screen and (width<768px){.p-staff__card{padding:2rem 1.25rem}.p-staff__card:not(:last-child){border-right:none;border-bottom:1px solid var(--color-border)}}.p-staff__photo-wrap{margin-bottom:2rem}@media screen and (width<768px){.p-staff__photo-wrap{margin-bottom:1.5rem}}.p-staff__photo-wrap .c-picture{--display-width: 100%;aspect-ratio:1255/1453;overflow:hidden}.p-staff__content{display:flex;flex-direction:column;gap:0}.p-staff__name{margin:0 0 .25rem;font-family:var(--font-family-base);font-size:clamp(1.125rem,calc(.4419889503vw + 1.0214088398rem),1.375rem);font-weight:500;letter-spacing:.1em;color:var(--color-text)}.p-staff__role{margin:0 0 1.25rem;font-size:.8125rem;letter-spacing:.06em;color:#ccc9c280}.p-staff__details{display:flex;flex-direction:column;gap:.375rem;margin:0 0 1.5rem;padding:1.25rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.p-staff__detail-row{display:grid;grid-template-columns:3rem 1fr;gap:.75rem;align-items:baseline}.p-staff__detail-label{font-family:var(--font-family-en);font-size:.6875rem;font-weight:400;letter-spacing:.15em;color:var(--color-accent);text-transform:uppercase}.p-staff__detail-value{margin:0;font-size:.875rem;line-height:1.6;letter-spacing:.05em;color:#ccc9c2b3}.p-staff__bio{margin:0;font-size:clamp(.875rem,calc(.1104972376vw + .8491022099rem),.9375rem);line-height:2;letter-spacing:.05em;color:#ccc9c299}.p-renovation-hero{padding:10rem 0 7.5rem}@media screen and (width<768px){.p-renovation-hero{padding:6.25rem 0 5rem}}.p-renovation-hero__inner{display:flex;flex-direction:column;gap:2.5rem;max-width:50rem}@media screen and (width<768px){.p-renovation-hero__inner{gap:1.5rem}}.p-renovation-hero__text{margin:0;font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);line-height:2;letter-spacing:.05em;color:#ccc9c2b3}.p-renovation-hero__services{display:flex;flex-wrap:wrap;gap:.5rem 2rem;margin:0;padding:2rem 0 0;list-style:none;border-top:1px solid var(--color-border)}.p-renovation-hero__service{font-size:clamp(.875rem,calc(.2209944751vw + .8232044199rem),1rem);letter-spacing:.06em;color:var(--color-text)}.p-renovation-works{padding-bottom:12.5rem}@media screen and (width<768px){.p-renovation-works{padding-bottom:7.5rem}}.p-renovation-works__list{display:grid;grid-template-columns:repeat(3,1fr);gap:.125rem;margin:0;padding:0;list-style:none}@media screen and (width<768px){.p-renovation-works__list{grid-template-columns:repeat(2,1fr)}}@media screen and (width<576px){.p-renovation-works__list{grid-template-columns:1fr}}.p-renovation-works__item{display:contents}.p-hs-hero{padding:10rem 0 7.5rem}@media screen and (width<768px){.p-hs-hero{padding:6.25rem 0 5rem}}.p-hs-hero__inner{display:flex;flex-direction:column;gap:2.5rem;max-width:50rem}@media screen and (width<768px){.p-hs-hero__inner{gap:1.5rem}}.p-hs-hero__text{margin:0;font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);line-height:2;letter-spacing:.05em;color:#ccc9c2b3}.p-hs-features{padding:7.5rem 0}@media screen and (width<768px){.p-hs-features{padding:5rem 0}}.p-hs-features__inner{display:grid;grid-template-columns:22.5rem 1fr;gap:5rem;align-items:start}@media screen and (width<768px){.p-hs-features__inner{grid-template-columns:1fr;gap:3rem}}.p-hs-features__gallery{display:flex;flex-direction:column;gap:1rem}@media screen and (width<768px){.p-hs-features__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}}.p-hs-features__gallery-item{width:100%}.p-hs-features__list{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 2.5rem;margin:0;padding:0;list-style:none}@media screen and (width<768px){.p-hs-features__list{grid-template-columns:1fr;gap:2rem}}.p-hs-features__item{display:flex;flex-direction:column;gap:1rem}.p-hs-features__title{margin:0;font-family:var(--font-family-base);font-size:clamp(1.0625rem,calc(.3314917127vw + .9848066298rem),1.25rem);font-weight:500;letter-spacing:.08em;color:var(--color-text)}.p-hs-features__title:before{content:"";display:block;width:1.5rem;height:1px;margin-bottom:1rem;background-color:var(--color-accent)}.p-hs-features__text{margin:0;font-size:clamp(.875rem,calc(.1104972376vw + .8491022099rem),.9375rem);line-height:2;letter-spacing:.05em;color:#ccc9c299}.p-hs-features__right{display:flex;flex-direction:column;gap:3rem}@media screen and (width<768px){.p-hs-features__right{gap:2.5rem}}.p-hs-features__flyer .c-picture img{object-fit:contain}.p-hs-service{padding:7.5rem 0 12.5rem}@media screen and (width<768px){.p-hs-service{padding:5rem 0 7.5rem}}.p-hs-service__heading{margin:0 0 2rem}@media screen and (width<768px){.p-hs-service__heading{margin-bottom:1.5rem}}.p-hs-service__lead{margin:0 0 4rem;font-size:clamp(.875rem,calc(.2209944751vw + .8232044199rem),1rem);line-height:2;letter-spacing:.05em;color:#ccc9c2b3}@media screen and (width<768px){.p-hs-service__lead{margin-bottom:3rem}}.p-hs-service__body{display:grid;grid-template-columns:1fr 20rem;gap:5rem;align-items:start}@media screen and (width<768px){.p-hs-service__body{grid-template-columns:1fr;gap:3rem}}.p-hs-service__left{display:flex;flex-direction:column;gap:3rem}.p-hs-service__block{display:flex;flex-direction:column;gap:1rem}.p-hs-service__block-title{margin:0;font-family:var(--font-family-base);font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);font-weight:500;letter-spacing:.08em;color:var(--color-text)}.p-hs-service__block-title:before{content:"";display:block;width:1.5rem;height:1px;margin-bottom:.75rem;background-color:var(--color-accent)}.p-hs-service__price{margin:0;font-family:var(--font-family-en);font-size:clamp(2rem,calc(1.7679558011vw + 1.5856353591rem),3rem);font-weight:400;color:var(--color-accent);line-height:1}.p-hs-service__price-unit{font-size:clamp(1.125rem,calc(.6629834254vw + .9696132597rem),1.5rem)}.p-hs-service__price-tax{font-family:var(--font-family-base);font-size:clamp(.8125rem,calc(.2209944751vw + .7607044199rem),.9375rem);font-weight:400;color:var(--color-text)}.p-hs-service__price-note{margin:0;font-size:clamp(.75rem,calc(.1104972376vw + .7241022099rem),.8125rem);line-height:1.8;letter-spacing:.04em;color:#ccc9c280}.p-hs-service__includes{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.375rem}.p-hs-service__includes li{position:relative;padding-left:1rem;font-size:clamp(.8125rem,calc(.1104972376vw + .7866022099rem),.875rem);line-height:1.8;letter-spacing:.04em;color:#ccc9c2b3}.p-hs-service__includes li:before{content:"・";position:absolute;left:0}.p-hs-service__room-tags{margin:0;font-size:clamp(.8125rem,calc(.2209944751vw + .7607044199rem),.9375rem);font-weight:500;letter-spacing:.06em;color:#ccc9c2e6}.p-hs-service__room-desc{margin:0;font-size:clamp(.75rem,calc(.1104972376vw + .7241022099rem),.8125rem);line-height:2;letter-spacing:.04em;color:#ccc9c280}.p-hs-service__merit-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.p-hs-service__merit-item{display:flex;flex-direction:column;gap:.375rem}.p-hs-service__merit-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.p-hs-service__merit-label{font-size:clamp(.6875rem,calc(.1104972376vw + .6616022099rem),.75rem);letter-spacing:.04em;color:#ccc9c2b3}.p-hs-service__merit-track{position:relative;height:.625rem;background-color:#ccc9c21f}.p-hs-service__merit-bar{position:absolute;top:0;left:0;height:100%;width:var(--_bar-width, 0%);background-color:var(--color-accent)}.p-hs-service__merit-value{font-family:var(--font-family-sans);font-size:.8125rem;font-weight:400;letter-spacing:.05em;color:var(--color-text);flex-shrink:0}.p-hs-service__merit-source{margin:0;font-size:.6875rem;text-align:center;letter-spacing:.04em;color:#ccc9c266}.p-hs-service__right{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;border:1px solid var(--color-border)}@media screen and (width<768px){.p-hs-service__right{padding:1.5rem}}.p-hs-service__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column}.p-hs-service__step{position:relative;display:flex;gap:1rem;padding:1rem 0}.p-hs-service__step:not(:last-child){border-bottom:1px dashed var(--color-border)}.p-hs-service__step-num{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background-color:var(--color-accent);font-family:var(--font-family-sans);font-size:.875rem;font-weight:700;color:#fff;line-height:1}.p-hs-service__step-body{display:flex;flex-direction:column;gap:.25rem}.p-hs-service__step-label{font-family:var(--font-family-base);font-size:clamp(.875rem,calc(.1104972376vw + .8491022099rem),.9375rem);font-weight:500;letter-spacing:.08em;color:var(--color-text)}.p-hs-service__step-desc{margin:0;font-size:clamp(.6875rem,calc(.1104972376vw + .6616022099rem),.75rem);line-height:1.8;letter-spacing:.04em;color:#ccc9c299}.c-picture{display:block;width:var(--display-width, 100%);aspect-ratio:var(--aspect-ratio-pc, auto)}@media screen and (width<768px){.c-picture{width:var(--display-width-sp, var(--display-width, 100%));aspect-ratio:var(--aspect-ratio-sp, var(--aspect-ratio-pc, auto))}}.c-picture img{width:100%;height:100%;object-fit:cover}.c-button{display:inline-flex;align-items:center;gap:.75rem;padding:.25rem 0;font-family:var(--font-family-en);font-size:1rem;font-weight:400;letter-spacing:.2em;color:currentColor;text-decoration:none;text-transform:uppercase;border-bottom:1px solid currentColor;cursor:pointer;transition:gap .4s var(--easing-smooth),opacity .2s var(--easing-smooth)}.c-button:after{content:"→";font-family:var(--font-family-sans);font-size:.875rem;transition:transform .4s var(--easing-smooth)}.c-button:hover{color:var(--color-accent);border-color:var(--color-accent)}.c-button:hover:after{transform:translate(.25rem)}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict;display:inline-block;height:20px;inset:0;margin:auto;position:absolute;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;inset:0 .5em 0 auto;padding:1em 0}.c-heading{display:flex;flex-direction:column;gap:.75rem}.c-heading__en{display:block;font-family:var(--font-family-en);font-size:clamp(.875rem,calc(.4419889503vw + .7714088398rem),1.125rem);font-weight:400;line-height:1;letter-spacing:.15em;color:var(--color-accent);text-transform:uppercase}.c-heading__ja{display:block;font-family:var(--font-family-base);font-size:clamp(2rem,calc(1.7679558011vw + 1.5856353591rem),3rem);font-weight:500;letter-spacing:.2em;color:#fff}.c-works-card{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;border:1px solid var(--color-border);transition:border-color .3s var(--easing-smooth),background-color .3s var(--easing-smooth);overflow:hidden}.c-works-card:is(a):hover{background-color:#ffffff08;border-color:#ccc9c24d}.c-works-card:is(a):hover .c-works-card__media img{transform:scale(1.04)}.c-works-card__media{width:100%;overflow:hidden}.c-works-card__title{flex:1;display:flex;align-items:flex-end;margin:0;padding:1.5rem 1.75rem;font-family:var(--font-family-base);font-size:clamp(.9375rem,calc(.2209944751vw + .8857044199rem),1.0625rem);font-weight:500;line-height:1.6;letter-spacing:.08em;color:var(--color-text);min-height:5rem}.l-header{position:sticky;top:0;z-index:700;width:100%;background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.l-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:90rem;margin:0 auto;padding:1.25rem 2.5rem}@media screen and (width<768px){.l-header__inner{padding:1rem 1.25rem}}.l-header__logo{margin:0;font-size:inherit;line-height:1}.l-header__logo a{display:block;text-decoration:none}@media screen and (width<768px){.l-header__nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;display:flex;align-items:flex-start;justify-content:flex-start;padding:3rem 1.25rem;background-color:var(--color-bg);z-index:699;opacity:0;pointer-events:none;transition:opacity .4s var(--easing-smooth)}}.l-header__list{display:flex;align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none}@media screen and (width<768px){.l-header__list{flex-direction:column;gap:3rem}}.l-header__link{font-family:var(--font-family-en);font-size:.9375rem;font-weight:400;letter-spacing:.18em;color:var(--color-text);text-decoration:none;text-transform:uppercase;transition:color .2s var(--easing-smooth)}.l-header__link:hover{color:var(--color-accent)}@media screen and (width<768px){.l-header__link{font-size:1.375rem;letter-spacing:.2em}}.l-header__toggle{display:none}@media screen and (width<768px){.l-header__toggle{display:flex;flex-direction:column;justify-content:center;gap:.375rem;width:2.5rem;height:2.5rem;padding:0;background:none;border:none;cursor:pointer}}.l-header__toggle-line{display:block;width:1.5rem;height:1px;background-color:var(--color-text);transition:transform .35s var(--easing-smooth),opacity .35s var(--easing-smooth)}@media screen and (width<768px){.l-header.is-open .l-header__nav{opacity:1;pointer-events:auto;justify-content:center}}@media screen and (width<768px){.l-header.is-open .l-header__toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg)}}@media screen and (width<768px){.l-header.is-open .l-header__toggle-line:nth-child(2){opacity:0}}@media screen and (width<768px){.l-header.is-open .l-header__toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.l-footer{background-color:var(--color-dark);color:#fff;border-top:1px solid rgba(255,255,255,.1)}.l-footer__inner{display:flex;flex-direction:column;gap:3rem;padding:5rem 0 2.5rem}@media screen and (width<768px){.l-footer__inner{gap:2rem;padding:3.5rem 0 2rem}}.l-footer__list{display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:0}.l-footer__row{display:grid;grid-template-columns:6rem 1fr;gap:1.5rem;align-items:baseline}@media screen and (width<768px){.l-footer__row{grid-template-columns:4.5rem 1fr;gap:1rem}}.l-footer__term{font-family:var(--font-family-en);font-size:.875rem;font-weight:400;letter-spacing:.2em;color:var(--color-accent);text-transform:uppercase}.l-footer__desc{margin:0;font-family:var(--font-family-sans);font-size:1rem;line-height:1.8;color:#fff9}.l-footer__desc a{color:inherit;text-decoration:none;transition:color .2s var(--easing-smooth)}.l-footer__desc a:hover{color:#fff}.l-footer__info{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}@media screen and (width<768px){.l-footer__info{flex-direction:column;gap:2rem}}.l-footer__sns{display:flex;gap:1.5rem;flex-shrink:0}@media screen and (width<768px){.l-footer__sns{gap:1.25rem;justify-content:center;width:100%}}.l-footer__sns-item{display:flex;flex-direction:column;align-items:center;gap:.625rem;text-decoration:none;transition:opacity .2s var(--easing-smooth)}.l-footer__sns-item:hover{opacity:.7}.l-footer__sns-item .c-picture img{object-fit:contain}.l-footer__sns-label{font-family:var(--font-family-en);font-size:.75rem;font-weight:400;letter-spacing:.15em;color:#ffffff80;text-transform:uppercase}@media screen and (width<768px){.l-footer__sns-label{display:none}}.l-footer__mail-label{display:block;font-family:var(--font-family-en);font-size:.75rem;letter-spacing:.15em;color:#ffffff59;text-transform:uppercase;margin-top:.5rem}.l-footer__mail-label:first-child{margin-top:0}.l-footer__copy{display:block;font-family:var(--font-family-en);font-size:.8125rem;font-weight:300;letter-spacing:.12em;color:#ffffff40}@media screen and (width>=768px){.u-sp{display:none}}@media screen and (width<768px){.u-pc{display:none}}.u-imgMask{position:relative;overflow:hidden}.u-imgMask img{clip-path:inset(0 100% 0 0)}.u-imgMask:after{content:"";position:absolute;inset:0 100% 0 0;z-index:2;background-color:var(--color-dark);pointer-events:none}.u-imgMask.is-active img{animation:img-reveal .55s cubic-bezier(.77,0,.175,1) .55s both}.u-imgMask.is-active:after{animation:mask-wipe-in .55s cubic-bezier(.77,0,.175,1) forwards,mask-wipe-out .55s cubic-bezier(.77,0,.175,1) .55s forwards}
