@charset "UTF-8";
/* ==========================================================
 content
========================================================== */
.product .contents {
    background-color: black;
    background-image: url(/images/wheel/product/index/bg_product_index_pc.png);
}
@media screen and (max-width: 750px) {
.product .contents {
    background-color: black;
    background-image: url(/images/wheel/product/index/sp/bg_product_index_sp.png);
    background-size: 100%;
}
}
/* contents-main */
.product .contents-main {
    background: none;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .product .contents-main .contents-inner {
        padding: 0;
    }
}
/* contents-header */
.product .contents-header {
    padding: 162px 0 0 0;
}
    .product .contents-header .lead {
        font-size: 46px;
        color: #fff;
        font-weight: bold;
    }
    .product .contents-header .text {
        margin-top: 16px;
        font-size: 18px;
        color: #fff;
    }
@media screen and (max-width: 750px) {
.product .contents-header {
    padding: 75px 29px 0;
}
    .product .contents-header .lead {
        font-size: 23px;
        color: #fff;
        font-weight: bold;
    }
    .product .contents-header .text {
        margin-top: 16px;
        font-size: 16px;
        color: #fff;
        line-height: 1.68;
    }
}
.contents-inner {
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
.contents-inner {
    padding-bottom: 0;
}
}
/* ==========================================================
 hr
========================================================== */
.hr-cmn-01 {
    margin: 60px 0;
    border: none;
    border-bottom: 1px solid #1f1f1f;
}
@media screen and (max-width: 750px) {
.hr-cmn-01 {
    margin: 40px 0;
}
}
/* ==========================================================
 list
========================================================== */
/* bnr-cmn-list */
.product .bnr-cmn-list.grid-cmn-04 {
    margin-top: 43px;
}
    .bnr-cmn-list a {
        text-decoration: none;
        display: block;
        padding: 70px 0 0 40px;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 2px;
    }
    .bnr-cmn-list a:hover {
        opacity: .7;
    }
        .bnr-cmn-list .title {
            font-family: "Roboto Condensed";
            color: #fff;
            font-size: 30px;
            font-weight: bold;
        }
        .bnr-cmn-list .text {
            font-size: 16px;
            color: #fff;
            font-weight: bold;
        }
/* brand */
.bnr-cmn-list .brand {
    background: url("/images/wheel/product/index/bg_bnr_product_index_01.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
/* parts */
.bnr-cmn-list .parts {
    background: url("/images/wheel/product/index/bg_bnr_product_index_02.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
/* catalogue */
.bnr-cmn-list .catalogue {
    background: url("/images/wheel/product/index/bg_bnr_product_index_03.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
    .bnr-cmn-list .catalogue .title,
    .bnr-cmn-list .catalogue .text {
        color: #000;
    }
@media screen and (max-width: 750px) {
.product .bnr-cmn-list.grid-cmn-04 {
    margin-top: 24px;
}
.bnr-cmn-list a {
    padding: 34px 0 0 20px;
    height: 100px;
}
.bnr-cmn-list a.lines3 {
    padding: 24px 0 0 20px;
}
    .bnr-cmn-list .title {
        font-size: 15px;
    }
    .bnr-cmn-list .text {
        font-size: 12px;
    }
/* brand */
.bnr-cmn-list .brand {
    background-image: url("/images/wheel/product/index/sp/bg_bnr_product_index_01_sp.png");
}
/* parts */
.bnr-cmn-list .parts {
    background-image: url("/images/wheel/product/index/sp/bg_bnr_product_index_02_sp.png");
}
/* catalogue */
.bnr-cmn-list .catalogue {
    background-image: url("/images/wheel/product/index/sp/bg_bnr_product_index_03_sp.png");
}
}
/* mod-cmn-list */
.mod-cmn-list {}
    .product .mod-cmn-list li {
        margin-top: 40px;
    }
    .mod-cmn-list li:nth-child(-n+2) {
        margin-top: 0;
    }
        .mod-cmn-list li > a {
            display: block;
            text-decoration: none;
            border-radius: 2px;
            overflow: hidden;
            position: relative;
        }
        .mod-cmn-list li > a:hover {
            opacity: .7;
            backface-visibility: hidden;
        }
            .mod-cmn-list li .item {
                background: #fff;
                display: table;
                width: 100%;
                height: 345px;
            }
            .mod-cmn-list li .item:before {
                position: absolute;
                top: -12px;
                left: -27px;
                width: 60px;
                height: 30px;
                -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg);
                content: "";
            }
                .mod-cmn-list .item .box-01 {
                    display: table-cell;
                    width: 50%;
                    vertical-align: middle;
                    padding: 0 0 0 40px;
                }
                    .mod-cmn-list .item .box-01 .title {}
                        .mod-cmn-list .item .box-01 .title span {
                            font-family: "Roboto Condensed";
                            font-size: 38px;
                            line-height: 1em;
                            color: #000;
                            font-weight: bold;
                        }
                        .mod-cmn-list .item .box-01 .title .img-title {
                            vertical-align: bottom;
                            font-size: 100%;
                        }
                            .mod-cmn-list .item .box-01 .title .img-title img {
                                vertical-align: bottom;
                            }
                    .mod-cmn-list .item .box-01 .text {
                        margin-top: 10px;
                        color: #7c7c7c;
                        line-height: 1.75;
                        font-weight: bold;
                        letter-spacing: -0.025em;
                    }
                .mod-cmn-list .item .img {
                    display: table-cell;
                    width: 50%;
                    padding-top: 8px;
                    text-align: right;
                    vertical-align: middle;
                }
/* rozest */
.mod-cmn-list li .item.rozest:before {
    background: #b01f24;
}
/* direzza */
.mod-cmn-list li .item.direzza:before {
    background: #fdd108;
}
/* lofida */
.mod-cmn-list li .item.lofida:before {
    background: #a84f55;
}
/* standard */
.mod-cmn-list li .item.standard:before {
    background: #3a6b9d;
}
/* fourxfour */
.mod-cmn-list li .item.fourxfour:before {
    background: #7d6226;
}
/* import */
.mod-cmn-list li .item.import:before {
    background: #692f63;
}
@media screen and (max-width: 750px) {
.product .mod-cmn-list li {
    margin-top: 24px;
}
    .mod-cmn-list li .item {
        height: 173px;
    }
    .mod-cmn-list li .item:before {
        top: -20px;
    }
        .mod-cmn-list .item .box-01 {
            padding-left: 20px;
        }
            .mod-cmn-list .item .box-01 .title span {
                font-size: 29px;
            }
            .mod-cmn-list .item .box-01 .title .img-title {
                font-size: 100%;
            }
            .mod-cmn-list .item .box-01 .text {
                font-size: 11px;
            }
            .mod-cmn-list .item .img img {
                height: 153px;
            }
}
