@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";


@font-face {
    font-family: "FontAwesome";
    src: url('../webfonts/fontawesome-webfont.eot');
    src: url('../webfonts/fontawesome-webfont.eot?#iefix') format('eot'),
    url('../webfonts/fontawesome-webfont.woff') format('woff'),
    url('../webfonts/fontawesome-webfont.woff2') format('woff2'),
    url('../webfonts/fontawesome-webfont.ttf') format('truetype'),
    url('../webfonts/fontawesome-webfont.svg') format('svg');
}

@font-face {
    font-family: 'volvo';
    src: url('../webfonts/VolvoBroad.eot?#iefix') format("embedded-opentype"),
    url("../webfonts/VolvoBroad.woff") format("woff"),
    url("../webfonts/VolvoBroad.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Broad Small';
    src: url('../webfonts/VolvoBroadSmallWeb.eot');
    src: url('../webfonts/VolvoBroadSmallWeb.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoBroadSmallWeb.woff') format("woff"),
    url('../webfonts/VolvoBroadSmallWeb.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Bold';
    src: url('../webfonts/VolvoSansWeb-Bold.eot');
    src: url('../webfonts/VolvoSansWeb-Bold.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Bold.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Bold.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Medium';
    src: url('../webfonts/VolvoSansWeb-Medium.eot');
    src: url('../webfonts/VolvoSansWeb-Medium.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Medium.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Medium.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Volvo Sans Regular';
    src: url('../webfonts/VolvoSansWeb-Regular.eot');
    src: url('../webfonts/VolvoSansWeb-Regular.eot?#iefix') format("embedded-opentype"),
    url('../webfonts/VolvoSansWeb-Regular.woff') format("woff"),
    url('../webfonts/VolvoSansWeb-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}




/* 初期設定 */

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    line-height: 2.0;
    color: #333;
    font-family: Volvo Sans Regular, Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kuku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
}

img {
    border: none;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 2.0;
}

h1{
    font-size: 40px;
    font-size: 4.0rem;        
}


h2 {
    font-size: 35px;
    font-size: 3.5rem;
}

h3 {
    font-size: 29px;
    font-size: 2.9rem;
}

h4 {
    font-size: 23px;
    font-size: 2.3rem;
}

a {
    color: #333;

}



address {
    font-style: normal;
    color: #333;
}




.content {
    font-family: Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    padding: 4% 0;
    line-height: 2.0;
    font-size: 16px;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.content.top-none {
    padding-top: 0;
}

.content.btm-none {
    padding-bottom: 0;
}

.content.top-p80 {
    padding-top: 8%;
}

.contentBwn {
    color: #fff;
    background: #404248;
}

.contentGry {
    background-color: #ececec;
}



/* limit */

.limit {
    max-width: 960px;
    margin: 0 auto;
}


.limit1280 {
    max-width: 1280px;
    margin: 0 auto;
}


.limit1440 {
    max-width: 1440px;
    margin: 0 auto;
}


.align-c {
    text-align: center;
}


.align-l {
    text-align: left;
}


.align-r {
    text-align: right;
}




/* btn */

.btn {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 5% auto;
}

.btn a {
    max-width: 60%;
    display: block;
    padding: 0.9em 2em;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    transition-duration:0.6s;
}

.btn a:hover {
    background-color: #fff;
    color: #000;
    
}



.btn-model {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 5% auto;
}

.btn-model a {
    max-width: 100%;
    display: block;
    padding: 0.9em 2em;
    border: solid 1px #000;
    color: #000;
    margin: 0 auto;
    text-decoration: none;
    transition-duration:0.6s;
}

.btn-model a:hover{
    background-color: #000;
    color: #fff;
    
}




.btn-wht {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 5% auto;
}

.btn-wht a {
    max-width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 0.6em 2em;
    color: #fff;
    border: solid #fff 1px;
    margin: 0 auto;
    text-decoration: none;
    transition-duration:0.6s;
}

.btn-wht a:hover {
    background-color: #000;
    color: #fff;
    border: solid #404248 1px;
    
}


.btn-a:before{
    font-family: "FontAwesome";
    content:"\f105";
    margin-right: 8px;
}





.gotop{
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 1000000;
}
.gotop a{
    width: 50px;
    height: 49px;
    display: block;
}

.caution{
    font-size: 14px;
    font-size: 1.4rem;
}




/* wappar */

.wrappar {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}


/* header */

.header {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
}

.logo {
    width: 100%;
    margin: 20px auto;
}

.volvo-logo {
    width: 60px;
    height: auto;
    margin: 0 auto;
}


/* fstView */

.fstView{
    width: 100%;
    height: 100vh;
    position: relative;
}

.fstView-keyvisual{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;


}


.fstView-img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: auto;
    height:  auto;
    min-width: 100vw;
    min-height: 100%;
}

.fv-flexbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 5%;
    box-sizing: border-box;
}

.fv-flexbox h1{
    font-family: Volvo Sans Medium, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 50px;
    font-size: 5.0rem;
    letter-spacing: .01em;
}
.fv-flexbox h1 span{
    font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    letter-spacing: .01em;
}
.fv-flexbox h2{
    font-size: 28px;
    font-size: 2.8rem;
}
.fv-p{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    order: -1;
}



.fv-btn {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin-top: 3%;
}

.fv-btn a {
    max-width: 100%;
    display: block;
    padding: 0.9em 2em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition-duration:0.6s;
}

.fv-btn a:hover {
    background-color: #fff;
    color: #000;
    
}

/* youtube */

.youtube-content h3 {
    font-weight: normal;
    margin: 3% 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.youtube-text {
    width: 70%;
    box-sizing: border-box;
    padding: 3% 0 7% 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
}

.textmore {
    display: none;
}
.btn-more {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}
.btn-more a {
    width: auto;
    display: inline-block;
    padding: 0.5em 2em;
    color: #dedede;
    border: solid #8e8e8e 1px;
    margin: 0 auto;
    text-decoration: none;
    transition-duration:0.6s;
}
.btn-more a:hover {
    background-color: #000;
    color: #fff;
    border: solid #404248 1px;
}
.btn-more .btn-a:before{
    font-family: "FontAwesome";
    content:"\f107";
}



/*telcontent */

.telcontent {
    width: 100%;
    margin: 3% auto;
    display: flex;
    align-self: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.telinner {
    box-sizing: border-box;
    margin-right: 5%;
}

.telinner a {
    color: #fff;
    text-decoration: none;
}

.telinner:last-child {
    margin-right: 0;
}

.tel-h4 {
    line-height: 1.5;
}

.title-summary {
    font-size: 16px;
    font-size: 1.6rem;
}

.tel {
    font-size: 35px;
    font-size: 3.5rem;
}

.telinner p {
    line-height: 1.5;
    margin: 0;
}


.tel-text {
    font-weight: normal;
}



/* intoducing */

.title-into {
    font-family: Volvo Broad Small, Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    margin: 2% 0;
}


.sp-slide img{
    width: 100%;
}







/* modelcontent */

.model-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5%;
}

.model-img {
    width: 60%;
    box-sizing: border-box;
    margin: 0 auto;
}

.model-ttl h3 {
    font-size: 25px;
    font-size: 2.5rem;
}

.model-img p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

.model-ttl table{
    width: 100%; 
    border-collapse: collapse;
    margin-top: 2%;
}

.model-ttl{
    width: 40%;
    font-size: 16px;
    font-size: 1.6rem;
}

.model-ttl tr {
    border-bottom: solid 1px #d3d3d3;
    border-collapse: collapse;
}

.model-ttl td {
    padding: 4% 5% 4% 0;
    line-height: 1.5;
}

.model-ttl td:last-child {
    text-align: center;
}



/* orderform */

.orderform-box{
    width: 100%;
    font-family: Volvo Broad Small, Volvo Sans Regular, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Noto Sans JP, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    text-align: left;
    color: #fff;
}

.orderform-box table{
    width: 100%;
    box-sizing: border-box;

    border-collapse: collapse;
}

.orderform-box h3{
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    margin: 5% 0;
    font-weight: normal;
}

.orderform-box tr{
    border-top: solid 1px #767676;
}

.orderform-box th{
    width: 40%;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px;
}
.orderform-box td{
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}
.orderform-box td input {
    width: 90%;
    box-sizing: border-box;
}
.orderform-box td textarea {
    width: 90% !important;
    box-sizing: border-box;
}
.orderform-box td input.ipt-w50 {
    width: 45%;
}
.orderform-box td input[type="checkbox"],
.orderform-box td input[type="radio"],
.orderform-box td select {
    width: auto;
}
.orderform-box a{
    color: #fff;
}
.orderform-box ol{
    list-style: none;
    margin: 0;
    padding: 0;
}





















/* shop-content */

.shop-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-inner {
    width: 50%;
    margin-right: 3%;
}

.shop-inner:last-child {
    margin-right: 0;
}

.shop-text {
    margin: 3% auto;
}

.shop-text p {
    line-height: 1.2;
    margin: 3% 0;
}

.shop-text a {
    text-decoration: none;
}

.shop-text address a{
    font-size: 25px;
    font-size: 2.5rem;
}


.btn-shop{
    width: 40%;
    margin: 0 auto;
}

.btn-shop a{
    max-width: 100%;
    display: block;
    background-color: #333;
    color: #fff;
    padding: 0.3em 0.6em;
    margin: 0 auto;
    text-decoration: none;
    border: solid 1px #fff;
    transition-duration: 0.6s;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap
}

.btn-shop a:hover{
    background-color: #fff;
    border: solid 1px #333;
    color: #333;
}







/* sky-content */

.sky-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.sky-inner {
    width: 50%;
    box-sizing: border-box;
    margin-left: 2%;
}

.sky-inner h3 {
    color: #666;
}

.sky-inner p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
}

.btn-sky {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.btn-sky a {
    width: 60%;
    display: block;
    padding: 0.4em 1em;
    color: #666;
    margin: 0 auto;
    text-decoration: none;
    border: solid #999 2px;
    transition-duration:0.6s;
    box-sizing: border-box;
}

.btn-sky a:hover {
    box-sizing: border-box;
    background-color: #666;
    color: #fff; 
    border: solid #ececec 2px;
}


/* footer */

#footer {
    background-color: #333;
    color: #fff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    font-size: 1.1rem;
}

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

.footer-menu ul li {
    display: inline-block;
    padding-right: 0.8em;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-size: 10px;
    font-size: 1.0rem;
}

.footer-sky{
    text-align: right;
}

.footer-sky img {
    display: inline-block;
}





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

    .content {
        padding: 10% 0;
        line-height: 1.6;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .caution {
        text-align: left;
    }
    
    /* limit */

    .limit {
        max-width: 960px;
        margin: 0 20px;
    }


    .limit1280 {
        max-width: 1280px;
        margin: 0 20px;
    }


    .limit1440 {
        max-width: 1440px;
        margin: 0 20px;
    }
    
    
    /* fstView */


    .fstView{
        height: auto;
        position: static;
        margin-bottom: 5%;
    }

    .fstView-keyvisual{
        position: static;
    }

    .fstView-img{
        position: static;
        -webkit-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
        -o-transform:translate(0, 0);
        transform: translate(0, 0);
    }

    .fv-flexbox{
        position: static;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    
    
    
}


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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        line-height: 1.5;
    }

    h2 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    h3 {
        font-size: 1.8px;
        font-size: 1.8rem;
    }

    h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }



    .content {
        padding: 10% 0;
        line-height: 1.6;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .caution {
        text-align: left;
    }


    .br::before {
        content: "\A";
        white-space: pre;
    }

    
    
    /* limit */
    
    .limit {
        max-width: 960px;
        margin: 0 20px;
    }

    

    /* btn */
    
    .btn {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin: 10% auto;
    }

    .btn a {
        max-width: 100%;
        padding: 0.8em 1em;
    }

    .btn-wht {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10% auto;
    }

    .btn-wht a {
        max-width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.5em 1em;
        border: solid #fff 1px;
    }

    .btn-text {
        text-align: left;
    }

    .btn-model{
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    
    

    /* header */
    
    .logo {
        width: 100%;
        margin: 10px auto;
    }

    .volvo-logo {
        height: auto;
        margin: 0 auto;
    }

    .volvo-logo {
        width: 40px;
        height: auto;
        margin: 0 auto;
    }
    
    
    
    /* fstView */


    .fv-flexbox h1{
        line-height: 1.5;
    }
    .fv-flexbox h2{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .fv-flexbox p{
        font-weight: bold;
    }

    .fv-btn {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 3%;
    }

    .fv-btn a {
        width: 100%;
        display: block;
        padding: 0.8em 1em;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        line-height: 1.5;   
    }
    
    .fv-flexbox h1{
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
    }

    .fv-flexbox h1 span{
        font-size: 26px;
        font-size: 2.6rem;
    }
    
    .fv-flexbox p{
        font-weight: bold;
    }

    .fv-btn {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 3%;
    }

    .fv-btn a {
        max-width: 100%;
        display: block;
        padding: 0.9em 2em;
        box-sizing: border-box;
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }

    .fv-p{
        font-size:15px;
        font-size:1.5rem;
    }
  
    
    
    
    /* youtube */
    
    .youtube-content h3 {
        font-weight: normal;
        line-height: 1.8;
        margin: 4% 0;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .youtube-text {
        width: 100%;
        padding: 3% 0 7% 0;
        font-size: 16px;
        font-size: 1.6rem;
    }


    
    /*telcontent */
    
    .telcontent {
        display: block;
    }

    .telinner {
        box-sizing: border-box;
        margin: 10% 0;
    }

    .tel {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .tel-text {
        margin-top: 15%;
        font-weight: normal;
    }

    .title-into {
        font-size: 30px;
        font-size: 3.0srem;
        line-height: 1.5;
        margin: 2% 0;
    }

    

    /* modelcontent */
    
    .model-content {
        display: block;
    }

    .model-img {
        width: 100%;
        box-sizing: border-box;
    }
    
    .model-img img {
        margin: 0 auto;
    }
    
    .model-img p {
        margin: 5% 0;
    }

    .model-ttl{
        width: 100%;   
    }
    
    .model-ttl table{
        width: 100%; 
        border-collapse: collapse;
    }
    
    .model-ttl tr {
        border-bottom: solid 1px #d3d3d3;
        border-collapse: collapse;
    }
    
    .model-ttl td {
        padding: 3% 0;
        line-height: 1.5;
    }

    .model-ttl h3 {
        text-align: left;
        font-size: 24px;
        font-size: 2.4rem;
    }

    
    

    /* orderform */


    .orderform-box tr{
        display: block;
    }

    .orderform-box th{
        box-sizing: border-box;
        padding: 10px;
        display: block;
        width: 100%;
    }
    .orderform-box td{
        padding: 10px;
        box-sizing: border-box;
        display: list-item;
        list-style: none;
        width: 100%;
    }
    
    

    /* shop-content */
    
    .shop-content {
        display: block;
    }

    .shop-inner {
        width: 100%;
        margin: 0 0 10% 0;
    }

    .shop-text {
        margin: 3% auto;
    }

    .shop-text p {
        line-height: 1.2;
        margin: 3% 0;
    }

    
    
    /* sky-content */
    
    .sky-content {
        display: block;
    }
    
    .sky-content img{
     margin: 0 auto;   
    }
    
    .sky-inner {
        width: 100%;
        margin: 10% 0 0 0;
    }

    .sky-inner h3 {
        color: #666;
    }

    .sky-inner p {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 5%;
    }

    .btn-sky {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .btn-sky a {
        width: 100%;
        display: block;
        padding: 0.4em 1em;
    }
    
    
    
    /* footer */

    .footer-content {
        display: block;
        align-items: center;
        font-size: 11px;
        font-size: 1.1rem;
    }
    
    .footer-menu{
        text-align: center;
        line-height: 3.0;
    }

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

    .footer-menu ul li {
        display: inline-block;
        padding-right: 0.8em;
        
    }

    .footer-menu a {
        color: #fff;
        text-decoration: none;
    }

    .copyright {
        font-size: 10px;
        font-size: 1.0rem;
    }

    .footer-sky img {
        display: inline-block;
    }
    
    .footer-sky{
        text-align: center;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
