.page-festival * {
    color: #7d7d7d;
}

.page-festival .d-none {
    display: none;
}

.page-festival .top-banner {
    min-height: 400px;
    max-height: 1000px;
}

.page-festival .container_banner {
    max-width: 1366px;
    margin: 0 auto;
}

.page-festival .new-event,
.page-festival .intro,
.timeline-event,
.x-part {
    padding: 80px 0;
}

.page-festival .text-1-intro {
    font-size: 56px;
    line-height: 65px;
    padding-bottom: 40px;
    background: linear-gradient(to right, #ff87c8 43%, #e492dc 48%, #b3a7ff 53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.page-festival .text-2-intro {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 55px;
}

.page-festival .text-3-intro {
    font-size: 36px;
    line-height: 45px;
    color: #67b6d0;
    font-weight: 700;
    padding-bottom: 50px;
}

.page-festival .list-intro {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #ededed;
    box-shadow: 4px 4px 0 #ebebeb;
    background-color: #ffffff;
    width: 49%;
    padding: 25px;
}

.page-festival .text-center {
    text-align: center;
}

.page-festival .box-list-intro {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.page-festival .img-upt-fes {
    margin: 0 auto;
    height: 200px;
}

.page-festival .text-list-intro {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    padding: 30px 0 20px;
    height: 130px;
    width: 100%;
}

.page-festival .list-event {
    width: 49%;
}

.page-festival .new-event {
    background-color: #efefef;
}

.page-festival .list-new-event {
    width: 49%;
    padding-bottom: 10px;
}

.page-festival .date-intro {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 50px;
    background-color: #c2172d;
    position: absolute;
    transform: translate(-50%, 50%);
    top: -6%;
    left: 11%;
}

.page-festival .open-date {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.page-festival .date-day {
    font-size: 12px;
    line-height: 20px;
    color: #fffc00;
    font-weight: 700;
}

.page-festival .date-day span {
    font-size: 20px;
    line-height: 26px;
    color: #fffc00;
}

.page-festival-sp .text-1-intro {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 20px;
}

.page-festival-sp .text-2-intro {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 35px;
}

.page-festival-sp .text-3-intro {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}

.page-festival-sp .list-intro {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.page-festival-sp .text-list-intro {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0 5px;
    height: 100%;
}

.page-festival-sp .open-date {
    font-size: 12px;
    line-height: 16px;
}

.page-festival-sp .date-day {
    font-size: 10px;
    line-height: 16px;
}

.page-festival-sp .date-day span {
    font-size: 14px;
    line-height: 22px;
}

.page-festival-sp .date-intro {
    padding: 6px 15px;
}

.page-festival-sp .list-event {
    width: 100%;
}

.page-festival-sp .list-new-event {
    width: 100%;
}

.box-timeline {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.timeline-img {
    width: 49%;
}
.timeline-img iframe {
    width: 100%;
}

.intro,
.x-part {
    background-color: #f7f7f7;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-secret {
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    width: 100%;
    color: #000000;
}

.button-x {
    border-radius: 50px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #000000;
    width: fit-content;
}

.button-x img {
    width: 25px;
    margin-left: 5px;
}

.part-for-x {
    flex-direction: column;
    align-items: center;
}

.box-x {
    justify-content: space-between;
    align-items: center;
}

.content-for-x {
    width: 50%;
}

.text-waiting {
    font-size: 25px;
    line-height: 40px;
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
    padding: 30px 0;
    width: 100%;
    font-weight: 700;
}

.box-img {
    justify-content: center;
    width: 100%;
}

.box-img img {
    height: 150px;
}
@media (max-width: 1100px) {
    .timeline-img {
        width: 100%;
    }

    .page-festival-sp .new-event,
    .page-festival-sp .intro,
    .timeline-event,
    .x-part {
        padding: 40px 0;
    }

    .text-secret {
        font-size: 27px;
        line-height: 30px;
    }

    .page-festival-sp .list-intro:first-of-type {
        padding: 50px 10px;
    }

    .content-for-x {
        width: 100vw;
        margin-bottom: 20px;
    }

    .button-x {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        padding: 10px 20px;
    }

    .button-x img {
        width: 15px;
        margin-left: 2px;
    }

    .text-waiting {
        font-size: 20px;
        line-height: 35px;
        padding: 20px 0;
    }
}