a {
    color: #000;
}

.category-accordion--open .category-accordion__content {
    display: block;
}

.closed {
    pointer-events: none;
}

.posts-slider.splide .splide__slide {
    /* width: 506px;
    height: 327px; */
}

/* .posts-slider.splide .splide__slide.is-active {
    scale: 1.2;
    transform-origin: center center;
    transition: scale 0.3s ease-in-out;
} */

.posts-slider.splide .splide__arrow--next, 
.posts-slider.splide .splide__arrow--prev {
    top: 60px;
}

.excerpt--slider .excerpt__thumbnail {
    aspect-ratio: 327 / 327;
}

.excerpt__thumbnail {
    aspect-ratio: 1 / 1;
    position: relative;
}

.closed .excerpt__thumbnail {
    filter: grayscale(100%);
}

.excerpt__cat-text {
    font-size: 10px;
    color: #CC545D;
    letter-spacing: 0;
    line-height: 14px;
    padding: 6px 10px;
    border: 1px solid #CC545D;
    border-radius: 3px;
    width: fit-content;
}

.closed .excerpt__cat-text {
    color: #fff;
    border: none;
    background-color: #95989A;
}
.excerpt__ttl {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 12px 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.excerpt__ttl a {
    color: #000;
}

.post__text {
    font-size: 14px;
    line-height: 17.4px;
    letter-spacing: 0;
    display: flex;
    align-items: start;
    column-gap: 0px;
    width: 100%;
}

.post__text span {
    display: block;
    width: calc(60% - 0px);
}

.excerpt__all .post__text.date span {
    width: calc(83% - 5px);
}

.excerpt__all .post__text.place span {
    width: calc(77% - 5px);
}

.post__text .post__text-label {
    font-weight: 600;
    display: block;
    width: 40%;
}


.excerpt__all .post__text.date .post__text-label {
    width: 18%;
}
.excerpt__all .post__text.place .post__text-label {
    width: 23%;
}

.post__text + .post__text {
    margin-top: 10px;
}

.pagination__item.pagination__item--current {
    background-color: #CC545D;
}

.pagination__item a {
    color: #CC545D;
    border-color: #CC545D;
}

@media (min-width: 768px) {
    .is-visible .excerpt__ttl {
        margin: 12px 0 30px 0;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
}


@media (max-width: 767px) {
    
    .excerpt__all .post__text.date span {
        width: calc(78% - 5px);
    }
    
    .excerpt__all .post__text.place span {
        width: calc(78% - 5px);
    }
    
    
    .excerpt__all .post__text.date .post__text-label {
        width: 22%;
    }
    .excerpt__all .post__text.place .post__text-label {
        width: 22%;
    }

    .page-content--normal {
        margin-top: 20px;
    }

    .section-third-title {
        margin-bottom: 20px;
    }

    .excerpt__cat-text {
        font-size: 11px;
        padding: 6px 10px 6px 8px;
        font-weight: 600;
    }

    .excerpt__ttl {
        line-height: 25px;
        margin: 12px 0 16px 0;
    }

    .post__text span {
        width: calc(75% - 0px);
    }
    
    .post__text .post__text-label {
        width: 25%;
    }

    .footer__nav {
        height: 415px;
    }

    .global-nav {
        height: 459px;
    }
}