.news-select {
    display: flex;
    justify-content: flex-end;
    padding: 2.05em 0 2.6em;
}
.news-select select {
    font-size: 0.9em;
    border: solid 1px #b4b4b4;
    padding: 0.37em 0.4em;
    appearance: none;
    color: inherit;
    border-radius: 0;
    background: #fff;
}
.news-select select {
    min-width: 12.3em;
    font-family: var(--font-en-02);
    font-weight: var(--w400);
}
.news-select select[name="year"] {
    min-width: 12.3em;
    font-family: var(--font-en-02);
    font-weight: var(--w400);
}
.news-select select[name="artists"] {
    min-width: 15.2em;
    font-family: var(--font-en-02);
    font-weight: var(--w400);
}
.news-select form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6em 1.2em;
}
.news-select__all {
    appearance: none;
    background: none;
    border: none;
    font-size: 1em;
    margin: 0 0 0 1.1em;
    padding: 0;
    cursor: pointer;
    color: inherit;
    font-family: var(--font-en-02);
    font-weight: var(--w400);
}
@media screen and (max-width: 767px) {
    .news-select {
        font-size: 1.5rem;
        padding: 2.25em 0 2.9em;
        display: block;
    }
    .news-select select {
        flex-grow: 1;
    .exhibitions-select
        select {
        font-size: 2.4rem;
        flex-grow: 1;
    };
        
        
        
        
        
        
        
        
        
        
        
        
        
        font-size: 2rem;
        min-width: 0;
        
        
        
        
        
        
        
        
        
        
        
        
        
    }
    .news-select select[name="year"] {
        min-width: 10.4em;
        width: 6em;
        min-width: 0;
    }
    .news-select select[name="artists"] {
        min-width: 14.3em;
        min-width: 0;
        max-width: 10.85em;
    }
    .news-select form {
        display: flex;
        width: 100%;
        gap: 0 1em;
        flex-wrap: nowrap;
    }
    .news-select fieldset {
        display: flex;
    }
    .news-select__all {
        margin: 0 0 0 0.8em;
    }
    .news-list {
        padding-bottom: 7.7em;
    }
    .news-list .not__text{
        font-size: 2.2em;
        opacity: 0.6;
    }
    .news-list__box {
        padding: 0 0 14.2%;
    }
    .news-list__box:last-child {
        padding-bottom: 0;
    }
    .news-list__box-category {
        padding: 1.5em 0 0.5em;
    }
    .news-list__box-tl-name {
        margin: 0.7em 0 0.2em;
        display: block;
    }
    .news-list__box-tl-text {
        /* letter-spacing: 0.05em; */
    }
    .news-list__box-tl-text b{
        display: inline-block;
        margin-bottom: 0.2em;
    }
    .ios .news-list__box-tl-text b{
       font-weight:600;
    }
}
@media (hover:hover) {
    .news-select__all {
        transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        transition-property: color;
    }
    .news-select__all:hover {
        color: #f00;
    }
}