.custom-fv{position:relative;overflow:hidden;height:var(--fv-height-pc, 90vh);min-height:400px;border-radius:var(--fv-radius, 0)}@media(max-width:749px){.custom-fv{height:var(--fv-height-sp, 75vh)}}.custom-fv__track{position:relative;width:100%;height:100%}.custom-fv__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.custom-fv__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.custom-fv[data-transition=slide] .custom-fv__slide{transform:translate(100%);transition:transform .7s cubic-bezier(.77,0,.175,1),opacity 0s;opacity:1}.custom-fv[data-transition=slide] .custom-fv__slide.is-active{transform:translate(0)}.custom-fv[data-transition=slide] .custom-fv__slide.is-prev{transform:translate(-100%)}.custom-fv[data-transition=zoom] .custom-fv__slide{transition:opacity 1s ease}.custom-fv[data-transition=zoom] .custom-fv__slide.is-active .custom-fv__img{animation:fv-zoom 6s ease forwards}@keyframes fv-zoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.custom-fv__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.custom-fv__img--sp{display:none}@media(max-width:749px){.custom-fv__img--pc{display:none}.custom-fv__img--sp{display:block}}.custom-fv__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--fv-overlay, .25));z-index:1}.custom-fv__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;gap:1.2rem;padding:clamp(2.4rem,5vw,6rem);color:var(--fv-text-color, #fff)}.custom-fv__content--top-left{justify-content:flex-start;align-items:flex-start}.custom-fv__content--top-center{justify-content:flex-start;align-items:center;text-align:center}.custom-fv__content--center{justify-content:center;align-items:center;text-align:center}.custom-fv__content--bottom-left{justify-content:flex-end;align-items:flex-start}.custom-fv__content--bottom-center{justify-content:flex-end;align-items:center;text-align:center}.custom-fv__content--bottom-right{justify-content:flex-end;align-items:flex-end;text-align:right}.custom-fv__slide.is-active .custom-fv__eyebrow{animation:fv-text-in .7s ease .1s both}.custom-fv__slide.is-active .custom-fv__heading{animation:fv-text-in .7s ease .25s both}.custom-fv__slide.is-active .custom-fv__subtext{animation:fv-text-in .7s ease .4s both}.custom-fv__slide.is-active .custom-fv__btn{animation:fv-text-in .7s ease .55s both}@keyframes fv-text-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.custom-fv__eyebrow{font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;margin:0;opacity:.85}.custom-fv__heading{margin:0;line-height:1.15;font-weight:700}.custom-fv__heading--sm{font-size:clamp(2rem,4vw,3.2rem)}.custom-fv__heading--md{font-size:clamp(2.8rem,5vw,4.8rem)}.custom-fv__heading--lg{font-size:clamp(3.6rem,7vw,6.4rem)}.custom-fv__heading--xl{font-size:clamp(4.8rem,10vw,9.6rem);font-weight:300;letter-spacing:.06em}.custom-fv__subtext{font-size:1.4rem;margin:0;opacity:.9}.custom-fv__btn{display:inline-block;text-decoration:none;font-size:1.3rem;letter-spacing:.1em;padding:.9rem 2.8rem;border-radius:var(--fv-radius, 0);transition:background .25s,color .25s,border-color .25s;align-self:flex-start}.custom-fv__content--top-center .custom-fv__btn,.custom-fv__content--center .custom-fv__btn,.custom-fv__content--bottom-center .custom-fv__btn{align-self:center}.custom-fv__content--bottom-right .custom-fv__btn{align-self:flex-end}.custom-fv__btn--solid{background:var(--fv-accent, #d4b8bc);color:#fff;border:1px solid var(--fv-accent, #d4b8bc)}.custom-fv__btn--solid:hover{background:transparent;color:var(--fv-text-color, #fff)}.custom-fv__btn--outline{background:transparent;color:var(--fv-text-color, #fff);border:1px solid var(--fv-text-color, #fff)}.custom-fv__btn--outline:hover{background:var(--fv-text-color, #fff);color:#111}.custom-fv__btn--text{background:transparent;color:var(--fv-text-color, #fff);border:none;padding-left:0;padding-right:0;text-decoration:underline;text-underline-offset:4px}.custom-fv__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:4.8rem;height:4.8rem;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.custom-fv__arrow:hover{background:#ffffff4d}.custom-fv__arrow--prev{left:2rem}.custom-fv__arrow--next{right:2rem}@media(max-width:749px){.custom-fv__arrow{width:3.6rem;height:3.6rem}.custom-fv__arrow--prev{left:1rem}.custom-fv__arrow--next{right:1rem}}.custom-fv__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.6rem}.custom-fv__dot{width:.6rem;height:.6rem;border-radius:50%;background:#fff6;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s,width .3s}.custom-fv__dot.is-active{background:var(--fv-accent, #d4b8bc);width:2.4rem;border-radius:99px}.custom-fv__progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:#fff3;z-index:3}.custom-fv__progress-bar{height:100%;background:var(--fv-accent, #d4b8bc);width:0;transition:width linear}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-custom-fv-slideshow.css.map */
