@charset "UTF-8";

/**======================================
	discography
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.icon {
  transition: 0.6s;
}

a:hover .icon {
  opacity: 0.8;
  transition: 0.6s;
}

/*--------------------------------------
	index
---------------------------------------*/

#discography_box a {
  text-decoration: none;
}

#discography_box .list_cont {
  margin-bottom: 4em;
}

#discography_box .list_cont .pic {
  margin-bottom: 1.5em;
  position: relative;
  transition: 0.6s;
}

#discography_box .list_cont a:hover .pic {
  opacity: 0.8;
  transition: 0.6s;
}

#discography_box .list_cont .pic img {
  border: 1px solid #eee;
}

#discography_box .list_cont .discography_title,
#discography_box .list_cont .discography_subtitle,
#discography_box .list_cont .discography_date {
  text-align: center;
  color: var(--main_color);
}
#discography_box .list_cont .discography_title {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
#discography_box .list_cont .discography_subtitle,
#discography_box .list_cont .discography_date {
  font-size: 1.2rem;
}

#discography_box .list_cont .discography_subtitle {
  margin-bottom: 1em;
}

@media screen and (max-width: 599px) {
  #discography_box .list_cont .pic {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}

@media screen and (min-width: 600px) {
  #discography_box .discography_ul {
    margin-top: 100px;
  }
  #discography_box .list_cont:nth-child(even) {
    margin-top: 40px;
  }
  #discography_box .list_cont:nth-child(odd) {
    margin-top: -40px;
  }
  #discography_box .list_cont .discography_title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  #discography_box .list_cont {
    margin-bottom: 3em;
  }
}

/*--------------------------------------
	single
---------------------------------------*/

#discography_single_contents .image_cont .pic img {
  border: 1px solid #eee;
}

#discography_single_contents .texts_cont .heading03 {
  margin-bottom: 1em;
  color: var(--main_color);
  font-weight: 400;
}
#discography_single_contents .texts_cont .discography_subtitle,
#discography_single_contents .texts_cont .discography_date,
#discography_single_contents .texts_cont .discography_price {
  margin-top: 1em;
  font-size: 1.4rem;
  color: #666;
}

#discography_single_contents ol.song_ol {
  margin-top: 1em;
  margin-bottom: 20px;
}

#discography_single_contents ol.song_ol li {
  margin-bottom: 5px;
}

#discography_single_contents ol.song_ol li span {
  position: relative;
  display: inline-block;
  width: 40px;
}

#discography_single_contents ol.song_ol .icon::before {
  position: absolute;
  top: -19px;
  left: 10px;
  font-size: 2.8rem;
  color: var(--main_color);
}

#discography_single_contents .discography_streaming ul.icon_ul {
  margin-top: 30px;
  display: flex;
}

#discography_single_contents .discography_streaming ul.icon_ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}

#discography_single_contents .discography_streaming ul.icon_ul li:last-child {
  margin-right: 0;
}

#discography_single_contents
  .discography_streaming
  ul.icon_ul
  li
  .icon::before {
  color: var(--main_color);
  font-size: 35px;
}

#discography_single_contents
  .discography_streaming
  ul.icon_ul
  li
  .icon-spotify::before {
  font-size: 40px;
  line-height: 35px;
}

#discography_single_contents .entry_cont {
  margin-top: 2em;
}

#discography_single_contents .buy_button {
  margin-top: 1em;
}

@media screen and (max-width: 599px) {
  #discography_single_contents .image_cont .pic {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    max-width: 280px;
  }

  #discography_single_contents .discography_streaming ul.icon_ul li {
    margin-right: 30px;
  }

  #discography_single_contents .buy_button {
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  #discography_single_contents .image_cont {
    flex-basis: 40%;
    max-width: 40%;
  }
  #discography_single_contents .texts_cont {
    margin-top: 80px;
    flex-basis: 50%;
    max-width: 50%;
  }

  #discography_single_contents
    .discography_streaming
    ul.icon_ul
    li
    .icon::before {
    color: var(--main_color);
    font-size: 30px;
  }

  #discography_single_contents
    .discography_streaming
    ul.icon_ul
    li
    .icon-spotify::before {
    font-size: 35px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1025px) {
  #discography_single_contents
    .discography_streaming
    ul.icon_ul
    li
    .icon::before {
    color: var(--main_color);
    font-size: 30px;
  }

  #discography_single_contents
    .discography_streaming
    ul.icon_ul
    li
    .icon-spotify::before {
    font-size: 35px;
  }
}

#discography_single_contents .back_part {
  margin-top: 6em;
}
