.cart-product__box--relative {
    position: relative;
}
.cart-product__chapter {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.438;
}
@media screen and (min-width: 1024px) {
    .cart-product__chapter {
        font-size: 1.375rem;
        line-height: 1.363;
        text-align: center;
    }
}
.cart-product__chapter--mb {
    margin-bottom: 1.625rem;
}
.cart-product__gallery-list-big-box {
    height: calc(100vw - 2rem);
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-big-box {
        height: 31.25rem;
        width: 31.25rem;
    }
}
.cart-product__gallery-list-big-box.swiper-container {
    margin-left: 0;
    margin-right: 0;
}
.cart-product__gallery-list-big-image {
    max-width: auto;
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.cart-product__gallery-list-big-image[data-src] {
    visibility: hidden;
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-big-item {
        height: 31.25rem;
    }
}
.cart-product__gallery-list-big-item--is-active {
    background-color: #FFF;
    background-color: var(--G-color-bg);
    left: auto;
    position: relative;
    top: auto;
    z-index: 1;
}
.cart-product__gallery-list-big-item--with-bg-image {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1023px) {
    .cart-product__gallery-list-big-item--with-bg-image {
        height: calc(100vw - 2rem);
    }
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-big-item--with-bg-image {
        height: 31.25rem;
        width: 31.25rem;
    }
}
.cart-product__gallery-list-nav .swiper-slide {
    height: auto;
    width: auto;
}
.cart-product__gallery-list-nav-box {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1023px) {
    .cart-product__gallery-list-nav-box {
        bottom: 0.75rem;
        left: 0;
        position: absolute;
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-nav-box--ml-adaptive {
        margin-left: 1rem;
    }
}
.cart-product__gallery-list-nav-dot {
    background-color: #D1D1D1;
    background-color: var(--G-color-gray-dark);
    border-radius: 50%;
    display: block;
    height: 0.5rem;
    margin: 0.25rem;
    width: 0.5rem;
}
.cart-product__gallery-list-nav-image {
    display: block;
    height: auto;
    width: 4.8125rem;
}
@media screen and (max-width: 1023px) {
    .cart-product__gallery-list-nav-image {
        display: none;
    }
}
.cart-product__gallery-list-nav-item {
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-nav-item {
        height: 4.8125rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        width: 4.8125rem;
    }
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-nav-item:hover::after {
        border: 1px solid #0096EA;
        border: 1px solid var(--G-color-blue-common);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.cart-product__gallery-list-nav-item--is-active {
    cursor: default;
}
.cart-product__gallery-list-nav-item--is-active .btn-action {
    cursor: default;
}
.cart-product__gallery-list-nav-item--is-active .cart-product__gallery-list-nav-dot {
    background-color: #0096EA;
    background-color: var(--G-color-blue-common);
}
@media screen and (min-width: 1024px) {
    .cart-product__gallery-list-nav-item--is-active:hover::after {
        border: 2px solid #0096EA;
        border: 2px solid var(--G-color-blue-common);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .cart-product__gallery-list-nav-item--is-active::after {
        border: 2px solid #0096EA;
        border: 2px solid var(--G-color-blue-common);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.cart-product__gallery-list-nav-item * {
    pointer-events: none;
}
.l-cart-product__box {
    display: flex;
}
.l-cart-product__box--adaptive {
    display: block;
}
@media screen and (min-width: 1024px) {
    .l-cart-product__box--adaptive {
        display: flex;
    }
}
.l-cart-product__boxNoShrink {
    flex-shrink: 0;
}
.l-cart-product__gallery-list-nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .l-cart-product__gallery-list-nav {
        justify-content: flex-start;
        flex-flow: row wrap;
    }
}
.l-cart-product__gallery-list-navItem {
    flex-shrink: 0;
}
.l-cart-product__gallery-list-nav-item {
    align-items: center;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.m-cart-product-window__btn-action--centered {
    margin-left: auto;
    margin-right: auto;
}
.m-cart-product-window__btn-actionClose {
    position: fixed;
    right: 1.25rem;
    top: 1.75rem;
    z-index: 101;
}
@media screen and (min-width: 1024px) {
    .m-cart-product-window__btn-actionClose {
        position: absolute;
        right: 0.875rem;
        top: 1rem;
    }
}