/***** recommend *****/
#slideoption_wraper .recommend_girls_photo_left {
    top: 45%;
    left: 30%;
    width: 300px;
    height: 400px !important;
    margin-left: -120px;
    margin-top: -160px;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    box-shadow: -1px -1px 2px #000;
    background-size: cover;
    z-index: 3000;
}

#slideoption_wraper .recommend_girls_photo_right {
    top: 50%;
    right: 30%;
    width: 290px;
    height: 387px !important;
    margin-right: -120px;
    margin-top: -160px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    box-shadow: -1px -1px 2px #000;
    background-size: cover;
    z-index: 3000;
}

#slideoption_wraper .recommend_girls_overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 10%;
    color: white;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#slideoption_wraper .recommend_girls_text{
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
    text-align: center;
}

/***** movie *****/
#slideoption_wraper .slide_movie_left{
    position: absolute;
/*    top: 50%; */
    top: 45%;
    left: 30%;
    margin-left: -180px;
    margin-top: -101px;
    background-color: #000000;
    z-index: 3000;
}

#slideoption_wraper .slide_movie_right {
    position: absolute;
    top: 45%;
    right: 25%;
    margin-right: -180px;
    margin-top: -101px;
    background-color: #000000;
    z-index: 3000;
}

#slideoption_wraper #video-controls > button{
    font-size: 16px;
    vertical-align: top;
    margin-top: 3px;
    padding: 2px;
    text-align: center;
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#slideoption_wraper #video-controls > button:hover{
    cursor: pointer;
}

#slideoption_wraper #video-controls {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
/* ↓ PCTBお店ページリニューアル3rd EXCEED 2015/09/01 */
    background-color: #000;
/*    background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(94,94,94) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(94,94,94) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(94,94,94) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(94,94,94) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(94,94,94) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(0,0,0)),
        color-stop(1, rgb(94,94,94))
    );
*/
/* ↑ PCTBお店ページリニューアル3rd EXCEED 2015/09/01 */

    position: absolute;
    left: 0px;
    /* top: -180.5px; */
    z-index: 3001;
    height: 29px;
}

/* ↓ PCTBお店ページリニューアル3rd EXCEED 2015/09/01 */
#slideoption_wraper #video-controls #play-pause {
    position: absolute;
    width: 20px;
    left: 10px;
}

#slideoption_wraper #video-controls #seek-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 33px;
    border: 0;
}

#slideoption_wraper #video-controls .seek-bar {
    width: 190px;
}

#slideoption_wraper #video-controls .seek-bar-tb {
    width: 285px;
}

#slideoption_wraper #video-controls #mute {
    position: absolute;
    width: 20px;
    left: 231px;
}

#slideoption_wraper #video-controls #volume-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 255px;
    border: 0;
}
/* ↑ PCTBお店ページリニューアル3rd EXCEED 2015/09/01 */

#slideoption_wraper #video-container:hover #video-controls {
    opacity: .9;
}

#slideoption_wraper #volume-bar {
    width: 60px;
}

#slideoption_wraper #girls_movie{
    position:absolute;
}

::-ms-track { margin-top: 10px; }
::-ms-track { margin-top: 10px; }
::-ms-tooltip { display: none; /* display and visibility only */ }

#slideoption_wraper #seek-bar:focus{
    background-color:transparent;
}

#slideoption_wraper #volume-bar:focus{
    background-color:transparent;
}

/***** contents menu *****/
#slideoption_wraper .slideoption_contentsmemu_image {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    width: 224px;
    height: 224px;
    margin-top: -34px;
    margin-left: -34px;
    background-size: cover;
}

#slideoption_wraper .slideoption_contentsmenu_left {
    position: absolute;
    top: 50%;
    left: 30%;
}

#slideoption_wraper .slideoption_contentsmenu_right {
    position: absolute;
    top: 50%;
    right: 30%;
    margin-right: 76px;
}

#slideoption_wraper .slideoption_contentsmemu_info_text {
    position: absolute;
    width: 197px;
    height: 54px;
    top: -15px;
    font-size: 12px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

#slideoption_wraper .slideoption_contentsmemu_info_text.pos_left {
    right: 205px;
}

/* 2015/10/01 PCTB3rd(sep) slide banner option phased responsive design [START] */
#slideoption_wraper .slideoption_contentsmemu_info_text.pos_right {
    left: 216px;
}
/* 2015/10/01 PCTB3rd(sep) slide banner option phased responsive design [END] */

#slideoption_wraper .slideoption_contentsmemu_top_wrapper {
    position: absolute;
    width: 156px;
    height: 156px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    overflow: hidden;
    top: -189px;
    border-style: solid;
    border-width: 1px;
    z-index: 3001;
}

#slideoption_wraper .slideoption_contentsmemu_top_info {
    position: absolute;
    top: -234px;
    left: 58px;
    z-index: 3000;
}

#slideoption_wraper .slideoption_contentsmemu_top_info_line {
    position: absolute;
    width: 228px;
    height: 4px;
    top: 14px;
}

#slideoption_wraper .slideoption_contentsmemu_top_info_line.pos_left {
    left: -205px;
}

#slideoption_wraper .slideoption_contentsmemu_right_wrapper {
    position: absolute;
    width: 156px;
    height: 156px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    overflow: hidden;
    top: -74px;
    left: 114px;
    border-style: solid;
    border-width: 1px;
    z-index: 3001;
}

#slideoption_wraper .slideoption_contentsmemu_right_info {
    position: absolute;
    top: -114px;
    left: 58px;
    z-index: 3000;
}

#slideoption_wraper .slideoption_contentsmemu_right_info.pos_left {
    top: 98px;
}

#slideoption_wraper .slideoption_contentsmemu_right_info_line {
    position: absolute;
    width: 120px;
    height: 4px;
    top: 14px;
}

#slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_left {
    left: -206px;
    width: 342px;
}

#slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_right {
    left: 135px;
    top: 9px;
}

#slideoption_wraper .slideoption_contentsmemu_left_wrapper {
    position: absolute;
    width: 156px;
    height: 156px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    overflow: hidden;
    top: -74px;
    left: -114px;
    border-style: solid;
    border-width: 1px;
    z-index: 3001;
}

#slideoption_wraper .slideoption_contentsmemu_left_info {
    position: absolute;
    top: 98px;
    left: 58px;
    z-index: 3000;
}

#slideoption_wraper .slideoption_contentsmemu_left_info.pos_left {
    top: -119px;
}

#slideoption_wraper .slideoption_contentsmemu_left_info_line{
    position: absolute;
    width: 315px;
    height: 4px;
    top: 14px;
}

#slideoption_wraper .slideoption_contentsmemu_left_info_line.pos_left{
    left: -207px;
    width: 116px
}

#slideoption_wraper .slideoption_contentsmemu_left_info_line.pos_right{
    left: -94px;
}

#slideoption_wraper .slideoption_contentsmemu_bottom_wrapper {
    position: absolute;
    width: 156px;
    height: 156px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    z-index: 3001;
    top:41px;
}

#slideoption_wraper .slideoption_contentsmemu_bottom_info {
    position: absolute;
    top: 212px;
    left: 58px;
    z-index: 3000;
}

#slideoption_wraper .slideoption_contentsmemu_bottom_info_line {
    position: absolute;
    width: 228px;
    height: 4px;
    top: 14px;
}

#slideoption_wraper .slideoption_contentsmemu_bottom_info_line.pos_left {
    left: -205px;
}

/* 2015/10/01 PCTB3rd(sep) slide banner option phased responsive design [START] */

/* for tablet and small screen size pc */
@media screen and (max-width: 1365px) {

    /***** recommend *****/
    #slideoption_wraper .recommend_girls_photo_left {
        width: 270px;
        height: 360px !important;
        left: 31%;
        top: 47%;
    }

    #slideoption_wraper .recommend_girls_photo_right {
        width: 270px;
        height: 360px !important;
        right: 29%;
        top: 47%;
    }

    /***** movie *****/
    #slideoption_wraper .slide_movie_right {
        right: 27%;
    }

    #slideoption_wraper .slide_movie_left {
        left: 32%;
    }

    #slideoption_movie {
        width: 416px;
        height: 234px;
    }

    /***** contents menu *****/
    #slideoption_wraper .slideoption_contentsmenu_left {
        left: 28.5%;
    }

    #slideoption_wraper .slideoption_contentsmenu_right {
        right: 29%;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_wrapper {
        width: 145px;
        height: 145px;
        top: -180px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_wrapper {
        width: 145px;
        height: 145px;
        left: -107px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_wrapper {
        width: 145px;
        height: 145px;
        top: 32px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_wrapper {
        width: 145px;
        height: 145px;
        left: 107px;
    }

    #slideoption_wraper .slideoption_contentsmemu_image {
        width: 210px;
        height: 210px;
        margin-top: -30px;
        margin-left: -30px;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_info {
        top: -224px;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_info_line.pos_left {
        width: 221px;
    }

    #slideoption_wraper #slideoption_contentsmemu_top_info_right .slideoption_contentsmemu_top_info_line {
	    left: 16px !important;
	}

    #slideoption_wraper .slideoption_contentsmemu_info_text.pos_right {
        left: 171px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info {
       top: 85px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info.pos_left {
        top: -118px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info_line.pos_right {
        left: -92px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info.pos_left {
        top: 85px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_left {
        width: 329px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_right {
        left: 122px;
        top: 10px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_info {
        top: 191px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_info_line.pos_left {
        width: 221px;
    }

    #slideoption_wraper #slideoption_contentsmemu_bottom_info_right .slideoption_contentsmemu_bottom_info_line {
	    left: 16px !important;
	}

    #slideoption_wraper .slideoption_contentsmemu_info_text {
        width: 185px;
    }

}

/* for big screen size pc (full HD etc) */
@media screen and (min-width: 1600px) {

    /***** recommend *****/
    #slideoption_wraper .recommend_girls_photo_left {
        width: 390px;
        height: 520px !important;
        left: 27%;
        top: 43%;
    }

    #slideoption_wraper .recommend_girls_photo_right {
        width: 390px;
        height: 520px !important;
        right: 23%;
        top: 43%;
    }

    #slideoption_wraper .recommend_girls_text{
        line-height: 55px;
        font-size: 24px;
    }

    /***** movie *****/
    #slideoption_movie {
        width: 560px;
        height: 315px;
    }

    #slideoption_wraper .slide_movie_left {
        left: 26%;
    }

    #slideoption_wraper .slide_movie_right {
        right: 23%;
    }

    /***** contents menu *****/
    #slideoption_wraper .slideoption_contentsmenu_left {
        left: 26%;
    }

    #slideoption_wraper .slideoption_contentsmenu_right {
        right: 28%;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_wrapper {
        width: 200px;
        height: 200px;
        top: -221px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_wrapper {
        width: 200px;
        height: 200px;
        left: -146px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_wrapper {
        width: 200px;
        height: 200px;
        top: 73px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_wrapper {
        width: 200px;
        height: 200px;
        left: 146px;
    }

    #slideoption_wraper .slideoption_contentsmemu_image {
        width: 283px;
        height: 283px;
        margin-top: -42px;
        margin-left: -42px;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_info {
        top: -276px;
    }

    #slideoption_wraper .slideoption_contentsmemu_top_info_line.pos_left {
        width: 249px;
    }

    #slideoption_wraper #slideoption_contentsmemu_top_info_right .slideoption_contentsmemu_top_info_line {
	    left: 42px !important;
	}

    #slideoption_wraper .slideoption_contentsmemu_info_text.pos_right {
        left: 250px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info {
       top: 151px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info.pos_left {
        top: -129px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info_line.pos_left {
        width: 105px;
    }

    #slideoption_wraper .slideoption_contentsmemu_left_info_line.pos_right {
        left: -102px;
        width: 352px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info {
        top: -124px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info.pos_left {
        top: 151px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_left {
        width: 395px;
    }

    #slideoption_wraper .slideoption_contentsmemu_right_info_line.pos_right {
        left: 190px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_info {
        top: 298px;
    }

    #slideoption_wraper .slideoption_contentsmemu_bottom_info_line.pos_left {
        width: 246px;
    }

    #slideoption_wraper #slideoption_contentsmemu_bottom_info_right .slideoption_contentsmemu_bottom_info_line {
	    left: 42px !important;
	}

}

/* 2015/10/01 PCTB3rd(sep) slide banner option phased responsive design [END] */
