.ss-player-section {
	padding: 0;
	position: relative;
}
.ss-player-section:after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, #dc575700 80px, #68819c1f 81px), linear-gradient(90deg, transparent 80px, #68819c1f 81px) #efefef;
	display: flex;
	padding: 120px 20%;
	background-size: 81px 81px;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ss-box input:focus {
	border: none;
}
.title-section {
	margin-top: 44px;
	position: relative;
}
.title-box {
	display: flex;
	padding: 10px;
	gap: 10px;
	position: relative;
	z-index: 1;
	flex-direction: column;
}
.title-section:after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, #dc575700 80px, #68819c1f 81px), linear-gradient(90deg, transparent 80px, #68819c1f 81px) #efefef;
	display: flex;
	padding: 120px 20%;
	background-size: 81px 81px;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title-box>div {
	flex: 1;
}
.image-box {
	border-radius: 5px;
	overflow: hidden;
	background: #bcbcbc;
	aspect-ratio: 16 / 9;
}
.title-text-box {
	display: flex;
	flex-direction: column;
	align-self: center;
}

.title {
	text-align: center;
	font-size: 44px;
	border-bottom: 3px solid var(--mainColor);
	width: fit-content;
	margin: 0 auto 12px;
	color: #404040;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	transform: scaleX(0.9);
}

.title-explanation {
	text-align: center;
}
.text-box {
	display: flex;
	flex-direction: column;
	align-self: center;
}

.system-section {
	max-width: 100%;
	position: relative;
}
.videos {
	width: 100%;
	height: 100%;
	user-select: none;
	background: rgba(10, 10, 10, 1);
}

.video-container {
	height: calc(100vh - 60px);
	width: 100%;
	display: flex;
	overflow: hidden;
	min-height: 500px;
	flex-direction: column;
}
.video1-container:after {
	height: 100%;
	background: rgba(20, 20, 20, 1);
	width: 1px;
	display: block;
	content: "";
	position: absolute;
	right: 0;
}

.video-containers {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.video-box {
	width: 100%;
	position: relative;
}
.video-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(36 47 57 / 90%);
}
.video-mask-inner {
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
}
.video-mask-heading {
	font-size: 22px;
}
.control-box {
	height: auto;
	flex-direction: column;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: rgba(20, 20, 20, 1);
	color: #fff;
	box-sizing: border-box;
	user-select: none;
	padding: 10px;
}

.control-btn {
	border: none;
	background: transparent;
	padding: 0;
}
.controls {
	display: flex;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
	background: rgba(30, 30, 30, 1);
	border-radius: 5px;
	height: 100%;
	width: 100%;
}

.controls-left:before {
	content: "Left Video";
	border-left: 2px solid #fff;
	width: fit-content;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}
.controls-right:before {
	content: "Right Video";
	border-left: 2px solid #fff;
	width: fit-content;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}
.btns-box {
	display: flex;
	height: 100%;
	box-sizing: border-box;
	flex: 1;
	justify-content: center;
	align-items: center;
	order: -1;
	justify-content: space-evenly;
	width: 100%;
	gap: 0;
	padding: 10px 0;
}

.btns-box button,
.btns-box span {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.btns-box button:hover,
.btns-box span:hover {
	opacity: 0.75;
}

.btns-box svg {
	width: 100%;
	height: 100%;
}

.btns {
	display: flex;
	height: 100%;
	width: 100px;
	align-items: center;
	justify-content: center;
}

.btn-clicked {
	filter: drop-shadow(0px 0px 6px #fff);
}
.yt-loader-box {
	display: flex;
	gap: 10px;
	width: 100%;
}

.loader-input {
	flex: 1;
	background: rgba(10, 10, 10, 1);
	height: 30px;
	border: none !important;
	color: #fff !important;
	padding: 0 5px !important;
}

.ss-box .loader-input::-webkit-input-placeholder {
	padding: 0px 5px;
}

.loader-input:focus-visible {
	outline: 1px solid rgba(60, 60, 60, 1);
}

.loader-options-box {
	height: 40px;
	border-radius: 20px;
	display: flex;
	box-sizing: border-box;
	background: var(--mainColor);
}
.controls-left .loader-options-box {
	margin-right: auto;
}
.controls-right .loader-options-box {
	margin-left: auto;
}
.loader-options {
	display: flex;
	border-radius: 20px;
	height: 40px;
	align-items: center;
	cursor: pointer;
	user-select: none;
	border: 2px solid var(--mainColor);
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 8px;
}

.loader-options-selected {
	background: #efefef;
	color: rgba(10, 10, 10, 1);
}

.loader-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	background: #efefef;
	color: rgba(10, 10, 10, 1);
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
}

.loader-btn:hover {
	opacity: 0.5;
}
.loader-input-box {
	height: 36px;
	display: flex;
	align-items: center;
}
.ss-box .loader-input {
	height: 36px;
	color: #404040 !important;
}
.loader-input-not-selected {
	display: none;
}

.ss-box .dp-seek-bar {
	width: 100%;
	appearance: none;
	height: 5px;
	outline: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
	top: -5px;
	background: #ccc0c0;
	margin: 0;
}

.dp-seek-bar-box {
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(20, 20, 20, 1);
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ss-box .dp-seek-bar::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	margin-top: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #efefef;
	cursor: pointer;
}

.ss-box .dp-seek-bar::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	appearance: none;
	height: 5px;
	box-shadow: none;
}

.ss-box .dp-seek-bar::-moz-range-track {
	appearance: none;
	height: 6px;
	margin: 2px;
}

.video-controls {
	height: 20px;
}

.loop-controls-box {
	width: 100%;
	height: 20px;
	position: relative;
	touch-action: none;
}

.loop-controls-mask {
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.8);
	position: absolute;
	z-index: 3;
}

.loop-controls {
	position: absolute;
	width: 100%;
	height: 20px;
}

.loop-controls-box:after {
	content: "";
	width: 100%;
	height: 6px;
	top: calc(50% - 3px);
	position: absolute;
	box-sizing: border-box;
	background: linear-gradient(to right, rgba(60, 60, 60, 1) 1px, transparent 0px 0px);
	background-size: 5px 100%;
}

.loop-bars {
	width: 5px;
	height: 20px;
	background: rgba(60, 60, 60, 0.3);
	position: absolute;
	z-index: 1;
}

.loop-start-bar {
	left: 0;
	width: 5px;
}

.loop-handle {
	width: 5px;
	height: 20px;
	position: absolute;
	display: block;
	content: "";
	background: #fff;
	filter: drop-shadow(1px 1px 1px rgba(10, 10, 10, 1));
	cursor: ew-resize;
	z-index: 2;
	user-select: none;
}

.loop-start {
	left: 0;
}

.loop-end-bar {
	right: 0;
	width: 5px;
}

.loop-end {
	right: 0;
}

.loop-start:hover>.loop-start-time,
.loop-end:hover>.loop-end-time {
	display: flex !important;
}

.loop-times {
	display: none;
	height: 28px;
	background: rgba(10, 10, 10, 1);
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	line-height: 18px;
	font-size: 18px;
	position: absolute;
	top: -64px;
	border-radius: 5px;
	color: #fff;
	user-select: none;
	pointer-events: none;
	left: -34px;
	border: 1px solid rgba(40, 40, 40, 1);
	box-sizing: border-box;
}

.start-btn .stop-btn-svg {
	display: none;
}

.start-btn,
.stop-btn {
	background: none !important;
}

.stop-btn .start-btn-svg {
	display: none;
}

#startStopBtn:active,
#startStopBtn:focus-visible,
#startStopBtn:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.compatibility-box {
	display: flex;
	justify-content: center;
	color: #cdcdcd;
	margin-top: 20px;
	flex-direction: column;
}

.list-compatibility {
	position: relative;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compatible:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 5px;
	border-left: 2px solid #25AF01;
	border-bottom: 2px solid #25AF01;
	transform: rotate(-45deg);
}

.not-compatible {
	display: block;
	position: relative;
}

.not-compatible::before,
.not-compatible::after {
	/* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: red;
}

.not-compatible::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.not-compatible::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.list-name {
	background: #714991;
	padding: 10px;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	width: 100px;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}

.upload-btns {
	cursor: pointer;
	color: #efefef;
}

.loading-box {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.95);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}

.loading-text {
	opacity: 0;
	animation: fadeInOut 5s infinite;
	font-size: 36px;
	color: #fff;
}

@keyframes fadeInOut {

	0%,
	100% {
		opacity: 0.2;
	}

	50% {
		opacity: 1;
	}
}

.loader-options-box-outer {
	position: relative;
	display: flex;
	gap: 10px;
}

.loader-setting-btn,
.full-screen-btns {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-setting-btn:hover,
.full-screen-btns:hover {
	opacity: 0.8;
	cursor: pointer;
}

.loader-setting-btn svg,
.full-screen-btns svg {
	width: 28px;
	height: 28px;
	filter: brightness(0.92);
}

.loader-setting-box {
	position: absolute;
	bottom: 100%;
	margin-bottom: 25px;
	z-index: 2;
	background: rgba(30, 30, 30, 1);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	border-radius: 10px;
}

.controls-left .loader-setting-box {
	margin-left: 20px;
}

.controls-right .loader-setting-box {
	margin-left: -20px;
}

.loader-setting-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.loader-option-title {
	font-weight: bold;
}

.loader-mask-btn {
	border: 1px solid;
	padding: 10px;
	box-sizing: border-box;
	height: 42px;
	line-height: 22px;
	border-radius: 5px;
	text-align: center;
}

.loader-mask-on {
	background: #efefef;
	color: #000;
}

.loader-mask-btn:hover {
	cursor: pointer;
	opacity: 0.8;
}

.video-speed-box {
	display: flex;
	align-self: center;
	gap: 2px;
}

.video-speed-selected {
	background: #efefef;
	color: #000;
}

.video-speed-options {
	display: flex;
	height: 40px;
	width: 48px;
	align-items: center;
	border: 1px solid rgba(100, 100, 100, 0.5);
	box-sizing: border-box;
	justify-content: center;
}

.video-speed-options:hover {
	opacity: 0.8;
	cursor: pointer;
}

.video-volume-slider {
	width: 100%;
	cursor: pointer;
	background: transparent;
}

.frame-number-box {
	display: flex;
	gap: 10px;
}

.frame-number-slider {
	cursor: pointer;
	flex: 1;
	background: transparent;
}

.video-volume-box:focus-visible,
.frame-number-slider:focus-visible {
	outline: none;
}
.ss-box .frame-number-slider::-webkit-slider-runnable-track, .ss-box .video-volume-slider::-webkit-slider-runnable-track {
	box-shadow: none;
}
.frame-number-value {
    border: 1px solid rgba(100, 100, 100, .5);
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}

.fps-section {
	padding: 80px 15%;
	box-sizing: border-box;
}

.fps-section-title {
	text-align: center;
}

.fps-section h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

.fps-content-box {
	text-align: center;
	margin-top: 80px;
}

.fps-heading {
	text-align: center;
}

.fps-examples {
	display: flex;
	gap: 20px;
	margin: 20px 0;
}

.fps-example {
	display: flex;
	flex-direction: column;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	flex: 1;
	overflow: hidden;
}

.fps-example-heading {
	background: #1d252d;
	color: #fff;
	padding: 14px 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.fps-example-body {
	padding: 20px;
	margin: 0;
}

.fps-example-icon {
	color: #1d252d;
	font-weight: bold;
	font-size: 28px;
	height: 48px;
	align-content: center;
	margin-top: 20px;
}


/* =========== 共通部分 =========== */
.top-section {
	background: #1d252d;
}

.top-box {
	background: linear-gradient(0deg, #dc575700 80px, #68819c4f 81px), linear-gradient(90deg, transparent 80px, #68819c4f 81px);
	display: flex;
	padding: 80px 15%;
	background-size: 81px 81px;
	background-position: center;
	gap: 80px;
	height: 100%;
}

.top-left,
.top-right {
	flex: 1;
}

.top-left {
	display: flex;
	flex-direction: column;
	align-self: center;
	color: #fff;
	max-width: 800px;
}

.top-right {
	display: flex;
	justify-content: center;
}

.top-right img {
	height: 100%;
	max-height: 600px;
	max-width: 100%;
	filter: saturate(1.5) drop-shadow(2px 2px 2px black);
	aspect-ratio: 1/1;
}

.top-title {
	font-size: 36px;
	margin-bottom: 20px;
}

.top-body {
	font-size: 20px;
	margin-bottom: 20px;
}

.usage-section {
	background: #cecdd9 !important;
	padding: 120px 15%;
	box-sizing: border-box;
}

.usage-header {
	text-align: center;
}

.usage-section h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

.steps-container-outer {
	margin: 40px 0;
	background: #fff;
	border-radius: 10px;
	padding: 60px 20px;
}

.steps-container {
	display: flex;
	justify-content: space-between;
}

.steps-divider {
	width: 90%;
	height: 1px;
	margin: 40px auto;
	background: #cecdd9;
}

.step {
	padding: 20px;
	border-radius: 10px;
	flex: 1;
	margin: 0 10px;
	margin-bottom: -20px;
	text-align: center;
	gap: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.step h3 {
	margin: 0;
}

.step-number {
	font-size: 24px;
	line-height: 48px;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	color: #fff;
	background: #714991;
	margin: 0 auto;
}

.step:not(:last-of-type):after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	border-left: 2px solid #714991;
	border-top: 2px solid #714991;
	transform: rotate(135deg);
	right: -10px;
	position: absolute;
	top: 48px;
}

.compatibility-header {
	text-align: center;
}

.compatibility-item {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #cecdd9;
	width: 140px;
}

.point-section {
	padding: 80px 5px;
	position: relative;

}
.point-section:after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, #dc575700 80px, #68819c1f 81px), linear-gradient(90deg, transparent 80px, #68819c1f 81px) #ffffff;
	display: flex;
	padding: 120px 20%;
	background-size: 81px 81px;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.point-header {
	text-align: center;
}
.point-header h2, .faq h2 {
	text-align: center;
	font-size: 44px;
	border-bottom: 3px solid var(--mainColor);
	width: fit-content;
	margin: 0 auto 12px;
	color: #404040;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	transform: scaleX(.9);
}
.point-header p {
	color: #404040;
}

.points-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 10px;
	margin: 40px auto 0;
	padding: 0;
	max-width: 1600px;
}

.point {
	background: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--borderColor);
}
.point h3 {
	text-align: center;
	font-weight: 700;
	min-height: 64px;
	line-height: 24px;
	margin-bottom: 0;
	align-content: center;
	font-size: 18px;
	background: #efefef;
}
.point picture {
	display: flex;
	align-self: center;
	width: 100%;
	justify-content: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	flex: none;
	padding: 10px;
}
.point picture img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	align-self: center;
	border-radius: 5px;
}
.point-content {
	padding: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.point-content p {
	margin: 0;
	padding: 20px;
}

.faq-section {
	padding: 40px 20px;
	box-sizing: border-box;
	position: relative;
}
.faq-section:after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, #dc575700 80px, #68819c1f 81px), linear-gradient(90deg, transparent 80px, #68819c1f 81px) #efefef;
	display: flex;
	padding: 120px 20%;
	background-size: 81px 81px;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.faq {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 800px;
	margin: 0 auto;
	cursor: pointer;
}
.faq-decoration {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #14cdcd;
	border-radius: 18px;
	flex: none;
	color: #fff;
	border: 1px solid #14cdcd;
	font-size: 24px;
	line-height: 24px;
}
.faq-items {
	padding: 15px;
	background: #fff;
	position: relative;
	display: flex;
	gap: 15px;
	align-items: center;
	border-radius: 5px;
}

.faq-items:hover {
	opacity: 0.8;
}

.faq-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.faq-body {
	width: fit-content;
}
.ss-box .faq-question, .ss-box .faq-answer {
	margin: 0;
}
/* =========== 共通部分終わり =========== */
.fps-note-box {
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
	border: #1d252d 1px solid;
}

.fps-note-item {
	display: flex;
	position: relative;
	padding: 40px;
}

.fps-note-image {
	width: 100%;
}

.fps-note-item picture {
	width: 400px;
	flex: none;
}

.fps-note-item:not(:last-child) {
	margin-bottom: 40px;
}

.fps-note-item:not(:last-child):after {
	content: "";
	position: absolute;
	width: calc(100% - 80px);
	border-bottom: 1px dashed #1d252d;
	height: 1px;
	bottom: -20px;
}

.fps-note-body {
	margin: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	text-align: left;
	margin-left: 20px;
}

.fps-content h3 {
	background: #1d252d;
	margin: 0;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.try-now-icon {
	color: #fff;
	text-decoration: none;
	background: orange;
	padding: 10px 30px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 20px;
	font-size: 18px;
	line-height: 18px;
}

.try-now-icon:hover {
	cursor: pointer;
	opacity: 0.8;
}


/* Tablet */
@media (min-width: 768px) {
	.video-container {
		flex-direction: row;
	}
	.btns-box {
		height: 100%;
		justify-content: center;
		gap: 40px;
	}
}
/* Desktop */
@media (min-width: 1024px) {
	.title-box{
		flex-direction: row;
		padding: 10px;
	}
	.system-box {
		height: calc(100vh - 44px - - 10px);
		flex-direction: row;
		padding: 0px 10px 10px;
	}
	.admin-bar .system-box {
		height: calc(100vh - 44px - 32px - 10px);
	}
	.system-box-left {
		width: calc(100% - 240px);
		border-radius: 5px;
		height: 100%;
	}
	.sp-control {
		display: none;
	}
	.system-box-right {
		width: 300px;
		gap: 20px;
		padding: 0;
		padding-right: 10px;
	}
	.current-time-box {
		order: unset;
	}
	.variables-box {
		gap: 20px;
	}
	.points-container {
		gap: 20px;
	}
	.point-section {
		padding: 80px 15%;
	}
	.ss-box .title-explanation {
		width: 80%;
		margin: 0 auto;
		max-width: 600px;
	}
	.audio-vol-box {
		width: 150px;
	}
	.control-box {
		height: 130px;
		flex-direction: row;
	}
	.btns-box {
		padding: 20px 40px;
		order: unset;
	}
	.ss-player-section {
		padding: 0 10px 10px;
	}
	.ss-player-box {
		overflow: hidden;
		border-radius: 5px;
	}
	.video-container {
		height: calc(100vh - 140px - 44px - 10px);
	}
	.admin-bar .video-container {
		height: calc(100vh - 140px - 44px - 10px - 32px);
	}
	.controls-left:before, .controls-right:before {
		display: none;
	}
	.loader-options {
		padding: 0 20px;
		font-size: 16px;
	}
}