.privacy__mv {
    position: relative;
    color: #fff;
    padding: 15.52vw 0 0;
}

.privacy__mv__title {
    color: #ff166a;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.928vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.392vw;
}

.privacy__contents {
    background-color: #fff;
    width: 82vw;
    margin: 0 auto 150px;
    padding: 5.857vw 3.66vw;
    border-radius: 4.392vw;
}
.privacy__contents__h2 {
    font-size: 1.83vw;
    font-weight: bold;
    line-height: 2.196vw;
    margin-bottom: 1.464vw;
}
.privacy__contents__text {
    font-size: 1.171vw;
    line-height: 2.343vw;
    margin-bottom: 5.857vw;
}
.privacy__contents__text:last-child{
    margin-bottom: 0;
}
.privacy__contents__text a{
    display: inline;
}
  
@media (max-width: 896px) {
    .privacy__mv {
        position: relative;
        color: #fff;
        padding: 125px 0 0;
    }

    .privacy__mv__title {
        color: #ff166a;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }

    .privacy__contents {
        background-color: #fff;
        width: 89.74vw;
        margin: 0 auto 70px;
        padding: 30px 20px 40px;
        border-radius: 40px;
    }
    .privacy__contents__h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .privacy__contents__text {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .privacy__contents__text:last-child{
        margin-bottom: 0;
    }
    .privacy__contents__text a{
        display: inline;
    }
}
