@charset "UTF-8";

.fw#vector4seasons .hero .pageTitle {
    font-size: 44px;
}

.fw#vector4seasons .hero .pageSubTitle {
    padding: 0 65px;
    text-align: left;
}

.fw#vector4seasons .hero .pageSubTitle:before {
    content: none;
}

.fw#vector4seasons .hero .pageSubTitle:after {
    width: 420px;
    bottom: -150px;
}
.fw#vector4seasons .hero #localnavi ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fw#vector4seasons .hero #localnavi ul li a small + span{
    min-height: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.fw#vector4seasons .hero #localnavi ul li:first-child a .bg {
    border-left: none;
}

.fw#vector4seasons .hero #localnavi ul li:last-child a .bg {
    border-right: none;
}

.fw#vector4seasons .hero .balloon {
    background-color: #247755;
    color: #ffDE00;
    font-family: "NotoSansCJKjp-Bold";
    opacity: 1;
    width: 170px;
    opacity: 0.95;
}

.fw#vector4seasons .hero .balloon:before {
    border-top-color: #247755;
}

.fw#vector4seasons #about{
    background-image: linear-gradient( -49deg, rgb(0,72,144) 0%, rgb(0,109,187) 100%);
    position: relative;
    padding-top: 75px;
    padding-bottom: 100px;
    margin-bottom: 40px;
}
.fw#vector4seasons #about:before{
    content: "";
    display: block;
    position: absolute;
    left: 73px;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(/special/vector/common/images/home/about_bg_logo.svg) no-repeat 0 0;
    background-size: auto 100%;
    opacity: 0.05;

}
.fw#vector4seasons #about:after{
    content: "";
    display: block;
    pointer-events: none;
    visibility: inherit;
    background-color: rgb(0 41 119 / 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
}
.fw#vector4seasons #about .sectionInner{
    z-index: 1;
}
.fw#vector4seasons #about .aboutTitle{
    font-size: 40px;
    color: #ffde00;
    font-family: "NotoSansCJKjp-Bold";
    text-align: center;
    line-height: 130%;
}
.fw#vector4seasons #about .aboutLead{
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    line-height: 160%;
}
.fw#vector4seasons #about .aboutIntro{
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}
.fw#vector4seasons #about .aboutIntro li{
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.fw#vector4seasons #about .head{
    display: flex;
}
.fw#vector4seasons #about .head .ttl{
    background-color: #002977;
    text-align: center;
    padding: 30px 0;
    width: 240px;
    height: 240px;
}
.fw#vector4seasons #about .head .ttl .icon{
    width: auto;
    height: 100px;
    margin-bottom: 23px;
}
.fw#vector4seasons #about .head .ttl .txt{
    font-size: 20px;
    color: #ffde00;
    letter-spacing: 0em;
    line-height: 160%;
}
.fw#vector4seasons #about .head .img{
    flex: 1;
    background-position: 50%;
    background-size: cover;
}
.fw#vector4seasons #about .body{
    background-color: #fff;
    color: #002977;
    padding: 30px;
    font-size: 16px;
    height: 123px;
    display: flex;
    align-items: center;
    position: relative;
}
.fw#vector4seasons #about .body:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #002977 transparent;
    left: 0;
    top: 0;
    left: -20px;
    top: -5px;
    transform: rotate(-45deg);
}
.fw#vector4seasons #about .body p{
    letter-spacing: 0;
}
.fw#vector4seasons .bnrArea{
    margin-bottom: 40px;
    text-align: center;
}
.fw#vector4seasons .bnrArea .bnrInner{
    max-width: 1040px;
    margin-inline: auto;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.fw#vector4seasons .bnrArea * {
    letter-spacing: 0;
}
.fw#vector4seasons .bnrArea .bnrAreaTtl{
    color: #00529b;
    font-size: 54px;
    line-height: 125%;
    font-family: "NotoSansCJKjp-Bold";
    padding-top: 20px;
    padding-bottom: 80px;
    letter-spacing: -0.03em;
}
.fw#vector4seasons .bnrArea .bnrAreaTtl .small{
    font-size: 36px;
    line-height: 150%;
    display: inline-block;
}
.fw#vector4seasons .bnrArea .leadTxt{
    transform: translateY(-40%);
    text-align: left;
}
.fw#vector4seasons .bnrArea .leadTxt .leadLabel{
    width: auto;
    display: inline-block;
    font-size: 34px;
    text-align: left;
    line-height: 65px;
    font-family: "NotoSansCJKjp-Bold";
    padding-left: 28px;
    margin-bottom: 5px;
    padding-right: 70px;
}
.fw#vector4seasons .bnrArea .leadTxt .leadLabel span{
    letter-spacing: -0.05em;
}
.fw#vector4seasons .bnrArea .leadTxt .leadLabel:before{
    height: 65px;
    transform: skewX(-25deg);
}
.fw#vector4seasons .bnrArea .lead{
    color: #fff;
    font-size: 24px;
    line-height: 165%;
    padding-bottom: 30px;
    margin-top: -8px;
}
.fw#vector4seasons .bnrArea .lead b{
    color: #ffde00;
}
.fw#vector4seasons .bnrArea .products{
    padding-inline: 40px;
    display: grid;
    gap: 55px;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
}
.fw#vector4seasons .bnrArea .products li{
    position: relative;
    padding-top: 34px;
}
.fw#vector4seasons .bnrArea .products li:before,
.fw#vector4seasons .bnrArea .products li::after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
}
.fw#vector4seasons .bnrArea .products li:before{
    top: 0;
    border-bottom: none;
}
.fw#vector4seasons .bnrArea .products li:after{
    bottom: -2px;
    border-top: none;
}
.fw#vector4seasons .bnrArea .products .logo img{
    height: 94px;
    width: auto;
    padding-right: 16px;
}
.fw#vector4seasons .bnrArea .products .tire{
    position: relative;
    display: inline-block;
}
.fw#vector4seasons .bnrArea .products .tire.new:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 5px;
    top: -10px;
    background: url(/special/vector/common/images/icon/icon_new.png) no-repeat 50%;
    background-size: cover;
}
.fw#vector4seasons .bnrArea .products .tire img{
    height: 210px;
    width: auto;
    position: relative;
    z-index: 1;
}
.fw#vector4seasons .bnrArea .btn{
    position: absolute;
    z-index: 1;
    right: -3px;
    bottom: 0;
    color: #333;
    z-index: 1;
    width: 246px;
    transform: translateY(45%);

}
.fw#vector4seasons .bnrArea .btn:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 9.063px 4.226px 14.94px 3.06px rgba(0, 0, 0, 0.2);
    transform: skew(-15deg);
    background-color: #fff;
}
.fw#vector4seasons .bnrArea .btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    top: 50%;
    right: 25px;
    margin-top: -4.242px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fw#vector4seasons .bnrArea .btn span{
    display: inline-block;
    line-height: 53px;
    font-family: "NotoSansCJKjp-Bold";
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-right: 25px;
}
.fw#vector4seasons .bnrArea .seriesWrap{
    background-image: linear-gradient( 131deg, rgb(0,109,187) 0%, rgb(0,72,144) 100%);
}
.fw#vector4seasons .bnrArea .premium{
    position: relative;
}
.fw#vector4seasons .bnrArea .premium:before{
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 120px) 100%, 0 100%);
    background-color: #002a7773;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fw#vector4seasons .bnrArea .standard{
}
.fw#vector4seasons .bnrArea .bnrLabel{
    background-color: #ffde00;
    color: #004991;
    font-size: 34px;
}


  
.vectorCV ul li:last-child {
    width: 500px;
}

.vectorCV ul li:first-child a, .vectorCV ul li:last-child a {
    font-size: 22px;
}

.vectorCV ul li.iconDownload a span {
    background: none;
    padding-left: 0;
}



.fw#vector4seasons #tire02 ul li p {
    left: 200px;
}

.fw#vector4seasons #tire02 ul li:first-child p {
    top: 155px;
}



.fw#vector4seasons #tire02 ul li:last-child p, .fw#vector4seasons #tire02 ul li:last-child .bnrTitle {
    color: #fff;
}

@media only screen and (max-width: 767px) {


    .fw#vector4seasons .hero #localnavi ul li a small + span{
        min-height: inherit;
    }
    .fw#vector4seasons .hero .pageTitle {
        font-size: 5.85vw;
        line-height: 1.5;
    }

    .fw#vector4seasons .hero .pageSubTitle {
        font-size: 3.75vw;
        line-height: 1.5;
        padding: 15px 25px 20px;
    }

    .fw#vector4seasons .hero .pageSubTitle:after {
        width: 106px;
        bottom: 0;
        background-size: contain;
    }

    .fw#vector4seasons .hero #localnavi ul li:nth-child(7) {
        width: 100%;
        border-top: 1px solid #fff;
    }

    .fw#vector4seasons .hero #localnavi ul li:nth-child(7) a {
        padding-left: 50% !important;
        justify-content: left;
    }

    .fw#vector4seasons .hero #localnavi ul li:last-child a .bg {
        transform: none;
    }

    .fw#vector4seasons .hero .balloon {
        margin-left: 0;
        left: 9%;
        width: 35%;
        top: 50%;
        transform: translateY(-50%);
    }

    .fw#vector4seasons .hero .balloon:before {
        border: 6px solid transparent;
        border-left: 6px solid #247755;
        left: 100%;
        margin-left: 0;
        top: 50%;
        margin-top: -7px;
    }

    .fw#vector4seasons #about{
        margin-bottom: 20px;
        padding-top: 38px;
    }
    .fw#vector4seasons #about:after{
        width: 115px;
    }
    .fw#vector4seasons #about:before{
        left: 10px;
        top: 15px;
        background-size: 80px auto;
    }
    .fw#vector4seasons #about .aboutTitle{
        font-size: 30px;
    }
    .fw#vector4seasons #about .aboutIntro{
        gap:15px;
    }
    .fw#vector4seasons #about .head .ttl{
        width: 175px;
        height: 140px;
        padding: 10px 0 0;
    }
    .fw#vector4seasons #about .aboutLead{
        font-size: 16px;
        text-align: left;
    }
    .fw#vector4seasons #about .head .ttl .txt{
        font-size: 15px;
    }
    .fw#vector4seasons #about .head .ttl .icon{
        height: 58px;
        margin-bottom: 15px;
    }
    .fw#vector4seasons #about .body{
        font-size: 14px;
        height: auto;
        padding: 20px 15px 15px 20px;
    }
    .fw#vector4seasons #about .aboutIntro{
        grid-template: 1fr / 1fr;
        margin-top: 20px;
    }
    .fw#vector4seasons #about .leadBox{
        width: auto;
    }


    .fw#vector4seasons .bnrArea .bnrInner{
        padding-inline: 25px;
        padding-bottom: 85px;
    }
    .fw#vector4seasons .bnrArea .bnrAreaTtl{
        font-size: 36px;
        padding-bottom: 50px;
    }
    .fw#vector4seasons .bnrArea .bnrAreaTtl .small{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .fw#vector4seasons .bnrArea .leadTxt .leadLabel{
        font-size: 20px;
        line-height: 36px;
        padding-left: 12px;
        padding-right: 28px;
        left: -25px;
    }
    .fw#vector4seasons .bnrArea .leadTxt .leadLabel:before{
        left: -17%;
    }
    .fw#vector4seasons .bnrArea .lead{
        font-size: 18px;
        text-align: left;
        padding-bottom: 20px;
        right: 2px;
    }
    .fw#vector4seasons .bnrArea .btn:before{
        width: 8px;
        height: 8px;
    }
    .fw#vector4seasons .bnrArea .btn{
        width: 188px;
    }
    .fw#vector4seasons .bnrArea .btn span{
        font-size: 13px;
        line-height: 35px;
        padding-right: 14px;
    }
    .fw#vector4seasons .bnrArea .products{
        grid-template: none;
        padding-inline: 0;
        gap: 45px;
    }
    .fw#vector4seasons .bnrArea .products li{
        padding-top: 25px;
    }
    .fw#vector4seasons .bnrArea .products li:before, .fw#vector4seasons .bnrArea .products li::after{
        height: 20px;
    }
    .fw#vector4seasons .bnrArea .products .logo img{
        height: 70px;
    }
    .fw#vector4seasons .bnrArea .products .tire img{
        height: 150px;
    }
    .fw#vector4seasons .bnrArea .products .tire.new:before{
        width: 43px;
        height: 43px;
    }
    .fw#vector4seasons .bnrArea .premium:before{
        clip-path: polygon(0 0, 100% 0, 100% 65%, calc(100% - 70px) 100%, 0 100%);
    }

    .vectorCV ul li, .vectorCV ul li:last-child {
        display: block;
        width: 100%;
    }

    .vectorCV ul li:last-child {
        margin-top: 10px;
    }

    .vectorCV ul li:first-child a, .vectorCV ul li:last-child a {
        font-size: 15px;
    }

    .vectorCV ul li:last-child a {
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .vectorCV ul li a:before {
        transform: none;
    }

    .fw#vector4seasons .bnrInner a {
        width: auto;
    }

    .fw#vector4seasons .bnrInner p {
        font-size: 3.5vw;
    }

    .fw#vector4seasons .bnrInner a:first-child p {
        text-shadow: 1px 1px 0 #005ca7 , -1px 1px 0 #005ca7 , 1px -1px 0 #005ca7 , -1px -1px 0 #005ca7 ;
        top: calc(150/750*100vw);
        left: calc(50/750*100vw);
    }

    .fw#vector4seasons .bnrInner a:nth-child(2) p {
        text-shadow: 1px 1px 0 #fff326, -1px 1px 0 #fff326, 1px -1px 0 #fff326, -1px -1px 0 #fff326;
        top: calc(150/750*100vw);
        left: calc(50/750*100vw);
    }

    .fw#vector4seasons .bnrInner a:last-child p {
        text-shadow: 1px 1px 0 #2d9d6f, -1px 1px 0 #2d9d6f, 1px -1px 0 #2d9d6f, -1px -1px 0 #2d9d6f;
        top: calc(150/750*100vw);
        left: calc(50/750*100vw);
    }

    .fw#vector4seasons #tire01:before {
        background-image: url(/special/vector/common/images/common/bg_tire_sp.jpg);
        background-size: 100% auto;
    }

    .fw#vector4seasons #tire02 ul li p {
        left: calc(50/750*100vw);
        padding-bottom: 10px;
    }
    
    .fw#vector4seasons #tire02 ul li:first-child p, .fw#vector4seasons #tire02 ul li:last-child p {
        top: calc(230/770*100%);
    }

    .fw#vector4seasons #tire02 ul li:last-child p {
        border-color: rgba(255, 255, 255, .5);
    }

    .fw#vector4seasons #tire02 ul li .bnrTitle {
        top: calc(440/770*100%);
    }

    .fw#vector4seasons #tire02 ul li .bnrBtn {
        bottom: calc(65/770*100%);
    }
}