.submv {
    position: relative;
    z-index: -20;
    background-image: url(../../image/bgi_pink.png);
    background-repeat: no-repeat;
}

.submv_img {
    height: 600px;
    width: 100%;
}

.subpage_title {
    position: absolute;
    width: 28%;
    right: 36%;
    bottom: 45%;
}

.introduction {
    padding-top: 100px;
    padding-bottom: 200px;
    background-image: url(../../image/bgi_pink.png);
    background-repeat: no-repeat;
}

.make {
    background-image: url(../../image/make_bgi.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 200px;
}

.make_container {
    padding-top: 70px;
}

.make_box {
    align-items: center;
}

.make_box+.make_box {
    margin-top: 70px;
}

.make_vegi {
    width: 35%;
}

.make_text {
    text-align: center;
    padding: 35px 12px 35px 12px;
    background-color: rgba(255, 255, 255, 0.7);
    line-height: 2.3;
}

.thought {
    padding-top: 120px;
    padding-bottom: 200px;
}

.thought_container {
    align-items: center;
}

.thought_text {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 150px;
    line-height: 1.7;
}

.owner {
    width: 40%;
}

.thought_message {
    text-align: center;
    line-height: 2.3;
}

.friends {
    background-image: url(../../image/bgi_blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 220px;
}

.friends_container {
    margin-top: 100px;
}

.friends_box {
    width: calc(40%);
}

.friends_text {
    margin-top: 25px;
}

@media (max-width: 600px) {
    .flex {
        flex-direction: column;
    }

    .sp_none {
        display: none;
    }

    .section_button_l {
        padding: 1em 4em 1em 1em;
    }

    .section_title {
        font-size: 20px;
    }

    .sp_mv {
        width: 100%;
        position: relative;
        z-index: -20;
        display: inline-block;
        background-image: url(../../image/bgi_pink.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sp_img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .subpage_title {
        width: 50%;
        right: 24%;
        bottom: 40%;
    }

    .introduction {
        margin-top: -10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .introduction_img {
        width: 100%;
    }

    .make {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .make_vegi {
        width: 90%;
    }

    .make_text {
        margin-top: 30px;
    }

    .make_container {
        padding-top: 50px;
    }

    .make_text {
        text-align: start;
        padding: 20px 12px 20px 12px;
        line-height: 2;
    }

    .make_box_2 {
        flex-direction: column-reverse;
    }

    .thought {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .thought_text {
        margin-top: 35px;
        margin-bottom: 50px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: start;
    }

    .thought_message {
        text-align: start;
        line-height: 1.7;
    }

    .owner {
        width: 90%;
        margin-bottom: 35px;
    }

    .friends {
        padding-top: 70px;
        padding-bottom: 150px;
    }

    .friends_container {
        margin-top: 70px;
    }

    .friends_box {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .friends_box+.friends_box {
        margin-top: 45px;
    }

    .friends_text {
        margin-top: 15px;
        width: 105%;
    }
}