@charset "utf-8";

/* Google fonts import */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Sofia+Sans+Condensed:ital,wght@0,1;0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,1;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body{
	font-family: 'Noto Serif JP', 'Cormorant Garamond', sans-serif;
	/* background: #ddd; */
    color: #333;
}
body.active{
    overflow: hidden;
}
.out-wrapper {
	background-color: #fff;
}

.duo-inner {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
main{
    display: block;
}
img{
    width: 100%;
    height: auto;
}
#wrap{
    overflow: hidden;
}
#wrapper{
	overflow: hidden !important;
}
.pan {
    text-align: left;
    margin: 10px 0 80px;
    font-size: 14px;
}
.com_inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.com_inner02{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}
.footer-NEW-ESTATE{
    padding-top: 40px;
    padding-bottom: 0;
}
.sec-title-b{
    padding-bottom: 30px;
}
.top-NEW-ESTATE-content-title, .top-NEW-ESTATE-content-text {
    font-family: 'Noto Serif JP', serif;
}
.cap{
	font-size: 10px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.sec_ttl_box{
    margin-bottom: 60px;
}
.sec_ttl{
    font-size: 28px;
    margin: auto;
    text-align:center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.sec_subttl{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
}
.sec_ttl_top{
    font-size: 24px;
    margin: 0 auto 10px;
    text-align: center;
}
.sec_lead{
    font-size: 16px;
    color: #221815;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 30px;
}
.ttlbox{
    margin-bottom: 40px;
}

.ttl01_en {
    margin: 0 0 25px;
    font-family: 'Cormorant Garamond';
    font-size: 34px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

.z1{
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .sec_ttl {
        font-size: 24px;
    }
    .sec_lead {
        font-size: 15px;
        margin-top: 20px;
    }

    .ttl01_en {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 750px) {
	.sec_ttl_box{
		margin-bottom: 40px;
	}
    .sec_ttl{
        font-size: 22px;
    }
    .sec_subttl{
        font-size: 18px;
        line-height: 1.8;
    }
    .sec_ttl_top{
        font-size: 20px;
    }
    .sec_lead{
        font-size:14px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 650px) {
    .sec_ttl {
        font-size: 18px;
    }
    .lead{
        font-size: 13px;
        letter-spacing: 0px;
    }
    .sec_ttl_top{
		font-size: 16px;
	}
}

/* subhead */
.sub_head {
    width: 100%;
    height: 320px;
    position: relative;
    margin: 0 auto;
}
h2.sub_head_txt{
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px;
    margin: 0 auto;
    font-family: 'Cormorant Garamond';
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    /* text-shadow: 0 0 10px #000; */
}

@media (max-width:  1000px){
	.sub_head {
		height: 180px;
	}
	h2.sub_head_txt{
	top: calc(50% + 0px);
	}
}

@media(max-width: 750px){
.pan {
    text-align: left;
    margin: 10px 0 60px;
    font-size: 14px;
}

.sub_head {
    width: 100%;
}
h2.sub_head_txt{
	font-size: 35px;
}
	
}


@media screen and (max-width: 550px){
.sub_head {
    width: 100%;
}
h2.sub_head_txt{
}
.pan {
    font-size: 12px;
}
}
.imgcap {
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
}
.imgcap_l {
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 5px;
}


.subhead_cap {
	position: absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	max-width: 1000px;
	width:100%;
	text-align:right;
}
.subhead_cap p{
	/* position: absolute;
    bottom: 0;
    right: 0; */
	display:inline-block;
	padding: 3px 5px;
	background: rgb(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;

}



.pos_re {
	position: relative;
}
.mb0{
    margin-bottom: 0 !important;
}

.db1000{
    display: none;
}
.db850{
    display: none;
}
.db750{
	display: none;
}
.db650{
	display: none;
}
.db500{
    display: none;
}
@media(max-width: 1100px){
	.dn1100{
		display: none;
	}
}
@media(max-width: 1000px){
	.db1000{
		display: block;
	}
    .dn1000{
        display: none;
    }
}
@media(max-width: 850px){
    .db850{
        display: block;
    }
}
@media(max-width: 750px){
    .db750{
        display: block;
    }
    .dn750{
        display: none;
    }
}
@media(max-width: 650px){
	.db650{
		display: block;
	}
	.dn650{
		display: none;
	}
}
@media(max-width: 500px){
	.db500{
        display: block;
    }
}

.zoomOut {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 0.5s;
}
.zoomOut.is-show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}

.slide_b{
    opacity: 0;
    transform:translateY(20px);
    filter: blur(2px);
    transition-duration: 1s;
}
.slide_b.is-show {
    opacity: 1;
    transform:translateY(0);
    filter: blur(0px);

}