@import url("https://use.typekit.net/zia7xvy.css");
body {
  color: #000;
  font-family: "Apple Garamond", "AppleGaramond", "AGaramond", "Adobe Garamond Pro", "adobe-garamond-pro", Garamond, serif;
  font-weight: 400;
  background-image: url(../img/emph011/Backgrounds/web_bgimg_emph011.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.header-special {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 10vh;
  min-height: 50px;
  max-height: 80px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.releases-element-main__title {
  padding: 0 10%;
  height: 60vh;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.releases-element-main__title--title h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  color: #000;
}
.releases-element-main__title--copy {
  font-size: 0.9rem;
  color: #000;
  opacity: 0.8;
}

.releases-element-main__preview,
.releases-element-main__tracklist,
.releases-element-main__detail,
.releases-element-main__credit {
  padding: 4vh 10%;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
}

.releases-main__albumbox {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.releases-element-main__dlstore {
  padding: 5vh 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(14px);
}

a.releases-element-main__dlstore--button {
  display: inline-block;
  padding: 1em 2em;
  margin: 2em 0.5em;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 0.4em;
  transition: 0.2s;
}
a.releases-element-main__dlstore--button:hover {
  background: #000;
  color: #fff;
}

.releases-element-main__detail--table a,
.releases-element-main__tracklist--table a,
.releases-element-main__credit--table a {
  color: #000;
  text-decoration: underline;
}
.releases-element-main__detail--table a:hover,
.releases-element-main__tracklist--table a:hover,
.releases-element-main__credit--table a:hover {
  background: #000;
  color: #fff;
}