/* --------------------
製品カルーセル02
-------------------- */
.product-carousel02{
    margin: 0 auto;
    width: 100%;
}

.product-carousel02 .product_navi02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-carousel02 .product_navi02 i {
    flex-basis: 5%;
    text-align: center;
}

.product-carousel02 .product_detail02 {
    flex-basis: 90%;
    flex-grow: 2;
    overflow: hidden;
}

.product-carousel02 .product_detail02 ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap!important;
    margin: auto 0!important;
}

.product-carousel02 .product_detail02 li {
    display: block;
    margin: auto 5px;
    padding:3px;
    flex-shrink: 0;
    line-height: 0;
    box-sizing: border-box;
    text-align: center;
}

.product-carousel02 .product_detail02 .product_list .product_list__name{
    padding-top: 6px;
    font-size: 20px;
    color: #ffffff;
}

.product-carousel02 .product_detail02 .product_list .product_list__link:hover{
    text-decoration: none;
}

.product-carousel02 i:hover,
.product-carousel02 .product_detail02 li a:hover{
    opacity: 0.7;
    cursor: pointer;
}

.product-carousel02 .product_detail02 img {
    width: 100%;
    max-width: 250px;
    padding: 0!important;
}

/* アイコン修正 */
.fa-angle-right02::before{
    content: "＞";
    font-size: 30px;
    font-weight: bold;
    font-style: normal!important;
}

.fa-angle-left02::before {
    content: "＜";
    font-size: 30px;
    font-weight: bold;
    font-style: normal!important;
}

.icon_white{
    color: #ffffff;
    text-shadow: 0 0 8px #000000;
}

.icon_black{
    color: #000000;
    text-shadow: 0 0 8px #ffffff;
}

.noclick02 {
    pointer-events: none;
}

/* スマホ表示  */
@media screen and (max-width:768px) {
    .product-carousel02{
        width: 100%
    }

    .product-carousel02 .product_detail02 li {
        border:none !important;
    }

    .fa-angle-right02::before{
        font-size: 20px;
    }

    .fa-angle-left02::before {
        font-size: 20px;
    }

}
