/*デザイン会議のcss*/

.p-mv {
    height: 638px;
    background-image: url(../images/club_regna_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1400px;
    padding: 68px 0 0;
}

.p-mv__inner {
    margin: 0 auto;
    width: 650px;
    padding-top: 80px;
}

@media screen and (max-width: 1400px) {
    .p-mv {
        min-width: inherit;
    }

    .p-mv__inner {}
}

@media screen and (max-width: 955px) {
    .p-mv {
        height: 460px;
        padding: 0px 0 0;
    }

    .p-mv__inner {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .p-mv {
        height: 400px;
        background-image: url(../images/club_regna_bg_sp.png);
        padding: 0;
        position: relative;
        top: 0 !important;
    }

    .p-mv__inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        padding: 37px 30px 0;
    }


}

.p-mv__message {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.p-mv__message__logo {
    margin: 0 auto;
}

.p-mv__message__logo img {
    width: 100%;
}

@media screen and (max-width: 955px) {
    .p-mv__message__logo {
        width: 399px;
    }
}

@media screen and (max-width: 767px) {
    .p-mv__message__logo {
        width: 100%;
    }
}

.p-mv__message__text {
    margin-top: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 2;
}

.p-mv__message__link {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
}

@media screen and (max-width: 955px) {
    .p-mv__message__text {}

    .p-mv__message__link {}
}

@media screen and (max-width: 767px) {
    .p-mv__message__text {
        margin-top: 24px;
        font-size: 15px;
    }

    .p-mv__message__link {
        margin-top: 12px;
        font-size: 15px;
    }
}

.p-archive {
    background-color: #000001;
}

.p-archive__inner {
    width: 955px;
    margin: 0 auto;
    padding: 0 0 67px;
}

.p-archives__articleimage img {
    max-width: 100%;
    height: auto;
}

.p-archives__caption {
    margin-top: 0  !important;
}

@media screen and (max-width: 955px) {
    .p-archive__inner {
        padding-top: 9.42408vw;
        padding-bottom: 7.01571vw;
    }
}

@media screen and (max-width: 767px) {
    .p-archive__inner {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 12vw;
    }

    .p-archive {
        width: 100%;
        padding: 0 9.3333%;
    }
}

.p-archive__postList {
    margin-top: 0px;
}

.p-archive__postList>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.p-archive__postList>ul>li:nth-child(3n+1) {
    margin-left: 0;
}

.p-archive__postList>ul>li:nth-child(-n+3) {
    margin-top: 0;
}

.p-archive__postList>ul>li {
    width: 298px;
    margin-left: 30px;
    margin-top: 100px;
}

@media screen and (max-width: 955px) {

    .p-archive__postList>ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .p-archive__postList>ul>li {
        width: 30.4712vw;
        margin-left: 2.19895vw;
        margin-top: 5.2356vw;
    }

    .p-archive__postList {
        margin-top: 7.64398vw;
    }
}

@media screen and (max-width: 767px) {

    .p-archive__postList {
        margin-top: 8vw;
    }

    .p-archive__postList>ul>li {
        width: 100%;
        margin-left: 0;
        margin-top: 13.33333vw;
    }

    .p-archive__postList>ul>li:nth-child(-n+3) {
        margin-top: 8vw;
    }

    .p-archive__postList>ul>li:first-child {
        margin-top: 0;
    }
}

.p-archive__postList a {
    text-decoration: none;
    color: #000;
    display: block;
}

.p-archive__postList__postBox__thumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 64.4%;
}

.p-archive__postList__postBox__infoBox {
    width: 100%;
    margin-top: 30px;
    color: #fff;
}

@media screen and (max-width: 955px) {
    .p-archive__postList__postBox__infoBox {
        margin-top: 3.14136vw;
    }
}

@media screen and (max-width: 767px) {
    .p-archive__postList__postBox__infoBox {
        margin-top: 4vw;
    }
}

.p-archive__postList__postBox__infoBox__date {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.p-archive__postList__postBox__infoBox__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.p-archive__postList__postBox__infoBox__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}

/*アーカイブページ*/

.p-archives-mv {
    background-image: url(../images/club_regna_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1400px;
    padding: 30px 0 0;
}

@media screen and (max-width: 1400px) {
    .p-archives-mv {
        min-width: inherit;
    }
}

@media screen and (max-width: 955px) {
    .p-archives-mv {
        height: 460px;
        padding: 0px 0 0;
    }

}

@media screen and (max-width: 767px) {
    .p-archives-mv {
        height: auto;
        background-image: url(../images/club_regna_bg_sp.png);
        padding: 0;
        position: relative;
        top: 0 !important;
    }

}

.p-archives-mv__message {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: flex-start;
}

.p-archives-mv__message__logo {}

.p-archives-mv__message__logo img {
    width: 50%;
}

@media screen and (max-width: 955px) {
    .p-archives-mv__message__logo {
        width: 399px;
    }
}

@media screen and (max-width: 767px) {
    .p-archives-mv__message__logo {
        width: 100%;
        text-align: center;
        margin: 37px auto 0;
    }
}

.p-archives-mv__message__text {
    margin: 100px auto 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 2;
}

.p-archives-mv__message__date {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
}

@media screen and (max-width: 955px) {
    .p-archives-mv__message__text {}

    .p-archives-mv__message__date {}
}

@media screen and (max-width: 767px) {
    .p-archives-mv__message__text {
        text-align: left;
        margin: 24px 0 0;
        font-size: 35px;
    }

    .p-archives-mv__message__date {
        text-align: left;
        margin: 12px 0 0;
        font-size: 16px;
    }
}

.p-archives,
.p-archives a {
    color: #ffffff;
}

.p-archives__inner {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .p-archives__inner {
        padding: 30px 0 0;
    }
}

.p-archives__thumbnail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 64.4%;
}

@media screen and (max-width: 767px) {
    .p-archives__thumbnail {
        background-size: cover;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-archives__body {
    margin-top: 30px;
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .p-archives__body {
        margin-top: 8vw;
    }
}

.p-archives__inner h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .p-archives__inner h3 {
        font-size: 28px;
        margin-top: 50px;
    }
}

.p-archives__inner h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .p-archives__inner h4 {
        font-size: 20px;
        margin-top: 40px;
    }
}

.p-archives__body p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 30px;
}

.p-archives__body p+p {
    margin-top: 30px;
}

.p-archives__image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 0;
    padding-top: 64.4%;
    margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
    .p-archives__body p {
        font-size: 16px;
        margin-top: 25px;
    }

    .p-archives__body p+p {
        margin-top: 25px;
    }

    .p-archives__image {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 64.4%;
        margin: 50px auto 0;
    }
}


.pager {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 80px auto;
}

.pager li {
    list-style-type: none;
    flex: 1;
}

.pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.pager li.pre a span,
.pager li.next a span {
    position: relative;
}

.pager li.pre a span::before {
    content: "BACK";
    position: absolute;
    right: 75px;
    top: 35%;
}

.pager li.next a span::after {
    content: "NEXT";
    position: absolute;
    left: 75px;
    top: 35%;
}

@media only screen and (max-width: 767px) {

    .pager {
        width: 100%;
        margin: 80px auto;
    }

    .pager li.pre a span::before {
        content: "BACK";
        position: absolute;
        right: 5px;
        top: 125%;
    }

    .pager li.next a span::after {
        content: "NEXT";
        position: absolute;
        left: 5px;
        top: 125%;
    }

}