@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#album .motif {
  top: -65px;
}
@media only screen and (max-width: 1620px) {
  #album .motif {
    top: -4.012345679vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .motif {
    top: -4.375vw;
  }
}
#album h1 {
  width: 292px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1620px) {
  #album h1 {
    width: 18.024691358vw;
    margin-bottom: 7.4074074074vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h1 {
    width: 36.5625vw;
    margin-bottom: 19.375vw;
  }
}
#album h1 .jp {
  width: 127px;
  bottom: -74px;
}
@media only screen and (max-width: 1620px) {
  #album h1 .jp {
    width: 7.8395061728vw;
    bottom: -4.5679012346vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h1 .jp {
    width: 16.40625vw;
    bottom: -7.03125vw;
  }
}
#album .trigger {
  top: 42px;
}
@media only screen and (max-width: 1620px) {
  #album .trigger {
    top: 2.5925925926vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .trigger {
    top: 7.5vw;
  }
}
#album .album__block {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 0 76px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1620px) {
  #album .album__block {
    grid-template-columns: 37.037037037vw 1fr;
    margin-bottom: 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block {
    display: block;
    margin-bottom: 10.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .cover {
    margin-bottom: 5.46875vw;
  }
}
#album .album__block #cover-change {
  position: relative;
}
#album .album__block #cover-change img {
  opacity: 0;
  transition: all 0.25s ease;
}
#album .album__block #cover-change .active {
  opacity: 1;
}
#album .album__block #cover-change #normal2 {
  position: absolute;
  top: 0;
  left: 0;
}
#album .album__block p {
  color: #fff;
}
#album .album__block .name {
  font-size: 20px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1620px) {
  #album .album__block .name {
    font-size: 1.2345679012vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .name {
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 2.1875vw;
  }
}
#album .album__block .type {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #0C20DA;
}
@media only screen and (max-width: 1620px) {
  #album .album__block .type {
    font-size: 2.4691358025vw;
    padding-bottom: 2.1604938272vw;
    margin-bottom: 2.1604938272vw;
    border-bottom: 0.1234567901vw solid #0C20DA;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .type {
    font-size: 6.875vw;
    padding-bottom: 4.6875vw;
    margin-bottom: 4.6875vw;
    border-width: 0.3125vw;
  }
}
#album .album__block .info {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1620px) {
  #album .album__block .info {
    margin-bottom: 2.4691358025vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .info {
    margin-bottom: 6.25vw;
  }
}
#album .album__block .info .select {
  display: flex;
  gap: 0 22px;
}
@media only screen and (max-width: 768px) {
  #album .album__block .info .select {
    gap: 0 3.4375vw;
  }
}
#album .album__block .info .select .thumb {
  width: 78px;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1620px) {
  #album .album__block .info .select .thumb {
    width: 4.8148148148vw;
    padding: 0.2469135802vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .info .select .thumb {
    width: 16.875vw;
    padding: 0.625vw;
  }
}
#album .album__block .info .select .thumb.active {
  background-color: #B4A468;
}
#album .album__block .info p {
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1620px) {
  #album .album__block .info p {
    padding: 0.4938271605vw 0;
    font-size: 0.987654321vw;
    border-bottom: 0.0617283951vw solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  #album .album__block .info p {
    font-size: 3.125vw;
    padding: 1.5625vw 0;
  }
}
#album h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1620px) {
  #album h2 {
    margin-bottom: 4.6296296296vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h2 {
    margin-bottom: 10.15625vw;
  }
}
#album h2 svg {
  width: 134px;
}
@media only screen and (max-width: 1620px) {
  #album h2 svg {
    width: 8.2716049383vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h2 svg {
    width: 20.9375vw;
  }
}
#album h2 span {
  display: block;
  font-size: 70px;
  color: #fff;
}
@media only screen and (max-width: 1620px) {
  #album h2 span {
    font-size: 4.3209876543vw;
  }
}
@media only screen and (max-width: 768px) {
  #album h2 span {
    font-size: 10.9375vw;
  }
}
#album .songs-list {
  margin-bottom: 92px;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list {
    margin-bottom: 5.6790123457vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list {
    margin-bottom: 15.9375vw;
  }
}
#album .songs-list ul {
  border-top: 2px solid #0C20DA;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul {
    border-top: 0.1234567901vw solid #0C20DA;
  }
}
#album .songs-list ul li {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr auto;
  gap: 0 25px;
  padding: 36px 50px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li {
    grid-template-columns: 3.0864197531vw 1fr auto;
    padding: 2.2222222222vw 3.0864197531vw;
    border-bottom: 0.0617283951vw solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li {
    align-items: baseline;
    grid-template-areas: "first first" "second third" "fourth fourth";
    grid-template-columns: 7.8125vw 1fr;
    gap: 0 3.90625vw;
    padding: 4.6875vw 0;
  }
}
#album .songs-list ul li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 28px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #fff;
  padding-bottom: 6px;
  padding-right: 2px;
  border-radius: 100px;
  background-color: #0C20DA;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li .num {
    height: 3.0864197531vw;
    font-size: 1.7283950617vw;
    padding-bottom: 0.3703703704vw;
    padding-right: 0.1234567901vw;
    border-radius: 6.1728395062vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .num {
    height: 7.8125vw;
    font-size: 4.375vw;
    padding-bottom: 0.9375vw;
    padding-right: 0.3125vw;
    border-radius: 15.625vw;
    grid-area: second;
  }
}
#album .songs-list ul li p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .song {
    grid-area: third;
  }
}
#album .songs-list ul li .song h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li .song h3 {
    font-size: 1.2345679012vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .song h3 {
    font-size: 3.75vw;
  }
}
#album .songs-list ul li .song .info {
  font-size: 14px;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li .song .info {
    font-size: 0.8641975309vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .song .info {
    font-size: 2.8125vw;
    line-height: 1.5;
  }
}
#album .songs-list ul li .btns {
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .btns {
    grid-area: fourth;
    gap: 0 3.125vw;
    margin-top: 2.34375vw;
  }
}
#album .songs-list ul li .btns .btn a {
  display: inline-flex;
  width: auto;
  min-height: 40px;
  font-size: 18px;
  padding: 0 40px 0 20px;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li .btns .btn a {
    min-height: 2.4691358025vw;
    font-size: 1.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .btns .btn a {
    min-height: 6.25vw;
    font-size: 2.8125vw;
  }
}
#album .songs-list ul li .btns .btn a::after {
  width: 13px;
  height: 19px;
  right: 12px;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li .btns .btn a::after {
    width: 0.8024691358vw;
    height: 1.1728395062vw;
    right: 0.7407407407vw;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li .btns .btn a::after {
    width: 2.03125vw;
    height: 2.96875vw;
    right: 1.875vw;
  }
}
#album .songs-list ul li.new::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translateY(-50%);
  width: 53px;
  height: 36px;
  border: 1px solid #fff;
  background: url("../img/album/new.svg") no-repeat center center;
  background-size: 28px auto;
}
@media only screen and (max-width: 1620px) {
  #album .songs-list ul li.new::before {
    width: 3.2716049383vw;
    height: 2.2222222222vw;
    border: 0.0617283951vw solid #fff;
    background-size: 1.7283950617vw auto;
  }
}
@media only screen and (max-width: 768px) {
  #album .songs-list ul li.new::before {
    width: 8.28125vw;
    height: 5.625vw;
    position: static;
    grid-area: first;
    transform: translateY(0);
    background-size: 4.375vw auto;
    margin-bottom: 1.5625vw;
  }
}
#album .spotify {
  margin-bottom: 58px;
}
#album .move-on .merch__box .frame {
  transform: scaleY(1);
}
#album .move-on .merch__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#album .move-on .btn {
  opacity: 1;
}