@charset "UTF-8";

body {
    background-color: #000;
}

.wrapper {
    /*overflow: hidden;*/
}

#content_Wrap {
    position: relative;
    /*overflow: hidden;*/
}

.mv {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.mv:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.mv video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.mv .btn_skip {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 60px;
    height: 18px;
    z-index: 10;
    cursor: pointer;
}

.mv .btn_replay {
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 130px;
    height: 36px;
    z-index: 10;
    cursor: pointer;
}

.mv .volume_off,
.mv .volume_on {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    padding: 10px;
    background-image: linear-gradient(42deg, #836f48, #c4b279 50%, #836f48);
}

.mv .volume_off {}

.mv .volume_on {}


h2.once {
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;*/
    width: 400px;
    max-width: 70%;
    margin: 0 auto;
    z-index: 2;
}

.once_wrap {
    max-width: 100svw;
    overflow: hidden;
    position: relative;
    padding: 50px 0 10vh;
    z-index: 2;
}

.debut_wrap {
    max-width: 100svw;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.mirenium {
    text-align: center;
    font-size: 23px;
    margin: 70px auto 50vh;
    letter-spacing: 0.3em;
    color: #e2ba79;
}

.debut_wrap h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 500px;
    max-width: 80%;
    margin: 0 auto 30px;
}

.once_wrap h3 {
    width: 350px;
    max-width: 80%;
    margin: 50px auto 0;
}

.debut,
.theonce {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    white-space: nowrap;
}

.debut .char {
    display: inline-block;
    height: 10vw;
    transition: margin-right 0.1s ease-out;
    vertical-align: middle;
}

.theonce .char2 {
    display: inline-block;
    height: 5vw;
    transition: margin-right 0.1s ease-out;
    vertical-align: middle;
}

.teiki {
    width: 1200px;
    max-width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.teiki h2 {
    font-size: 35px;
    color: #e2ba79;
    letter-spacing: 0.3em;
    margin-right: 2rem;
    line-height: 1;
}

.premium_Area {
    position: relative;
    padding-bottom: 20vh;
    z-index: 1;
}

.sokyu {
    width: 1200px;
    max-width: 90%;
    margin: 100px auto;
}

.concept_Area {
    margin-top: 50vh;
    position: relative;
}

.concept_Area h3 {
    height: 30px;
    max-width: 80%;
    margin: 70px auto;
    text-align: center;
}

.concept_Area h3 img {
    max-width: 100%;
    max-height: 100%;
}

.concept_Area:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

h4.once_con {
    /*
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;*/
    width: 400px;
    max-width: 60%;
    margin: 0 auto 50px;
}

.deau_text {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    line-height: 2.5;
}

.bg_black {
    background: rgba(0, 0, 0, .6);
    padding-top: 100px;
}

/* .bg_black_none {
    padding-top: 100px;
} */


.all_contents {
    display: none;
    padding-top: 50px;
    background-color: #000;
}

.all_contents h3 {
    height: 30px;
    max-width: 80%;
    margin: 70px auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.all_contents h3 img {
    max-width: 100%;
    max-height: 100%;
}


.cnav_Area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cnav_Area li {
    width: calc(100% / 3);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.cnav_Area li.none {
    pointer-events: none;
}

.cnav_Area li.none img {
    opacity: 0 !important;
}

.cnav_Area li.d_none {
    display: none;
}

.cnav_Area li a {
    display: block;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.cnav_Area li a img {
    opacity: 0.4;
    transition: 1.1s;
}

.cnav_Area li a:hover img {
    opacity: 0.95;
    transform: scale(1.05);
}

.cnav_Area li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-family: 'Cormorant Infant', serif;
    font-size: min(4vw, 25px);
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 0.1em;
}

.cnav_Area li a div p {
    font-size: 30px;
}

.cnav_Area li a div p small {
    font-size: 22px;
}

.cnav_Area li a div p.gold {
    color: #e2ba79;
    font-size: 16px;
    margin-top: 20px;
}

.cnav_Area li a span {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 6px;
    background: rgba(0, 0, 0, 0.6);
    transition: 1.1s;
}

.cnav_Area li a:hover span {
    width: 100%;
}

.move_bg_01 {
    position: relative;
    /*overflow: hidden;*/
    padding-top: 100px;
}

.move_bg_01 .bg_grd {
    width: 100%;
    height: 100%;
    padding-top: 20vh;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .61) 0%, rgba(0, 0, 0, 0) 100%);
}

.move_bg_01 .bg_black {
    position: relative;
}

/* .move_bg_01 .bg_black:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/bldg_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    animation: zoomInOut 10s ease-in-out infinite;
    transform-origin: top center;
} */

/* アニメーション定義 */
@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.4;
    }

    50% {
        transform: scale(0.7);
        opacity: 0.8;
    }
}


.move_bg_02 {
    position: relative;
}

.move_bg_02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.video_bg {
    position: relative;
    background: #000;
}

.video_bg .nav_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.readmore {
    display: block;
    width: 150px;
    max-width: 80%;
    padding: 15px 20px;
    background-color: #e2ba79;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
}

.readmore.screen {
    mix-blend-mode: screen;
}

.readmore img {
    width: 100px;
    max-width: 80%;
}

.readmore:before {
    content: "";
    position: absolute;
    top: 40%;
    right: 8%;
    transform: translateY(-50%) translateX(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
    transition: 0.3s;
}

.readmore:hover {
    background-color: #b19569;
}

.readmore:hover:before {
    right: 6%;
}


.c_nav_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.c_nav_box .img {
    width: 58%;
}

.c_nav_box .txt {
    width: 500px;
    max-width: 38%;
    margin: 0 auto;
}

.c_nav_box .txt h3 {
    color: #d6c28e;
    font-size: min(5vw, 30px);
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-feature-settings: "palt";
}

.c_nav_box .txt h3 small {
    font-size: 50%;
    padding: 2px 5px 2px 8px;
    border: 1px solid #d6c28e;
    font-weight: bold;
}

.c_nav_box .txt p {
    color: #d6c28e;
    line-height: 2;
}

.c_nav_box.gold {
    background-color: #b9aa82;
}

.c_nav_box.gold h3,
.c_nav_box.gold p {
    color: #02012e;
}

.c_nav_box.gold h3 small {
    border: 1px solid #02012e;
}

.c_nav_box.gold .readmore {
    background-color: #02012e;
    transition: 0.3s;
    width: 200px;
    padding: 15px;
}

.c_nav_box .readmore {
    width: 200px;
    padding: 15px;
}

.c_nav_box.gold .readmore:hover {
    background-color: #110f6c;
}

.c_nav_box.urban {
    background-color: #4a5056;
}

.c_nav_box.urban h3,
.c_nav_box.urban p {
    color: #b9aa82;
}

.c_nav_box.urban h3 small {
    border: 1px solid #b9aa82;
}

.c_nav_box.urban .readmore {
    background-color: #b9aa82;
    transition: 0.3s;
    width: 200px;
    padding: 15px;
}

.c_nav_box.urban .readmore:hover {
    background-color: #110f6c;
}

.nav_mini_list {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
    background: #000;
}

.nav_mini_list a {
    color: #fff;
    position: relative;
    padding-right: 30px;
    transition: 0.3s;
}

.nav_mini_list a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../img/common/arrow.svg) no-repeat;
    background-size: 10px;
    background-position: center top;
}

.nav_mini_list a:hover {
    opacity: 0.7;
}


.full_Img {
    position: relative;
    /*margin-bottom: 5vh;*/
    opacity: 0;
    z-index: 2;
}

.full_Img.animation {
    animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.js-scroll-overlap {
    position: relative;
}

.js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    --overlay-opacity: 0;
    position: sticky;
    top: var(--sticky-offset);
}

.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled)::after {
    content: "";
    opacity: var(--overlay-opacity);
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.js-scroll-overlap[data-is-overlay="true"]:not(.is-disabled).is-active::after {
    will-change: opacity;
}

.relative {
    position: relative;
}


/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 956px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 768px) {

    .mv {
        width: 100%;
        height: 100dvh;
        margin-top: 0px;
    }

    .mv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mv .btn_skip {
        left: 10px;
        bottom: 6px;
    }

    .mv .btn_replay {
        left: 10px;
        bottom: 6px;
        width: 90px;
        height: 25px;
    }

    .mv .volume_off,
    .mv .volume_on {
        right: 10px;
        bottom: 10px;
        width: 36px;
        height: 36px;
    }


    .mirenium {
        line-height: 2;
        font-size: 18px;
    }

    .teiki {
        margin: 30px auto;
    }

    .teiki h2 {
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
        font-size: 26px;
    }

    .premium_Area {
        padding-bottom: 20px;
    }

    .debut_wrap {
        padding: 0;
    }

    .sokyu {
        margin: 50px auto;
    }

    .concept_Area {
        margin-top: 50px;
    }

    .concept_Area h3 {
        height: 20px;
        margin: 0px auto 20px;
    }

    .deau_text {
        font-size: 13px;
    }

    .all_contents h3 {
        height: 20px;
    }

    .cnav_Area li {
        width: calc(100% / 2);
    }

    .cnav_Area li:nth-child(3) {
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .cnav_Area li a div p {
        font-size: 20px;
    }

    .cnav_Area li a div p small {
        font-size: 16px;
    }

    .cnav_Area li a div p.gold {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .cnav_Area li.sss a {
        height: 100%;
    }

    .cnav_Area li:nth-child(7) {
        border: 1px solid rgba(255, 255, 255, 0.4);
    }


    .move_bg_01 {
        /*overflow: hidden;*/
    }

    .move_bg_01:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        animation: zoomInOut_sp 8s ease-in-out infinite;
        transform-origin: top center;
    }

    /* アニメーション定義 */
    @keyframes zoomInOut_sp {

        0%,
        100% {
            transform: scale(1);
            opacity: 0.6;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .theonce .char2 {
        height: 6vw;
    }

    .once_wrap h3 {
        width: 200px;
        max-width: 70%;
        margin-top: 30px;
    }

    .bg_black_none {
        background-color: #000;
    }


    .readmore {
        width: 160px;
    }

    .midstyle_area {
        position: relative;
        align-items: flex-end;
    }

    .mid_inner {
        margin-bottom: 13svh;
    }


}

/* 追記 */
.build_Img {
    background-color: #000;
}

@media only screen and (max-width: 768px) {
    .build_Img {
        width: 100%;
        height: 100dvh;
    }

    .build_Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}