@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : ytv.bridecove_popup.css
Description : 共通ベースラインCSS
===================================================================== */

.bc_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    display: none;
    cursor: pointer;
}

.bc_wrapper .return_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.bc_wrapper .bc_movie_wrap {
    width: 100%;
    max-width: 700px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 5px;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.bc_wrapper .btn_close {
    width: 150px;
    height: auto;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.bc_wrapper .btn_close a {
    max-width: 400px;
    margin: 40px auto 0;
    padding: 15px 0;
    display: block;
    background-color: #bbb;
    border: 1px solid #fff;
    color: #000 !important;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
}

.bc_wrapper .btn_close a:hover {
    background: #999;
}

@media screen and (min-width:740px) {
    .bc_wrapper .btn_close {
        width: 300px;
        position: relative;
    }

    .bc_wrapper .btn_close a {
        margin-top: 4.3479%;
        font-size: 14px;
    }
}
