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



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: "mamelon", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}


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

/* 
------------------------------------- */
.grocers .bred {
    border: none;
    margin-bottom: 0;
}

.grocers-desc {
    font-size: min(6vw, 20px);
    line-height: 2.2;
}

.grocers {
    font-family: "mamelon", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

/* 
------------------------------------- */
.grocers-bg {
    background: #192A3A;
}

.grocers-bg02 {
    background: #E3E3E3;
}

.grocers-ttl {
    text-align: center;
    color: #E0D5C1;
    font-size: min(7vw, 30px);
    margin: 0;
    font-weight: 600;
}

.grocers-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .grocers-logo-area {
        padding-bottom: 70px;
    }
}

.grocers-logo {
    text-align: center;
}

.grocers-logo img {
    width: 80%;
    max-width: 462px;
}

/* 
------------------------------------- */
.grocers-character {
    color: #fff;
}

.grocers-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.grocers-listitem {
    width: 46%;
}

@media only screen and (max-width: 768px) {
    .grocers-list {
        justify-content: center;
        gap: 20px;
    }

    .grocers-listitem {
        width: 90%;
    }

    .grocers-listitem.goodfellows-img {
        order: 0;
    }

    .grocers-listitem.grocers-content {
        order: 1;
    }
}

.grocers-listitem-ttl {
    font-size: 22px;
    margin-top: 0;
}

.grocers-listitem-text {
    line-height: 2.5em;
    margin-bottom: 2em;
    margin-top: 1.5em;
}

.grocers-listitem-note {
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}



.grocers-listitem-note a {
    color: #fff !important;
}

.grocers-casting {
    text-align: center;
    font-size: 25px;
}

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

.supporter {
    line-height: 2.2em;
}

.btn-supporter-wrap {
    margin: 60px 0;
}

.btn-supporter {
    display: inline-block;
    padding: 12px 1.4em;
    border: solid 1px #000 !important;
    color: #000 !important;
    border: none;
    border-radius: 29px;
    text-decoration: none;
    font-size: min(4vw, 25px);
    font-weight: bold;
    transition: background 0.3s;
}

.btn-supporter:hover {
    background: #E0D5C1;
}

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


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