@charset "utf-8";

#video_contents h2{
    background:url(../images/base/banner/video/hand.jpg) no-repeat 0 15px;
    padding: 20px 2px 10px 50px;
    
}


/*-- 作品リスト --*/

#video_contents p.v_reccomend{
    color:#db1475;
    font-weight:bold;
    font-size:17px;
}

#video_contents p.v_reccomend a{
    text-decoration:underline;
    color:#db1475;
}

#video_contents ul.videoList{
    overflow:hidden;
    margin-bottom: 5px;
}

#video_contents ul.videoList li{
    float:left;
    width:119px;
    margin-right:8px;
    font-size:12px;
    line-height: 1.0em;
    position:relative;
    
    
}

#video_contents .play_trailer{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url(../images/base/ico_play_wt.png) no-repeat left top;
    background-size:contain;
    position:absolute;
    top:0;
    left:0;
    width:119px;
    height:169px;
    
}

#video_contents .play_trailer:hover{
    background: url(../images/base/ico_play_bk02.png) no-repeat left top;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    background-size:contain;
    
}

#video_contents ul.videoList li:last-child{
    margin-right:0px;
}

#video_contents ul.videoList li img{
    margin-bottom:5px;
}


#video_contents .reccomend_txt{
    text-align: center;
    clear: both;
    background: #db1475;
    padding: 10px 0;
    margin-bottom: 5px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

#video_contents .reccomend_txt span.yellow{
    background: #fcd312;
    font-size: 16px;
    padding: 3px 8px;
    margin-right: 10px;
    color: #db1475;
}

#video_contents .reccomend_txt span.white{
    background: #fff;
    font-size: 16px;
    padding: 3px 8px;
    margin-right: 10px;
    color: #db1475;
}

#video_contents .reccomend_txt img{

    display: inline-block;
    margin-right: 15px;
}
#video_contents p{
    /*text-align: center;*/
    line-height: 1.4em;
}
/*-- 特集リスト --*/

#video_contents ul.specialList{
    overflow:hidden;
    margin-bottom:5px;
}

#video_contents ul.specialList li{
    float:left;
    width:295px;/*315px*/
    background:#f4f4f4;
    padding:10px;
    overflow:hidden;
    
}

#video_contents ul.specialList li img{
    float:left;
}

#video_contents ul.specialList li p{
    float:right;
    font-size:16px;
    width:200px;
    color:#000;
}

#video_contents ul.specialList li p:hover{
    text-decoration:underline;
}

/*-- 今すぐ見る --*/

#video_contents .video_Link a{
    width: 400px;
    text-align: center;
    display: block;
    padding: 20px 10px;
    font-size: 18px;
    position:relative;
    margin:0 auto;
    opacity:1;
}


#video_contents .video_Link a:hover{
    opacity:0.8;
}

#video_contents .pink a{
    background: #db1475;
    color: #fcd312;
}

#video_contents .green a{
    background: #569c11;
    color: #fff;
}

#video_contents .video_Link a:hover{
    text-decoration:none;
}

#video_contents .video_Link a i{
    font-size: 40px;
    position: absolute;
    right: 25px;
    top: 12px;
}

#video_contents .video_Link a span{
    font-size: 26px;
}

.crankin-video_contents{
    margin-bottom: 20px;
}
.crankin-video_contents.civ_recommend h1{
    margin: 30px 0 15px;
    font-size: 18px;
    color: #202020;
    font-weight: lighter;
}
.crankin-video_contents h2{
    margin: 12px 0 10px;
    text-align: center;
    line-height: 23px;
}
.crankin-video_contents h2 img{vertical-align: bottom;}
.crankin-video_contents h2 span{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 0 0 0 12px;
}
.crankin-video_contents li p{
    font-size: 11px;
    line-height: 1.4em !important;
    word-wrap:normal
}

.crankin-video_contents .v_reccomend{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
    margin: 0 auto;
    margin: 0 10px;
    position: relative;

}

.crankin-video_contents .v_reccomend a{
    display: block;
    padding: 16px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color:#eab31c;
    color: #fff;
    text-decoration: none;
}
.crankin-video_contents .v_reccomend a i{
    position: absolute;
    right: 15px;
    top: 20px;

}
.crankin-video_contents .v_reccomend a:hover{
    text-decoration:none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
z-index: 3;
    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
   
    line-height: 1;

    opacity: .75;
    color: #eab31c;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -22px;
    left: auto;
}
.slick-prev:before
{
        font: normal normal normal 14px/1 FontAwesome;
   content: "\f137";
    font-size: 30px;
}
[dir='rtl'] .slick-prev:before
{
        font: normal normal normal 14px/1 FontAwesome;
   content: "\f138";
    font-size: 30px;
}

.slick-next
{
    right: -5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -22px;
}
.slick-next:before
{
          font: normal normal normal 14px/1 FontAwesome;
   content: "\f138  ";
    font-size: 30px;
}
[dir='rtl'] .slick-next:before
{
    font: normal normal normal 14px/1 FontAwesome;
   content: "\f137  ";
    font-size: 30px;
}


