@charset "utf-8";

/* Release用背景: bg01 */
#release .sectionBannerBg {
  background-image: url('../img/bg/bg03.png');
  background-size: 100% auto;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  #release .sectionBannerBg {
    background-size: 250% auto;
  }
}

/*================================================
  releaseSection (Release 全体セクション)
================================================*/

.releaseSection {
  position: relative;
  background: #fff;
  /* overflow: hidden は sticky を破壊するので削除 ─
     sectionBannerの100vw横溢れは body の overflow-x: hidden で制御 */
  padding-top: 0;
  padding-bottom: 6em;
}

.releaseSection .sectionInner {
  position: relative;
  z-index: 2;
  padding-top: 5em;
}
@media only screen and (max-width: 560px) {
  .releaseSection {
    padding-bottom: 4em;
  }
  .releaseSection .sectionInner {
    padding-top: 3em;
  }
}

/*================================================
  releaseDiscSection (個別作品ブロック)
================================================*/

.releaseDiscSection {
  margin-bottom: 7em;
}
.releaseDiscSection:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .releaseDiscSection {
    margin-bottom: 5em;
  }
}

/*================================================
  releaseDisc (ジャケット + Disc Body)
================================================*/

.releaseDisc {
  display: grid;
  grid-template-columns: 22em 1fr;
  gap: 4.5em;
  align-items: start;
  margin-bottom: 5em;
}
@media only screen and (max-width: 1000px) {
  .releaseDisc {
    grid-template-columns: 17em 1fr;
    gap: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .releaseDisc {
    grid-template-columns: 14em 1fr;
    gap: 2.5em;
  }
}
@media only screen and (max-width: 560px) {
  .releaseDisc {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-bottom: 4em;
  }
}

/*--- Media (ジャケット側) ---*/
.releaseDiscMedia {
  position: sticky;
  top: 6em;
}
@media only screen and (max-width: 560px) {
  .releaseDiscMedia {
    position: static;
    text-align: center;
  }
}

.releaseDiscJacket {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  border: 1px solid rgba(0,0,0,0.15);
  background: #000;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 560px) {
  .releaseDiscJacket {
    width: 16em;
    margin: 0 auto;
  }
}

.releaseDiscMeta {

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  font-size: 0.78em;
  letter-spacing: 0.12em;
  color: rgba(0,0,0,0.6);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0.2em;
  gap: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 560px) {
  .releaseDiscMeta {
    max-width: 18em;
    margin: 1em auto 0;
    gap: 1em;
  }
}

.releaseDiscPrice {
  color: rgba(0,0,0,0.8);
}

.releaseDiscDate {
  margin-top: 0.5em;
  font-size: 1em;
  letter-spacing: 0.18em;
  color: #000;
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5em 0.2em;
  border-top: 1px solid rgba(0,0,0,0.18);
}
@media only screen and (max-width: 560px) {
  .releaseDiscDate {
    text-align: center;
    max-width: 18em;
    margin: 0.5em auto 0;
  }
}

.releaseDiscCopyright {
  font-size: 0.62em;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.5);
  line-height: 1.5;
  margin-top: 0.8em;
  text-align: left;
}
@media only screen and (max-width: 560px) {
  .releaseDiscCopyright {
    text-align: center;
    max-width: 18em;
    margin: 0.8em auto 0;
  }
}

/*--- Body (右側コンテンツ) ---*/
.releaseDiscBody {
  display: flex;
  flex-direction: column;
  gap: 2.2em;
}

/*================================================
  badges (CD / 初回生産限定盤 …)
  高さを揃え、リスト全体で同じ見た目に。
================================================*/

.releaseDiscBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  align-items: stretch;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 0.78em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.45);
  padding: 0.5em 1em;
  color: rgba(0,0,0,0.78);
  font-weight: 500;
  /* 高さを統一する */
  height: 2.4em;
  line-height: 1;
  white-space: nowrap;
}

/*================================================
  releaseBenefit (封入特典)
================================================*/

.releaseBenefit {
  border: 1px solid rgba(0,0,0,0.15);
  background: #e5e5e5;
  padding: 1.6em 1.8em;
  position: relative;
}

.releaseBenefitLabel {
  display: inline-block;
  font-size: 0.78em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  margin-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  padding-left: 1.4em;
}
.releaseBenefitLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
  background: rgba(0,0,0,0.45);
}

.releaseBenefitText {
  font-size: 0.95em;
  line-height: 1.85;
  color: #000;
}
.releaseBenefitText strong {
  font-weight: 700;
  color: #000;
}
.releaseBenefitText .small {
  display: inline-block;
  margin-top: 0.4em;
  color: rgba(0,0,0,0.6);
  letter-spacing: 0.05em;
}

/*================================================
  trackList ── ホバーエフェクトなし
================================================*/

.trackList {
  list-style: none;
  border-top: 1px solid rgba(0,0,0,0.2);
}

.trackItem {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  padding: 0.95em 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 1.02em;
}
@media only screen and (max-width: 560px) {
  .trackItem {
    font-size: 0.95em;
    gap: 1em;
    padding: 0.85em 0;
  }
}

.trackNo {
  font-family: "Noto Serif JP", serif;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.45);
  width: 2em;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.trackName {
  flex: 1;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 500;
}

.trackTie {
  display: block;
  font-size: 0.78em;
  letter-spacing: 0.05em;
  color: rgba(0,0,0,0.6);
  margin-top: 0.3em;
  font-style: italic;
  font-weight: 400;
}

.trackItem.isBonus {
  border-bottom: 1px solid rgba(0,0,0,0.22);
  padding: 1.2em 0 0.6em;
  margin-top: 0.5em;
}
.trackBonus {
  font-family: "Noto Serif JP", serif;
  font-size: 0.85em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  font-weight: 500;
  position: relative;
  padding-left: 1.4em;
}
.trackBonus::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 1px;
  background: rgba(0,0,0,0.45);
}

/*================================================
  releaseLinks (ボタン群)
================================================*/

.releaseLinks {
  display: flex;
  gap: 0.7em;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

.releaseLink {
  font-size: 0.78em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.95em 1.6em;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  cursor: pointer;
  border: 1px solid;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}

.trackItem .releaseLink {
  font-size: 0.7em;
  padding: 0.5em 1.5em;
  letter-spacing: 0;
}


.releaseLinkIcon {
  display: inline-flex;
  width: 1em;
  height: 1em;
}
.releaseLinkIcon svg {
  width: 100%;
  height: 100%;
}

/* 主アクション (黒塗り) */
.releaseLink.isModal {
  color: #fff;
  background: #000;
  border-color: #000;
}
.releaseLink.isModal:hover {
  opacity: 1;
  background: #e5e5e5;
  color: #000;
  border-color: #999;
}

/* Coming Soon (薄め) ── ラベルと区別するため薄い灰色背景 */
.releaseLink.isComingSoon {
  background: #f0f0f0;
  color: #000;
  border-color: #ccc;
}
.releaseLink.isComingSoon:hover {
  opacity: 1;
  background: #e0e0e0;
  border-color: #999;
  color: #000;
}

/* 副アクション (枠のみ) */
.releaseLink.isExternal {
  color: #000;
  background: #f0f0f0;
  border-color: #ccc;
}
.releaseLink.isExternal:hover {
  opacity: 1;
  color: #000;
  background: #e0e0e0;
  border-color: #999;
}


@charset "utf-8";

/*================================================
  mediaBlock (Tie-up / Power Play / Pre-Release 共通枠)
================================================*/

.mediaBlock {
  margin-bottom: 4.5em;
  padding-top: 3.5em;
  border-top: 1px solid rgba(0,0,0,0.12);
  display: grid;
  grid-template-columns: 17em 1fr;
  gap: 3em;
  align-items: start;
}
.mediaBlock:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .mediaBlock {
    grid-template-columns: 14em 1fr;
    gap: 2.5em;
  }
}
@media only screen and (max-width: 768px) {
  .mediaBlock {
    grid-template-columns: 12em 1fr;
    gap: 2em;
  }
}
@media only screen and (max-width: 560px) {
  .mediaBlock {
    grid-template-columns: 1fr;
    gap: 1.5em;
    padding-top: 3em;
    margin-bottom: 3.5em;
  }
}

.mediaBlockTitle {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  margin: 0;
  position: sticky;
  top: 6em;
}
@media only screen and (max-width: 560px) {
  .mediaBlockTitle {
    position: static;
  }
}

.mediaBlockTitleEn {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4em;
  letter-spacing: 0.12em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 560px) {
  .mediaBlockTitleEn {
    font-size: 1.25em;
  }
}

.mediaBlockTitleJa {
  font-size: 0.78em;
  letter-spacing: 0.2em;
  color: rgba(0,0,0,0.5);
  font-weight: 400;
}

.mediaBlockBody {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.mediaBlockLead {
  font-size: 0.95em;
  line-height: 2;
  color: #000;
}
.mediaBlockLead .small {
  color: rgba(0,0,0,0.55);
  letter-spacing: 0.05em;
}
.mediaBlockLead a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: opacity 0.2s;
}
.mediaBlockLead a:hover {
  opacity: 0.6;
}

/*================================================
  tieUpItem ── アンダーラインなし
================================================*/

.tieUpItem {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.tieUpItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .tieUpItem {
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
  }
}

.tieUpTrack {
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.78em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000;
  border: 1px solid rgba(0,0,0,0.45);
  padding: 0.55em 1em;
  font-weight: 500;
  white-space: nowrap;
}

.tieUpDesc {
  font-size: 1em;
  line-height: 1.7;
  color: #000;
  flex: 1;
  font-weight: 500;
}
.tieUpDesc a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.tieUpDesc a:hover {
  opacity: 0.6;
}

/*================================================
  powerPlayList
================================================*/

.powerPlayList {
  list-style: none;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.powerPlayItem {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 0.95em;
}
@media only screen and (max-width: 560px) {
  .powerPlayItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4em;
  }
}

.powerPlayArea {
  flex-shrink: 0;
  width: 9em;
  font-family: "Noto Serif JP", serif;
  font-size: 0.95em;
  letter-spacing: 0.15em;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
  font-weight: 500;
}

.powerPlayStation {
  flex: 1;
  color: #000;
  letter-spacing: 0.04em;
}
.powerPlayStation a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.powerPlayStation a:hover {
  opacity: 0.6;
}

.powerPlayItem.isComing .powerPlayStation {
  color: rgba(0,0,0,0.5);
  font-style: italic;
  letter-spacing: 0.08em;
}

/*================================================
  preReleaseItem ── ホバーエフェクトなし、アンダーラインなし
================================================*/

.preReleaseItem {
  display: grid;
  grid-template-columns: 6.5em minmax(0, 1fr) auto;
  gap: 1.75em;
  align-items: center;
  padding: 1.4em 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.preReleaseItem:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .preReleaseItem {
    grid-template-columns: 5em minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.85em 1.2em;
  }
}
@media only screen and (max-width: 560px) {
  .preReleaseItem {
    grid-template-columns: 4em minmax(0, 1fr);
    padding: 1.1em 0;
    gap: 0.6em 1em;
  }
}

.preReleaseJacket {
  width: 6.5em;
  height: 6.5em;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  border: 1px solid rgba(0,0,0,0.15);
  background: #000;
  grid-row: span 2;
}
@media only screen and (max-width: 768px) {
  .preReleaseJacket {
    width: 5em;
    height: 5em;
  }
}
@media only screen and (max-width: 560px) {
  .preReleaseJacket {
    width: 4em;
    height: 4em;
  }
}

.preReleaseInfo {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.preReleaseDate {
  font-family: "Noto Serif JP", serif;
  font-size: 0.82em;
  letter-spacing: 0.18em;
  color: rgba(0,0,0,0.55);
  margin-bottom: 0.45em;
  text-transform: uppercase;
  font-weight: 500;
}

.preReleaseTitle {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.6em;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 560px) {
  .preReleaseTitle {
    font-size: 1em;
  }
}

.preReleaseLabel {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.55em;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.22);
  padding: 0.3em 0.7em;
  font-weight: 500;
  white-space: nowrap;
  height: auto;
}

.preReleaseMeta {
  font-size: 0.85em;
  color: rgba(0,0,0,0.65);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 0.45em;
}
.preReleaseMeta .tie {
  color: rgba(0,0,0,0.7);
  font-style: italic;
}
.preReleaseMeta a {
  color: rgba(0,0,0,0.85);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.preReleaseMeta a:hover {
  opacity: 0.6;
}

.preReleaseLinks {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-end;
  max-width: 16em;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .preReleaseLinks {
    grid-column: 2 / -1;
    margin-top: 0.3em;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: none;
    margin-left: 0;
  }
}

.preReleaseLinks .releaseLink {
  font-size: 0.7em;
  padding: 0.7em 1.15em;
  letter-spacing: 0.16em;
}
@media only screen and (min-width: 769px) {
  /* デスクトップ縦並び時はボタン幅を揃える */
  .preReleaseLinks .releaseLink {
    width: 100%;
    justify-content: center;
  }
}