.contents_area{
    padding-top: 120px; 
    width: 90%;
    margin: 0 auto;
}
.nav-active{
    font-weight: bold;
    border: 1px solid #000 !important;
}
.contents_ttl_area{
    margin-top: 60px;
}
.contents_ttl_area h1{
    font-size: 18px;
    font-family: var(--font_en_ttl);
    font-weight: normal;
    letter-spacing: 0.2em;
}

#page{
    margin-top: 60px;
}
.filter-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
.filter-list li{
    font-size: 12px;
    font-family: var(--font_en_ttl);
    letter-spacing: 0.2em;
}
.filter-list .active{
    position: relative;
}
.filter-list .active::before{
    position: absolute;
    content: "";
    width: 7px;
    border-radius: 99px;
    height: 7px;
    background-color: #000;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news-container{
   margin-top: 30px; 
}
.day{
    margin-top: 20px;
    font-size: 11px;
    font-family: var(--font_en_ttl);
    letter-spacing: 0.08em;
}
.news-container li:nth-child(1){
    margin: 0;
}
.news-container li{
    margin-top: 50px;
    overflow: hidden;
}
.news-container h2{
    margin-top: 10px;
    font-size: 16px;
    font-family: var(--font_en_ttl);
    font-weight: normal;
    letter-spacing: 0.24em;
    color: var(--fcolor);
}
.type{
    margin-top: 15px;
    width: fit-content;
    padding: 3px 20px;
    border: 1px solid var(--border);
    font-family: var(--font_en_ttl);
    border-radius: 2px;
}
.page-item{
    padding: 7px 12px;
    border: 1px solid var(--border);
}
.news-container li a{
    filter: grayscale(100%);
}
.news-container li a:hover{
    filter: grayscale(0%);
    transition: 0.5s;
}
.news-container li img:hover{
    filter: grayscale(0%);
}
.txt_pc{
    display: none;
}

.page-button:hover{
    background-color: var(--bgcolor2);
    color: #fff;
    transition: 0.4s;
}
#pagination{
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.page-button.active{
    background-color:var(--bgcolor2);
    color: #fff;
}
.page-button{
    padding: 10px 12px;
    border-radius: 2px;
    border: 1px solid var(--border);
}
@media screen and (min-width:1024px){
    .news-container li a{
 display: grid;
 grid-template-columns:1.2fr 0.8fr;
 column-gap: 5%;
    }
    .news-container{
        margin-top: 0;
    }
    .contents_ttl_area{
        display: flex;
        justify-content:space-between;
        align-items: center;
    }
    .list_img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list_txt{
        width: 100%;
        margin-top: 40px;
    }
    .list_pc_wrap{
        position: relative;
    }
    .type{
        position: absolute;
        padding: 5px 20px;
        top: 0;
        right: 0;
        margin: 0;
        font-size:0.882vw;
    }
    .day{
        margin-top: 0;
        font-size:0.882vw;
    }
    .txt_pc{
        display: block;
        position: relative;
    }
    .contents_area{
        width: 85%;
        max-width: 1280px;
    }
    .news-container h2{
        margin-top: 40px;
        font-size:1.323vw;
    }
    .list_pc_wrap{
width: 100%;
    }
    #page{
        margin-top: 0;
    }
    .txt_pc{
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 1.029vw;
        line-height: 24px;
        font-family: var(--font_jp_txt);
    }
    .contents_ttl_area h1{
        font-size: 26px;
    }
    .contents_ttl_area{
        padding-bottom: 30px;
        border-bottom: 1px solid var(--border);
    }
    .filter-list{
        padding-bottom: 0;
        border-bottom: none;
    }
    .news-container li{
        border-bottom: 1px solid var(--border);
        margin-top: 0;
    }
}
@media screen and (min-width:1360px){
.day{
    font-size: 12px;
}
.type{
    font-size: 10px;
}
.txt_pc{
    font-size: 14px;
    line-height: 170%;
}
.news-container h2{
    font-size: 20px;
}
}