@charset "utf-8";
body {
    -webkit-text-size-adjust: 100%;
  }
#fh5co-wrapper{
    overflow:hidden;
}


@media (min-width:769px){
    .menu-item {
        position:relative;
    }
    .menu-item:before{
        content:"";
        display:block;
        position:absolute;
        top:100%;
        width:100%;
        height: 5rem;
        background-color:#d7000f;
    }
}
@media (max-width:768px){
    .menu-item {
        position:relative;
    }
    .menu-item:before{
        content:"";
        display:block;
        position:absolute;
        top:100%;
        width:100%;
        height: calc((((100vw - 1rem) / 16) * 9) + 2rem);
        background-color:#d7000f;
    }
}

.inner-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.sec-inner > .inner-width{
    padding:5rem 0;
}
.h2Title {
    position: relative;
    padding-top: 1.5rem;
    margin: 0rem 0 3rem 0;
}

.h2Title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 0.5rem;
    width: 5rem;
    background-color: #ff9900;
}
#concept .h2Title:before{
    right:auto;
}

.h2Title .text-en, .h2Title .text-ja {
    display: block;
    font-weight: normal;
}

.h2Title .text-en {
    font-size: 2.5rem;
    font-family: "helcomp",sans-serif;
    /* font-weight: bold; */
    /* letter-spacing: -0.15rem; */
}

.h2Title .text-ja {
    margin-top: 0.75rem;
    font-size: 1rem;
}

.h2Title-block {
    text-align: center;
}

.h2Title-block .h2Title:before {
    right: 0;
    margin: 0 auto;
}

@media (max-width: 1430px) {
    .inner-mid-width {
        padding: 0rem 4rem;
        max-width: none;
    }


    #tireslist .inner-mid-width, #CONTENT .inner-mid-width, #onlinestore .inner-mid-width {
        padding-left: 5rem;
    }
}

@media (max-width: 768px) {
    .inner-mid-width {
        padding: 0 1rem;
        max-width: none;
    }

    .products_news > .news-box {
        padding: 0 3rem;
        padding-right: 1rem;
    }

    #tireslist .inner-mid-width, #CONTENT .inner-mid-width, #onlinestore .inner-mid-width {
        padding-left: 2rem;
    }

    .h2Title-block .h2Title:before {
        margin: 0;
    }

    .h2Title-block {
        text-align: left;
    }
}

/*firstview*/
#firstview .sec-inner {
    padding-right: 4rem;
}

@media (max-width: 768px) {
    #firstview .sec-inner {
        padding-right: 1rem;
    }
}

.first-image{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.interlogo{
    position:absolute;
    top:50%;
    left:50%;
    z-index:1;
    transform: translate(-50%, -50%);
}
.interlogo .image{
    display:block;
}
@media (max-width:480px){
    .interlogo{
        top:auto;
        bottom: -2rem;
        transform: translate(-50%, -0%);
        width: 60%;
    }
}
.breadcrumb{
}
.breadcrumb > div{
    display:flex;
}
.breadcrumb > .inner-mid-width{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
}
.breadcrumb a,
.breadcrumb span{font-size: 1.2rem;}
.breadcrumb a + a,
.breadcrumb a + span{
    display:flex;
    align-items:center;
    margin-left:0.5rem;
}
.breadcrumb a{
    color:#999999;
}
.breadcrumb a + a:before,
.breadcrumb a + span:before{
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-color: transparent transparent transparent #000;
    margin-right:0.5rem;
}
@media (max-width:1200px){
    .breadcrumb > div{
        padding: 0 4rem;
    }
}
@media (max-width: 768px) {
    .breadcrumb > .inner-mid-width{
        padding: 4rem 1rem 2.5rem 1rem;
    }
}
@media (max-width:480px){
    .breadcrumb a,
    .breadcrumb span{
        letter-spacing:-1px;
        font-size:1rem;
    }
}
/*plofile*/
.name{
    font-size:3rem;
    line-height: 1;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.plofile .h2Title:before{
    right:auto;
}
.plofile-image{margin: 0 -4rem;margin-bottom: -2rem;position:absolute;right:0;left: auto;bottom:0;}
.plofile-image img{
    /* margin-bottom: -8rem; */
}
#PROFILE{
        position: relative;
        /* overflow: hidden; */
        /* padding: 8rem 0 20rem 0; */
        /* text-align: center; */
}

#PROFILE{
    background-color: rgba(0,0,0,0.1);
    padding: 5rem 0 2rem 0;
}
#PROFILE .section-text {
    position: absolute;
    top: 0;
    right: -1rem;
    width: 5rem;
    height: 100%;
    background-color: #fff;
    padding: 0 0rem 0 2rem;
    text-align: left;
}
#PROFILE .section-text img{
    width: 1.05rem;
}
.plofile{
    display:flex;
    flex-wrap:wrap;
    margin:0 -0.5rem;
}
.plofile > .flex-item{
    padding:0 0.5rem;
}
.plofile > .plofile_01{
    width:calc((100% / 3) * 2 - 0.01px);
}
.plofile > .plofile_02{
    width:calc((100% / 3) * 1 - 0.01px);
    position: relative;
}

@media (max-width: 1430px) {
    #PROFILE .inner-mid-width{
        padding:5rem 5rem 5rem 4rem;
    }
    .plofile-image{
        margin-bottom: -7rem;
        position:absolute;
        right:0;
        left: auto;
        bottom:0;
    }
}

@media (max-width:768px){
    #PROFILE{
        padding: 0rem 1rem 0 0;
        /* padding-right:1rem; */
        /* padding-bottom: 0; */
        margin-bottom: 5rem;
    }
    #PROFILE .inner-mid-width{
        padding:5rem 1rem 5rem 1rem;
    }
    #PROFILE .section-text {
        width: 1rem;
        right: 0;
        padding: 0 0 0 0.2rem;
    }
    #PROFILE .section-text img{
        width: 100%;
    }
    .plofile-image{
        /* margin-top:4rem; */
        width: 70%;
    }
    .plofile-image{
        margin:0;
        margin-bottom: 6.5rem;
        position:static;
    }
    
    .plofile-image img{
        margin-bottom: -12rem;
    }
    .plofile > .plofile_01,
    .plofile > .plofile_02 {
        width: calc((100% / 1) * 1 - 0.01px);
    }
}


#PDC .h2Title:before{
    right:auto;
}
.pdc-table table{
    width:100%;
    min-width: 1168px;
    border-collapse: collapse;
}
.pdc-table td:nth-child(1){
    width:20%;
    text-align:center;
    background-color:#e5e5e5;
    padding: 0.5rem;
    border-color:#fff;
    font-size: 1rem;
}
.pdc-table td:nth-child(2){
    width:80%;
    border-color:#999999;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.pdc-table tr td{
    border-bottom-style:solid;
    border-bottom-width:2px;
}
@media (max-width:768px){
    .pdc-table table{
        min-width:600px;
    }
    .pdc-table td:nth-child(1){
        width:8%;
    }
    .pdc-table td:nth-child(2){
        width:93%;
    }
}


.dmc-row{
    text-align: center;
    margin-bottom:1rem;
}
.dmc-image{
    max-width:10rem;
}
#DMR {
    position: relative;
    overflow: hidden;
    padding: 5rem 0 0 1rem;
    background-color: #4d4d4d;
    color:#fff;
    margin-top: 2rem;
}

#DMR .section-text {
    position: absolute;
    top: 0;
    left: -1rem;
    width: 5rem;
    height: 100%;
    background-color: #fff;
    padding: 0 0rem 0 2.5rem;
}
#DMR .section-text img{
    width: 1.05rem;
}
#DMR .h2Title{
    text-align:center;
    margin-bottom: 7rem;
}
@media (max-width:768px){
    #DMR .h2Title{
        margin-bottom:5rem
    }
}
.subtitle{
    display:flex;
    border-bottom:1px solid #0085ff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    /* line-height: 1.5; */
}
.subtitle > .date{
    background-color:#0085ff;
    padding:0 0.5rem;
}
.subtitle > .race_name{
    margin-left: 1.5rem;
}
@media (max-width:768px){
    .subtitle{
        flex-wrap:wrap;
        letter-spacing: 0;
    }
    .subtitle > .race_name{
        width:100%;
    }
    .subtitle > .race_name{
        margin-left: 0rem;
        margin-top: 0.25rem;
    }
}

.gallery{
    display:flex;
    flex-wrap:wrap;
    margin:0 -0.5rem;
    margin-top:2rem;
}
.gallery > .flex-item{
    width:calc((100% / 4) * 1 - 0.01px);
    padding:0 0.5rem;
    margin-top:1rem;
}
.dmr-resultpoint{
    margin-top:3rem;
    display: flex;
    justify-content: center;
}

.gallery-image > a{
    display: block;
    width: 100%;
    aspect-ratio: 1242 / 828;
}
.gallery-image > a > img{
    object-fit:cover;
    width:100%;
    height:100%;
}

@media (max-width:768px){
    .circle-wrap{
        margin:0 1rem;
    }
    .gallery > .flex-item{
        width:calc((100% / 2) * 1 - 0.01px);
    }
}
.circle-wrap{
     display:table;
     margin:0 5rem;
}   
.dmr-resultpoint .circle{
    display:table-cell;
    vertical-align:middle;
    width:10rem;
    height:10rem;
    text-align:center;
    background-color: #ff0000;
    border-radius:100%;
    /* margin-left: auto; */
    position:relative;
}
.rank_1st:after{
    content:"";
    display:block;
    position:absolute;
    top: -4%;
    left: -12%;
    width: 124%;
    height: 124%;
    background-image:url("../driver/img/Gekkeiju.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
}
.dmr-resultpoint .circle > span{
    font-size:1.2rem;
    line-height:1;
    display: block;
}
.dmr-resultpoint .circle > span + span,
.dmr-resultpoint .circle > span + span span{
    font-family: 'futura';
    font-size: 3.5rem;
    font-weight: bold;
}
@media (max-width:768px){
    .circle-wrap{
        margin: 0 2rem;
    }
}


.DMS{
    background-color:#e5e5e5;
    color:#000;
    padding: 5rem 0;
    margin-top: 5rem;
}
.DMS .subtitle + .subtitle{
    margin-top:2rem;
}

.DMS .date{
    color:#fff;
    min-width:30%;
}
@media (max-width:768px){
    #DMR{
        padding-left:1rem;
    }
    #DMR .section-text {
        width: 1rem;
        left: 0;
        padding: 0 0 0 0.2rem;
    }
    #DMR .section-text img{
        width: 100%;
    }
}


.spacePc-10 {
    height: 10rem;
    width: 100%;
}
.spacePc-5{
    height: 5rem;
    width: 100%;
}


@media (max-width: 768px) {
    .spacePc-10 {
        height: 5rem;
    }
}






[data-toggle]{
    overflow:hidden;
    transition:height 0.5s ease;
}
.more-button{
    display:
    block;
    text-align:
    center;
    width:230px;
    margin:0 auto;
    padding:1rem;
    background-color:#d7000f;
    border-radius:3rem;
}
.more-button > span{
    font-weight:bold;
    font-size:1.1em;
}
.more-button ~ [data-toggle]{
    margin-top:5rem;
}
.more-button ~ [data-toggle="close"]{
    margin-top:2rem;
}
[data-toggle="open"] + a{
    display:none;
}
[data-toggle="close"]{
    margin-top:0rem;
    margin-bottom: 0rem;
    height:0px !important;
}
/* .more-button ~ [data-toggle="close"]{
    margin-top:0rem;
    margin-bottom: 0rem;
} */




.resize{
    width: 100%;
    position:relative;
    overflow:hidden;
    padding-top:calc((100% / 1242) * 828);
}
.resize > a{
    display:flex;
    justify-content:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.resize img{
    width:auto;
    height:100%;
}