@charset "UTF-8";

/**======================================
	artist
======================================**/

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

.artist_box .object_fit:before {
	padding-top: 83.8%;
}

.artist_box .list_cont a {
  text-decoration: none;
}

.artist_box .list_cont a:hover {
  color: inherit;
}

.artist_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

@media screen and (max-width: 599px) {
  .artist_box ul.artist_ul li:nth-last-child(1),
  .artist_box ul.artist_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .artist_box ul.artist_ul li:nth-last-child(1),
  .artist_box ul.artist_ul li:nth-last-child(2),
  .artist_box ul.artist_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .artist_box .list_cont .artist_title {
    font-size: 1.2rem;
  }
}

/*--------------------------------------
	sinle
---------------------------------------*/

.object_fit.mainpic {
  margin-bottom: 15px;
}

#artist_box .sub_name {
  margin-bottom: 20px;
}

#artist_box .sns_link {
  display: flex;
  flex-wrap: wrap;
}

#artist_box .sns_link li {
  margin-right: 10px;
}

#artist_box .sns_link li a {
  text-decoration: none;
  transition: 0.3s;
}

#artist_box .sns_link li a:hover .icon::before {
  opacity: 0.8;
  transition: 0.3s;
}

#artist_box .sns_link .icon,
#artist_box .sns_link .icon {
  margin-right: 8px;
  width: 25px;
  text-align: center;
}

#artist_box .sns_link .icon::before,
#artist_box .sns_link .icon::before {
  font-size: 3rem;
  color: var(--main-color);
}

#artist_box .entry_cont {
  margin-top: 30px;
}

.youtube_ul {
  margin-bottom: 30px;
}

.subimg_ul li:nth-last-child(1),
.subimg_ul li:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
  #artist_box .artist_profile .heading03 {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 1025px) {
}
