@charset "utf-8";

.f00_main {
    display: flex;
}

.secret-data {
    display: none;
}

.left-contents {
    width: 75%;
}

.right-contents {
    width: 25%;
}



/*---------------------
    左側レイアウト
---------------------*/
.tng-topics {
    margin: 0 2% 1%;
    padding: 2%;
    box-sizing: border-box;
    background-color: white;
}

/*--- タイトル ---*/
.tng-topics>div:nth-of-type(1) {
    margin: 0 1em;
    border-bottom: .1em solid rgba(0, 130, 0, 1);
    display: flex;
}

.tng-topics>div:nth-of-type(1) span {
    background-color: rgba(0, 130, 0, 1);
    display: block;
    width: 1em;
}

.tng-topics>div:nth-of-type(1) p {
    margin: 0;
    text-indent: .5em;
    font-size: 2vw;
    font-family: "hiraginokakugoW7";
}

/*--- 記事（大） ---*/
.tng-topics>div:nth-of-type(2) {
    width: 100%;
    padding: 1% 2% 0;
    box-sizing: border-box;
}

.tng1 {
    width: 100%;
    height: 40vw;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-color: black;
    transition: .8s;
}

.tng1:hover {
    background-size: 125%;
    opacity: .8;
}

.tng1-1 {
    height: 12vw;
    padding: .5em;
    margin-top: -12vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.tng1-1 p {
    margin: 0;
}

.tng1-1 .t-news-03 {
    font-size: 1.2vw;
    color: white;
}

.tng1-1 .t-news-02>h1 {
    font-size: 2vw;
    word-break: keep-all;
    margin: 0 0 .2em 1em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
    color: white;
}

.tng1-1 .news-02>h1.long-name {
    font-size: 1.2vw;
    line-height: 1.2;
}

.tng1-1 .t-news-04>p {
    font-size: 1.3vw;
    word-break: keep-all;
    margin: 0;
    text-indent: 1em;
    color: white;
}

.tng-news-link1 .news-fade {
    position: relative;
    width: 100%;
    height: 3em;
    margin-top: -3em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7), rgba(0, 0, 0, 1));
}

/*--------- 記事（小） -----------*/
.tng-topics ul {
    width: 100%;
    margin: .5em auto;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.tng-topics li {
    width: 46%;
    margin: .5em auto;
    box-sizing: border-box;
    text-align: left;
}

.tng-topics li p {
    margin: 0;
}

.tng-topics li>a>div:nth-of-type(1) {
    width: 100%;
    height: 20vw;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-color: black;
    transition: .5s;
}

.tng-topics li>a>div:nth-of-type(1):hover {
    background-size: 125%;
    opacity: .8;
}

.tng-topics li .news-00 {
    height: 10vw;
    padding: .5em;
    margin-top: -5vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.tng-topics li .t-news-03 {
    color: white;
    font-size: .9vw;
}

.tng-topics li .t-news-02>h1 {
    color: white;
    font-size: 1.4vw;
    word-break: keep-all;
    margin: 0 0 .5em .5em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
}

.tng-topics li .news-02>h1.long-name {
    font-size: 1vw;
    line-height: 1.2;
}

.tng-topics li .t-news-04>p {
    color: white;
    font-size: .8vw;
    margin: 0;
    text-indent: 1em;
}

.tng-topics li .news-fade {
    position: relative;
    width: 100%;
    height: 2.5em;
    margin-top: -2.5em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7), rgba(0, 0, 0, 1));
}

/*----------- もっと見るボタン ------------*/
.more-news {
    width: 100%;
    display: flex;
    justify-content: right;
    font-family: "hiraginokakugoW7";
}

.more-news a {
    display: flex;
}

.more-news p:nth-of-type(1) {
    margin: 0 .5em 0 0;
}

.more-news p:nth-of-type(2) {
    margin: 0 2em 0 0;
}

/*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/
.topics-set {
    width: 95%;
    margin: 0 auto 1em;
    padding: 5%;
    box-sizing: border-box;
    background-color: white;
}

.topics-set>div:nth-of-type(1) {
    margin: 0;
    border-bottom: .1em solid rgba(0, 0, 130, 1);
    display: flex;
}

.topics-set>div:nth-of-type(1) span {
    background-color: rgba(0, 0, 130, 1);
    display: block;
    width: 1em;
}

.topics-set>div:nth-of-type(1) p {
    margin: 0;
    text-indent: .5em;
    font-size: 2vw;
    font-family: "hiraginokakugoW7";
}


.topics-set ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

.topics-set li {
    border-bottom: .1em solid #cee;
    padding: .5em;
}

.topics-set>ul p {
    margin: 0;
}

.topics-set>ul .time {
    font-size: 1vw;
    margin: 0;
}

.topics-set>ul h1 {
    font-size: 1.3vw;
    word-break: keep-all;
    margin: 0;
    font-family: "hiraginokakugoW7";
}



.sns-link {
    width: 95%;
    text-align: center;
    padding: 0;
    margin: 1em auto;
    background-color: white;
}

.sns-link>div {
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding-top: .2em;
    padding-bottom: .2em;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-bottom: .1em solid #555;
}

.sns-link>div img {
    width: 1.5em;
}

.sns-link>div p {
    font-size: 1vw;
    margin: 0;
    font-family: "hiraginokakugoW7";

}

.sns-link a {
    padding: 0;
}

.sns-link img {
    width: 20%;
    margin: .5em 3%;
    border-radius: .5em;
}


/*--------------------------------------------------------------------------------
　最大サイズ到達時に適用
----------------------------------------------------------------------------------*/

@media screen and (min-device-width: 1040px) {


    .f00_main {
        width: 1000px;
    }

    /*---------------------
    左側レイアウト
---------------------*/
    .tng-topics>div:nth-of-type(1) p {
        font-size: 20px;
    }

    /*--- 記事（大） ---*/
    .tng1 {
        height: 400px;
    }

    .tng1-1 {
        height: 120px;
        margin-top: -120px;
    }

    .tng1-1 .t-news-03 {
        font-size: 12px;
    }

    .tng1-1 .t-news-02>h1 {
        font-size: 20px;
    }

    .tng1-1 .news-02>h1.long-name {
        font-size: 12px;
    }

    .tng1-1 .t-news-04>p {
        font-size: 13px;
    }

    /*--------- 記事（小） -----------*/
    .tng-topics li>a>div:nth-of-type(1) {
        height: 200px;
    }

    .tng-topics li .news-00 {
        height: 100px;
        margin-top: -50px;
    }

    .tng-topics li .t-news-03 {
        font-size: 9px;
    }

    .tng-topics li .t-news-02>h1 {
        font-size: 14px;
    }

    .tng-topics li .news-02>h1.long-name {
        font-size: 10px;
    }

    .tng-topics li .t-news-04>p {
        font-size: 8px;
    }

    /*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/
    .topics-set>div:nth-of-type(1) p {
        font-size: 20px;
    }

    .topics-set>ul .time {
        font-size: 10px;
    }

    .topics-set>ul h1 {
        font-size: 13px;
    }

    .sns-link>div p {
        font-size: 10px;

    }
}

/*--------------------------------------------------------------------------------
　最大サイズ到達時に適用
----------------------------------------------------------------------------------*/

@media screen and (min-device-width: 1921px) {


    .f00_main {
        width: 1280px;
    }

    /*---------------------
    左側レイアウト
---------------------*/
    .tng-topics>div:nth-of-type(1) p {
        font-size: 25.6px;
    }

    /*--- 記事（大） ---*/
    .tng1 {
        height: 512px;
    }

    .tng1-1 {
        height: 153.6px;
        margin-top: -153.6px;
    }

    .tng1-1 .t-news-03 {
        font-size: 15.36px;
    }

    .tng1-1 .t-news-02>h1 {
        font-size: 25.6px;
    }

    .tng1-1 .news-02>h1.long-name {
        font-size: 15.36px;
    }

    .tng1-1 .t-news-04>p {
        font-size: 16.64px;
    }

    /*--------- 記事（小） -----------*/
    .tng-topics li>a>div:nth-of-type(1) {
        height: 256px;
    }

    .tng-topics li .news-00 {
        height: 128px;
        margin-top: -64px;
    }

    .tng-topics li .t-news-03 {
        font-size: 11.52px;
    }

    .tng-topics li .t-news-02>h1 {
        font-size: 17.92px;
    }

    .tng-topics li .news-02>h1.long-name {
        font-size: 12.8px;
    }

    .tng-topics li .t-news-04>p {
        font-size: 10.24px;
    }

    /*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/
    .topics-set>div:nth-of-type(1) p {
        font-size: 25.6px;
    }

    .topics-set>ul .time {
        font-size: 12.8px;
    }

    .topics-set>ul h1 {
        font-size: 16.64px;
    }

    .sns-link>div p {
        font-size: 12.8px;

    }
}