@media screen and (max-width: 480px) {

    .main-wrapper{
        margin:0;
        width:100%;
        position:relative;
    }
    .main-wrapper h2{
        display:inline-block;
        margin-top: 10vw;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 5.128vw;
        font-style: normal;
        font-weight: 500;
        line-height: 151.2%; /* 30.24px */
    }.main-wrapper .contents{
        overflow: auto;
        margin-top: 7.692vw;
        margin-bottom: 7.692vw;
    }.main-wrapper iframe{
        border-radius: 1.538vw;
        margin-left: 0;
        float: none;
        width: 89.744vw;
        height: 38.462vw;
    }.main-wrapper .texts{
        text-align: left;
        margin-top: 2.564vw;
        margin-left: 7.692vw;
        width:fit-content;
        display:inline-block;
        padding:0;
        float: none;
    }.main-wrapper .texts h3{
        display:inline-block;
        text-align: left;
        color: #323232;
        font-family: "Noto Serif JP";
        font-size: 3.846vw;
        font-style: normal;
        font-weight: 500;
        line-height: 200%; /* 48px */
    }.main-wrapper .texts p{
        display:inline-block;
        text-align: left;
        /* position: absolute;
        top:55.385vw;
        left:5.128vw;
        right:2.41vw; */
        position: inherit;
        margin-top: 1.843vw;
        color: #949494;
        font-family: "Noto Serif JP";
        font-size: 3.59vw;
        font-style: normal;
        font-weight: 500;
        line-height: 200%; /* 40px */
    }.main-wrapper .texts a{
        color: #949494;
    }
    .pc-br{
        display:none;
    }.mobile-br{
        display: inline;
    }.page-links{
        display: inline-block;
    }
}