.contents_ttl_area{
    margin-top: 60px;
}
.under{
    text-decoration: underline;
}
.content_ttl_area h1 {
    font-family: var(--font_en_ttl);
    letter-spacing: 0.15em;
    font-weight: 400;
    color: var(--fcolor);
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
.content_details_ttl{
    margin-bottom: 60px;
}
.content_ttl_area {
    margin-top: 60px;
}

.content_area{
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
    font-family:var(--font_jp_txt);
}
.content_details_ttl{
    margin-top: 20px;
}
.content_details_ttl h2{
    font-size: 16px;
}
.content_details_day{
    margin-top: 10px;
    font-family: var(--font_en_txt);
}
.news_txt p{
    margin-top: 10px;
    line-height: 175%;
    font-size: 12px;
}
.news_txt h3{
    margin-top: 5px;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
}
.news_txt{
    margin-top: 20px;
}
.news_sub_title{
    margin-top: 60px;
}
.news_txt strong{
    font-size: 14px;
    line-height: 200%;
}
.news_img{
    margin-top: 30px;
}

.btn{
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    width: 200px;
height: 40px;
border: 1px solid var(--border);
}
.btn a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.movieBox{
    margin-top: 40px;
    aspect-ratio: 16/9;
}
.movie{
    width: 100%;
    height: 100%;
}
.movie iframe{
    width: 100%;
    height: 100%;
}
#news #contentsCol .movieBox .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.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;
}
@media screen and (min-width:768px){
    .content_details_ttl h2{
        margin-top: 60px;
        font-size: 18px;
    }
    .content_details_day{
        font-size: 14px;
        margin-top: 20px;
    }
    .news_txt p{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1024px){
    .content_ttl_area{
        margin-left: auto;
        margin-right: auto;
        max-width: 1360px;
    }
    .content_ttl_area h1 {
        font-size: 24px;
    }
    .content_details_ttl{
        margin: 0 auto;
        max-width: 768px;
    }

    .news_area{
        margin: 0 auto;
        width: 80%;
        max-width: 768px;
        margin-top: 60px;
    }
    .content_details_ttl h2{
        font-size: 1.47vw;
        margin-top: 120px;
    }
    .content_details_day{
        font-size: 1.17vw;
    }
    .news_txt strong{
        font-size: 1.17vw;
    }
    .content_sub_ttl {
        font-size: 1.17vw;
    }
    .news_txt p{
        font-size: 1.03vw;
        margin-top: 20px;
    }
    .btn{
        height: 48px;
        width: 250px;
    }
    .btn a{
        font-size: 12px;
    }
    .news_img{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media screen and (min-width:1360px){
    .content_details_ttl h2{
        font-size: 18px;
    }
    .content_details_day,.news_txt strong{
        font-size: 16px;
    }
    .news_txt p{
        font-size: 14px;
    }
}