.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: 25%;
  border-bottom: 1px solid #ccc;
}
.p-artist__item a {
  display: block;
  padding: 22px 15px;
  text-decoration: none;
  transition: color 0.1s ease;
}
.p-artist__item a:hover {
  color: #e46a00;
  text-decoration: underline;
}

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

.modaal-inner-wrapper {
  padding: 40px 0 20px;
  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 {
  background-color: transparent;
}

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

.modaal-close {
  top: 40px;
  right: 90px;
  border-radius: 0;
}
.modaal-close::before, .modaal-close::after {
  top: 0;
  width: 2px;
  height: 55px;
  background-color: #000;
}
.modaal-close:hover, .modaal-close:focus {
  background: transparent;
}
.modaal-close:hover::before, .modaal-close:hover::after, .modaal-close:focus::before, .modaal-close:focus::after {
  background: #ef8b17;
}

/*
 *    js modaal -> contents
 */
.p-artistModal {
  display: none;
}
.p-artistModal__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-artistModal__title span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.p-artistModal__related:not(:empty) {
  margin-top: 25px;
}
.p-artistModal__content {
  margin-top: 25px;
}
.p-artistModal__contentBody {
  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: table;
  width: 100%;
  height: 320px;
  padding: 0 90px;
  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 90px center;
  background-size: 19px 30px;
  transition: 0.3s;
}
.p-artistModal__contentBody a:hover {
  color: #ef8b17;
  background-image: url("/ag/common/img/brackets-orange.svg");
}
.p-artistModal__contentBody a > div {
  display: table-cell;
  vertical-align: middle;
}
.p-artistModal__contentBody li {
  line-height: 1.3;
}
.p-artistModal__contentBody li:not(:last-child) {
  margin-bottom: 20px;
}
.p-artistModal__contentBody li dt {
  margin-bottom: 5px;
}
.p-artistModal__contentBody li.exh dd {
  padding-right: 30px;
  font-weight: bold;
}
.p-artistModal__contentBody .x-small {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-artistModal__contentBody .p-artistModal__title {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-artistModal__boxL {
  width: 150px;
}
.p-artistModal__boxR {
  position: relative;
  width: 490px;
  padding-left: 40px;
}