:root{--color-bg: #FDFBF7;--color-bg-light: #F5F0EB;--color-bg-section: #FAF7F2;--color-bg-dark: #2C2825;--color-accent: #C9A96E;--color-accent-light: #D4BA8A;--color-text: #333333;--color-text-light: #747474;--color-border: #E5DDD3;--font-serif: Cormorant Garamond, serif;--font-sans-jp: Noto Sans JP, sans-serif;--container-width: 90%;--container-max: 1100px;--header-height: 60px;--bottom-bar-height: 64px}.p-hero{position:relative;height:calc(100dvh - var(--header-height) - var(--bottom-bar-height));display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width: 1024px){.p-hero{height:100vh;height:100dvh;min-height:600px}}.p-hero__bg{position:absolute;inset:0}.p-hero__img{width:100%;height:100%;object-fit:cover}.p-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(44, 40, 37, 0.25) 0%, rgba(44, 40, 37, 0.55) 100%)}.p-hero__content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 20px;animation:slideUp 1.2s ease forwards;text-shadow:0 2px 12px rgba(0,0,0,.4)}@media(min-width: 1024px){.p-hero__content{margin-top:calc((var(--bottom-bar-height) - var(--header-height))*-1)}}.p-hero__sub{font-family:"Cormorant Garamond",serif;font-size:12px;letter-spacing:.3em;text-transform:uppercase;opacity:.8;margin-bottom:16px}@media(min-width: 768px){.p-hero__sub{font-size:14px}}.p-hero__title{font-size:26px;font-weight:400;letter-spacing:.12em;line-height:1.8;margin-bottom:20px}@media(min-width: 768px){.p-hero__title{font-size:36px}}.p-hero__desc{font-size:13px;letter-spacing:.08em;opacity:.95;margin-bottom:36px;line-height:2}@media(min-width: 768px){.p-hero__desc{font-size:14px}}.p-hero__scroll{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;font-family:"Cormorant Garamond",serif;font-size:10px;letter-spacing:.2em;opacity:.6;z-index:1}@media(min-width: 1024px){.p-hero__scroll{bottom:40px}}.p-hero__scroll-line{width:1px;height:40px;background:#fff;animation:pulse 2s infinite}.p-campaign{overflow:hidden}.p-campaign__slider{position:relative}.p-campaign__viewport{overflow:hidden;width:100%}@media(min-width: 768px){.p-campaign__viewport{max-width:1160px;margin:0 auto;padding:0 16px}}.p-campaign__track{display:flex;list-style:none;padding:0;margin:0;transition:transform .6s cubic-bezier(0.22, 0.61, 0.36, 1);will-change:transform}.p-campaign__slide{flex:0 0 100%;min-width:0;padding:0;box-sizing:border-box}@media(min-width: 768px){.p-campaign__slide{flex-basis:80%;padding:0 12px}}@media(min-width: 1024px){.p-campaign__slide{flex-basis:60%}}@media(min-width: 1280px){.p-campaign__slide{flex-basis:48%}}.p-campaign__card{display:block;border-radius:6px;overflow:hidden;background:#faf7f2;position:relative;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;transform:scale(0.94);opacity:.55}@media(max-width: 767px){.p-campaign__card{border-radius:0;transform:none;opacity:1}}.p-campaign__slide.is-active .p-campaign__card{transform:scale(1);opacity:1;box-shadow:0 16px 40px rgba(0,0,0,.14)}@media(max-width: 767px){.p-campaign__slide.is-active .p-campaign__card{box-shadow:none}}.p-campaign__img{aspect-ratio:16/9;overflow:hidden;background:#f5f0eb}@media(max-width: 767px){.p-campaign__img{aspect-ratio:4/3}}.p-campaign__img img{width:100%;height:100%;object-fit:cover;display:block}.p-campaign__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #F5F0EB 0%, rgb(236.5, 227.25, 218) 100%)}.p-campaign__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:hsla(0,0%,100%,.9);color:#333;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.12);transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p-campaign__arrow:hover{background:#c9a96e;color:#fff}.p-campaign__arrow:focus-visible{outline:2px solid #c9a96e;outline-offset:2px}.p-campaign__arrow[disabled]{opacity:.35;cursor:default}.p-campaign__arrow svg{width:20px;height:20px}@media(min-width: 768px){.p-campaign__arrow{width:52px;height:52px}.p-campaign__arrow svg{width:24px;height:24px}}.p-campaign__arrow--prev{left:8px}@media(min-width: 768px){.p-campaign__arrow--prev{left:24px}}@media(min-width: 1024px){.p-campaign__arrow--prev{left:40px}}.p-campaign__arrow--next{right:8px}@media(min-width: 768px){.p-campaign__arrow--next{right:24px}}@media(min-width: 1024px){.p-campaign__arrow--next{right:40px}}.p-campaign__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:0}@media(min-width: 768px){.p-campaign__dots{margin-top:32px}}.p-campaign__dot{width:8px;height:8px;padding:0;border-radius:50%;border:none;background:#e5ddd3;cursor:pointer;transition:background .3s ease,width .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p-campaign__dot:hover{background:#d4ba8a}.p-campaign__dot.is-active{background:#c9a96e;width:28px;border-radius:4px}.p-campaign__dot:focus-visible{outline:2px solid #c9a96e;outline-offset:2px}.p-concept__cards{display:grid;grid-template-columns:1fr;gap:32px;margin-top:40px}@media(min-width: 768px){.p-concept__cards{grid-template-columns:repeat(3, 1fr);gap:28px}}.p-concept__card{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.p-concept__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.p-concept__card:hover .p-concept__card-thumb img{transform:scale(1.03)}.p-concept__card-thumb{display:block;height:200px;overflow:hidden;background:#f5f0eb}.p-concept__card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.p-concept__card-body{padding:20px;display:flex;flex-direction:column;flex:1}.p-concept__card-title{font-size:15px;font-weight:500;letter-spacing:.04em;line-height:1.6;margin-bottom:10px}.p-concept__card-excerpt{font-size:13px;line-height:2;color:#747474;flex:1}.p-concept__more{text-align:center;margin-top:40px}@media(min-width: 768px){.p-concept__more{margin-top:56px}}.p-features__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width: 768px){.p-features__grid{grid-template-columns:repeat(3, 1fr);gap:16px}}.p-features__card{background:#fff;padding:10px 22px 20px;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.p-features__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.p-features__icon{font-size:24px;color:#c9a96e;margin-bottom:16px}.p-features__title{font-size:15px;font-weight:500;letter-spacing:.06em;margin-bottom:12px}.p-features__desc{font-size:12px;line-height:2;color:#747474;text-align:left}.p-staff-sec__cards{display:grid;grid-template-columns:1fr;gap:24px;max-width:400px;margin:0 auto}@media(min-width: 768px){.p-staff-sec__cards{grid-template-columns:repeat(3, 1fr);gap:28px;max-width:960px}}.p-staff-sec__card{background:#faf7f2;border-radius:8px;overflow:hidden;text-align:center}.p-staff-sec__img{height:280px;background:#f5f0eb;overflow:hidden}.p-staff-sec__img img{width:100%;height:100%;object-fit:cover}.p-staff-sec__info{padding:24px 20px}.p-staff-sec__role{font-family:"Cormorant Garamond",serif;font-size:11px;letter-spacing:.15em;color:#c9a96e;text-transform:uppercase}.p-staff-sec__name{font-size:16px;margin-top:4px;font-weight:500;letter-spacing:.06em}.p-staff-sec__desc{font-size:12px;line-height:2;color:#747474;margin-top:12px}.p-staff-sec__action{text-align:center;margin-top:28px}.p-gallery-sec{overflow:hidden}.p-gallery-sec__slider{position:relative}.p-gallery-sec__viewport{overflow:hidden;width:100%}@media(min-width: 768px){.p-gallery-sec__viewport{max-width:1160px;margin:0 auto;padding:0 16px}}.p-gallery-sec__track{display:flex;list-style:none;padding:0;margin:0;transition:transform .6s cubic-bezier(0.22, 0.61, 0.36, 1);will-change:transform}.p-gallery-sec__slide{flex:0 0 100%;min-width:0;padding:0;box-sizing:border-box}@media(min-width: 768px){.p-gallery-sec__slide{flex-basis:80%;padding:0 12px}}@media(min-width: 1024px){.p-gallery-sec__slide{flex-basis:60%}}@media(min-width: 1280px){.p-gallery-sec__slide{flex-basis:48%}}.p-gallery-sec__card{display:block;border-radius:6px;overflow:hidden;background:#fff;position:relative;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;transform:scale(0.94);opacity:.55}@media(max-width: 767px){.p-gallery-sec__card{border-radius:0;transform:none;opacity:1}}.p-gallery-sec__slide.is-active .p-gallery-sec__card{transform:scale(1);opacity:1;box-shadow:0 16px 40px rgba(0,0,0,.14)}@media(max-width: 767px){.p-gallery-sec__slide.is-active .p-gallery-sec__card{box-shadow:none}}.p-gallery-sec__img{aspect-ratio:16/9;overflow:hidden;background:#f5f0eb}@media(max-width: 767px){.p-gallery-sec__img{aspect-ratio:4/3}}.p-gallery-sec__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}@media(min-width: 768px){.p-gallery-sec__slide.is-active .p-gallery-sec__card:hover .p-gallery-sec__img img{transform:scale(1.04)}}.p-gallery-sec__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #F5F0EB 0%, rgb(236.5, 227.25, 218) 100%)}.p-gallery-sec__body{padding:18px 20px;text-align:center;background:var(--color-bg-section)}@media(max-width: 767px){.p-gallery-sec__body{padding:14px 16px}}.p-gallery-sec__title{font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.04em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-gallery-sec__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:hsla(0,0%,100%,.9);color:#333;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.12);transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p-gallery-sec__arrow:hover{background:#c9a96e;color:#fff}.p-gallery-sec__arrow:focus-visible{outline:2px solid #c9a96e;outline-offset:2px}.p-gallery-sec__arrow svg{width:20px;height:20px}@media(min-width: 768px){.p-gallery-sec__arrow{width:52px;height:52px}.p-gallery-sec__arrow svg{width:24px;height:24px}}@media(max-width: 767px){.p-gallery-sec__arrow{top:auto;transform:none;top:37.5vw;transform:translateY(-50%)}}.p-gallery-sec__arrow--prev{left:8px}@media(min-width: 768px){.p-gallery-sec__arrow--prev{left:24px}}@media(min-width: 1024px){.p-gallery-sec__arrow--prev{left:40px}}.p-gallery-sec__arrow--next{right:8px}@media(min-width: 768px){.p-gallery-sec__arrow--next{right:24px}}@media(min-width: 1024px){.p-gallery-sec__arrow--next{right:40px}}.p-gallery-sec__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:0}@media(min-width: 768px){.p-gallery-sec__dots{margin-top:32px}}.p-gallery-sec__dot{width:8px;height:8px;padding:0;border-radius:50%;border:none;background:#e5ddd3;cursor:pointer;transition:background .3s ease,width .3s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p-gallery-sec__dot:hover{background:#d4ba8a}.p-gallery-sec__dot.is-active{background:#c9a96e;width:28px;border-radius:4px}.p-gallery-sec__dot:focus-visible{outline:2px solid #c9a96e;outline-offset:2px}.p-gallery-sec__action{text-align:center;margin-top:28px}.p-blog-sec__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width: 768px){.p-blog-sec__grid{grid-template-columns:repeat(3, 1fr);gap:24px}}.p-blog-sec__card{background:#faf7f2;border-radius:8px;overflow:hidden;display:block;transition:transform .3s ease,box-shadow .3s ease}.p-blog-sec__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.p-blog-sec__thumb{height:180px;overflow:hidden;background:#f5f0eb}.p-blog-sec__thumb img{width:100%;height:100%;object-fit:cover}.p-blog-sec__placeholder{width:100%;height:100%;background:linear-gradient(135deg, #F5F0EB 0%, rgb(239.9, 232.35, 224.8) 100%)}.p-blog-sec__body{padding:20px}.p-blog-sec__date{font-family:"Cormorant Garamond",serif;font-size:11px;color:#c9a96e;letter-spacing:.08em}.p-blog-sec__title{font-size:13px;line-height:1.8;margin-top:8px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-blog-sec__empty{text-align:center;color:#747474;font-size:13px;grid-column:1/-1}.p-blog-sec__action{text-align:center;margin-top:28px}.p-menu-sec__list{display:flex;flex-direction:column;gap:16px;max-width:700px;margin:0 auto}.p-menu-sec__item{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #f0ebe4;transition:box-shadow .3s ease}.p-menu-sec__item:hover{box-shadow:0 4px 16px rgba(0,0,0,.05)}.p-menu-sec__item-header{padding:16px 20px;border-bottom:1px solid #f0ebe4}.p-menu-sec__item-header h3{font-size:14px;font-weight:500;letter-spacing:.04em}.p-menu-sec__item-body{padding:16px 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.p-menu-sec__item-body p{font-size:12px;line-height:1.8;color:#747474;flex:1}.p-menu-sec__price{font-family:"Noto Sans JP",sans-serif;font-size:16px;color:#c9a96e;white-space:nowrap;font-weight:500}.p-menu-sec__action{text-align:center;margin-top:28px}.p-faq__list{list-style:none;margin:0 auto;padding:0;max-width:820px;display:flex;flex-direction:column;gap:12px}@media(min-width: 768px){.p-faq__list{gap:16px}}.p-faq__item{list-style:none}.p-faq__details{background:#fff;border:1px solid #f0ebe4;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(44,40,37,.03);transition:box-shadow .35s ease,border-color .35s ease}.p-faq__details:hover{border-color:#e5ddd3}.p-faq__details[open]{border-color:rgba(201,169,110,.35);box-shadow:0 12px 32px rgba(44,40,37,.06)}.p-faq__q{list-style:none;display:flex;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;font-size:14.5px;line-height:1.65;color:#333;transition:background .3s ease;user-select:none}.p-faq__q::-webkit-details-marker{display:none}.p-faq__q:hover{background:rgba(250,247,242,.6)}@media(min-width: 768px){.p-faq__q{padding:22px 28px;gap:18px;font-size:15.5px}}.p-faq__label{font-family:"Cormorant Garamond",serif;font-size:19px;font-weight:500;line-height:1;color:#c9a96e;flex-shrink:0;letter-spacing:.04em;padding-top:2px}@media(min-width: 768px){.p-faq__label{font-size:22px;padding-top:3px}}.p-faq__label--a{color:#a8874d}.p-faq__q-text{flex:1;font-weight:500;letter-spacing:.02em}.p-faq__icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(201,169,110,.08);position:relative;transition:background .3s ease,transform .35s ease}.p-faq__icon::before,.p-faq__icon::after{content:"";position:absolute;background:#c9a96e;left:50%;top:50%;border-radius:1px;transition:transform .35s ease,background .3s ease}.p-faq__icon::before{width:2px;height:11px;transform:translate(-50%, -50%)}.p-faq__icon::after{width:11px;height:2px;transform:translate(-50%, -50%)}.p-faq__details[open] .p-faq__icon{background:#c9a96e;transform:rotate(180deg)}.p-faq__details[open] .p-faq__icon::before{transform:translate(-50%, -50%) rotate(90deg);background:#fff}.p-faq__details[open] .p-faq__icon::after{background:#fff}@media(min-width: 768px){.p-faq__icon{width:34px;height:34px}.p-faq__icon::before{height:13px}.p-faq__icon::after{width:13px}}.p-faq__a{display:flex;align-items:flex-start;gap:14px;padding:2px 18px 20px;background:#fff;animation:p-faq-slide .35s ease-out}@media(min-width: 768px){.p-faq__a{padding:4px 28px 26px;gap:18px}}.p-faq__a-text{flex:1;font-size:13.5px;line-height:1.9;color:#747474;padding-top:2px}@media(min-width: 768px){.p-faq__a-text{font-size:14.5px;line-height:2;padding-top:3px}}.p-faq__a-text p{margin:0 0 10px}.p-faq__a-text p:last-child{margin-bottom:0}.p-faq__a-text a{color:#c9a96e;text-decoration:underline;text-underline-offset:3px}.p-faq__more{text-align:center;margin-top:36px}@media(min-width: 768px){.p-faq__more{margin-top:48px}}@keyframes p-faq-slide{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.p-access__content{display:flex;flex-direction:column;gap:24px}@media(min-width: 768px){.p-access__content{flex-direction:row;gap:40px}}.p-access__map{border-radius:8px;overflow:hidden;background:#f5f0eb;min-height:250px}@media(min-width: 768px){.p-access__map{flex:1}}.p-access__map iframe{display:block;width:100%;height:300px}@media(min-width: 768px){.p-access__map iframe{height:100%;min-height:320px}}@media(min-width: 768px){.p-access__info{flex:1}}.p-access__dl dt{font-size:11px;letter-spacing:.12em;color:#c9a96e;font-weight:500;margin-top:16px}.p-access__dl dt:first-child{margin-top:0}.p-access__dl dd{font-size:13px;line-height:1.8;margin-top:4px}.p-cta{background:#2c2825;color:#fff}.p-cta__content{text-align:center}.p-cta__en{font-family:"Cormorant Garamond",serif;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:#d4ba8a}.p-cta__title{font-size:22px;font-weight:400;letter-spacing:.08em;margin-top:8px}@media(min-width: 768px){.p-cta__title{font-size:28px}}.p-cta__desc{font-size:13px;line-height:2;opacity:.7;margin-top:16px}.p-cta__actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:32px}@media(min-width: 768px){.p-cta__actions{flex-direction:row;justify-content:center;gap:16px}}.p-cta__actions .c-btn--outline{border-color:hsla(0,0%,100%,.3);color:#fff}.p-cta__actions .c-btn--outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}
