/* ========================================================================================================================================
                                                                リリース一覧
	======================================================================================================================================== */

/* ==================================
  releases
	================================== */
.releases-wrap {
  margin-bottom: 16rem;
}

.releases-list {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.releases-list::before {
  display: block;
  order: 1;
  width: 23%;
  content: "";
}

.releases-list::after {
  display: block;
  width: 23%;
  content: "";
}

.releases-item {
  width: 23%;
  opacity: 0;
  transition: 0.3s ease-out;
}

.releases-item:nth-child(n + 5) {
  margin-top: 5.6rem;
}

.releases-item.fade-in {
  opacity: 1;
}

.releases-link {
  flex-direction: column;
  height: 100%;
}

.releases-img {
  margin-bottom: 2.4rem;
  background: #f6f6f6;
  aspect-ratio: 1;
}

.releases-img .fade-img {
  opacity: 0;
}

.releases-img .fade-img.loaded {
  opacity: 1;
}

.releases-title {
  flex-grow: 1;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.releases-artistName {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
  .releases-item {
    width: 47.5%;
  }
  .releases-item:nth-child(n + 3) {
    margin-top: 3.2rem;
  }
  .releases-title {
    font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0;
  }
  .releases-img {
    margin-bottom: 1.2rem;
  }
  .releases-artistName {
    font-size: 1.1rem;
	font-weight: 300;
  }
}

/* ========================================================================================================================================
                                                                リリース詳細
	======================================================================================================================================== */

/* ==================================
  release 
	================================== */
.release-wrap {
  margin-bottom: 16rem;
}

.release-inner {
  justify-content: space-between;
}

.release-l {
  width: 36.6%;
}

.release-r {
  width: 58.7%;
}

.release-titleBox {
  margin-bottom: 4.8rem;
}

.release-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.release-artistName {
  font-size: 2rem;
  font-weight: 700;
}

.release-list {
  position: relative;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.release-list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  content: "";
}

.release-label {
  width: 13rem;
  margin-bottom: 2.7rem;
  color: #9a9a9a;
  line-height: 1;
}

.release-value {
  width: calc(100% - 13rem);
  line-height: 1;
}

.release-trackTitle {
  margin-bottom: 1.6rem;
  color: #9a9a9a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.release-trackList {
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 500;
}

.release-trackNum {
  width: 4.5rem;
  margin-bottom: 1.6rem;
  color: #9a9a9a;
  line-height: 1;
}

.release-trackName {
  width: calc(100% - 4.5rem);
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
	.release-inner {
		flex-direction: column;
	}
    .release-l,.release-r {
      width: 100%;
    }
	.release-l {
	  margin-bottom: 3.2rem;
	}
	.release-titleBox {
	  margin-bottom: 2.4rem;
	}
	.release-title {
	  font-size: 2rem;
	  font-weight: 500;
	  margin-bottom: .8rem;
	}
	.release-artistName {
	  font-size: 1.4rem;
	  font-weight: 300;
	}
	.release-list {
	  margin-bottom: 4rem;
	  padding-bottom: 2.4rem;
	}
	.release-label {
	  width: 30%;
	  margin-bottom: 1.6rem;
	  font-size: 1.3rem;
	}
	.release-value {
	  width: 70%;
	  font-size: 1.4rem;
	}
	.release-trackNum {
	  width: 12%;
	  font-size: 1.4rem;
	}
	.release-trackName {
	  width: 88%;
	  font-size: 1.4rem;
	}
}

/* ==================================
    related
    ================================== */
.related-wrap {
  padding: 16rem 0;
}

.related-title {
  margin-bottom: 6.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.related-list {
  gap: 3.7rem;
}

.related-item {
  width: 25%;
}

.related-link {
  flex-direction: column;
  height: 100%;
}

.related-img {
  margin-bottom: 2.4rem;
  aspect-ratio: 1;
}

.related-releaseTitle {
  flex-grow: 1;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.related-artistName {
  font-size: 1.4rem;
}
