@charset "UTF-8";
/* ==========================================================
 contents
========================================================== */
/* .top-page .contents { background-image: url(/images/wheel/top/bg_index_pc.png); } */
/* contents-main */
.top-page .contents-main {
    background: none;
    margin-bottom: 0;
}

/* body.top-page .contents {background-color: black;} */
/* body.top-page .contents {background-color: #fff;} */

@media screen and (max-width: 750px) {
  .top-page .contents {
    background-image: none;
  }

    .top-page .contents-main {
        padding-top: 0;
    }
}
/* contents-header */
.contents-header {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.contents-header .title {
    padding: 0;
}
@media screen and (max-width: 750px) {
    .contents-header {
        width: 100%;
    }
}
/* contents-inner */
.contents-inner {
    padding-top: 94px;
}
@media screen and (max-width: 750px) {
    .contents-inner {
        padding-top: 0;
    }
}
/* ==========================================================
 btn
========================================================== */
/* btn-cmn-05 */
.btn-cmn-05 {}
    .btn-cmn-05 li {
        text-align: center;
    }
    .btn-cmn-05 li {}
        .btn-cmn-05 li a {
            text-decoration: none;
            display: block;
            background: #3f67c5;
            color: #fff !important;
            font-size: 19px;
            font-weight: bold;
            padding: 24px 0 23px;
        }
        .btn-cmn-05 li a:hover {
            opacity: .7;
        }
@media screen and (max-width: 750px) {
    .btn-cmn-05 li {
        margin-top: 15px !important;
    }
    .btn-cmn-05 li:first-child {
        margin-top: 0 !important;
    }
        .btn-cmn-05 li a {
            font-size: 18px;
            padding: 22px 0 21px;
        }
}
/* btn-cmn-style-01 */
.btn-cmn-style-01 {
    text-align: center;
    width: 170px;
    vertical-align: middle;
    border-radius: 18px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 12px;
    padding: 8px 0;
}
.rozest .btn-cmn-style-01 {
    background: #b01f24;
    color: #fff;
}
.direzza .btn-cmn-style-01 {
    background: #fdd108;
    color: #000;
}
[class="wild_cruising"] .btn-cmn-style-01 {
    background: #7d6226;
    color: #fff;
}
.standard .btn-cmn-style-01 {
    background: #3a6b9d;
    color: #fff;
}
.lofida .btn-cmn-style-01 {
    background: #a84f55;
    color: #fff;
}
.import .btn-cmn-style-01 {
    background: #692f63;
    color: #fff;
}
@media screen and (max-width: 750px) {
.btn-cmn-style-01 {
    width: 135px;
    font-size: 11px;
}
}
/* ==========================================================
 mod
========================================================== */
/* mod-cmn-info-01 */
.mod-cmn-info-01 {
    margin-top: 53px;
}
    .mod-cmn-info-01 .ttl-cmn-02 {
        margin-bottom: 34px;
        border-color: #1f1f1f;
    }
        .mod-cmn-info-01 .ttl-cmn-02 span {
            display: inline-block;
            padding-bottom: 16px;
            font-size: 24px;
            color: #fff;
        }
        .mod-cmn-info-01 .ttl-cmn-02 .sub-btn {
            float: right;
            border: none;
        }
            .mod-cmn-info-01 .ttl-cmn-02 .sub-btn a {
                font-weight: normal;
                color: #ccc;
                font-size: 16px;
                background: url("/images/wheel/top/ico_arrow_right_02_pc.png") no-repeat right center;
            }
    .mod-cmn-info-01 .info {
        display: table;
    }
    .mod-cmn-info-01 .info+.info {
        margin-top: 32px;
    }
        .mod-cmn-info-01 .info .data {
            position: relative;
            display: table-cell;
            color: #fff;
            font-size: 14px;
            width: 235px;
            padding: 4px 0 0 90px;
            font-weight: bold;
        }
            .mod-cmn-info-01 .info .data .new {
                position: absolute;
                left: 0;
                top: 0;
                background: #f00000;
                border-radius: 14px;
                width: 65px;
                text-align: center;
                font-family: "Roboto Condensed";
                font-size: 14px;
                padding: 4px 0 3px;
            }
        .mod-cmn-info-01 .info .text {
            display: table-cell;
            color: #fff;
            font-size: 14px;
        }
/* ↑173、174行目インフォメーションテキスト用にcolorとfont-size追記（クレオ内田）*/
            .mod-cmn-info-01 .info .text a {
                color: #fff;
                font-size: 14px;
            }
                .mod-cmn-info-01 .info .text a:hover {
                    text-decoration: none;
                }
@media screen and (max-width: 750px) {
    .mod-cmn-info-01 {
        margin-top: 46px;
    }
    .mod-cmn-info-01 .ttl-cmn-02 {
        border-color: #1f1f1f;
    }
    .mod-cmn-info-01 .ttl-cmn-02 span {
        font-size: 16px;
        color: #fff;
    }
    .mod-cmn-info-01 .ttl-cmn-02 .sub-btn {
        float: right;
        border: none;
    }
    .mod-cmn-info-01 .ttl-cmn-02 .sub-btn a {
        font-weight: normal;
        color: #ccc;
        font-size: 11px;
        background: url("/common/images/wheel/top/ico_arrow_right_02_pc.png") no-repeat right center;
        background-size: 7px 12px;
        padding-right: 13px;
    }
    .mod-cmn-info-01 .info {
        display: block;
    }
    .mod-cmn-info-01 .info+.info {
        margin-top: 19px;
    }
    .mod-cmn-info-01 .info .data {
        position: static;
        display: block;
        color: #fff;
        font-size: 14px;
        width: 235px;
        padding-left: 0;
        font-weight: bold;
        text-align: left;
    }
    .mod-cmn-info-01 .info .data .new {
        position: static;
        display: block;
        width: 60px;
        font-size: 11px;
        margin-bottom: 6px;
        padding: 3px 0;
    }
    .mod-cmn-info-01 .info .text {
        display: block;
        margin-top: 1px;
        word-break: break-all;
    }
    .mod-cmn-info-01 .info .text a {
        color: #fff;
        font-size: 14px;
    }
}
/* bnr-cmn-list.type02 */
.bnr-cmn-list.type02 {}
.bnr-cmn-list.type02 li {
    display: table;
}
.bnr-cmn-list.type02 li a {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 28px 30px;
}
@media screen and (max-width: 750px) {
    .bnr-cmn-list.type02 li {
        margin-top: 15px !important;
    }
    .bnr-cmn-list.type02 li:first-child {
        margin-top: 0 !important;
    }
        .bnr-cmn-list.type02 li a {
            padding: 0 0 20px 20px;
        }
}
@media screen and (max-width: 750px) {
/* mod-cmn-list.type03 */
.mod-cmn-list.type03 li {
    float: left;
    width: 50%;
    padding-right: 8px;
}
    .mod-cmn-list.type03 li:nth-child(-n+2) {
        margin-top: 0;
    }
    .mod-cmn-list.type03 li:nth-child(2n) {
        padding: 0 0 0 8px;
    }
    .mod-cmn-list.type03 li:nth-child(3n+1) {
        clear: none;
    }
}
/* mod-cmn-list.type02 */
.mod-cmn-list.type02 {}
    .mod-cmn-list li > a {
        border-radius: 4px;
    }
    .mod-cmn-list.type02 li .item {
        height: 300px;
    }
    .mod-cmn-list.type02 .item .box-01 .text {
        font-size: 14px;
        color: #000;
    }
        .mod-cmn-list.type02 .item .img {
            vertical-align: bottom;
        }
.mod-cmn-list.type02 li .item.concept .box-01,
.mod-cmn-list.type02 li .item.product .box-01,
.mod-cmn-list.type02 li .item.nb .box-01 {
    padding: 0 0 23px 30px;
    width: 100%;
    vertical-align: bottom;
}
    .mod-cmn-list.type02 .item.concept .box-01 .title span,
    .mod-cmn-list.type02 .item.product .box-01 .title span,
    .mod-cmn-list.type02 .item.nb .box-01 .title span {
        color: #fff;
        font-size: 40px;
    }
        .mod-cmn-list.type02 .item.concept .box-01 .text ,
        .mod-cmn-list.type02 .item.product .box-01 .text,
        .mod-cmn-list.type02 .item.nb .box-01 .text {
            margin-top: 15px;
            font-size: 14px;
            color: #fff;
        }
/* concept */
    .mod-cmn-list.type02 li .item.concept {
        background: url("/images/wheel/top/img_index_speciality.png") no-repeat center center;
        background-size: cover;
    }
/* product */
    .mod-cmn-list.type02 li .item.product {
        background: url("/images/wheel/top/img_index_product.png?2022aw") no-repeat center center;
        background-size: cover;
    }
/* nb */
    .mod-cmn-list.type02 li .item.nb {
        background: url("/images/wheel/top/img_bnr_index.png?2021ss") no-repeat center center;
        background-size: cover;
    }
/* bnr-cmn-list */
.bnr-cmn-list .brand-wheel {
    background: url("/images/wheel/top/img_bnr_index_07.png") no-repeat;
    background-size: cover;
}
.bnr-cmn-list .gallery {
    background: url("/images/wheel/top/img_bnr_index_08.png") no-repeat;
    background-size: cover;
}
@media screen and (max-width: 750px) {
.mod-cmn-list.type02 li {
    margin-top: 15px !important;
}
.mod-cmn-list.type02 li .item {
    height: 175px;
}
    .mod-cmn-list.type02 li .item.concept .box-01,
    .mod-cmn-list.type02 li .item.product .box-01,
    .mod-cmn-list.type02 li .item.nb .box-01{
        padding: 0 0 10px 15px;
    }
        .mod-cmn-list.type02 .item.concept .box-01 .title span,
        .mod-cmn-list.type02 .item.product .box-01 .title span,
        .mod-cmn-list.type02 .item.nb .box-01 .title span{
            font-size: 30px;
        }
        .mod-cmn-list.type02 .item .box-01 .text {
            font-size: 11px;
            word-break: break-all;
        }
        .mod-cmn-list.type02 .item.concept .box-01 .text,
        .mod-cmn-list.type02 .item.product .box-01 .text,
        .mod-cmn-list.type02 .item.nb .box-01 .text{
            margin-top: 5px;
            font-size: 11px;
        }
        .mod-cmn-list.type02 .item .img {
            vertical-align: middle;
        }

}
/* ==========================================================
 汎用
========================================================== */
.s-mt-40-pc {
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .s-mt-40-pc {
        margin-top: 15px;
    }
}

.bana-list >li a:hover {
    opacity: .7;
}
.bana-list >li a img {
    width: 100%;
}
