@charset "utf-8";

#sub_ct>ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto 50px;
  justify-content: space-between;
}

#sub_ct>ul>li{
  width: 32%;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Economica', sans-serif;
  line-height: 1;
  display: flex;
}

@media screen and (min-width: 350px){
  #sub_ct>ul>li{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 900px){
  #sub_ct>ul>li{
    font-size: 3.6rem;
  }
}

#sub_ct>ul>li a{
  color: #004583;
  display: block;
  text-decoration: none;
  transition: 0.5s;
  border: 2px solid;
  padding: 6px 2px;
  width: 100%;
  text-align: center;
  background: linear-gradient(to right,#689EC5 0%,#689EC5 50%, transparent 50%, transparent 100%) right top/200% no-repeat;
}

#sub_ct>ul>li a:hover{
  color: #fff;
  background-position: left;
  border-color: transparent;
  opacity: 0.6;
}

#sub_ct>ul>li a[href="#goods_official"]{
  background: #1f6fb9;
  color: #fff;
  border: none;
}

#sub_ct>ul>li a[href="#goods_artist"]{
  background: #10b7ca;
  color: #fff;
  border: none;
}

#sub_ct>ul>li a[href="#goods_others"]{
  background: #ff76ae;
  color: #fff;
  border: none;
}



.goodsLink {
  margin-bottom: 50px;
}

.goodsLink a{
  text-decoration: none;
  color: #206eba;
  border: 1px solid;
  display: block;
  text-align: center;
  font-size: 2rem;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  padding: .5em;
  transition: .5s;
  background: #ecfe36;
}

.goodsLink a::before {
  content: "〉";
}

.goodsLink a:hover{
  background: rgba(236, 254, 54, .1);
}