.p-music_content__cd {
  position: relative;
  margin-top: 5.5rem;
  padding-top: 5.5rem;
}
@media only screen and (max-width:960px) {
  .p-music_content__cd {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.p-music_content__cd::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-green-dark);
}
.p-music_content_cd__head {
  padding-bottom: 5.5rem;
  text-align: center;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__head {
    padding-bottom: 1.8rem;
  }
}
.p-music_content_cd__head .-name {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__head .-name {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}
.p-music_content_cd__head .-ttl {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 800;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__head .-ttl {
    font-size: 1.7rem;
  }
}
.p-music_content_cd__head .-ttl small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-music_content_cd__head .-release {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 2rem;
  color: var(--color-green-dark);
  font-weight: 800;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__head .-release {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width:961px) {
  .p-music_content_cd__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-music_content_cd__main-img {
  max-width: 500px;
}
@media only screen and (min-width:961px) {
  .p-music_content_cd__main-img {
    width: 35.3rem;
    margin-right: 4rem;
  }
}
.p-music_content_cd__main-img figure figcaption {
  padding-top: 0.5rem;
  font-size: 80%;
  line-height: 1.75;
}
.p-music_content_cd__main-img figure + figure {
  margin-top: 2rem;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__main-info {
    padding-top: 3rem;
  }
}
.p-music_content_cd__main-info dl + dl {
  margin-top: 3rem;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__main-info dl + dl {
    margin-top: 1.8rem;
  }
}
.p-music_content_cd__main-info dl dt {
  display: block;
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-green-dark);
  font-weight: 700;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__main-info dl dt {
    font-size: 1.4rem;
  }
}
.p-music_content_cd__main-info dl dd {
  line-height: 1.75;
  font-size: 1.4rem;
}
@media only screen and (max-width:960px) {
  .p-music_content_cd__main-info dl dd {
    font-size: 1.3rem;
  }
}
.p-music_content_cd__main-info dl dd small {
  font-size: 80%;
  vertical-align: baseline;
}
.p-music_content_cd__main-info dl dd .-inlist li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-music_content_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media only screen and (max-width:960px) {
  .p-music_content_btnlist {
    margin-top: 1.8rem;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-music_content_btnlist-item {
  width: 17em;
}
@media only screen and (max-width:960px) {
  .p-music_content_btnlist-item {
    width: 100%;
  }
}

.p-music_btn {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-green-dark);
  border-radius: 20rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-music_btn {
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-music_btn {
    -webkit-transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-music_btn:hover {
    color: var(--color-green-dark);
    background-color: var(--color-white);
  }
}
.p-music_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-green-dark);
  border-radius: 20rem;
}

.p-music_btn__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
}

@media screen and (max-width: 960px) {
  .p-music_btn__text {
    font-size: 1.3rem;
  }
}