@charset "utf-8"; 

:root{
    --red:#d7000f;
    --yellow:#e8f530
}

p{
    color:inherit;
    font-family:inherit;
    font-size:inherit;
}
/*start 共通*/
html{
    font-size:calc(1000px / 62);
    min-height:0;
}
@media (min-width:1921px){
    html{
        font-size:calc(100vw / 120);
    }   
}
@media (max-width:1000px){
    html{
        font-size:calc(100vw / 62);
    }   
}

@media (max-width:820px){
    html{
        font-size:calc(100vw / 48);
    }
}

@media (max-width:540px){
    html{
        font-size:calc(100vw / 34);
    }
}


@media (min-width:541px){ .show-S { display:none !important; } }
@media (min-width:821px){ .show-MS{ display:none !important; } }
@media (min-width:821px){ .show-M { display:none !important; } }
@media (max-width:540px){ .show-M { display:none !important; } }
@media (max-width:540px){ .show-LM{ display:none !important; } }
@media (max-width:820px){ .show-L { display:none !important; } }


@media (min-width:1500px){ .show-C1 { display:none !important; } }

* {
    box-sizing: border-box;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    font-family:inherit;
}

body {
    color: #000;
    font-family: sans-serif;
    background-color: #000000;
}


a {
    color: inherit;
    text-decoration: none;
}

body,p {
    margin: 0;
    font-size: 1rem;
}

/* @media (max-width:540px){
    body,p {
        font-size: 1rem;
    }
} */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    line-height: 1;
    font-size:inherit;
    color:#fff;
    font-family: sans-serif;
}

img {
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



/*[href]{
    opacity:1;
    transition:opacity 0.3s ease;
}
[href]:hover{
    opacity:0.5;
}*/

[data-smooth]{
    cursor:pointer;
}


.inner-width01{
    padding: 0 1rem;
    max-width:62rem;
    margin:0 auto;
}
.inner-width02{
    padding: 0 1rem;
    max-width:100rem;
    margin:0 auto;
}
.inner-width03{
    padding: 0 1rem;
    max-width:90rem;
    margin:0 auto;
}

.catch{
    margin-top:3rem;
}
.catch h2{
    font-size: 2.2rem;
    font-weight:bold;

}

.catch_split:after{
    content:"";
    display:block;
    width:5rem;
    height:0.25rem;
    background-color:var(--yellow);
    margin:2rem auto;
}

.read p{
    font-family: sans-serif;
}
@media (max-width:540px){
    .catch{
        margin-top:1.5rem;
    }
    .catch h2{
        font-size: 1.75rem;
    }
}




.small{
    font-size:0.8em;
}


.space1{
    height:5rem;
}
.space2{
    height:3rem;
}
.space3{
    height:10rem;
}
.space4{
    height:1.5rem;
}

@media(max-width:540px){
    .space1{
        height:3rem;
    }
    .space2{
        height:2rem;
    }
    .space3{
        height:8rem;
    }
    .space4{
        height:1rem;
    }    
}




.first-image{
    display:block;
    width:100%;
    aspect-ratio:1920 / 1700;
}
.first-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

#first > .sec-inner{
    position:relative;
}
.first_logo{
    position:absolute;
    top:6vw;
    left:4vw;
    width:31.5vw;
    z-index:100;
}
.first_logo img{
    width:100%;
}
@media(max-width:820px){
    .first_logo{
        top:5vw;
        left:4vw;
        width:53.5vw;
    }
    .first-image{
        aspect-ratio:374 / 370;
    }
}




#pergea{
    padding-top:5rem;
    text-align:center;
    background-image:url(../img/pergea_pc.jpg);
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #101015;
    aspect-ratio: 1920 / 1820;
    /* height: 100rem; */
}
#pergea{
    display:flex;
    align-items:center;
}
#pergea .sec-inner{
    transform: translateY(-28vw);
}
#pergea .catch h2{
    font-family: "aotfrpu",serif;
    line-height: 1.3;
    font-weight: normal;
}
#pergea p{
    color:#fff;
    line-height: 2;
    font-size:1rem;
}

@media(max-width:1500px){
    #pergea{
        height: 1430px;
        aspect-ratio: auto;
        background-size: auto 110%;
    }
    #pergea .sec-inner{
        transform: translateY(-75%);
    }
}

@media(max-width:1130px){
    #pergea{
        background-image:url(../img/pergea_sp.jpg);
        background-position:bottom;
        background-size: cover;
        padding-top:1rem;
        aspect-ratio: 820 / 1080;
        height:auto;
    }
    #pergea .sec-inner{
        transform: translateY(-60%);
    }
    
}
@media(max-width:820px){
    #pergea{
        aspect-ratio: auto;
        background-size: auto 64rem;
        display:flex;
        align-items:center;
        background-color: #000;
        padding-top: 4rem;
    }
    #pergea .sec-inner{
        transform: none;
    }
    #pergea .sec-inner:after{
        content:"";
        display:block;
        aspect-ratio: 820 / 730;
    }
}
@media(max-width:540px){
    #pergea{
        /* aspect-ratio: 820 / 2302; */
        background-size: auto 46rem;
        /* padding-top: 4rem; */
    }
    #pergea .sec-inner{
        /* transform:translateY(-56%); */
    }
    #pergea .sec-inner:after{
        content:"";
        display:block;
        aspect-ratio: 540 / 440;
    }
}
@media(min-width:1921px){
    #pergea{
        /* aspect-ratio: 1920 / 1620; */
        height:auto;
    }
}





#intro .section_title h2 span{
    font-size:0.7em;
}
@media (min-width:821px) and (max-width:1500px){
    .main-image{
        margin: 0 1rem;
    }
}
@media (min-width:821px){
    #intro{
        background-image:url(../img/intro_back_pc.jpg);
    }
        #intro{
        background-size:cover;
        background-position:center;
        padding-top:8rem;
        padding-bottom:8rem;
        text-align: right;
    }
    
    #intro .section_title h2{
        color: rgba(0,0,0,0.7);
        font-weight: normal;
        font-size: 4.2rem;
        font-family: "aotfrpu",serif;
    
    }
    #intro .section_catch{
        margin-top:3rem;
    }
    #intro .section_catch h2{
        color:rgba(0,0,0,0.7);
        font-size: 2rem;
        font-weight:bold;
    }
    
    #intro .section_read{
        margin-top: 1.5rem;
    }
    .intro-box{
        display:flex;
        align-items:flex-end;
        justify-content:center;
        margin-top: 10rem;
    }
    .main-image{
        width:70%;
        margin: 0 2rem;
    }
    .tire-image{
        width: 16%;
    }
    .damper-image{
        width: 11%;
    }
}

@media (max-width:820px){
    #intro{
        background-image:url(../img/intro_back_sp.jpg);
        background-position:top;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #fff;
        padding-top:5rem;
    }
    #intro .section_title h2{
        color:rgba(255,255,255,0.7);
        font-weight:bold;
        font-size:4rem;
        font-family: "aotfrpu",serif;
        text-align:center;
    }

    #intro .section_catch{
        margin-top:80%;
    }
    #intro .section_catch h2{
        color:#000;
        font-size: 2rem;
        font-weight:bold;
        text-align:center;
    }
    
    #intro .section_read{
        text-align:center;
        margin-top:1.5rem;
    }
    #intro .section_read p{
        font-size:1rem;
    }
    .intro-box{
        display:flex;
        flex-wrap:wrap;
        margin-top: 3rem;
        padding-bottom: 3rem;
    }
    .intro-box .main-image{
        order:1;
    }
    .intro-box .tiredamper-image{
        order:2;
        padding:0 2rem;
    }
    
}

@media (max-width:540px){
    #intro .section_title h2{
        font-size: 3rem;
    }
    #intro .section_catch{
        margin-top:75%;
    }
    #intro .section_catch h2{
        font-size: 2rem;
    }
    
}






#tuningpoint{
    position:relative;
    background-color:#272429;
}
#tuningpoint .sec-inner{
    position:relative;
    z-index:1000;
}
#tuningpoint:before{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    opacity:0.35;
    content:"";
    display:block;
    width:100%;
    aspect-ratio:1920 / 728;
    background-size:cover;
    background-position:center;
}

#tuningpoint p{
    color:#fff;
}


#tuningpoint .section_title h3{
    color: rgba(255,255,255,0.7);
    font-weight: normal;
    font-size: 4.2rem;
    font-family: "aotfrpu",serif;

}
#tuningpoint .image-row{
    margin-top:10rem;
    text-align: center;
}
#tuningpoint .section_catch h2{
    font-size: 2rem;
    font-weight:bold;
    line-height: 1.3;
}
#tuningpoint .section_read{
    margin-top:1.5rem;
}

@media (min-width:821px){
    #tuningpoint:before{
        background-image:url(../img/turningpoint_back_pc.jpg);
    }
    #tuningpoint{
        padding-top:8rem;
        padding-bottom:8rem;
    }
    #tuningpoint .section_catch{
        margin-top:3rem;
    }
    #tuningpoint .catch,
    #tuningpoint .read{
        text-align:center;
    }
}
@media (max-width:820px){
    #tuningpoint{
        padding-bottom:8rem;
    }
    #tuningpoint:before{
        background-image:url(../img/turningpoint_back_sp.jpg);
        aspect-ratio:820 / 530;
    }
    #tuningpoint .section_title h3{
        font-size: 3.5rem;
        color:rgba(255,255,255,0.7);
        text-align:center;
        aspect-ratio:820 / 530;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    #tuningpoint .section_catch{
        text-align:center;
    }
    #tuningpoint .image-row{
        margin-top:6rem;
    }
    #tuningpoint .section_read{
        margin-top:1.5rem;
        text-align:center;
    }
    #tuningpoint .section_read p{
        font-size:1rem;
    }
    #tuningpoint .catch_split:after{
        margin-left:0;
        width: 8rem;
        height: 0.5rem;
    }
}
@media (max-width:540px){
    #tuningpoint{
        padding-bottom:5rem;
    }
    #tuningpoint .section_title h3{
        font-size:3rem;
    }
    #tuningpoint .section_catch h2{
        font-size: 2rem;
    }
    #tuningpoint .catch{
        padding-left: 2rem;
    }
    #tuningpoint .read{
        padding-left: 2rem;
    }
}

/* #tuningpoint .section_title h3{
    font-size:4.167vw;
}
#tuningpoint .section_catch h2{
    font-size:2.1vw;
}
#tuningpoint .section_read p{
    font-size:0.75vw;
} */







#driver{
    position:relative;
    background-color:#fff;
    /* padding-top:8rem; */
    padding-bottom:8rem;
}
#driver .driver-box{
    background-position:top right;
    background-repeat:no-repeat;
}
#driver .sec-inner{
    position:relative;
    z-index:1000;
    margin-top: 8rem;
}

#driver .section_title h2{
    font-family: "aotfrpu",serif;
    font-size: 4.2rem;
    font-weight: normal;
    color: #000;
    position: relative;

}
#driver .section_catch h2 span,
#driver .section_title h2 span{
    color:var(--red);
}
#driver .section_catch h2 span:before,
#driver .section_title h2 span:before{
    content:'“';
}
#driver .section_catch h2 span:after,
#driver .section_title h2 span:after{
    content:'”';
}
#driver .section_catch h2 span:before,
#driver .section_catch h2 span:after,
#driver .section_title h2 span:before,
#driver .section_title h2 span:after{
    color:#000;
    font-family:serif;
}

#driver .section_catch h2{
    font-size: 2rem;
    font-weight: bold;
    color:#000;
    position:relative;
}
#driver .section_read{
    margin-top:1.5rem;
    position:relative;
}

.driver_image-box{
    position:relative;
    overflow: visible;
    width: 100%;
    aspect-ratio:1060 / 707;
}
.driver-image{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:10;
}
.driver-comment{
    width: 100%;
    background-color:var(--red);
    color:#fff;
}
.driver-comment:before{
        content:"";
        display:block;
        aspect-ratio:1060 / 707;
}
.driver-comment p{
    padding:1rem;
    padding-left: 2rem;
}



.driver_text-box .name{
    color:#000;
    font-weight:bold;
    font-size:2rem;
    line-height:1;
}
.driver_text-box .name.en{
    font-size:1.5rem;
    margin-top:0.5rem;
}
.driver_text-wrap .read{
    margin-top:2rem;
}


@media (min-width:821px){
    .driver01{
        display:flex;
        justify-content: space-between;
        overflow: visible;
    }
    .driver01 .driver_image-box{
        width: 70%;
    }
    .driver01 .driver-comment{
        transform: translate(2rem,5rem);
    }

    .driver01 .driver-comment p{
        margin-top: -5rem;
    }
    .driver01 .driver_text-wrap{
        max-width: 30rem;
        padding: 0 1rem;
    }
    .driver01 .driver_text-box{
        padding-left: 2.5rem;
        display: flex;
        align-items: center;
    }



    .driver02 .driver-image{
        transform: translate(2rem,-5rem);
    }
    .driver02 .driver-comment p{
        margin-top:-5rem;
    }
    .driver02 .name-box{
        margin-right:3rem;
        min-width: 12rem;
    }
    .driver02 .driver_text-box{
        margin-top:1rem;
    }
    .driver02 .driver_text-wrap{
        display:flex;
        /* flex-wrap: wrap; */
    }
    .driver02 .driver_text-wrap .read{
        margin-top: 3rem;
    }

    .driver03{
        margin-right:2rem;
    }
    .driver03 .driver-comment{
        transform: translate(2rem,-5rem);
    }
    .driver03 .driver-comment p{
        margin-bottom:-5rem;
    }
    .driver03 .name-box{
        margin-right:3rem;
        min-width: 12rem;
    }
    .driver03 .driver_text-box{
        margin-top: 1rem;
    }
    .driver03 .driver_text-wrap{
        display:flex;
        /* flex-wrap: wrap; */
    }
    .driver03 .driver_text-wrap .read{
        margin-top: 3rem;
        /* transform:translateX(3rem); */
        /* max-width: 26rem; */
    }
    .driver03 .driver-comment:before{
        content:none;
    }
    .driver03 .driver-comment:after{
        content:"";
        display:block;
        aspect-ratio:1060 / 707;
    }

    .driver-wrap{
        margin-top:15rem;
        display: flex;
        justify-content:space-between;
    }
    .driver-wrap .driver-row{
        width: 45%;
    }
}


    @media (max-width:1625px){
            .driver02 .driver_text-wrap{
                flex-wrap: wrap;
            }
            .driver03 .driver_text-wrap{
                flex-wrap: wrap;
            }
    }

@media (min-width:1101px){
    #driver .driver-box{
            padding-top: 7rem;
            padding-bottom: 8rem;
    }
    #driver .section_catch h2{
        margin-top: 3rem;
    }
    #driver .driver-box{
        position:relative;
        height: 35.25rem;
    }
    #driver .driver-box{
        background-image:url(../img/driver_back_pc.jpg?2);
        background-position: right bottom;
        background-size: 105.625rem;
    }   
    #driver .driver-box:before{
        content:"";
        display:block;
        width: 70%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }
}
@media (min-width:1101px) and (max-width:1640px){
    #driver .driver-box{
        height: 675px;
    }
    #driver .driver-box{
        height: 590px;
        background-size: 1480px;
        background-position: top right 0%;
    }
        #driver .driver-box:before{
            width: 85%;
        }
}
/* @media (min-width:1101px) and (max-width:1450px){
    #driver .driver-box{
        height: 590px;
        background-size: 1480px;
        background-position: top right 24%;
    }
        #driver .driver-box:before{
            width: 85%;
        }
}
@media (min-width:1101px) and (max-width:1350px){
    #driver .driver-box{
        height: 590px;
        background-size: 1480px;
        background-position: top right 24%;
    }
        #driver .driver-box:before{
            width: 85%;
        }
} */
@media (max-width:1100px){
    #driver .section_title{
        background-image:url(../img/driver_back_sp.jpg);
        background-repeat:no-repeat;
        background-position: bottom center;
        background-size: 100%;
        background-color: #fcfcfe;
        padding-top: 12rem;
        padding-bottom: calc(100% - 12rem);
    }
    #driver .section_title h2{
        text-align:center;
    }
    #driver .section_title h2 span{
        display:block;
        margin-top:1.5rem;
        font-size:5rem;
    }
    #driver .section_catch h2{
        margin-top:5rem;
        text-align:center;
    }
    #driver .section_catch h2 span{
        margin-top:0.5rem;
        display:block;
    }
    #driver .section_read{
        text-align:center;
    }
}

@media (min-width:821px){
    .name-box:before{
        content:attr(data-text);
        display:inline-block;
        background-color:var(--yellow);
        font-weight:bold;
        font-size: 1.25rem;
        padding:0.75rem 1rem;
        line-height:1;
        margin-bottom:1.5rem;
    }
}
@media (max-width:820px){
    #driver .section_title h2{
        font-size: 3.5rem;
    }
    .driver01 .driver_image-box{
        margin-top:0rem;
    }
    .driver_image-box{
        margin-top:10rem;
    }

    .driver_image-box:before{
        content:attr(data-text);
        display:inline-block;
        background-color:var(--yellow);
        font-weight:bold;
        font-size: 1.25rem;
        padding:0.75rem 1rem;
        line-height:1;
        position:relative;
        z-index:1000;
        /* margin-top: -1rem; */
        transform: translateY(-50%);
    }
    
    .driver_image-box .driver-image{
        margin-left:-1rem;
        /* margin-top:-2rem; */
    }
    .driver_image-box .driver-comment{
        width: calc(100% + 1rem);
    }
    .driver_image-box .driver-comment p{
        margin-top: -3rem;
    }
    .name-box{
        margin-top:2rem;
    }
}
@media (max-width:540px){
    #driver .section_title{
        padding-top: 5rem;
        padding-bottom: calc(100% - 7rem);
    }
    #driver .section_title h2{
        font-size: 2.5rem;
    }
    #driver .section_title h2 span{
        font-size: 3.5rem;
    }
}


    
#product{
    padding:8rem 0;
    background-color:#222222;
}

.product_name{
    color:#fff;
    font-family: 'Roboto';
    font-size: 2.5rem;
    font-weight:bold;
    max-width:37.2rem;
    margin:0 auto;
    margin-top: 2rem;
    text-align: center;
    line-height: 1;
}

.spec_title{
    color:#fff;
    font-family: sans-serif;
    font-size: 1.7rem;
    /* font-weight:bold; */
    max-width:37.2rem;
    margin:0 auto;
    margin-top: 2rem;
    text-align: center;
    line-height: 1;
}
.table_layout{
    color:#fff;
    /* max-width:37.2rem; */
    margin:0 auto;
}

.sw_pagination{
        text-align:center;
        margin-bottom:2rem;
    }
.productSwiper-row .swiper-pagination-bullet{
    background-color:#fff;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.75rem !important;
    opacity:1;
}
.productSwiper-row .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
    background-color:var(--red);
}

@media (max-width:820px){
    .productSwiper-row{
        max-width:85%;
        margin:auto;
    }
    .product_name{
        line-height:1.5;
        text-align: left;
    }
    .table_layout{
        margin-top:1rem;
        font-size:1.3rem;
    }
}



.table_layout-row{
    text-align: center;
}
.table_layout-wrap{
    display: inline-block;
    text-align: left;
}
.table_layout{
    margin-top: 1rem;
}

.table_layout .tr{
    border:2px solid #aaa;
}


.table_layout .td_01:before,
.table_layout .td_02:before,
.table_layout .td_03:before,
.table_layout .td_04:before,
.table_layout .td_05:before{
    display:block;
    padding:0.25rem 0.5rem;
    font-weight:bold;
    color:#000;
    background-color:#aaa;
}
.table_layout .td_01 > div,
.table_layout .td_02 > div,
.table_layout .td_03 > div,
.table_layout .td_04 > div,
.table_layout .td_05 > div{
    display:block;
    padding:0.5rem 1rem;
}

@media (min-width:821px){

    .table_layout{
        display:table;
        border-collapse:collapse;
    }
    .table_layout .tr{
        display:table-row;
    }
    
    .table_layout .td_01,
    .table_layout .td_02,
    .table_layout .td_03,
    .table_layout .td_04,
    .table_layout .td_05{
        display:table-cell;
    }

    .table_layout .td_01:before,
    .table_layout .td_02:before,
    .table_layout .td_03:before,
    .table_layout .td_04:before,
    .table_layout .td_05:before{
        text-align:center;
    }
    
    .table_layout .td_02 > div,
    .table_layout .td_03 > div,
    .table_layout .td_04 > div,
    .table_layout .td_05 > div{
        text-align:center;
    }

    /* .spec_table .td_01{
        border-right:1px solid #fff;
    } */
}

@media (max-width:820px){
    .table_layout-wrap{
        width:100%;
    }
    .product_name{
        margin-top: 3.5rem;
        max-width: none;
        line-height: 1.3;
    }
    .table_layout .tr{
        display:flex;
        flex-wrap:wrap;
    }
    .table_layout .tr + .tr{
        margin-top: 2.5rem;
    }

    .table_layout .td_01{
        width:100%;
    }
    .table_layout .td_02{
        width:50%;
    }
    .table_layout .td_03{
        width:50%;
    }
    .table_layout .td_04{
        width:50%;
    }
    .table_layout .td_05{
        width:50%;
    }
    .price_table > .tr > div{
        padding-bottom:0.75rem;
    }


    /* .spec_table .td_01{
        width:100%;
    }
    .spec_table .td_02{
        width:55%;
    }
    .spec_table .td_03{
        width:45%;
    }

    .spec_table{
        width:100%;
    } */
}

.on_price{
    /* max-width: 58.5rem; */
    /* margin:0 auto; */
}
.set{
    font-size: 1rem;
    color:#fff;
    /* font-weight:bold; */
    margin-top: 1.5rem;
}
.note{
    color:#fff;
    margin-top:1rem;
}





.table-resposive{
    text-align:center;
}
.js-scrollable{
    display:inline-block;
}
.spec_table {
    color:#fff;
    border:1px solid #fff;
    margin-top:1rem;
    /* min-width:30rem; */
}
.spec_table th:first-child,
.spec_table td:first-child{
    text-align:left;
}
.spec_table th + th,
.spec_table td + td{
    border-left:1px solid #fff;
}

.spec_table th{
    background-color:#aaa;
    color:#000;
    padding:0.25rem 0.5rem;
}
.spec_table td{
    padding:0.25rem 1rem;
}
.spec_table td span{
    display: inline-block;
}
.spec_table tr + tr{
    border-top:1px solid #fff;
}









.link-row{
    margin-top: 5rem;
    text-align:center;
}
.link-row a{
    display:inline-block;
    padding:1rem 5rem;
    background-color:#e8f530;
    color: #000;
    font-size: 2.2rem;
    font-weight:bold;
    border-radius:10rem;
    box-shadow:0.4rem 0.4rem 0.95rem rgba(0,0,0,1);
}
.link-row a:hover{
    color:#000 !important;
    background-color:#abb51c;
}


@media (max-width:820px){
    .link-row{
        margin-top: 3rem;
    }
}