main {
    overflow: hidden;
}

.trigger {
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);

    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);

    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(30px);

    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mv_lead {
    background-color: #f5e6da;
    padding: 35px 0;
}

.mv_lead img {
    display: block;
    max-width: 700px;
    width: 70%;
    margin: 0 auto;
}


.mv_bottom {
    background-color: #f4f1ef;
    padding: 60px 0 70px;
}

.mv_bottom .inner {
    max-width: var(--maxWidth);
    width: 90%;
    margin: 0 auto;
}

.movie_wrap {
    margin-bottom: 80px;
}

.movie_wrap .movie_ttl {
    text-align: center;
    color: #804f21;
}

.movie_wrap .movie_ttl .small {
    display: block;
    font-size: clamp(14px,1.8vw,20px);
}

.movie_wrap .movie_ttl .en_txt {
    font-size: clamp(28px, 3.5vw, 38px);
    letter-spacing: 0.1em;
    padding-left: 0.1em;
}

.movie_wrap .movie {
    max-width: 800px;
    margin: 15px auto 0;
}

.movie_wrap .movie video {
    width: 100%;
    aspect-ratio: 16/9;
}

.info_wrap {
    margin-top: 80px;
}

.info_wrap .en {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #804f21;
    font-weight: bold;
    margin-bottom: 15px;
}



.reserve_wrap .reserve_lead {
    text-align: center;
    font-size: clamp(23px,3vw,35px);
    line-height: 1.5;
}

.reserve_wrap .reserve_lead .red {
    color: #93252a;
}

.reserve_wrap .reserve_lead .small {
    line-height: 1;
    font-size: clamp(16px,2vw,28px);
}

.reserve_wrap .price {
    max-width: 450px;
    margin: 15px auto;
}

.reserve_wrap .btn {
    max-width: 400px;
    width: 95%;
    margin: 30px auto 0;
}

.reserve_wrap .btn a {
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    font-size: clamp(20px, 2.2vw, 27px);
    background: linear-gradient(
        to bottom,
        #93252a 0%,
        #c58d76 50%,
        #93252a 100%
    );
    padding: 15px 10px;
}

.reserve_wrap .reserve_lead .block{
    font-size: clamp(14px,1.5vw,17px);
}

.reserve_wrap .btn .small {
    font-size: clamp(14px, 1.6vw, 20px);
}

.reserve_wrap .btn a::after {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 10px;
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #fff;
    width: 20px;
    height: 25px;
}

.reserve_wrap .txt {
    text-align: center;
    margin-top: 25px;
    font-size: clamp(13px,1.5vw,17px);
    color: #93252a;
}

.reserve_wrap .txt span {
    display: block;
    margin-top: 10px;
    font-size: clamp(10px,1.5vw,13px);
}










.entry_wrap {
    margin-top: 80px;
}

.entry_wrap .entry_ttl {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(26px,3vw,40px);
    letter-spacing: 0.1em;
    color: #804f21;
    padding-bottom: 10px;
    border-bottom: 1px solid #804f21;
}

.entry_wrap .entry_ttl .small {
    font-size: 27px;
}


.entry_wrap .btn_wrap {
    max-width: 400px;
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    color: #fff;
    text-align: center;
}

/* 物件エントリー */
.entry_wrap .btn_wrap li {
    font-size: clamp(20px,2.2vw,27px);
}

/* いち早く最新情報をお届けします */
.entry_wrap .btn_wrap li .small {
    font-size: clamp(14px,1.6vw,20px);
}

.entry_wrap .btn_wrap li a {
    display: block;
    position: relative;
}

.entry_wrap .btn_wrap li a::after {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 10px;
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #fff;
    width: 20px;
    height: 25px;
}

.entry_wrap .btn_wrap li.entry a {
    background: linear-gradient(to bottom,
        #0b1a5e 0%,
        #4b5fbc 50%,
        #0b1a5e 100%
    );
    padding: 15px 10px;
}

.entry_wrap .btn_wrap li.limited a {
    background: linear-gradient(
        to bottom,
        #946134 0%,
        #bb9978 50%,
        #946134 100%
    );
    padding: 10px 10px 15px;
}

.update_wrap {
    max-width: 800px;
    width: 95%;
    margin: 80px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    font-size: clamp(14px, 1.6vw, 18px);
}

.update_wrap li {
    display: flex;
    align-items: center;
    gap: 0 1em;
    position: relative;
}

.update_wrap li::before {
    content: '';
    width: 40px;
    flex-shrink: 0;
}

.update_wrap li.new::before {
    font-size: clamp(11px,1.2vw,13px);
    content: 'New';
    color: #fff;
    background-color: #c1272d;
    padding: 0 5px 3px;
    margin-top: 2px;
    text-align: center;
}

.bnr{
    max-width: 800px;
    width: 95%;
    margin: 70px auto 0;
}

.sec_concept {
    background-color: #f5e6da;
    padding: 50px 0 0;
}

.sec_concept .sec_ttl {
    max-width: 500px;
    width: 70%;
    margin: 0 auto;
    padding-right: 4%;
}

.sec_concept .txt_wrap {
    text-align: center;
    margin: 40px auto 0;
    color: #3e3a39;
}

.sec_concept .sec_lead {
    font-size: clamp(20px,2.8vw,33px);
    letter-spacing: 0.2em;
}

.sec_concept .sec_txt {
    font-size: clamp(13px,1.5vw,18px);
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-top: 25px;
}

.sec_concept .sec_txt .kome {
    vertical-align: super;
    font-size: clamp(10px,1.2vw,12px);
}

.sec_concept .image {
    max-width: 1054px;
    margin: 0 auto;
}

.sec_concept .image .cap {
    text-shadow: 1px 1px 2px #f5e6da, 0px 0px 2px #f5e6da, -1px -1px 2px #f5e6da;
}

.sec_concept .sec_ttl.active {
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.sec_concept .sec_lead.active {
    animation-name:  fadeUp;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.sec_concept .sec_txt.active {
    animation-name:  fadeUp;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.sec_concept .image.active {
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}


.other_page_wrap {
    background-color: #f5e6da;
    padding-bottom: 40px;
}

.other_page_lead {
    background-color: #3e3a39;
    color: #fff;
    text-align: center;
    font-size: clamp(18px,2vw,25px);
    letter-spacing: 0.1em;
    padding: 20px 0;
}



.sec_wrap .sec_container a {
    max-width: var(--maxWidth);
    margin: 0 auto;
}

.sec_wrap .sec_container:nth-child(odd).active {
        animation-name: fadeLeft;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.sec_wrap .sec_container:nth-child(even).active {
        animation-name: fadeRight;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

.sec_wrap .sec_container .top {
    background-image: url(../images/index/sec_container_bg.png);
    background-size: cover;
    padding: 25px 0 15px;
}

.sec_wrap .sec_container .top .inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    position: relative;
}


.sec_wrap .sec_container .txt_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin: 0 auto;
}

.sec_wrap .sec_container .sec_ttl {
    font-size: clamp(28px,3vw,45px);
}

.sec_wrap .sec_container .sec_txt {
    font-size: clamp(15px,1.6vw,20px);
}

.sec_wrap .sec_container .arrow {
    max-width: 50px;
    width: 11%;
}

.sec_container02 .sec_txt span {
    position: relative;
    display: inline-block;
    width: 1.5em;
}

.sec_container02 .sec_txt span img {
    vertical-align: baseline ;
}

.sec_container02 .sec_txt span::before {
    content: 'ダブル';
    position: absolute;
    font-size: clamp(10px,1.1vw,12px);
    width: 3em;
    translate: -50% -100%;
    left: 50%;
    top: -5%;
    line-height: 1;
}

footer {
    margin-top: 0;
}

.bottom_note {
    margin-top: 30px;
}

.jujowalker_bnr_wrap {
    max-width: 800px;
    width: 90%;
    margin: 60px auto 50px;
}

.jujowalker_bnr_wrap .lead {
    text-align: center;
    font-size: clamp(17px, 2.3vw, 28px);
    margin-bottom: 30px;
}

/* SPのみ */
@media screen and (max-width:730px) {

    .mv {
        position: relative;
        z-index: 0;
    }

    .slide {
        margin-bottom: 10px;
    }

    .mv_lead {
        padding: 25px 0;
    }

    .mv_lead img {
        width: 90%;
    }

    .mv_bottom {
        padding: 30px 0 50px;
    }

    .movie_wrap {
        margin-bottom: 50px;
    }

    .info_wrap {
        margin-top: 50px;
    }

    .reserve_wrap .reserve_lead {
        margin: 0 -5.5%;
    }

    .reserve_wrap .reserve_lead .block {
        display: block;
        margin-top: 20px;
    }

    .reserve_wrap .btn {
        margin-top: 20px;
    }

    .reserve_wrap .btn a::after {
        width: 15px;
        height: 20px;
    }

    /* .reserve_wrap .txt {
        margin: 20px -5.5% 0;
    } */

    .entry_wrap {
        margin-top: 50px;
    }

    .entry_wrap .btn_wrap {
        margin-top: 20px;
    }

    .entry_wrap .btn_wrap li a::after {
        width: 15px;
        height: 20px;
    }

    .update_wrap {
        margin-top: 50px;
    }

    .update_wrap li {
        flex-wrap: wrap;
        padding: 0;
        gap: 6px 10px;
    }

    .update_wrap li::before {
        content: initial;
    }

    .update_wrap li.new::before {
        padding-bottom: 2px;
    }

    .update_wrap li .txt {
        width: 100%;
    }

    .bnr{
        margin-top: 50px;
    }


    .sec_concept {
        padding-top: 30px;
    }

    .sec_concept .sec_ttl {
        width: 85%;
    }

    .sec_concept .txt_wrap {
        margin-top: 30px;
    }

    .sec_concept .image {
        margin-top: 10px;
    }

    .other_page_wrap {
        padding-bottom: 30px;
    }

    .other_page_lead {
        padding: 15px 0;
    }

    .sec_wrap .sec_container .top {
        padding: 20px 0;
    }

    .sec_wrap .sec_container .top .inner {
        width: 90%;
        gap: 0;
    }

    .sec_wrap .sec_container .txt_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px 0;
        margin-left: 0;
    }

    .sec_wrap .sec_container02 .txt_wrap {
        gap: 0;
    }

    .sec_container02 .sec_txt {
        line-height: 2.2;
    }

    .jujowalker_bnr_wrap {
        margin: 40px auto 30px;
    }

    .jujowalker_bnr_wrap .lead {
        margin-bottom: 20px;
    }
}