
/* -----------------------------------------------------
  embed
----------------------------------------------------- */

.dtc-embed {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.dtc-embed * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dtc-embed .prepare-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.dtc-embed > .prepare-loading > .loading-area{
  width: 100%;
  height: 100%;
}
.dtc-embed .dtc-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  z-index: 0;
  transform: translateY(-50%);
}

.dtc-embed.titleDetail .dtc-wrap {
  position: relative;
  top: 0;
  transform: none;
}

.is-full.is-stamp .dtc-embed {
  margin: 0 0 80px;
}

.is-full .dtc-embed.titleDetail {
  margin: 0;
}

.is-full .dtc-embed.titleDetail.is-stamp {
  margin: 0 0 54px;
}

.is-full .dtc-embed.titleDetail .dtc-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.is-full.is-stamp .dtc-wrap {
  margin-bottom: 0;
}

.is-theater .dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-data,
.is-full .dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-data {
    width: 100%;
    max-width: 960px;
}
.is-theater .dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-data,
.is-full .dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-title {
    width: 100%;
    max-width: 960px;
}

/* エラー画面対応-------------------------------------------------- */
.dtc-embed .dtc-error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11,11,11,0.8);
  z-index: 3;
}
.dtc-embed .dtc-error .dtc-error-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.dtc-embed .dtc-error p {
  margin: 1em auto;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.dtc-embed .dtc-error .dtc-replay {
  margin-top: 2em;
  width: 60px;
  height: 60px;
  background: url(/sources/pc/imgs/player/dtc-embed_first.png) no-repeat;
  cursor: pointer;
}
.dtc-embed .dtc-error .dtc-replay:hover {
  opacity: 0.8;
}
.dtc-embed .dtc-btn {
  margin-top: 2em;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sources/pc/imgs/player/dtc-embed_first.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}
.dtc-embed .dtc-first:hover {
  opacity: 0.8;
}

.dtc-embed .dtc-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dtc-embed .dtc-poster img {
  width: 100%;
  height: auto;
}

.dtc-embed .dtc-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.dtc-embed .dtc-thumb {
  visibility: hidden;
  position: absolute;
  bottom: 55px;
  left: 60px;
  margin-left: -60px;
  border: 2px solid #000;
  width: 120px;
  height: 68px;
  background-color: #000;
  z-index: 2;
}
.dtc-embed .dtc-thumb.show {
  visibility: visible;
}
.dtc-embed .dtc-thumb video {
  width: 116px;
  height: 64px;
}

.dtc-embed .dtc-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.dtc-embed .dtc-controls-inner {
  position: relative;
  margin: 0 auto;
  padding: 8px 8px 0;
  width: 100%;
  max-width: 1060px;
}
.dtc-embed .dtc-controls.is-lenear {
  background-color: rgba(0,0,0,0.5);
}
.dtc-embed .dtc-lane {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: #000;
  overflow: hidden;
}
.dtc-embed .dtc-lane.show {
  display: block;
}
.dtc-embed .dtc-lane .dtc-lane-base {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dtc-embed .dtc-lane ul {
  padding: 0 20px;
  white-space: nowrap;
  transition: transform 400ms ease-out;
}
.dtc-embed .dtc-lane.on ul {
  transition: none;
}
.dtc-embed .dtc-lane ul li {
  display: inline-block;
  padding: 12px 6px 0;
}
.dtc-embed .dtc-lane span {
  display: inline-block;
  padding-top: 100%;
  width: 30px;
  background-size: cover;
  opacity: 0.5;
  cursor: pointer;
}
.dtc-embed .dtc-lane span:hover {
  opacity: 1;
}
.dtc-embed .dtc-lane span.dtc-lane-01 {
  background-image: url(/sources/pc/imgs/player/dtc-embed_lane_01.png);
}
.dtc-embed .dtc-lane span.dtc-lane-02 {
  background-image: url(/sources/pc/imgs/player/dtc-embed_lane_02.png);
}
.dtc-embed .dtc-lane span.dtc-lane-03 {
  background-image: url(/sources/pc/imgs/player/dtc-embed_lane_03.png);
}
.dtc-embed .dtc-lane span.dtc-lane-04 {
  background-image: url(/sources/pc/imgs/player/dtc-embed_lane_04.png);
}
.dtc-embed .dtc-lane span.dtc-lane-05 {
  background-image: url(/sources/pc/imgs/player/dtc-embed_lane_05.png);
}
.dtc-embed.home .dtc-lane,
.is-theater .dtc-embed .dtc-lane {
  height: 80px;
}
.dtc-embed.home .dtc-lane ul li,
.is-theater .dtc-embed .dtc-lane ul li {
  padding: 20px 8px 0;
}
.dtc-embed.home .dtc-lane span,
.is-theater .dtc-embed .dtc-lane span {
  width: 40px;
}
.is-stamp .dtc-home-player {
  margin-bottom: 112px;
}

.is-stamp .dtc-wrap {
  margin-bottom: 80px;
}

.dtc-embed.titleDetail .dtc-wrap {
  margin-bottom: 0;
}

.dtc-embed.titleDetail.is-stamp  .dtc-wrap {
  margin-bottom: 54px;
}

/* -------------------------------------------------- */

.dtc-embed-pip {
  position: fixed;
  right: 64px;
  bottom: 24px;
  width: 310px;
  height: 174px;
  background-color: #000;
  z-index: 10000;
  transform: translateY(200px);
  transition: transform 200ms ease-out;
}
.dtc-embed-pip.show {
  transform: translateY(0);
}


/* -----------------------------------------------------
  button
----------------------------------------------------- */

.dtc-embed .dtc-logo {
  position: absolute;
  top: 24px;
  left: 0;
  width: 71px;
  height: 40px;
  background: url(/sources/pc/imgs/player/dtc-embed_logo.png) no-repeat;
}
.dtc-embed .dtc-data {
  position: absolute;
  top: 46px;
  left: 95px;
  font-size: 13px;
  color: #ccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 860px;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-title {
  position: absolute;
  left: 10px;
  bottom: 8px;
  padding-right: 50px;
  width: 100%;
}
.dtc-embed .dtc-title-text {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-seek {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 13px;
  z-index: 1;
  cursor: pointer;
}
.dtc-embed .dtc-seek .ui-slider-handle {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  margin-left: -6.5px;
  outline: none;
  border-radius: 6.5px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  cursor: pointer;
}
.dtc-embed .dtc-seek:hover .ui-slider-handle,
.dtc-embed .dtc-seek.on .ui-slider-handle {
  visibility: visible;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.2);
}
.dtc-embed .dtc-progress-bar {
  width: 0%;
  height: 1px;
  background-color: #36baf0;
}

.dtc-embed .dtc-seek:hover ~ .dtc-progress,
.dtc-embed .dtc-seek.on ~ .dtc-progress {
  top: -1px;
  height: 3px;
}
.dtc-embed .dtc-seek:hover ~ .dtc-progress .dtc-progress-bar,
.dtc-embed .dtc-seek.on ~ .dtc-progress .dtc-progress-bar {
  height: 3px;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-play {
  float: left;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_play.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-play.on {
  background-position: right top;
}
.dtc-embed .dtc-play:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-cue {
  float: left;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_cue.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-cue.on {
  background-position: right top;
}
.dtc-embed .dtc-cue:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-mute {
  position: relative;
  float: left;
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.dtc-embed .dtc-mute:hover {
  width: 170px;
}
.dtc-embed .dtc-mute .dtc-mute-btn {
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_mute.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-mute.on .dtc-mute-btn {
  background-position: right top;
}
.dtc-embed .dtc-mute .dtc-mute-btn:hover {
  opacity: 0.8;
}

.dtc-embed .dtc-mute .dtc-mute-vol {
  position: absolute;
  top: 14px;
  left: 50px;
  width: 100px;
  height: 2px;
  background: rgba(255,255,255,0.2);
  opacity: 0;
  transition: none;
}
.dtc-embed .dtc-mute:hover .dtc-mute-vol {
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.dtc-embed .dtc-mute .dtc-mute-vol-bar {
  width: 0%;
  height: 2px;
  background-color: #fff;
}
.dtc-embed .dtc-mute.on .dtc-mute-vol-bar {
  display: none;
}

.dtc-embed .dtc-mute .dtc-mute-slider {
  position: absolute;
  top: 8.5px;
  left: 50px;
  width: 100px;
  height: 13px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  transition: none;
}
.dtc-embed .dtc-mute:hover .dtc-mute-slider {
  opacity: 1;
  transition: opacity 250ms ease-out;
}
.dtc-embed .dtc-mute .ui-slider-handle {
  display: block;
  position: absolute;
  top: 0;
  margin-left: -6.5px;
  outline: none;
  border-radius: 6.5px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  cursor: pointer;
}
.dtc-embed .dtc-mute.on .ui-slider-handle {
  left: 0 !important;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-time {
  float: left;
  margin-left: 12px;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  opacity: 1;
  transition: opacity 250ms ease-out;
}

.dtc-embed .dtc-mute:hover ~ .dtc-time {
  opacity: 0;
  transition: none;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-config {
  position: relative;
  float: right;
  margin-left: 8px;
}
.dtc-embed .dtc-config .dtc-config-btn {
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_config.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-config:hover .dtc-config-btn {
  opacity: 0.8;
}
.dtc-embed .dtc-config .dtc-config-menu {
  display: none;
  position: absolute;
  top: -266px;
  left: -196px;
  width: 310px;
  height: 243px;
  background-color: #171717;
  line-height: 1;
  z-index: 1;
}
.dtc-embed .dtc-config.on .dtc-config-menu {
  display: block;
}
.dtc-embed .dtc-config .dtc-config-menu dl {
  float: left;
  margin: 20px 0 0 20px;
  padding-right: 10px;
}
.dtc-embed .dtc-config .dtc-config-menu dl dt {
  font-size: 14px;
  color: #fff;
}
.dtc-embed .dtc-config .dtc-config-menu dl dd {
  margin-top: 18px;
  font-size: 13px;
  color: #ccc;
  cursor: pointer;
}
.dtc-embed .dtc-config .dtc-config-menu dl dd span {
  display: inline-block;
  width: 3.5em;
}
.dtc-embed .dtc-config .dtc-config-menu dl dd:hover {
  color: #fff;
}
.dtc-embed .dtc-config .dtc-config-menu dl dd.on {
  color: #36baf0 !important;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-stamp {
  float: right;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_stamp.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-stamp.on {
  background-position: right top;
}
.dtc-embed .dtc-stamp:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-pip {
  float: right;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_pip.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-pip:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-theater {
  float: right;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_theater.png) no-repeat left top;
  cursor: pointer;
}
.dtc-embed .dtc-theater.on {
  background-position: right top;
}
.dtc-embed .dtc-theater:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-full {
  float: right;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background: url(/sources/pc/imgs/player/dtc-embed_full.png) no-repeat left top;
  cursor: pointer;
}
.is-full .dtc-embed .dtc-full {
  background-position: right top;
}
.dtc-embed .dtc-full:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- */

.dtc-embed .dtc-close {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  background: url(/sources/pc/imgs/player/dtc-embed_close.png) no-repeat;
  cursor: pointer;
}


/* -----------------------------------------------------
  home
----------------------------------------------------- */
.dtc-embed.home .dtc-error p {
  font-size: 2rem;
}
.dtc-embed.home .dtc-controls {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -514px;
  border-radius: 3px;
  width: 1028px;
  height: 145px;
}
.dtc-embed.home .dtc-controls-inner {
  padding-top: 102px;
  width: 964px;
}
.dtc-embed.home .dtc-theater,
.dtc-embed.home .dtc-seek,
.dtc-embed.home .dtc-config-menu .config-speed,
.dtc-embed.home .dtc-close
{
  display: none;
}
/*
.dtc-embed.home .dtc-first,
.dtc-embed.home .dtc-logo,
.dtc-embed.home .dtc-title,
.dtc-embed.home .dtc-data,
.dtc-embed.home .dtc-progress,
.dtc-embed.home .dtc-cue,
.dtc-embed.home .dtc-mute,
.dtc-embed.home .dtc-time,
.dtc-embed.home .dtc-config,
.dtc-embed.home .dtc-stamp,
.dtc-embed.home .dtc-pip,
.dtc-embed.home .dtc-full {
  display: block;
}
.dtc-embed.home .dtc-config-menu dl:first-child {
  display: none;
}
*/
.dtc-embed.home .dtc-logo {
  top: 24px;
  left: 0;
}
.dtc-embed.home .dtc-title {
  top: 22px;
  left: 95px;
  padding: 0;
  width: 869px;
}
.dtc-embed.home .dtc-data {
  top: 46px;
  left: 95px;
}
.dtc-embed.home .dtc-title-text {
  font-size: 16px;
}
.dtc-embed.home .dtc-progress {
  top: 88px;
}


/* -----------------------------------------------------
  titleDetail
----------------------------------------------------- */
.dtc-embed.titleDetail .dtc-wrap {
  position: relative;
  top: 0;
  transform: none;
}


.dtc-embed.titleDetail .dtc-controls-inner {
  height: 45px;
}

.dtc-embed.titleDetail .dtc-controls.is-lenear {
  height: 90px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-controls-inner {
  height: 90px;
  padding-top: 58px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-logo {
  top: 6px;
  left: 10px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-data {
  top: 30px;
  left: 95px;
  width: 550px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-title {
  top: 6px;
  left: 95px;
  bottom : 40px;
  padding:0;
  width: 550px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-seek {
  top: 47px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-progress {
  top: 53px;
}
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-seek:hover ~ .dtc-progress,
.dtc-embed.titleDetail .dtc-controls.is-lenear .dtc-seek.on ~ .dtc-progress {
  top: 52px;
  height: 3px;
}

.dtc-embed.titleDetail .dtc-error p {
  font-size: 1.6rem;
}
.dtc-embed.titleDetail .dtc-first {
  display: block;
}
.dtc-embed.titleDetail .dtc-close {
  display: none;
}
/*
.dtc-embed.titleDetail .dtc-seek,
.dtc-embed.titleDetail .dtc-progress,
.dtc-embed.titleDetail .dtc-play,
.dtc-embed.titleDetail .dtc-cue,
.dtc-embed.titleDetail .dtc-mute,
.dtc-embed.titleDetail .dtc-time,
.dtc-embed.titleDetail .dtc-config,
.dtc-embed.titleDetail .dtc-stamp,
.dtc-embed.titleDetail .dtc-pip,
.dtc-embed.titleDetail .dtc-theater,
.dtc-embed.titleDetail .dtc-full {
  display: block;
}
*/

/* -----------------------------------------------------
  pip
----------------------------------------------------- */
.dtc-embed.pip .dtc-error p {
  font-size: 1.3rem;
}
.dtc-embed.pip .dtc-error p ~ p {
  display: none;
}
.dtc-embed.pip .dtc-error .dtc-replay {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 1em;
  background-size: 30px;
}
.dtc-embed.pip .dtc-video {
  cursor: pointer;
}
.dtc-embed.pip .dtc-controls-inner {
  height: 40px;
}

.dtc-embed.pip .dtc-logo,
.dtc-embed.pip .dtc-data,
.dtc-embed.pip .dtc-seek,
.dtc-embed.pip .dtc-play,
.dtc-embed.pip .dtc-cue,
.dtc-embed.pip .dtc-mute,
.dtc-embed.pip .dtc-time,
.dtc-embed.pip .dtc-full,
.dtc-embed.pip .dtc-theater,
.dtc-embed.pip .dtc-pip,
.dtc-embed.pip .dtc-stamp,
.dtc-embed.pip .dtc-config
{
  display: none;
}
/*
.dtc-embed.pip .dtc-title,
.dtc-embed.pip .dtc-progress,
.dtc-embed.pip .dtc-close {
  display: block;
}
*/
.dtc-embed.pip .dtc-lane {
  display: none !important;
}

.dtc-embed.pip .dtc-progress {
  top: auto;
  bottom: 0;
}


/* -----------------------------------------------------
  mini
----------------------------------------------------- */
.dtc-embed.mini {
  padding-top: 56.25%;
}
.dtc-embed.mini .dtc-error p {
  font-size: 1.3rem;
}
.dtc-embed.mini .dtc-error p ~ p {
  display: none;
}
.dtc-embed.mini .dtc-controls-inner {
  height: 40px;
}
.dtc-embed.mini .dtc-logo,
.dtc-embed.mini .dtc-data,
.dtc-embed.mini .dtc-seek,
.dtc-embed.mini .dtc-play,
.dtc-embed.mini .dtc-cue,
.dtc-embed.mini .dtc-mute,
.dtc-embed.mini .dtc-time,
.dtc-embed.mini .dtc-full,
.dtc-embed.mini .dtc-theater,
.dtc-embed.mini .dtc-pip,
.dtc-embed.mini .dtc-stamp,
.dtc-embed.mini .dtc-config
{
  display: none;
}
/*
.dtc-embed.mini .dtc-title,
.dtc-embed.mini .dtc-progress,
.dtc-embed.mini .dtc-close {
  display: block;
}
*/
.dtc-embed.mini .dtc-lane {
  display: none !important;
}

.dtc-embed.mini .dtc-progress {
  top: auto;
  bottom: 0;
}

