@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap";@font-face{font-family:"eng";src:url("/cdn/shop/files/eng.woff2?v=1747436067") format("woff2"),url("/cdn/shop/files/eng.eot?v=1747436067") format("eot");font-weight:normal}@layer base, component, layout, project, utility;@layer base{html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,address,em,img,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,figcaption,figure,footer,header,hgroup,menu,nav,section,time,audio,video,fieldset{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:rgba(0,0,0,0)}html{-webkit-text-size-adjust:100%}img,svg{line-height:0;vertical-align:top}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,time,picture,summary{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{color:inherit;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select,textarea,label{vertical-align:top}input,textarea,button,select{color:inherit;font-family:inherit;font-size:inherit;outline:none;resize:none}button{cursor:pointer;padding:0;border:0;background:rgba(0,0,0,0)}button[disabled]{cursor:default}*,::before,::after{box-sizing:border-box;overflow-wrap:break-word}select::-ms-expand{display:none}summary::-webkit-details-marker{display:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}:root{--vw: 1vw;--color-background: #d5d5d5;--color-black: #000;--color-border: #d3d3d3;--color-primary: #1c2300;--basic-pc-size: 1280;--basic-sp-size: 390;--basic-contents-width: 1174;--basic-contents-width-slim: 1030;--contents-width: min(100% - 2.5rem, 24.38rem);--contents-width-slim: min(100% - 2.5rem, 24.38rem);--contents-margin: max(1.25rem, 50% - 12.19rem);--contents-margin-slim: max(1.25rem, 50% - 12.19rem);--font-english: "eng", "Noto Serif JP", sans-serif;--header-height: 4.38rem;--leading-trim: calc((1em - 1lh) / 2);--section-padding-block: 5rem}@media(min-width: 768px){:root{--contents-width: calc(var(--basic-contents-width) / 16 * 1rem);--contents-width-slim: calc(var(--basic-contents-width-slim) / 16 * 1rem);--contents-margin: calc(50% - (var(--basic-contents-width) / 2 / 16 * 1rem));--contents-margin-slim: calc(50% - (var(--basic-contents-width-slim) / 2 / 16 * 1rem));--header-height: 5rem;--section-padding-block: 7.5rem}}@supports not (height: 1lh){:root{--leading-trim: calc((1em - 1.75em) / 2)}}html{color:#fff}@media(min-width: 390px){html{font-size:clamp(16px,var(--vw)*16/var(--basic-sp-size)*100,18px)}}@media(min-width: 768px){html{font-size:calc(var(--vw)*16/var(--basic-pc-size)*100)}}@media(min-width: 1280px){html{font-size:16px}}@media(min-width: 1920px){html{font-size:calc(var(--vw)*16/1920*100)}}body{font-size:.88rem;font-family:"Noto Serif JP",serif;letter-spacing:.05em;line-height:1.75;transition:opacity .3s ease}@media(min-width: 768px){body{font-size:1rem}}body.is-locked{overflow:hidden}body.is-hidden{opacity:0;pointer-events:none}:root[lang=zh-CN]{--font-english: "eng", "Noto Serif SC", sans-serif}:root[lang=zh-TW]{--font-english: "eng", "Noto Serif TC", sans-serif}html[lang=zh-CN] body{font-family:"Noto Serif SC",serif}html[lang=zh-TW] body{font-family:"Noto Serif TC",serif}a:where(:not(.c-text-link)){text-decoration:none}ul:where(:not(.c-basic-list)){list-style:none}img{display:block;height:auto}img:where(:not([width])){width:100%}}@layer component{.c-flex-row{display:flex;flex-wrap:wrap}@media(min-width: 768px){.c-flex-row.is-pc-unwrapped{flex-wrap:nowrap}}.c-flex-col{display:flex;flex-direction:column}.c-flex-col--center{display:flex;flex-direction:column;align-items:center}.c-flex{display:flex}@media not all and (min-width: 768px){.c-flex{flex-direction:column}}@media not all and (min-width: 768px){.c-flex.is-sp-center{align-items:center}}@media(min-width: 768px){.c-flex.is-pc-wrappable{flex-wrap:wrap}}.c-container{padding-inline:var(--contents-margin)}.c-container--slim{padding-inline:var(--contents-margin-slim)}.c-inner{margin-inline:auto;width:var(--contents-width)}.c-inner--slim{margin-inline:auto;width:var(--contents-width-slim)}.c-layout-2columns{--gap: 2.5rem;display:flex;flex-direction:column;align-items:center;gap:var(--gap)}@media(min-width: 768px){.c-layout-2columns{--gap: 5rem;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto}}.c-layout-3columns{--gap: 1.88rem;display:flex;flex-direction:column;align-items:center;gap:var(--gap)}@media(min-width: 768px){.c-layout-3columns{--gap: 2.5rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-auto-rows:auto}}}@layer component{.c-button--primary{--_h: 5rem;--_w: 17.5rem;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:300;border:2px solid currentColor;background-color:var(--color-primary);min-width:var(--_w);min-height:var(--_h);gap:.63rem}@media(min-width: 768px){.c-button--primary{--_h: 8rem;--_w: 50rem;gap:.75rem}}@media(hover: hover),(-ms-high-contrast: none){.c-button--primary{transition:background-color .3s ease}.c-button--primary:hover{background-color:#323919}}.c-button__en{font-family:var(--font-english);line-height:1;letter-spacing:.1em;padding-left:.1em;font-size:1.25rem}@media(min-width: 768px){.c-button__en{font-size:2.25rem}}.c-button__ja{line-height:1;font-size:.75rem}@media(min-width: 768px){.c-button__ja{font-size:1.13rem}}}@layer component{}@layer component{.c-home-heading{display:flex;flex-direction:column;align-items:center;font-weight:normal;font-size:.94rem;gap:.5rem}@media not all and (min-width: 768px){.c-home-heading{margin-bottom:2.5rem}}@media(min-width: 768px){.c-home-heading{gap:.75rem;font-size:1.13rem;padding-left:.1em;letter-spacing:.1em;line-height:1}}.c-home-heading::before{content:attr(data-en);line-height:1;font-family:var(--font-english);font-size:2.19rem;letter-spacing:.1em}@media(min-width: 768px){.c-home-heading::before{font-size:3rem;padding-left:.1em}}}@layer layout{.l-footer{background-color:var(--color-primary);font-weight:300;padding-block:5rem}@media(min-width: 768px){.l-footer{padding-block:3.5rem 2.5rem}}@media(min-width: 768px){.l-footer__contents{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}}@media not all and (min-width: 768px){.l-footer__info{width:fit-content;margin-inline:auto}}.l-footer__logo{display:block;width:7.5rem;margin-bottom:1.88rem}@media(min-width: 768px){.l-footer__logo{width:13.63rem;margin-bottom:3rem}}.l-footer__address,.l-header-navigation-information__address{margin-block-start:var(--leading-trim);font-size:.81rem;line-height:1.71}@media(min-width: 768px){.l-footer__address,.l-header-navigation-information__address{font-size:.88rem}}.l-footer__text,.l-header-navigation-information__text{font-size:.81rem;line-height:1.71;margin-top:1.71em}@media(min-width: 768px){.l-footer__text,.l-header-navigation-information__text{font-size:.88rem}}.l-footer__map-link{font-size:.81rem;display:flex;align-items:center;gap:.5em;line-height:1.71;margin-top:1.71em}@media(min-width: 768px){.l-footer__map-link{font-size:.88rem}}.l-footer__map-link span{text-decoration:underline}.l-footer__map-link::before{aspect-ratio:23/34;width:.86em;content:"";background-color:currentColor;-webkit-mask:url("/cdn/shop/files/mark_location.webp?v=1747713622") no-repeat center center/contain;mask:url("/cdn/shop/files/mark_location.webp?v=1747713622") no-repeat center center/contain}@media(hover: hover),(-ms-high-contrast: none){.l-footer__map-link:hover span{text-decoration:none}}.l-footer__body{display:flex;flex-direction:column}@media not all and (min-width: 768px){.l-footer__body{margin-top:3.75rem}}@media(min-width: 768px){.l-footer__body{align-self:end}}.l-footer-navigation{font-family:var(--font-english);line-height:1.5;letter-spacing:.1em}@media(min-width: 768px){.l-footer-navigation{align-self:flex-end}}.l-footer-navigation__list{display:grid}@media not all and (min-width: 768px){.l-footer-navigation__list{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.25rem}}@media(min-width: 768px){.l-footer-navigation__list{display:flex;gap:1em}}@media not all and (min-width: 768px){.l-footer-navigation__item{font-size:1.13rem}}.l-footer-navigation__item a{display:block;border-bottom:1px solid rgba(0,0,0,0)}@media(hover: hover),(-ms-high-contrast: none){.l-footer-navigation__item a{transition:border-color .3s ease}.l-footer-navigation__item a:hover{border-color:#fff}}.l-footer__instagram,.l-header-navigation-information__instagram{aspect-ratio:1;background-color:currentColor;-webkit-mask:url("/cdn/shop/files/logo_insta.webp?v=1747713622") no-repeat center center/contain;mask:url("/cdn/shop/files/logo_insta.webp?v=1747713622") no-repeat center center/contain;width:2.5rem}@media not all and (min-width: 768px){.l-footer__instagram,.l-header-navigation-information__instagram{margin:2.5rem auto 0}}@media(min-width: 768px){.l-footer__instagram,.l-header-navigation-information__instagram{width:2.88rem;align-self:flex-end;margin-top:1.75rem}}.l-footer__copyright,.l-header-navigation-information__copyright{font-weight:300;font-size:.75rem;margin-top:2.5rem}@media not all and (min-width: 768px){.l-footer__copyright,.l-header-navigation-information__copyright{text-align:center}}@media(min-width: 768px){.l-footer__copyright,.l-header-navigation-information__copyright{align-self:flex-end;margin-top:1.5rem}}.l-fixed-button{position:fixed;background-color:#d5d5d5;display:flex;align-items:center;font-size:1rem;letter-spacing:.1em;line-height:1;gap:.5rem;z-index:9;color:var(--color-black)}@media not all and (min-width: 768px){.l-fixed-button{bottom:0;left:0;right:0;padding:.94rem 1.25rem;justify-content:center}}@media(min-width: 768px){.l-fixed-button{-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright;font-size:1.5rem;gap:1rem;right:0;top:50%;translate:0 -50%;border-radius:1.25rem 0 0 1.25rem;padding:2.5rem 1.5rem}}.l-fixed-button::before{content:"";aspect-ratio:1;background-color:currentColor;-webkit-mask:url("/cdn/shop/files/icon_cal.webp?v=1747784093") no-repeat center center/contain;mask:url("/cdn/shop/files/icon_cal.webp?v=1747784093") no-repeat center center/contain;width:1.38rem}@media(min-width: 768px){.l-fixed-button::before{width:2rem}}}@layer layout{.l-header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;padding-inline:var(--contents-margin) 0;z-index:10;color:#fff;height:var(--header-height)}@media(min-width: 768px){.l-header{height:auto;padding-block:1.5rem;padding-inline:5rem}}.l-header__logo{position:relative;width:6.25rem;z-index:1}@media(min-width: 768px){.l-header__logo{width:11.13rem}}.l-header__navigation-button{margin-left:auto;height:100%;aspect-ratio:1;position:relative;background:linear-gradient(#fff 0 0) no-repeat center center/1.88rem 2px;z-index:1}.l-header__navigation-button::before,.l-header__navigation-button::after{position:absolute;left:0;right:0;content:"";background-color:#fff;width:1.88rem;height:2px;margin-inline:auto;top:calc(50% - 0.5rem);transition:all .4s ease}.l-header__navigation-button::after{top:calc(50% + 0.5rem - 2px)}.l-header__navigation-button.is-active{background:none}.l-header__navigation-button.is-active::before{top:calc(50% - 1px);rotate:45deg}.l-header__navigation-button.is-active::after{top:calc(50% - 1px);rotate:-45deg}@media(min-width: 768px){.l-header__navigation-button{display:none}}@media not all and (min-width: 768px){.l-header-navigation{position:fixed;inset:0;overflow:auto;background-color:var(--color-primary);padding-top:5rem;padding-bottom:3.75rem;transition:opacity .4s ease}.l-header-navigation:not(.is-visible){opacity:0;pointer-events:none}}@media(min-width: 768px){.l-header-navigation{align-self:center;margin-left:auto}}.l-header-navigation__list{font-family:var(--font-english);display:grid;letter-spacing:.1em;line-height:1.5;font-size:1.56rem;gap:1.25rem 1.88rem}@media not all and (min-width: 768px){.l-header-navigation__list{width:var(--contents-width);margin-inline:auto;grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 768px){.l-header-navigation__list{font-size:1.25rem;display:flex;gap:1em}}.l-header-navigation__item{display:flex}@media not all and (min-width: 768px){.l-header-navigation__item{flex-direction:column}}.l-header-navigation__item a{display:block;border-bottom:1px solid rgba(0,0,0,0)}@media not all and (min-width: 768px){.l-header-navigation__item a{border-color:#fff;padding-bottom:.25em;text-align:center}}@media(hover: hover),(-ms-high-contrast: none){.l-header-navigation__item a{transition:border-color .3s ease}.l-header-navigation__item a:hover{border-color:#fff}}.l-header-navigation-information{display:flex;flex-direction:column;align-items:center;gap:1.88rem;width:var(--contents-width);margin:2.5rem auto 0}.l-header-navigation-information__address{text-align:center}.l-header-navigation-information__text{text-align:center;margin-top:0}.l-header-navigation-information__instagram{margin-top:0}.l-header-navigation-information__copyright{margin-top:0}}@layer layout{}@layer project{.p-home-about{position:relative}@media not all and (min-width: 768px){.p-home-about{padding-block:5rem}}@media(min-width: 768px){.p-home-about{min-height:50rem}}.p-home-about>*{position:relative}.p-home-about__background{position:absolute;inset:0}.p-home-about__background img{object-fit:cover;height:100%;width:100%}.p-home-about__header{display:flex;flex-direction:row-reverse}@media not all and (min-width: 768px){.p-home-about__header{justify-content:center;gap:2.5rem}}@media(min-width: 768px){.p-home-about__header{position:absolute;top:0;right:var(--contents-margin);bottom:0;gap:6rem;padding-top:11.5rem;padding-right:8.5rem}}@media(min-width: 768px){html:not([lang=ja]):not([lang=ko]):not([lang=zh-CN]):not([lang=zh-TW]):not([lang=auto]) .p-home-about__header{padding-top:0;padding-right:0;flex-direction:column;justify-content:center;width:calc(var(--contents-width)*.5)}}.p-home-about__label{writing-mode:vertical-rl;font-weight:300;display:flex;align-items:center;font-size:1.25rem;gap:.5em}@media(min-width: 768px){.p-home-about__label{font-size:1.5rem}}html:not([lang=ja]):not([lang=ko]):not([lang=zh-CN]):not([lang=zh-TW]):not([lang=auto]) .p-home-about__label{-webkit-writing-mode:unset;writing-mode:unset;display:none}.p-home-about__label span{display:block;letter-spacing:.38em;-webkit-text-orientation:upright;text-orientation:upright;line-height:1}html:not([lang=ja]):not([lang=ko]):not([lang=zh-CN]):not([lang=zh-TW]):not([lang=auto]) .p-home-about__label span{-webkit-text-orientation:unset;text-orientation:unset}.p-home-about__label::before{content:"";width:1px;height:2.92em;background-color:#fff;order:1}.p-home-about__label::after{content:attr(data-en);line-height:1;order:1;letter-spacing:.2em;font-size:.67em;margin-block-start:-0.5em}.p-home-about__copy{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright;-ms-text-combine-horizontal:digits;text-combine-upright:digits;display:flex;flex-direction:column;font-weight:300;font-size:1rem;line-height:2.38;letter-spacing:.2em}@media(min-width: 768px){.p-home-about__copy{font-size:1.63rem}}html:not([lang=ja]):not([lang=ko]):not([lang=zh-CN]):not([lang=zh-TW]):not([lang=auto]) .p-home-about__copy{-webkit-writing-mode:unset;writing-mode:unset;-webkit-text-orientation:unset;text-orientation:unset;-ms-text-combine-horizontal:unset;text-combine-upright:unset}@media(min-width: 768px){html:not([lang=ja]):not([lang=ko]):not([lang=zh-CN]):not([lang=zh-TW]):not([lang=auto]) .p-home-about__copy{font-size:1.25rem;line-height:1.5}}.p-home-about__body{padding-top:4.38rem}@media(min-width: 768px){.p-home-about__body{padding-top:11.5rem;padding-right:2.5rem;max-width:34.38rem}}.p-home-about__title{font-size:1.56rem;font-weight:300;font-family:var(--font-english);display:flex;align-items:baseline;gap:.5em;letter-spacing:.1em;line-height:1;margin-bottom:1em}@media(min-width: 768px){.p-home-about__title{font-size:2.25rem;margin-bottom:4rem}}.p-home-about__title b{font-weight:300;font-size:1.33em}.p-home-about__heading{font-size:1.13rem;font-weight:300;line-height:1;letter-spacing:.1em;margin-bottom:1em}@media(min-width: 768px){.p-home-about__heading{font-size:1.5rem}}.p-home-about__text{font-size:.81rem;font-weight:300;line-height:2.14}@media(min-width: 768px){.p-home-about__text{font-size:.88rem}}.p-home-about__text+.p-home-about__text{margin-top:2.14em}}@layer project{.p-home-access{background-color:var(--color-background);color:var(--color-black);padding-block:5rem}@media(min-width: 768px){.p-home-access{padding-block:9.5rem}}@media(min-width: 768px){.p-home-access__contents{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}}.p-home-access__body{display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width: 768px){.p-home-access__body{padding-block:1.5rem}}.p-home-access__heading{align-items:flex-start}@media(min-width: 768px){.p-home-access__heading{margin-bottom:3rem}}@media(min-width: 768px){.p-home-access__text{font-size:1.13rem;line-height:1.67}}.p-home-access__text+.p-home-access__text{margin-top:1.75em}@media(min-width: 768px){.p-home-access__text+.p-home-access__text{margin-top:1.88rem}}.p-home-access__map{position:relative;filter:grayscale(100%)}@media(min-width: 768px){.p-home-access__map{order:-1}}.p-home-access__map iframe{position:absolute;width:100%;height:100%}.p-home-access__button{border-color:#5c5c5c;margin-top:3.75rem}@media(min-width: 768px){.p-home-access__button{margin-top:7.5rem}}}@layer project{.p-home-concept{position:relative;z-index:1;padding-block:5rem}@media(min-width: 768px){.p-home-concept{padding-block:9rem 8.5rem}}.p-home-concept__background{position:absolute;inset:0;z-index:-1}.p-home-concept__background img{object-fit:cover;width:100%;height:100%}.p-home-concept__title{width:11.25rem;margin-bottom:2.5rem}@media(min-width: 768px){.p-home-concept__title{width:21.13rem;margin-bottom:6rem}}.p-home-concept__text{color:var(--color-black);text-align:center;line-height:2.25}@media(min-width: 768px){.p-home-concept__text{font-size:1.13rem;line-height:2.67}}.p-home-concept__logo{width:10rem;margin-top:2.5rem}@media(min-width: 768px){.p-home-concept__logo{width:18.75rem;margin-top:6rem}}}@layer project{.p-home-detail{position:relative;border:2px solid #fff;margin-top:5rem;padding:3.13rem 1.25rem 2.5rem}@media(min-width: 768px){.p-home-detail{margin-top:15rem;padding:5rem 6.5rem 6rem}}@media(min-width: 768px){.p-home-detail__heading{margin-bottom:4.5rem}}.p-home-detail__overview{font-weight:300}@media(min-width: 768px){.p-home-detail__overview{display:grid;grid-template-columns:13.5rem minmax(0, 1fr)}}.p-home-detail__overview>dt{letter-spacing:.1em}@media not all and (min-width: 768px){.p-home-detail__overview>dt{padding-bottom:.5em}.p-home-detail__overview>dt:not(:first-child){padding-top:1.25rem}}@media(min-width: 768px){.p-home-detail__overview>dt{font-size:1.13rem;line-height:1.33;border-bottom:1px solid currentColor;padding:1.5rem}}.p-home-detail__overview>dd{border-bottom:1px solid currentColor}@media not all and (min-width: 768px){.p-home-detail__overview>dd{padding-bottom:1.25rem;padding-left:1em}}@media(min-width: 768px){.p-home-detail__overview>dd{padding-block:1.5rem}}.p-home-detail__overview dl{display:grid;grid-template-columns:auto minmax(0, 1fr)}@media(min-width: 768px){.p-home-detail__overview dl{font-size:1.13rem;line-height:1.33;gap:0 2.5rem}}@media(min-width: 768px){.p-home-detail__text{font-size:1.13rem;line-height:1.33}}.p-home-detail__text+.p-home-detail__text{margin-top:1em}.p-home-detail__text+.p-home-detail__list{margin-top:1em}@media(min-width: 768px){.p-home-detail__text.is-small{font-size:1rem;line-height:1.5}}.p-home-detail__item:not(:last-child){border-bottom:1px solid currentColor;padding-bottom:1.25rem}@media(min-width: 768px){.p-home-detail__item:not(:last-child){padding-bottom:1.5rem}}.p-home-detail__item+.p-home-detail__item{padding-top:1.25rem}@media(min-width: 768px){.p-home-detail__item+.p-home-detail__item{padding-top:1.5rem}}.p-home-detail__list{display:flex;flex-wrap:wrap;gap:0 1em}@media(min-width: 768px){.p-home-detail__list{font-size:1.13rem;line-height:1.33}}}@layer project{.p-home-facility{position:relative;margin-top:-100vh;padding-top:5rem}@media(min-width: 768px){.p-home-facility{padding-top:11rem}}@media(min-width: 768px){.p-home-facility__heading{margin-bottom:10rem}}.p-home-facility__container{position:relative}@media(min-width: 768px){.p-home-facility__container{height:900vh}}.p-home-facility__sticky{position:sticky;top:0}.p-home-facility__contents{position:relative}@media not all and (min-width: 768px){.p-home-facility-item{width:var(--contents-width);margin-inline:auto}.p-home-facility-item+.p-home-facility-item{margin-top:4.38rem}}@media(min-width: 768px){.p-home-facility-item{position:absolute;top:0;left:0;right:0;height:100vh;display:flex}}@media(min-width: 768px){.p-home-facility-item__image{height:100%;width:calc(50% + 8.5rem);clip-path:inset(0 0 100% 0)}}.p-home-facility-item__image:first-child{clip-path:inset(0 0 0 0)}.p-home-facility-item__image img{width:100%;height:100%;object-fit:cover}@media not all and (min-width: 768px){.p-home-facility-item__body{padding-top:1.88rem}}@media(min-width: 768px){.p-home-facility-item__body{flex:1;display:flex;flex-direction:column;justify-content:center;height:100%;padding-left:7.5rem;transition:opacity .5s ease}.p-home-facility-item__body:not(.is-visible){opacity:0}}.p-home-facility-item__title{font-size:2.19rem;font-weight:normal;font-family:var(--font-english);line-height:1;letter-spacing:.1em;margin-bottom:1em}@media(min-width: 768px){.p-home-facility-item__title{font-size:3rem}}.p-home-facility-item__text{font-weight:300}@media(min-width: 768px){.p-home-facility-item__text{font-size:1.25rem;line-height:1.8;width:min(100% - 5rem,27.38rem)}}.p-facility-photo{overflow:hidden;margin-top:5rem}@media(min-width: 768px){.p-facility-photo{margin-top:calc(100vh + 12.5rem)}}.p-facility-photo__list{display:flex;will-change:transform}.p-facility-photo__image{flex:0 0 auto;padding-right:2.5rem}@media(min-width: 768px){.p-facility-photo__image{padding-right:8rem}}.p-facility-photo__image img{height:auto;width:10rem}@media(min-width: 768px){.p-facility-photo__image img{width:20.44rem}}}@layer project{.p-home-journal{position:relative;background-color:var(--color-primary);padding-block:5rem}@media(min-width: 768px){.p-home-journal{padding-block:6.5rem 9rem}}@media(min-width: 768px){.p-home-journal__heading{margin-bottom:5.5rem}}.p-home-journal__list{margin-inline:auto;display:flex;width:var(--contents-width);gap:2.5rem}@media not all and (min-width: 768px){.p-home-journal__list{flex-direction:column;align-items:center}}@media(min-width: 768px){.p-home-journal__list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:4.5rem}}@media not all and (min-width: 768px){.p-home-journal-item{width:80%}}.p-home-journal-item__body{padding-top:.63rem}@media(min-width: 768px){.p-home-journal-item__body{padding-top:.88rem}}.p-home-journal-item__text{display:flex;flex-direction:column;font-size:1rem}@media(min-width: 768px){.p-home-journal-item__text{font-size:1.13rem}}.p-home-journal-item__text::after{content:attr(data-en);font-size:.75rem}}@layer project{.p-home-map{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:5rem;padding-bottom:5rem}@media(min-width: 768px){.p-home-map{margin-top:6.5rem;padding-bottom:11.5rem}}@media(min-width: 768px){.p-home-map__heading{margin-bottom:3rem}}.p-home-map__image{width:var(--contents-width)}@media(min-width: 768px){.p-home-map__image{width:72.25rem}}}@layer project{.p-home-option{position:relative;border:2px solid currentColor;display:flex;flex-direction:column;align-items:center;margin-top:5rem;padding:3.13rem 1.25rem 2.5rem}@media(min-width: 768px){.p-home-option{margin-top:5.5rem;padding:5rem 6.5rem 3.5rem}}@media(min-width: 768px){.p-home-option__heading{margin-bottom:3rem}}.p-home-option__list{font-weight:300;display:flex;flex-direction:column;align-items:center;border-top:1px solid currentColor;width:15.63rem;padding-top:1.25rem}@media(min-width: 768px){.p-home-option__list{font-size:1.13rem;line-height:1.33;width:36.75rem;padding-top:1.5rem}}.p-home-option__button{margin-top:1.88rem}@media(min-width: 768px){.p-home-option__button{margin-top:3rem}}}@layer project{.p-fixed-background{position:sticky;top:0;height:100vh}.p-fixed-background img{width:100%;height:100%;object-fit:cover}}@layer project{@media not all and (min-width: 768px){.p-home-story{background-color:#000}}@media not all and (min-width: 768px){.p-home-story__image{aspect-ratio:1.414}}@media(min-width: 768px){.p-home-story__image{position:sticky;top:0;height:100vh}}.p-home-story__image img{width:100%;height:100%;object-fit:cover}@media not all and (min-width: 768px){.p-home-story__image img{object-position:left}}@media not all and (min-width: 768px){.p-home-story__mask{display:none}}@media(min-width: 768px){.p-home-story__mask{position:sticky;top:0;height:100vh;margin-top:-100vh;-weblkit-mask:linear-gradient(to top, #000 50%, transparent 100%) no-repeat left bottom/100% 30vh,linear-gradient(to top, transparent 50%, #000 100%) no-repeat left top/100% 30vh;mask:linear-gradient(to top, #000 50%, transparent 100%) no-repeat left bottom/100% 30vh,linear-gradient(to top, transparent 50%, #000 100%) no-repeat left top/100% 30vh;z-index:2}}.p-home-story__mask img{width:100%;height:100%;object-fit:cover}.p-home-story__inner{position:relative;display:flex;flex-direction:column}@media(min-width: 768px){.p-home-story__inner{padding-bottom:15rem}}@media not all and (min-width: 768px){.p-home-story__body{width:var(--contents-width);margin-inline:auto;padding-block:3.75rem 5rem}}@media(min-width: 768px){.p-home-story__body{width:min(50% - 6rem,45rem);margin-left:auto;margin-right:6rem;padding-left:6.5rem}}.p-home-story__heading{font-size:1.56rem;font-family:var(--font-english);font-weight:normal;line-height:1;letter-spacing:.1em;margin-bottom:1em}@media(min-width: 768px){.p-home-story__heading{font-size:2.25rem;margin-bottom:2rem}}.p-home-story__text{font-weight:300}@media(min-width: 768px){.p-home-story__text{font-size:1.13rem;line-height:2}}.p-home-story__text+.p-home-story__text{margin-top:1.75em}@media(min-width: 768px){.p-home-story__text+.p-home-story__text{margin-top:2em}}}@layer project{.p-home-video{position:relative;aspect-ratio:16/9;width:100%;margin-top:-1px}.p-home-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}}@layer project{.p-visual{height:100vh;height:100svh}.p-visual__contents{height:100%}.p-visual__swiper{height:100%}.swiper-wrapper{height:100%}@keyframes swiperZomm{0%{transform:scale(1.15)}100%{transform:scale(1)}}.p-visual__image{overflow:hidden;height:100%}.p-visual__image img{object-fit:cover;height:100%;will-change:transform}.p-visual__image.swiper-slide-active img,.p-visual__image.swiper-slide-prev img{animation:swiperZomm 10s linear 0s 1 normal both}}@layer utility{.u-mt0{margin-top:0}.u-mt05em{margin-top:.5em}.u-mt1em{margin-top:1em}.u-mt15em{margin-top:1.5em}.u-mt2em{margin-top:2em}.u-mt8{margin-top:.31rem}@media(min-width: 768px){.u-mt8{margin-top:.5rem}}.u-mt16{margin-top:.63rem}@media(min-width: 768px){.u-mt16{margin-top:1rem}}.u-mt24{margin-top:1.25rem}@media(min-width: 768px){.u-mt24{margin-top:1.5rem}}.u-mt32{margin-top:1.56rem}@media(min-width: 768px){.u-mt32{margin-top:2rem}}.u-mt40{margin-top:1.88rem}@media(min-width: 768px){.u-mt40{margin-top:2.5rem}}.u-mt48{margin-top:2.19rem}@media(min-width: 768px){.u-mt48{margin-top:3rem}}.u-mt56{margin-top:2.5rem}@media(min-width: 768px){.u-mt56{margin-top:3.5rem}}.u-mt64{margin-top:2.81rem}@media(min-width: 768px){.u-mt64{margin-top:4rem}}.u-mt72{margin-top:3.13rem}@media(min-width: 768px){.u-mt72{margin-top:4.5rem}}.u-mt80{margin-top:3.75rem}@media(min-width: 768px){.u-mt80{margin-top:5rem}}.u-mt88{margin-top:3.75rem}@media(min-width: 768px){.u-mt88{margin-top:5.5rem}}.u-mt96{margin-top:3.75rem}@media(min-width: 768px){.u-mt96{margin-top:6rem}}.u-mt104{margin-top:3.75rem}@media(min-width: 768px){.u-mt104{margin-top:6.5rem}}.u-mt112{margin-top:4.38rem}@media(min-width: 768px){.u-mt112{margin-top:7rem}}.u-mt120{margin-top:4.38rem}@media(min-width: 768px){.u-mt120{margin-top:7.5rem}}.u-ml1em{margin-left:1em}.u-ml15em{margin-left:1.5em}.u-ml2em{margin-left:2em}.u-pt2em{padding-top:2em}.u-pb2em{padding-bottom:2em}.u-lh1{line-height:1}.u-lh15{line-height:1.5}.u-lh2{line-height:2}.u-w-100p{width:100%}.u-w-fit{width:fit-content}@supports(text-box-trim: trim-both){.u-trim-box{text-box:trim-both text text}}.u-trim{margin-block:var(--leading-trim)}.u-trim-top{margin-top:var(--leading-trim)}.u-trim-bottom{margin-bottom:var(--leading-trim)}.u-block-center{margin-inline:auto}.u-text-center{text-align:center}.u-text-right{text-align:right}@media(min-width: 768px){.u-pc-text-center{text-align:center}}.u-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap}@media(min-width: 768px){.u-is-sp{display:none}}@media not all and (min-width: 768px){.u-is-pc{display:none}}.u-color{color:var(--color-primary)}.u-white{color:#fff}.u-bold{font-weight:bold}.u-mid{font-weight:500}}