.top-content-title {
    margin-bottom: 10px;
}
.top-content-box.swiper-wrapper {
    padding-bottom: 5px !important;
}
.top-content {
    margin-bottom: 15px;
}
.event-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 0.5%;
}
.event-list-item {
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    width: calc((100% - 20px) / 3);
    overflow: hidden;
    height: calc(4.5em + 20px);
    align-items: center;
}
.event-list-name {
    padding: 10px 15px;
    width: 70%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35em;
}
.event-list-day {
    width: 30%;
    height: 100%;
    padding: 10px 15px;
    background: linear-gradient(to right, #5C9ED1, #65EAB5);
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1em;
}

@media (max-width:1024px){
    .event-list-item {
        width: calc((100% - 10px) / 2);
    }
    .event-list-name {
        font-size: 16px;
    }
    .event-list-day {
        font-size: 18px;
    }
}

@media (max-width:768px){
    .event-list-item {
        width: calc((100% - 10px) / 2);
    }
    .event-list-name {
        font-size: 14px;
    }
    .event-list-day {
        font-size: 16px;
    }
}

@media (max-width:600px){
    .top-content {
        margin-bottom: 10px;
    }
    .top-content-title {
        flex-direction: row;
        font-size: 15px;
    }
    .top-content-title a {
        font-size: 13px;
        padding: 6px 18px 6px 6px;
    }
    .top-content-title a::after {
        transform: scale(0.8);
        top: 8.5px;
    }
    .event-list-item {
        font-size: 14px;
        height: calc(4em + 10px);
        border-radius: 10px;
    }
    .event-list-name {
        padding: 5px 5px 5px 10px;
        font-size: 12px;
        width: 75%;
    }
    .event-list-day {
        padding: 5px 10px;
        font-size: 14px;
        width: 25%;
    }
}



.swiper-progress-ring {
    position: relative;
    width: 60px;
    height: 60px;
    display: none;
    margin: 0 auto;
}
.swiper-progress-ring.color_options {
    margin: 5px auto 0px;
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.5s ease;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 163.36; /* 2πr (2 * 3.14 * 26) */
    stroke-dashoffset: 163.36;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333;
    width: max-content;
}

.progress-ring__circle {
    stroke: #ED4B4B;  /* リングの色を赤に設定 */
}
@media (max-width: 768px) {
    .swiper-progress-ring {
        display: block !important;
    }
}
.top-content {
    padding-top: 0 !important;
}