@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');

.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: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝",serif
}

#modal .modal-bg{
    background: #2e2e2e;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#modal .modal-contents{
    position: absolute;
    max-width: 960px;
    padding: 0px 60px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
}

.modal-main{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    height: 100%;
    background: #FFFFFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.ios .modal-main{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#detail{
    height: 100%;
}

#detail iframe{
  width: 100%;
  height: 100%;
}

#wrapper.interviewPage{
  background: #FFF;
  border: none;
}
#detail .modal_inner .comment_modal{
	padding-bottom: 20px;
}
#detail .modal_inner .ln_modal:last-child{
	padding-bottom: 30px;
}
#detail .modal_inner .modal_title{
    width: 67.13%;
    text-align: left;
    padding-bottom: 20px;
}
#detail .modal_inner{
    line-height: 25px;
    font-size: 13px;
}
#detail .modal_inner p{
    line-height: 25px;
    padding-bottom: 15px;
    font-size: 13px;
}

/*comment*/
#detail .modal_inner .artist-image{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#detail .modal_inner .comment_modal p.name{
    padding-bottom: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #84c2cc;
    text-align: center;
    padding-bottom: 20px;
}

.modal-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
}

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

@media screen and (max-width: 1060px){
  .modal-close{
    right: 10px;
  }
}

@media screen and (max-width: 768px){
	#detail .modal_inner .artist-image{
		width: 70%;
	}
}

@media screen and (max-width: 640px){
    
    #modal .modal-contents{
        top: 60px;
        bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .modal-close{
        top:  -45px;
        right: 10px;
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 480px){
    .modal-main{
        padding: 30px;
    }
    #detail .modal_inner .modal_title{
        width: 100%;
    }
    #detail .modal_inner .comment_modal p.name{
	    font-size: 18px;
    }
    #detail .modal_inner .comment_modal p.name span{
	    font-size: 12px;
    }
    #detail .modal_inner .comment_modal:last-child{
	    padding-bottom: 15px;
    }
}