@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。相鉄本線「星川」駅徒歩3分。";
	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: #0f345d;
    color: #fff;
}

.top_bg01{
    padding: 10px 0 80px;
    /* background: url(../img/top/top_bg01.jpg) no-repeat; */
    /* background-size: cover; */
    /* background: url(../img/common/cont_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_bg02{
    background: #fff;
    background-size: cover;
}
.top_bg03{
    background: #f3f3f3;
    background-size: cover;
}


.top_bg01.top_bg01_pd_none{
    padding: 0;
}



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


/* 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: #fdf8f3;
	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, #e98e3d, #c45605);
}
.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, #0f345d, #2a6fb3);
}
.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%;
}

/* index */
.concept_ttl{
    background: #f2f8ff;
    padding: 2em 0;
    margin-bottom: 70px;
}
.content_ttl_en {
    text-align: center;
    font-family: 'Cormorant Garamond';
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 0.1em;
    position: relative;
}
.concept_ttl .content_ttl_en {
    position: relative;
}


/* 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;
}

.modelroom_img{
    margin: 0 5px 40px;
}

.access_flex{
    display: flex;
}
.access_flex_item{
    width: 32%;
}
.locatin_flex{
    display: flex;
    flex-wrap: wrap;
}
.location_l, .location_r{
    width: 50%;
}
.location_r_flex{
    display: flex;
}
.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 20px;
    /* 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;
}
.btn_read p {
    line-height: 0;
}
.p_white, .btn_white {
    color: #fff !important;
}
.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;
}
.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: 20px;
    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: 117%;
    max-width: 650px;
    max-height: 190px;
    position: absolute;
    bottom: -10%;
    right: -20%;
    z-index: 5; */
    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: 117%;
    max-width: 650px;
    max-height: 190px;
    position: absolute;
    bottom: -10%;
    right: -20%;
    z-index: 5; */
    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;
    /* transform: translateX(-100px); */
}
.is-show.top_bunner_flex_img.box_r.pos_re:after {
    /* width: 370%; */
    width: calc(100vw - ((100vw - 1200px) / 2));
}





.belt_area{
    background: #f2f8ff;
    padding: 40px 0;
}
.belt_stroke{
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.belt_stroke img{
    width: 100%;
    height: 100%;
}
.belt_flex{
    height: 200px;
    width: 100%;
    position: relative;
}
.belt_item{
    width: 40%;
    position: absolute;
    height: 100%;
}

.belt01{
    width: 35.7%;
    background-image: url(../img/top/belt01_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 82.4% 100%, 0% 100%);
}
.belt02{
    width: 41.2%;
    background-image: url(../img/top/belt02_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(15% 0, 85.4% 0, 100% 100%, 0% 100%);
}
.belt03{
    width: 35.5%;
    background-image: url(../img/top/belt03_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17.2% 100%);
}

.belt01 .belt_text{
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.7));
}
.belt02 .belt_text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.7));
}
.belt03 .belt_text{
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.7));
}






@media(max-width: 1400px){
.belt_flex {
    height: 150px;
}
.belt_area {
    background: #f2f8ff;
    padding: 40px 0;
}
}

@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));
    }
}


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

@media(max-width: 1100px){
.top_link_h02 {
    padding: 0px 0 20px;
}
.top_link_p02 {
    margin: 15px 0 10px;
    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: 10px;
}
.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;
}

.belt_flex {
    height: 100px;
}



}


@media(max-width: 1000px){
.mv{
    margin-top: 0;
}
}


@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_stroke{
    display: none;
}
.belt_area {
    padding: 20px 0;
}
.belt_flex{
    flex-wrap: wrap;
    height: auto;
}
.belt_item{
    width: 100%;
    height: 90px;
    position: relative;
    clip-path: unset;
}
.belt_item::after{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #fff;
    pointer-events: none;
}

.belt_text img{
    width: auto;
    height: 100%;
}
.belt01 .belt_text {
    left: 50%;
    width: auto;
    height: 70%;
}
.belt02 .belt_text {
    width: auto;
    height: 70%;
}
.belt03 .belt_text {
    left: 50%;
    width: auto;
    height: 70%;
}
}


@media(max-width: 650px){
    .top_bg01{
        padding: 10px 0 40px;
    }
    /* 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: 15px 0 10px;
    }
    .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){

}