@charset "utf-8";

.secret-data {
    display: none;
}

/*----------------------------------------
-------------     00.htm     -------------
----------------------------------------*/
/*---------------------
    左側レイアウト
---------------------*/
.tng-topics {
    margin: 0 2% 1%;
    padding: 2% 0;
    box-sizing: border-box;
    background-color: white;
}

/*--- タイトル ---*/
.tng-topics>div:nth-of-type(1) {
    margin: 1em 0;
    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: 4vw;
    font-family: "hiraginokakugoW7";
}

/*--- 記事（大） ---*/
.tng-topics>div:nth-of-type(2) {
    width: 100%;
    padding: 1% 2% 0;
    box-sizing: border-box;
}

.tng1 {
    width: 100%;
    height: 60vw;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    background-color: black;
    transition: .5s;
}

.tng1:hover {
    background-size: 130%;
    transition: .5s;
}

.tng1-1 {
    height: 25vw;
    padding: .5em;
    margin-top: -20vw;
    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: 2vw;
    color: white;
}

.tng1-1 .t-news-02>h1 {
    font-size: 3.5vw;
    word-break: keep-all;
    margin: 0 0 .5em 1em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
    color: white;
}

.tng1-1 .t-news-02>h1.long-name {
    font-size: 3vw;
    line-height: 1.2;
}

.tng1-1 .t-news-04>p {
    font-size: 2vw;
    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: 30vw;
    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: 130%;
    transition: .5s;
}

.tng-topics li .news-00 {
    height: 20vw;
    padding: .5em;
    margin-top: -5vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background-color: black;
}

.tng-topics li .t-news-03 {
    color: white;
    font-size: 1.6vw;
}

.tng-topics li .t-news-02>h1 {
    color: white;
    font-size: 2.5vw;
    word-break: keep-all;
    margin: 0 0 .5em .5em;
    text-indent: -.5em;
    font-family: "hiraginokakugoW7";
}

.tng-topics li .t-news-02>h1.long-name {
    font-size: 2vw;
    line-height: 1.2;
}

.tng-topics li .t-news-04>p {
    color: white;
    font-size: 1.6vw;
    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));
}

/*----------------------------------------
-------------     1.htm ~    -------------
----------------------------------------*/

/*-----------------------------------
-------------- 左側表示 --------------
------------------------------------*/
.left-top {
    margin: 0;
    padding: 2%;
    box-sizing: border-box;
    background-color: white;
}

.left-top>div:nth-of-type(1) {
    width: 100%;
    justify-content: center;
}

.left-top>img {
    width: 95%;
    margin: 0 2.5%;
}

.left-top h1 {
    margin: 0;
    text-indent: .5em;
    font-size: 5vw;
    font-family: "hiraginokakugoW7";
    border-bottom: .1em solid #000;
}

.left-top>div:nth-of-type(1) p {
    margin: 0 0 .5em;
    font-size: 3vw;
    text-align: end;
}

.main-text {
    width: 100%;
    margin: 0 auto;
}

.main-text p {
    margin: 0;
    text-indent: 1em;
    font-size: 3vw;
}

.photo_pac {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.photo_pac img {
    width: 30%;
    margin: .5em 1%;
}


.left-bottom {
    margin: 0;
    padding: .5em;
    justify-content: center;
    background: white;
}

.left-bottom>div:nth-of-type(1) {
    width: 100%;
    border-bottom: .1em solid #000;
}

.left-bottom>div:nth-of-type(1) p {
    font-size: 3.5vw;
    margin: 0;
    text-indent: .5em;
    font-family: "hiraginokakugoW7";
}

.left-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.left-bottom li {
    width: 32%;
    margin: .5em auto;
    box-sizing: border-box;
    text-align: left;
}

.left-bottom li p {
    margin: 0;
}

.left-bottom li a>div:nth-of-type(1) {
    width: 100%;
    height: 20vw;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
    transition: .5s;
}

.left-bottom li a>div:nth-of-type(1):hover {
    background-size: 120%;
}

.left-bottom li a div:nth-of-type(2) {
    height: 15vw;
    padding: .2em;
    margin-top: -1vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: black;
}

.left-bottom li .t-news-03 {
    color: white;
    font-size: 1.5vw;
}

.left-bottom li .t-news-02>h1 {
    color: white;
    font-size: 2.3vw;
    word-break: keep-all;
    margin: 0 0 .5em .5em;
    text-indent: -0.5em;
    font-family: "hiraginokakugoW7";
}

.left-bottom li .t-news-02>h1.long-name {
    font-size: 2vw;
    line-height: 1.2;
}

.left-bottom li .t-news-04>p {
    display: none;
    margin: 0;
}




/*-----------------------------------------------
------------      サイトコンテンツ    --------------
------------------------------------------------*/
.topics-set {
    margin: 0 2% 1em;
    padding: 5% 0;
    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: 4vw;
    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: 2vw;
    margin: 0;
}

.topics-set>ul h1 {
    font-size: 3.2vw;
    word-break: keep-all;
    margin: 0;
    font-family: "hiraginokakugoW7";
}



/*--------------------------------------
--------------    SNS    ---------------
----------------------------------------*/
.sns-link {
    width: 80%;
    text-align: center;
    padding: 0;
    margin: 1em auto;
    background-color: white;
}

.sns-link>div {
    width: 100%;
    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: 4vw;
    margin: 0 1.5em 0 0;
    font-family: "hiraginokakugoW7";

}

.sns-link a {
    padding: 0;
}

.sns-link img {
    width: 12vw;
    margin: 5vw;
    border-radius: .5em;
}


/*--------------------------------------------------
------------      モーダルウインドウ      -------------
--------------------------------------------------*/
.pop_up_window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    align-content: center;
}

.pop_up_close {
    color: white;
    width: 90vw;
    margin: 2vw auto 0;
    display: flex;
    justify-content: flex-end;
}

.pop_up_close p {
    font-size: 5vw;
    margin: 0;
    font-weight: bold;
}

.pop_up_window.show {
    opacity: 1;
    visibility: visible;
}

.pop_up_pic {
    width: 98.1vw;
    height: 65.4vw;
    margin: 2vw auto 4vw;
    box-shadow: 0 0 5vw rgba(0, 0, 0, .7);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s;
}

.pop_up_window ul {
    margin: 0 auto;
    padding: 0;
    /*-- ↓ 枚数が変わったらここが変わります --*/
    height: 5vw;
    display: flex;
    list-style: none;
    justify-content: center;
}

.pop_up_window li {
    width: 3.5vw;
    height: 3.5vw;
    margin: auto 3vw;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 1);
    border-radius: 3vw;
    background-color: rgba(255, 180, 0, 1);
    transition: .3s;
}

.pop_up_window li.pic_li {
    width: 5vw;
    height: 5vw;
    margin: auto 2.25vw;
    background-color: rgba(0, 180, 255, 1);
}

.pop_up_background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .8);
}