@media only screen and (max-width: 767px) {
  .pc, .tb, .large {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 1020px) {
  .tb {
    display: none !important;
  }
}
#ArtistsWithAnima {
  padding-top: 100px;
  line-height: 1.7;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima {
    padding-top: 30px;
  }
}
#ArtistsWithAnima .bg {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(32%, rgba(169, 169, 225, 0.3)), color-stop(60%, rgba(122, 210, 210, 0.3)), to(white));
  background: linear-gradient(180deg, white 0%, rgba(169, 169, 225, 0.3) 32%, rgba(122, 210, 210, 0.3) 60%, white 100%);
}
#ArtistsWithAnima.dis {
  background-color: white;
}
#ArtistsWithAnima .container {
  width: 950px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  #ArtistsWithAnima .container {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .container {
    width: 90%;
  }
}
#ArtistsWithAnima .top_logo {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .top_logo {
    margin-bottom: 30px;
  }
}
#ArtistsWithAnima .specialList .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box {
    width: 96%;
    margin: 0 auto 40px auto;
  }
}
#ArtistsWithAnima .specialList .box .int_img {
  width: 240px;
  height: 250px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .int_img {
    width: 192px;
    height: 200px;
    margin: 0 auto 20px auto;
  }
}
#ArtistsWithAnima .specialList .box .int_img img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .int_img img {
    height: 200px;
  }
}
#ArtistsWithAnima .specialList .box .int_img.square {
  height: 240px;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .int_img.square {
    height: 192px;
  }
}
#ArtistsWithAnima .specialList .box .int_img.square img {
  height: 240px;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .int_img.square img {
    height: 192px;
  }
}
#ArtistsWithAnima .specialList .box.sakana .int_img {
  background-color: #a2cbd5;
}
#ArtistsWithAnima .specialList .box.suisei .int_img {
  background-color: #fff;
}
#ArtistsWithAnima .specialList .box.korsk .int_img {
  background-color: #151e23;
}
#ArtistsWithAnima .specialList .box.tanaka .int_img {
  background-color: #000;
}
#ArtistsWithAnima .specialList .box.t_pazolite .int_img {
  background-color: #bde400;
}
#ArtistsWithAnima .specialList .box.kz .int_img {
  background-color: #289dff;
}
#ArtistsWithAnima .specialList .box .text {
  width: 624px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .text {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
#ArtistsWithAnima .specialList .box .text p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
#ArtistsWithAnima .specialList .box .text p.tit {
  font-size: 24px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #ArtistsWithAnima .specialList .box .text p.tit {
    font-size: 20px;
  }
}
#ArtistsWithAnima .specialList .box .text p.tit span {
  color: #20bbbb;
  margin-right: 10px;
}
@media only screen and (min-width: 375px) {
  #ArtistsWithAnima .specialList .box .text p.tit span .sp374_br {
    display: none;
  }
}
#ArtistsWithAnima .specialList .box .text p.tit strong {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-left: 10px;
  color: #000;
}
#ArtistsWithAnima .main_img {
  text-align: center;
}
#ArtistsWithAnima #footer {
  margin-top: 0;
}