section{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.contents h1{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 2em;
}
.contents h2,h3,h4{
    margin: 0;
}
#news{
    background-image: url(/motor/motone/img/top/background_pc.jpg);
}
#instagram{
    background-image: url(/motor/motone/img/top/instagram_motone_pc.jpg);
}
#about{
    background-image: url(/motor/motone/img/top/about_motone_pc.jpg);
}

#street-twin,
#bonneville,
#bonnevillebobber {
    margin: 150px 0;
    background-size: cover;
    background-position: center center;
    height: 700px;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
}
.street-box {
    border: 1px solid #cd192d;
    text-align: center;
    padding: 20px 10px;
    width: 500px;
    max-width: 90%;
    margin: 0 auto 15px;
    transition: 0.7s;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
}
.street-box h2,
.street-box p {
    color: #cd192d;
    font-size: 1.4em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.street-box h2{
    margin-bottom: 7px;
}
.street-box:hover {
    background-color: #cd192d;
    color: #fff;
}
.street-box:hover h2,
.street-box:hover p{
    color: #fff;
}
#street-twin {
    background-image: url(../img/top/street-twin-speed-twin-900.jpg);
}
#bonneville {
    background-image: url(../img/top/bonneville-t120.jpg);
}
#bonnevillebobber {
    background-image: url(../img/top/bonneville-bobber.jpg);
}
#models .flex,
#products .flex{
    flex-wrap: wrap;
    justify-content: space-between;
}
#models .flex .third{
    width: calc( 33.3% - 15px );
    margin-bottom: 30px;
}
#products .flex a{
    width: calc( 100% / 3 );
    text-align: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.products-box {
    height: 20vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    transition: 0.7s all;
    position: relative;
    cursor: pointer;
}
.products-box-item {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.products-box-item h4 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    margin: 10px auto;
}
.back-area:hover .products-box,
.back-area:hover .machine-box {
    transform: scale(1.1, 1.1);
    transition: 0.7s all;
    opacity: 0.8;
}
.models_item {
    border: 1px solid #cd192d;
    text-align: center;
    padding: 20px 30px;
    color: #cd192d;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.7s;
}
.models_item:hover {
    background-color: #cd192d;
    color: #fff;
}
.modal-content a{
    color: #000;
}

@media screen and (max-width: 768px) {
    .contents h1{
        font-size: 1em;
        line-height: 2em;
    }
    #news{
        background-image: url(/motor/motone/img/top/background_sp.jpg);
    }
    #instagram{
        background-image: url(/motor/motone/img/top/instagram_motone_sp.jpg);
    }
    #about{
        background-image: url(/motor/motone/img/top/about_motone_sp.jpg);
    }
    #street-twin,
    #bonneville,
    #bonnevillebobber {
        height: 350px;
        padding: 0;
        margin: 70px 0;
    }
    .street-box {
        padding: 10px;
        max-width: 300px;
    }
    #models .flex,
    #products .flex{
        display: flex;
    }
    #models .flex .third{
        width: calc( 50% - 6px );
        margin: 6px 0;
    }
    .models_item{
        padding: 15px 3px;
        font-size: 1em;
    }
    #products .flex a{
        width: calc( 100% / 2 );
    }
    .products-box {
        height: 50vw;
    }

}