@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnLink,
.secBnrSlider,
.secTxt {
    position: relative;
    z-index: 20
}

/* secBnrSlider */
.secBnrSlider{
    background-color: var(--brandColor);
}
.secBnrSlider{
    background-color: var(--bgType03);
}
.secBnrSlider .boxSlider{
    position: relative;
    overflow: hidden;
}
/* .secBnrSlider .boxSlider.disabled{
    padding: 20px 0;
} */
.secBnrSlider .swiper{
    overflow: visible;
}
.secBnrSlider .imgSlider{
    display: block;
    height: 0;
    padding-top: 55.883%;
    position: relative;
}
.secBnrSlider .swiper-button-prev,
.secBnrSlider .swiper-button-next{
    width: 66px;
    height: 66px;
    border-radius: 100%;
    background-color: var(--bgType03);
    top: 0;
    bottom: 0;
    margin: auto;
}
.secBnrSlider .swiper-button-prev{
    left: -38px;
    transform: rotate(180deg);
}
.secBnrSlider .swiper-button-next{
    right: -38px;
}
.secBnrSlider .swiper-button-prev::after,
.secBnrSlider .swiper-button-next::after{
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
}
.secBnrSlider .swiper-pagination{
    position: static;
    padding: 38px 0 78px;
}
.secBnrSlider .swiper-pagination-bullet{
    border: 1px solid var(--textColor);
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--bgType03);
}
.secBnrSlider .swiper-pagination-bullet-active{
    border: none;
    background: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secBnrSlider .swiper{
        overflow: visible;
    }
    .secBnrSlider .imgSlider{
        padding-top: 56%;
    }
    .secBnrSlider .swiper-button-prev,
    .secBnrSlider .swiper-button-next{
        display: none;
    }
    .secBnrSlider .swiper-pagination{
        padding: 23px 0;
    }
    .secBnrSlider .swiper-pagination-bullet{
        margin: 0 4px !important;
        width: 7px;
        height: 7px;
        border-radius: 7px;
    }
}

/* secAfter */
.secAfter{
    padding: 140px 0;
    color: var(--brandColor);
    margin-top: 150px;
}
.secCmnMember + .secAfter{
    margin-top: 0;
}
.secAfter .list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secAfter .item{
    overflow: hidden;
    width: 32%;
}
.secAfter .item:nth-child(n+4){
    margin-top: 30px;
}
.secAfter .img img{
    border-radius: 5px;
}
.secAfter .txtBox{
    border: 1px solid #bab9b9;
    background: var(--textColor);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 66px 45px;
}
.secAfter .txtBox .tit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_143);
    letter-spacing: var(--pcLetterSpacing28_1);
    text-align: center;
}
.secAfter .txtBox .txt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_178);
    margin-top: 25px;
    text-align: left;
}
.secAfter .txtAbout{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_15);
    margin-top: 45px;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secAfter{
        padding: 65px 0;
        margin-top: 50px;
    }
    .secAfter .list{
        margin-top: 25px;
    }
    .secAfter .item{
        width: 100%;
    }
    .secAfter .item:nth-child(1){
        margin-bottom: 30px;
    }
    .secAfter .item:nth-child(n+2){
        margin-top: 0;
        border-top: 1px solid rgba(52, 52, 52, 0.3);
    }
    .secAfter .item:last-child{
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(52, 52, 52, 0.3);
    }
    .secAfter .img img{
        border-radius: 0;
    }
    .secAfter .txtBox{
        border: none;
        border-radius: 0;
        padding: 21px 0 21px;
    }
    .secAfter .txtBox .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_155);
        letter-spacing: var(--spLetterSpacing18_0);
        text-align: left;
    }
    .secAfter .txtBox .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_17);
        margin-top: 8px;
    }
    .secAfter .txtAbout{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_2);
        margin-top: 20px;
    }
}

/* secTxt */
.secTxt{
    color: var(--brandColor);
    padding: 200px 0 0;
    background:var(--textColor);
}
.estate_type02 .secTxt.lazyloaded{
    background: url(../img/estate/bgSecTxt02.png)center top / cover no-repeat;
}
.secTxt .wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secTxt .boxLogo{
    width: 16%;
}
/* .secTxt .boxLogo .img{
    width: 100%;
    height: 0;
    padding-top: 150%;
} */
.secTxt .boxLogo img{
    max-width: 100%;
    height: auto;
}
.secTxt .boxTxt{
    width: 74.667%;
    font-weight: bold;
    margin-top: -14px;
}
.secTxt .boxTxt:only-child{
    margin: 0 auto;
}
.secTxt .boxTxt .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_17);
    letter-spacing: var(--pcLetterSpacing34_1);
}
.secTxt .boxTxt .txt{
    margin-top: 25px;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_22);
}
@media only screen and (max-width:1215px){
    .secTxt{
        padding: 70px 0 63px;
    }
    .estate_type02 .secTxt.lazyloaded{
        background: url(../img/estate/bgSecTxt02_sp.png)center top / cover no-repeat;
    }
    .secTxt .wrapper{
        align-items: center;
        flex-direction: column;
    }
    .secTxt .boxLogo{
        width: 24.93%;
        margin-bottom: 21px;
    }
    .secTxt .boxTxt{
        width: 100%;
        margin-top: 0;
    }
    .secTxt .boxTxt .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_167);
        letter-spacing: var(--spLetterSpacing18_05);
    }
    .secTxt .boxTxt .txt{
        margin-top: 15px;
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_17);
    }
}
#container {
    overflow: visible;
    contain: paint;
}
/* secEstateLink */
.secEstateLink{
    position: relative;
}
.secEstateLink .item{
    position: relative;
    height: auto;
    padding: 200px 0 170px;
    z-index: 1;
    display: flex;
}
.secEstateLink .item1 {color: var(--brandColor); background: var(--textColor);}
.secEstateLink .item1 .item{
    padding: 180px 0 168px;
}
.secEstateLink .item2 {
    color: var(--textColor); 
    background: var(--bgType03);
}
.secEstateLink .item2 .item{
    justify-content: flex-end;
}
.secEstateLink .item3 {color: var(--brandColor); background: var(--textColor);}
.secEstateLink .item4 {
    color: var(--textColor); 
    background: var(--bgType03);
}
.secEstateLink .item4 .item{
    justify-content: flex-end;
    padding: 200px 0 100px;
}
.secEstateLink .item5 {color: var(--brandColor); background: var(--textColor);}
.secEstateLink .item1 .cmnMore::before,
.secEstateLink .item1 .cmnMore::after{
    background-color:var(--brandColor);
}
.secEstateLink .item2 .cmnMore::before,
.secEstateLink .item2 .cmnMore::after {
    background-color: var(--textColor);
}
.secEstateLink .item3 .cmnMore::before,
.secEstateLink .item3 .cmnMore::after {
    background-color:var(--brandColor);
}
.secEstateLink .item4 .cmnMore::before,
.secEstateLink .item4 .cmnMore::after{
    background-color: var(--textColor);
}
.secEstateLink .item5 .cmnMore::before,
.secEstateLink .item5 .cmnMore::after {
    background-color:var(--brandColor);
}
.secEstateLink .boxTxt {
    width: 460px;
    margin-right: 100px;
}
.secEstateLink .item2 .boxTxt,
.secEstateLink .item4 .boxTxt{
    margin-right: 0;
    margin-left: 100px;
}
.secEstateLink .boxGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
    margin-top: 60px;
    min-height: 310px;
}
.secEstateLink .boxGroup .box{
    
}
.secEstateLink .bgTxt {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.349);
}
.secEstateLink .boxTxt .tit{
    font-size: var(--pcFontSize46);
    letter-spacing: var(--pcLetterSpacing46_50);
    line-height: var(--pcLineHeight46_70);
}

.secEstateLink .boxTxt .txt{
    padding-top: 14px;
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    letter-spacing: var(--pcLetterSpacing22_50);
}
.secEstateLink .boxImg{
    position: relative;
    width: calc(100% - 560px);
}
/* .secEstateLink .boxImg .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 117.022%;
    height: 0;
    padding-top: 65.745%;
} */
.secEstateLink .boxImg .img {
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 1100px;
    height: 0;
    padding-top: 618px;
}

.secEstateLink .item2 .img,
.secEstateLink .item4 .img{
    left: unset;
    right: 0;
}
.secEstateLink .item4 .img{
    bottom: -180px;
}
.secEstateLink .boxMore{
    display: inline-block;
}
.secEstateLink .cmnMore{
    position: relative;
    margin: 38px 0 0 auto;
}
@media only screen and (max-width:1215px){
    /* secObsession */
    .secEstateLink .itemTxtBg .boxTxt{
        max-width: none;
    }
    .secEstateLink .boxInner .wrapper{
        flex-direction: column;
        align-items: flex-end;
        height: auto;
    }
    .secEstateLink .item{
        height: auto;
        display: block;
    }
    .secEstateLink .boxTxt {
        width: 92%;
        margin: 0 auto;
        height: auto;
    }
    .secEstateLink .boxGroup {
        width: 92%;
        max-width: none;
        padding: 27px 0;
        height: 210px;
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .secEstateLink .boxGroup .box{
        max-width: none;
    }
    .secEstateLink .bgTxt {
        height: 100%;
    }
    .secEstateLink .boxTxt .tit{
        font-size: var(--spFontSize24);
        letter-spacing: var(--spLetterSpacing24_30);
    }
    .secEstateLink .boxTxt .txt{
        padding-top: 5px;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_24);
    }
    /* .secEstateLink .boxTxt br{
        display: none;
    } */
    .secEstateLink .boxImg{
        margin-top: 0;
        width: 96%;
        margin: 0 0 0 auto;
    }
    .secEstateLink .cmnMore{
        margin: 23px 0px 0 auto;
    }
    .secEstateLink .boxGroup{
        height: auto;
        transform: unset;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0;
    }
    .secEstateLink .item4 .boxGroup{
        padding: 20px 0 20px;
    }
    /* _:lang(x)+_:-webkit-full-screen-document,
    .secEstateLink .boxGroup{
        height: 310px;
    } */
    /* _:lang(x)+_:-webkit-full-screen-document,
    .secEstateLink .bgTxt{
        height: 100%;
    }
    _:lang(x)+_:-webkit-full-screen-document,
    .secEstateLink .boxGroup{
        padding-bottom: 100px;
    } */
    .secEstateLink .boxImg .img {
        position: static;
        width: 100%;
        height: 0;
        padding-top: 56.112%;
    }
    .secEstateLink .item {
        padding: 50px 0 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .secEstateLink .item4 .item{
        padding: 50px 0 0;
    }
    .secEstateLink .item1 .item {
        padding: 50px 0 0;
    }
    .secEstateLink .item1 .item:before,
    .secEstateLink .item3 .item:before,
    .secEstateLink .item5 .item:before{
        content: '';
        position: absolute;
        top: 0px;
        height: 100px;
        width: 100%;
        left: 0;
        background: var(--bgType03);
    }
    .secEstateLink .item2 .boxTxt, 
    .secEstateLink .item4 .boxTxt {
        margin-right: 0;
        margin-left: 0;
        margin: 0 auto;
    }
    .secEstateLink .item2 .item,
    .secEstateLink .item4 .item{
        flex-direction: column;
    }
    .secEstateLink .item2,
    .secEstateLink .item4{
        background: linear-gradient(var(--textColor) 200px, var(--bgType03) 200px);
    }
    .secEstateLink .item2 .boxImg,
    .secEstateLink .item4 .boxImg{
        margin: 0 auto 0 0;
    }
    .estate_type03 .secCmnMember {
        padding: 70px 0;
        margin-top: 55px;
    }
}
.bnrReserve{
    margin: 230px auto 0;
}
@media only screen and (max-width:1215px){
    .bnrReserve{
        margin-top: 70px;
    }
}