@charset "utf-8";

html,
body{
  overflow-y: scroll;
}

.modal-link:hover{
  cursor: pointer;
  opacity: 0.8;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  height: 95vh;
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  width: 80%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close_btn-info {
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .modal-content {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  .modal {
    overflow: auto;
  }
}


body {
  padding: 0;
  margin: 0;
}
.pop-artist-info {
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
}
.fs-36 {
  font-size: 36px;
}
.artist-info_cmt {
  max-width: 950px;
  padding: 0 15px 30px;
  margin: auto;
  font-size: 24px;
  height: 91vh;
  overflow-y: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.artist-info_cmt::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.info-item {
  padding: 20px 0 0 0;
  position: relative;
}
.close_btn-info {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 2;
}
.img-info {
  text-align: center;
  width: 400px;
  height: 400px;
  margin: 0 auto;
  background: url(/image/popup/modal_bg.png) no-repeat bottom right;
  background-size: 365px;
}
.img-info .modal_artist_img1 {
  width: 365px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.name-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.name-info p {
  padding: 0 30px 0 0;
  margin: 0;
  line-height: 2;
}
.name-info p span {
align-self: center;
}
.name-info div a, .name-info div a {
  padding: 0 10px;
}
.name-info div img {
  height: 35px;
  width: 35px;
}
.name-info div .icon-twitter,
.name-info div .icon-twitter-hover {
  width: 42px;
  height: 35px;
}
.name-info div {
  display: flex;
}
.instr-hover,
.icon-twitter-hover
{
  display: none;
}
.name-info div a:hover .instr-hover, 
.name-info div a:hover .icon-home-hover,
.name-info div a:hover .icon-twitter-hover {
  display: block;
}
.name-info div a:hover .instr, 
.name-info div a:hover .icon-home,
.name-info div a:hover .icon-twitter {
  display: none;
}
.name-info div a {
  height: 35px;
}
.icon-home-hover {
  display: none;
}
.text-info {
font-size: 20px;
}

@media only screen and (max-width: 1099.9px){
  html,
  body{
    overflow-y: visible;
  }
  .artist-info_cmt{
    height: 100vh;
    padding: 0;
  }
  .img-info {
    width: 92vw;
    height: 92vw;
    background-size: 83vw;
  }
  .img-info .modal_artist_img1 {
    width: 83vw;
    max-width: 100%;
  }
  .info-item {
      padding:15.667vw 0 0 0;
  }
  .close_btn-info {
      height: 8.533vw;
      width: 8.533vw;
      top: 4vw;
      right: 2.133vw;
  }
  .name-info {
      flex-direction: column;
      padding-left: 0;
      margin: 8vw 0 8vw 0;
  }
  .name-info p {
      padding: 0;
      font-size: 6.4vw;
  }
  .text-info {
      padding: 0 6vw 8vw;
      font-size: 3.733vw;
  }
  .name-info div {
      margin-top: 2.667vw;
  }
  .name-info div img {
    height: 9.333vw;
    width: 9.333vw;
  }
  .name-info div .icon-twitter,
  .name-info div .icon-twitter-hover {
    width: 11.2vw;
    height: 9.333vw;
  }
  .name-info div a {
    height: auto;
  }
}


/*---------------------------------
art modal
---------------------------------*/
.art-modal{
    max-height: 90vh;
    margin: 0 auto;
    max-width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.close_btn-info-art {
    position: absolute;
    top: 0px;
    right: -80px;
    z-index: 2;
}

.close_btn-info-art:hover {
    cursor: pointer;
    opacity: 0.8;
}

.modal_art_img{
  max-width: 100%;
  max-height: 90vh;
}

.h100per{
  max-height: 100%;
}

@media only screen and (max-width: 1099.9px){
  .art-modal{
      width:90%;
      max-width: 90%;
  }

  .close_btn-info-art {
      top: -12vw;
      right: 0;
      width: 10vw;
      height: 10vw;
  }
}