
.tab-selector {
    display: flex;
    flex-wrap: wrap;
    /*    max-width: 500px; */
    margin-top: 40px;
    margin-bottom: 20px;
}

.tab-selector > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 1em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;

    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

.tab-selector > label:hover {
    background-color: #FFE8EF;
    color: #999;
}

/*
.tab-selector label:has(:checked) {
    background-color: #F4AFBB;
    color: #fff;
}

.tab-selector label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #F4AFBB;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
*/
.selected-tab {
    background-color: #F4AFBB !important;
    color: #fff !important;
}

.selected-tab::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #F4AFBB;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.tab-selector input {
    display: none;
}

.tab-selector > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

/*
.tab-selector label:has(:checked) + div {
    display: block;
}
*/

.section06 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    margin: 0px 10px 20px 10px;
}

@media screen and (max-width: 959px) {
    .section06 {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .section06 {
        font-size: 4.7vw;
    }
}

.festival_section {
/*    margin: 60px; */
}


.section-sponsor {
    background: #ffd6e3;
    padding-bottom: 20px;
}

.section-sponsor-wrap {
    text-align: center;
    width: 64%;
    margin: auto;
}


.sponsor-text {
    font-size: 2.2vw;
    font-weight: 600;
    padding: 6vh 0 4vh;
}

.sponsor-donwload-btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #F6A4B0;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 10px;
    /*    border-radius: 50px; */
}

.sponsor-donwload-btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.sponsor-donwload-btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


.sponsor-notice {
    font-size: 1.4vw;
    padding: 2vh 5vw;
}

.sponsor-link {
    text-decoration: underline;
    color: #007fff;
}


.package-text {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .section-sponsor-wrap {
        width: 86%;
    }

    .sponsor-text {
        font-size: 4vw;
    }

    .nobr-sp {
        display: none;
    }
    .section-sponsor {
        padding-bottom: 40px;
    }
}

