.p-artist {
  padding-bottom: 80px;
}
.p-artist__section:not(:first-child) {
  padding-top: 60px;
}
.p-artist__section:first-child {
  padding-top: 30px;
}
.p-artist__list {
  display: flex;
  flex-wrap: wrap;
}
.p-artist__item {
  width: 50%;
  border-bottom: 1px solid #ccc;
}
.p-artist__item a {
  display: block;
  padding: 20px 7px;
  text-decoration: none;
  transition: color 0.1s ease;
}

/*
 *    module
 */
/*
 *    js modaal @override
 */
.modaal-outer-wrapper {
  padding: 0 15px 15px;
  background-color: #fff;
}

.modaal-inner-wrapper {
  padding: 20px 0;
  background-color: #ececec;
}

.modaal-container {
  background-color: #ececec;
  box-shadow: none;
}

.modaal-content {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.modaal-content-container {
  padding: 0 20px;
  background-color: transparent;
}

.modaal-overlay {
  background-color: rgb(255, 255, 255) !important;
}

.modaal-close {
  top: 20px;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 0;
}
.modaal-close::before, .modaal-close::after {
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #000;
}
/*
 *    js modaal -> contents
 */
.p-artistModal {
  display: none;
}
.p-artistModal__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-artistModal__title span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.p-artistModal__related:not(:empty) {
  margin-top: 25px;
}
.p-artistModal__content {
  margin-top: 25px;
}
.p-artistModal__contentBody {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
}
.p-artistModal__contentBody + .p-artistModal__contentBody {
  border-top: solid 1px #ececec;
}
.p-artistModal__contentBody img {
  width: 100%;
  max-width: 150px;
}
.p-artistModal__contentBody a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px 20px 20px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background-image: url("/ag/common/img/brackets-orange.svg");
  background-image: url("/ag/common/img/brackets.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12.666px 20px;
  transition: 0.3s;
}
.p-artistModal__contentBody li {
  line-height: 1.3;
}
.p-artistModal__contentBody li:not(:last-child) {
  margin-bottom: 12px;
}
.p-artistModal__contentBody li dt {
  margin-bottom: 5px;
}
.p-artistModal__contentBody li.exh dd {
  font-weight: bold;
}
.p-artistModal__contentBody .x-small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-artistModal__contentBody .p-artistModal__title {
  font-size: 16px;
  font-size: 1rem;
}
.p-artistModal__boxL {
  display: flex;
  justify-content: center;
}
.p-artistModal__boxL img {
  max-width: 30vw;
}
.p-artistModal__boxR {
  position: relative;
  margin-top: 20px;
}