body {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

.imgRepl, .listenBlock h2, .buyBlock h2 {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

.subs {
  width: 100%;
  margin-bottom: 5px;
}
.subs:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.listenBlock {
  margin-bottom: 50px;
}
.listenBlock h2 {
  background-image: url(../img/subscription/h_stream.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  margin-bottom: 20px;
}

.buyBlock h2 {
  background-image: url(../img/subscription/h_dl.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  margin-bottom: 20px;
}

ul {
  width: 100%;
  clear: both;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-right: auto;
  margin-left: auto;
}
ul li {
  max-width: 48%;
  float: left;
  margin: 0px;
  text-align: center;
  padding: 2px;
}

div:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.buyBlock {
  padding-bottom: 5px;
}

/* :::::::::::::::::::::::::::::: PC :::::::::::::::::::::::::::::: */
@media screen and (min-width: 760px) {
  .subs {
    margin-bottom: 25px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .listenBlock h2,
  .buyBlock h2 {
    margin-bottom: 10px;
  }

  ul {
    width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 570px) {
  ul li {
    max-width: 32%;
    float: left;
    margin: 3px;
    text-align: center;
    padding: 0px;
  }
}
