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

#gravure {
    color: #fff;
    padding: 4% 0 5%;
    text-align: center;
    background: rgba(1, 1, 1, 0.5) none repeat scroll 0 0;
}
#gravure ul li{
  width:50%;
  float:left;
  overflow: hidden;
  position: relative;
}
#gravure li img {
    width: 100%;
}
#gravure li figcaption{
	position:absolute;
	bottom:0;
	left:0;
	padding:2% 1%;
	background: rgba(1,1,1,0.7);
  width:98%;
}
#gravure li figcaption h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}
#gravure li figcaption h3 span{
	font-size:0.8rem;
	display:block;
  color:#ccc;
}

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

}

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


}

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

  #gravure ul li{
    width:100%;
    float:none;
  }

}


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


#gravure_detail ul {
    display: block;
    list-style-type: none;
    overflow:visible;
}


/*** slide JS ***/

#ud-slide {
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #000;
}

#ud-slide .view {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

#ud-slide .view li {
    line-height: 0px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#ud-slide .view ul {
    height: 100%;
}

#ud-slide .view li img {
    opacity: 0.2;
    width: 100%;
}

#ud-slide .view li.current img {
    opacity: 1;
    /*-webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;*/
}

#ud-slide .view .shop {
    display: block;
    position: fixed;
    left: 20px;
    bottom: -100px;
    color: #fff;
    font-size: 12px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}

#ud-slide .view li.current .shop {
    bottom: 20px;
  /*  -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;*/
}

#ud-slide .view .staff {
    display: block;
    position: fixed;
    opacity: 0;
    left: -200px;
    bottom: 40px;
    color: #eee;
    font-size:20px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
}

#ud-slide .view li.current .staff {
    opacity: 1;
    left: 20px;
  /*  -webkit-transition: all 0.4s ease-in-out 0.6s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.6s;
    -ms-transition: all 0.4s ease-in-out 0.6s;
    transition: all 0.4s ease-in-out 0.6;*/
}

#ud-slide .prev,
#ud-slide .next,
#ud-slide .full,
#ud-slide .thum,
#ud-slide .subs {
    position: absolute;
    opacity: 0.8;
    bottom: 20px;
    width: 50px;/*36px*/
    height: 50px;/*36px*/
    /*border: solid 1px rgba(255, 255, 255, 1.0);*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0.8);
}

#ud-slide .prev {
    right: 60px;
    background-image: url('/img/icon_down.png');
}

#ud-slide .next {
    right: 10px;
    background-image: url('/img/icon_up.png');
}

#ud-slide .full {
    right: 110px;
    background-image: url('/img/icon_full.png');
}

#ud-slide .thum {
    right: 160px;
    background-image: url('/img/icon_thum.png');
}

#ud-slide .on {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#ud-slide .stat {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    color: #bbb;
    font-size: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-align: right;
    word-wrap: normal;
    display: none;
}

#ud-slide .album {
    display: none;
    position: fixed;
    top: 50px;
    bottom: 70px;
    right: 10px;
    width: 200px;/*15%;*/
    max-width: 250px;
    /*min-width: 180px;*/
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.1);
}

#ud-slide .album .album-view {
    position: absolute;
    overflow: hidden;
    top: 24px;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}

#ud-slide .album .album-prev,
#ud-slide .album .album-next {
    cursor: pointer;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
}

#ud-slide .album .album-prev:hover,
#ud-slide .album .album-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#ud-slide .album .album-prev {
    top: 0;
    /*border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);*/
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
    background-image: url('/img/icon_up.png');
}

#ud-slide .album .album-next {
    bottom: 0;
    /*border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);*/
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
    background-image: url('/img/icon_down.png');
}

#ud-slide .album .album-view li {
    position: relative;
    padding: 14px 2px;
    /*border-bottom: solid 1px rgba(255, 255, 255, 0.1);*/
}

#ud-slide .album .album-view img {
    cursor: pointer;
    opacity: 0.8;
    width: 100%;
    border-radius: 0px;
    vertical-align: bottom;
}

#ud-slide .album .album-view img:hover {
    opacity: 1;
    transform: scale(1.04);
    box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out 0s;
}

#ud-slide .album .album-view .select img {
    opacity: 1;
    /*border: solid 1px rgba(255, 255, 255, 0.7);*/
}

#ud-slide .subs-view {
    overflow-y: auto;
    display: none;
    z-index: 100;
    position: fixed;
    width: 350px;
    bottom: 70px;
    top: 40px;
    left: 20px;
    padding: 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.6);
}

#ud-slide .subs-view:before {
    content: 'Cast';
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    color: #999;
    font-size: 16px;
}

#ud-slide .subs-view li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#ud-slide .subs-view li:after {
    content: '';
    display: block;
    clear: both;
}

#ud-slide .subs-view li img {
    float: left;
    padding-right: 15px;
}

#ud-slide .subs-view li * {}

#ud-slide .subs-view li .shop {
    margin-bottom: 10px;
    padding-top: 5px;
    color: #ccc;
    font-size: 12px;
    line-height: 150%;
}

#ud-slide .subs-view li .post {
    color: #bbb;
    font-size: 10px;
    line-height: 150%;
}

#ud-slide .subs-view li .staff {
    color: #eee;
    font-size: 16px;
    line-height: 100%;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#ud-slide .proflink {
    position: absolute;
    bottom: 20px;
    width: 36px;
    height: 36px;
    border: solid 1px rgba(255, 255, 255, 1.0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    right: 195px;
    background-image: url('/img/icon_prof.png');
}

#ud-slide .proflink a {
    display: block;
    width: 100%;
    text-indent: -9999px;
}

@media screen and (max-width: 768px) {
    #ud-slide .view .shop {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100px;
        height: 24px;
        margin: auto;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
    }
    #ud-slide .view .staff {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: -100px;
        height: 40px;
        margin: auto;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-shadow: -1px -1px 1px rgba(0, 0, 0, 1);
    }
    #ud-slide .view li.current .staff {
        bottom: 10px;
        left:0;
      /*  -webkit-transition: all 0.4s ease-in-out 0.2s;
        -moz-transition: all 0.4s ease-in-out 0.2s;
        -o-transition: all 0.4s ease-in-out 0.2s;
        -ms-transition: all 0.4s ease-in-out 0.2s;
        transition: all 0.4s ease-in-out 0.2s;*/
    }
    #ud-slide .view li.current .shop{
      bottom:5px;
    }


    #ud-slide .full {
        display: none;
    }
    #ud-slide .prev,
    #ud-slide .next,
    #ud-slide .thum,
    #ud-slide .subs {
        position: absolute;
        opacity: 0.2;
        width: 50px;
        height: 50px;
        /*border: solid 1px rgba(255, 255, 255, 1.0);*/
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #ud-slide .prev {
        bottom: 10px;
        right: 10px;
        background-image: url('/img/icon_down.png');
    }
    #ud-slide .next {
        bottom: 60px;
        right: 10px;
        background-image: url('/img/icon_up.png');
    }
    #ud-slide .thum {
        top: 10px;
        left: 10px;
        background-image: url('/img/icon_thum.png');
    }
    #ud-slide .subs {
        top: 10px;
        left: 88px;
        background-image: url('../images/subs.png');
    }
    #ud-slide .on {
        cursor: pointer;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
    #ud-slide .stat {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #bbb;
        font-size: 12px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        text-align: right;
        word-wrap: normal;
    }
    #ud-slide .album {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 50px;
        right: 0;
        width: 25%;
        max-width: 130px;
        /*border: solid 1px rgba(255, 255, 255, 0.2);*/
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.1);
    }
    #ud-slide .album .album-view {
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 4px;
    }
    #ud-slide .album .album-prev,
    #ud-slide .album .album-next {
        display: none;
    }
    #ud-slide .album .album-view li {
        position: relative;
        padding: 2px 2px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: left;
        /*border-bottom: solid 1px rgba(255, 255, 255, 0.1);*/
    }
    #ud-slide .album .album-view img {
        cursor: pointer;
        opacity: 0.8;
        width: 100%;
        /*border: solid 1px rgba(255, 255, 255, 0.2);*/
        vertical-align: bottom;
    }
    #ud-slide .album .album-view .select img {
        opacity: 1;
        /*border: solid 1px rgba(255, 255, 255, 0.9);*/
    }
    #ud-slide .subs-view {
        display: none;
        z-index: 100;
        position: fixed;
        width: 50%;
        min-width: 260px;
        top: 50px;
        bottom: 50px;
        left: 10px;
        border: solid 1px rgba(255, 255, 255, 0.2);
        background-color: rgba(0, 0, 0, 0.6);
    }
    #ud-slide .subs-view:before {
        content: 'Cast';
        display: block;
        padding: 10px 20px;
        margin: 0 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        color: #999;
        font-size: 14px;
    }
    #ud-slide .subs-view .subs-view-spc {
        overflow-y: auto;
        position: absolute;
        width: 100%;
        top: 46px;
        bottom: 0;
        padding: 20px;
    }
    #ud-slide .subs-view .close {
        cursor: pointer;
        z-index: 2;
        position: absolute;
        top: 10px;
        right: 8px;
        width: 22px;
        height: 22px;
        border: solid 1px rgba(255, 255, 255, 0.2);
        background-image: url('../images/close.png');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 8px;
    }
    #ud-slide .subs-view .close:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
    #ud-slide .subs-view li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: left;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }
    #ud-slide .subs-view li:after {
        content: '';
        display: block;
        clear: both;
    }
    #ud-slide .subs-view li img {
        float: left;
        width: 70px;
        padding-right: 10px;
    }
    #ud-slide .subs-view li .shop {
        margin-bottom: 5px;
        padding-top: 5px;
        color: #ccc;
        font-size: 10px;
        line-height: 150%;
    }
    #ud-slide .subs-view li .post {
        color: #bbb;
        font-size: 10px;
        line-height: 150%;
    }
    #ud-slide .subs-view li .staff {
        color: #eee;
        font-size: 16px;
        line-height: 100%;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    }
    #ud-slide .view li {
        background-size: contain;
    }
    #ud-slide .proflink {
        position: absolute;
        top: 10px;
        left: 50px;
        width: 30px;
        height: 30px;
    }

}
