@charset "utf-8";
.pageHead {
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-align: center;
  font-family: 'Economica', sans-serif;
  color: #fff;
  background: url(../../images/main/tz/page_head.png) center bottom/cover;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 5px 15px #092e4f;
}
@media screen and (min-width: 900px){
.pageHead {
  animation: letterSpacing 1s ease 0.5s 1 both;
}
}

@keyframes letterSpacing {
  0% {letter-spacing: 0.2em;}
  100% {letter-spacing: 0em;}
}

.artistHead {
  text-align: center;
  font-size: 3rem;
  border-bottom: 1px solid;
  max-width: 1100px;
  margin: 100px auto 40px;
}

#goods_others,
#goods_artist,
#goods_official {
  text-align: center;
  font-size: 3rem;
  border: none;
  max-width: 1100px;
  margin: 100px auto 40px;
}

#goods_official {
  background: #1f6fb9;
  color: #fff;
}

#goods_artist {
  background: #10b7ca;
  color: #fff;
}

#goods_others {
  background: #ff76ae;
  color: #fff;
}