#kobayMainLivePreview {
	--main-live-preview-color-ink: #111;
	--main-live-preview-color-paper: #fff;
	--main-live-preview-color-stage: #000;
	--main-live-preview-color-live-control: #858484;
	--main-live-preview-thumbnail-url: none;
	--main-live-preview-placeholder-scrim: rgba(0, 0, 0, 0.42);
	--main-live-preview-control-scrim: rgba(0, 0, 0, 0.46);
	--main-live-preview-control-outline: rgba(255, 255, 255, 0.72);
	--main-live-preview-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
	--main-live-preview-control-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.95);
	--main-live-preview-text-shadow: 0 1px 4px rgba(0, 0, 0, 0.95), 0 0 12px rgba(0, 0, 0, 0.72);
	--main-live-preview-space-1: 4px;
	--main-live-preview-space-2: 8px;
	--main-live-preview-space-3: 12px;
	--main-live-preview-space-4: 16px;
	--main-live-preview-live-control-width: 82px;
	--main-live-preview-live-control-height: 24px;
	--main-live-preview-live-control-radius: 5px;
	--main-live-preview-close-size: 22px;
	--main-live-preview-close-icon-size: 18px;
	--main-live-preview-pc-left: 24px;
	--main-live-preview-media-width: 180px;
	--main-live-preview-media-height: 320px;
	--main-live-preview-toggle-height: 26px;
	--main-live-preview-toggle-width: 120px;
	display: none;
	position: fixed;
	left: var(--main-live-preview-pc-left);
	right: auto;
	top: 55%;
	bottom: auto;
	transform: none;
	width: var(--main-live-preview-media-width);
	max-width: 33vw;
	height: var(--main-live-preview-media-height);
	z-index: 10000;
	margin: 0;
	padding: 0;
	background: var(--main-live-preview-color-paper);
	border: 2px solid var(--main-live-preview-color-ink);
	box-shadow: var(--main-live-preview-shadow);
	box-sizing: border-box;
	overflow: visible;
	font-family: inherit;
}

#kobayMainLivePreview * {
	box-sizing: border-box;
}

#kobayMainLivePreview > .main-live-preview__player {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: var(--main-live-preview-media-height);
	background: var(--main-live-preview-color-stage);
	z-index: 1;
	overflow: hidden;
}

#kobayMainLivePreviewPlayer,
#kobayMainLivePreviewPlayer .op-player,
#kobayMainLivePreviewPlayer .op-wrapper,
#kobayMainLivePreviewPlayer .op-media,
#kobayMainLivePreviewPlayer .op-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 !important;
	background: var(--main-live-preview-color-stage);
}


#kobayMainLivePreviewPlayer .op-bigbutton-container,
#kobayMainLivePreviewPlayer .op-bigbutton,
#kobayMainLivePreviewPlayer .op-spinner-container,
#kobayMainLivePreviewPlayer .op-spinner,
#kobayMainLivePreviewPlayer .op-message,
#kobayMainLivePreviewPlayer .op-message-box,
#kobayMainLivePreviewPlayer .op-message-container,
#kobayMainLivePreviewPlayer .op-message-text,
#kobayMainLivePreviewPlayer .op-message-description,
#kobayMainLivePreviewPlayer .op-message-icon,
#kobayMainLivePreviewPlayer .op-error,
#kobayMainLivePreviewPlayer .op-error-message,
#kobayMainLivePreviewPlayer .op-context-panel,
#kobayMainLivePreviewPlayer .op-context-item,
#kobayMainLivePreviewPlayer .op-controls {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

#kobayMainLivePreviewPlayer video,
#kobayMainLivePreviewPlayer canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	background: var(--main-live-preview-color-stage);
}

#kobayMainLivePreview > .main-live-preview__placeholder {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: var(--main-live-preview-media-height);
	padding: 44px 10px 54px;
	background-color: var(--main-live-preview-color-stage);
	background-image: linear-gradient(var(--main-live-preview-placeholder-scrim), var(--main-live-preview-placeholder-scrim)), var(--main-live-preview-thumbnail-url);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--main-live-preview-color-paper);
	text-align: center;
	z-index: 3;
	overflow: hidden;
}

#kobayMainLivePreview > .main-live-preview__placeholder > .main-live-preview__play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	background: var(--main-live-preview-control-scrim);
	border-radius: 50%;
	box-shadow: var(--main-live-preview-control-shadow);
	outline: 1px solid var(--main-live-preview-control-outline);
	outline-offset: -1px;
	cursor: pointer;
}

#kobayMainLivePreview > .main-live-preview__placeholder > .main-live-preview__play > .main-live-preview__play-triangle {
	display: block;
	width: 0;
	height: 0;
	margin-left: var(--main-live-preview-space-2);
	border-top: var(--main-live-preview-space-4) solid transparent;
	border-bottom: var(--main-live-preview-space-4) solid transparent;
	border-left: 28px solid var(--main-live-preview-color-paper);
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.95));
}

#kobayMainLivePreview > .main-live-preview__placeholder > .main-live-preview__waiting {
	display: none;
	max-width: 100%;
	text-shadow: var(--main-live-preview-text-shadow);
}

#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-title,
#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-text {
	margin: 0;
	color: var(--main-live-preview-color-paper);
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-title {
	font-size: 15px;
}

#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-text {
	margin-top: var(--main-live-preview-space-1);
	font-size: 12px;
	font-weight: 400;
}

#kobayMainLivePreview > .main-live-preview__mute,
#kobayMainLivePreview > .main-live-preview__close {
	position: absolute;
	top: 7px;
	z-index: 4;
	display: none;
	align-items: center;
	justify-content: center;
	height: var(--main-live-preview-live-control-height);
	margin: 0;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	background: var(--main-live-preview-color-live-control);
	color: var(--main-live-preview-color-paper);
	font-size: 11px;
	font-family: inherit;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	border-radius: var(--main-live-preview-live-control-radius);
	box-shadow: var(--main-live-preview-control-shadow);
	text-shadow: var(--main-live-preview-text-shadow);
}

#kobayMainLivePreview > .main-live-preview__mute {
	left: 7px;
	width: var(--main-live-preview-live-control-width);
	padding: 0;
}

#kobayMainLivePreview > .main-live-preview__mute > img {
	width: var(--main-live-preview-space-4);
	height: var(--main-live-preview-space-4);
	object-fit: contain;
	margin-right: 5px;
	margin-top: 1px;
}

#kobayMainLivePreview > .main-live-preview__close {
	right: 7px;
	width: var(--main-live-preview-close-size);
	height: var(--main-live-preview-close-size);
	padding: 0;
	background: var(--main-live-preview-control-scrim);
	border: 1px solid var(--main-live-preview-control-outline);
	border-radius: 50%;
}

#kobayMainLivePreview > .main-live-preview__close > img {
	width: var(--main-live-preview-close-icon-size);
	height: var(--main-live-preview-close-icon-size);
	object-fit: contain;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.95));
}

#kobayMainLivePreview > .main-live-preview__link {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 4;
	display: none;
	height: 34px;
	margin: 0;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--main-live-preview-color-ink);
	background: var(--main-live-preview-color-ink);
	color: var(--main-live-preview-color-paper);
	font-size: 13px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

#kobayMainLivePreview > .main-live-preview__toggle {
	position: absolute;
	left: 50%;
	top: var(--main-live-preview-media-height);
	z-index: 5;
	display: none;
	align-items: center;
	justify-content: center;
	width: var(--main-live-preview-toggle-width);
	max-width: 100%;
	height: var(--main-live-preview-toggle-height);
	margin: 0;
	padding: 0 8px;
	border: 1px solid var(--color--L-gray, #ddd);
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--color--primary);
	color: #fff;
	font-size: 13px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	border-radius: 0 0 8px 8px;
	transform: translateX(-50%);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.12);
}

#kobayMainLivePreview.is-ready > .main-live-preview__toggle {
	display: flex;
}

#kobayMainLivePreview.is-collapsed {
	width: var(--main-live-preview-media-width);
	height: var(--main-live-preview-toggle-height);
	max-width: 33vw;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

#kobayMainLivePreview.is-collapsed > .main-live-preview__player,
#kobayMainLivePreview.is-collapsed #kobayMainLivePreviewPlayer,
#kobayMainLivePreview.is-collapsed #kobayMainLivePreviewPlayer *,
#kobayMainLivePreview.is-collapsed > .main-live-preview__placeholder,
#kobayMainLivePreview.is-collapsed > .main-live-preview__mute,
#kobayMainLivePreview.is-collapsed > .main-live-preview__close,
#kobayMainLivePreview.is-collapsed > .main-live-preview__link {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

#kobayMainLivePreview.is-collapsed > .main-live-preview__toggle {
	left: 50%;
	top: 0;
	width: var(--main-live-preview-toggle-width);
	max-width: 100%;
	border-radius: 8px;
	transform: translateX(-50%);
}

#kobayMainLivePreview.is-ready {
	display: block;
}

#kobayMainLivePreview.is-started:not(.is-waiting) > .main-live-preview__placeholder,
#kobayMainLivePreview.is-playing > .main-live-preview__placeholder {
	display: none;
}

#kobayMainLivePreview.is-waiting > .main-live-preview__placeholder {
	display: flex;
}

#kobayMainLivePreview.is-waiting > .main-live-preview__placeholder > .main-live-preview__play {
	display: none;
}

#kobayMainLivePreview.is-waiting > .main-live-preview__placeholder > .main-live-preview__waiting {
	display: block;
}

#kobayMainLivePreview.is-playing > .main-live-preview__mute,
#kobayMainLivePreview.is-ready > .main-live-preview__close,
#kobayMainLivePreview.is-ready > .main-live-preview__link {
	display: flex;
}

#kobayMainLivePreview:not(.is-playing) > .main-live-preview__mute,
#kobayMainLivePreview:not(.is-ready) > .main-live-preview__close,
#kobayMainLivePreview:not(.is-ready) > .main-live-preview__link {
	display: none;
}

@media (max-width: 1200px) {
	#kobayMainLivePreview {
		left: 10px;
		right: auto;
		top: auto;
		bottom: 74px;
		transform: none;
		width: 33vw;
		min-width: 108px;
		max-width: 150px;
		height: 58.6667vw;
		min-height: 192px;
		max-height: 267px;
		overflow: hidden;
	}

	#kobayMainLivePreview > .main-live-preview__player,
	#kobayMainLivePreview > .main-live-preview__placeholder {
		height: 100%;
	}
	
	#kobayMainLivePreview > .main-live-preview__placeholder {
		padding: 36px 7px 42px;
	}
	
	#kobayMainLivePreview > .main-live-preview__placeholder > .main-live-preview__play {
		width: 48px;
		height: 48px;
	}
	
	#kobayMainLivePreview > .main-live-preview__placeholder > .main-live-preview__play > .main-live-preview__play-triangle {
		margin-left: var(--main-live-preview-space-1);
		border-top-width: var(--main-live-preview-space-3);
		border-bottom-width: var(--main-live-preview-space-3);
		border-left-width: 22px;
	}
	
	#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-title {
		font-size: 12px;
	}
	
	#kobayMainLivePreview > .main-live-preview__placeholder .main-live-preview__waiting-text {
		font-size: 10px;
	}
	
	#kobayMainLivePreview > .main-live-preview__mute,
	#kobayMainLivePreview > .main-live-preview__close {
		top: 5px;
		height: 24px;
		font-size: 10px;
	}
	
	#kobayMainLivePreview > .main-live-preview__mute {
		left: 5px;
		width: 74px;
	}
	
	#kobayMainLivePreview > .main-live-preview__mute > img {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	
	#kobayMainLivePreview > .main-live-preview__close {
		right: 5px;
		width: var(--main-live-preview-close-size);
		height: var(--main-live-preview-close-size);
	}
	
	#kobayMainLivePreview > .main-live-preview__link {
		left: 6px;
		right: 6px;
		bottom: 6px;
		height: 30px;
		font-size: 11px;
	}

	#kobayMainLivePreview > .main-live-preview__toggle {
		display: none !important;
	}
}
