@media screen and (max-width: 480px) {
    
    .main-wrapper{
        margin:0 5.128vw;
        width:89.744vw;
    }.main-wrapper .contents{
        text-align: left;
        overflow: auto;
        margin-top: 17.436vw;
        margin-bottom: 9.375vw;
    }.main-wrapper .top{
        display: inline-flex;
        align-items: flex-start;
        gap:21.795vw;
    }.main-wrapper img{
        width: 19.487vw;
        height: 23.59vw;
    }.main-wrapper .name{
        text-align: left;
        margin:auto 0 auto 0;
    }.main-wrapper .name p{
        color: #000;
        font-family: "Noto Serif JP";
        font-size: 3.726vw;
        font-style: normal;
        font-weight: 500;
        line-height: 151.2%; /* 21.974px */
    }.main-wrapper .name h3{
        color: #000;
        font-family: "Noto Serif JP";
        font-size: 4.969vw;
        font-style: normal;
        font-weight: 500;
        line-height: 151.2%;
    }.main-text{
        margin-top: 4.367vw;
        display: inline-block;
        width: 100%;
        text-align: left;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 3.846vw;
        font-style: normal;
        font-weight: 500;
        line-height: 200%; /* 30px */
    }

    .page-links{
        display:inline-block;
    }
}