* {
    height: auto;
}


.wrap {
    width: 1080px;
}

.txt-center {
    text-align: center;
}


/*=============================================
 * #key
 *=============================================*/

#key .slide01 {
    background: url(../img/party/key.jpg) top center/cover;
}

#key .bx-controls {
    display: none;
}


/*============================================*/

#sec1 {
    padding: 150px 0 109px;
}

#sec1 .txt {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0;
    padding-top: 52px;
}

#sec1 .photo {
    position: absolute;
    top: -150px;
    left: calc(50% - 278px);
    z-index: -1;
}

#sec2 .bg-parallax2 {
    position: relative;
    z-index: 1;
    height: 700px;
    text-align: center;
    padding: 230px 0;
}

#sec2 .bg-parallax2 h2 {
    position: relative;
    z-index: 2;
}

#sec2 .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#sec2 .img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/* @media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #sec2 .img_parallax img {
        height: auto;
        object-fit: unset;
        top: 50%;
        transform: translateY(-50%) !important;
    }
} */

#sec2 .row2 {
    text-align: center;
    padding: 83px 0 68px;
}

#sec2 .row2 .txt-center {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0;
    padding-top: 32px;
}

#sec2 .row3 .d-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

#sec2 .row3 .d-flex .photo img {
    width: 100%;
    height: auto;
}

#sec2 .row3 .item {
    position: relative;
}

#sec2 .row3 .item:last-child {
    padding: 37px 0px 0 179px;
}

#sec2 .row3 .item:last-child .box {
    background: url(../img/party/sec2_bg2.png) no-repeat center top;
    background-size: cover;
    width: 391px;
    height: 451px;
    box-sizing: border-box;
    padding: 68px 30px;
    margin-bottom: 18px;
}

#sec2 .row3 .item:last-child .price {
    color: #7d0000;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: center;
}

#sec2 .row3 .item:last-child .price .fz15 {
    font-size: 15px;
}

#sec2 .row3 .item:last-child .menu-gr {
    display: flex;
    justify-content: flex-start;
    padding: 40px 5px 46px;
}

#sec2 .row3 .item:last-child .menu-gr ul:first-child {
    width: 62%;
}

#sec2 .row3 .item:last-child .btn {
    margin-left: -3px;
}

#sec2 .row3 .item:last-child .btn a:hover img {
    opacity: 0.8;
}

#sec2 .row3 .item .title4 {
    position: absolute;
    top: 32px;
    left: 20px;
    z-index: 1;
}

#sec2 .row3 .item .title4 span {
    color: #fff;
    background: #7d0000;
    padding: 4px 20px;
    font-size: 17px;
    letter-spacing: 0.2em;
}

#sec3 {
    padding: 67px 0 145px;
    background: url(../img/party/bg_deco1.png) center top;
}

#sec3 .d-flex {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: 0 -250px;
}

#sec3 .item {
    width: 50%;
    min-height: 500px;
    padding: 63px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

#sec3 .item::before {
    content: "";
    background: url(../img/party/sec3_img1.png) no-repeat top right;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: -8.5%;
    bottom: 0;
    z-index: -1;
}

#sec3 .item:last-child::before {
    content: "";
    background: url(../img/party/sec3_img2.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    left: -9.2%;
    right: 0;
}

#sec3 .item .txt-center {
    line-height: 55px;
    letter-spacing: 0;
    padding-top: 40px;
}

#sec3 .tel {
    text-align: center;
    padding-top: 67px;
}

@media(max-width:1520px) {
    #sec2 .row3 .item:nth-child(1) {
        width: 29.3%;
    }
    #sec2 .row3 .item:nth-child(2) {
        width: 37.3%;
    }
    #sec2 .row3 .item:nth-child(3) {
        width: 33.3%;
    }
    #sec2 .row3 .item:nth-child(4) {
        width: 62%;
    }
    #sec2 .row3 .item:nth-child(5) {
        width: 38%;
    }
    #sec2 .row3 .item:nth-child(6) {
        width: 53%;
    }
    #sec2 .row3 .item:nth-child(7) {
        width: 47%;
        padding: 37px 9% 0 9%;
    }
}


/*============================================*/


/*============================================*/


/*============================================*/


/*============================================*/


/*============================================*/


/*============================================*/

@media all and (-ms-high-contrast:none) {
    #sec2 .row3 .item .title4 span {
        padding: 6px 20px 0;
    }
}