.social .heading--primary.imgBg {
    line-height: 1.44;
    background-image: url(../img/mv_social.webp);
}

.information {
    padding-bottom: 52rem;
}


.item__lists {
    margin-top: 30rem;
}

.info__list {
    margin-bottom: 45rem;
}

.text {
    margin-bottom: 30rem;
}

.info__wrapper {
    display: flex;
    justify-content: space-between;
}

.text__wrapper {
    width: 672rem;
}

.text__wrapper .text {
    margin-bottom: 53rem;
}

.sns__img {
    width: 280rem;
    margin-top: 8rem;
}

.info__list .btn--insta {
    line-height: 1.43;
    letter-spacing: .1em;
}

.text--link {
    word-break: break-all;
}

.btn--prev {
    margin: 114rem auto 0;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .social .heading--primary.imgBg {
        background-image: url(../img/mv_social_sp.webp);
    }

    .information {
        padding: 13rem 0 34rem;
    }

    .heading--secondary {
        line-height: 1.6;
        padding-bottom: 19rem;
        text-indent: -1em;
        padding-left: 1em;
    }

    .info__list {
        margin-bottom: 26rem;
    }

    .info__wrapper {
        flex-direction: column;
    }

    .text__wrapper {
        display: contents;
    }

    .text__wrapper .text {
        margin-bottom: 0;
    }

    .info__list .btn--insta {
        order: 1;
        margin: 0 auto 7rem;
    }

    .sns__img {
        margin: 33rem auto 40rem;
    }
}