@charset "utf-8";

.overview {
	position: relative;
	width: 960px;
	height: 740px;
	margin: 0;
	padding: 0;
	background-image: url("/-/media/Project/Canon/CanonJP/Website/business/solution/pro-printer/imageprograf/virtual-showroom/tc-20m/images/overview/overview.png");
	background-repeat: no-repeat;
	background-size: 640px 480px;
	background-position: center center;
}
.overviewBtn {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	cursor: pointer;
}
.overviewBtn:hover .overviewBtnText{text-decoration: underline;}
.overviewBtn .overviewBtnText {
	display: inline-block;
	position: relative;
	font-size: 16px;
	margin-left: 8px;
}
.overviewBtn .overviewBtnText span {font-size: 12px;}
.overviewBtn .playIcon {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--selectedColor);
}
.overviewBtn .playIcon::before {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 8px solid transparent;/*0.3*/
    border-left: 12px solid #fff;/*0.5*/
    box-sizing: border-box;
    content: "";
}

#videoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* display:flex; */
	display: none;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    z-index: 2000;
}
#videoArea {
    position: relative;
    width: 1280px;
	height: 780px;
	margin: auto;
	padding: 0;
}
#overviewVideo {
	width: 1280px;
	height: 720px;
	margin: 0;
	padding: 0;
}
.barStyle {
    width: 1280px;
	height: 60px;
	margin: 0;
	padding: 12px 162px 12px 12px;
    color: #333;
    background-color: #e2e2e2;
    font-size: 14px;
    line-height: 18px;
}
.btnStyle {
	width: 100px;
	display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
.btnStyle:hover {
	text-decoration: underline;
	background: #ddd;
}
