@charset "utf-8";


header .h_main02{
    transition-duration: 0.6s;
    /* background: none; */
}

header.on .h_main02{
    background: rgba(255, 255, 255, 0.8);
}

.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"東京都足立区の新築分譲マンション「パレステージ北千住Ⅱ」公式HP。東京メトロ千代田線・日比谷線「北千住」駅徒歩8分。";
	display: inline-block;
	font-size: 10px;
}

.pan{
    margin: 0px 0 80px;
}


.h_links ul li.top::before{
    width: 100%;
    transition: 0.3s;
}
.hummenu ul li.top {
    border-bottom: 1px solid #fff;
}
.footer_sitemap ul li.top a {
    background: #1b233e;
    color: #fff;
}

.top_bg01{
    padding: 10px 0 80px;
}


/* mv */
.mv{
	position: relative;
	overflow: hidden;
    margin-top: 70px;
}



/* info */
.info_news_txt h2 {
	max-width: 138px;
	margin: 0 auto 40px;
	padding: 0 20px 15px;
	border-bottom: 1px solid;
	box-sizing: content-box;
}
.info_news {
	margin: 80px auto 0;
	max-width: 1000px;
	background: #f3f3f3;
	padding: 40px 20px;
	text-align: center;
}
.info_script p{
    text-align: center;
}

.btn_req_res_02{
    max-width: 1000px;
    margin: 60px auto 40px;
    text-align: center;
}
.btn_req_res_02 ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 667px;
    margin: 0 auto;
    justify-content: center;
}
.btn_req02{
    margin-right: 10px;
    width: 49%;
}
.btn_req02 a {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    transition: 0.6s;
    background: linear-gradient(-90deg, #0a5f40, #39be91);
}
.btn_res02 a {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    transition: 0.6s;
    background: linear-gradient(-90deg, #d37d0c, #e8a247);
}
.btn_res02.soon a{
    pointer-events: none;
}
.btn_req02 a:hover,.btn_res02 a:hover{
    opacity: 0.6;
    transition: 0.6s;
}
.btn_res02 {
	width: 49%;
}


/* company */
.company_info h2{
	max-width: 138px;
	padding: 10px 20px;
	margin: 0px auto 40px;
	box-sizing: content-box;
	position: relative;
}
.company_info h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 190px;
    height: 1px;
    background-color: #000;
}
.company_info .com_box{
	text-align: center;
}
.company_info .com_box p.duo{
	font-size: 20px;
}
.company_info .nisshin{
	margin-top: 20px;
}
.company_info{
    margin: 120px auto 0;
}
.com_box{
	margin: 0 auto 0px;
}

.com_box p{
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.15em;
}
.sec_bottom {
    padding: 80px 0;
}


/* 20250812_banner*/
.top_design {
    position: relative;
}
.fade02 {
    opacity: 0;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
}
.fade02.is-show {
    opacity: 1;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
}
.imgcap {
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
}
.imgcap {
    z-index: 15;
}
.top_design_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
}
.top_link_h02 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 0 30px;
    position: relative;
}
.top_link_p02 {
    color: #fff;
    margin: 40px 0 40px;
    /* font-size: 18px; */
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.top_link_t02 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 0 40px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
}



.h_svg03 {
    height: 18px;
    /* max-width: 138px; */
}
.top_link_h02::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 60px;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.btn_read {
    border: 1px solid;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* margin: 0 auto; */
    max-width: 350px;
    transition: 0.5s;
    background: #fff;
}
.btn_read p {
    line-height: 0;
    position: relative;
    z-index: 1;
}
.p_white, .btn_white {
    color: #fff !important;
    background: unset;
}
.btn_white {
    border: 1px solid #fff !important;
}
.btn_white p {
    color: #fff;
}
.btn_read:hover p{
	color: #fff;
}
.btn_read:hover::before{
	width: 100%;
}
.btn_read:hover::after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn_read.btn_white:hover::before{
	background: #fff;
    transition: 0.5s;
}
.btn_read.btn_white:hover p{
	color: #000;
}

.btn_read.btn_white:hover::after{
	border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.top_design_txt .btn_read {
    margin: 0 auto;
}
.btn_read::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: 1;
    background: #000;
    transition: 0.5s;
}
.btn_read.btn_white::before {
    background: unset;
}
.btn_read::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
}
.btn_read.btn_white::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* 20250820 */
.top_wide {
    /* height: 680px; */
    padding: 350px 20px;
}
.top_wide.top_plan {
    background: url(../img/top/top_design.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.top_wide.top_access {
    background: url(../img/top/top_accesslocation.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}



/* 20250812_plan */
.top_bunner_ttl {
    font-family: 'Cormorant Garamond';
    text-align: center;
    text-transform: uppercase;
    color: #0f345d;
    font-size: 54px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.top_bunner_ttl.pos_re:after {
    content: "";
    width: 75px;
    margin: 30px auto 0;
    height: 1px;
    background: #0f355d;
    display: block;
}
.top_bunner_ttl.top_design_txt_white {
    color: #fff;
}
.top_bunner_ttl.top_design_txt_white.pos_re:after {
    background: #fff;
}

.sec_bottom_bn01 {
    padding: 80px 0 120px;
}
.sec_bottom_bn02 {
    padding: 80px 0 0px;
}
.top_bunner_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.top_bunner_flex_txt {
    width: 40%;
    position: relative;
    z-index: 1;
    padding-top: 50px;
}
.top_link_p_ttl {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.top_link_p {
    margin: 0 0 40px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
    margin-bottom: 40px;
}

.top_bunner_flex_img {
    width: 56%;
}
.top_bunner_flex_img.pos_re img {
    position: relative;
    z-index: 10;
}
.top_bunner_flex_img.pos_re:after {
    content: "";
    background: rgba(190, 220, 254, 0.3);
    height: 46%;
    width: 0%;
    max-height: 190px;
    position: absolute;
    bottom: -10%;
    left: calc(-100vw - ((-100vw - 1000px) / 2));
    z-index: 5;
    transition-duration: 1s;
    transition-delay: 0.3s;
}
.is-show.top_bunner_flex_img.pos_re:after {
    width: calc(100vw - ((100vw - 1200px) / 2));
}
.top_bunner_flex_img.box_r.pos_re:after {
    content: "";
    background: rgba(190, 220, 254, 0.3);
    height: 46%;
    width: 0%;
    max-height: 190px;
    position: absolute;
    bottom: -10%;
    right: calc(-100vw - ((-100vw - 1000px) / 2));
    left: auto;
    z-index: 5;
    transition-duration: 1s;
    transition-delay: 0.3s;
}
.is-show.top_bunner_flex_img.box_r.pos_re:after {
    /* width: 370%; */
    width: calc(100vw - ((100vw - 1200px) / 2));
}

/* belt */
.belt{
	/* background: url(../img/top/belt_bg.jpg); */
    position: relative;
	background: #333333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    z-index: 1;

    background: linear-gradient(to right, #060817, #262938, #51545d);
    
    background-size: 100% 20px;
    
    /* background-repeat: repeat-y; */
    
    /* 線をはっきり分けたい場合は border-bottom の代わりに linear-gradient で描画 */
    /* 下記のように書くと、下1pxが線、上9pxがグラデーションになります */
    /* background-image: 
    linear-gradient(to bottom, transparent 9px, rgba(0,0,0,0.1) 9px),
    linear-gradient(to right, #6a11cb, #2575fc); */
}
.belt::after{
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    inset: 0;
    /* 反転させたグラデーションを重ねる */
    background: linear-gradient(to right, #51545d, #262938, #060817);
    background-size: 100% 20px;
    background-position: 0 10px;
    /* 偶数行だけを表示するようにマスクをかける */
    -webkit-mask-image: repeating-linear-gradient(to bottom, transparent 0 10px, black 10px 20px);
    mask-image: repeating-linear-gradient(to bottom, transparent 0 10px, black 10px 20px);
}
.belt ul{
    display: flex;
    justify-content: center;
    /* max-width: 1200px; */
    width: 100%;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
}
.belt ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    border-left: 1px solid #fff;
    /* width: calc(100% / 5 - 0px); */
    padding: 0 20px;
}
.belt ul li:last-child{
    border-right: 1px solid #fff;
}
.belt ul li span{
    width: 100%;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.belt ul li span.small{
    /* font-size: 15px; */
}
.belt ul li span.belt_p01{
    font-size: 18px;
    letter-spacing: 0.15em;
}
.belt ul li span.gold{
    /* color: #f1e2ab; */
    background: linear-gradient(90deg, #fbdca7, #cbac78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.belt ul li a{
    transition-duration: 0.6s;
    /* filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 1)); */
    filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 1)) drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.5));
}
.belt ul li a:hover{
    opacity: 0.6;
}

.txt_l{
    font-size: 1.4em !important;
    line-height: 1 !important;
}





@media(max-width: 1400px){
    .belt ul li span {
        font-size: 24px;
    }
    .belt ul li span.belt_p01 {
        font-size: 16px;
    }
}

@media(max-width: 1200px){
    .is-show.top_bunner_flex_img.pos_re:after {
        width: 96vw;
    }
    .top_bunner_flex_img.pos_re:after{
        left: calc(-100vw - ((-100vw - 179%) / 2));
    }
    .is-show.top_bunner_flex_img.box_r.pos_re:after {
        width: 96vw;
    }
    .top_bunner_flex_img.box_r.pos_re:after{
        right: calc(-100vw - ((-100vw - 179%) / 2));
    }

    .belt ul li{
        padding: 0 15px;
    }
}


@media(max-width: 1150px){
}

@media(max-width: 1100px){

/* belt */

.belt{
    height: auto;
    padding: 20px;
}
.belt ul li:nth-child(even){
    border-right: solid 1px #fff;
}
.belt ul li:nth-child(3n){
    border-right: solid 1px #fff;
}
.belt ul{
    flex-wrap: wrap;
}
.belt ul li{
    width: calc(100% / 2);
    padding: 0.2em 0;
    margin-bottom: 2%;
}
.belt ul li span.small {
    /* font-size: 14px; */
}
.belt ul li span {
    font-size: 20px;
}
.belt ul li span.belt_p01{
    font-size: 15px;
}
.belt ul li:nth-child(n + 3){
    margin-bottom: 0%;
}
.belt ul li:last-child{
    /* width: 100%; */
    /* margin-bottom: 0; */
    border-left: none;
}

.top_link_h02 {
    padding: 0px 0 20px;
}
.top_link_p02 {
    margin: 20px 0 30px;
    font-size: 18px;
}
.top_link_t02 {
    font-size: 14px;
    padding: 0 0 20px;
    line-height: 1.5;
}
.top_bunner_ttl {
    font-size: 40px;
    margin-bottom: 15px;
}
.top_bunner_ttl.pos_re:after {
    margin: 20px auto 0;
    width: 65px;
}
.top_link_p_ttl {
    font-size: 18px;
    margin-bottom: 30px;
}
.top_link_p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.top_wide {
    /* height: 480px; */
    padding: 240px 20px;
}
.content_ttl_en {
    font-size: 36px;
}
.concept_ttl {
    padding: 2em 0;
    margin-bottom: 40px;
}



}


@media(max-width: 1000px){
.mv{
    margin-top: 0;
}
/* .belt ul li span {
    font-size: 20px;
}
.belt ul li span.belt_p01{
    font-size: 15px;
} */

}


@media(max-width: 768px){
.top_bunner_flex_txt .top_bunner_ttl {
    text-align: center;
    margin-bottom: 20px;
}
.top_bunner_flex_img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}
.top_bunner_flex_txt {
    width: 100%;
    order: 2;
    text-align: center;
    padding-top: 20px;
}
.btn_read {
    margin: 0 auto;
}
.top_bunner_flex {
    max-width: 500px;
    margin: 0 auto;
}
.top_link_p{
    text-align: center;
}
.top_bunner_flex_img.pos_re:after {
    left: calc(-100vw - ((-100vw - 100%) / 2));
}
.is-show.top_bunner_flex_img.pos_re:after,.is-show.top_bunner_flex_img.box_r.pos_re:after {
    width: 95vw;
}
.top_bunner_flex_img.box_r.pos_re:after {
    right: calc(-100vw - ((-100vw - 100%) / 2));
}
}


@media(max-width: 750px){

.belt ul li {
    /* width: calc(100% / 2); */
}
.belt ul li:nth-child(n + 3){
    /* margin-bottom: 2%; */
}
.belt ul li{
    border-right: solid 1px #fff;
}
.belt ul li:last-child{
    /* width: 100%; */
    
    margin-bottom: 0;
}

}


@media(max-width: 650px){
    
    .top_bg01{
        padding: 10px 0 40px;
    }

    /* belt */
    .belt ul li {
        width: 100%;
        margin-bottom: 3%;
        padding-bottom: 3%;
        border-left: none!important;
        border-right: none!important;
        border-bottom: solid 1px #fff;
    }
    .belt ul li:nth-child(n + 3) {
        margin-bottom: 2%;
    }
    .belt ul li:first-child{
        padding-top: 0;
    }
    .belt ul li:last-child{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .belt ul li span {
        font-size: 18px;
    }
    .belt ul li span.belt_p01 {
        font-size: 14px;
    }

    /* info */
    .info_news {
        margin: 40px auto 0;
        padding: 40px 10px;
    }
    .info_news_txt h2 {
        margin: 0 auto 30px;
    }
    .btn_req02 {
        margin-right: 0;
        width: 100%;
    }
    .btn_res02 {
        margin: 20px auto 0;
        width: 100%;
    }
    .btn_req_res_02 {
        margin: 40px auto 0;
    }
	.btn_req_res_02 ul {
		max-width: 350px
	}

    /* company */
    .company_info h2 {
        max-width: 118px;
    }
    .company_info{
        margin: 60px auto 0;
    }

    /* 20250812 */
    .top_link_p02 {
        margin: 20px 0 30px;
    }
    .top_link_p02 {
        font-size: 15px;
    }
    .top_link_p {
        font-size: 13px;
    }
    .top_link_t02 {
        font-size: 13px;
    }
    .h_svg03 {
        height: 14px;
        /* max-width: 118px; */
    }
    .top_link_h02 {
        padding: 0px 0 15px;
    }
    .top_bunner_ttl.pos_re:after {
        width: 50px;
    }

    .top_link_p_ttl {
        font-size: 15px;
    }
    .top_bunner_ttl {
        font-size: 30px;
    }

    .sec_bottom {
        padding: 60px 0;
    }
    .sec_bottom_bn01 {
        padding: 40px 0 60px;
    }
    .sec_bottom_bn02 {
        padding: 40px 0 0px;
    }

    .content_ttl_en {
        font-size: 26px;
    }
}

@media(max-width: 550px){

    /* belt */
    /* .belt ul li span {
        font-size: 16px;
    }
    .belt ul li span.belt_p01 {
        font-size: 12px;
    } */

}