.artist {
  width: 73.14%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .artist {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .artist {
    padding: 0 10px;
  }
}

.artist .namewapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artist .namewapper .artistname h1 {
  font-size: 3.6rem;
  font-weight: 600;
}

@media (max-width: 599px) {
  .artist .namewapper .artistname h1 {
    font-size: 2.4rem;
  }
}

.artist .namewapper .artistname p {
  font-size: 1.2rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  color: #4A4A4A;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.artist .namewapper .artistimg {
  width: 120px;
  margin-left: 100px;
}

.artist .namewapper .artistimg img {
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:50%;
}

@media (max-width: 599px) {
  .artist .namewapper .artistimg {
    width: 80px;
    margin-left: 20px;
  }

  .artist .namewapper .artistimg img{
    width: 80px;
    height: 80px;
  }
}

.artist .introduction {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .artist .introduction {
    font-size: 1.3rem;
  }
}

.artist .iconwapper {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artist .iconwapper a {
  display: block;
  width: 28px;
  margin-right: 16px;
}

@media (max-width: 1024px) {
  .artist .iconwapper a {
    margin-right: 24px;
  }
}

.artist .iconwapper a:last-of-type {
  margin-right: 0;
}

.artist .iconwapper a img {
  width: 100%;
}

.artist .hplink {
  margin-top: 8px;
}

.artist .hplink a {
  font-size: 1.1rem;
  color: #696969;
}

.artist .articlelist {
  margin-top: 30px;
}

.artist .articlelist.youtube {
  margin-top: 0px;
}

.artist .articlelist h3 {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 1.4rem;
}

.artist .articlelist li {
  margin-top: 6px;
}

@media (max-width: 1024px) {
  .artist .articlelist li {
    margin-top: 12px;
  }
}

.artist .articlelist li a {
  font-size: 1.2rem;
  color: #696969;
  border-bottom: 1px solid #696969;
  padding-bottom: 2px;
  line-height: 1.5em;
}

.artist .articlelist li a span{
  font-size: 1.2rem;
  color: #696969;
  line-height: 1.5em;
}

.artistcontents {
  width: 85.71%;
  margin: 80px auto 0;
}

@media (max-width: 1024px) {
  .artistcontents {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .artistcontents {
    padding: 0 10px;
  }
}

.artistcontents .contnet {
  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;
}

.artistcontents .contnet li {
  width: 30%;
  margin-bottom: 60px;
}

.artistcontents .artistlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.artistcontents .artistlist li {
  width: 6%;
  margin: 1px;
  text-align: center;
}

.artistcontents .artistlist li a{
  display: block;
  padding: 30px 0;
  font-size: 1.35rem;
  background: #f1f1f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .artistlist li a:hover{
  display: block;
  padding: 30px 0;
  font-size: 1.35rem;
  background: #000;
  color: #fff;
}

.artistcontents .artistlist.eng {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-weight: 800;
}


@media (max-width: 1024px) {
  .artistcontents .contnet li {
    width: 48%;
  }
  .artistcontents .artistlist li {
    width: calc(10% - 2px);
    margin: 1px;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .artist {
    padding: 0 10px;
  }

  .artistcontents .artistlist {
    margin-bottom: 30px;
  }

  .artistcontents .artistlist li {
    width: calc(20% - 2px);
    margin: 1px;
    text-align: center;
  }
  
  .artistcontents .artistlist li a{
    padding: 20px 0;
  }
  
  .artistcontents .artistlist li a:hover{
    padding: 20px 0;
  }
}

.artistcontents .contnet li a img {
  width: 100%;
  height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #f3f3f3;
}

.artistcontents .contnet li a .workinfo h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.3em;
}

.artistcontents .contnet li a .workinfo .name_jp {
  font-size: 1.2rem;
  color: #696969;
  margin-top: 14px;
}

.artistcontents .contnet li a .workinfo .name_en {
  font-size: 1.2rem;
  color: #696969;
}

.artistcontents .contnet li a .workinfo .size {
  font-size: 1.2rem;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 4px;
}

.artistcontents .contnet li a .workinfo .price_yen {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  margin-top: 4px;
  text-align: right;
}

.artistcontents .contnet li a .workinfo .ask ,
.artistcontents .contnet li a .workinfo .soldout {
  display: block;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  font-size: 1.4rem;
  color: #F71818;
  margin-top: 4px;
  text-align: right;
}

.artistlist_introduction {
  margin-bottom: 40px;
}

.artistlist_introduction p,
.artistlist_introduction p a,
.artistlist_introduction p span{
  font-size: 1.4rem;
}

.artistlist_introduction p.heading{
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .artistlist_introduction p,
  .artistlist_introduction p a,
  .artistlist_introduction p span{
    font-size: 1.3rem;
  }
}

.t_artist,
.tagboat_artist{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  padding: 2px 16px;
  background: #000;
  color: #fff;
  margin-left: 4px;
  line-height: 1.0em;
}

.t_artist{
  margin: 0 4px 0 0;
}

.artistcontents h3.title {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.artistcontents h3.title.eng {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

.artistcontents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.artistcontents .list li {
  width: calc(20% - 2px);
  margin: 1px;
  line-height: 2.8em;
}

.artistcontents .list li a{
  display: block;
  padding: 30px 10px;
  font-size: 1.35rem;
  background: #f1f1f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .list li a:hover{
  display: block;
  padding: 30px 10px;
  font-size: 1.35rem;
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .artistcontents .list {
    margin-bottom: 30px;
  }

  .artistcontents .list li {
    width: calc(33.3333% - 2px);
    margin: 1px;
  }
}

@media (max-width: 599px) {
  .artistcontents .list {
    margin-bottom: 30px;
  }

  .artistcontents .list li {
    width: calc(50% - 2px);
    margin: 1px;
  }

  .artistcontents .list li a{
    display: block;
    padding: 20px 10px;
    font-size: 1.35rem;
    background: #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .artistcontents .list li a:hover{
    display: block;
    padding: 20px 10px;
    font-size: 1.35rem;
    background: #000;
    color: #fff;
  }

}

.artistcontents .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.artistcontents .pagenation ul li {
  margin-right: 4px;
}

@media (max-width: 1024px) {
  .artistcontents .pagenation ul li {
    margin-right: 10px;
  }
}

@media (max-width: 599px) {
  .artistcontents .pagenation ul li {
    margin-right: 20px;
  }
}

.artistcontents .pagenation ul li:last-child {
  margin-right: 0;
}

.artistcontents .pagenation ul .links a {
  padding: 14px 15px;
  color: #ffffff;
  font-size: 1.2rem;
  display: block;
  background-color: #4E4D4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .pagenation ul .links a:hover {
  background-color: #888888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.artistcontents .pagenation ul .active {
  background-color: #E5E5E5;
  font-size: 1.2rem;
  padding: 14px 15px ;
}

.artistcontents .pagenation ul .continue {
  border: 1px solid #707070;
  padding: 14px 15px;
}
/*# sourceMappingURL=style_archive.css.map */