@charset "utf-8";

/* ===== product.css ===== */
/* -- productBox01 -- */
.productBox01 {
    padding: 0;
}
.productBox01_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 79px 80px 80px;
}
.productBox01_inner .lbox {
    width: 44.916%;
}
.productBox01_inner .rbox {
    margin-top: 5px;
    width: 44.8%;
}
.productBox01_inner .rbox .tit {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -.07em;
}
.productBox01_inner .rbox .subTit {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-top: 18px;
}
.productBox01_inner .rbox .txt {
    font-weight: bold;
    margin-top: 58px;
}
@media screen and ( max-width: 900px ) {
    .productBox01_inner {
        display: block;
        padding: 20px 15px;
    }
    .productBox01_inner .lbox {
        width: 100%;
    }
    .productBox01_inner .rbox {
        margin-top: 50px;
        width: 100%;
    }
    .productBox01_inner .rbox .tit {
        font-size: 50px;
    }
    .productBox01_inner .rbox .subTit {
        font-size: 18px;
        margin-top: 12px;
    }
    .productBox01_inner .rbox .txt {
        margin-top: 30px;
    }
}

/* -- productSlider -- */
#productSlider_main li {
    text-align: center;
}
#productSlider_thumbnail {
    margin: 31px 0 0 13px;
}
#productSlider_thumbnail li {
    cursor: pointer;
}
#productSlider_thumbnail .splide__slide:not(.is-active) {
    opacity: 0.3;
    transition: opacity .3s;
}
@media screen and ( max-width: 900px ) {
    #productSlider_thumbnail {
        margin: 25px 0 0 8px;
    }
}

/* -- productReportBox -- */
.productReportBox .cnt {
    display: flex;
    flex-wrap: wrap;
}
.productReportBox .cnt > * {
    margin-right: 42px;
    width: calc((100% - 84px) / 3);
}
.productReportBox .cnt > *:nth-child(3n) {
    margin-right: 0;
}
.productReportBox .cnt > * > a > * > .img {
    position: relative;
    overflow: hidden;
    padding-top: 66.54%;
}
.productReportBox .cnt > * > a > * > .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.productReportBox .cnt > * > a > * > .blogBox_catecory {
    margin-top: 16px;
}
.productReportBox .cnt > * > a > * > .blogBox_catecory li:not(:last-child) {
    margin-right: 16px;
}
.productReportBox .cnt > * > a > * > .tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 16px;
}
.productReportBox .cnt > * > a > * > .blogBox_day {
    font-size: 12px;
    color: #7E7E7E;
    margin-top: 17px;
}
.productReportBox .more {
    text-align: center;
    margin-top: 52px;
}
@media screen and ( max-width: 900px ) {
    .productReportBox .cnt {
        display: block;
    }
    .productReportBox .cnt > * {
        margin-right: 0;
        width: 100%;
    }
    .productReportBox .cnt > *:not(:last-child) {
        margin-bottom: 40px;
    }
    .productReportBox .more {
        text-align: center;
        margin-top: 30px;
    }
}