/* sponsorページ */

h4 {
    font-size: 120%;
}

.supporters-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    column-gap: 0;
    margin: 0;
    margin-bottom: 3em;
    padding: 0;
}
.supporters-container .supporters-partners {
    align-items: flex-end;
}
.supporters-content {
    display: block;
    margin: 0 1em;
    padding: 1px;
    width: 20vw;
    height: auto;
    align-items: center;
    justify-content: center;
}
.supporters-partners .supporters-content {
    justify-content: flex-end;
    height: 20vw;
}
.supporters-media .supporters-content{
    width: auto;
}
.supporters-content img {
    height: 100%;
    width: 100%;
}


.supporters-detail li{
    font-size: 150%;
    margin-left: 2vw;
    padding: 1rem 0;
}
.logo-dummy {
    width: 100%;
    height: 30mm;
    /* border: solid; */
}
/* .supporters-container h4{
    margin: 0 3%;
} */


/* --------------------------------------------------------------
協賛のお願い
-------------------------------------------------------------- */
.supporters-request .section-title {
    padding: 5vw 15vw 10px 15vw;
    margin: 0vw auto;
}
.supporters-request .flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    padding: 0 15vw;
    margin: 0vw auto;
    align-items: flex-start;
}

.supporters-request .section-container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.supporters-request {
    justify-content: center;
}
.supporters-request .text {
    width: 100%;
}

.supporters-request img{
    width: 20vw;
    height: 13vw;
    display: block;
    margin: 0;
    padding-bottom: 5px;
}
.request-message {
    font-size: 120%;
    line-height: 2em;
}


.title-cell{
    font-size: 175%;
    width: 25vw;
}
.money-cell{
    width: 15vw;
    text-align: right;
    padding-right: 5%;
}
.text-cell {
    font-size: 110%;
}
.gifts-container {
    display: flex;
    column-gap: 2%;
    justify-content: center;
}
.gift-content{
    display: flex;
    flex-direction: column;
    width: 30vw;
    margin-bottom: 5vw;
}
.gift-content img{
    align-items: center;
    margin: 1vw;
    width: auto;
}
.gift-content h3{
    font-size: 135%;
}

.supporters-lastView {
    text-align: center;

}
.supporters-lastView img {
    width: 100%;
    height: 300px;
}
.supporters-lastView .flex-container {
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
}


/* --------------------------------------------------------------
お願い
-------------------------------------------------------------- */

#funder .section-title {
    padding-top: 0;
}

.fund-target-num {
    font-size: 150%;
}

.request-message li {
    font-size: 120%;
    font-weight: bold;
}
.request-message p {
    margin-bottom: 0.75em;
}
.row .flex-container {
    gap: 0;
    flex-wrap: wrap;
}
.row .flex-container div{
    width: auto;
}

@media (max-width: 768px) {
    h4 {
        font-size: 100%;
    }
    .pc {
        appearance: none;
    }
    .supporters-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .supporters-content{
        width: 100%;
    }
    .supporters-content img {
        width: 50%;
    }
    .team-teams .section-container {
        width: 100%;
        padding: 0 5vw;
    }
    .supporters-request .section-title {
        padding: 5vw 0 10px 5vw;
        margin: 0vw auto;
    }
    .supporters-request .flex-container {
        display: flex;
        justify-content: flex-start;
        align-items: start;
        padding: 0 5vw;
        margin: 0vw auto;
        align-items: flex-start;
    }
    .supporters-request-message {
        font-size: 115%;
    }
    .supporters-request .img{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        column-gap: 10px;
        margin: 0;
        flex-wrap: wrap;
    }
    .supporters-request img{
        width: 40vw;
        height: 27vw;
        margin-bottom: 10px;
    }
    .supporters-partners .supporters-content {
        height: auto;
    }
    .supporters-lastView img{
        height: 150px;
    }

    .title-cell{
        font-size: 115%;
        width: 20vw;
    }
    .request-message li {
        font-size: 100%;
    }
    .request-message p {
        font-size: 90%;
    }

    .gift-content{
        width: 40vw;
    }
    .gift-content h3{
        font-size: 110%;
    }
}

