<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* --------------------------------------------------
 *  ã‚¢ãƒ¼ãƒ†ã‚£ã‚¹ãƒˆãƒšãƒ¼ã‚¸
 * -------------------------------------------------- */

#artist-page h2{
    color: #F7572A;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 60px;
}

#artist-page .artist-kv{
    background-color: #F7572A;
}

#artist-page .artist-header{
    background-color: #FFE401;
    padding-bottom: 80px;
}

#artist-page .artist-kv{
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

#artist-page .artist-profile .profile-photo{
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    height: 120px;
    width: 120px;
}

#artist-page .artist-profile .outline .profile-photo{
    margin-top:-60px;
}

#artist-page .artist-profile .rep-name,
#artist-page .artist-profile .position,
#artist-page .artist-profile .website{
    margin: 0;
}

#artist-page .artist-profile .org-name{
    color: #F7572A;
    font-size: 3rem;
}


#artist-page .artist-profile .org-name span{
    color: #333;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

#artist-page .artist-profile .website a{
    color: inherit
}

#artist-page ul.genre,
#artist-page ul.genre li,
#artist-page ul.website,
#artist-page ul.website li,
#artist-page ul.sns,
#artist-page ul.sns li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#artist-page ul.sns{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

#artist-page ul.sns li{
    margin-right: 10px;
    margin-bottom: 10px;
}

#artist-page ul.sns li:last-of-type{
    margin-right: 0
}

#artist-page .sns-icon{
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

#artist-page .sns-icon a{
    display: block;
    height: 100%;
    width: 100%;
}

#artist-page .icon-contact{ background-image: url(../img/artists/icon-contact.png);}
#artist-page .icon-instagram{ background-image: url(../img/artists/icon-instagram.png);}
#artist-page .icon-facebook{ background-image: url(../img/artists/icon-facebook.png);}
#artist-page .icon-youtube{ background-image: url(../img/artists/icon-youtube.png);}
#artist-page .icon-vimeo{ background-image: url(../img/artists/icon-vimeo.png);}
#artist-page .icon-soundcloud{ background-image: url(../img/artists/icon-soundcloud.png);}
#artist-page .icon-tumblr{ background-image: url(../img/artists/icon-tumblr.png);}
#artist-page .icon-pinterest{ background-image: url(../img/artists/icon-pinterest.png);}

#artist-page ul.genre li{
    background-color: #01A89E;
    border-radius: 5px;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

#artist-page ul.genre li a{
    display: block;
    padding: 5px 10px 6px;
}

#artist-page .message-wrapper{
    color: #333;
}

#artist-page .message-wrapper h3{
    border-bottom: 1px solid #F7572A; 
    padding-bottom: 15px;
    margin-bottom: 15px;    
}

#artist-page .message-wrapper article{
    display: flex;
    justify-content: space-between;
    position: relative
}

#artist-page .message-wrapper .profile-photo{
    background-position: center;
    background-size: cover;
    border-radius: 35px;
    height: 70px;
    width: 70px;
}

#artist-page .message-wrapper .message{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    width: calc(100% - 105px);
    word-break: break-word;
}

#artist-page .message-wrapper .message:after{
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 30px;
  left: -25px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 15px 0 15px;
  transform: rotate(90deg);
}

#artist-page .artist-works{
    background-color: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
}

#artist-page .works-image article{
    text-align: center;
    margin:0 auto 30px;
}

/*
#artist-page .works-image{
    display: flex;
    justify-content: space-evenly;
}

#artist-page .works-image article{
    width: 32.8%;
}
#artist-page .works-image article img{
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
}
#artist-page .works-image article a{
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
}
#artist-page .works-image article .image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

#artist-page .works-image article .image img{
    display: block;
    max-width: 100%;
}
*/

#artist-page .works-image article img{
    margin: 0 auto 10px;
    max-width: 100%;
}

#artist-page .works-image article .works-caption{
    font-size: 1.4rem;
}

#artist-page .works-image article .works-caption p{
    display: flex;
    text-align: left;
    justify-content: center;
    margin: 0 auto
}

#artist-page .works-emb{
    padding:10px;
}

#artist-page .works-emb article{
    text-align: center;
    padding: 30px 0;
}

#artist-page .works-emb article:last-of-type{
    padding-bottom: 0
}

#artist-page .works-emb article iframe{
    margin: auto!important;
    max-width: 100%;
}

#artist-page .artist-cv{
    padding-top: 80px;
    padding-bottom: 100px;
}

#artist-page .artist-cv .cv{
    margin: auto;
    width: 80%;
}

#artist-page .artist-cv .update{
    text-align: right;
    margin: 10px 0;
}

@media only screen and ( min-width: 1150px ){
    /* #artist-page .artist-profile{
        display: flex;
        justify-content: space-evenly
    } */

    #artist-page .artist-profile .org-name{
        margin-bottom: 0;
    }

    #artist-page .artist-profile .org-name img{
        vertical-align: sub;
    }

    #artist-page .artist-profile .outline{
        display: flex;
    }

    #artist-page .artist-profile .outline .outline-inner:last-child{
        width: 50%;
        padding-top: 100px;
        margin-left: auto;
    }

    #artist-page .message-wrapper{
        margin-top: 20px;
    }

    /* #artist-page .message-wrapper .message{
        width: 340px;
    } */
    #artist-page .works-image article{
        width: 800px;
    }
}

@media only screen and ( min-width: 769px ) and ( max-width: 1149px){
    #artist-page .artist-kv{
        height: 400px;
    }

    #artist-page .artist-profile .outline{
        position: relative;
        padding: 60px 0 10px 0;
    }

    #artist-page .artist-profile .outline .profile-photo{
        margin: 0;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #artist-page .artist-profile .message-wrapper .profile-photo{
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: 40px;
    }

    #artist-page .artist-profile .org-name,
    #artist-page .artist-profile .rep-name,
    #artist-page .artist-profile .position,
    #artist-page .artist-profile .website{
        text-align: center;
        margin: auto
    }

    #artist-page .artist-profile .org-name{
        margin-top: 10px;
    }

    #artist-page .artist-profile .rep-name{
        margin: 10px auto
    }

    #artist-page .artist-profile .sns{
        justify-content: center
    }
    
    #artist-page ul.genre{
        margin-bottom: 20px;
        justify-content: center;
    }

    #artist-page .message-wrapper { padding: 10px}
    
    #artist-page .message-wrapper h3{
        text-align: center
    }

    #artist-page .message-wrapper article{
        padding: 20px;
    }

    #artist-page .message-wrapper .message{
        flex: 1;
    }

    /*
    #artist-page .works-image{
        padding:10px;
    }*/
    #artist-page .works-image article{
        width: 80%;
    }
    
}
 
@media only screen and ( max-width: 768px ){
    #artist-page .artist-kv{
        height: 170px;
    }

    #artist-page h2{
        font-size: 2.5rem;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    
    #artist-page .artist-header{
        padding-bottom: 30px
    }

    #artist-page .artist-profile .outline{
        position: relative;
        padding: 60px 0 10px 0;
    }

    #artist-page .artist-profile .outline .profile-photo{
        margin: 0;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #artist-page .artist-profile .message-wrapper .profile-photo{
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: 30px;
    }
    
    #artist-page .artist-profile .org-name,
    #artist-page .artist-profile .rep-name,
    #artist-page .artist-profile .position,
    #artist-page .artist-profile .website{
        text-align: center;
        margin: auto
    }

    #artist-page .artist-profile .org-name{
        margin-top: 10px;
    }
    #artist-page .artist-profile .rep-name{
        margin: 10px auto
    }

    #artist-page .artist-profile .sns{
        justify-content: center
    }

    #artist-page ul.genre{
        margin-bottom: 20px;
        justify-content: center;
    }

    #artist-page .message-wrapper { padding: 10px}

    #artist-page .message-wrapper h3{
        text-align: center
    }

    #artist-page .message-wrapper article{
        padding: 10px;
    }
    #artist-page .message-wrapper .message{
        flex: 1;
        word-break: break-word;
    }

    #artist-page .artist-works{
        padding-bottom: 60px;
        padding-top: 10px;
    }

    /*
    #artist-page .works-image{
        flex-wrap: wrap;
        justify-content: center;
    }
    #artist-page .works-image article{
        margin: 10px 1px;
        width: 160px;
    }*/
    #artist-page .works-image article{
        width: 80%;
    }

    #artist-page .artist-cv{
        padding-top: 20px;
        padding-bottom: 60px;
    }

		#artist-page .icon-facebook {
			background-image: url(../img/artists/icon-facebook_sp.png);
			background-size: cover;
		}
    

}


@media only screen and ( max-width: 320px ){
    #artist-page ul.sns{
        margin: 20px auto;
        width: 80%;
    }
    #artist-page ul.sns li{
        margin-right: 20px;
    }
    #artist-page .works-emb iframe{
        min-width: auto!important;
    }
}</pre></body></html>