@charset "UTF-8";
/*==============
    product
===============*/
#product {
    padding-top: 0px;
}
#product .wrap {
    padding: 80px 3.33vw 0 3.33vw;
}
#product .image {
    width: 50.68%;
    background: #aaa;
    height: 500px;
}
#product .detail {
    width: 45.52%;
}
#product .detail h4 {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}
#product .detail .price {
    font-family: var(--ec-en);
    font-size: 1.8rem;
    color: var(--ec-gray-font);
    margin-bottom: 32px;
}
#product .detail .price.tax::after {
    content: "(税込)";
    font-family: var(--jp);
    font-size: 1.2rem;
    margin-left: 5px;
    color: var(--ec-gray-font);
}
#product .detail .txtBox {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 40px;
    overflow-wrap: break-word;
}
#product .selectSize {
    min-width: 158px;
    width: fit-content;
}
#product .layout * {
    min-height: 0;
    min-width: 0;
}
#product .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
#product .image {
    width: 50.68%;
    background: #fff;
    height: fit-content;
}
#slide-items {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 10px;
}
#slide-thumbnail {
    display: flex;
}
#slide-thumbnail .thumbnail-img {
    width: 20%;
    cursor: pointer;
}
#slide-thumbnail .thumbnail-img.current img {
    opacity: 0.5;
}
#slide-thumbnail .slick-current img {
    opacity: .5;
}
.slick-counter {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #000000 !important;
}
.slick-prev:before,
.slick-next:before {
    content: '' !important;
}
.slick-next {
    display: block;
    padding: 20px !important;
    right: 0px !important;
}
.slick-next::before {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    right: 14px !important;
}
.slick-prev {
    display: block;
    padding: 20px !important;
    left: 0px !important;
    margin-left: 0 !important;
    z-index: 5;
}
.slick-prev::before {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    left: 14px !important;
}
.thumbs_dots {
    margin: 10px 0 0;
}
.thumbs_list li {
    display: inline-block;
    width: 150px;
    height: 80px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
}
.thumbs_list li.slick-active {
    opacity: 1;
}
@media screen and (max-width: 700px) {
    #product .image,
    #product .detail {
        width: 100%;
    }
    #slide-thumbnail {
        display: none;
    }
    .slick-prev {
        left: -10px !important;
    }
    .slick-prev::before {
        left: 24px !important;
    }
    .select-box {
        margin-bottom: 12px;
    }
    .select-wrap {
        margin-top: 20px;
    }
    #product .detail .price {
        margin-bottom: 20px;
    }
    #product .layout {
        margin-bottom: 60px;
    }
}