@media screen and (max-width: 480px) {
    
    .appreciate{
        padding:14px;
        text-align: center;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));    }.appreciate p{
        display: inline-block;
        text-align: left;
        color: #FFF;
        font-family: "Noto Serif JP";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.2%; /* 19.656px */
    }.main-wrapper{
        padding:43px 25px;
        margin: 0;
        width:100%;
    }
    .main-wrapper h2{
        margin-top: 0;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 18.693px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }.main-wrapper h2 span{
        font-size: 18.693px;
    }.contents hr{
        width:340px;
    }.container{
        width:340px;
        margin-top: 30px;
    }.profile{
        position:relative;
        right:2vw;
        gap:13px;
    }.profile img{
        height: 50px;
    }.profile h3{
        margin:auto;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 14.889px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }.profile h3 span{
        font-size: 10px;
    }.container p{
        display: inline-block;
        margin-top:14.5px;
        text-align: left;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 151.2%; /* 19.656px */
    }.mobile-br{
        display:inline;
    }.pc-br{
        display: none;
    }

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