@media screen and (max-width: 977px) {
    #container #content #section-01 #lead{
        width: auto;
        height: auto;
        margin: 0;
        background-position: top center;
    }
    #container #content #section-01 #lead::after{
        content: "";
        display: block;
        padding-top: 200px;
    }
    #container #content #section-01 #lead h3#heading_lead{
        position: relative;
        top: 200px;
        left: 0;
        width: 100% !important;
        padding: 0;
        margin: 0 0 10px 0 !important;
        border: none;
        font-family: 'Noto Serif JP', serif;
        font-weight: 400;
        color: #FFA000;
        font-size: 18px;
    }
    #container #content #section-01 #lead p{
        position: relative;
        top: 200px;
        left: 0;
        width: 100%;
    }
    #container #content #section-01 #switch{
        margin: 0 0 30px 0;
    }
    #container #content #section-01 #switch ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    #container #content #section-01-01{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        max-width: 860px;
        margin: auto;
    }
    #container #content #section-01-01 .article {
        width: 210px;
        height: auto !important;
        margin: 0;
        float: none;
        display: block;
    }
}
@media screen and (max-width: 660px) {
    #container #content #section-01 #switch ul{
        max-width: 200px;
        margin: auto;
    }
}