@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : bc_popup.css
Description : recommend to use with bc_popup.js
===================================================================== */

/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */
.bc_popup {
  display: block;
  position: relative;
}

.bc_popup::after {
  content: "";
  width: 55px;
  height: 49px;
  display: block;
  background: url(../img/common/img_play_icon.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bc_wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  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 {
  float: none !important;
  margin-top: 10px;
}

.bc_wrapper .btn_close a {
  padding: 8px 5px;
}

.bc_wrapper .btn_close a::after {
  display: none;
}

.bc_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (min-width:700px) {
  .bc_wrapper .btn_close a {
    padding: 15px 10px;
  }
}
