.video-js .vjs-replay-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-replay-button:before {
	content: ""
}
.video-js .vjs-replay-button:focus, .video-js:hover .vjs-replay-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.video-js {
	font-size: 14px;
}
.player-container {
	position: relative;
}
.player-container:before {
	content: " ";
	display: block;
/*	padding-top: 5%;*/
}
.video-js.player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-js .vjs-current-time, .video-js .vjs-duration {
	display: table-cell
}
.video-js .vjs-time-control {
	padding-left: .1em;
	padding-right: .1em
}
.slash-text.vjs-control {
	width: 1em;
}
.slash-text-label {
	display: table-cell;
	font-size: 1em;
	line-height: 3em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: inherit;
	font-family: Arial, Helvetica, sans-serif
}
.vjs-paused.vjs-has-started .vjs-big-play-button {
	display: block
}
.vjs-ended .vjs-big-play-button {
	display: none!important
}
.video-js .vjs-big-pause-button {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em;
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,.7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}











.vjs-big-pause-button:before {
	content: "\f103"
}
.video-js .vjs-big-pause-button:focus, .video-js:hover .vjs-big-pause-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.video-js .vjs-replay-button, .vjs-big-play-my-position .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}
.vjs-big-play-my-position .vjs-big-play-button {
	background-image: url(./img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px
}
.video-js .vjs-big-play-button:before {
	content: ""
}
.popup-player-container {
	position: relative;
	width: 98%;
	display: inline-block;
	top: 0;
	left: 0
}
.popupBoxImage {
	width: 100%
}
.popupBoxPlayButton {
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #444;
	background-color: rgba(0,0,0,.75);
	background-image: url(./img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border: .0666666em solid #fff;
	border-radius: .3em;
	font-size: 3em;
	transition: all .4s;
	-moz-transition: all .4s
}
.popupBoxPlayButton {
	/*top: 90%;*//* 再生ボタン位置 */
/*	top: 82%;*/
}







.popup-player-container:hover .popupBoxPlayButton {
	background-color: #666;
	background-color: rgba(64,64,64,.65);
	cursor: pointer;
	transition: all .1s;
	-moz-transition: all .1s
}
.popupBoxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1900px;
	height: 120vh;
	display: none;
	background-color: #444;
	background-color: rgba(0,0,0,.75);
	z-index: 10
}
.popupBoxContainer {
	position: relative;
	margin: -197px auto auto auto;
	top: 400px;
	top: 50vh;
	background-color: #000;
	width: 600px;
	height: 337px;
	z-index: 20
}
.popup-close-btn {
	display: inline-block;
	position: absolute;
	top: -27px;
	right: 0;
	width: 27px;
	height: 27px;
	z-index: 21;
	background-image: url(./img/close.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

@media only screen and (max-device-width:768px) {
.player-container {
	width: 100%
}
.video-js .vjs-control-bar .vjs-play-control, .video-js .vjs-volume-menu-button {
	width: 2em;
}
.video-js .vjs-volume-menu-button:before {
	text-align: left
}
.video-js .vjs-control.vjs-resolution-button {
	font-size: 1em;
}
.video-js .vjs-resolution-button .vjs-menu li {
	padding: 1em 0
}
.video-js .vjs-control.vjs-fullscreen-control {
	width: 2em
}
.popup-player-container {
	width: 100%
}
.popupBoxContainer {
	width: 90%;
	margin: 30px auto auto;
	top: auto;
	height: auto
}
.popupBoxContainer:before {
	content: " ";
	display: block;
	padding-top: 56.25%
}
}
