.managemant-thum{
  width: 100%;
  max-width: 480px;
  padding: 20px 0 0 0;
}
.managemant-thum img{
  width: 100%;
}

#artist > div{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
#artist h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#artist ul{
  display: flex;
  flex-wrap: wrap;
}
#artist ul li{
  width: 20%;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 600px) {
  #artist ul li{
    width: 50%;
    margin: 35px 0 0 0;
  }
}
#artist ul li img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#artist ul li p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  padding: 15px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
}
#artist ul li span{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 5px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
  font-family: 'Spectral', serif;
}
#artist ul li a:hover img{
  margin: -10px auto 0 auto;
  padding: 0 0 10px 0;
}

#liver{
  padding: 100px 0 0 0;
}
#liver > div{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
#liver h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 100px 0 0 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#liver ul{
  display: flex;
  flex-wrap: wrap;
}
#liver ul li{
  width: 20%;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 600px) {
  #liver ul li{
    width: 50%;
    margin: 35px 0 0 0;
  }
}
#liver ul li img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#liver ul li p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  padding: 15px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
}
#liver ul li span{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 5px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
  font-family: 'Spectral', serif;
}
#liver ul li a:hover img{
  margin: -10px auto 0 auto;
  padding: 0 0 10px 0;
}


#creator > div{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
#creator h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#creator ul{
  display: flex;
  flex-wrap: wrap;
}
#creator ul li{
  width: 20%;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 600px) {
  #creator ul li{
    width: 50%;
    margin: 35px 0 0 0;
  }
}
#creator ul li img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
#creator ul li p{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  padding: 15px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
}
#creator ul li span{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 5px 0 0 0;
  letter-spacing: 0.12em;
  color: #000;
  font-family: 'Spectral', serif;
}
#creator ul li a:hover img{
  margin: -10px auto 0 auto;
  padding: 0 0 10px 0;
}

#artist-detail{
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  padding: 200px 0 0 0;
}
#artist-detail > div:nth-child(1){
  display: flex;
  flex-wrap: wrap;
}
#artist-detail > div:nth-child(1) div:nth-child(1){
  width: 50%;
}
#artist-detail > div:nth-child(1) div:nth-child(1) div{
  width: 75%;
}
#artist-detail > div:nth-child(1) div:nth-child(1) div img{
  width: 100%;
}
#artist-detail > div:nth-child(1) div:nth-child(2){
  width: 50%;
}

#artist-detail > div:nth-child(1) div:nth-child(2) h1{
  font-size: 30px;
  letter-spacing: 0.14em;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  #artist-detail > div:nth-child(1) div:nth-child(1){
    width: 100%;
  }
  #artist-detail > div:nth-child(1) div:nth-child(1) div{
    width: 100%;
  }
  #artist-detail > div:nth-child(1) div:nth-child(1) div img{
    width: 100%;
  }
  #artist-detail > div:nth-child(1) div:nth-child(2){
    width: 100%;
  }
  #artist-detail > div:nth-child(1) div:nth-child(2) h1{
    font-size: 30px;
    letter-spacing: 0.14em;
    font-weight: 400;
    font-family: 'Spectral', serif;
    font-style: italic;
    text-align: center;
    padding: 60px 0 0 0;
  }
}

#artist-detail > div:nth-child(1) div:nth-child(2) p{
  padding: 30px 0 0 0;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2em;
}
#artist-detail > div:nth-child(1) div:nth-child(2) ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0 0 0;
}
#artist-detail > div:nth-child(1) div:nth-child(2) ul li{
  padding: 0 0 0 30px;
}
#artist-detail > div:nth-child(1) div:nth-child(2) ul li.youtube img{
  height: 20px;
}


#artist-detail > div:nth-child(2) {
  padding: 140px 0 80px 0;
  position: relative;
}
#artist-detail > div:nth-child(2):before{
  content:"";
  width: 1px;
  height: 100px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 60px;
}
#artist-detail > div:nth-child(2)  h2{
  font-size: 30px;
  letter-spacing: 0.14em;
  padding: 60px 0 30px 0;
  font-weight: 400;
  font-family: 'Spectral', serif;
  font-style: italic;
}
#artist-detail > div:nth-child(2) li a {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 0 30px 0 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-family: 'Spectral', serif;
  font-style: italic;
  margin: -20px 0 0 0;
}
#artist-detail > div:nth-child(2) li a:after{
  content:"";
  width: 24px;
  height: 9px;
  background: url(/img/link.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0 0 0;
  transition: all 0.2s;
}


