/*****************************CSSカスタマイズ**************************************/
.Vha3-dimensions.vjs-fluid {
  padding-top: 0;
}

.theoplayer-container {
  padding: 0 !important;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  height: 100%;
}

.theoplayer-skin:hover .vjs-big-play-button:after,
.theoplayer-skin .vjs-big-play-button:focus:after {
  opacity: 0;
}

/*関連動画の透過*/
.theo-overlay-panel {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.theo-related-grid {
  /*background-color: black !important;*/
}

/*Languageボタンの無効化*/
.theo-audio-track-control-button {
  display: none !important;
}

.theo-settings-control-menu {
  z-index: 1;
}
/*********************************再生ボタンカスタマイズ*********************************************/
div.theo-player-wrapper .vjs-big-play-button {
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  width: 180px;
  height: 103px;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0) url("/assets/image/btn_play_off.png") no-repeat
    scroll 0 0 / 5em 2.843em;
  font-size: 36px;
}

div.theoplayer-skin:hover .vjs-big-play-button {
  box-shadow: none;
  background: none;
  background: rgba(0, 0, 0, 0) url("/assets/image/btn_play_off.png") no-repeat
    scroll 0 0 / 5em 2.843em;
}
div.theo-player-wrapper .vjs-big-play-button:focus {
  box-shadow: none;
  background: none;
}

div.theo-player-wrapper .vjs-big-play-button:hover {
  box-shadow: none;
  background: rgba(0, 0, 0, 0) url("/assets/image/btn_play_on.png") no-repeat
    scroll 0 0 / 5em 2.843em;
}

div.theo-player-wrapper .theo-big-play-button-svg-container {
  display: none;
}

/**************************サムネイル画像*****************************/
div#player .vjs-poster {
  background-size: contain;
}

/*********************VR時のフルスクリーン設定**************************/
.vjs-fullscreen .theoplayer-vr {
  width: 100% !important;
  height: 100% !important;
}

/*********************右クリックメニュー**************************/
.theo-context-menu,
.theo-airplay-button,
.theo-text-track-control-button {
  visibility: hidden;
}

/*********************タイトル表示エリア**************************/
div#title-area {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.8;
  background-color: #000000;
  display: none;
}

div#title-area h1 {
  height: auto;
  min-height: 10px;
  margin: 0;
  padding: 1vh 4vw;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-height: 300px) {
  div#title-area h1 {
    font-size: 4vh;
  }
}
@media (max-height: 300px) {
  div#title-area h1 {
    font-size: 12px;
  }
}

div.theoplayer-container.vjs-user-inactive div#title-area {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

/*********************Azure**************************/
#azuremediaplayer {
  width: 100%;
  height: 100%;
}

/*********************タックルicon**************************/
.label_image {
  position: absolute;
  top: 5%;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  writing-mode: sideways-lr;
  -webkit-appearance: none;
  width: 7%;
  height: auto;
  left: 90%;
}
#clicklabel_a {
  display: none;
}

/*********************戻る/進むボタン**************************/
#forward_button {
  position: absolute;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  writing-mode: sideways-lr;
  -webkit-appearance: none;
  width: 16%;
  height: auto;
  margin: auto;
  top: 0%;
  left: 50%;
  background-color: unset;
  opacity: 0.5;
  display: none;
}
#forward_button:hover {
  opacity: 0.9;
}
.vjs-has-started.vjs-user-inactive.vjs-playing #forward_button {
  opacity: 0;
}
#rewind_button {
  position: absolute;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  writing-mode: sideways-lr;
  -webkit-appearance: none;
  width: 16%;
  height: auto;
  margin: auto;
  top: 0%;
  right: 50%;
  background-color: unset;
  opacity: 0.5;
  display: none;
}
#rewind_button:hover {
  opacity: 0.9;
}
.vjs-has-started.vjs-user-inactive.vjs-playing #rewind_button {
  opacity: 0;
}

#pause_center_button {
  position: absolute;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  writing-mode: sideways-lr;
  -webkit-appearance: none;
  width: 13%;
  height: auto;
  margin: auto;
  top: 0%;
  right: 0%;
  left: 0%;
  opacity: 0.5;
  background-color: unset;
  display: none;
}
#pause_center_button:hover {
  opacity: 0.9;
}
.vjs-has-started.vjs-user-inactive.vjs-playing #pause_center_button {
  opacity: 0;
}

#play_center_button {
  position: absolute;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  writing-mode: sideways-lr;
  -webkit-appearance: none;
  width: 13%;
  height: auto;
  margin: auto;
  top: 0%;
  right: 0%;
  left: 0%;
  opacity: 0.5;
  background-color: unset;
  display: none;
}
#play_center_button:hover {
  opacity: 0.9;
}
.vjs-has-started.vjs-user-inactive.vjs-playing #play_center_button {
  opacity: 0;
}

/*relationb単削除*/
.theo-related-button {
  display: none !important;
}

/*広告動画残り秒数削除*/
.theo-ad-remaining-container {
  display: none !important;
}
