@charset "UTF-8";

/* =========================
news
========================== */
.main {
    overflow: hidden;
}

.section--news {
    padding: 64px 4.2% 120px;
    background-color: #e6e6e6;
}

.title {
    text-align: center;
    position: relative;
    z-index: 8;
}

.title::after {
    content: 'NEWS';
    font-family: 'Wittgenstein';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    color: #f5f5f5;
    opacity: 60%;
    text-align: center;
    font-size: 6.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    z-index: -10;
}

.news__content {
    background-color: #f5f5f5;
    padding: 32px 8px;
    margin-top: 56px;
    border-radius: 8px;
}

.news__item {
    margin-top: 32px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    display: block;
}

.news__item::after {
    content: '';
    display: block;
    margin-top: 40px;
    width: auto;
    height: 2px;
    background-color: #e6e6e6;
}

.news__item:last-of-type::after {
    display: none;
}

.newsItem_day,
.newsItem__day {
    display: flex;
    font-size: 1.4rem;
}

.news__item:first-of-type {
    margin-top: 0;
}

.newsItem__txt {
    font-size: 2rem;
    font-weight: 700;
}

.news__txt {
    padding-left: 1em;
    letter-spacing: 0.05em;
}

.news__list img {
    width: 280px;
    height: auto;
    margin-bottom: 8px;
}

.newsItem__content div:first-of-type {
    margin-top: 4px;
}

.place,
.start,
.pay__group,
.address,
.tel,
.host,
.player,
.day {
    margin-top: 12px;
    display: flex;
    gap: 16px;
}

.tel {
    gap: 22px;
}

.hp,
.blog,
.mail {
    margin-top: 12px;
}

.new {
    background-color: #c1c343;
    color: #f5f5f5;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 0 8px 1px;
    margin-left: 8px;
}

.place p:first-of-type,
.pay,
.address__title,
.start__time,
.player p:first-of-type,
.blog p:first-of-type,
.tel p:first-of-type {
    white-space: nowrap;
}

.start div {
    white-space: unset;
}

.hp__address,
.mail__address,
.blog__address {
    overflow-wrap: break-word;
    transition: 0.4s;
    cursor: pointer;
}

.newsItem__click {
    transition: 0.4s;
    cursor: pointer;
}

.hp__address:hover,
.mail__address:hover,
.blog__address:hover,
.newsItem__click:hover {
    color: #c1c343;
}

.memo {
    margin-top: 12px;
}

.memo a {
    transition: 0.4s;
    cursor: pointer;
}

.memo a:hover {
    color: #c1c343;
}

.wp-pagenavi {
    margin-top: 56px;
    text-align: center;
    font-size: 1.6rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
    margin: 10px;
}

.current {
    font-size: 2rem;
    font-weight: 700;
}

.wp-pagenavi a {
    transition: 0.4s;
    cursor: pointer;
}

.wp-pagenavi a:hover {
    color: #c1c343;
}

/* news tablet 600px~ */
@media screen and (min-width:600px) {
    .section--news {
        padding:  96px 9.7% 180px;
    }

    .section--news::after {
        font-size: 12.8rem;
        bottom: 113px;
        right: -155px;
    }

    .title {
        text-align: left;
    }

    .title::after {
        left: -13%;
        transform: unset;
    }

    .news__content {
        padding: 32px;
    }
    
    .news__list {
        margin: 0 auto;
        max-width: 1160px;
    }

    .news__item {
        /* display: flex; */
        gap: 24px;
        margin-top: 32px;
    }
    
    .news__item:first-of-type {
        margin-top: 0;
    }

    .news__txt {
        padding-left: unset;
    }

    .newsTxt__content {
        margin-top: 8px;
    }

    .wp-pagenavi span,
    .wp-pagenavi a {
        margin: 16px;
    }
}
/* news 600px~*/

/* news pc 1024px~ */
@media screen and (min-width :1024px) {
    .section--news {
        padding:  120px 9.7% 200px;
    }
    
    .section--news .title::after {
        font-size: 9.6rem;
        top: -30px;
    }
    
    .news__content {
        padding: 80px 32px;
        margin: 80px auto 0;
        max-width: 1160px;
    }
    
    .news__list {
        margin: 0 auto;
    }

    .newsItem__content div:first-of-type {
        margin-top: 0;
    }

    .newsItem__txt {
        margin-bottom: 4px;
    }

    .thumbnailandcontent {
        display: flex;
    }

    .thumbnail img {
        margin-top: 4px;
    }

    .thumbnail img,
    .newsItem_day,
    .newsItem__txt,
    .newsItem__content {
        margin-left: 40px;
    }

    .hp,
    .blog,
    .mail {
        display: flex;
        gap: 16px;
    }

    .hp__address {
        margin-left: 0;
    }

    .page {
        margin-top: 120px;
    }

    /* .footer::before {
        background-image: url(../img/footer-wave-news-pc.svg);
        top: -112px;
        z-index: -10;
    } */

    .wp-pagenavi {
        margin-top: 80px;
    }
}
/* news 1024px~ */

/* news pc 1440px~ */
@media screen and (min-width :1440px) {
    .section--news {
        padding: 160px 9.7% 320px;
    }

    .section--news .title::after {
        font-size: 10.4rem;
    }

    .news__item {
        margin-top: 48px;
    }

    .news__item::after {
        margin-top: 56px;
    }

    .newsItem_day,
    .newsItem__day,
    .newsItem__txt,
    .thumbnailandcontent {
        margin-left: 104px;
    }

    .news__content {
        margin-top: 96px;
        padding: 80px;
    }

    .thumbnail img {
        margin-right: 40px;
    }

    .thumbnail img,
    .newsItem__content {
        margin-left: 0;
    }
}

/* news pc 2000px~ */
@media screen and (min-width :2000px) {
    .section--news {
        padding: 240px 9.7% 320px;
    }

    .title {
        text-align: center;
    }

    .title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ======================
footer
======================= */
/* .footer {
    z-index: 0;
}

.footer::before {
    background-image: url(../img/footer-wave-news-sp.svg);
    top: -46px;
    z-index: -5;
} */


/* members pc 425px */
/* @media screen and (min-width: 425px) {
    .footer::before {
        top: -64px;
    }
} */

/* members pc 600px */
/* @media screen and (min-width: 600px) {
    .footer::before {
        top: -95px;
    }

    .footer__group {
        padding: 40px 9.7% 80px;
    }
} */

/* members pc 890px */
/* @media screen and (min-width: 890px) {
    .footer::before {
        top: -110px;
    }
} */


/* members pc 1024px */
/* @media screen and (min-width:1024px) {
    .footer__group {
        padding-top: 80px;
    }
    
    .footer::before {
        background-image: url(../img/footer-wave-news-pc.svg);
        top: -114px;
    }
} */


/* members pc 1250px */
/* @media screen and (min-width: 1250px) {
    .footer::before {
        top: -132px;
    }
} */

/* members pc 1440px */
/* @media screen and (min-width: 1440px) {
    .footer__group {
        padding: 0px 9.7% 120px;
    }

    .footer::before {
        top: -154px;
    }
} */

/* members pc 1700px */
/* @media screen and (min-width: 1700px) {
    .footer::before {
        top: -184px;
    }
} */

/* members pc 2000px */
/* @media screen and (min-width: 2000px) {
     .footer::before {
        top: -240px;
    }
} */