﻿@charset "utf-8";
/* CSS Document */

#bcplayer {
    width: 100%;
}

    #bcplayer .movie-title {
        width: 100%;
    }

    #bcplayer .movie-title {
        width: 100%;
    }

    #bcplayer .movie-frame-inner {
        width: 100%;
        height: 0;
        padding: 0 0 56.25%;
        position: relative;
    }

    #bcplayer iframe.movie-frame {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }

    #bcplayer .movie-btn-note {
        font-size: 1.4em;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    #bcplayer.sp .movie-btn-note {
        font-size: 10px;
        margin: 2px 1px 8px;
        padding: 0 2px;
        margin: 2px 1px 5vw;
    }

    #bcplayer .movie-btn {
        font-size: 16px;
        min-height: 50px;
        margin-bottom: 5px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
    }

    #bcplayer.sp .movie-btn {
        font-size: 14px;
    }

        #bcplayer .movie-btn::before {
            content: '';
            width: 50px;
            height: 50px;
            display: block;
            margin-right: 10px;
        }

        #bcplayer .movie-btn::before {
            background-color: #B2B3B6;
            background-image: url(./images/1minute.svg);
            background-repeat: no-repeat;
            background-size: 50%;
            background-position: center;
        }

        #bcplayer .movie-btn.movie-btn-main::before {
            background-image: url(./images/30minute.svg);
            background-repeat: no-repeat;
            background-size: 80%;
            background-position: center;
        }

        #bcplayer .movie-btn span {
            display: block;
            width: calc(100% - 65px);
        }

        #bcplayer .movie-btn.movie-btn-min span::after {
            content: '（1分ハイライト）';
            font-weight: normal;
        }

        #bcplayer .movie-btn.selected, #bcplayer .movie-btn:hover {
            background-color: #E0E9D2;
        }

            #bcplayer .movie-btn.selected::before, #bcplayer .movie-btn:hover::before {
                background-color: #7AAC46;
            }

#modal-content-bcplayer-kyoju {
    position: absolute;
    z-index: 9999;
}

    #modal-content-bcplayer-kyoju > .modal-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.75);
        left: 0;
        top: 0;
        z-index: -1;
    }

    #modal-content-bcplayer-kyoju > .bcplayer {
        margin: 0;
        position: fixed;
        z-index: 9999;
        margin-top: -212px;
        margin-left: -160px;
        top: 50vh;
        left: 50vw;
    }
    #modal-content-bcplayer-kyoju > .bcplayer .bc_close{
         width:40px;
         height:40px;
         display:block;
         position:absolute;
         right:0;
         top:-40px;
         pointer-events: none;
     }
     #modal-content-bcplayer-kyoju > .bcplayer .bc_close::before{
         content:'';
         width: 40px;
         height:2px;
         display:block;
         background: #fff;
         transform: rotate(45deg);
         position:absolute;
         top: 20px;
         left: 0;
     }
     #modal-content-bcplayer-kyoju > .bcplayer .bc_close::after{
         content:'';
         width: 40px;
         height:2px;
         display:block;
         background: #fff;
         transform: rotate(-45deg);
         position:absolute;
         top: 20px;
         left: 0;
     }

    #modal-content-bcplayer-kyoju video-js {
        width: 320px;
        height: 320px;
    }

@media screen and (max-width:520px) {

    #bcplayer .vjs-fullscreen .vjs-control-bar {
        font-size: 10px;
    }
}

@media screen and (max-width:340px) {

    #bcplayer .vjs-fullscreen .vjs-time-control {
        display: none;
    }
}
