@charset "utf-8";
/* CSS Document */

#staff {
    color: #fff;
    padding: 135px 0 0 3%;
    text-align: center;
    margin-top: 60px;
    background: rgba(1, 1, 1, 0.5) none repeat scroll 0 0;
}

#staff #list ul li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0.5%;
    border: 1px solid #333;
    /*background: rgba(1, 1, 1, 0.5);*/
    vertical-align: top;
    width: 99%;
}

#staff li img {
    width: 100%;
}

#staff #list li .ph {
    width: 70%;
    float: left;
    max-height: 300px;
}

#staff #list li:nth-child(2n) .ph {
    float: right;
}

#staff #list li article {
    width: 26%;
    float: right;
    padding: 2%;
    color: #fff;
}

#staff #list li:nth-child(2n) article {
    float: left;
}

#staff #list li article h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
}

#staff #list li article h3 span {
    font-size: 0.8rem;
    display: block;
    color: #ccc;
}

#staff #list li article h4 {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 10px;
}

#staff #list li article h4 span {
    display: block;
}

#staff #list li article .msg {
    margin-top: 15px;
    /*text-align: left;*/
    text-align: center;
}

@media screen and (max-width: 980px) {
    #staff #list li article h3 {
        font-size: 1.4rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    #staff {
        margin-top: 0px;
        padding: 8% 0 3%;
    }
    #staff #list li article h3 {
        font-size: 1.1rem;
    }
    #staff #list li article h3 span {
        font-size: 0.7rem;
    }
    #staff #list li article h4 span {
        font-size: 0.8rem;
    }
    #staff #list li article .msg {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    #staff #list li .ph {
        max-height: 150px;
    }
}

@media screen and (max-width: 480px) {
    /*  #staff #list ul li{
    width:100%;
    float:none;
  }
*/
}

/******************************
	detail
*******************************/

#staff_detail .inner {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    color: #fff;
    padding: 3% 2%;
}

#staff_detail {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    width: 100%;
    height: 3200px;
}

#staff_detail .backBtn {
    left: -60px;
}

#staff_detail .profile {
    width: 50%;
}

#staff_detail .profile>div h3 span {
    color: #c3a269;
    font-size: 1rem;
    display: block;
}

#staff_detail .profile>div h3 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.3;
}

#staff_detail .profile>div .profileCount {
    overflow: hidden;
    padding: 0 0 10px;
}

#staff_detail .profile>div .profileCount .accessCount {
    /*float: left;*/
    text-align: left;
    width: 100%;
}

#staff_detail .profile>div .profileCount .accessCount dt {
    border: 1px solid #999;
    color: #fff;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: 10em;
}

#staff_detail .profile>div .profileCount .accessCount dd {
    display: table-cell;
    padding: 3px 0 3px 10px;
}

/*
#staff_detail .profile > div .profileCount .accessCount dd li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width:33.333%;
    float:left;
}*/

#staff_detail .profile>div .profileCount .accessCount dd span strong {
    color: #fff;
    font-weight: normal;
    margin: 0 0 0 4px;
}

#staff_detail .profile>div .profileCount .accessCount dd span:after {
    color: #7e7e7e;
    content: "/";
    margin: 0 0 0 5px;
}

#staff_detail .profile>div .profileCount .accessCount dd span:last-child::after {
    content: none;
}

#staff_detail .profile>div .profileCount .monthCount {
    display: none;
    /*float: right;*/
    width: 100%;
    text-align: left;
}

#staff_detail .profile>div .profileCount .monthCount dt {
    color: #fff;
    float: left;
    font-size: 1rem;
    width: 30%;
}

#staff_detail .profile>div .profileCount .monthCount dd {
    color: #fff;
    float: right;
    width: 70%;
}

#staff_detail .profile>div .profileRank {
    border-top: 1px dotted #999;
    padding: 10px 0;
    overflow: hidden;
}

#staff_detail .profile>div .profileRank dl {
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    margin: 0;
    padding: 3px 0;
}

#staff_detail .profile>div .profileRank dl dt {
    border: 1px solid #999;
    color: #fff;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: 11em;
}

#staff_detail .profile>div .profileRank dl dd {
    display: table-cell;
    padding: 3px 0 3px 10px;
}

/*#staff_detail .profile > div .profileRank dl dd li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}*/

#staff_detail .profile>div .profileRank dl dd span strong {
    color: #fff;
    font-weight: normal;
    margin: 0 0 0 4px;
}

#staff_detail .profile>div .profileRank dl dd span::after {
    color: #7e7e7e;
    content: "/ ";
    margin: 0 0 0 5px;
}

#staff_detail .profile>div .profileRank dl dd span:last-child::after {
    content: none;
}

#staff_detail .profile>div .staffDeta {
    border-top: 1px dotted #999;
    padding: 10px 0;
}

#staff_detail .profile>div .staffDeta dl {
    margin: 5px 0 0;
    font-size: 0.9rem;
}

#staff_detail .profile>div .staffDeta dl dt {
    border: 1px solid #999;
    color: #fff;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: 10em;
}

#staff_detail .profile>div .staffDeta dl dd {
    color: #fff;
    display: table-cell;
    font-size: 14px;
    padding: 3px 0 3px 10px;
    text-align: left;
}

#staff_detail .profile>div .staffDeta dl dd a {
    color: #9b59b6;
}

.profile .layout01 p.prof_insta {
    background: rgba(0, 0, 0, 0) url("/img/instagram_logo.png") no-repeat center center;
    margin: 0;
    padding: 10px 0 0;
    text-indent: -9999px;
}

#staff_detail .bottom {
    margin: 20px 0 0;
    overflow: hidden;
    width: 50%;
}

#staff_detail .thumbnail {
    font-size: 0;
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 11;
}

#staff_detail .thumbnail li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 0 10px 0;
    width: 60px;
}

/*#staff_detail .thumbnail li:nth-of-type(3n+1) {
    margin: 0 0 10px;
}*/

#staff_detail .thumbnail li[data-viewer_fade] img {
    opacity: 0.6;
    width: 60px;
}

#staff_detail .thumbnail li[data-viewer_fade]:hover {
    cursor: pointer;
}

#staff_detail .thumbnail li[data-viewer_fade]:hover img {
    opacity: 1;
}

#staff_detail .thumbnail li.active img {
    opacity: 1;
}

#staff_detail .thumbnail li.active:hover {
    cursor: default;
}

#staff_detail .thumbnail li img {
    width: 66px;
}

#staff_detail #viewer {
    display: inline-block;
    margin: 0 0 0 25px;
    vertical-align: top;
    width: 220px;
}

#staff_detail #viewer .mainImg {
    display: block;
}

#staff_detail #viewer .mainImg li {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
    opacity: 0;
}

#staff_detail #viewer .mainImg li img {
    cursor: pointer;
    height: auto;
    margin: 0 auto;
}

#staff_detail .twitter {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 310px;
    max-width: 280px;
}

#staff_detail .twitter .inner {
    height: 310px;
    position: relative;
}

#staff_detail .twitter p {
    color: #999;
    margin: -14px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
}

#staff_detail .leftBox {
    float: left;
    min-height: 330px;
    width: 49%;
    margin-right: 1%;
}

#staff_detail .rightBox {
    float: right;
    min-height: 330px;
    position: relative;
    width: 49%;
    margin-left: 1%;
}

#staff_detail .rightBox .blogLink {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #666 inset;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}

#staff_detail .rightBox .blogLink:hover {
    box-shadow: 0 0 0 1px #830c95 inset;
}

#staff_detail .rightBox .detailMovie {}

#staff_detail .rightBox .detailMovie .inner {
    font-size: 0;
    padding: 3%;
}

#staff_detail .rightBox .detailMovie .inner .layout01 {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#staff_detail .rightBox .detailMovie .inner .layout01 h4 {
    border-bottom: 1px dotted #666;
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0 0 8px;
    text-align: center;
    line-height: 1.4;
}

#staff_detail .rightBox .detailMovie .inner .layout01 h4 span {
    display: block;
    font-size: 0.7rem;
}

/*#staff_detail .rightBox .detailMovie .inner .layout01 .movieComment time {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 0 5px;
}
#staff_detail .rightBox .detailMovie .inner .layout01 .movieComment p {
    border-top: 1px dotted #333;
    color: #fff;
    font-size: 0.9rem;
    padding: 10px 0 ;
}*/

#staff_detail .rightBox .detailMovie .inner .postMovie {
    display: inline-block;
    max-width: 280px;
    width: 100%;
}

#staff_detail .rightBox .detailMovie .inner .postMovie iframe {
    width: 100%;
    height: 200px;
}

#staff_detail .rightBox .detailMovie .inner .postMovie video {
    height: 150px;
    max-width: 100%;
    width: 100%;
}

#staff_detail .detailBlog {
    width: 50%;
}

#staff_detail .detailBlog h4 {
    border-bottom: 1px dotted #666;
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
    line-height: 1.4;
}

#staff_detail .detailBlog h4 span {
    font-size: 0.7rem;
    display: block;
}

#staff_detail .detailBlog .blogArticle {
    padding: 1% 2%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 96%;
    text-align: left;
    color: #fff;
    display: block;
}

#staff_detail .detailBlog .blogArticle dt {
    /*display: inline-block;*/
    font-size: 0.8rem;
    vertical-align: middle;
    width: 35%;
    text-align: left;
    float: left;
}

#staff_detail .detailBlog .blogArticle dd {
    /*display: inline-block;*/
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 65%;
    margin-left: 35%;
}

#staff_detail .detailBlog a {
    text-decoration: none;
}

#staff_detail .detailBlog a .blogArticle {
    color: #fff;
    transition: all 0.3s ease 0s;
}

#staff_detail .detailBlog a:hover .blogArticle {
    background-color: #222;
}

#staff_detail .btnPrev {
    left: 0;
    position: absolute;
    top: 30%;
}

#staff_detail .btnNext {
    position: absolute;
    right: 0;
    top: 30%;
}

@media screen and (max-width: 768px) {
    #staff_detail {
        height: auto;
    }
    #staff_detail .profile {
        width: 100%;
    }
    #staff .slick-dots li {
        width: auto;
        float: none;
    }
    #staff_detail #viewer {
        display: none;
    }
    #staff_detail .profile>div h3 {
        font-size: 1.8rem;
    }
    #staff_detail .profile>div .profileCount .accessCount dt,
    #staff_detail .profile>div .profileCount .monthCount dt,
    #staff_detail .profile>div .profileCount .accessCount dd,
    #staff_detail .profile>div .profileCount .monthCount dd,
    #staff_detail .profile>div .profileRank dl dt,
    #staff_detail .profile>div .profileRank dl dd {
        font-size: 0.8rem;
    }
    #staff_detail .profile>div .staffDeta dl {
        margin: 2px 0 0;
        font-size: 0.8rem;
    }
    #staff_detail .profile>div .staffDeta dl dd {
        padding: 3px 0 3px 10px;
    }
    #staff_detail .profile>div .staffDeta dl dt {
        width: 7em;
    }
    #staff_detail .detailBlog,
    #staff_detail .bottom {
        width: 100%;
    }
    #staff_detail .leftBox {
        float: none;
        margin-right: 0%;
        width: 100%;
    }
    #staff_detail .rightBox {
        float: none;
        margin-left: 0%;
        width: 100%;
    }
    #staff_detail .profile .instawidget {
        width: auto;
        max-height: auto;
        overflow-x: auto;
        overflow-y: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #staff_detail {
        height: auto;
    }

    #staff_detail .detailBlog .blogArticle dt {
        width: 100%;
        float: none;
        font-size: 0.7rem;
    }
    #staff_detail .detailBlog .blogArticle dd {
        width: 100%;
        margin-left: 0%;
    }
}