body {
    padding: 0;
    margin: 0;
}

.main.pc {
    left: 0;
    right: 0;
    margin: auto;
    width: 1920px;
    height: 1080px;
    position: relative;
    background: url("../img/pc/bg.jpg") center 0/100% 100% no-repeat;
}

.btn.pc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 52.75rem;
    width: 100%;
}

.btn_google.pc {
    left: 976px;
    top: 607px;
    margin: auto;
    width: 362px;
    height: 133px;
    background: url("../img/pc/btn_google.png") center 0/100% 100% no-repeat;
}

.btn_ios.pc {
    right: 240px;
    bottom: 500px;
    margin: auto;
    width: 362px;
    height: 133px;
    background: url("../img/pc/btn_ios.png") center 0/100% 100% no-repeat;
}

.main.tablet {
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 133.33vw;
    position: relative;
    background: url("../img/tablet/bg.jpg") center 0/100% 100% no-repeat;
}

.btn.tablet {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54.48rem;
    width: 100%;
}

.btn_google.tablet {
    left: 11.85vw;
    top: 113.28vw;
    margin: auto;
    width: 34.77vw;
    height: 12.76vw;
    background: url("../img/tablet/btn_google.png") center 0/100% 100% no-repeat;
}

.btn_ios.tablet {
    /* position: absolute;
    left: 53.39vw;
    top: 113.28vw; */
    /* margin: auto; */
    width: 34.77vw;
    height: 12.76vw;
    background: url("../img/tablet/btn_ios.png") center 0/100% 100% no-repeat;
}

.main.phone {
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    height: 177.78vw;
    position: relative;
    background: url("../img/phone/bg.jpg") center 0/100% 100% no-repeat;
}

.btn.phone {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 36rem;
    width: 100%;
}

.btn_google.phone {
    left: 8.24vw;
    top: 148.43vw;
    margin: auto;
    width: 38.15vw;
    height: 13.98vw;
    background: url("../img/phone/btn_google.png") center 0/100% 100% no-repeat;
}

.btn_ios.phone {
    /* position: absolute;
    left: auto;
    top: 148.43vw;
    margin: auto;
    object-fit: contain; */
    width: 38.15vw;
    height: 13.98vw;
    background: url("../img/phone/btn_ios.png") center 0/100% 100% no-repeat;
}