@charset "UTF-8";

.main {
    overflow: hidden;
}

/* ==============================
news
================================ */
.section--sslnews {
    padding: 56px 0 80px 4.2%;
    background-image: url(../img/ssl-news-backimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 37% 0;
}

.title {
    position: relative;
    z-index: 10;
}

.section--sslnews .title::after {
    content: 'NEWS';
    font-family: 'Wittgenstein';
    color: #51207b;
    opacity: 40%;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: -14px;
    left: -6%;
    z-index: -10;
}

.news__txt {
    padding: 40px 16px;
    margin: 56px auto 0;
    border-radius: 25px 0 0 25px;
    background-color: #DEDEDE;
    opacity: 85%;
}

.news__item {
    margin-top: 40px;
    color: #3f3f3f;
    font-size: 1.6rem;
    line-height: 1.6;
}

.news__item:first-of-type {
    margin-top: 0;
}

.news__item::after {
    content: '';
    display: block;
    margin-top: 40px;
    width: auto;
    height: 2px;
    background-color: #7C7B7B;
}

.news__item:last-of-type::after {
    display: none;
}

.new {
    background-color: #51207b;
    color: #f5f5f5;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 0 8px 1px;
    margin-left: 4px;
}

.newsItem__txt {
    margin-bottom: 8px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 4px;
}

.newsItem_day {
    font-size: 1.4rem;
}

.newsItem__day {
    font-size: 1.4rem;
}

.day,
.place,
.start,
.pay__group,
.address,
.tel,
.host,
.hp,
.mail,
.blog {
    margin-top: 12px;
}

.day {
    display: flex;
    gap: 16px;  
}

.place {
    display: flex;
    gap: 16px;
}

.place p:first-of-type {
    white-space: nowrap;
}

.start {
    display: flex;
    gap: 16px;
}

.pay__group {
    display: flex;
    gap: 16px;
}

.pay,
.address__title,
.start p:first-of-type,
.player p:first-of-type{
    white-space: nowrap;
}

.small__sp {
    display: none;
}

.address {
    display: flex;
    gap: 16px;
}

.tel {
    display: flex;
    gap: 22px;
}

.host__player {
    margin-left: 48px;
}

.player {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.hp p:last-of-type {
    overflow-wrap: break-word;
}

.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: #51207b;
} 

.memo {
    margin-top: 12px;
}

.memo a {
    transition: 0.4s;
    cursor: pointer;
}

.memo a:hover {
    color: #51207b;
}

.wp-pagenavi {
    color: #3f3f3f;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 56px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 10px;
}

.current {
    font-size: 2rem;
    font-weight: 700;
}

.wp-pagenavi a {
    transition: 0.4s;
    cursor: pointer;
}

.wp-pagenavi a:hover {
    color: #51207b;
}


/* news tablet 350px~ */
@media screen and (max-width: 350px) {
    .small__sp {
        display: block;
    }
}


/* news tablet 600px~ */
@media screen and (min-width: 600px) {
    .section--sslnews {
        padding: 80px 0 120px 9.7%;
    }

    .section--sslnews .title::after {
        left: -11.5%;
    }

    .news__txt {
        padding: 56px 9.7%;
    }

    .news__sp {
        display: none;
    }


    .host__group {
        display: flex;
        align-items: baseline;
        gap: 16px;
    }

    .host__player {
        margin-left: 0;
    }

    .hp,
    .mail,
    .blog {
        display: flex;
        gap: 16px;
    }

    .hp p:last-of-type {
        margin-left: 0;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 16px;
    }
}
/* news 600px~ */

/* news pc 1024px */
@media screen and (min-width: 1024px) {
    .section--sslnews {
        padding: 120px 0 160px 9.7%;
    }

    .section--sslnews .title::after {
        font-size: 9.6rem;
        top: -30px;
        left: -11.5%;
    }

    .news__item {
        letter-spacing: 0.08em;
        line-height: 1.6;
    }

    .news__txt {
        max-width: unset;
        padding: 80px 32px;
        margin-top: 80px;
    }

    .pay__group,
    .host__group {
        display: flex;
    }

    .pay__group {
        gap: 16px;
    }

    .wp-pagenavi {
        margin-top: 96px;
    }

    .thumbnailandcontent {
        display: flex;
    }

    .newsItem_day,
    .newsItem__txt,
    .thumbnailandcontent {
        margin-left: 40px;
    }

    .thumbnail img {
        margin-right: 20px;
        margin-top: 4px;
        width: 280px;
        height: auto;
    }

    .newsItem__content div:first-of-type {
        margin-top: 0;
    }
}

/* news pc 1440px */
@media screen and (min-width: 1440px) {
    .section--sslnews {
        padding: 160px 0 200px 9.7%;
    }
    
    .news__txt {
        padding: 120px 80px 96px;
        margin-top: 112px;
    }

    .newsItem_day,
    .newsItem__txt,
    .thumbnailandcontent {
        margin-left: 104px;
    }
}

/* news pc 2000px~ */
@media screen and (min-width: 2000px) {  
    .section--sslnews {
        padding: 200px 9.7% 240px;
    }

    .title {
        text-align: center;
    }

    .section--sslnews .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .news__txt {
        border-radius: 25px;
        max-width: 1160px;
        margin-top: 120px;
    }

    .news__click {
        margin-top: 120px;
    }
}