/* ====================================================== */
/* デフォルト：スマホ縦向き */
/* ====================================================== */
body {
	margin: 0;
}
.hentry, .widget {
	margin: 0;
}
.ai-motion-analyzer-box input:focus{
	border: none;
}
.page-numbers li {
	list-style-type: none !important;
	appearance: none;
}
.comment-content p {
	overflow-wrap: anywhere;
}
.patreon-link-outer-box {
	display: none !important;
}
.site-content, .entry-content {
	padding: 0 !important;
}
.note-section {
	background: #fff;
}
.note-box {
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(45deg, #ededf461, #ededf461 15px, transparent 15px, transparent 30px, #ededf461 30px, #ededf461 45px, transparent 45px, transparent 60px, #ededf461 60px);
	padding: 40px 20%;
}
.note-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.note-body {
	display: flex;
	gap: 20px;
	flex-direction: column;
	text-align: center;
}
.patreon-link-inner-box-right {
	width: 20%;
	filter: invert(1);
	padding: 4px;
	box-sizing: border-box;
	margin-left: auto;
}
.patreon-link-inner-box {
	background: #f86754;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px;
	align-items: center;
	text-align: center;
}
.patreon-link-title {
	margin-top: 5px;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}
.features-section {
	padding: 20px;
	background: #fff;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.features-box-right {
	display: flex;
	gap: 20px;
	flex-direction: column;
	flex: none;
}
.features-tool-box {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	gap: 20px;
	align-self: center;
}
.features-tool {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	height: 180px;
}
.features-tool-name {
	margin: auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.features-image-box {
	position: relative;
	flex: none;
	width: 120px;
	height: 120px;
	border-radius: 10px;
	overflow: hidden;
	background: #1d252d;
	padding: 20px;
	box-sizing: border-box;
}
.features-image-box-advanced {
	padding: 0;
}
.features-tool-title {
	font-weight: bold;
	font-size: 18px;
	align-self: center;
}
.features-box-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}
.features-title-box {
	font-size: 30px;
	font-weight: bold;
}
.features-btn {
	background: radial-gradient(circle, #b16ccd 0%, #b055d4 50%, #9f2cce 100%);
	padding: 0 40px;
	box-sizing: border-box;
	height: 40px;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 20px;
	margin: 0 auto;
}
.features-btn:hover {
	cursor: pointer;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
.features-tool-link-box {
	margin-top: 40px;
}
.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;
}

.video-box-left,
.video-box-right {
	flex-direction: column;
	flex: 1;
	border-right: 1px solid #0c0c0c;
}
.player-box {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.video-box {
	flex: none;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.three-sec-btns {
	margin: 0 16px;
	display: none !important;
}
.video-box-left .controller-upper:before {
	content: "";
	position: absolute;
	font-size: 24px;
	color: rgba(200, 200, 200, 0.5);
	left: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.video-box-right .controller-upper:after {
	content: "";
	position: absolute;
	font-size: 24px;
	color: rgba(200, 200, 200, 0.5);
	right: 0;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
}
.player-section {
	background: #1d252d;
	height: fit-content;
	position: relative;
	height: calc(100vh - 44px);
	overflow: hidden;
}
.system-loading-box {
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.bind-control-box,
.display-mode-box,
.video-setting-box-right,
.video-setting-box-left .side-setting-title {
	display: none !important;
}
.bind-control-box {
	display: none !important;
}
.controller-question-icon {
	margin-left: 5px;
	display: none !important;
}
.video-controller-box-left,
.video-controller-box-right {
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px;
	box-sizing: border-box;
	background: #1d252d;
	z-index: 2;
	height: 105px;
}
.controller-lower {
	display: flex;
	gap: 10px;
	width: 100%;
	grid-template-columns: auto 40px;
	grid-template-rows: auto 40px;
}
.loader-type-box {
	color: #eee;
	width: 100%;
	border: 1px solid #00dcff;
	box-shadow: 0px 0px 4px 1px #206fa9a6;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	box-sizing: border-box;
	background: radial-gradient(circle, #1d252d 25%, #2b353f 100%);
	position: relative;
	user-select: none;
	flex: 1;
}
.loader-type-box:hover {
	opacity: 0.8;
	cursor: pointer;
}
.video-info-box {
	height: 100%;
	flex: 1;
	color: #eee;
	display: flex;
	align-items: center;
	background: rgba(200, 200, 200, 0.1);
	box-sizing: border-box;
	gap: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.setting-icon-box {
	height: 40px;
	width: 40px;
}
.setting-icon-box svg:hover {
	opacity: 0.8;
	cursor: pointer;
}
.setting-icon-box-inactive {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}
button {
	background: transparent;
	outline: none;
	border: none;
	padding: 0;
}
.skip-btns {
    flex: none;
    height: 50px;
    font-size: 30px;
    border-radius: 5px;
    flex: auto;
    width: 5vw;
    max-width: unset;
    min-width: 40px;
    border: 1px solid #1b242c;
    outline: none;
    background: var(--mainColor);
    color: #eee;
    position: relative;
    transition: background-color .1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-stop-btn {
	width: 50px;
	height: 50px;
}
.start-stop-btn:focus {
	box-shadow: none;
	background: transparent;
}
.controller-upper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	gap: 5px;
}
.video-container {
	height: calc(100vh - 105px - 44px - 46px);
	position: relative;
	overflow: hidden;
	flex: none;
}
.canvas-3D-config-box {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-bottom: none;
	width: 80%;
	margin: 10%;
}
.canvas-3D-item-content {
	width: 60%;
	min-width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.canvas-3D-item-name {
	height: 100%;
	display: flex;
	align-items: center;
	min-width: unset;
	justify-content: center;
	border-right: 1px solid #eee;
	width: 40%;
	padding: 10px;
}
.canvas-3D-config-row {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cb2d-appendix-inner {
	margin-left: auto;
	padding: 5px;
	display: flex;
	gap: 5px;
	flex-direction: column;
}
.cb2d-appendix-btn {
	background: #fff;
	display: flex;
	height: 36px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	opacity: .9;
	border-radius: 2px;
	padding: 5px;
	position: unset;
	width: 100%;
	margin: 0;
	user-select: none;
}
.cb2d-appendix-btn:hover {
	cursor: pointer;
	opacity: 0.5;
}
.cb2d-appendix-icon {
	width: 24px;
	height: 24px;
}
.trace-off, .grid-off {
	background: #afafaf;
}
.appendix-icon-text {
	height: 100%;
	display: flex;
	align-items: center;
	width: 120px;
	justify-content: center;
}
.advanced-functions-helper-box-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: unset;
	gap: 10px;
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding: 10px;
	border-radius: 20px;
	border: 1px solid #7c7c7c;
	cursor: default;
	position: relative;
	background: #fff;
	color: #000;
	overflow-y: scroll;
	height: 90%;
}
.advanced-functions-helper-content-box {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}
.advanced-functions-helper-note {
	display: block;
}
.advanced-functions-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	max-width: 500px;
	align-items: center;
}
.advanced-functions-content-image-container {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	flex: none;
	max-width: 100px;
	aspect-ratio: 1 / 1;
	height: fit-content;
}
.mask-compatibility-container {
	display: flex;
	flex-direction: row;
	justify-self: center;
}
.mask-compatibility-box, .mode-selector-exp-box {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(100, 100, 100, 0.1);
	box-sizing: border-box;
	gap: 20px;
	padding: 20px 10px;
	width: 100%
}
.mask-compatibility-item {
	padding: 0 10px;
}
.mask-compatibility-item:not(:last-of-type) {
	border-right: 1px solid #3f3f3f;
}
.invalid-file-mask {
	z-index: 4;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
}
.invalid-mask-heading {
	padding: 10px;
}
.invalid-file-mask-container {
	width: 500px;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.invalid-yt-file-mask-container {
	width: 500px;
	height: 320px;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.invalid-mask-row-top {
	padding: 40px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: radial-gradient(circle, #5090ff 0%, #0045bf 100%);
}
.invalid-yt-mask-row-top {
	padding: 40px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: radial-gradient(circle, #ff5050 0%, #bf0000 100%);
}
.invalid-mask-close-btn {
	margin-left: auto;
	padding: 10px;
	width: 50px;
	text-align: center;
}
.invalid-mask-close-btn:hover {
	background: red;
	cursor: pointer;
}
.invalid-mask-ok-btn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.invalid-mask-row-middle {
	display: flex;
	gap: 10px;
	padding: 30px 10px;
	align-self: center;
}
.invalid-mask-row-bottom {
	padding: 10px;
	display: flex;
	background: #eee;
	justify-content: center;
}
.invalid-mask-ok-btn {
	height: 30px;
	width: 100px;
	border: none;
	margin: 0;
	border-radius: 5px;
	flex: auto;
	outline: none;
	background: radial-gradient(circle, #5090ff 0%, #0045bf 100%);
	color: #eee;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.invalid-yt-mask-ok-btn {
	height: 30px;
	width: 100px;
	border: none;
	margin: 0;
	border-radius: 5px;
	flex: auto;
	outline: none;
	background: radial-gradient(circle, #ff5050 0%, #bf0000 100%);
	color: #eee;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.invalid-yt-mask-ok-btn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.invalid-mask-icon {
	filter: invert(1);
}
.invalid-mask-heading {
	font-weight: bold;
	color: #fff;
}
.video-element {
	width: 100%;
}
.video-left, .video-right {
	height: 100%;
	display: flex;
	overflow: hidden;
	background: #000;
}
.youtube-player-mount {
	height: 100%;
	width: 100%;
}
.ai-motion-analyzer-box video::-webkit-media-controls-fullscreen-button {
	display: none;
}
.mask-img-box {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask-yt-img {
	height: 50px;
}
.mask-img {
	width: clamp(25px, 40px, 50px);
	height: auto;
	filter: invert(1);
}
.video-mask-text:nth-of-type(2),
.video-mask-text:nth-of-type(3) {
	display: none;
}
.advanced-functions-helper-status-box {
	display: flex;
	flex-direction: column;
	background: #fff;
	color: #000;
	padding: 0;
	border-radius: 10px;
	width: 100%;
	flex: 1;
}
.loading-progress-bar-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: left;
	height: 20px;
	border: 1px solid #dbbde2;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px;
	box-sizing: border-box;
	width: 80px;
}
.loading-progress-bar {
	height: 20px;
	display: block;
	background: linear-gradient(to right,#d88ed1 0%,#b56cd3 100%);
	width: 0%;
	border-radius: 0px;
}
.loading-progress-value {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading-progress-status {
	padding: 0 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 5px;
	background: #eadce9;
	font-size: 12px;
	width: 150px;
	margin-left: 10px;
}
.controls-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 5px;
	user-select: none;
	box-sizing: border-box;
	flex: none;
	height: 46px;
}
.ai-motion-analyzer-box .controls-box::-webkit-scrollbar-track {
	background-color: #71719917;
}
.ai-motion-analyzer-box .controls-box::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .controls-box::-webkit-scrollbar {
	width: 10px;
}
.inset-video-setting-box {
	background: #1d252d;
	position: absolute;
	color: #eee;
	width: 100%;
	height: calc(100vh - 44px - 105px - 41px);
	top: 0;
	left: 0;
	flex-direction: column;
	gap: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	z-index: 4;
	user-select: none;
}
#insetVideoSettingRight {
	left: 50%;
}
.inset-video-setting-inner {
	height: 100%;
	box-sizing: border-box;
}
.inset-right-top-btns-box {
	right: 0;
	position: absolute;
	top: 0;
	margin-right: 20px;
	box-sizing: border-box;
	display: flex;
}
.inset-close-btn:after,
.inset-close-btn:before {
	content: "";
	position: absolute;
	top: 22px;
	width: 2px;
	height: 20px;
	background: #eee;
}
.inset-close-btn:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.inset-close-btn:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.inset-close-btn {
	color: #eee;
	font-weight: 700;
	box-sizing: border-box;
	display: flex;
	width: 50px;
	height: 44px;
	align-items: center;
	justify-content: center;
}
.inset-close-btn:hover {
	cursor: pointer;
	background: rgb(206, 0, 0);
}
.inset-side-toggle-btn {
	position: relative;
	width: 50px;
	height: 44px;
	display: flex;
	align-items: center;
	align-self: center;
	gap: 10px;
	justify-content: center;
}
.inset-side-toggle-btn:hover {
	background: #36303d;
	cursor: pointer;
}
.inset-side-toggle-btn:before {
	width: 0;
	height: 0;
	border-right: 12px solid #eee;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
	content: "";
}
.inset-side-toggle-btn:after {
	width: 0;
	height: 0;
	border-left: 12px solid #eee;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
	content: "";
}
.inset-setting-nav {
	display: flex;
	align-items: center;
	height: 44px;
	gap: 5px;
	background: #2f3a45;
}
.inset-video-setting-title {
	font-size: 18px;
	font-weight: 700;
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 34px;
	white-space: nowrap;
}
.inset-setting-basic {
	display: flex;
	width: 100%;
	gap: 20px;
	flex-direction: column;
}
.inset-setting-basic-upper {
	display: flex;
	gap: 20px;
	box-sizing: border-box;
	width: 100%;
	flex-direction: column;
}
.inset-setting-basic-lower {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.inset-title-box {
	display: flex;
	gap: 5px;
	align-items: center;
}
.inset-title-box-setting-mode {
	white-space: nowrap;
}
.inset-general-setting .inset-location-title {
	display: none;
}
.inset-setting-switcher {
	width: 20px;
	height: calc(50% - 84px / 2);
	position: absolute;
	background: #1d252d;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inset-video-setting-box:has(.inset-setting-switcher:hover) {
	opacity: 0.8;
	cursor: pointer;
}
.inset-setting-switcher-left {
	top: 0;
	right: -20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.inset-setting-switcher-right {
	bottom: calc(84px - 1px);
	left: -20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.triangleLeft {
	width: 0;
	height: 0;
	border-left: 12px solid #eee;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
}
.triangleRight {
	width: 0;
	height: 0;
	border-right: 12px solid #eee;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
}
.loop-canvas-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.canvas-container {
	width: calc(100% - 30px);
	margin: 0 15px;
	overflow-x: scroll;
	touch-action: none;
}
.ai-motion-analyzer-box .canvas-container::-webkit-scrollbar {
	display: none;
}
.canvas-container-mask {
	width: 100%;
	height: calc(100% + 2px);
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 24px;
	color: #efefef;
}
.canvas-time-box {
	height: 30px;
	display: flex;
}
.time-block {
	width: calc(80px * 16 / 9);
	display: block;
	flex: none;
	align-content: center;
	border-left: 1px solid rgba(200, 200, 200, 0.2);
	padding-left: 5px;
	font-size: 12px;
	box-sizing: border-box;
}
.loop-canvas {
	height: 80px;
}
.loop-canvas-box-inner {
	position: relative;
}
.canvas-container-inner {
	border: 1px solid rgba(200, 200, 200, 0.2);
	background: #3f454c;
	box-sizing: border-box;
	position: relative;
	height: 80px;
}
.loop-area-container {
	height: 84px;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border: 3px solid #004eff;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: ew-resize;
	z-index: 1;
	touch-action: none;
}
.loop-handle-end {
	left: 100px;
}
.loop-handle {
	width: 15px;
	height: 84px;
	bottom: -2px;
	display: flex;
	background: #004eff;
	position: absolute;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 2px;
	z-index: 1;
	touch-action: none;
}
.loop-handle:before {
	width: 2px;
	height: 28px;
	display: block;
	content: "";
	background: #eee;
}
.inset-inner-left,
.inset-inner-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-self: center;
	gap: inherit;
	height: 100%;
	width: 100%;
	margin-bottom: auto;
}
.inset-inner-right-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid;
	padding: 10px;
	position: relative;
}
.open-account-mask {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .9);
	flex-direction: column;
	gap: 10px;
	top: 0;
	left: 0;
}
.login-link {
	background: #ff9420;
	color: #fff;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 40px;
	border-radius: 22px;
}
.inset-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.video-location-box {
	overflow: hidden;
	position: relative;
	border: 1px solid #9d9d9d;
	border-radius: 10px;
}
.loc-mask-heading {
	font-size: 24px;
	font-weight: bold;
}
.video-location-box-mask {
	color: #fff;
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	pointer-events: none;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}
.inset-video-setting-container {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 44px);
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.ai-motion-analyzer-box .inset-video-setting-container::-webkit-scrollbar {
	width: 10px;
}
.ai-motion-analyzer-box .inset-video-setting-container::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .inset-video-setting-container::-webkit-scrollbar-track {
	background-color: #71719917;
}
.setting-switch-btn {
	height: 100%;
	flex: 1;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	border-radius: 18px;
	align-items: center;
	user-select: none;
	border: 2px solid #9f2cce;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 12px;
}
.setting-switch-btn-selected {
	background: #fff;
	color: #000;
}
.advanced-btn-inactive {
	pointer-events: none;
	opacity: 0.25;
}
.setting-switch-btn:hover {
	opacity: 0.8;
	cursor: pointer;
}
.func-list-box {
	box-sizing: border-box;
	z-index: 1;
	background: #fff;
	padding: 40px 10px;
}
.func-tab-box {
	font-size: 24px;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.func-tab {
	border-bottom: 5px solid #eee;
	padding: 0 15px 5px;
	text-align: center;
}
.func-tab:hover {
	cursor: pointer;
	opacity: 0.8;
}
#normalTab.func-tab-selected {
	border-bottom: 5px solid #1d252d;
	color: #1d252d;
}
#advancedTab.func-tab-selected {
	border-bottom: 5px solid #714991;
	color: #714991;
}
.func-list-heading {
	margin-bottom: 40px;
	text-align: center;
}
.func-list-body {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.func-item {
	width: 100%;
	padding: 20px;
	background: #eeeff5;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius: 5px;
	max-width: 360px;
}
.func-item-image-box {
	display: none;
	position: relative;
	flex: none;
	border-radius: 10px;
	overflow: hidden;
	background: #1d252d;
	padding: 20px;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	max-width: 150px;
	margin: 0 auto;
}
.func-item-image-box-advanced {
	background: none;
	padding: 0px;
}
.func-item-image {
	aspect-ratio: 1 / 1;
	margin: auto 0;
	width: 100%;
	height: 100%;
	flex: none;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.func-item-image-box-more {
	background: #50759b;
}
.func-item-image-box-more img {
	filter: invert(1);
}
.func-item-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	align-items: center;
}
.func-item-title {
	font-weight: bold;
}
.func-item-body {
	margin: 0 0 10px;
	line-height: 22px;
	height: 100%;
	font-size: clamp(12px, 0.8vw, 18px);
}
.func-item-title-advanced {
	color: #714991;
}
.func-item-tag-box {
	margin-top: auto;
	display: flex;
	align-self: center;
}
.func-item-tag {
	width: fit-content;
	display: flex;
	padding: 0 14px 2px;
	height: 20px;
	align-items: center;
	font-size: 14px;
	border-radius: 11px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #af5cd0;
	box-sizing: border-box;
}
.pc-only-tag {
	background: #eee;
	border: 1px solid #d6d6d6;
}
.func-item-image-box-advanced:after, .features-image-box-advanced:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	background: radial-gradient(circle at 10% 20%, rgba(150, 0, 150, 0.7) 0%, transparent 30%), radial-gradient(circle at 25% 35%, rgba(100, 50, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 30% 10%, rgba(80, 0, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 45% 30%, rgba(130, 80, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 50% 60%, rgba(90, 30, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 65% 40%, rgba(150, 50, 100, 0.7) 0%, transparent 30%), radial-gradient(circle at 70% 15%, rgba(100, 50, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 80% 50%, rgba(70, 0, 100, 0.7) 0%, transparent 30%), radial-gradient(circle at 90% 25%, rgba(130, 80, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 15% 70%, rgba(150, 0, 150, 0.7) 0%, transparent 30%), radial-gradient(circle at 20% 90%, rgba(80, 0, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 35% 80%, rgba(90, 30, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 65% 85%, rgba(100, 50, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 75% 70%, rgba(150, 50, 100, 0.7) 0%, transparent 30%), radial-gradient(circle at 85% 90%, rgba(130, 80, 130, 0.7) 0%, transparent 30%), radial-gradient(circle at 95% 75%, rgba(80, 0, 130, 0.7) 0%, transparent 30%);
	animation: backgroundFloat 4s ease-in-out infinite;
	pointer-events: none;
	opacity: 0.5;
}
.func-item-image-box-advanced:before, .features-image-box-advanced:before {
	content: "";
	background: #c077d1;
	width: 100%;
	height: 100%;
	position: absolute;
}
.answer-content {
	background: #eee;
	padding: 15px 20px;
	color: #000;
	flex-direction: column;
	gap: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 40px 40px rgba(0, 0, 0, 0.25);
	z-index: 4;
	position: fixed;
	top: 25%;
	left: 0;
	right: unset;
	height: 50%;
	margin: 20px;
	box-sizing: border-box;
	width: calc(100% - 40px);
}
.controller-answer-content,
.answer-content {
	overflow-y: scroll;
}
.ai-motion-analyzer-box .yt-mode-box::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .yt-mode-box::-webkit-scrollbar-track {
	background-color: #71719917;
}
.ai-motion-analyzer-box .yt-mode-box::-webkit-scrollbar {
	width: 5px;
}
.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #eee;
	background: #181818;
	user-select: none;
	gap: 20px;
}
.video-mask:hover {
	opacity: 0.8;
	cursor: pointer;
}
.video-side-heading {
	font-size: 24px;
	font-weight: bold;
	display: none;
}
.video-mask-inner {
	height: 100%;
}
.video-mask-text-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	margin: 10px 0;
}
.video-mask-item-box {
	display: flex;
	gap: 10px;
	flex-direction: column;
	max-width: 1000px;
}
.video-mask-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 500px;
	align-items: center;
	padding: 20px;
	flex: 1;
}
.video-mask-item-row {
	display: flex;
	gap: 10px;
	align-items: center;
}
.load-mode-heading {
	font-weight: bold;
	font-size: 18px;
}
.video-mask-divider {
	width: 100%;
	height: 1px;
	background: #8e8e8e;
}
.video-mask-header-box {
	display: none;
	flex-direction: column;
	align-items: center;
}
.wtt-login-notice {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
.login-notice-link {
	color: #fff;
	background: #ff9420;
	font-size: 20px;
	padding: 2px 20px;
	height: 36px;
	border-radius: 18px;
}
.login-notice-link:hover {
	cursor: pointer;
	opacity: 0.8;
}
.display-mode-helper-box {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	align-items: center;
	justify-content: center;
}
.display-mode-helper-box-hovered {
	display: flex;
}
.fit-helper-btn-box-hovered,
.display-mode-btn-box-hovered {
	z-index: 5;
}
.display-mode-helper-item {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	flex-direction: column;
	gap: 40px;
}
.fit-helper-arrow,
.display-mode-helper-arrow {
	width: 100px;
	height: 100px;
}
.display-mode-helper-arrow-left {
	margin-right: 20px;
}
.display-mode-helper-arrow-right {
	margin-left: 20px;
}
.display-mode-helper-item-hovered {
	display: flex;
}
.display-mode-helper-inner {
	display: flex;
	gap: 20px;
}
.fit-helper-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 5;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	align-items: center;
	justify-content: center;
}
.fit-helper-box-hovered {
	display: flex;
}
.fit-helper-text,
.display-mode-helper-text {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.display-mode-options-box {
	display: flex;
	gap: 20px;
	max-width: 50%;
}
.display-mode-option {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-self: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	align-items: center;
	border: 1px solid;
	border-radius: 10px;
}
.display-mode-option,
.display-mode-option * {
	opacity: 0.5;
}
.display-mode-img-box {
	display: flex;
	border: 1px solid #fff;
	padding: 5px;
	gap: 2px;
	width: 80px;
	align-self: center;
	align-items: center;
	height: 80px;
}
.display-mode-side {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	border: 1px solid #fff;
	width: 40px;
	height: 100%;
}
.display-mode-option-now {
	border: 2px dashed #818181;
	border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}
.display-mode-option-now,
.display-mode-option-now * {
	opacity: 1;
}
.display-mode-option-now:after {
	content: "Now";
	position: absolute;
	top: -36px;
	height: 24px;
	width: 100%;
	left: 0;
	text-align: center;
	font-weight: bold;
	opacity: 1;
}
.display-mode-option-next {
	border: 2px solid #fff;
	border-radius: 10px;
	position: relative;
}
.display-mode-option-next .display-mode-side {
	width: 120px;
	height: 120px;
}
.display-mode-option-next .display-mode-img-box {
	width: 120px;
	height: 120px;
}
.display-mode-option-next,
.display-mode-option-next * {
	opacity: 1;
}
.display-mode-option-next:after {
	content: "Next";
	position: absolute;
	top: -36px;
	height: 24px;
	width: 100%;
	left: 0;
	text-align: center;
	font-weight: bold;
	opacity: 1;
}
@keyframes moveUp {
	0% {
		transform: translateY(0);
		opacity: 0.25;
	}
	99% {
		transform: translateY(-20px);
		opacity: 1;
	}
	100% {
		transform: translateY(20px);
		opacity: 0.25;
	}
}
@keyframes moveDown {
	0% {
		transform: translateY(0);
		opacity: 0.25;
	}
	99% {
		transform: translateY(20px);
		opacity: 1;
	}
	100% {
		transform: translateY(-20px);
		opacity: 0.25;
	}
}
.fit-helper-arrow-up {
	animation: moveUp 1.5s infinite;
}
.fit-helper-arrow-down {
	animation: moveDown 1.5s infinite;
}
.video-loader-helper {
	position: absolute;
	color: #fff;
	z-index: 4;
	background: rgba(0, 0, 0, 0.95);
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.video-loader-content-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 10px;
}
.helper-compatibility-box {
	display: flex;
	flex-direction: column;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 5px;
}
.helper-compatibility-title {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
.helper-compatibility-container {
	padding: 20px 10px;
	display: flex;
	gap: 10px;
	align-self: center;
}
.helper-compatibility-item {
	padding: 5px 10px;
	border: 1px solid #fff;
	height: 30px;
	border-radius: 15px;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 15px;
}
.video-loader-title {
	font-size: 24px;
	font-weight: bold;
}
.video-loader-container {
	display: flex;
	gap: 20px;
	width: 75%;
	max-width: 600px;
}
.video-loader-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 10px;
	border: 1px solid #818181;
	border-radius: 10px;
	flex: 1;
}
.video-loader-option-title {
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	text-align: center;
}
.video-loader-option {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}
.video-loader-content-selected {
	border: 3px solid #fff;
	background: rgba(200, 200, 200, 0.05);
}
.yt-mode-box {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 3;
	background: linear-gradient(45deg,#010916 0%,#002e5b 60%,#06141d 100%);
	flex-direction: column;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
	overflow-y: scroll;
	overflow-x: hidden;
	justify-content: center;
}
.yt-mode-title {
	font-size: 36px;
	font-weight: bold;
}
.yt-container-title {
	font-size: 20px;
	font-weight: 700;
}
.yt-search-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 800px;
}
.yt-search-input {
	width: 100%;
	background: #dedeec;
	border: #858585 1px solid !important;
	box-shadow: none;
}
.yt-items-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	width: 100%;
	padding: 0 40px;
}
.yt-items-box {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	background: #ffffff0d;
	border-radius: 10px;
	width: fit-content;
	padding: 20px;
}
.yt-item {
	width: 300px;
	flex: none;
	background: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 5px;
}
.yt-item:hover {
	opacity: 0.8;
	cursor: pointer;
}
.yt-item-thumb-wrap {
	width: 300px;
	height: calc(300px * 9 / 16);
}
.yt-item-meta {
	height: 100%;
	padding: 10px;
}
.video-mask:hover+.video-controls {
	display: none;
}
.canvas-box-left,
.canvas-box-right {
	height: 100%;
	display: flex;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
	transform-origin: center center;
}
.cb2d-appendix-2d {
	height: 100%;
	display: flex;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
	transform-origin: center center;
}
.canvas-box-left-3d,
.canvas-box-right-3d {
	background: linear-gradient(to top, #000 0, #0049cb 30%, #0048ff 100%);
}
.canvas-loading-dot {
	opacity: 1;
	animation: canvas-loading-fade 1.5s infinite ease-in-out;
}
.canvas-loading-dot1 {
	animation-delay: 0s;
}
.canvas-loading-dot2 {
	animation-delay: 0.2s;
}
.canvas-loading-dot3 {
	animation-delay: 0.4s;
}
@keyframes canvas-loading-fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
.canvas-3d-init-box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	background: rgba(200, 200, 200, 0.25);
	color: #fff;
	gap: 20px;
	font-size: 18px;
}
.canvas-3d-init-icon-box {
	width: 100px;
}
.canvas-3D-helper-icon-box {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 25px;
	background: rgba(200, 200, 200, 0.1);
	z-index: 1;
}
.canvas-3D-helper-icon-box:hover {
	cursor: pointer;
	opacity: 0.8;
}
.canvas-3D-helper-icon {
	width: 30px;
	height: 30px;
	opacity: 0.5;
}
.canvas-3D-helper-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
}
.canvas-3D-helper-box:hover {
	opacity: 0.8;
	cursor: pointer;
}
.canvas-3D-angle-icon-box {
	position: absolute;
	right: 0;
	top: 0;
	width: fit-content;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 35px;
	opacity: 0.8;
	z-index: 1;
	user-select: none;
	background: rgba(200, 200, 200, 0.1);
	padding: 0 10px;
}
.angle-cube-top polygon {
	fill: rgba(240, 240, 240, 0.8);
}
.angle-cube-front polygon {
	fill: rgba(210, 210, 210, 0.8);
}
.angle-cube-right polygon {
	fill: rgba(180, 180, 180, 0.8);
}
.angle-cube-bottom polygon {
	fill: rgba(0, 0, 0, 0.8);
}
.angle-cube-back polygon {
	fill: rgba(30, 30, 30, 0.8);
}
.angle-cube-left polygon {
	fill: rgba(60, 60, 60, 0.8);
}
.angle-cube-bottom text {
	fill: #fff;
}
.angle-cube-back text {
	fill: #fff;
}
.angle-cube-left text {
	fill: #fff;
}
.angle-cube-g:hover {
	opacity: 0.8;
	cursor: pointer;
}
.canvas-3D {
	width: 100%;
	height: 100%;
}
.video-inner {
	height: 100%;
}
.controls-inactive .skip-btns {
	background: rgba(20, 20, 20, .5) !important;
	border: 1px solid #3c353f !important;
}
.control-btns:hover {
	opacity: 0.8;
	cursor: pointer;
	border: none;
}
.control-btns:active, .control-btns:focus {
	box-shadow: none;
	border: none;
}
.bound-controller {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
	bottom: 70px;
	background: #1d252d;
	box-sizing: border-box;
	height: 60px;
	align-items: center;
	padding: 10px;
	margin-bottom: -10px;
	border-right: 1px solid #000;
	z-index: 2;
}
#backSkip2:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
}
#backSkip2:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
	margin-left: 10px;
}
#backSkip1:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
	margin-left: 10px;
}
#forwardSkip2:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
}
#forwardSkip2:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
	margin-left: -10px;
}
#forwardSkip1:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
	margin-left: -10px;
}
.three-sec-icon {
	height: 36px;
	aspect-ratio: 1 / 1;
}
.start-btn-icon {
	height: 100%;
	transform: scaleX(0.8);
}
.loader-type-text {
	pointer-events: none;
}
.upload-btn-left,
.upload-btn-right,
.yt-search-btn {
	background: #eee;
	color: #000;
	height: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 5px;
	width: 100%;
	justify-content: center;
	white-space: nowrap;
}
.yt-search-btn {
	width: 80px;
}
.yt-search-btn: hover{
	cursor: pointer;
	opacity: 0.8;
}
.yt-search-input {
	height: 40px;
}
.yt-search-input:focus-visible {
	outline: none;
}
.upload-btn-left:hover,
.upload-btn-right:hover {
	opacity: 0.8;
	cursor: pointer;
}
.upload-btn-inactive {
	user-select: none;
	pointer-events: none;
	opacity: 0.25;
}
.file-names {
	overflow-x: scroll;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #7e7e7e;
	display: none;
	width: 100%;
	height: auto;
	align-items: center;
}
.ai-motion-analyzer-box .file-names::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .file-names::-webkit-scrollbar-track {
	background-color: #71719917;
}
.ai-motion-analyzer-box .file-names::-webkit-scrollbar {
	height: 5px;
}
.youtube-url {
	margin: 0 !important;
	height: 40px;
	display: flex;
	overflow-x: scroll;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 0px;
	display: none;
	width: 100%;
	height: 40px;
	align-items: center;
}
.youtube-url:focus-visible {
	outline: none;
}
.ai-motion-analyzer-box .youtube-url::placeholder {
	font-size: 16px;
}
.video-info {
	height: 100%;
	background: rgba(100, 100, 100, 0.1);
	border: none;
	border-radius: 5px;
	width: 100%;
}
.control-items {
	color: #eee;
	justify-items: center;
	font-size: 14px;
	box-sizing: border-box;
	gap: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.question-icon {
	height: 20px;
	width: 20px;
	display: flex;
	line-height: 14px;
	box-sizing: border-box;
	justify-content: center;
	border-radius: 10px;
	align-items: center;
	border: 1px solid rgba(200, 200, 200, 0.2);
	color: rgba(200, 200, 200, 0.9);
	font-weight: bold;
}
.question-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}
.controller-answer-content {
	position: absolute;
	bottom: 80px;
	background: #eee;
	padding: 15px 20px;
	color: #000;
	flex-direction: column;
	gap: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.ai-motion-analyzer-box .controller-answer-content::-webkit-scrollbar,
.ai-motion-analyzer-box .answer-content::-webkit-scrollbar {
	width: 10px;
}
.ai-motion-analyzer-box .controller-answer-content::-webkit-scrollbar-thumb,
.ai-motion-analyzer-box .answer-content::-webkit-scrollbar-thumb {
	background-color: #48484873;
}
.ai-motion-analyzer-box .controller-answer-content::-webkit-scrollbar-track,
.ai-motion-analyzer-box .answer-content::-webkit-scrollbar-track {
	background-color: #71719917;
}
.answer-title {
	font-weight: bold;
	font-size: 18px;
}
.answer-body-item p {
	margin: 0;
	white-space: normal;
}
.answer-body-title {
	margin-right: 10px;
	font-weight: bold;
}
.answer-body-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.control-item-title {
	height: 24px;
	display: block;
}
.control-title-box {
	display: flex;
	gap: 5px;
}
.loop-control-btn-box {
	width: 100%;
	border: 1px solid #de90ff;
	box-shadow: 0px 0px 1px 1px #8e39b1;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 16px;
	box-sizing: border-box;
}
.bind-control-btn-box:hover {
	cursor: pointer;
}
.loop-control-btn-box:hover {
	cursor: pointer;
	opacity: 0.8;
}
.bind-control-btn-box {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #131a21;
	border: 1px solid #606060;
	box-sizing: border-box;
	gap: 1px;
	position: relative;
}
.bind-control-btn {
	flex: 1;
	box-sizing: border-box;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.bind-control-btn-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	align-items: center;
	box-sizing: border-box;
	background: rgba(100, 100, 100, 0.1);
}
.bind-control-btn-inner:hover {
	cursor: pointer;
	opacity: 0.8;
}
.bind-control-btn-selected {
	background: radial-gradient(circle,#7b9ecf 0%,#306fde 75%,#004ed8 100%);
	border: none;
	box-sizing: border-box;
}
.bind-control-status,
.loop-control-status {
	width: 8px;
	height: 8px;
	background: #de90ff;
	border-radius: 4px;
	margin: 0 14px;
}
.loop-control-text {
	flex: 1;
	display: flex;
	justify-content: center;
	padding-right: 36px;
}
.loop-function-inactive {
	opacity: 0.2;
	user-select: none;
	pointer-events: none;
}
.controller-explanation,
.map-explanation {
	display: flex;
	gap: 10px;
}
.controller-explanation-col,
.map-explanation-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.dummy-btn {
	height: 100%;
	display: flex;
	width: 50px;
	background: #1d252d;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.dummy-btn img {
	width: 36px;
	height: 36px;
}
.dummy-skip-btn {
	font-size: 18px;
	border-radius: 5px;
	width: 50px;
	outline: none;
	background: radial-gradient(circle,#7b9ecf 0%,#306fde 75%,#004ed8 100%);
	color: #eee;
	position: relative;
	transition: background-color .1s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.controller-explanation-row,
.map-explanation-row {
	height: 50px;
	display: flex;
	align-items: center;
}
.map-explanation-outside-box,
.map-explanation-inside-box,
.map-explanation-tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-explanation-outside-box:after {
	position: absolute;
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 8px;
}
.map-explanation-inside-box:after {
	position: absolute;
	content: "";
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	box-sizing: border-box;
	border: 1px dashed #eee;
	border-radius: 3px;
	margin: 16px;
}
.map-explanation-tab:after {
	position: absolute;
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 32px);
	box-sizing: border-box;
	border-radius: 3px;
	margin: 16px;
	background: #eee
}
.controller-answer-content svg {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.dummy-back-skip-2:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
	margin-left: 10px;
}
.dummy-back-skip-2:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
}
.dummy-back-skip-1:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	transform: rotate(-45deg) skew(6deg, 6deg);
	margin-left: 10px;
}
.dummy-forward-skip-1:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
	margin-left: -10px;
}
.dummy-forward-skip-2:before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
	margin-left: -10px;
}
.dummy-forward-skip-2:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	transform: rotate(45deg) skew(-6deg, -6deg);
}
.display-mode-btn-box {
    width: 100%;
    border: 1px solid var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-sizing: border-box;
    background: radial-gradient(circle, #1d252d 25%, #2b353f 100%);
    position: relative;
    height: 80px;
    padding: 5px;
    border-radius: 5px;
}
.display-mode-icon-box {
	aspect-ratio: 4 / 3;
	flex: none;
	height: 70px;
	padding: 5px;
	width: 90px;
}
.display-mode-icon {
	height: 60px;
	width: 80px;
	filter: saturate(10) brightness(3.5) hue-rotate(45deg) opacity(1);
}
.display-mode-text {
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.display-mode-btn-box:hover {
	cursor: pointer;
	opacity: 0.8;
}
.side-setting-box {
	margin: 0;
	padding: 0;
	border: none;
}
.side-setting-title {
	background: #1d252d;
	font-size: 18px;
	margin-top: -24px;
	padding: 0 4px;
	font-weight: bold;
}
.current-time-box {
	width: 100%;
}
.ai-motion-analyzer-box .current-time {
    border: 1px solid #82a2c030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    box-sizing: border-box;
    background: radial-gradient(circle, #1d252d 25%, #2b353f 100%);
    position: relative;
    height: 36px;
    border-radius: 5px !important;
    overflow: hidden !important;
    justify-items: center;
    color: #c8f7ff !important;
    font-family: system-ui;
    padding: 0 !important;
    line-height: 40px;
    pointer-events: none;
    width: 100%;
    text-align: center;
}
.player-type-box {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	width: 36px;
	flex: none;
	margin-bottom: 0;
}
.player-type-text {
	display: none;
}
.player-type-btn-box {
    width: 100%;
    border: 1px solid #de90ff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-sizing: border-box;
    background: radial-gradient(circle, #b673d1 0%, #b055d4 50%, #b12be7 100%);
    border-radius: 5px;
}
.player-type-btn-box:hover {
	cursor: pointer;
	opacity: 0.8;
}
.af-toggle-btn-inactive {
	background: #312f3d;
	border: 1px solid #606060;
	user-select: none;
	pointer-events: none;
}
.player-type-btn-box-off {
    border: 1px solid var(--mainColor);
    background: #312f3d;
}
.player-type-btn-box-active:hover {
	opacity: 0.8;
}
.player-type-btn-box-hovered {
	z-index: 5;
	opacity: 1 !important;
}
.skip-interval-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	margin-bottom: 0;
}
.skip-interval-title-box {
	display: none;
}
.skip-interval-slider-box {
	width: 100%;
}
.intervalBox {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	gap: 5px;
}
.range-inner {
	height: 36px;
	display: flex;
	margin: 0;
	position: relative;
	width: 100%;
}
.variables-mask {
	background: linear-gradient(90deg, transparent 12px, #68819c4f 12px);
	display: flex;
	background-size: 13px 13px;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
}
.ai-motion-analyzer-box .variable-range {
	z-index: 1;
	box-sizing: border-box;
	margin: 0;
	padding: 1px;
}
.variable-val {
	width: 36px;
	height: 36px;
	flex: none;
	border: 1px solid #3f3f3f;
	font-size: 20px;
	text-align: center;
	background: rgba(50, 50, 80, .25);
	color: #c5b2d8;
	font-family: system-ui;
	display: flex;
	align-items: center;
	justify-content: center;
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	width: 100%;
}
.ai-motion-analyzer-box .variable-val::-webkit-inner-spin-button {
	display: none;
}
.ai-motion-analyzer-box .variable-range::-webkit-slider-runnable-track {
	background: #0f0b1d;
	width: 6px;
	height: 10px;
	border-radius: 3px;
	box-shadow: none;
}
.ai-motion-analyzer-box .variable-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 36px;
	width: 12px;
	margin-top: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	position: relative;
	top: -13px;
}
.loop-control-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	margin-bottom: 5px;
	display: none;
}
.loop-info-box {
	display: flex;
	gap: 10px;
}
.loop-info {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}
.loop-time {
	width: 100%;
	font-size: 24px;
	padding: 5px;
	font-family: system-ui;
	text-align: center;
	line-height: 36px;
	background: rgba(50, 50, 80, .25);
	color: #b3c2d2;
	border: 1px solid #eee;
}
.loop-options-box {
	height: 24px;
	border-radius: 20px;
	display: flex;
	box-sizing: border-box;
	background: #004eff;
	margin: 0 10px;
}
.loop-options-selected,
.body-part-status-selected {
	background: #eee;
	color: rgba(10, 10, 10, 1);
}
.loop-options {
	padding: 3px 10px;
	display: flex;
	border-radius: 21px;
	height: 24px;
	align-items: center;
	cursor: pointer;
	user-select: none;
	border: 2px solid #004eff;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 12px;
}
.body-part-status {
	margin: 0 10px;
	display: flex;
	border-radius: 21px;
	height: 14px;
	width: 14px;
}
.body-part-bulk-select {
	background: #2b2b2b;
}
.setting-box-inactive {
	opacity: 0.25;
	pointer-events: none;
	user-select: none;
}
.bind-control-btn-status-off,
.loop-control-status-btn-off {
	background: #604282;
}
.bind-control-status-off .bind-control-btn {
	background: rgba(100, 100, 100, 0.5);
}
.bind-control-status-off:after {
	content: "Dual Mode Only";
	background: rgba(10, 10, 10, 0.8);
	width: 100%;
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #9f9f9f;
}
.loop-control-status-off {
	border: 1px solid #604282;
	box-shadow: none;
}
.bound-controller-helper-box,
.split-controller-helper-box {
	left: 0;
	gap: 10px;
	color: #fff;
	position: absolute;
	display: none;
	width: 100%;
	justify-content: center;
	bottom: 50px;
	background: rgba(0, 0, 0, 0.8);
	height: 70px;
	align-items: center;
	z-index: 3;
}
.bound-controller-helper-box-hovered,
.split-controller-helper-box-hovered {
	display: flex;
}
.bound-controller-helper-arrow,
.split-controller-helper-arrow {
	width: 50px;
	height: 50px;
}
.bound-controller-text,
.split-controller-text {
	font-size: 24px;
}
.bound-controller-helper-arrow-right,
.split-controller-helper-arrow-right {
	transform: translateX(-20px);
	animation: moveLeft 1.5s infinite;
}
.bound-controller-helper-arrow-left,
.split-controller-helper-arrow-left {
	transform: translateX(20px);
	animation: moveRight 1.5s infinite;
}
.ctrl-bind-btn {
	position: absolute;
	height: 30px;
	left: 0;
	bottom: 120px;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
}
.ctrl-bind-btn-txt {
	height: 30px;
	padding: 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	user-select: none;
}
.ctrl-bind-btn-txt:before {
	width: 100%;
	border-bottom: 30px solid #1d252d;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	content: "";
	padding: 0;
	display: block;
	position: absolute;
	z-index: -1;
}
.ctrl-bind-btn-txt:hover {
	opacity: 0.75;
	cursor: pointer;
}
.split-controller-helper-arrow-right {
	margin-left: 20px;
}
.split-controller-helper-arrow-left {
	margin-right: 20px;
}
@keyframes moveLeft {
	0% {
		transform: translateX(-20px);
		opacity: 0.25;
	}
	99% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(-20px);
		opacity: 0.25;
	}
}
@keyframes moveRight {
	0% {
		transform: translateX(20px);
		opacity: 0.25;
	}
	99% {
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(20px);
		opacity: 0.25;
	}
}
.fit-to-window-btn-box {
    width: 100%;
    border: 1px solid var(--mainColor);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-sizing: border-box;
    background: radial-gradient(circle, #1d252d 25%, #2b353f 100%);
    position: relative;
    border-radius: 5px;
}
.fit-to-window-btn-box:hover {
	cursor: pointer;
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}
.fit-to-window-text {
	flex: 1;
	text-align: center;
	color: #fff;
}
.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;
}
.video-controls {
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, #000000a3, 25%, transparent);
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #eee;
	gap: 10px;
	flex-direction: column;
	justify-content: end;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	display: flex;
	justify-content: center;
}
.video-container:hover .video-controls {
	opacity: 1;
	visibility: visible;
}
.video-controls-row {
	height: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.video-controls-timer {
	user-select: none;
}
.video-controls-row-left {
	flex: 1;
}
.video-controls-row-left,
.video-controls-row-right {
	display: flex;
	gap: 20px;
	align-items: center;
}
.video-controls-volume {
	margin-left: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.video-controls-speed svg:hover,
.video-controls-volume svg:hover {
	opacity: 0.8;
	cursor: pointer;
}
.volume-slider-box {
	position: relative;
	height: 15px;
	width: 100px;
	bottom: 0;
	right: 5px;
	display: none;
	justify-content: center;
	border-radius: 15px;
	box-sizing: border-box;
	align-items: center;
}
.video-controls-volume:hover .volume-slider-box {
	display: flex;
}
.volume-slider {
	box-sizing: border-box;
	margin: 0 5px;
	height: 5px;
	width: calc(100% - 10px) !important;
	border-radius: 2.5px;
}
.ai-motion-analyzer-box .volume-slider::-webkit-slider-runnable-track {
	height: 5px;
	border-radius: 2.5px;
}
.ai-motion-analyzer-box .volume-slider::-webkit-slider-thumb {
	background: #eee;
	top: -6px;
	position: relative;
	appearance: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	cursor: pointer;
}
.volume-icon {
	height: 20px;
}
.video-controls-speed {
	position: relative;
}
.volume-icon:hover, .video-controls-speed:hover {
	opacity: 0.8;
	cursor: pointer;
}
.video-speed-options-box {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	bottom: 40px;
	right: -10px;
	background: rgba(20, 20, 20, 0.9);
	border: 1px solid rgba(200, 200, 200, 0.2);
}
.video-speed-option {
	height: 36px;
	width: 80px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}
.video-speed-option:hover {
	opacity: 0.8;
	cursor: pointer;
}
.video-speed-option:not(:last-of-type) {
	border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.video-speed-selected {
	background: rgba(200, 200, 200, 0.2);
}
.ai-motion-analyzer-box .seek-bar {
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    appearance: none;
    background: linear-gradient(to right, #714991 0%, #ccc 0%);
    outline: none;
    box-shadow: none;
}
.ai-motion-analyzer-box .seek-bar::-webkit-slider-runnable-track {
	height: 10px;
	background: transparent;
	border-radius: 2.5px;
	box-shadow: none;
}
.ai-motion-analyzer-box .seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    width: 20px;
    height: 20px;
    border: none;
    position: relative;
}
.ai-motion-analyzer-box input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
}
.ai-motion-analyzer-box .seek-bar::-moz-range-track {
	background: transparent;
}
.ai-motion-analyzer-box .seek-bar::-moz-range-progress {
	background-color: #4caf50;
}
.loop-controls-box {
	width: 100%;
	height: 20px;
	position: relative;
	touch-action: none;
}
.side-white-space-box {
	flex: auto;
	width: 100%;
	display: none;
}
.side-white-space-box-inner {
	background: repeating-linear-gradient(45deg, #82a2c030, #82a2c030 15px, transparent 15px, transparent 30px, #82a2c030 30px, #82a2c030 45px, transparent 45px, transparent 60px, #82a2c030 60px);
	width: 100%;
	height: 100%;
}
.video-layer-1 {
	box-sizing: border-box;
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
}
.video-layer-2 {
	background: #1d252d;
	cursor: move;
	touch-action: none;
}
.video-layer-3 {
	border: 2px dashed #9d9d9d;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	position: relative;
	border-radius: 10px;
}
.video-layer-3 {
	border: 2px dashed #fff;
	z-index: 2;
}
.video-layer-4 {
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
	position: absolute;
	border-radius: 10px;
	background: #000;
}
.location-adjuster {
	background: #efefef;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
}
.location-adjuster:hover {
	cursor: pointer;
	opacity: 0.8;
}
.location-adjuster:before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #1d252d;
	border-top: 2px solid #1d252d;
}
.location-adjuster-top:before {
	transform: rotate(-45deg);
}
.location-adjuster-right:before {
	transform: rotate(45deg);
}
.location-adjuster-bottom:before {
	transform: rotate(135deg);
}
.location-adjuster-left:before {
	transform: rotate(225deg);
}
.location-adjuster-top,
.location-adjuster-bottom {
	width: 60px;
	height: 30px;
}
.location-adjuster-left,
.location-adjuster-right {
	width: 30px;
	height: 60px;
}
.video-location-btns-box {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	text-align: center;
}
.video-location-set {
	flex: 1;
}
.video-location-reset {
	width: 100%;
}
.video-location-set {
	flex: 1;
	border: 1px solid #eee;
	border-radius: 5px;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}
.fit-x-btn-inner,
.fit-y-btn-inner {
	background: #242c37;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 5px;
}
.fit-x-btn-inner {
	width: calc(100% - 10px);
	height: 100%;
}
.fit-x-btn:hover,
.fit-y-btn:hover,
.video-location-reset:hover {
	opacity: 0.8;
	cursor: pointer;
}
.reset-btn-inner {
	background: #eee;
	width: 100%;
	color: #1d252d;
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.fit-y-btn-inner {
	width: 100%;
	height: calc(100% - 10px);
}
.fit-y-btn-inner-arrow {
	height: 44px;
	width: 44px;
}
.ai-motion-analyzer-box .inset-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 18px;
	width: 5px;
	margin-top: 0;
	background-color: #eee;
}
.ai-motion-analyzer-box .inset-slider::-webkit-slider-runnable-track {
	background: #0f0b1d;
	width: 6px;
	border-radius: 3px;
}
.inset-slider-inner {
	display: flex;
	gap: 10px;
}
.inset-slider-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.location-val-box {
	display: flex;
	gap: 10px;
}
.location-val {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: 44px;
}
.location-val-box-inner {
	background: #242c37;
	flex: 1;
	display: flex;
	color: #efefef;
	font-size: 18px;
}
.location-val-header {
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(100, 100, 100, 0.2);
}
.location-val-unit {
	display: flex;
	height: 44px;
	width: 44px;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(100, 100, 100, 0.2);
}
.compatibility-box {
	display: flex;
	gap: 20px;
	justify-content: center;
	height: 42px;
	margin: 20px 0 0;
}
.compatibility-item {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #cecdd9;
	width: 140px;
}
.list-name {
	background: #714991;
	padding: 10px;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	width: 100px;
	justify-content: center;
	color: #eee;
	font-weight: 700;
}
.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 {
	transform: translate(-50%, -50%) rotate(45deg);
}
.not-compatible:before,
.not-compatible:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: red;
}
.not-compatible:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.setting-switch-box {
	align-items: center;
	justify-content: center;
	position: relative;
	height: 34px;
	border-radius: 17px;
	display: flex;
	box-sizing: border-box;
	background: #9f2cce;
	overflow: hidden;
	margin: 5px 0;
}
.inset-general-setting-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: #0b0b0b;
	padding: 10px 20px;
}
.inset-general-setting-inner {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.inset-general-setting {
	display: flex;
	gap: 5px;
	margin-left: auto;
	flex: none;
}
.inset-setting-advanced {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}
.advanced-setting-row-1 {
	display: grid;
	gap: 10px;
	grid-template-columns: auto auto;
	grid-template-rows: auto 500px;
}
.advanced-setting-row1-col1 {
	flex: 2;
}
.advanced-setting-row1-col2 {
	flex: 1;
}
.advanced-setting-title-s-box {
	display: flex;
	gap: 10px;
}
.advanced-setting-title-s {
	font-weight: bold;
}
.advanced-setting-slider-title {
	font-weight: bold;
}
.tracking-parts-map {
	aspect-ratio: 1 / 1;
	border: 1px solid #eee;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}
.color-map-val-box {
	display: flex;
	flex-direction: column;
	width: 60px;
	gap: 10px;
}
.ai-motion-analyzer-box .color-map::-webkit-slider-runnable-track {
	background: linear-gradient(90deg, hsl(0, 100%, 50%), hsl(40, 100%, 50%), hsl(80, 100%, 50%), hsl(120, 100%, 50%), hsl(160, 100%, 50%), hsl(200, 100%, 50%), hsl(240, 100%, 50%), hsl(280, 100%, 50%), hsl(320, 100%, 50%), hsl(360, 100%, 50%));
}
.ai-motion-analyzer-box .color-map::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 18px;
	width: 5px;
	margin-top: 0;
	background-color: #eee;
}
.body-parts-box {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	flex: 1;
	aspect-ratio: 1 / 0.894;
}
.body-parts-box-title {
	display: flex;
	position: absolute;
	top: 0;
	height: 40px;
	box-sizing: border-box;
	align-items: center;
	width: 100%;
	background: #26323f;
}
.body-parts-box-title-lines {
	width: 120px;
}
.body-parts-box-title-parts {
	flex: 1;
	margin-left: 44px;
}
.body-parts-box-inner {
	overflow-y: scroll;
	box-sizing: border-box;
	border: 1px solid #322844;
	padding-bottom: 10px;
}
.ai-motion-analyzer-box .body-parts-box-inner::-webkit-scrollbar {
	width: 5px;
}
.ai-motion-analyzer-box .body-parts-box-inner::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .body-parts-box-inner::-webkit-scrollbar-track {
	background-color: #71719917;
}
.bulk-select-box {
	display: flex;
	gap: 5px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	background: #242424;
	margin-top: -10px;
	border-top: 1px solid #505050;
	z-index: 1;
}
.bulk-select-btn {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	background: #fff;
	color: #000;
	border-radius: 2px;
}
.bulk-select-btn:hover {
	cursor: pointer;
	opacity: 0.8;
}
.body-part-base {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	filter: brightness(1.25) saturate(5) hue-rotate(25deg);
	background: #0f0f0f;
	position: absolute;
	left: 0;
	top: 0;
}
.body-part-base-box {
	width: 100%;
	height: 100%;
}
.body-part {
	display: flex;
	height: 40px;
	width: 100%;
	align-items: center;
	box-sizing: border-box;
	background: #131313;
}
.body-part:hover {
	opacity: 0.8;
	cursor: pointer;
}
.body-part:not(:last-of-type) {
	border-bottom: 1px solid #302d36;
}
.list-pp-only {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	z-index: 1;
}
.free-plan-inactive {
	display: flex;
	height: 40px;
	width: 100%;
	align-items: center;
	box-sizing: border-box;
	background: #131313;
	position: relative;
}
.body-part-grid-box {
	height: 40px;
	position: relative;
	width: 120px;
	display: flex;
	border-left: 1px solid #302d36;
}
.body-part-grid-box-inactive {
	pointer-events: none;
	opacity: 0.5;
}
.body-part-grid-name {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size: 12px;
}
.body-part-grid-icon {
	height: 32px;
	width: 32px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	margin: 4px;
	border-radius: 2px;
}
.body-part-grid-box:hover {
	opacity: 0.8;
	cursor: pointer;
}
.body-part-g:hover {
	opacity: .75;
	cursor: pointer;
}
.body-part-g-inactive {
	opacity: 0.25;
}
.body-part-inactive {
	background: #242424;
}
.body-part-inactive .body-part-status {
	opacity: 0.2;
}
.grid-none .body-part-grid-icon:before {
	box-sizing: border-box;
	border-radius: 2px;
	content: "";
	width: 50%;
	position: absolute;
	border-top: 1px #eee solid;
	margin-top: 1px;
	transform: rotate(45deg);
}
.grid-none .body-part-grid-icon:after {
	content: "";
	width: 50%;
	position: absolute;
	border-top: 1px #eee solid;
	margin-top: 1px;
	transform: rotate(-45deg);
}
.grid-vertical .body-part-grid-icon:after {
	content: "";
	height: 70%;
	width: 1px;
	position: absolute;
	margin: 15%;
	background: #eee;
	border-top: 1px #eee solid;
}
.grid-horizontal .body-part-grid-icon:after {
	content: "";
	width: 70%;
	height: 1px;
	position: absolute;
	margin: 15%;
	background: #eee;
	border-top: 1px #eee solid;
}
.grid-cross .body-part-grid-icon:after {
	content: "";
	height: 70%;
	width: 1px;
	position: absolute;
	margin: 15%;
	background: #eee;
	border-top: 1px #eee solid;
}
.grid-cross .body-part-grid-icon:before {
	content: "";
	width: 70%;
	height: 1px;
	position: absolute;
	margin: 15%;
	background: #eee;
	border-top: 1px #eee solid;
}
.body-part-name {
	flex: 1;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.advanced-setting-row-2 {
	box-sizing: border-box;
	display: flex;
	gap: 10px;
}
.color-map-slider-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.color-map-title {
	font-weight: bold;
}
.current-color {
	background: #00ffff;
}
.advanced-setting-row-3 {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.advanced-setting-preset-options {
	display: flex;
	gap: 10px;
	align-self: center;
	width: 100%;
	justify-content: center;
}
.advanced-setting-preset-option {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	align-items: center;
}
.advanced-setting-option-image {
	aspect-ratio: 1 / 1;
	width: 100%;
}
.advanced-setting-slider-titles,
.advanced-setting-sliders {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.advanced-setting-sliders {
	flex: 1;
}
.advanced-setting-slider-box {
	display: flex;
	gap: 10px;
	align-self: center;
	width: 100%;
}
.advanced-setting-slider-val {
	width: 60px;
	display: flex;
	justify-content: center;
}
.advanced-setting-slider-container {
	display: flex;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #242c37;
	border-radius: 10px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.threshold-pp-only {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.threshold-pp-only a {
	color: #fff;
	background: #ff9420;
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 18px;
	margin-top: 10px;
}
.ai-motion-analyzer-box .advanced-setting-slider::-webkit-slider-runnable-track {
	background: #0f0b1d;
	width: 6px;
	border-radius: 3px;
}
.ai-motion-analyzer-box .advanced-setting-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	height: 18px;
	width: 5px;
	margin-top: 0;
	background-color: #eee;
}
.body-map {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.body-map-col-names-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.body-map-col-map-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.body-map-svg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	padding: 10px;
	box-sizing: border-box;
}
.advanced-functions-helper-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	background: linear-gradient(45deg, #010916c9 0%, #002e5b8f 50%, #003a62cf 100%);
}
.advanced-functions-helper-box:before {
	content: '';
	pointer-events: none;
	background: linear-gradient(0deg, #dc575700 80px, #68819c4f 81px), linear-gradient(90deg, transparent 80px, #68819c4f 81px);
	background-size: 81px 81px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	animation: none;
}
.advanced-functions-helper-box-on {
	display: flex;
}
.advanced-functions-helper-not-loaded {
	position: absolute;
	background: 0 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}
.advanced-functions-helper-not-loaded-inner {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	-webkit-text-stroke: 5px black;
	paint-order: stroke;
	padding: 20px;
}
.advanced-functions-helper-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.advanced-functions-content-image {
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	width: 100%;
	background-image: linear-gradient(to right, #dedede 1px, transparent 1px), linear-gradient(to bottom, #e5e5e5 1px, transparent 1px);
	background-size: 10px 10px;
	background-position: center;
	position: relative;
	z-index: 1;
}
.advanced-functions-content-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.advanced-functions-content-text-heading {
	font-weight: bold;
	font-size: 18px;
}
.advanced-functions-content-text-body {
	max-height: 100px;
	overflow-y: scroll;
}
.ai-motion-analyzer-box .advanced-functions-content-text-body::-webkit-scrollbar-track {
	background-color: #71719917;
}
.ai-motion-analyzer-box .advanced-functions-content-text-body::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .advanced-functions-content-text-body::-webkit-scrollbar {
	width: 5px;
}
.advanced-functions-btn-box {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 0;
	user-select: none;
}
.advanced-functions-btn {
	height: 40px;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid #b6b6b6;
	border-radius: 5px;
}
.advanced-functions-btn:hover {
	opacity: 0.8;
	cursor: pointer;
}
.advanced-functions-btn-activate {
	background: radial-gradient(circle, #b673d1 0%, #b055d4 50%, #b12be7 100%);
}
.advanced-functions-btn-initiate {
	background: radial-gradient(circle, #b673d1 0%, #b055d4 50%, #b12be7 100%);
	color: #fff;
	width: fit-content;
	padding: 0 20px;
}
.advanced-functions-btn-inactive {
	opacity: 0.25;
	pointer-events: none;
}
.advanced-functions-btn-inactive:hover {
	opacity: 0.25;
}
.advanced-functions-error {
	position: absolute;
	background: rgba(200, 10, 10, 0.75);
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	flex-direction: column;
	gap: 20px;
}
.advanced-functions-error-message {
	max-width: 50%;
	text-align: center;
}
.advanced-functions-reload-box {
	border-radius: 70px;
	padding: 20px;
	box-sizing: border-box;
	background: #980000;
	width: 140px;
	height: 140px;
	border: 1px solid;
}
.advanced-functions-reload-box:hover {
	opacity: 0.8;
	cursor: pointer;
}
.advanced-functions-reload-icon {
	width: 100px;
	height: 100px;
}
.not-closable {
	cursor: default;
}
.cancel-btn-inactive {
	background: #fff;
	color: #000;
}
.cancel-btn-inactive,
.cancel-btn-inactive:hover {
	cursor: default;
	opacity: 0.75;
}
.loading-status {
	display: flex;
	height: 40px;
	align-items: center;
	white-space: nowrap;
	padding: 5px;
	box-sizing: border-box;
	overflow-y: hidden;
	line-height: 30px;
}
.ai-motion-analyzer-box .loading-status-title::-webkit-scrollbar-track {
	background-color: #71719917;
}
.ai-motion-analyzer-box .loading-status-title::-webkit-scrollbar-thumb {
	background-color: #e6e6e657;
}
.ai-motion-analyzer-box .loading-status-title::-webkit-scrollbar {
	height: 5px;
}
.loading-status-title {
	width: 300px;
	overflow-x: scroll;
	padding: 5px;
}
.loading-progress-box {
	width: 200px;
	height: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.model-loaded {
	background: radial-gradient(#e9a6e3 0%, #b56cd3 100%);
	color: #fff;
}
.patreon-link-inner-box-fbf {
	display: flex;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	height: 50px;
	background: #f86754;
	border-radius: 5px;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.patreon-link-inner-box-fbf:hover {
	cursor: pointer;
	opacity: 0.8;
}
.patreon-link-inner-box-left-fbf {
	flex: none;
}
.patreon-link-text-fbf {
	font-size: 12px;
}
.patreon-link-title-fbf {
	font-weight: 700;
}
.patreon-link-inner-box-right-fbf img {
	height: 24px;
	filter: invert(1);
	bottom: -3px;
	position: relative;
}
.ma-features {
    padding: 80px 10px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
    position: relative;
}
.ma-features: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;
}
.ma-features__head {
	margin-bottom: 18px;
}
.ma-features__title {
	font-size: min(3em, 5vw);
	font-weight: 900;
	margin: 0 0 20px;
	font-family: "arial";
	transform: scaleY(1.25);
	text-align: center;
}
.ma-features__explanation {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.ma-features__title-ja {
	letter-spacing: 0;
	transform: scaleY(1);
}
.ma-features__lead {
	margin: 0;
	opacity: 0.78;
	line-height: 1.7;
}

.ma-slider {
	position: relative;
}

.ma-slider__viewport {
	overflow: hidden;
	border-radius: 14px;
	padding: 10px;
}
.ma-slider__viewport {

}

.ma-slider__viewport.is-dragging {
	cursor: grabbing;
}
.ma-slider__track {
	display: flex;
	gap: 14px;
	will-change: transform;
	transform: translate3d(0,0,0);
}

.ma-slider__arrow {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 44px;
	width: 44px;
	background: rgba(100, 100, 100, .9);
	color: #fff;
	border-radius: 22px;
	cursor: pointer;
	font-size: 22px;
	line-height: 44px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none !important;
}

.ma-slider__arrow--prev {
	left: 0;
	z-index: 1;
}
.ma-slider__arrow--prev:after, .ma-modal__nav--prev:after {
	width: 14px;
	height: 14px;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(45deg);
	left: 18px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.ma-slider__arrow--next {
	right: 0;
	z-index: 1;
}
.ma-slider__arrow--next:after, .ma-modal__nav--next:after {
	width: 14px;
	height: 14px;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(225deg);
	right: 18px;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
.ma-card {
	flex: 1;
	min-width: 200px;
	max-width: 640px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
	font-family: "arial";
}

.ma-card:hover {
	opacity: 0.8;
	cursor: pointer;
}

.ma-card__img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2; /* 縦1：横1.5（=2:3?）→ 画像は横長 1.5:1 なので 3/2 */
	object-fit: cover;
	background: #f2f2f2;
}

.ma-card__body {
	padding: 12px 12px 14px;
}

.ma-card__title {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: bold;
}

.ma-card__text {
	margin: 0;
	opacity: 0.75;
	line-height: 1.55;
}

/* Modal */
.ma-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.ma-modal.is-open {
	display: block;
}

.ma-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
}
.ma-modal__panel {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
	position: relative;
	display: flex;
	gap: 20px;
	flex-direction: column;
	overflow: scroll;
	width: 90%;
	padding: 10px;
	height: 90%;
	flex-wrap: unset;
}

.ma-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .12);
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	box-shadow: none !important;
	z-index: 3;
	color: #000;
	padding-bottom: 2px;
}
.ma-modal__title {
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: bold;
}
.ma-modal__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 300px;
	max-width: unset;
	font-family: "arial";
}
.ma-modal__detail {
	margin: 0;
	line-height: 1.75;
	opacity: .85;
	height: 100%;
}
.modal-content {
	margin-bottom: 10px;
}
.modal-step-title {
	font-weight: bold;
}
.modal-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.modal-content span {
	color: var(--color2);
	font-weight: bold;
}
.modal-steps-box {
	font-size: 14px;
	border-left: 3px solid var(--color2);
	padding: 0px 10px;
}
.modal-steps-box ol {
	margin-bottom: 0;
}
.modal-meta {
	margin-top: auto;
}
.modal-video-loading {
	position: relative;
	display: flex;
}
.modal-video-loading:after {
	content: "Loading...";
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	text-shadow: 1px 1px 2px black;
}
.func-tag-box {
	background: #efefef;
	padding: 12px 20px;
	border-radius: 6px;
	margin-bottom: 6px;
	font-size: 12px;
}
.adv-func-tag-box {
    border: 2px solid var(--mainColor);
}
.pc-sp-tag {
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	border: 1px solid #d9d9d9;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
	width: fit-content;
	padding: 0 20px;
}
.normal-func-tag, .advanced-func-tag {
    font-weight: bold;
    height: 30px;
    display: flex;
    background: #fff;
    width: fit-content;
    padding: 0 20px;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 5px;
	line-height: 30px;
}
.advanced-func-tag {
    background: var(--mainColor);
    color: #fff;
}

.ma-modal__media {
	margin: 0 auto;
	border-radius: 14px;
	background: #f2f2f2;
	flex: none;
	position: relative;
	z-index: 0;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: fit-content;
}

.ma-modal__media img,
.ma-modal__media video {
	display: block;
	width: 100%;
	height: 100%;
}

.ma-modal__media video {
	background: #000;
	height: 100%;
	width: 100%;
}

.ma-modal__nav {
	text-align: center;
	z-index: 3;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 44px;
	width: 44px;
	background: rgba(100, 100, 100, .95);
	color: #fff;
	border-radius: 22px;
	cursor: pointer;
	font-size: 22px;
	line-height: 44px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fit-to-window-box {
	display: none;
}
.ma-modal__nav--prev { left: 10px; }
.ma-modal__nav--next { right: 10px; }
.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;
}
/* ====================================================== */
/* スマホ横向き以上のサイズ */
/* ====================================================== */
@media (min-width: 667px) {
	.controller-lower {
		display: flex;
		gap: 10px;
		align-items: center;
		align-self: center;
		width: 100%;
	}
	.loader-type-box {
		width: 180px;
	}
	.controls-box {
		width: 100%;
		flex-direction: row;
	}
	.fit-to-window-box {
		width: 160px;
		flex: none;
	}
	.func-item {
		width: calc(50% - 5px);
	}
	.aio-title-box {
		gap: 20px;
		padding: 20px;
		flex-direction: row;
		height: calc(100vh - 44px);
		overflow: hidden;
	}
	.aio-title-image, .aio-image-box {
		height: 100%;
	}
	.features-section {
		flex-direction: row;
		gap: 40px;
	}
	.sample-content, .sample-content-wanted {
		width: 50%;
	}
	.sample-content-box {
		flex-direction: row;
	}
	.video-mask-item-box {
		flex-direction: row;
	}
	.video-mask-divider {
		height: 100%;
		width: 1px;
	}
	.video-mask-item {
		padding: 10px;
		font-size: 14px;
		text-align: center;
	}
}
/* ====================================================== */
/* デスクトップ */
/* ====================================================== */
@media (min-width: 1024px) {
	.title-explanation {
		width: 80%;
		margin: 0 auto;
		max-width: 600px;
	}
	.title-box{
		flex-direction: row;
		padding: 10px;
	}

	.yt-mode-box {
		gap: 20px;
	}
	.func-list-box {
		padding: 80px 10%;
	}
	.func-item-image-box {
		display: block;
	}
	.loader-type-box {
		flex: unset;
	}
	.file-names {
		display: block;
	}
	.display-mode-box,
	.video-setting-box-right,
	.video-setting-box-left .side-setting-title {
		display: flex !important;
	}
	.upload-btn-left,
	.upload-btn-right{
		width: auto;
	}
	.admin-bar .player-section {
		height: calc(100vh - 44px - 32px);
	}
	.player-box {
		flex-direction: row;
		height: calc(100vh - 44px);
	}
	.admin-bar .player-box {
		height: calc(100vh - 44px - 32px);
	}
	.video-box {
		flex: 1;
		height: 100%;
	}
	.video-container {
		height: calc(100vh - 120px - 44px);
	}
	.admin-bar .video-container {
		height: calc(100vh - 120px - 44px - 32px);
	}
	.video-box-left .controller-upper:before {
		content: "L";
	}
	.video-box-right .controller-upper:after {
		content: "R";
	}
	.video-left,
	.video-right {
		height: 100%;
	}
	.video-controller-box-left,
	.video-controller-box-right {
		height: 120px;
		gap: 10px;
		padding: 10px;
	}
	.three-sec-btns,
	.skip-btns-double {
		display: flex !important;
	}
	.controller-question-icon {
		display: flex !important;
	}
	.skip-btns {
		max-width: 80px;
	}
	.controller-upper {
		gap: 0;
	}
	.controls-box {
		width: unset;
		flex-direction: column;
		height: calc(100vh - 44px);
		overflow-y: scroll;
		gap: 10px;
	}
	.admin-bar .controls-box {
		height: calc(100vh - 44px - 32px);
	}
	.fit-to-window-box {
		width: unset;
		display: flex;
		flex-direction: column;
	}
	.side-setting-box {
		display: flex;
		flex-direction: column !important;
		width: 100%;
		padding: 5px;
		border: 1px solid #82a2c030;
	}
	.canvas-3D-config-box {
		width: fit-content;
		margin: 0;
	}
	.canvas-3D-item-content {
		min-width: 200px;
		padding: 0;
	}
	.canvas-3D-item-name {
		min-width: 200px;
		padding: 0;
	}
	.canvas-3D-config-row {
		height: 40px;
	}
	.advanced-functions-helper-box-inner {
		width: 50%;
		gap: 20px;
		padding: 20px;
		justify-content: center;
		height: auto;
		overflow: hidden;
	}
	.advanced-functions-helper-content-box {
		flex-direction: row;
	}
	.advanced-functions-content {
		width: 30%;
		flex-direction: column;
	}
	.advanced-functions-content-image-container {
		flex: auto;
		max-width: unset;
	}
	.video-mask-text:nth-of-type(2),
	.video-mask-text:nth-of-type(3) {
		display: unset;
	}
	.advanced-functions-helper-status-box {
		width: unset;
		padding: 10px;
	}
	.loading-progress-bar-box {
		margin: 0 20px;
		width: unset;
	}
	.loading-progress-status {
		width: 180px;
		margin-left: 20px;
	}
	.inset-video-setting-box {
		width: 50%;
		height: calc(100% - 120px);
	}
	.inset-setting-basic-upper {
		width: auto;
		flex-direction: row;
	}
	.inset-title-box {
		display: flex;
	}
	.inset-general-setting .inset-location-title {
		display: block;
	}
	.func-item {
		width: calc((100% - 20px * 4) / 5);
	}
	.func-list-body {
		gap: 20px;
	}
	.answer-content {
		position: absolute;
		right: 260px;
		margin: 0;
		width: 400px;
		height: auto;
		top: 0;
		left: unset;
	}
	.controller-answer-content,
	.answer-content {
		max-height: 400px;
	}
	.ctrl-bind-btn {
		width: 240px;
		left: calc(50% - 120px);
	}
	.aio-title-box {
		padding: 120px 20%;
		gap: 40px;
	}
	.aio-title {
		margin: 0 auto;
		font-size: 80px;
	}
	.header-top-left img {
		width: 500px;
		height: 500px;
	}
	.header-top-left{
		width: unset;
	}
	.ma-features__title {
		letter-spacing: -3px;
	}
	.ma-slider {
		padding: 10px 52px 40px;
	}
	.ma-card {
		min-width: 400px;
	}
	.ma-features {
		padding: 120px 40px;
	}
	.ma-modal__panel {
		height: auto;
		overflow: visible;
		padding: 20px;
		max-width: 660px;
	}
	.ma-slider__arrow--prev {
		left: 80px;
	}
	.ma-slider__arrow--next {
		right: 80px;
	}
	.features-section {
		padding: 120px 20%;
	}
	.aio-player-faq-section {
		padding: 120px 20%;
	}
	.video-side-heading {
		display: block;
	}
	.video-mask-header-box {
		display: flex;
	}
	.mask-compatibility-box, .mode-selector-exp-box {
		font-size: 14px;
		gap: 10px;
		margin-top: 10px;
		padding: 10px 20px;
	}
	.side-white-space-box {
		display: block;
	}
	.inset-video-setting-title {
		font-size: 24px;
	}
	.setting-switch-btn {
		padding: 0 20px;
		font-size: 14px;
	}
	.inset-close-btn {
		width: 60px;
	}
	.inset-side-toggle-btn {
		width: 60px;
	}
	.body-map {
		flex-direction: row;
	}
	.yt-mode-box {
		padding: 20px;
	}
	.mask-yt-img {
		height: auto;
		width: 200px;
	}
	.mask-img-box {
		height: 100px;
	}
	.mask-img {
		width: clamp(50px, 80px, 100px);
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.current-time {
		max-width: 180px;
	}
	.skip-interval-title-box {
		display: flex;
	}
	.player-type-text {
		display: block;
	}
	.display-mode-box {
		flex-direction: column;
	}
	.side-setting-title {
		margin: 0;
	}
	.player-type-icon {
		display: none;
	}
	.player-type-box {
		width: 100%;
	}
	.advanced-functions-helper-title {
		font-size: 36px;
	}
	.advanced-functions-btn-box {
		margin-top: 20px;
	}
	.advanced-functions-helper-note {
		display: none;
	}
	.video-mask-item-row {
		flex-direction: column;
	}
}