@charset "UTF-8";

body {
    background-color: #000;
    color: #fff;
}

.rela {
    position: relative;
}





.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* --hero-height: auto;
    min-height: var(--hero-height, 70vh); */
}

.hero figure{
width: 100%;
height: 100%;
}

video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
}


.hero h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: min(6vw, 50px);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}


.hero h2[data-aos^="fade"].aos-animate {
    transform: translate(-50%, -50%) !important;
    /* 元の中央寄せを優先 */
    opacity: 1;
    /* フェードイン */
    transition: opacity 0.8s ease-out;
    /* フェードの速度調整 */
}



.ttl_area {
    width: 100%;
    padding: 70px 0;
}

.ttl_area_inner {
    width: 94%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}

.ttl_area h3,
.cg_Area h3 {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 5px;
    color: #ccbb8d;
    text-align: center;
    margin: 0 auto 30px;
}

.ttl_area h3 img {
    max-width: 273px;
}

.ttl_area p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
    color: #fff;
}

.ttl_plus {
    margin-top: 30px;
}

.ttl_area .ttl_s {
    font-size: 22px;
    margin: 0 auto 30px;
    letter-spacing: 5px;
}

.Garamond {
    text-shadow: 2px 2px 10px #000000c9;
}

.box {
    margin-bottom: 80px;
}

.flex-12{
    max-width: 90%;
    width: 1200px;
    margin: auto;
}

.study_inner .flex {
    max-width: 1200px;
    margin: auto;
}

.study_inner {
    width: 90%;
    margin: auto;
}

.study-box {
    background: url(../img/landplan/study_bk.png) no-repeat center bottom;
    background-size: contain;
    width: 100%;
}

.study_room {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.study_room figure {
    max-width: 783px;
    margin: 100px auto 50px;
    width: 100%;
}


.wi-fi {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.wi-fi img {
    max-width: 287px;
}

.study_inner ul.flex {
    gap: 5%;
}

.study_inner ul.flex>li {
    flex: 1;
}

.study_inner p {
    line-height: 30px;
    margin-top: 15px;
}

.circle {
    background: #823524;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 15px;
    margin-right: 15px;
}




/* オーバーラップ */

.js-scroll-overlap:not(.is-disabled) {
    position: sticky;
    top: var(--sticky-offset);
    width: 100%;
}

.js-scroll-overlap {
    will-change: transform, top;
    transform: translateZ(0);
}


.sec_01,
.sec_02,
.sec_03 {
    background-color: #000;
}


    .sec_01{
        padding-bottom: 200px;
    }
    .sec_02 {
        padding-bottom: 400px;
    }

    .sec_02,
    .sec_03 {
        padding-top: 50px;
        margin-top: 50px;
    }



/* スライド */

.cg_Area {
    background: url(../img/landplan/slide_bk.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 100px 0 70px;
}

.cg_Area h3 {
    color: #000;
}

.loop_wrap li {
    cursor: pointer;
}

.loop_wrap {
    overflow: hidden;
    width: 100%;
}

.loop_wrap ul.slide li {
    flex: 0 0 auto;
    height: auto;
}

.loop_wrap ul.slide li img {
    width: auto;
    height: 400px;
    object-fit: contain;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.modal__content {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 90%;
    z-index: 9;
}

.modal__content span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px
}

.batsu {
    position: absolute;
    right: -40px;
    top: 0px;
    font-size: 25px;
    font-weight: bold;
    pointer-events: none;
}




/* 下部余白削除 */
.wrapper {
    margin-bottom: 0;
}

.sec_03 {
    margin-bottom: 0;
}

footer {
    margin-top: 0;
}






/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 956px) {}


/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 768px) {

    .hero {
        margin-top: 70px;
            height: 40vh;
    }


    .hero h2 {
        top: 50%;
        font-size: 30px;
    }

    .hero p {
        font-size: 14px;
    }

    .box {
        margin-bottom: 50px;
    }

    .ttl_area {
        padding: 70px 0;
    }

    .ttl_area h3,
    .cg_Area h3 {
        font-size: 24px;
        margin-bottom: 16px;
        letter-spacing: 4px;
    }

    .ttl_area .ttl_s {
        font-size: 18px;
        margin-bottom: 16px;
        letter-spacing: 1px;
    }

    .ttl_area p {
        font-size: 14px;
        letter-spacing: 1px;
    }


    .box .flex {
        flex-direction: column;
    }

    .flex_b {
        margin-bottom: 16px;
    }


    .study-box {
        background-size: cover;
    }

    .study_room {
        padding-bottom: 50px;
        text-align: center;
    }
    .study_room figure {
        padding-bottom: 0;
        margin: 70px auto 15px;
    }

    .wi-fi{
        position: static;
    }
    .wi-fi img {
        max-width: 180px;
    }

    .study_inner li .flex {
        flex-direction: row;
    }

    .study_inner li {
        margin-bottom: 50px;
    }

    .study_inner li .flex p {
        font-size: 16px;
        line-height: 30px;
    }

    .study_inner li p {
        font-size: 14px;
        line-height: 20px;
    }

    .sec_01{
        padding-bottom: 100px;
    }
    .sec_02 {
        padding-bottom: 300px;
    }

        .sec_02,
    .sec_03 {
        padding-top: 30px;
        margin-top: 100px;
    }



    /* スライド */
    .cg_Area {
        padding: 50px 0 50px;
    }

    .loop_wrap ul.slide li img {
        height: 200px;
    }

    .modal__content span {
        right: 5px;
        bottom: 5px;
    }

    .batsu {
        right: 0;
        top: -50px;
    }


}