.container{
    padding: 30px 0 0;
    background: url('../img/ecp_bg_m.png') no-repeat;
    background-size: cover;
}
.coment{
    padding: 0 7%;
}
.content_pc{
    display: none;
}
.content{
    position: relative;
    width: 100%;
}
.video{
    position: absolute;
    width: 66%;
    top: 43%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#apple-wallet{
    display: inline-block;
    position: absolute;
    background: url('../img/Apple-Wallet.png');
    background-size: cover;
    width: 18%;
    aspect-ratio: 241/74;
    height: auto;
    top: 39%;
    left: 15%;
    right: 0;
    bottom: 0;
    /* margin: auto; */
}
#apple-pay{
    display: inline-block;
    position: absolute;
    width: 40%;
    aspect-ratio: 257/29;
    height: auto;
    top: 43.5%;
    left: 50%;
    right: 0;
    bottom: 0;
}
@media screen and (min-width:769px) {
    .container{
        background: url('../img/ecp_bg_pc.png') no-repeat;
        background-size: cover;
    }
    .content_mobile{
        display: none;
    }
    .content_pc{
        display: block;
    }
    .video{
        position: absolute;
        width: 42%;
        top: 14%;
        left: 30%;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    #apple-wallet{
        width: 9%;
        top: 35%;
        left: 34%;
        right: 0;
        bottom: 0;
        /* margin: auto; */
    }
    #apple-pay{
        display: inline-block;
        position: absolute;
        width: 12.5%;
        aspect-ratio: 257/29;
        height: auto;
        top: 34.5%;
        left: 49.9%;
        right: 0;
        bottom: 0;
    }
}