@charset "utf-8";

.btn-modal,
.btn-shoes{
    text-decoration: none;
    color: inherit;
    display: block;
    height: auto;
}
.btn-modal:hover{
    opacity: 0.75;
}
html.modal-on,
html.modal-on body{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
#modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1001;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#modal .modal-bg{
    background: #646464;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal .modal-contents{
    position: absolute;
    max-width: 762px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    top: 60px;
    right: 0;
    bottom: 30px;
    left: 0;
    color: #FFF;
}
.modal-main{
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #FFF;
    height: 100%;
    padding: 70px;
    background: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.ios .modal-main{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-main .detail{
  text-align: left;
}
.modal-main .detail .profile{
  overflow: hidden;
}
.modal-main .detail .modal-profile .prof-photo{
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 55px;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list{
  margin: 5px -5px;
  overflow: hidden;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li{
  overflow: hidden;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li span{
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFF;
  opacity: 0.8;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li span.active,
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li span:hover{
  opacity: 1;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li span img{
  display: block;
  position: absolute;
  width: 100%;
  top: -10%;
  left: 0;
}
.modal-main .detail .modal-profile .prof-photo .prof-photo-list li.normal span img{
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.modal-main .detail .modal-profile .prof-text{
  margin-left: 50%;
}
.modal-main .detail .modal-profile .prof-text h2{
  font-size: 22px;
}
.modal-main .detail .modal-profile .prof-text h2 span{
  display: inline-block;
  font-size: 70%;
}
.modal-main .detail .modal-profile .prof-text p.kana{
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #7a7a7a;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.modal-main .detail .modal-profile .prof-text dl{
  margin: 30px 0 0;
  text-align: left;
}
.modal-main .detail .modal-profile .prof-text dl:after{
  content: "";
  display: block;
}
.modal-main .detail .modal-profile .prof-text dl dt,
.modal-main .detail .modal-profile .prof-text dl dd{
  font-size: 14px;
  line-height: 2em;
}
.modal-main .detail .modal-profile .prof-text dl dt{
  font-weight: bold;
  width: 6em;
  float: left;
}
.modal-main .detail .modal-profile .prof-text dl dt span{
  font-size: 85%;
  margin-top: -5px;
  display: block;
  text-indent: -0.6em;
}
.modal-main .detail .modal-profile .prof-text dl dd{
  margin-left: 6em;
}
.modal-main .detail .modal-profile .prof-text dl dt.creative{
  width: 11em;
}
.modal-main .detail .modal-profile .prof-text dl dd.creative{
  margin-left: 11em;
}
.modal-main .detail .modal-profile .prof-text dl dt.gijipro{
  width: 8em;
}
.modal-main .detail .modal-profile .prof-text dl dd.gijipro{
  margin-left: 8em;
}

.modal-main .detail .modal-profile .prof-text h3{
  margin-top: 3em;
  line-height: 2em;
  font-size: 14px;
  border-bottom: 1px solid #FFF;
}
.modal-main .detail .modal-profile .prof-text dl.stage{
  margin-top: 0;
  margin-bottom: 30px;
}
.modal-main .detail .message{
    padding-top: 28px;
}
.modal-main .detail .movie_item{
  clear: both;
  margin: 50px 0 20px;
}
.modal-main .detail .movie_item h3{
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.modal-main .detail .movie_item .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.modal-main .detail .movie_item .movie_wrapper iframe{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}
.modal-main .detail .credit{
  font-size: 12px;
}
.modal-main .detail .contact{
  margin-top: 15px;
}
.modal-main .detail .contact p,
.modal-main .detail .contact a{
  line-height: 1.6em;
  display: block;
}

.modal-main .detail .trainee-sns{
  display: flex;
  margin: 20px auto;
  column-gap: 12px;
}
.modal-main .detail .trainee-sns .sns-item{
  width: 1.6em;
}
.modal-main .detail .trainee-sns .sns-item a{
  display: block;
}

.modal-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 20px;
}
.modal-close span{
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.modal-close:before,
.modal-close:after{
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  width: 34px;
  height: 1px;
  top: 50%;
  background: #FFF;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
}
.modal-close:after{
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
}

.modal-close img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1060px){
}
@media screen and (max-width: 768px){
  .modal-main .detail .modal-profile .prof-photo{
    padding-right: 25px;
  }
}

@media screen and (max-width: 640px){
    
    #modal .modal-contents{
        top: 30px;
        bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal-main{
      padding: 35px 25px;
    }
  .modal-main .detail .modal-profile .prof-photo{
    width: auto;
    float: none;
  }
  .modal-main .detail .modal-profile .prof-text{
    margin-left: 0;
    margin-top: 20px;
  }
  .modal-main .detail .modal-profile .prof-text h2{
    font-size: 18px;
  }
  .modal-main .detail .modal-profile .prof-text p.kana{
    margin-top: 7px;
  }
  .modal-main .detail .modal-profile .prof-text dl{
    margin: 15px 0;
  }
  .modal-main .detail .modal-profile .prof-text dl dt{
    font-size: 12px;
  }
  .modal-main .detail .message{
    padding-top: 0;
  }
  .modal-main .detail .movie_item{
    margin: 30px 0 10px;
  }
    .modal-close{
      right: 10px;
      top: 0px;
    }
}

@media screen and (max-width: 480px){

    .interviewText  h2{
      font-size: 14px;
      padding: 30px 15px;
      line-height: 1.8em;
    }
    .interviewText  .text{
      padding-left: 10px;
      padding-right: 10px;
    }
    .interviewText p.int{
      font-size: 13px;
      margin-bottom: 1em;
    }
    .interviewText  p{
        font-size: 12px;
    }
    .modal-main .detail .credit{
      font-size: 11px;
    }


}