@charset "UTF-8";

*{
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*===========================================*/
/*==　SEC 基本レイアウト　==*/
/*===========================================*/

.sec{}
.sec_ttl{
    color: #978350;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.18em;
    margin-bottom: 24.5px;
}
.sec_ttl_img{
    display: inline-block;
    width: 453px;
    margin-right: 8px;
}

.sec_txt{
    color: #717171;
    font-size: 14px;
    text-align: center;
    line-height: 1.6875;
    letter-spacing: 0.18em;
    margin-bottom: 24.5px;
}

@media screen and (max-width: 768px){
   .sec_ttl{ 
        font-size: 20px; 
        line-height: 1.36;
        margin-bottom: 3.33vw;
    }
    .sec_ttl_img{ width: 78.3%; }
    .sec_txt{ 
        text-align: left;
        padding: 0 2.34vw; 
    }
    .sec_txt br{ display: none; }
}

@media screen and (max-width: 768px){
    .sec_txt{ font-size: 14px; }
}


/*===========================================*/
/*==　MAIN VISUAL　==*/
/*===========================================*/

.home-mv{ margin-bottom: 30px; }
.mv_mainTtl{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: rotate(.03deg) translateY(-50%);
    transform: rotate(.03deg) translateY(-50%);
    color: #fff;
    font-size: 34px;
    letter-spacing: 0.18em;
}
.sekitei-mv_img{
    background: url(../img/main_pc.jpg) center center no-repeat;
    background-size: cover;
}
.mv_ttl{ z-index: 2; }




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

}

@media screen and (min-width: 769px){
    
}
@media screen and (max-width: 768px){
    .home-mv{ margin-bottom: 6.3vw; }
    .mv_mainTtl{
        display: none;
    }
    .mv_ttl{ 
        top: 50%; 
        text-align: right;
        width: 100%;
    }
}

/*===========================================*/
/*== LP common ==*/
/*===========================================*/

.concept_inner{
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 60px;
    padding-top: 40px;
}
.concept_inner img{
    max-width: 100%;
}

.lp_heading{
    margin-bottom: 27.5px;
}
.lp_heading_title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
.lp_heading_comments{
    font-size: 20px;
    line-height: 1;
}
.lp_heading--en{
    border-top: 1px solid #000;
    padding-top: 30px;
}
.lp_intro{
    margin-bottom: 30px;
}
.lp_intro_title{
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 20px;
}
.lp_intro_txt{
    font-size: 18px;
    line-height: 1.5;
}
.lp_img{
    padding: 5px 52px 0;
}
.lp_img--center{
    text-align: center;
}
.lp_intro_txt + .lp_img{
    padding: 20px;
}



.lp_section{
    margin-bottom: 20px;
}
.lp_section_title{
    font-size: 22px;
    line-height: 1;
    background-color: #ededed;
    margin-bottom: 20px;
    padding: 16px 14px 12px;
}
.lp_section_txt{
    font-size: 18px;
    line-height: 1.5;
}
.lp_section_txt + .lp_section_txt{
    margin-top: 30px;
}

.lp_section_txt--en{
    border-top: 1px solid #000;
    padding-top: 30px;
}

.lp_section_btn{
    display: inline-block;
    border: 2px solid #000;
    border-radius: 10px;
    margin-top: 20px;
}
.lp_section_btn a{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 10px 15px;

}
.lp_section_btn a:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #000000;
    margin-left: 10px;
}

@media screen and (max-width: 1100px){
   .concept_inner{
    padding: 0 20px;
   }
}

@media screen and (max-width: 767px){
    .concept_inner{
        padding: 0 10px;
    }
    .lp_heading_title{
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .lp_heading_comments{
        font-size: 14px;
    }

    .lp_intro_title{
        font-size: 18px;
    }
    .lp_intro_title br{
        display: none;
    }
    .lp_intro_txt{
        font-size: 14px;
    }

    .lp_section_title{
        font-size: 16px;
        line-height: 1.5;
    }
    .lp_section_txt{
        font-size: 14px;
    }

    .lp_img{
        padding: 5px 5% 0;
    }

    .lp_intro_txt + .lp_img{
        padding: 5% 5% 0;
    }


    .lp_section_btn a{
        font-size: 14px;
    }
    
    .lp_section_title_en{
    	display: block;
    }
}

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

