.firstview-carousel{position:relative;width:100%;overflow:hidden;background:#f5f5f5;min-height:500px}.firstview-carousel__container{position:relative;width:100%;height:100%}.firstview-carousel__track{position:relative;width:100%;height:100%;display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.firstview-carousel__slide{position:relative;width:100%;min-width:100%;flex-shrink:0;opacity:0;transition:opacity .6s ease-in-out}.firstview-carousel__slide--active{opacity:1}.firstview-carousel__desktop-layout{display:none;grid-template-columns:1fr .9fr 1fr;height:auto;align-items:center;max-width:100%;margin:0 auto;padding:0;gap:0rem}.firstview-carousel__grid-left,.firstview-carousel__grid-right{display:flex;align-items:center;justify-content:center;height:100%;padding:0}.firstview-carousel__grid-center{display:flex;align-items:center;justify-content:center;height:auto;max-height:80%;padding:2.5rem;background:#fffffff2;margin:20px 0}.firstview-carousel__content-wrapper{text-align:center;max-width:450px;width:100%}.firstview-carousel__image-container{position:relative;width:100%;max-width:none;height:100%;min-height:350px;border-radius:8px;overflow:hidden;box-shadow:0 6px 30px #0000001f}.firstview-carousel__image{width:100%;height:100%;min-height:350px;object-fit:cover;object-position:center center;display:block;aspect-ratio:auto;transition:transform .3s ease}.firstview-carousel__image:hover{transform:scale(1.02)}.firstview-carousel__heading{font-size:1.8rem;font-weight:600;line-height:1.3;margin-bottom:1rem;color:#333;font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif}.firstview-carousel__subheading{font-size:1rem;color:#666;margin-top:0rem;margin-bottom:1.2rem;line-height:1.5;font-weight:600}.firstview-carousel__description{font-size:.9rem;color:#777;line-height:1.6;margin-bottom:2.5rem}.firstview-carousel__buttons{display:flex;flex-direction:row-reverse;gap:1.2rem;justify-content:center;flex-wrap:wrap}.firstview-carousel__button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;min-width:150px;text-align:center;border:none;cursor:pointer;box-shadow:0 3px 12px #0000001a}.firstview-carousel__button--primary{background:#8b4513;color:#fff;box-shadow:0 3px 5px #555}.firstview-carousel__button--primary:hover{background:sienna;transform:translateY(-2px);box-shadow:0 3px 5px #555}.firstview-carousel__button--secondary{background:#9acd32;color:#fff;box-shadow:0 3px 5px #555}.firstview-carousel__button--secondary:hover{background:#8fbc8f;transform:translateY(-2px);box-shadow:0 3px 5px #555}.firstview-carousel__mobile-layout{display:block;position:relative;width:100%;min-height:500px}.firstview-carousel__mobile-container{position:relative;width:100%;height:100%;min-height:500px}.firstview-carousel__mobile-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:.5;display:block;min-height:500px}.firstview-carousel__mobile-content{position:absolute;top:85%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;padding:2rem;background:#0009;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:105%;width:100%;z-index:2}.firstview-carousel__mobile-content .firstview-carousel__heading{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.firstview-carousel__mobile-content .firstview-carousel__subheading{color:#ffffffe6;font-size:.9rem;margin-bottom:1rem}.firstview-carousel__mobile-content .firstview-carousel__description{color:#fffc;font-size:.8rem;margin-bottom:1.5rem}.firstview-carousel__mobile-content .firstview-carousel__buttons{flex-direction:column;gap:.8rem}.firstview-carousel__mobile-content .firstview-carousel__button{min-width:120px;padding:.7rem 1.5rem;font-size:.8rem}@media screen and (max-width:768px){.firstview-carousel__mobile-content .firstview-carousel__button{width:100%;margin-bottom:10px}}.firstview-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 10px #0000001a}.firstview-carousel__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.firstview-carousel__nav--prev{left:1.5rem}.firstview-carousel__nav--next{right:1.5rem}.firstview-carousel__nav svg{width:20px;height:20px;color:#333}.firstview-carousel__indicators{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.firstview-carousel__indicator{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}.firstview-carousel__indicator--active,.firstview-carousel__indicator:hover{background:#fff;transform:scale(1.2)}@media screen and (min-width: 768px) and (max-width: 999px){.firstview-carousel__desktop-layout{display:grid;grid-template-columns:1fr 1fr 1fr;height:450px;gap:0rem}.firstview-carousel__mobile-layout{display:none}.firstview-carousel__image-container{max-width:none;min-height:300px}.firstview-carousel__image{min-height:300px;aspect-ratio:auto}.firstview-carousel__heading{font-size:1.6rem}.firstview-carousel__grid-center{margin:20px 5px;padding:2rem}}@media screen and (min-width: 1000px) and (max-width: 1299px){.firstview-carousel__desktop-layout{display:grid;grid-template-columns:1.1fr .9fr 1.1fr;height:480px;gap:0rem}.firstview-carousel__mobile-layout{display:none}.firstview-carousel__image-container{max-width:none;min-height:320px}.firstview-carousel__image{min-height:320px;aspect-ratio:auto}.firstview-carousel__heading{font-size:1.7rem}}@media screen and (min-width: 1300px){.firstview-carousel__desktop-layout{display:grid;height:auto;grid-template-columns:1fr .9fr 1fr;gap:0rem}.firstview-carousel__mobile-layout{display:none}.firstview-carousel__image-container{max-width:none;min-height:350px}.firstview-carousel__image{min-height:350px;aspect-ratio:auto}.firstview-carousel__heading{font-size:1.8rem}}@media screen and (min-width: 1600px){.firstview-carousel__desktop-layout{max-width:1600px;grid-template-columns:1.3fr 1fr 1.3fr;gap:0rem}.firstview-carousel__image-container{max-width:none;min-height:400px}.firstview-carousel__image{min-height:400px;aspect-ratio:auto}.firstview-carousel__grid-center{padding:3rem}.firstview-carousel__heading{font-size:2rem}}@media screen and (max-width: 767px){.firstview-carousel__desktop-layout{display:none}.firstview-carousel__mobile-layout{display:block}.firstview-carousel__nav{width:35px;height:35px}.firstview-carousel__nav--prev{left:1rem}.firstview-carousel__nav--next{right:1rem}.firstview-carousel__indicators{bottom:1rem}.firstview-carousel__indicator{width:8px;height:8px}}@media (prefers-reduced-motion: reduce){.firstview-carousel__track,.firstview-carousel__slide,.firstview-carousel__nav,.firstview-carousel__indicator,.firstview-carousel__button,.firstview-carousel__image{transition:none}}.firstview-carousel__nav:focus,.firstview-carousel__indicator:focus,.firstview-carousel__button:focus{outline:2px solid #4A90E2;outline-offset:2px}@media (hover: none){.firstview-carousel__nav:hover,.firstview-carousel__indicator:hover,.firstview-carousel__button:hover,.firstview-carousel__image:hover{transform:none;box-shadow:none}}.firstview-carousel__image,.firstview-carousel__mobile-bg{will-change:transform;backface-visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-firstview-carousel.css.map */
