@charset "utf-8";

/*---------- NEW TOP ----------*/
.yugo{
    font-family:'游ゴシック体','Yu Gothic',YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',serif;
}
.yumin{
    font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}
.source{
    font-family: 'Source Serif Pro', serif;
}

#top{
    /*font-family:'メイリオ',Meiryo,'游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',serif;*/
    font-family:'游ゴシック体','Yu Gothic',YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',serif;
    color:#000;
    backface-visibility: hidden;
}

.text_tyaoren{
    color:#c5872e;
}

.text_white{
    color: #fff;
}

/*----------------------------------------
    common
----------------------------------------*/
.ttlimg{
    max-width:518px;
}

.lh_24{
    line-height: 2.4;
}

p {
    line-height: 2;
    letter-spacing: 0.6px;
}


a:hover img:not(.rollover):not(.logo):not(.now) {
    opacity: 0.8;
}



.text_right{
    text-align: right;
}


.inner_frame1160{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.inner_frame_wide{
    width: 100%;
    margin: 0 auto;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
}




@media screen and (max-width: 1119px){
    .inner_frame{
        padding-right: 2.5%;
        padding-left: 2.5%;
    }

    .inner_frame1160{
        padding-right: 2.5%;
        padding-left: 2.5%;
    }

    .inner_frame_wide{
        padding-right: 2.5%;
        padding-left: 2.5%;
    }


}/*END*/


.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
@media screen and (max-width: 599px){
    .lh_24{
        line-height: 1.8;
    }


    .inner_frame {
        padding-right: 2.4%;
        padding-left: 2.4%;
    }

    .sp_text_left{
        text-align: left;
    }
    .sp_center{
        text-align: center;
    }
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
}/*END*/


/*----------------------------------------
    header
----------------------------------------*/
header h1 {
    padding:0;
        padding-top:0;
    line-height: 1;
    min-height: 100%;
}

#sd li{
   line-height: 1.1;
}

#sd li.nav_n a {
    line-height: 0.88;
}

.top_logo{
    position: absolute;
    width: 15%;
    max-width: 154px;
    top: 20px;
    left: 20px;
    z-index: 1;
}





@media screen and (max-width: 1199px){
    .sd-trigger{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #sd li.nav_n a {
        line-height: 1.4;
    }


}/*END*/

@media screen and (max-width: 769px){
    .splash_top h1{
        display: block;
    }
    .splash_top{
        padding-top:0;
    }

    header h1{
        min-height: 0;
    }

}/*END*/



@media screen and (max-width: 599px){
    .top_logo {
      width: 20%;
      top: 3px;
      left: 10px;
    }



}/*END*/









.sp_fixed{
	display: none;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	bottom: -200px;
	transition: all 0.4s;
	background: #fff;
}

.sp_fixed ul{
	width: 100%;
	box-sizing: border-box;
}
.sp_fixed li{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.sp_fixed li a{
	display: block;
	text-decoration: none;
	transition: all 0.4s;
}

.sp_fixed li a:hover{
	opacity: 0.7;
}

@media print, screen and (max-width: 699px){

	.sp_fixed{
		display: block
	}

}/*END*/

/*----------------------------------------
    MV
----------------------------------------*/
.mv{
position:relative;
}

.mv_slider .slick-slide{
    font-size: 0;
}


.mv_copy{
position:absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
text-align: center;
}

.mv_copy img{
max-width:575px;
}

.topmv{
    margin-top:-2px;
}

.mv_sns{
    position: absolute;
    top:15px;
    right:7px;
    display: flex;
}
.mv_sns p{
    padding:0 8px;
}


@media screen and (min-width: 1900px){
    .mv_copy{
        top:40%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

}/*END*/

@media screen and (max-width: 1199px){
    .mv_copy {
        width: 45%;
    }
    .mv_copy img{
        max-width:100%;
    }

}/*END*/

@media screen and (max-width: 768px){
    .mv_copy {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        margin-left: 0;
        width: 55%;
    }

    .mv_copy img {
        max-width:100%;
    }

}/*END*/


@media screen and (max-width: 479px){
    .mv_sns{
        top:8px;
        right:3px;
    }
    .mv_sns p{
    padding:0 4px;
    }
    .mv_sns p img{
        width:80%;
    }

}/*END*/


/*----------------------------------------
    NEWS
----------------------------------------*/
#news{
    background:#454854;
    padding: 25px 0 25px 0;
    margin-bottom: 0;
    color: #fff;
}

#news dl{
    height: 16em;
}


.h_ttl{
    letter-spacing: 1.8px;
    color:#fff;
}


.fl_new .h_ttl{
    width:18%;
    max-width:170px;
}


#news dl{
    background: none;
    border: none;
}

#news dl dd{
    color:#fff;
    line-height:1.4;
    padding: 1em 0px 1em 9em;
}

#news dl{
    padding: 1em 0 1em 0;
    position: relative;
    z-index:0;
}

#news dl dd a{
    line-height:1.5em;
    color:#fff;
    text-decoration: underline;
}

#news dl dt{
    color: #fff;
    padding-top: 1.35em;
}

#news .inner{
    width:80%;
    max-width: 600px;
    margin: 0 auto;
}


@media (max-width: 769px) {
    #news dl{
        z-index:0;
    }

}/*END*/

@media screen and (max-width: 680px){
    .fl_new{
        display: block;
    }
    .fl_new dl.clearfix{
        width:100%;
    }
    .fl_new .h_ttl{
        width:100%;
    }
    #news dl {
        padding: 0;
    }

    #news .inner{
        width:100%;
    }
    #news dl dt {
      width: 20%;
      float: left;
    }
    #news dl dd {
      padding: 1em 0px 1em 8em;
    }




}/*END*/




/*----------------------------------------
    contents
----------------------------------------*/
.rela{
    position: relative;
}

.rela_z{
    position: relative;
    z-index: 2;
}

.bg_beige{
    background: #f8f3df;
}

.lineup_box_r{
    float: right;
    width: 45%;
    max-width: 520px;
}

.top_ttl img{
    max-width: 452px;
}

.top_ttl.in_long img{
    max-width: 616px;
}

.lineup_box_deco{
    position: absolute;
    width: 20%;
    max-width: 269px;
    top: 0;
    left: 0;
}

.bg_brown_style{
    background: url(/img/top2/lineup_bg.jpg);
}

.bg_result_style{
    background: url(/img/top2/results_bg.jpg);
}

.lineup_tag_ttl{
    color: #0d1844;
    font-weight: bold;
}

.lineup_slider li img{
    max-width: 313px;
    display: inline-block;
}

.lineup_slider li{
    text-align: center;
}


.lineup_slider .slide-arrow{
    width: 7%;
    max-width: 36px;
    height: auto;
    top: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

 .lineup_slider .next-arrow{
    right: -3.4%;
}

.lineup_slider .prev-arrow{
    left: -3.4%;
}

.lineup_slider .slide-arrow:hover{
    opacity: 0.7;
}

.lineup_deco_l{
    width: 17%;
    max-width: 181px;
    position: absolute;
    bottom: 0;
    left: 0;
}



.top_ttl_2 img{
    max-width: 900px;
}

.over_img_r50{
    width: 50vw;
}
.over_img_l50{
    width: 50vw;
    margin-left: calc(100% - 50vw);
}

.model_main_img_r{
    width: 45vw;
    max-width: 595px;
}

.model_main_pt{
    padding-top: 250px;
}

.modelhouse_obi{
    position: absolute;
    width: 8%;
    max-width: 48px;
    top: 0;
    left: 12px;
}

.model_box_area{
    display: flex;
    column-gap: 4%;
    flex-wrap: wrap;
}

.model_box_area li{
    width: 30.6%;
    margin-bottom: 35px;
}

.over_img_r50{
    width: 50vw;
    max-width: 675px;
}





.box_l50{
    width: 50%;
    float: left;
}

.bg_kon_pickup{
    background: url(../img/top2/pickup_bg.jpg);
}


.top_ttl_bar{
    position: relative;
}

.top_ttl_bar .top_ttl{
    width: 32%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*
.top_pickup_ttl{
    color: #dad27f;
}
*/

.pick_list_fl{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap:100px 5%;
}

.pick_list_fl li{
    width: 30%;
}


.btn_more_shadow img{
    display: inline-block;
}


.btn_more_shadow img{
    box-shadow: 4px 4px 0 #000;
}

.btn_more_shadow img:hover{
    transform: translate(4px,4px);
    box-shadow: none;
    transition: all 0.4s;
}

a.btn_more_shadow:hover img:not(.rollover):not(.logo):not(.now) {
    opacity: 1;
}


.pickup_deco_nice{
    width: 28%;
    max-width: 303px;
    position: absolute;
    bottom: 0;
    transform: translate(5%,0);
}

.pickup_bg_deco{
    width: 28%;
    max-width: 293px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pickup_more_btn{
    width: 25%;
    max-width: 275px;
    position: absolute;
    bottom: 10%;
    right: 11%;
}

.pickup_more_btn_r{
    z-index: 2;
    position: relative;
}



.result_deco{
    width: 23%;
    position: absolute;
    top: 0;
    right: -4px;
	z-index: 1;
}


.bg_green_om{
    background: #405638;
}

.pc_p_t65{
    padding-top: 65px;
}


.sns_area_fl{
    display: flex;
    background: #8e2f2f;
}

.sns_ttl_left_box{
    background: #8e2f2f;
    padding: 60px;
    width: 25%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_ttl_right_box{
    width: 75%;
    position: relative;
}

.film_deco{
    width: 60%;
    max-width: 586px;
    position: absolute;
    top: -7%;
    right: 0;
}


.ttl_sns img{
    max-width: 178px;
}

.sns_icon_area{
    display: flex;
    justify-content: center;
    gap: 20%;
}


.sns_content{
    display: flex;
    justify-content: center;
}
.sns_box_l30{
    width: 32%;
    border-right: 1px solid #000;
    box-sizing: border-box;
}
.sns_box_r70{
    width: 58.8%;
}

.top_ttl_sns img{
    max-width: 332px;
}

.sns_box_l30 .inner{
    max-width: 290px;
}



.real_estate_sale_bg{
    background: url(/img/top2/real_estate_sale_bg.jpg);
    background-size: cover;
    background-position: center top;
}

.res_deco_l{
    position: absolute;
    width: 45%;
    max-width: 478px;
    top: 2%;
    left: -14%;
}
.res_deco_r{
    position: absolute;
    width: 40%;
    max-width: 391px;
    top: 37%;
    right: -10%;
}


.top_event_data_fl{
    display: flex;
    gap:5px 10px;
    align-items: center;
}
.top_event_data_fl .in_cate_box{
    background: #000;
    padding:3px 5px;
    text-align: center;
    color: #fff;
    min-width: 52px;
}




.bg_hogan{
    background: url(/img/top2/hougan_bg.jpg);
}


.c_box_l40{
    width: 40%;
    float: left;
}

.c_box_r55{
    width: 55%;
    float: right;
}



.list_two_fl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 10px;
}

.list_two_fl li{
    width: 48%;
}


.bg_renga{
    background: url(/img/top2/bg_renga.jpg);
}

.in_contact_btn{
    display: flex;
    justify-content: center;
    column-gap: 35px;
}




.footer_bg{
    background: url(/img/top2/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.foot_inner_content{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.foot_box_l{
    width: 24%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding-right: 3%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.foot_box_r{
    width: 70%;
    padding-top: 25px;
}

.foot_read_color{
    color: #888585;
    font-size: 1.4rem;
}

.copyright02{
    background: #fff;
    color: #8a8a8a;
    font-size: 1.4rem;
    text-align: center;
}





@media screen and (max-width: 1280px){
    .top_ttl_2.model_sp img,
	p.model_sp{
        width: 84%;
        margin-left: 15%;
    }



}/*END*/

@media screen and (max-width: 860px){
    .sns_box_l30{
        width: 37%;
    }

    .film_deco{
        top: -5%;
        right: 0;
    }



}/*END*/

@media screen and (max-width: 599px){
    .lineup_box_r{
        width: 100%;
    }

    .lineup_box_deco{
        width: 25%;
    }


     .lineup_slider .next-arrow{
        right: -1.5%;
    }

    .lineup_slider .prev-arrow{
        left: -1.5%;
    }


    .pickup_more_btn {
      width: 40%;
      max-width: 275px;
      position: absolute;
      bottom: 4%;
      right: 5%;
    }

    .pickup_more_btn_r img{
        width: 55%;
    }
    .pickup_more_btn_r{
       padding-right: 10px;
    }


    .model_box_area.top_event li{
        width: 47%;
        margin-bottom: 30px;
    }

    .model_box_area.top_event{
        padding-top: 0;
    }

    .model_box_area.top_event li p{
        line-height: 1.3;
    }

    .top_event_data_fl .tex{
        line-height: 1.3;
    }


    .modelhouse_obi{
        left: 6px;
    }

    .top_ttl_2.model_sp img,
	p.model_sp{
        width: 84%;
        margin-left: 11%;
    }

    .model_main_pt{
        padding-top: 0;
        text-align: center;
    }

    .box_l50{
        width: 100%;
        float: none;
    }

    .model_box_area {
      column-gap: 5%;
	  padding-top: 30px;
    }

    .model_box_area li {
      width: 47.5%;
      margin-bottom: 20px;
    }



    .model_main_img_r{
        width: 60vw;
    }


    .res_deco_l {
      width: 35%;
      top: 3%;
      left: -14%;
    }
    .res_deco_r {
      width: 30%;
      top: 38%;
      right: -8%;
    }

    .over_img_r50{
        width: 100%;
    }


    .top_ttl_bar > img{
        width: 160%;
        margin-left: -30%;
    }

    .top_ttl_bar .top_ttl{
        width: 60%;
    }


    .pick_list_fl li{
        width: 48%;
    }

    .pick_list_fl{
        gap: 20px 3%;
    }


    .result_deco{
        width: 30%;
    }


    .top_ttl_bar .top_ttl.in_long {
      width: 75%;
    }

    .pc_p_t65{
        padding-top: 0;
    }


    .sns_area_fl{
        display: block;
    }
    .sns_ttl_left_box{
        display: block;
        width: 100%;
        padding: 40px 60px;
    }

    .inner_ab{
        width: 50%;
        margin: 0 auto;
        max-width: 128px;
    }

    .sns_ttl_right_box{
        width: 100%;
    }

    .sns_box_l30{
        width: 100%;
        border-right: none;
        margin-bottom: 30px;
    }
    .sns_box_r70{
        width: 100%;
    }
    .sns_content{
        display: block;
    }

    .sns_box_l30 .inner{
        max-width: 100%;
    }

    .c_box_l40{
        width: 100%;
        float: none;
    }
    .c_box_r55{
        width: 100%;
        float: none;
    }

    .in_contact_btn{
        column-gap: 13px;
    }


    .foot_inner_content{
        flex-wrap: wrap;
    }
    .foot_box_l{
        width: 100%;
        order: 2;
        border-right: none;
        padding-bottom: 0;
    }
    .foot_box_r{
        width: 100%;
        order: 1;
    }


    .copyright02{
        font-size: 1.3rem;
    }



}/*END*/










/*----------------------------------------
    list box
----------------------------------------*/

.list_two,
.list_three{
    margin-left:-2%;
}
.list_four{
    margin-left: -1.85%;
}
.list_two li,
.list_three li,
.list_four li{
    position: relative;
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-left:2%;
}
.list_two li{ width: 48%; }

.list_four li{
    width: 23.14%;
    margin-left: 1.8%;
}


@media print, screen and (min-width: 769px) {

    .list_three li{ width: 31.3%; }
    .list_two li:nth-child(2n+1),
    .list_three li:nth-child(3n+1),
    .list_four li:nth-child(4n+1){ clear: both; }

}/*END*/

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

    .list_three li{ width: 48%; }

    .list_two li:nth-child(2n+1),
    .list_three li:nth-child(2n+1),
    .list_four---- li:nth-child(2n+1){
        clear: both; 
    }
    .list_four li{
        width: 48%;
        margin-bottom: 20px;
    }


    /* SP3カラム 
    .list_four li:nth-child(3n+1){ clear: both !important; } 
    .list_four li{
        width: 31.4%;
        margin-bottom: 15px;
    }
    */

    /* SP2カラム */
    .list_four li:nth-child(2n+1){ clear: both !important; } 
    .list_four li{
        width: 48%;
        margin-bottom: 15px;
                text-align:center;
    }



    .list_sp_one .list_three li{
        width: 31.3%;
    }
    .list_sp_one .list_three li:nth-child(2n+1){
        clear: none;
    }

    .list_sp_as .list_three li{
        width: 31.3%;
    }
    .list_sp_as .list_three li:nth-child(2n+1){
        clear: none;
    }




    .list_three li p, .list_four li p{
    line-height:1.6;
    }


}/*END*/

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

    .list_two,
    .list_three{
        /*margin-left:0;*/
        margin-left: -2%;
    }
    .list_two li,
    .list_three li{
        /*float: none;
        width: 100%;
        margin-left:0;*/
    }


    .list_sp_one .list_three li{
        width: 100%;
        margin-bottom:40px;
    }

    .list_sp_one .list_three li:nth-child(2n+1){
        clear: none;
    }


}/*END*/





/*----------------------------------------
     footer_sitemap
----------------------------------------*/
.site_sub_ttl{
    border-bottom:1px solid #434343;
    margin-bottom:15px;
    color:#000;
}

.ulsub li{
    width:100%!important;
    clear:none!important;
    margin-bottom:20px;
}
.ulsub li a{
    color:#fff;
    text-decoration: underline;
    font-size: 1.4rem;
}
.ulsub li a:hover{
    color:#eee;
    text-decoration: underline;
}

.list_three.ws li{
    padding-right: 3%;
}
.list_three.ws{
    margin-bottom:0;
}


.bnr_area{
    margin-bottom:60px;
}

.list_three.ws > li{
    margin-bottom: 60px;
}


@media screen and (max-width: 599px){
    .list_three.ws li{
        width:100%;
        padding-right: 3%;
    }

    .bnr_area{
        margin-bottom:0;
    }

    .list_three.ws > li{
        margin-bottom: 20px;
        width: 48%;
    }

    .ulsub li a{
        font-size: 1.2rem;
    }




}/*END*/
.z_3{
	z-index: 3;
	position: relative;
}




.side_btn{
	position: fixed;
	top: 15%;
	right: -4px;
	transition: all 0.2s;
	z-index: 4;
}
.side_btn:hover{
	right: 0;
}
@media screen and (max-width: 599px){
	.side_btn{
		display: none;
	}
}











