body {
    margin: 0;
    padding: 0;
    user-select: text;
    background-color: #0BA490;
}

.logo img {
    width: 13%;
    max-width: 255px;
    margin: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.bg img {
    width: 100%;
}

.bg .m {
    display: none;
}

.text img {
    position: absolute;
    top: 150px;
    left: 50%;
    margin: 0 auto;
    display: block;
    width: 850px;
    transform: translate(-50%);
}

.text .m {
    display: none;
}

.appstore img {
    position: absolute;
    top: 270px;
    left: 50%;
    display: block;
    margin-top: 40px;
    width: 270px;
    transform: translate(-50%);
}

.bottom {
    height: 60px;
    background-color: #0BA490;
    color: white;
    width: 100%;
    position: relative;
}

.bottom>div {
    margin-top: 13px;
    display: inline-block;
    vertical-align: middle;
}

.bottom .icons {
    position: absolute;
    right: 70px;
    top: -3px;
}

.bottom .text {
    position: absolute;
    left: 70px;
    top: 5px;
}

.bottom .icons .icon {
    width: 40px;
    height: 40px;
    margin-left: 36px;
}

.bottom .icons.m {
    display: none;
}



@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
        user-select: text;
        background-color: #0BA490;
    }

    .logo img {
        width: 115px;
        max-width: 255px;
        display: block;
        margin: 52px auto 0 auto;
        left: 50%;
        transform: translate(-50%);
    }

    .bg img {
        width: 100%;
        z-index: -1;
    }

    .bg .pc {
        display: none;
    }

    .bg .m {
        display: block;
    }

    .text img {
        top: 110px;
        margin: 0 auto;
        display: block;
        width: 300px;
        max-width: 1231px;
    }

    .text .pc {
        display: none;
    }

    .text .m {
        display: block;
    }

    .appstore img {
        margin: 0 auto;
        display: block;
        width: 180px;
        max-width: 382px;
    }

    .bottom {
        height: 200px;
        background-color: #0BA490;
        color: white;
        width: 100%;
    }

    .bottom>div {
        margin-top: 0px;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .bottom .icons {
        position: relative;
        right: auto;
        top: 10px;
    }

    .bottom .text {
        position: relative;
        left: auto;
        top: 10px;
    }

    .bottom .icons .icon {
        width: 50px;
        height: 50px;
        margin: 10px 20px 0 20px;
    }


    .bottom .icons.m {
        display: block;
    }

    .bottom .icons.pc {
        display: none;
    }
}