@charset "utf-8";

/**********************************************/
/* ■ブレークポイントについて                 */
/*  1)       - 414px ・・・ SP                */
/*  2) 415px - 959px ・・・ Large SP、TB  　  */
/*  3) 960px -       ・・・ PC                */
/**********************************************/
/**********************************************/
/* 共通 START                                 */
/**********************************************/
button:focus {
  outline:0;
}
.movie-player-align-items-center {
    align-items: center!important;
}

.movie-player-grid {
    display: grid!important;
}
.video-js {
    width: 100%;
    margin-bottom: 10px;
}
.vjs-big-play-button {
    top: 44% !important;
    left: 44%!important;
}
.movie-cover-wrapper {
    height: 100%;
    background: rgb(0 0 0 / 60%);
    opacity: 99.9%;
    padding: 40px;
    text-align: center;
}
/* 試聴動画カバー IE用設定 */
.movie-cover-wrapper {
    position: relative;
    background: rgb(0, 0, 0);
    filter:alpha(opacity=85); 
    background: rgba(0, 0, 0, 0.85);
}
.movie-cover-heading {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.movie-cover-content-area {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
}
.video-js .vjs-play-progress {
    background-color: #2E7DE8;
}
.video-js .vjs-progress-control {
    z-index: 0;
}
.video-js {
    width: 100%;
    margin-bottom: 10px;
}
.vjs-big-play-button {
    top: 44% !important;
    left: 44%!important;
}
.movie-cover-wrapper {
    height: 100%;
    background: rgb(0 0 0 / 85%);
    opacity: 99.9%;
    padding: 40px;
    text-align: center;
}
.movie-cover-heading {
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.movie-cover-content-area {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8;
}
.video-js .vjs-play-progress {
    background-color: #2E7DE8;
}

/***** modal START ******************************/
.c-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ar-sns {
    z-index: 0 !important;
}

.c-modal_bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
}

.c-modal_content {
    width: 80%;
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 90%;
}

.c-modal_content_inner {
    position: relative;
    padding: 24px;
}
/*
header {
    z-index: 1;
}
*/
/***** modal END ******************************/

/***** 現在の再生時間 / 動画尺 ******************************/
 .video-js .vjs-time-control {
    display: block;
}
/***** デフォルトの動画再生時間カウントダウンタイマーを隠す ******/
.video-js .vjs-remaining-time {
    display: none;
}
.vjs-time-divider {
    margin: 0 -1.65em 0 0;
    padding: 0 0 !important;
}
/***** ピクチャーインピクチャー機能隠す ******************/
.vjs-picture-in-picture-control {
    display: none !important;
}
/***** ツールチップの幅調整（IE用対応） ******************/
.video-js .vjs-time-tooltip {
    width: 5em;
}
.vjs-mouse-display .vjs-time-tooltip {
    width: 5em;
}

/**********************************************/
/* 共通 END                                   */
/**********************************************/
/**********************************************/
/* 768px - START                              */
/**********************************************/
@media (min-width: 768px) {
    .mv-dimensions {
        width: 100% !important;
        height: 417px !important;
    }
    .movie-cover-heading {
        margin-top: 1.5em;
        margin-bottom: 2em;
    }
    .movie-cover-content-area {
        margin-bottom: 5em;
    }
}
/**********************************************/
/* 768px - END                                */
/**********************************************/
/**********************************************/
/* 480px - 767.98px START                        */
/**********************************************/
@media only screen and (max-width: 767.98px) {
    .mv-dimensions {
        width: 100% !important;
        height: 382px !important;
    }
}
/**********************************************/
/* 480px - 767.98px END                         */
/**********************************************/
/**********************************************/
/* 0 - 480px START                            */
/**********************************************/
@media (max-width: 480px) {
    .mv-dimensions {
        width: 100% !important;
        height: 233px !important;
    }
    .video-js .vjs-control-bar {
        height: 8em;
    }
    .video-js .vjs-control {
        width: 6em;
        height: 5em;
        bottom: 0%;
    }
    .vjs-big-play-button {
        top: 39% !important;
        left: 39%!important;
    }
    .video-js .vjs-play-control {
        top: 2em;
    }
    .video-js .vjs-time-control {
        font-size: 2em;
        width: 4em !important;
        line-height: 3.3em !important;
        top: 1em;
    }
    #mv > div.vjs-control-bar > div.vjs-time-control.vjs-time-divider > div {
        top: inherit;
        position: absolute;
    }
    .vjs-button > .vjs-icon-placeholder:before {
        font-size: 4em;
    }
    .video-js .vjs-volume-panel {
        display: flex;
        position: initial;
        padding-top: 2em;
    }
    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
        width: -10em !important;
        transition: unset;
    }
    #mv > div.vjs-control-bar > div.vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal.vjs-hover > div {
        display: none;
    }
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
        display: none;
    }
    .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
        width: -10em;
    }
    #mv > div.vjs-control-bar > div.vjs-progress-control.vjs-control {
        position: absolute;
        width: 100%;
        height: 1em;
        bottom: 6em;
    }
    .video-js .vjs-fullscreen-control {
        position: absolute;
        right: 0;
        top: 25%
    }
    .c-modal_content {
        top: 48% !important;
        max-height: 75vh !important;
        width: 95% !important;
    }
    .movie-cover-wrapper {
        padding: 32px 16px 16px 16px;
        text-align: center;
    }
    .movie-cover-heading {
        font-size: 2.0rem;
    }
    .movie-cover-content-area {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .ar-memberlogin-merit-action__btn {
        margin-bottom: 0;
    }
    .ar-memberlogin-merit-action__btn--regist {
        font-size: 1.4rem;
    }
    .ar-memberlogin-merit-action__btn--login {
        font-size: 1.4rem;
    }
    .video-js .vjs-mute-control {
        z-index: 1;
    }
    .vjs-button > .vjs-icon-placeholder:before {
        font-size: 3em;
    }
    .video-js .vjs-time-control {
        font-size: 1.8em;
        width: 7em !important;
        top: 0.9em;
        right: 2.5em;
        padding: 0 0.5em !important;
    }
    .vjs-time-divider {
        margin: 0 -3.8em 0 -3em !important;
    }
    .vjs-current-time {
        text-align: right !important;
    }
    .vjs-duration {
        text-align: left !important;
    }
    .c-modal_content_inner {
        padding: 0px !important;
    }
    /* プログレスバー調整 */
    div.vjs-progress-control.vjs-control {
        bottom: 6.4em !important;
    }
    .vjs-progress-holder {
        height: 1.4em !important;
        margin: 0 !important;
        font-size: initial !important;
    }
    .vjs-play-progress:before {
        display: none;
    }
    .ar-cont_box .ar-permission_contents {
        margin-bottom: 20px !important;
    }

    /* AD動画 */
    .movie_add_title {
        position: absolute;
        top: 0px;
        padding: 8px 16px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .movie_add_title a{
        font-size: 18px;
        text-decoration: none;
        text-shadow: 0 0 2px rgba(0 0 0 / 50%);
        color: #fff;
        line-height: 1.2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .movie_add_link {
        max-width: 24em;
    }

    .movie_add_link_text {
        max-width: 7em !important;
    }
    .movie_add_skip {
        max-width: 8em;
    }
}
/**********************************************/
/* 0 - 480px END                              */
/**********************************************/
/**********************************************/
/* 481px - 959px START                       */
/**********************************************/
@media (min-width: 481px) {
    .mv-dimensions {
        width: 100% !important;
        height: 416px !important;
    }
    
    /* AD動画 */
    .movie_add_title a{
        font-size: 18px;
        text-decoration: none;
        text-shadow: 0 0 2px rgb(0 0 0 / 50%);
        text-shadow: 0 0 2px rgba(0 0 0);
        color: #fff;
        line-height: 1.2;
        padding-left: 2em;
        text-indent: -2.7em;
        display: inline-block;
    }
    .movie_add_skip {
        bottom: 35px;
        cursor: pointer;
    }
}
/**********************************************/
/* 960px - START                              */
/**********************************************/
@media (min-width: 960px) {
    .mv-dimensions {
        width: 100% !important;
        height: 416px !important;
    }
}
/**********************************************/
/* 960px - END                                */
/**********************************************/
.ar-cont_title {
  padding-top: 10px !important;
  word-break: normal;
}

/* START closeボタン */
.close_modal {
    cursor: pointer;
    background: #f0f0f0 !important;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.close_modal:after, .close_modal:before {
    content: "";
    width: 19px;
    border-top: 2px solid #000;
    position: absolute;
    top: 16px;
    left: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close_modal:before {
  right: 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close_modal:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.close_ended {
  cursor: pointer;
  background: #f0f0f0 !important;
  width: 37px;
  height: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.close_ended:after {
  content: "";
  height: 26px;
  width: 20px;
  border-top: 2px solid #000;
  position: absolute;
  top: 13px;
  right: 0px !important;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close_ended:before {
  content: "";
  height: 26px;
  width: 20px;
  border-top: 2px solid #000;
  position: absolute;
  top: 13px;
  right: 16px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_ended:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.close_add {
    display: none !important;
}
/* END closeボタン */

.permission_heading {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 24px 0 16px 0;
}

/* AD動画 */
.movie_add_title {
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 8px 24px;
    border-radius: 2px;
    background: rgb(43,51,63);
    background: rgba(43, 51, 63, 0.7);
    height: 56px;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.movie_add_title a::before{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff; 
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-origin: content-box;
    vertical-align: middle;
    padding: 4px;
    margin: 0 0.5em 0 0;
}

.movie_add_link {
    position: absolute;
    padding: 6px 12px 6px 12px;
    bottom: 0em;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    border: solid 1px #d4d4d4;
    border-radius: px;
    margin: 0.5em 0.5em 0.5em 0.5em;
    max-width: 54em;
    border-radius: 3px;
}

.movie_add_link a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #4a4a4a;
    line-height: 1.6;
    align-items: center;
}

.movie_add_link_badge {
    margin-right: 1em;
    background: #47742e;
    color: #fff;
    font-size: 12px !important;
    vertical-align: middle;
    padding: 0.3em 0.5em 0.2em 0.5em;
    white-space: nowrap;
}

.movie_add_link_time {
    border-right: 1px solid #a4a4a4;
    margin-right: 1em;
    padding-right: 1em;
    box-shadow: 1px 0px 0px #f0f0f0;
    font-weight: normal;
}

.movie_add_link_text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 27em;
    vertical-align: middle;
}

.movie_add_skip {
    font-size: 14px;
    position: absolute;
    background: rgb(43,51,63);
    background: rgba(43, 51, 63, 0.7);
    padding: 8px 12px 8px 12px;
    bottom: 0;
    right: 0;
    line-height: 1.4;
}

.movie_add_skip span {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.movie_add_link > a > svg {
    font-size: 12px;
    margin: 0 0 0 0.4em;
}

.js-ad-skip.movie_add_skip > svg {
    font-size: 12px;
    margin: 0 0 0 0.4em;
}

/* プログレスバーのオンマウス時のツールチップタイム表示、重ね順調整 */
.vjs-mouse-display {
    z-index: 2 !important;
}