/*-----フォント、カラー、サイズなど*/

:root{
    /*Colors*/
    --rightgray: #707070;
    --red: #D70C19;
    --dark: #636363;
    --bordercolor:#727171;
    --navy: #142353;


    /*Fontsize*/
    --extralarge: clamp(1rem, 0.318rem + 3.41vw, 2.5rem);
    /*40-16px*/

    --large: clamp(1.25rem, 0.852rem + 1.99vw, 2.125rem);
    /*34-20px*/

    --medium: clamp(0.75rem, 0.636rem + 0.57vw, 1rem);
    /*16-12px*/

    --small: clamp(0.625rem, 0.511rem + 0.57vw, 0.875rem);
    /*14-10px*/

    --h2span: clamp(0.875rem, 0.705rem + 0.85vw, 1.25rem);
    /*20-14px*/
}

*{
    font-family: "ヒラギノ角ゴ ProN", sans-serif;
}

.slick-slide{
    margin-bottom: 20px;
}



/*-----SP版*/

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

    .kv{
        display: none;
    }

    .encore-pc{
        display: none;
    }

    .highlight-pc{
        display: none;
    }

    .grade-pc{
        display: none;
    }

    .size-pc{
        display: none;
    }

    .color-pc{
        display: none;
    }

    .subsidy-pc{
        display: none;
    }
    
}


/*-----PC版*/
@media screen and (min-width: 768px) {

    .kv-sp{
        display: none;
    }

    .encore-sp{
        display: none;
    }

    .highlight-sp{
        display: none;
        margin: 30px 0px;
    }

    .grade-sp{
        display: none;    
    }

    .size-sp{
        display: none;       
    }

    .color-sp{
        display: none;       
    }

    .subsidy-sp{
        display: none;       
    }
}

/*-----メイン共通*/
main{
    margin: 0 auto;
}

.main-wrapper{
    width: 92%;
    max-width: 1024px;
    margin: 0 auto;
}

.main-wrapper h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: var(--large);
    font-family: 'Source Sans 3', sans-serif;;
}

.main-wrapper h2 span{
    font-size: var(--h2span);
}

.main-wrapper h3 span{
    font-size: var(--small);
    font-weight: 300;
}

.main-wrapper p{
    margin-bottom: 10px;
    font-size: var(--medium);
}

.main-wrapper a{
    text-decoration: none;
}

/*-----ヘッダー*/
header{
    width: 100%;
}
.header-container{
    margin: 0 auto;
    width: 90%;
    max-width: 1024px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: var(--medium);
}

@media screen and (min-width: 768px){
    .header-container img{
        margin-right: 30px;
        width: 160px;
    }
    .header-container{
        height: 100px;
    }
}

@media screen and (max-width: 767px){
    .header-container img{
        margin-right: 20px;
        width: 70px;
    }

    .header-container{
        height: 55px;
    }
}

/*-----KV*/

.kv{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}

.kv img{
    max-width: 1024px;
    width: 100%;
}

.kv-sp{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}

.kv-sp img{
    max-width: 1024px;
    width: 100%;
}

/*-----アナウンス*/
.announce{
    margin-top: 50px;
}

.announce-preservation{
    margin-top: 50px;
    text-align: center;
}

.footer-btn-wrapper{
    border: 1px solid transparent;
    transition: all 1s ease-out;
}


.footer-btn-wrapper img:hover{
    border: 1px solid var(--red);
    transition: all 1s ease-out;

}


/*-----ハイライト*/
.point1 img,
.point2 img,
.point3 img{
    width:100%;
}

.highlight-pc{
    margin-top: 50px;
}

.highlight-sp{
    margin-top: 50px;
}
.point1,
.point2,
.point3{
    margin-bottom: 30px;
}
/*-----グレード*/

@media screen and (min-width: 768px){

    .grade-pc .grade-contents{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .grade-pc .grade-card{
        width: 50%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .grade-pc .grade-card img{
        width: 95%;
        margin: 0 auto;
        
    }
}

.grade-pc{
    margin-top: 50px;
}

.grade-sp{
    margin-top: 50px;
}

/*-----グレードSPスライド用*/

.grade-sp .grade-contents{
    margin: 0 auto;
}

.grade-sp .grade-card{
    width: 100%;
    margin: 0 auto 20px;
}

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

/*-----サイズ*/

.size-pc{
    margin-top: 50px;
}

.size-sp{
    margin-top: 90px;
}
.size-table{
    display: flex;
    justify-content: left;
    align-items: flex-end;
    margin-bottom: 30px;
}

.size-table h3{
    color: var(--red);
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: var(--extralarge);
}

.size-label{
    color: var(--rightgray);
    font-size: var(--small);
}

.size-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 17%;
    margin-right: 45px;
}

@media screen and (max-width: 767px){
    .size-table{
        width: 100%;
    }
    .size-list{
        width: 22%;
        margin-right: 5px;
    }
}

.size-card img{
    width: 100%;
}

.size-card1{
    margin-bottom: 20px;
}
/*-----インテリア*/

.interior{
    margin-top: 50px;
}

@media screen and (min-width: 768px){
    .interior-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .interior-img{
        width: 50%
    }

    .interior-img img{
        width: 100%
    }

    .interior-article{
        width: 50%;
        padding-left: 20px;
    }

    .interior-article h2{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 767px){
    .interior-img{
        width: 100%;
    }

    .interior-img img{
        width: 100%;
    }

    .interior-article h2{
        margin-top: 30px;
    }
}

/*-----カラバリ*/
.color-pc{
    margin-top: 50px;
}

.dolphin-linenap h3{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: var(--large);
}

.dolphin-linenap span{
    font-size: var(--small);
}

.color-sp{
    margin-top: 50px;
}

/*-----カラバリSPスライド用*/
.color-sp .linenap-card{
    text-align: center;
    width: 100%;
}
.color-sp .linenap-card img{
    width: 100%;
}




@media screen and (min-width: 768px){
    .dolphin-band,
    .longrange-band{
    margin: 50px 0 30px;
    color: #fff;
    background-color:var(--red);
    width: 300px;
    text-align: center;
    padding: 5px 0;
    }

    .dolphin-linenap{
        display: grid;
        gap: 90px;
        grid-template-columns: repeat(2, minmax(300px, 1fr));
     }
     
     .linenap-card{
        width: 100%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
     
     .linenap-card img{
         width: 100%;
     }
}

@media screen and (max-width: 767px){
    .dolphin-band,
    .longrange-band{
    margin: 50px 0 30px;
    color: #fff;
    background-color:var(--red);
    width: 100%;
    text-align: center;
    padding: 5px 0;
    }

    .longrange-band{
        margin: 90px 0 0px;
    }

    .color-detail{
        margin: 90px 0 30px !important;
    }
}


.color-detail{
    display: flex;
    justify-content: center;
    margin: 50px 0 30px;
}

.color-detail a{
    border: 1px solid var(--dark);
    padding: 5px 100px;
    text-decoration: none;
    color: #000;
    transition: all .6s ease-out;
}

.color-detail a:hover,
.store-wrapper a:hover{
    color: #fff;
    background-color: var(--red);
    border: 1px solid transparent;
    transition: all .6s ease-out;
}

/*-----補助金*/
.subsidy-pc{
    margin-top: 50px;
    margin-bottom: 30px;
}

.subsidy-sp{
    margin-top: 90px;
    margin-bottom: 30px;
}

.subsidy-pc img,
.subsidy-sp img{
    width: 100%;
    margin: 20px 0 70px;
}
/*-----フッター*/
.footer-wrapper{
    width: 92%;
    max-width: 1024px;
    margin: 0 auto;
}

.footer-wrapper p,
.footer-wrapper a{
    margin-top: 10px;
    font-size: var(--medium);
}
.footer-first{
    border-top: 1px solid var(--bordercolor);
    padding-top: 50px;
    text-align: center;
}

.footer-btn-wrapper{
    margin-top: 20px;
}
.footer-btn-wrapper img{
    width: 280px;
}
    .footer-btn-wrapper img:first-child{
        margin-right: 20px;
    }


@media screen and (max-width: 767px){
    .footer-btn-wrapper img:first-child{
        margin-bottom: 20px;
    }

    .footer-btn-wrapper{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


.footer-info{
    margin: 50px 0 0;
}
.footer-info p:first-child{
    margin-bottom: 50px;
}
.footer-info p:last-child{
    margin-bottom: 50px;
}


.store-wrapper a{
    width: 300px;
    padding: 15px 60px;
    text-decoration: none;
    border: 1px solid var(--dark);
    color: #000;
}

.attention{
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid var(--bordercolor);
    padding-top: 20px;
}


/*-----アンコールフェア*/

.encore-pc,
.encore-sp{
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.encore-title{
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px;
}

.encore-title h3{
    display: inline-block;
    color: var(--red);
    font-size: var(--large);
    border-bottom: 1px solid var(--red);
}

.encore-title h4{
    font-size: var(--h2span);
    padding-top: 20px;
}

.encore-content{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.encore-content .enhance-text{
    font-weight: bold;
    font-size: var(--h2span);
    padding-bottom: 10px;
}

.encore-content span{
    color: var(--red);
    font-weight: bold;
}

.encore-attention p{
    font-size: 12px;
    color: var(--dark);
    margin-bottom: 3px;
}




.encore-img {
    margin: 0 auto;
    text-align: center;
    margin: 30px 0 20px;
}

.encore-img img{
    margin-bottom: 20px;
    transition-duration: .3s;
    overflow-clip-margin: 50px;
    overflow: clip;
}


.triple-button{
    text-align: center;
    margin: 50px 0 30px;
}

.triple-button a{
    color: var(--red);
    border: 2px solid var(--red);
    border-radius: 60px;
    padding: 20px 60px;
    font-weight: bold;
    transition-duration: 0.3s;
}

.triple-button a:hover{
    background-color: var(--red);
    color: #fff;
    transition-duration: 0.3s;
}

.triple-button a:first-child{
    margin-right: 10px;
}

@media screen and (max-width: 900px){
    .triple-button{
        text-align: center;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .triple-button a{
        color: var(--red);
        border: 2px solid var(--red);
        border-radius: 50px;
        padding: 20px 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .triple-button a:first-child{
        margin-right: 0px;
    }

    
}

.coming-soon-content{
    color: var(--navy);
    margin: 40px auto 40px;
}

.cs-title{
    text-align: center;
    border: 2px solid var(--navy);
    border-radius: 10px;
    padding: 20px 40px;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
}

.cs-title::before{
    top: -2px;
    left: -2px;
}

.cs-title::after{
    right: -2px;
    bottom: -2px;
}

.cs-title::before,
.cs-title::after{
    content: "";
    position: absolute;
    display: block;
    color: #f5f5f5;
    background-color: #f5f5f5;
    box-sizing: border-box;
    z-index: 99;
}

@media screen and (max-width: 767px){
    .cs-title::before,
    .cs-title::after{
        width: 4.347826087vw;
        height: 2.1739130435vw;
    }       
}

@media screen and (min-width: 768px){
    .cs-title::before,
    .cs-title::after{
        width: 18px;
        height: 9px;
    }
}


.cs-title h3{
    font-size: var(--large);
}

.cs-title h4{
    font-size: var(--h2span);
    padding-top: 5px;
}

.cs-main{
    margin: 30px auto 40px;
    padding-top: 70px;
}

.cs-main p{
    font-size: var(--h2span);
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    color: var(--navy);
}


.cs-main p span{
    font-size: 12px;
    color: var(--navy);
    position: relative;
    bottom: 5px;
}

.cs-main .encore-attention p{
    color: var(--navy);
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: normal;
}

.cs-main .encore-attention p:last-child{
    border: 1px solid var(--navy);
    padding: 5px 10px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    font-weight: bold;
    font-size: var(--small);
    margin-top: 10px;
    transition-duration: 0.3s;
}

.cs-main .encore-attention p:last-child:hover{
    background-color: var(--navy);
    color: #fff;
    transition-duration: 0.3s;
}

.cs-present .encore-attention p{
    color: var(--navy);
    font-size: var(--small);
}

.cs-present .encore-attention p:first-child{
    margin-top: 20px;
}

.cs-present .encore-attention p:nth-child(2){
    font-weight: bold;
}
