body {
    background: url(../images/car/background-01.png) no-repeat;
    background-position: left top;
    background-size: 124.5% auto;
}
header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
header h1 {
    display: none;
}

header ul li.top-link {
    display: block;
}
@media print, screen and (max-width: 768px) {
    body {
        background: url(../sp-images/car/background-01.png) no-repeat;
        background-size: 129.6vw auto;
        background-position: left -9.7vw top 26.1vw;
    }
    header {
        position: relative;
    }
    header h1 {
        display: block;
    }
}


/* ==============================
  FV
============================== */
#fv {
    position: relative;
    padding: 6.4% 0 0;
    width: 72.65%;
    margin: 0 auto;
}
#fv .fv-icon {
    position: absolute;
    top: 45.6%;
    right: 0;
    width: 15.6%;
}

#fv .fv-text h1 {
    width: 72%;
}
#fv .fv-text h3 {
    font-weight: bold;
    font-size: min(1.7vw, 2.3rem);
    line-height: 1.5;
    padding: 1em 1em 0.5em;
}
#fv .fv-text p {
    font-size: min(1.3vw, 1.7rem);
    line-height: 1.7;
    padding-left: 1em;
}
@media print, screen and (max-width: 768px) {
    #fv {
        width: 81.3vw;
        padding: 7vw 0 0;
    }
    #fv .fv-icon {
        top: 42.3vw;
        right: -4vw;
        width: 27.8vw;
    }
    #fv .fv-text h1 {
        width: 100%;
    }
    #fv .fv-text h3 {
        font-size: 5.2vw;
        padding: 1em 0.2em 0.3em;
    }
    #fv .fv-text p {
        font-size: 3.6vw;
        padding: 0 0.2em;
    }
}

/* ==============================
  バナー
============================== */
.contents {
    background-image: url(../images/car/background-02.png), url(../images/car/background-03.png);
    background-repeat: no-repeat;
    background-size: 148.5% auto, 98% auto;
    background-position: left 75% top 62%, left -260% bottom 6.6%;
    padding-bottom: 14.5%;
}
.bnrs-wrapper h3 {
    width: 41%;
    margin: 6.6% auto 0;
}
.bnrs-wrapper ul {
    width: 70.7%;
    margin: 2.3% auto 0;
}

.bnrs-wrapper ul li {
    line-height: 1;
}
.bnrs-wrapper ul li .inner {
    background: url(../images/car/box-body.png) repeat-y;
    background-size: contain;
    padding: 0 8.7%;
}

.bnrs-wrapper ul li + li {
    margin-top: 9.6%;
}

.bnrs-wrapper ul li a {
    color: #666464;
    text-decoration: none;
    line-height: 1.6;
    font-size: min(1.3vw, 1.7rem);
}
.bnrs-wrapper ul li a img {
    margin-bottom: 1em;
}
@media print, screen and (max-width: 768px) {
    .contents {
        background-image: url(../sp-images/car/background-02.png);
        background-repeat: no-repeat;
        background-size: 133.7vw auto;
        background-position: left -20.1vw bottom -10vw;
        padding-bottom: 25.7vw;
    }
    .bnrs-wrapper h3 {
        width: 85vw;
        margin: 9.2vw auto 0;
    }
    .bnrs-wrapper ul {
        width: 86vw;
        margin: 5.2vw auto 0;
    }

    .bnrs-wrapper ul li .inner {
        background: url(../images/car/box-body.png) repeat-y;
        background-size: contain;
        padding: 0 2.6vw;
    }

    .bnrs-wrapper ul li + li {
        margin-top: 8.4vw;
    }

    .bnrs-wrapper ul li a {
        font-size: 2.2vw;
    }
}
