body{
    font-family: 'Noto Serif JP', serif;
}

.second-main{
    overflow-x: hidden;
    margin: 100px 0;
}

.second-header{
    display: flex;
}

.second-title h2{
    font-size: .80rem;
    font-family: "Cormorant Garamond", serif;
    color: #B49A6D;
    letter-spacing: 0.18em;
    margin-bottom: 7px;
    margin-top: 10px;
	text-align: left;
	position: relative;
}

.second-title h2::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 136px;
    left: 8px;
    top: -146px;
    background-color: #B49A6D;
    margin: auto;
}

.second-sub-title{
    color: #B49A6D;
    font-size: .22rem;
    margin-bottom: 70px;
}

.second-title--lead{
    font-size: .24rem;
    line-height: 1.6;
    letter-spacing: .016rem;
}

.second-header{
    position: relative;
    width: 1366px;
    max-width: 100%;
    margin: 0 auto 62px;
    /* padding: 0 60px; */
    padding: 0 0 0 60px;
}

.second-title--block{
    position: absolute;
    display: block;
    background-color: #F2F2F2;
    left: -2368px;
    top: 0;
    width: 2984px;
    height: 260px;
}

.second-border{
    position: absolute;
    left: 1005px;
    /* right: 0; */
    bottom: 8px;
    margin: auto;
    object-fit: cover;
    object-position: left;
    width: 1486px;
}

.second-title--right{
	margin-left: 53px;
    width: 27%;
}

.second-title{
	padding-top: 92px;
    position: relative;
    z-index: 1;
}

.second-bggray{
	background-color: #EFEFEF;
}
.second-center{
	margin: 0 auto;
	max-width: 1100px; 
}
.second-intro{
	display: flex;
	/*salign-items:center;*/
}
.second-intro__img{
	flex: 0 1 auto;
	width: 53.5%;
	position: relative;
}
.second-intro__img img{
	width: 100%;
	vertical-align: middle;
}
.second-intro__small{
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: .14rem;
}
.second-intro__text {
    margin: 0 0 0 56px;
    flex: 0 1 auto;
    width: 49%;
	display: flex;
    align-items: center;
}

.second-intro__text p {
    font-size: .16rem;
    line-height: 2.6;
    margin-bottom: 19px;
}

.second-intro__text p:last-child {
	margin-bottom:0;
}

.second-sec {
    padding: 78px 0 90px;
}
.second-h3{
	margin-bottom: 40px;
	font-size: .36rem;
	letter-spacing: .03rem;
}
.second-h3span{
	margin-left: 25px;
	font-size: .24rem;
	color: #B49A6D;
    font-weight: 500;
	letter-spacing: normal;
}
.second-flex{
	display: flex;
	align-items: flex-start;
}
.second-flex_rev{
	flex-direction: row-reverse;
}
.second-flex__text {
    padding: 50px 48px 50px 70px;
    flex: 0 1 auto;
    width: 50%;
}
.second-flex__h4{
	margin-left: .35rem;
	font-size: .3rem;
	text-indent: -.4rem;
}
.second-flex-2base .second-flex__h4{
    letter-spacing: 0em;
}

.second-assets .top-btn-link {
    margin-left: 18px;
    width: 370px;
    margin-top: 60px;
    padding: 23px 5px 23px 0;
    box-sizing: border-box;
}


.second-flex__h4small{
    padding-left: 25px;
	font-size: .24rem;
	display: block;
}
.second-flex__h4num{
	margin-bottom: .04rem;
	margin-right: 10px;
	color: #fff;
	background-color: #B49A6D;
	border-radius: 50%;
	display: inline-block;
	width: .3rem;
    height: .3rem;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.4;
    font-size: .2rem;
	text-indent: 0;
}

.second-flex__p {
    margin-top: 12px;
    padding-left: 35px;
    font-size: .16rem;
    line-height: 2.1;
}
.second-flex-urban .second-flex__p{
    letter-spacing: 0.02em;
}
.second-flex__p .top-btn-link{
	margin: 20px 0 0;
    width: 370px;
}
.top-btn-link.sp_only{
	display: none;
}
.second-flex__img{
	flex: 0 1 auto;
	width: 50%;
}
.second-flex__tablewrap{
	padding: 20px 25px;
	background-color: #fff;
}
.second-flex_tabletext{
	font-size: .14rem;
}
.second-flex_tabletitle{
	margin-bottom: 10px;
	font-size: .16rem;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
}
.second-flex_table{
	margin-top: -10px;
	border: solid 1px #666666;
	font-size: .12rem;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
}
.second-flex_table th{
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
}
.second-flex_table td{
	padding: 7px 0;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
}
.second-flex_table caption{
	margin-bottom: 7px;
	text-align:right;
}
.second-table_caption2{
	font-size: .12rem;
	text-align:right;
	font-family: "Noto Sans JP", sans-serif;
}
.second_table_head{
	background-color: #666666;
	color: #fff;
}
.second_table_head th:nth-child(1){
	width: 8%;
}
.second_table_head th:nth-child(2){
	width: 20%;
}
.second_table_head th:nth-child(3){
	width: 28%;
}
.second_table_head th:nth-child(4){
	width: 17%;
}
.second_table_head th:nth-child(5){
	width: 17%;
}
.second_table_head th:nth-child(6){
	width: 10%;
}
.second_table_head th:not(:first-child){
	border-left: solid 1px #fff;
}
.second-flex_table td:not(:first-child){
	border-left: solid 1px #666666;
}
.second_table_highlight{
	background-color: #E7DED1;
}
.second_table_highlight td{
	padding: 10px 0;
	font-weight: 500;
}
.second-noflex{
	margin-bottom: 60px;
}
.second-noflex__text{
	padding: 20px 48px 25px 70px;
}
.second-noflex__imgwrap{
	display: flex;
	align-items: flex-start;
}
.second-noflex__img{
	flex: 0 1 auto;
}
.second-noflex__img1{
	width: 450px;
}
.second-noflex__img2{
	width: 551px;
}
.second-imgwrap_pl110{
	padding-left: 110px;
}
.second_carimg_wrap{
    width: 52%;
}
.second_carimg{
    width: 100%;
}
.second_lounge-img{
    width: 49%;
}
.second_lounge-text{
    width: 52%;
}
/*コラム*/
.second-house-possibility{
	background-color:#EBE4D8;
	padding: 90px 0 90px;
}

.second-possibility__list{
	margin-bottom:75px;
}

.second-house-possibility .second-center {
    background-color: #fff;
    max-width: 1200px;
    padding: 92px 50px 55px;
	position: relative;
}

.column-ab-text{
	position: absolute;
    top: 0;
    padding: 5px 32px;
    max-width: 100%;
    left: 0;
	color:#fff;
	font-size:.24rem;
	background-color:#B49A6D;
}

.minpaku-text {
    position: absolute;
    top: -11px;
    width: 466px;
    max-width: 100%;
    right: 0;
}

.second-house-possibility .second-h3{
	margin-bottom:68px;
	margin-left: 30px;
	position: relative;
    z-index: 1;
}

.second-h3__lead,
.second-possibility__lead{
	width:900px;
	max-width: 100%;
	margin:0 auto;
	font-size:.16rem;
	line-height: 2.15;
	position: relative;
    z-index: 1;
}

.second-h3__lead {
	margin-bottom: 52px;
}

.second-possibility__list .second-flex__h4{
	margin-bottom: 9px;
	margin-left: 100px;

}

.second-possibility__lead {
    margin-bottom: 20px;
}

.second-possibility__contents{
	width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.second_column__text{
	line-height: 2.3;
}

.second-column-minpaku .second-possibility__contents{
	width: 940px;
}

.second-column-minpaku .second-possibility__contents p{
	padding:0 20px;
}

.second_column-img-scroll {
    width: 940px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.second-merit__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 25px;
}


.second-merit__list {
    border: solid 1px #B49A6D;
    width: 48%;
    padding: 24px 29px 29px;
    margin-bottom: 29px;
	box-shadow: 4px 4px 0px 0px rgba(180,154,109,1);
}

.second-merit__list p:nth-of-type(1){
	color:#B49A6D;
	font-size:.24rem;
	margin-bottom: 5px;
}

.second-merit__list p:nth-of-type(2){
	font-size:.16rem;
	line-height: 2.1;
	letter-spacing: -0.001em;
}


.second_column__start .second-possibility__contents {
    display: flex;
    justify-content: space-between;
}
.second_column__start .second-possibility__contents > div{
 	width:48%
}

.second_column__start .second-possibility__contents > div p {
    line-height: 2.1;
    font-size: .16rem;
    margin-top: -11px;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
}

.inview.effect-rise-wrap {}

.second_column__start .second-possibility__contents img{
 	width:48%
}

.closing-words{
	font-size:.24rem;
	color:#B49A6D;
	text-align: center;
	line-height: 1.7;
}

.second-possibility__list.second_column__start {
    margin-bottom: 55px;
}

@media screen and (min-width:801px) and (max-width:1160px){
	.second-border{
		left: 700px;
	}
	.second-title br.sp_only{
		display: block;
	}
	.second-title--lead{
		margin-left: 0;
	}
	.second-title--right {
		margin-left: 84px;
		width: 35%;
	}
	.second-title--block {
		left: -2500px;
	}
	.second-center{
		margin: 0 auto;
		width: calc(100% - 60px);
	}
	.second-intro {
        flex-direction: column-reverse;
    }
	.second-intro__img {
        width: 100%;
    }
	.second-intro__text {
        width: 100%;
        font-size: .14rem;
        line-height: 2.4;
        padding: 40px 0;
        margin: 0;
        text-align: center;
    }
	.second-flex__text {
    	padding: 20px;
	}
	.second-h3{
		font-size: .3rem;
	}
	.second-h3span{
		margin-left: 31px;
        margin-top: 5px;
		font-size: .26rem;
		display: block;
	}
	.second-flex__h4 {
	    font-size: .24rem;
	}
	.second-flex__h4small {
		padding-left: 20px;
		font-size: .18rem;
	}
	.second-flex__h4num {
    	margin-bottom: 0;
	}
	.second-flex__p {
		margin-top: 10px;
		padding-left: 0;
		font-size: .15rem;
		line-height: 1.8;
	}
	.second-flex__p .top-btn-link{
		width: 100%;
	}
	
	.second-noflex__text {
	    padding: 20px 30px 25px 30px;
	}
	.second-imgwrap_pl110 {
		padding-left: 30px;
	}
	.second-noflex__img1{
		width: 45%;
	}
	.second-noflex__img2{
		width: 55%;
	}
}
@media screen and (max-width:800px){
    .second-main {
        margin: 63px 0 0;
    }
    .second-header {
        padding: 0 17px;
        flex-direction: column-reverse;
        margin: 0px auto 43px;
    }


    .second-title h2{
		margin-top: 0;
        font-size: .40rem;
        order: 2;
        line-height: 1.1;
        padding: 0 6px;
        margin-bottom: 20px;
    }
	
	.second-title h2::before{
		display: none;
	}

    .second-sub-title{
		margin-top: 25px;
        font-size: .14rem;
        order: 1;
        /*writing-mode: vertical-lr;*/
        margin-bottom: 13px;
        position: relative;
        width: fit-content;
    }

    .second-sub-title::before{
        content: "";
        width: 1px;
        background-color: #B49A6D;
        height: 108px;
        position: absolute;
        top: -130px;
        left: 0;
        right: auto;
        margin: auto;
    }

    .second-title--lead{
		margin-left: 0;
        font-size: .16rem;
        order: 3;
        padding: 0 17px;
        text-align: justify;
        line-height: 2;
        letter-spacing: 0.14em;
    }

    .second-title {
        display: flex;
        flex-direction: column;
        margin-top: -107px;
        position: relative;
        z-index: 1;
    }

    .second-title--block {
        left: 0;
        top: 0;
        width: 26%;
        height: 153px;
    }

    .second-title--right{
        margin-left: auto;
        width: 51%;
        margin-top: 0;
        margin-right: 30px;
    }

    .second-border {
        position: absolute;
        left: initial;
        right: 0;
        bottom: auto;
        top: 25%;
        width: 48%;
    }
	.second-intro{
		flex-direction: column-reverse;
	}
	.second-intro__text{
		width: 100%;
		font-size: .14rem;
        line-height: 2.4;
        padding: 47px 0 40px;
        margin: 0;
        text-align: center;
	}
	
	.second-intro__text p {
    font-size: .14rem;
    line-height: 2.4;
    margin-bottom: 0px;
    text-align: center;
	}
	.second-intro__text div{
		margin: 0 auto;
	}	
	.second-intro__img{
		width: 100%;
	}
	.second-intro__small {
		bottom: 7px;
		right: 10px;
		font-size: .12rem;
	}
	.second-sec{
		padding: 40px 0;
	}
	.second-sec:last-child{
		padding: 40px 0 0;
	}
	.second-center{
		margin: 0 auto;
		width: calc(100% - 60px);
	}
	.second-h3 {
		margin-bottom: 25px;
		font-size: .2rem;
		letter-spacing: normal;
	}
	.second-h3span {
		margin-top: 9px;
		margin-left: 0;
		font-size: .16rem;
		display: block;
		line-height: 1.7;
	}
	.second-flex{
		margin-bottom: 25px;
		flex-direction: column;
	}
	.second-flex__text{
		margin-bottom: 15px;
		padding: 0;
		width: 100%;
	}
	.second-flex__h4 {
		margin-left: .26rem;
        font-size: .17rem;
        text-indent: -.26rem;
	}
	.second-flex__h4num {
		margin-bottom: .04rem;
		width: .18rem;
		height: .18rem;
		line-height: 1;
		font-size: .14rem;
		padding-top: 2px;
	}
	.second-flex__h4small{
		font-size: .15rem;
	}
	.second-flex__p {
		margin-top: 5px;
        padding-left: 0;
        font-size: .14rem;
    }
	.second-flex__p .top-btn-link {
		margin: 20px auto;
		width: 265px;
	}
	
	.second-assets .top-btn-link {
    	display: none;
	}
	
	.top-btn-link span {
        margin-left: 20px;
	}
	.second-flex__img{
		width: 100%;
	}
	.second-flex__tablewrap{
		padding: 0;
		background-color: transparent;
	}
	.second-flex_tabletitle{
		font-size: .13rem;
	}
	.second-flex_tabletext{
		font-size: .12rem;
	}
	.second-flex_table{
		font-size: .11rem;
		letter-spacing: normal;
	}
	.second-flex_table th,
	.second-flex_table td{
		background-color: #fff;
	}
	.second_table_head th{
    	background-color: #666666;
	}
	.second_table_highlight th,
	.second_table_highlight td{
		background-color: #E7DED1;
	}
	.second-flex__p .top-btn-link.pc_only{
		display: none;
	}
	.top-btn-link.sp_only{
		margin: 25px auto 7px;
        width: 265px;
		display: flex;
		padding: 16px 0px;
	}
	
	.second-noflex {
		margin-bottom: 25px;
	}
	.second-noflex__text{
		margin-bottom: 15px;
        padding: 0;
	}
	.second-imgwrap_pl110 {
		padding-left: 0;
	}
	.second_carimg_wrap{
	   width: 100%;
	}
	.second-noflex__imgwrap{
		flex-direction: column-reverse;
	}
	.second-noflex__img{
		width: 100%;
	}
	
/*コラム*/

.column-ab-text {
    padding: 3px 21px;
    font-size: .16rem;
}

.second-house-possibility .second-center {
    width: calc(100% - 26px);
	padding: 60px 20px 35px;
}

.second-house-possibility .second-h3 {
    margin-bottom: 44px;
    margin-left: 0px;
    line-height: 1.8;
}

.second-possibility__list .second-flex__h4 {
    margin-bottom: 4px;
    margin-left: 24px;
}

.second-possibility__lead {
    font-size: .14rem;
}

.second_column-img-scroll {
    margin: 0 auto 25px;
    overflow-y: scroll;	
	width: calc(100vw - 26px);
	max-width: initial;
	margin-left: -20px;
}

.second_column-img-scroll::-webkit-scrollbar {
   width: 12px;
   height: 4px;
 }


.second_column-img-scroll::-webkit-scrollbar {
  width: 2px;
}
.second_column-img-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}

.second_column-img-scroll img{
	width:627px;
	
	
}


.second_column__text {
    line-height: 2.15;
    font-size: .14rem;
}

.second-column-minpaku .second-possibility__contents p {
    padding: 0 0px;
	letter-spacing: -0.01em;
}

.second-possibility__list {
    margin-bottom: 38px;
}

.second-merit__list {
	width: 100%;
    padding: 16px 21px 22px;
    margin-bottom: 22px;
    box-shadow: 2px 2px 0px 0px rgba(180,154,109,1);
}

    .second-merit__list p:nth-of-type(1) {
        font-size: .18rem;
        margin-bottom: 5px;
    }

.second-merit__list p:nth-of-type(2) {
    font-size: .14rem;
    line-height: 2.15;
	letter-spacing: -0.03em;
}

.second-merit__list:nth-of-type(1){
	order:1;
}
.second-merit__list:nth-of-type(2){
	order:3;
}
.second-merit__list:nth-of-type(3){
	order:2;
}
.second-merit__list:nth-of-type(4){
	order:4;
}

.second-possibility__contents{
	font-size:.14rem;
}

.second_column__start .second-possibility__contents > div {
    width: 100%;
}

.second_column__start .second-possibility__lead{
	letter-spacing: -0.1em;
}

.second_column__start .second-possibility__contents > div p {
    line-height: 2.15;
    font-size: .14rem;
    margin-bottom: 13px
}

.second_column__start .second-possibility__contents img {
    width: 100%;
	margin-bottom: 21px;
}

.second-possibility__list.second_column__start {
    margin-bottom: 17px;
}

.closing-words {
    font-size: .16rem;
    line-height: 1.8;
}

.minpaku-text {
    position: absolute;
    top: -6px;
    width: 185px;
    max-width: 100%;
    right: -3px;
}
	
	
	
	.second-flex_table td:nth-child(3) {
		letter-spacing: -.01rem;
	}
	rt {
		translate: 0 .07rem;
	}
	@-moz-document url-prefix() {
		rt {
			position: relative;
			top: .07rem;
	}
	

}