@charset "UTF-8";

.page .stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.D1.page .stage .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 170% 0%;
}

body {
    background-color: #eee;
}

p span {
    display: block;
}

.page {
    padding: 0;
    margin: 0;
}

.pageBox {
    padding: 5vw 10vw;
    min-height: 100vh;
}

.page.D1 {

    background-color: #000;
    color: #fff;
    /* background-image: url(../images/D/D1-map.jpg); */
    background-position: 160% 0%;
    background-size: 80%;
    background-repeat: no-repeat;

}

.page.D1 .pageBox {
    align-items: flex-end;
}

.title h1 {
    font-size: 8rem;
}

.title .display-3 {
    font-size: 8rem;
    line-height: 1;
    white-space: nowrap;

    font-weight: 800;
    text-transform: uppercase;
    /* Warning: no fallback */

    background: -webkit-linear-gradient(-90deg, #e2acb8 30%, #5f4899 50%, #2c96d3 70%);

    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #000;
}


.page.D1 .title h1 {
    color: #000;
}

.page.D1 .text h3 {
    margin-bottom: 2rem;
}




.page.D2 .title h1 {
    color: #eee;
}


.page.D2 {
    background-color: #eee;
}



.page.D2 .stage .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}


@media(max-width:1280px) {
    .page.D1 {
        background-position: 190% 0%;
    }
}

@media(max-width:991px) {
    .Txt p {
        text-align: justify;
    }

    .Txt p span {
        display: inline;
    }

    .pageBox {
        padding: 10px;
        min-height: auto;
    }

    .page.D1 {
        background-position: 15% 10%;
        background-size: 128%;
    }

    .page.D1 .pageBox {
        padding-top: 300px;
    }

    .title h1,
    .title .display-3 {
        font-size: 3rem;
    }

    .page.D2 {
        padding-top: 10%;
        background-position: 50% bottom;
        background-size: 140%;
    }

    .page.D2 .pageBox {
        min-height: auto;
        padding-bottom: 400px;
    }


    .D1.page .stage .layer {
        background-size: 135%;
        background-position: 0% 5%;
    }
    .page.D2 .stage .layer{
        background-position: bottom;
    }
}


.page.D3 {
    background-image: url(../images/D/D3-bg.jpg);
    background-size: cover;
    overflow: hidden;
}

.page.D3 .title {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}

.page.D3 .title h1 {
    color: #dadada;
    font-size: 6rem;
}

#btn a {
    display: block;
    transform-origin: center;

}

#btn a:hover .st1 {
    fill: #6e153e;
}

#btn a:hover .st0,
#btn a:hover .st5,
#btn a:hover .st6 {
    fill: #2b2233;
}


.PriceMap svg {
    transform: translateX(10%);
}

.fancybox-slide--html {
    padding: 0;
}

.fancybox-content {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/D/D3-bg.jpg);
    background-size: cover;
}

#hidden-content-map-btn01 {
    background-image: url(../images/D/D3-map-bg01.jpg);
}

#hidden-content-map-btn02 {
    background-image: url(../images/D/D3-map-bg02.jpg);
}

#hidden-content-map-btn03 {
    background-image: url(../images/D/D3-map-bg03.jpg);
}

#hidden-content-map-btn04 {
    background-image: url(../images/D/D3-map-bg04.jpg);
}

#hidden-content-map-btn05 {
    background-image: url(../images/D/D3-map-bg05.jpg);
}

#hidden-content-map-btn06 {
    background-image: url(../images/D/D3-map-bg06.jpg);
}

.pageBox-fancybox {
    min-height: 100vh;
    align-items: center;
    position: relative;
}

.pageBox-fancybox .Txt {
    padding: 30px;
    z-index: 1;
}

.price-header {
    width: 80%;
    padding: 30px;
    margin-bottom: 2rem;
}

.price-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #999;

}

.price-header .titleBox {
    /* text-align: right; */
    margin-bottom: 5rem;
}

.price-header .titleBox b {
    font-size: 6rem;
    background: linear-gradient(to bottom, #e2acb8 30%, #5f4899 50%, #2c96d3 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.price-header .titleBox span {
    display: block;
    font-weight: 100;
    color: #000;
}

.price-header .price-info h4 {
    font-size: 2rem;
    font-weight: 500;
}

.price-header .price-info h4 small {
    font-size: .75rem;

}

.price-header .price-info h5 small {
    display: block;
    font-size: .75rem;

}

.infoList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pageBox-fancybox .Map-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;

}


@media(max-width:991px) {


    .page.D3 .title {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 30px;

    }

    .page.D3 .title h1 {
        color: #dadada;
        font-size: 3rem;
    }


    .pageBox-fancybox .Map-image {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: right;
        background-size: contain;
    }

    .price-header {
        width: 100%;
        padding: 20px;
    }

    .pageBox-fancybox .Map-image {
        padding-top: 100%;
        background-size: auto 100%;
    }

    .fancybox-content .Txt {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .price-header .titleBox {
        margin-bottom: 3rem;
    }
}