/* Artist modal – nextviewlabels.jp 準拠（bvr-modal- プレフィックスでスコープ） */

body.bvr-modal-is-open {
  overflow: hidden;
}

#bvr-modal.bvr-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#bvr-modal.bvr-modal.is-open {
  display: block;
}

#bvr-modal .bvr-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#bvr-modal .bvr-modal-dialog {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: #fff;
  max-height: 80%;
  margin: 5% auto;
  max-width: 1160px;
  overflow-y: auto;
  padding: 40px 20px 40px 40px;
  width: 90%;
}

#bvr-modal .bvr-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

#bvr-modal .bvr-modal-close-top {
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #333;
}

#bvr-modal .bvr-modal-close-top:hover {
  opacity: 0.8;
}

#bvr-modal .bvr-modal-close-icon {
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

#bvr-modal .bvr-modal-close-bottom {
  color: #333;
  display: block;
  font-family: "Halogen", sans-serif;
  font-size: 16px;
  margin: 40px auto 0;
  padding-left: 26px;
  position: relative;
  text-transform: lowercase;
}

#bvr-modal .bvr-modal-close-bottom::after {
  background-image: url(../images/icon_close.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}

#bvr-modal .bvr-modal-close-bottom:hover {
  opacity: 0.8;
}

#bvr-modal .bvr-modal-body {
  color: #3E3B3A;
  margin: 0;
}

#bvr-modal .bvr-modal-profile-detail {
  display: flex;
  justify-content: left;
  width: 100%;
}

#bvr-modal .bvr-modal-profile-pic {
  max-width: 334px;
  flex: 0 0 auto;
}

#bvr-modal .bvr-modal-profile-pic img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: auto;
}

#bvr-modal .bvr-modal-self-introduction-wrapper {
  max-width: 520px;
  position: relative;
  width: 100%;
}

#bvr-modal .bvr-modal-self-introduction {
  bottom: 0;
  display: inline-table;
  font-family: roboto, "Roboto", sans-serif;
  left: 0;
  margin: auto;
  padding-left: 80px;
  position: absolute;
  text-align: left;
  top: 0;
}

#bvr-modal .bvr-modal-name-en {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3333;
  margin: 0;
}

#bvr-modal .bvr-modal-name-jp {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 13px 0 0;
}

#bvr-modal .bvr-modal-profile-linkarea {
  display: flex;
  margin-top: 32px;
}

#bvr-modal .bvr-modal-icon {
  margin-right: 20px;
}

#bvr-modal .bvr-modal-icon:last-child {
  margin-right: 0;
}

#bvr-modal .bvr-modal-icon a {
  align-items: center;
  color: #3E3B3A;
  display: flex;
  text-decoration: none;
}

#bvr-modal .bvr-modal-icon a:hover {
  opacity: 0.9;
}

#bvr-modal .bvr-modal-icon a img {
  display: block;
  height: 20px;
  width: auto;
}

#bvr-modal .bvr-modal-icon a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-left: 6px;
}

#bvr-modal .bvr-modal-textarea {
  margin-top: 30px;
  text-align: left;
}

#bvr-modal .bvr-modal-textarea-en-wrapper {
  font-family: roboto, "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

#bvr-modal .bvr-modal-textarea-jp-wrapper {
  font-family: "Noto Sans JP", noto-sans-cjk-jp, sans-serif;
  font-size: 13px;
  line-height: 1.69;
  margin-top: 29px;
}

#bvr-modal .bvr-modal-profile-ttl-en {
  font-weight: bold;
  margin: 0;
}

#bvr-modal .bvr-modal-profile-ttl-jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}

#bvr-modal .bvr-modal-profile-text-en {
  margin: 0;
  padding-top: 15px;
}

#bvr-modal .bvr-modal-profile-text-jp {
  letter-spacing: 0.04em;
  margin: 0;
  padding-top: 16px;
}

#bvr-modal .bvr-modal-profile-text-en a,
#bvr-modal .bvr-modal-profile-text-jp a {
  color: #EEB94D;
  text-decoration: underline;
}

#bvr-modal .bvr-modal-profile-text-en a:hover,
#bvr-modal .bvr-modal-profile-text-jp a:hover {
  opacity: 0.8;
}

#bvr-modal .bvr-modal-release-wrapper {
  font-family: "Noto Sans JP", noto-sans-cjk-jp, sans-serif;
  font-size: 13px;
  line-height: 1.69;
  margin-top: 29px;
}

#bvr-modal .bvr-modal-release-ttl {
  font-family: roboto, "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 5px;
}

#bvr-modal .bvr-modal-release-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (max-width: 768px) {
#bvr-modal .bvr-modal-release-area {
  justify-content: space-between;
}
}
#bvr-modal .bvr-modal-release-area a {
    margin-right: 35px;
}
#bvr-modal .bvr-modal-release-area a:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
#bvr-modal .bvr-modal-release-area a {
margin-right: 0px;
}
}
#bvr-modal .bvr-modal-release-area > a {
  color: #3E3B3A;
  text-decoration: none;
}

#bvr-modal .bvr-modal-release-area > a:hover {
  opacity: 0.9;
}

#bvr-modal .bvr-modal-album-wrapper {
  margin-bottom: 0;
}

#bvr-modal .bvr-modal-album {
  max-width: 184px;
  width: 100%;
}

#bvr-modal .bvr-modal-album img {
  display: block;
  width: 100%;
  height: auto;
}

#bvr-modal .bvr-modal-album-ttl {
  font-family: roboto, "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 0;
}

@media screen and (min-width: 769px) {
  #bvr-modal .bvr-modal-release-area > a:nth-child(n+6) {
    margin-top: 32px;
  }
}

/* Artist list trigger */
.artist_list .bvr-modal-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.artist_list .bvr-modal-trigger:focus-visible {
  outline: 2px solid #E5FF00;
  outline-offset: 2px;
}

@media screen and (max-width: 768px) {
  #bvr-modal .bvr-modal-dialog {
    height: 94%;
    margin: 5.4vw auto;
    max-height: none;
    padding: 20px;
    padding-bottom: 24px;
    width: 90%;
  }

  #bvr-modal .bvr-modal-close-top {
    background: #fff;
    height: 6.4vw;
    right: 2vw;
    top: 2vw;
    width: 6.4vw;
    z-index: 1;
  }

  #bvr-modal .bvr-modal-close-icon {
    bottom: 0;
    font-size: 5vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  #bvr-modal .bvr-modal-profile-detail {
    flex-direction: column;
  }

  #bvr-modal .bvr-modal-profile-pic {
    max-width: none;
    width: 100%;
  }

  #bvr-modal .bvr-modal-self-introduction-wrapper {
    margin-top: 22px;
  }

  #bvr-modal .bvr-modal-self-introduction {
    display: block;
    padding-left: 0;
    position: unset;
  }

  #bvr-modal .bvr-modal-name-en {
    font-size: 24px;
  }

  #bvr-modal .bvr-modal-name-jp {
    font-size: 14px;
  }

  #bvr-modal .bvr-modal-profile-linkarea {
    margin-top: 23px;
  }

  #bvr-modal .bvr-modal-icon {
    margin-right: 25px;
  }

  #bvr-modal .bvr-modal-textarea {
    margin-top: 38px;
  }

  #bvr-modal .bvr-modal-textarea-jp-wrapper,
  #bvr-modal .bvr-modal-release-wrapper {
    margin-top: 13px;
  }

  #bvr-modal .bvr-modal-profile-ttl-jp,
  #bvr-modal .bvr-modal-release-ttl {
    font-size: 13px;
  }

  #bvr-modal .bvr-modal-profile-text-jp {
    font-size: 12px;
    letter-spacing: unset;
    line-height: 1.6666;
    padding-top: 8px;
  }

  #bvr-modal .bvr-modal-profile-text-en {
    font-size: 14px;
    line-height: 1.42;
    padding-top: 7px;
  }

  #bvr-modal .bvr-modal-album {
    max-width: 37.4vw;
  }

  #bvr-modal .bvr-modal-album-wrapper {
    margin-bottom: 16px;
  }

  #bvr-modal .bvr-modal-album-ttl {
    font-size: 2.8vw;
  }

  #bvr-modal .bvr-modal-close-bottom {
    margin-top: 24px;
  }
}
