body{
    font-family: 'Shippori Mincho', serif;
    color: #fff !important;
    background-color: #000 !important;
    font-feature-settings: "palt";
    line-height: 2em;
}
img{
    max-width: 100%;
}
section{
    margin: 120px 0;
}
.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
.ex_title {
    width: 80%;
    position: relative;
}
.catch{
    padding: 10px;
    word-break: break-all;
    font-size: 1.2em;
}
h2,
h3 {
    color: #fff !important;
    margin: 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-right: 1em;
    padding-left: 10px;
}
h2{
    font-size: 1.8em;
    margin: 10px 0 15px;
}
h3{
    font-size: 1.2em;
    margin-bottom: 35px;
}
h2::after,
h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: calc(100% - 100%);
    height: 1px;
    background: #ccc;
    transform: translateY(-50%);
}
h2::after {
    width: calc(80vw - 100%);
}
h3::after {
    background: #CC3300;
    width: calc(80vw - 100%);
}
.contents{
    width: 1400px;
    max-width: 100%;
    margin: auto;
    font-family: 'Shippori Mincho', serif;
}
#mainvisual{
    padding-bottom: 60px;
}
.swiper{
    height: auto;
    padding-top: 80px;
}
.swiper-pagination{
    position: static !important;
    margin: 20px 0 20px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.8;
    width: 15px;
    height: 15px;
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active{
    background: #CC3300;
    opacity: 1;
}
.flex{
    justify-content: flex-start;
    gap: 10px;
    margin: 5px 0;
    align-items: baseline;
}
.flex .fourth{
    width: calc((100% - 30px) / 4);
}
.comment{
    background-color: rgba(0,0,0,0.6);
    width: 40%;
    word-break: break-all;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0;
}
.item_box{
    font-size: 0.9em;
    line-height: 1.7em
}
.vote{
    margin: 10px 0;
}
#exterior_main,
#brake_main,
#handle_main,
#suspension_main,
#confort_main,
#other_main,
#usability_main{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80% auto;
    background-color: #000;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
#exterior_main{
    background-image: url(../img/cb1000f-boldor2_01.jpg);
}
#brake{
    margin-top: 60px;
}
#brake_main{
    background-image: url(../img/cb1000f-boldor2_10.jpg);
}
#handle_main{
    background-image: url(../img/cb1000f-boldor2_21.jpg);
}
#suspension_main{
    background-image: url(../img/cb1000f-boldor2_29.jpg);
}
#confort_main{
    background-image: url(../img/cb1000f-boldor2_35.jpg);
}
#usability_main{
    background-image: url(../img/cb1000f-boldor2_39.jpg);
}
#other_main{
    background-image: url(../img/cb1000f-boldor2_47.jpg);
}
.visual{
    opacity: 0;
}
.visualbr{
    margin: 30px 0;
}
footer{
    padding-top: 40px;
    margin-top: 120px;
}
#vote-results h4{
    margin: 0;
    color: #CC3300;
    font-size: 1.3em;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#vote-results .vote_title{
    margin-top: 15px;
}
#vote-bars .row{
    display:flex;
    align-items:center;
    margin:6px 0;
}
#vote-bars .lab{
    min-width: 225px;
    margin-right:8px;
    white-space:nowrap;
}
#vote-bars .barw{
    flex:1;
    background:#eee;
    height:20px;
    border-radius:4px;
}
#vote-bars .bar{
    height:100%;
    background:#CC3300;
    border-radius:4px;
}
#vote-bars .val{
    margin-left:8px;
    font-size:12px;
}
#vote-bars .bar.zero {
    background: transparent; 
}
#vote-text{
    font-size: 1.1em;
}
#vote-text img{
    margin-bottom: 40px;
}
#vote-text table{
    margin: 40px auto 60px;
}
#vote-text table td{
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    section{
        margin: 80px 0;
    }
    h2{
        font-size: 1.6em;
        margin: 15px 0 10px;
    }
    h3{
        margin-bottom: 20px;
    }
    #mainvisual{
        padding-bottom: 40px;
    }
    .swiper{
        padding-top: 50px;
    }
    #exterior_main,
    #brake_main,
    #handle_main,
    #suspension_main,
    #confort_main,
    #other_main,
    #usability_main{
        background-position: center center;
        background-size: cover;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .comment{
        width: 100%;
    }
    .catch{
        font-size: 1.1em;
    }
    .flex .fourth {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin: 1%;
    }
    #thumbs .flex .fourth {
        width: 100%;
        margin: 5px 0;
    }
    #brake{
        margin-top: 30px;
    }
    #vote-bars .lab{
        min-width: 200px;
    }
    #vote-text img{
        margin-bottom: 25px;
    }
    #vote-text table{
        margin: 25px auto 40px;
    }
    #vote-text table td{
        padding: 10px 5px;
        text-align: left;
    }
    footer{
        padding-top: 20px;
        margin-top: 80px;
    }
}