@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");
body {
  color: #e8edf5;
  font-family: "Satoshi", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  background-image: url(../img/emph012/Backgrounds/web_bgimg_emph012.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-color: #0f1a30;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
p, span, div, td, th, a, li {
  font-family: "Satoshi", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.header-special {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 10vh;
  min-height: 50px;
  max-height: 80px;
  background: rgba(15, 26, 48, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 237, 245, 0.12);
}

.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(3.6rem, 10vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
  color: #e8edf5;
}
.releases-element-main__title--copy {
  font-size: 0.9rem;
  color: #e8edf5;
  opacity: 0.8;
}

.releases-element-main__preview,
.releases-element-main__tracklist,
.releases-element-main__detail,
.releases-element-main__credit {
  padding: 4vh 10%;
  background: rgba(15, 26, 48, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(232, 237, 245, 0.08);
  border-bottom: 1px solid rgba(232, 237, 245, 0.08);
  color: #e8edf5;
}

.releases-main__albumbox {
  background: rgba(15, 26, 48, 0.5);
  border: 1px solid rgba(232, 237, 245, 0.12);
}

.releases-element-main__dlstore {
  padding: 5vh 0;
  text-align: center;
  background: rgba(15, 26, 48, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.releases-element-main__detail--table a,
.releases-element-main__tracklist--table a,
.releases-element-main__credit--table a {
  color: #e8edf5;
  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: #e8edf5;
  color: #0f1a30;
}