@charset "utf-8";
/* CSS Document */
h1 {
    font-size: 30px;
    margin: 10px 10px 20px 10px;
}
.block {
  margin-bottom: 20px;
}
.box {
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border: 4px solid #000;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.box .jkt {
  float: left;
  width: 280px;
  margin-right: 30px;
}
.box .jkt img {
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.box .jkt.vertical {
  height: 280px;
  text-align: center;
}
.box .jkt.vertical img {
  width: auto;
  height: 100%;
}
.cover .box .jkt, .offer .box .jkt {
  width: 200px;
}
.box .data {
  float: left;
  width: 600px;
}
.cover .box .data, .offer .box .data {
  width: 720px;
}
.box .data .tag {
  font-size: 16px;
  background-color: #444;
  color: #fff;
  padding: 5px 20px;
  width: 230px;
  text-align: center;
}
.box .data .ttl {
  font-size: 22px;
  font-weight: bold;
}
.box .data .ttl span {
  font-size: 75%;
}
.box .data .artist {
  font-size: 18px;
}
.box .data .artist span {
  font-size: 75%;
}
.box .data .txt {
  margin-bottom: 20px;
}
.box .data .btn a {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px;
  background-color: #d6000f;
  border-bottom: 3px solid #7C0002;
  color: #fff;
  margin-left: 380px;
  text-decoration: none;
}
.box .data .over {
  font-size: 130%;
  text-align: center;
  display: block;
  padding: 10px;
  background-color: #444;
  color: #fff;
  width: 250px;
  margin-left: 380px;
}
.cover .box .data .btn a, .offer .box .data .btn a {
  margin-left: 460px;
}
@media screen and (max-width: 767px) {
h1 {
    font-size: 20px;
}
  .box {
    margin-bottom: 30px;
  }
  .box .jkt {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .box .jkt img {
    width: 65%;
    height: auto;
  }
  .box .jkt.vertical {
    height: 230px;
  }
  .box .jkt img.vertical {
    height: 65%;
  }
  .cover .box .jkt, .offer .box .jkt {
    width: 100%;
  }
  .cover .box .jkt img, .offer .box .jkt img {
    width: 50%;
  }
  .box .data {
    float: none;
    width: 100%;
  }
  .cover .box .data, .offer .box .data {
    width: 100%;
  }
  .box .data .btn a {
    width: 70%;
    margin: 0 auto;
  }
  .cover .box .data .btn a, .offer .box .data .btn a {
    margin: 0 auto;
  }
  .box .data .tag {
    width: auto;
  }
}