/* 
------------------------------------- */



ul {
    margin: 0;
}



p {
    margin: 0;
}

.sec-p {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec-p.-first {
    padding-top: 0;
}

.sec-p.-last {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .sec-p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: fot-cezanne-pron, sans-serif !important;
    font-weight: 500;
    font-style: normal;
} */


.cezanne {
    font-family: fot-cezanne-pron, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}


.abolition {
    font-family: "abolition", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 
------------------------------------- */

.goodfellows-fv-ttl {
    margin: 0;
}

.goodfellows-desc {
    font-size: min(4.5vw, 25px);
    line-height: 1.7;
    text-align: right;
    padding-top: auto;
}

@media only screen and (max-width: 768px) {
    .goodfellows-desc {
        text-align: left;
        margin-top: 20px;
    }
}

/* 
------------------------------------- */
.goodfellows-ttl {
    font-size: min(7vw, 30px);
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
    line-height: 1.7;
}

.goodfellows-subttl {
    font-size: min(6vw, 25px);
    margin-top: 4em;
    margin-bottom: 1.5em;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    .goodfellows-ttl {
        text-align: center;
    }

    .goodfellows-subttl {
        text-align: center;
    }
}




/* 
------------------------------------- */
.goodfellows-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.goodfellows-flex.-end {
    align-items: flex-end;
}

.goodfellows-flex.-mb {
    margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .goodfellows-flex {
        flex-direction: column;
    }

    .goodfellows-flex.-end {
        margin-bottom: 60px;
        align-items: flex-start;
    }

    .goodfellows-flex.-mb {
        margin-bottom: 50px;
    }
}

.goodfellows-content-s {
    width: 35%;
    line-height: 2;
}

.goodfellows-content-l {
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .goodfellows-content-s {
        width: 100%;
        order: 1;
    }

    .goodfellows-content-l {
        width: 100%;
        order: 0;
    }
}

.goodfellows-logo {
    width: 100%;
    max-width: 326px;
}

@media only screen and (max-width: 768px) {
    .goodfellows-logo {
        width: 70%;
    }
}

.goodfellows-name {
    font-size: min(13vw, 60px);
    margin-bottom: 20px;
    line-height: 1.4;
}

.goodfellows-name span {
    font-size: min(5vw, 16px);
    display: block;
}

@media only screen and (max-width: 768px) {
    .goodfellows-name {
        text-align: center;
    }
}



/* 
------------------------------------- */

.goodfellows-content p {
    font-family: fot-cezanne-pron, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7em;
    margin-bottom: 1em;
}



.goodfellows-bnr {
    text-align: center;
}

.goodfellows-bnr img {
    width: 100%;
    max-width: 800px;
}



/* // goodfellows --------------- */




.goodfellows-news-ttl {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
    border-bottom: solid 1px #707070;
}

.goodfellows .news-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.goodfellows .news-flex li {
    width: calc((100% - 60px)/ 4);
    margin-right: 20px;
    font-size: 12px;
    margin-bottom: 24px;


}

.goodfellows-img {
    position: relative;
}

.goodfellows-img img {
    aspect-ratio: 3/2;
    height: 100%;
    width: 100%;
}




.goodfellows .news-flex li:nth-child(4n) {
    margin-right: 0;
}

.goodfellows .cate-style ul {
    margin: 0;
}

.goodfellows .cate-style ul li {
    width: 100%;
}

@media (max-width:768px) {

    .goodfellows .news {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .goodfellows .news-flex li {
        width: calc((100% - 10px)/ 2);
        margin-right: 10px;
        margin-bottom: 2em;
        font-size: 14px;
    }

    .goodfellows .news-flex li:nth-child(2n) {
        margin-right: 0;
    }

}