.archive-artist .artist-list .artist {
  position: relative;
}

.archive-artist #content-list h1,
.archive-artist .archive-list h1,
.archive-artist #event-info h1 {
  margin-bottom: 3.75rem !important;
  font-size: clamp(1.5rem, 1.8vw, 2.25rem);
  text-align: center;
}

.archive-artist .artist-list h1 {
  font-family: 'Shippori Mincho B1', serif;
  letter-spacing: 0.1rem;
  color: #8c8c8c !important;
}

.archive-artist .artist-list .artist .column50 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.archive-artist .artist-list .artist .column50.visible {
  opacity: 1;
  transform: translateY(10px);
}

.archive-artist .artist-list .artist .column50:before {
  content: "";
  width: 200px;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: calc(50% - 100px);
  top: -2.5rem;
}

.archive-artist .artist-list .artist .list-item .name {
  text-align: center;
  padding: 2rem 0;
  display: block;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 8px;
  background: none;
  color: #8c8c8c !important;
  overflow-wrap: break-word;
}

.archive-artist .artist-list .artist .list-item .name .e-name {
  display: block;
  font-size: 0.7rem;
  color: #afafaf !important;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.archive-artist .artist-list .artist .list-item {
  width: calc(25% - 2px);
  display: block;
  margin: 1px;
}

.archive-artist .artist-list .nav-item.active>a,
.archive-artist .artist-list .nav-link {
  padding: 16px;
}

.archive-artist .artist-list .sticky-kit {
  position: fixed;
  top: 200px;
  width: 60px;
}

@media screen and (max-width: 991.99px) {
  .archive-artist .artist-list .sticky-kit {
    position: relative;
    top: auto;
    width: auto;
  }
}

.archive-artist .artist-list .nav-item>a {
  color: #464444;
}

.archive-artist .artist-list .nav-item>a:hover {
  color: #222;
}

.archive-artist .artist-list .nav-item.active>a {
  color: #fff;
  background-color: #bcbcbc;
  display: flex;
  justify-content: center;
}

.archive-artist .artist-list .artist .list-item:hover {
  background: #f4f4f4;
  color: red;
  text-decoration: none;
  border-radius: 2px;
}

.archive-artist img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

@media screen and (max-width: 767.99px) {
  .archive-artist .artist-list .artist .list-item {
    width: calc(100% / 3 - 2px);
  }
}

@media screen and (max-width: 575.99px) {
  .archive-artist .artist-list .artist .list-item .name {
    padding: 1rem 0;
    font-size: 16px;
  }

  .archive-artist .artist-list .artist .list-item .name .e-name {
    font-size: 8px;
  }
}

.archive-artist-single .exhibition .header-area {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 90px;
}

.archive-artist-single .exhibition .original-nav-area {
  bottom: unset !important;
}

.archive-artist-single .exhibition .header-area .original-nav-area {
  position: unset !important;
  width: unset !important;
}

.archive-artist-single .exhibition .classy-nav-container .logo,
.archive-artist-single .exhibition .classy-navbar .nav-icons {
  display: block !important;
}

.archive-artist-single .header-artist {
  width: 100%;
  position: relative;
  padding-top: 65px;
  background: #2d2c2c;
  padding-bottom: 5.7rem;
}

.archive-artist-single .header-artist .bio {
  font-size: 0.875rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  color: #fff;
  font-weight: 100;
  line-height: 2.2;
  flex-direction: row-reverse;
}

.archive-artist-single .header-artist .bio .text_wrapper {
  width: calc(100% - 360px);
}

.archive-artist-single .text_wrapper {
  position: relative;
  margin-bottom: 24px;
}

.archive-artist-single .artist-list .text_wrapper .text {
  min-height: 200px;
  height: 200px;
  overflow: hidden;
  white-space: pre-line;
  margin-bottom: 15px;
}

.archive-artist-single .hidden {
  background: none;
  transition: all 0.5s ease;
}

.archive-artist-single .header-artist .bio .text_wrapper .text p {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 300;
  word-break: normal;
  overflow-wrap: normal;
  word-break: break-word;
}

.archive-artist-single .artist .show_more2 {
  background: linear-gradient(180deg, rgb(45, 45, 46, 0.9) 0%, rgb(45 45 46) 70%) !important;
}

.archive-artist-single .header-artist .show_more2 {
  text-align: left !important;
  z-index: 0;
}

.archive-artist-single .show_more2 {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 24px;
  padding-top: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 0.7rem;
}

.archive-artist-single .show_more2 {
  color: #222;
}

.archive-artist-single .header-artist .show_more2 {
  margin-left: 15px;
}

.archive-artist-single .header-artist .show_more2:before {
  left: -15px !important;
  transform: translateX(0) !important;
}

.header-artist .show_more2.active:after {
  top: 26px !important;
}

.archive-artist-single .show_more2:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 24px;
  border: 1px solid #cbcbcb;
  left: calc(50% - 50px);
  border-radius: 12px;
  z-index: -1;
  background: #fff;
  color: #222;
}

.archive-artist-single .header-artist .bio .pic {
  width: 300px;
  left: 0px;
  position: absolute;
  top: -30px;
  z-index: 2;
}

.archive-artist-single .header-artist h1 {
  font-size: 2.9rem;
  color: #fff;
  FONT-WEIGHT: 500;
  line-height: 1.3;
  margin-bottom: 3rem;
}

.archive-artist-single .header-artist h1 .artist-title {
  color: #b97a31 !important;
  font-size: 1.125rem;
  display: block;
  margin-right: 0.5rem;
  text-align: left;
}

.archive-artist-single .header-artist h1 .artist-name {
  margin-right: 0.5rem;
}

.archive-artist-single .gallery-area h2 {
  text-align: right;
}

.archive-artist-single .header-artist h1 .en-name {
  color: #fff;
  font-size: 1.125rem;
  display: block;
  margin-right: 0.5rem;
}

.archive-artist-single .header-artist .bio .pic img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: contain;';

}

.archive-artist-single .artist .externals {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.archive-artist-single .artist .externals a {
  display: block;
  color: #7d7d7d;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.archive-artist-single .artist .externals .svg-inline--fa {
  margin-right: 1rem !important;
}

.archive-artist-single .svg-inline--fa.fa-w-16 {
  width: 1em;
}

.archive-artist-single .svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.archive-artist-single .artist .externals .no-link.fa-facebook-f,
.archive-artist-single .externals .no-link.fa-instagram,
.archive-artist-single .externals .no-link.fa-twitter {
  opacity: 0.3 !important;
  color: #7d7d7d;
}

.archive-artist-single .artist .externals .svg-inline--fa {
  margin-right: 1rem !important;
}

.archive-artist-single svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.archive-artist-single .svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.archive-artist-single .header-artist .bio .pic .externals img {
  width: auto;
  height: auto;
  object-fit: none;
}

.archive-artist-single .anchor {
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 9rem;
}

.archive-artist-single .anchor:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-4deg);
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 116%;
  background: #fff;
}

.archive-artist-single .anchor .anchor-nav {
  display: flex;
  justify-content: flex-end;
  top: -2rem;
}

.archive-artist-single .anchor .anchor-nav a {
  padding-left: 3rem;
  font-size: 1.125rem;
  font-family: 'EB Garamond', serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.archive-artist-single .gallery-area {
  padding-top: 13rem;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  /* background: #FFF;
  */
  padding-top: 0;
  z-index: 1;
  position: relative;
}

.archive-artist-single .gallery-area .gallery-masonry {
  justify-content: center;
}

.archive-artist-single .gallery-area h2 {
  text-align: right;
  margin-bottom: 2rem;
  font-weight: 400;
}

.archive-artist-single .gallery-area h2 span {
  font-size: 1rem;
  display: block;
  color: #7a7a7a;
}

.archive-artist-single .sortable-container.sortable-container-gutter-fix {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.archive-artist-single .gallery-masonry .hoverbox-content {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-artist-single .hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin: 0 !important;
  overflow-y: hidden;
}

.archive-artist-single .gallery-masonry .hoverbox-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.5em;
  font-family: 'Shippori Mincho B1', serif;
}

.archive-artist-single .gallery-masonry .hoverbox-content p .artist {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.725rem;
  line-height: 1;
}

.archive-artist-single .gallery-masonry .hoverbox-content .price {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.725rem;
}

.archive-artist-single .gallery-masonry .hoverbox-content p {
  margin-bottom: 0.5em;
  font-family: 'Shippori Mincho B1', serif;
}

.archive-artist-single .gallery-masonry .hoverbox-content p.show-detail {
  display: block;
  font-weight: 300;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000;
  border: 1px solid transparent;
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0.1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.archive-artist-single .hoverbox:hover .hoverbox-content,
.archive-artist-single .hoverbox:focus .hoverbox-content {
  opacity: 0.85;
}

.archive-artist-single .gallery-masonry .hoverbox-content {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.archive-artist-single .gallery-masonry .hoverbox-content p.gray-out,
.archive-artist-single .gallery-masonry .hoverbox-content p.gray-out .artist {
  color: #666 !important;
}

.archive-artist-single .gallery-masonry .hoverbox-content p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5em;
  font-family: 'Shippori Mincho B1', serif;
}

.archive-artist-single .gallery-masonry .hoverbox-content .soldout {
  display: block;
  text-align: center;
  color: #f28282;
  font-weight: 600;
  font-size: 0.725rem;
}

.archive-artist-single .interview {
  position: relative;
  padding: 0 !important;
  z-index: 0;
  color: #262626;
  background: #ececed;
  margin: 80px 0;
}

.archive-artist-single .interview:after {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #ececed;
  bottom: -79px;
}

.archive-artist-single .interview::before {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #ececed;
  top: -79px;
  clip-path: polygon(0 0, 0% 0%, 0% 100%, 100% 100%);
}

.archive-artist-single .gallery-area h2,
.archive-artist-single .interview h2,
.archive-artist-single .exhibition-item h2 {
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 400;
}

.archive-artist-single .interview h2 span,
.archive-artist-single .exhibition-item h2 span {
  font-size: 1rem;
  display: block;
  color: #7a7a7a;
}

.archive-artist-single .interview .article h3 {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.archive-artist-single .interview .article h3:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -0.5rem;
  left: 0;
  position: absolute;
  background: #000;
}

.archive-artist-single .interview .article p {
  font-size: 1rem;
  color: #262626;
  word-break: break-word;
  overflow-wrap: normal;
}

.archive-artist-single .interview .situation {
  display: flex;
  justify-content: center;
}

.archive-artist-single .interview .situation .pic {
  width: 80%;
  padding-top: 5rem;
}

.archive-artist-single .interview .situation .pic img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.archive-artist-single .interview .situation .pic .cap {
  text-align: center;
  display: block;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .archive-artist-single .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

.archive-artist-single .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.archive-artist-single .exhibition-item {
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 20rem;
  background: #6e6e70;
  margin: 80px 0;
}

.archive-artist-single .exhibition-item::before {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #6e6e70;
  top: -79px;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
}

.archive-artist-single .exhibition-item:after {
  content: '';
  position: absolute;
  left: 0;
  transform-origin: top left;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #6e6e70;
  bottom: -79px;
  clip-path: polygon(0 0, 0% 100%, 100% 0%);
}

.archive-artist-single .exhibition-item h2 {
  color: #fff;
  text-align: right;
  margin-bottom: 2rem;
  font-weight: 400;
}

.archive-artist-single .exhibition-item h2 span {
  color: #000;
  font-size: 1rem;
  display: block;
}

.archive-artist-single .exhibition-item .latest {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.archive-artist-single .exhibition-item .latest .card {
  width: calc(100% / 3 - 15px);
  padding: 30px;
  margin-bottom: 30px;
}

.archive-artist-single .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f9f9f9;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125);
  */
  /* border-radius: 0.1875rem;
  */
}

.archive-artist-single .card-img-top {
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 1.6rem;
  flex-shrink: 0;
  width: 100%;
}

.archive-artist-single .exhibition-item .card-body {
  color: #696969;
  font-weight: 500;
  font-size: 1rem;
}

.archive-artist-single .exhibition-item .card-body .period {
  color: #755841;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.archive-artist-single .exhibition-item .card-body .card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.archive-artist-single .exhibition-item .card-body .card-text a {
  color: #262626;
}

.archive-artist-single .card-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .archive-artist-single .exhibition-item .latest .card {
    width: calc(100% / 2 - 15px);
  }
}

.pb-10rem {
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .archive-artist-single .exhibition-item .latest .card {
    width: 100%;
  }

  .pb-10rem {
    padding-bottom: 5rem;
  }

}

@media only screen and (max-width: 767px) {
  .archive-artist-single .header-artist {
    /* padding-top: 144px; */
  }

  .archive-artist-single .header-artist .bio {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .archive-artist-single .header-artist .bio .text_wrapper {
    width: 100%;
  }

  .archive-artist-single .header-artist .bio .pic {
    position: relative;
    width: 100%;
    /* right: 10px;
    */
    /* top: -60px;
    */
    left: 0;
    display: flex;
    justify-content: space-between;
  }

  .archive-artist-single .header-artist h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .archive-artist-single .header-artist h1 .artist-title,
  .archive-artist-single .header-artist h1 .en-name {
    font-size: 0.9rem;
  }

  .archive-artist-single .header-artist .bio .pic img {
    width: 100px;
    height: 100px;
  }

  .archive-artist-single .artist .externals {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
  }

  .archive-artist-single .anchor {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .archive-artist-single .gallery-area {
    padding-top: 0;
    /* padding-bottom: 5rem;
    */
    position: relative;
  }

  .archive-artist-single .gallery-masonry {
    display: block;
  }

  .archive-artist-single .gallery-area h2,
  .archive-artist-single .interview h2,
  .archive-artist-single .exhibition h2 {
    font-size: 1.8rem;
  }

  .archive-artist-single .gallery-product {
    width: 100%;
    padding: 0 20px;
  }

  .archive-artist-single .gallery-masonry .hoverbox-content {
    padding: 0;
  }

  .archive-artist-single .gallery-masonry .hoverbox-content p {
    display: none;
  }

  .archive-artist-single .gallery-masonry .hoverbox-content a {
    padding: 0.25rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .archive-artist-single .anchor .anchor-nav a {
    padding-left: 1rem;
  }

  .archive-artist-single .gallery-area {
    padding-top: 0;
  }
}

@media screen and (max-width: 991.99px) {
  .artist-list .nav.index50 {
    justify-content: center;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 575.99px) {
  .artist-list .nav-pills .nav-link {
    width: 1rem;
  }
}

.header-artist .show_more2:after {
  left: -12px !important;
}

.anchor .anchor-nav a.gray-out {
  color: #dadada;
}

.artist-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 3em;
  line-height: 1.5em;
  color: #fff !important;
}

.interview h2:before {
  height: 0px;
}

.gallery-product .sortable-item a.item-remodel-show:hover {
  opacity: 1;
}

.card-text-event {
  -webkit-line-clamp: 6 !important;
}

.preview-artist .card-text {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  height: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.preview-artist .exhibition-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
  .buy-back-description {
    margin-top: 1.5rem !important;
  }
}

.product-size-modal {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.product-size-modal span {
  width: 5rem;
  flex-shrink: 0;
}

.product-size-value {
  white-space: pre-line;
}

a.guide-icon img,
a.customers-icon img,
a.artists-icon img {
  width: 20px;
}

.gap-10px {
  gap: 10px;
}

.archive-artist-single .gallery-area h1,
.archive-artist-single .interview h1,
.archive-artist-single .exhibition-item h1 {
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
}

.archive-artist-single .exhibition-item h1 {
  color: #fff;
  text-align: right;
}

.archive-artist-single .gallery-area h1 span,
.archive-artist-single .interview h1 span,
.archive-artist-single .exhibition-item h1 span {
  font-size: 1rem;
  display: block;
  color: #7a7a7a;
}

.archive-artist-single .exhibition-item h1 span {
  color: #000;
}

@media (min-width: 1200px) {

  .archive-artist-single .container {
    max-width: 1040px;
    width: 90%;
    padding: 0;
  }

  .archive-artist-layout .container {
    max-width: 1200px;
    width: 90%;
    padding: 0;
  }

  .artist-wrap .artist {
    max-width: 1040px;
    margin: 0 auto;
  }
}

.artist-name-hiragana>div {
  position: unset !important;
}