﻿@charset "UTF-8";
/*---------------------------------------------------
topConts
---------------------------------------------------*/

#contsArea{
    margin: 80px auto 0;
}
div.topConts {
    position: relative;
    padding: 0;
    background: #ffffff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

div.topConts h1{
    line-height: 1;
    margin: 0 auto 20px;
}

div.contsArea {
    margin: 0 auto;
}

.contsBlk{
    width: 90%;
    margin: 0 auto 0px;
}
*:focus { outline:none; }

.VolDate{
    margin: 5px 0 0;
}
.snsSet{
    margin: 0 auto 40px;
}
.snsSet svg{
    width: 2em;
    height: 2em;;
}

.columnBlk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.clearfix {
    min-height: 1px;
    height: auto;
    overflow: hidden;
}


#directorWebsite a:hover, #directorProfile a:hover,
#artistWebsite a:hover, #artistProfile a:hover{
    color:#000;
}

#artist_tagset{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto 40px;

}

#artist_taglist{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto 30px;
    width: 90%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
}
#artist_taglist li{
    display: inline-block;
    margin: 0 1em;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#artist_taglist li.active_category{
    border-bottom: 2px solid #000;
}

.otherLinkBlk{
    margin: 0 auto 20px;
}
.otherLinkBlk ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 0 0 auto;
}
.otherLinkBlk ul li:not(:first-of-type){
    margin: 0 0 0 1em;
}
.otherLinkBlk ul li a{
    padding: .1em .8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    color: #fff;
}
.inner_load{
    position: fixed;
    width: 954px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}

.inner_load img{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:44%;
    margin:auto;
}

/*modal**/

/*
.cboxPhoto{
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
*/
/*
#cboxLoadedContent{
padding: 30px;
    margin: 0 auto;
}
*/
.cboxPhoto{
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

#cboxPrevious,#cboxNext,#cboxClose{
    border: none;
    top: 50%;
}

#cboxClose{
    position: absolute;
    top: 5%;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
}
#cboxClose::before,#cboxClose::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cboxClose::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

#cboxPrevious::before,#cboxNext::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}
#cboxPrevious::before{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

#cboxNext::before{
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
-webkit-transform: translate(0, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 641px) {
    #contsArea{
    }
    div.topConts h1{
        margin: 0 auto 20px;
    }
    .contsBlk{
        width: 90%;
        margin: 0 auto 0px;
    }
    .snsSet{
        margin: 0 auto 40px;
    }
    .snsSet svg{
        width: 2em;
        height: 2em;;
    }

    .columnBlk {
        width: 100%;
    }

}

@media screen and (min-width: 961px) {
    #artist_tagset{
        margin: 0 auto 40px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    #artist_taglist{
        width: auto;
        margin: 0;
    }
    #artist_taglist li{
        margin: 0 1em;
        letter-spacing: 0.5px;
    }

    .otherLinkBlk{
        position: absolute;
        right: 0;
        top: 0;
    }
    .otherLinkBlk ul{
        display: -webkit-box;
        margin: 0 0 0 auto;
    }
    .otherLinkBlk ul li:not(:first-of-type){
        margin: 0 0 0 1em;
    }
    .otherLinkBlk ul li a{
        padding: .1em .8em;
    }

}

@media screen and (min-width: 1205px) {
    #contsArea{
        margin: 120px auto 0;
    }
    #artist_taglist{
        margin: 0 auto;
    }

}


.imglist .mix,
.imglist .gap {
    display:inline-block;
}


.imglist .mix{
    letter-spacing: normal;
    display: none;
}

.imglist .loading{
    background-image: url('./images/preloader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.imglist .hidden{
    display: none !important;
}

.imglist{
    margin: 0 auto;
}

.img-holder {
    width:300px !important;
    /*height:auto !important;*/
    margin: 0 10px 40px;
    padding: 0;
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
}

.img-holder figcaption{
    text-align: left;
}
.img-holder.movie{
    height: 170px !important;
}
.img-holder a:nth-child(3n) {
}
.img-holder a img{
    width:100%;
    height: auto;
}
#artist_loadingBox{
    padding: 50px 0;
    width: 956px;
    text-align: center;
    overflow: hidden;
}
#artist_loadingBox > img{
    margin: 0 auto;
    width: 29px;
    height: 29px;
}




.columnBlk:not(:last-of-type) {
    margin: 0 auto 60px;
}
.imgBlk {
    width: 100%;
    margin: 0 auto;
}

.txtBlk {
    margin: 2.5% auto 0;
    width: 100%;
}

.txtBlk h2 {
    line-height: 1.2;
    margin: 0 auto 2.5%;
}
.txtBlk h2:last-child,
.sRead{
    margin: 0 auto 4%;
}


@media screen and (min-width: 641px) {
    .mainTtl {
        margin: 30px auto 120px;
    }
    .mainTtl h1 {
        line-height: 1.5;
        letter-spacing: .4em;
    }

    .mainTtl h1 span {
        line-height: 1;
        letter-spacing: .2em;
    }
}


@media screen and ( min-width:961px) {
}

