@charset "utf-8";

/*===========================================================
NEWS
===========================================================*/

.newsFlMain section article {
    min-width: 0;
}

img+.no-img {
    display: none;
}

.newsItem a:hover .newsTitle {
    text-decoration: underline;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 9px;
}

.newsSet {
    display: block;
}

.newsFlMain section,
.topNewsBlockBox section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: 100%;
}

.news-main article {
    width: 100%;
}


.newsTitle {
    font-size: 16px;
    color: #fff;
    line-height: 1.444em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 9px;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsItem a {
    display: block;
    position: relative;
}

.newsImgBx {
    position: relative;
    padding: 0 0 68.42%;
    background: #191919;
    overflow: hidden;
}

.newsImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.newsImgControl {
    width: 100%;
    position: relative;
    padding: 0 0 66.5%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.newsImgControl>img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsImgBx>img+.noimg {
    display: none;
}

.newsCate {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    padding: 1px 13px;
    text-align: center;
    line-height: 1.375em;
    color: #fff;
    background-color: #A7946D;
    flex: 1;
    max-width: max-content;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsDay {
    font-size: 16px;
    color: #fff;
    line-height: 1.3125em;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.newsTitleBx {
    margin: 13px 0 0;
}

/* 下層 */
.newsFl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.newsFlSide,
.newsFlMain {
    width: 100%;
}

.newsFlSide {
    margin: 30px 0 0;
}

.newsCateTit {
    padding: 6px 10px;
    background: #A7946D;
    color: #fff;
    font-family: "Noto Serif JP", serif;
}

.newsCateTit:nth-of-type(n + 2) {
    margin: 20px 0 0;
}

.cateLink {
    color: #fff;
}

.cateLink:hover {
    color: #fff;
    text-decoration: underline;
}

/* 下層 */

/* 詳細 */

.detail section {
    display: block;
}

.detailTit {
    margin: 10px 0 0;
    padding: 0 0 6px 0;
    font-size: 22px;
    border-bottom: 1px solid #fff;
}

.detail .newsDate {
    margin: 0;
}

.newsDtl .newsCateFl {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsDtl .newsCate {
    position: static;
}

.newsDtl .img {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

.newsDtl .content {
    margin: 10px 0 0;
}

.newsDtl .img:empty {
    display: none;
}

.newsDtl .comBtn01 {
    margin: 20px 0 0;
    max-width: 354px;
}

.newsDtl .backBtn::before {
    right: auto;
    left: 15px;
}

/* 詳細 */

/*  ページャー */

.webgene-pagination {
    width: 100%;
    grid-column: 1/2;
}

.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 0 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: #fff;
}

.webgene-pagination>ul>li>a:hover {
    color: #fff;
    background: #A7946D;
    text-decoration: none;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a {
    color: #fff;
    background: #A7946D;
    cursor: inherit;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: #A7946D;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--black);
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #fff;
    opacity: .5;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}

/*------*/

.archiveBlock {
    font-size: 14px;
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
    display: none;
}

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    color: #fff;
    margin: 0.1em 0 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .5s;
    cursor: pointer;
    align-items: center;
}

.archiveYear:hover {
    color: #ccc;
    transition: .5s;
}

.archiveYear .fa {
    margin: 0.1em 0 0;
    font-size: 1.2em;
    transition: .3s;
    transform-origin: center;
}

.archiveYear.active .fa {
    transform: rotate(90deg);
    transform-origin: center;
    transition: .3s;
}

.archiveYear > span {
    margin: 0 0 0 0.5em;
}

.archiveList {
    margin: 0.3em 0 0;
    padding: 0 0 0 1.2em;
    font-size: 1em;
}

.archiveList > li {
    padding: 0;
    list-style: none;
}

.archiveList > li > a {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    color: #fff;
    transition: .5s;
}

.archiveList > li:nth-of-type(n + 2) {
    margin: 0.2em 0 0;
}

.archiveList > li > a:before {
    content: "-";
    padding: 0 0.5em 0 0;
}

.archiveList > li > a:hover {
    color: #ccc;
    transition: .5s;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/*===========================================================
NEWS
===========================================================*/

    .newsFlMain section,
    .topNewsBlockBox section {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }


    /*  ページャー */

    .webgene-pagination {
        grid-column: 1/3;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {


    /* 下層 */
    .newsFl {
        flex-direction: row;
        align-items: flex-start;
    }

    .newsFlSide {
        width: 24%;
        margin: 0;
    }

    .newsFlMain {
        width: 70%;
    }

    .newsFlMain section {
        gap: 40px 20px;
    }

    /* 詳細 */

    .detailTit {
        margin: 20px 0 0;
        padding: 0 0 12px 0;
        font-size: 30px;
    }

    .newsDtl .img {
        margin: 20px 0 0;
    }

    .newsDtl .content {
        margin: 20px 0 0;
    }

    .newsDtl .comBtn01 {
        margin: 40px 0 0;
    }


    /* ページャー */

    .webgene-pagination>ul>li {
        margin: 40px 10px 0;
    }

    .webgene-pagination>ul>li>a {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }


}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================
NEWS
===========================================================*/

    .newsFlMain section,
    .topNewsBlockBox section {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    /* ---------- ぺージャーここから ---------- */

    .webgene-pagination {
        grid-column: 1/4;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .archiveBlock {
        font-size: 18px;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/*===========================================================
NEWS
===========================================================*/

    .newsCateSet {
        gap: 8px 19px;
    }

    .newsTitle {
        font-size: 18px;
    }

    .newsCate {
        font-size: 16px;
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================
NEWS
===========================================================*/

    .topNewsBlockBox section {
        gap: 45px;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */