@charset "UTF-8";
main{
    margin: 30px;
    text-align: center;
}
.headding__subtitle{
    font-size: 20px;
    margin-bottom: 30px;
}
.news__container{
    margin-top: 80px;
    margin-bottom: 80px;
}
.news__date{
    font-size: 15px;
}
.headding__subtitle,
.news_description{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
}
.news__images{
    display: grid;
    grid-template-rows: 20vw 20vw;
    grid-template-columns: 33% 33% 33%;
    padding: 0;
}
.news__images{
    display: grid;
    list-style: none;
}
.image01{
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.image02{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.image03{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.image04{
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}
.image05{
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}
.news__images li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news__image__garelly{
    margin: 30px 0;
}
.buy_btn{
    display: inline-block;
    width: 250px;
    height: 30px;
    padding: 10px;
    border: 2px solid #131313;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 8px #777777;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    background: #131313;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.buy_btn:hover{
    opacity: 0.7;
    letter-spacing: 0.3em;

}
.buy_btn a{
    text-decoration: none;
    color: #fff;
}
.news2__images{
    display: grid;
    grid-template-rows: 40vw 40vw;
    grid-template-columns: 50% 50%;
    padding: 0%;
}
.image-a{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.image-b{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.image-c{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.image-d{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.news2__images li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news2__images{
    list-style: none;
}
img:hover{
    opacity: 1;
}
.news__detail{
    font-size: 10px;
    font-weight: bold;
    
    padding: 5px;
    text-align: right;
}
.news2__image__garelly{
    padding-bottom: 100px;
}