footer{background:var(--white);overflow:hidden;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;contain:layout paint}.footer-marquee{padding:60px 0;border-top:1px solid rgba(0,0,0,6%);overflow:hidden;position:relative}.footer-marquee::before,.footer-marquee::after{content:'';position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.footer-marquee::before{left:0;background:linear-gradient(to right,var(--white),transparent)}.footer-marquee::after{right:0;background:linear-gradient(to left,var(--white),transparent)}.footer-marquee-track{display:flex;gap:0;animation:footerMarquee 25s linear infinite;width:max-content}.footer-marquee-item{font-family:var(--sans);font-size:clamp(3rem,6vw,5.5rem);font-weight:400;color:rgba(0,0,0,6%);line-height:1;white-space:nowrap;user-select:none;padding:0 40px;transition:color .6s ease}.footer-marquee:hover .footer-marquee-item{color:rgba(0,0,0,.12)}.footer-marquee-item .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:rgba(0,0,0,6%);margin:0 48px;vertical-align:middle;transition:background .6s ease}.footer-marquee:hover .footer-marquee-item .dot{background:var(--accent);box-shadow:0 0 12px rgba(184,160,138,.3)}@keyframes footerMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.footer-body{display:grid;grid-template-columns:1.2fr 1fr;gap:0;padding:120px 80px 100px;flex:1;align-content:center}.footer-left{display:flex;flex-direction:column;justify-content:space-between;padding-right:80px;border-right:1px solid rgba(0,0,0,6%);min-height:340px}.footer-brand-block{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.footer-logo-img{height:24px;width:auto;display:block;align-self:flex-start;opacity:.85;transition:opacity .4s ease}.footer-logo-img:hover{opacity:1}.footer-catchphrase{display:flex;flex-direction:column;gap:16px}.footer-catch-main{font-family:biz udpmincho,serif;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:400;color:var(--dark);letter-spacing:.08em;line-height:1.6}.footer-catch-sub{font-family:biz udpmincho,serif;font-size:14px;font-weight:400;color:var(--warm-gray);line-height:2.2;max-width:320px;letter-spacing:.04em}.footer-social{display:flex;gap:20px;align-items:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,8%);transition:border-color .4s ease,background .4s ease,transform .4s cubic-bezier(.22,1,.36,1)}.footer-social a:hover{border-color:var(--accent);background:rgba(184,160,138,8%);transform:translateY(-3px)}.footer-social-icon{width:16px;height:16px;opacity:.4;transition:opacity .4s ease}.footer-social a:hover .footer-social-icon{opacity:.8}.footer-right{padding-left:80px;display:flex;flex-direction:column;justify-content:space-between}.footer-nav-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px}.footer-col-title{font-family:biz udpmincho,serif;font-size:14px;letter-spacing:.12em;color:var(--warm-gray);margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,6%)}.footer-col a{display:block;color:var(--mid-gray);text-decoration:none;font-size:14px;font-weight:500;margin-bottom:18px;transition:color .3s ease,transform .3s cubic-bezier(.22,1,.36,1),letter-spacing .3s ease;position:relative}.footer-col a::before{content:'';position:absolute;left:-12px;top:50%;width:0;height:1px;background:var(--accent);transition:width .3s cubic-bezier(.22,1,.36,1);transform:translateY(-50%)}.footer-col a:hover{color:var(--dark);transform:translateX(6px);letter-spacing:.04em}.footer-col a:hover::before{width:8px}.footer-contact-block{padding-top:40px;border-top:1px solid rgba(0,0,0,6%);display:flex;gap:48px;align-items:flex-start}.footer-contact-left{flex:1}.footer-access-block{flex:1}.footer-access-label{font-family:biz udpmincho,serif;font-size:14px;letter-spacing:.12em;color:var(--warm-gray);margin-bottom:14px}.footer-access-text{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--mid-gray);line-height:2;letter-spacing:.02em}.footer-contact-label{font-family:biz udpmincho,serif;font-size:14px;letter-spacing:.12em;color:var(--warm-gray);margin-bottom:14px}.footer-contact-email{font-family:var(--sans);font-size:18px;font-weight:400;color:var(--mid-gray);text-decoration:none;transition:color .3s ease,letter-spacing .4s ease;position:relative}.footer-contact-email::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent);transition:width .5s cubic-bezier(.22,1,.36,1)}.footer-contact-email:hover{color:var(--dark);letter-spacing:.04em}.footer-contact-email:hover::after{width:100%}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:28px 80px;border-top:1px solid rgba(0,0,0,6%)}.footer-copy{font-size:14px;color:var(--warm-gray);letter-spacing:.08em}.footer-legal{display:flex;align-items:center;gap:0}.footer-legal a{font-size:11px;color:var(--warm-gray);text-decoration:none;letter-spacing:.04em;transition:color .3s ease;font-weight:400}.footer-legal a:hover{color:var(--mid-gray)}.footer-legal-sep{width:1px;height:10px;background:rgba(138,130,121,.25);margin:0 12px}.footer-back-top{display:inline-flex;align-items:center;gap:8px;color:var(--mid-gray);text-decoration:none;font-size:14px;transition:color .3s ease}.footer-back-top:hover{color:var(--dark)}.footer-back-top-arrow{width:28px;height:28px;border-radius:50%;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,transform .4s cubic-bezier(.22,1,.36,1)}.footer-back-top:hover .footer-back-top-arrow{border-color:var(--accent);transform:translateY(-3px)}.footer-back-top-arrow svg{width:8px;height:8px;fill:currentColor;transform:rotate(-90deg)}@media(max-width:1024px){.footer-body{padding:80px 40px 60px}.footer-left{padding-right:60px;min-height:280px}.footer-right{padding-left:60px}}@media(max-width:768px){.footer-marquee-item{font-size:2.2rem;padding:0 24px}.footer-marquee-item .dot{margin:0 20px}.footer-body{grid-template-columns:1fr;padding:60px 24px 48px;gap:60px}.footer-left{padding-right:0;border-right:none;min-height:auto;border-bottom:1px solid rgba(0,0,0,6%);padding-bottom:60px}.footer-right{padding-left:0}.footer-contact-block{flex-direction:column;gap:28px}.footer-access-block{padding-left:0;border-left:none;border-top:1px solid rgba(0,0,0,6%);padding-top:28px;width:100%}.footer-bottom{padding:24px;flex-wrap:wrap;gap:12px;justify-content:center}.footer-legal{order:3;width:100%;justify-content:center}.footer-copy{order:1}.footer-back-top{order:2}}