html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  background-color: green;
  background: url("../img/bg.png") center bottom no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  padding: 0px;
}
.logo {
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  margin-left: 0%;
}
.downloadBtn_pc {
  position: relative;
  width: 100%;
  height: auto;
}

.downloadBtn_npc {
  position: relative;
  width: 100%;
  height: auto;
}

.downloadBtn_mob {
  position: relative;
  width: 100%;
  height: auto;
}

.downloadImg_pc {
  background: url(../img/download_pc.png) no-repeat;
  padding: 5% 0;
  margin-left: 80%;
  width: 20%;
  height: auto;
}

.downloadImg_npc {
  background: url(../img/download_npc.png) no-repeat;
  padding: 5% 0;
  margin-left: 80%;
  width: 20%;
  height: auto;
}

.downloadImg_mob {
  background: url(../img/download_mobile.png) no-repeat;
  padding: 5% 0;
  margin-left: 80%;
  width: 20%;
  height: auto;
}

.downloadImg_bmob {
  background: url(../img/download_mobile_bet.png) no-repeat;
  padding: 5% 0;
  margin-left: 80%;
  width: 20%;
  height: auto;
}

.a_wa {
padding: 9px 27px;
margin-left:85%;
display: block;
background: linear-gradient(to bottom, #ff4242, #000000);
color: #fff;
border-radius: 12px;
}
/*.mob_no{
    position: absolute;
    left: 78%;
    width: 210px;
    top: 1%;
    font-size: 1.7em;
    color: white;
    border-bottom: 2px solid white;
    border-bottom-width: medium;
    visibility: hidden;
}*/

@media only screen and (max-width: 600px) {
  .downloadImg_pc {
    margin: 0 auto;
    width: 100%;
    height: 100px;
  }
  
  .downloadImg_npc {
    margin: 0 auto;
    width: 100%;
    height: 100px;
  }
  .a_wa {
    padding: 9px 27px;
    margin : 5px 10px;
    /* margin-left:85%; */
    /* display: block; */
    background: linear-gradient(to bottom, #ff4242, #000000);
    color: #fff;
    border-radius: 12px;
    }
  
  .downloadImg_mob {
    margin: 0 auto;
    width: 100%;
    height: 100px;
  }
  
  .downloadImg_bmob {
    margin: 0 auto;
    width: 100%;
    height: 100px;
  }
}
