body {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: -0.6px;
    overflow: hidden;
}

/* 輝度調整用 */
.display_brightness_overlay {
    width: 1366px;
    height: 768px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0;
    z-index: 999999999999;
    pointer-events: none;
}

.main {
    width: 1366px;
    height: 768px;
    background: url(../img/background.jpg) no-repeat center;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    pointer-events: all;
}

.status-ber {
    padding: 8px;
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 1000000;
    display: flex;
}

.status-ber button {
    cursor: default;
}

.start-menu-open {
    z-index: 10000000;
    height: 100%;
    width: 26px;
    margin-left: 2px;
    justify-content: center;
    position: relative;
}

.start-menu-open img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app-name {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    height: 100%;
}

.status-ber-right-element {
    display: inline-block;
    text-align: right;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.task-view {
    height: 100%;
}

.task-view img {
    width: 18px;
    height: 100%;
}

.time {
    color: #fff;
    font-size: 15px;
    text-align: right;
    height: 100%;
    margin-left: 10px;
    margin-right: 4px;
}

.drop-left {
    height: 100%;
    position: absolute;
    width: 30px;
    top: 0px;
    left: 0px;
    background-color: #494949;
}

.drop-fullscreen-guide {
    height: calc(100% - 54px);
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 1px 1px 30px rgb(0, 0, 0, 0.33);
    outline: #ddd 1px solid;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: none;
    z-index: 900;
}

#window-element {
    overflow: hidden;
    width: 1366px;
    height: 768px;
    position: absolute;
    top: 0;
    left: 0;
}

.window {
    border-radius: 8px;
    position: absolute !important;
    top: 70px;
    left: 50px;
}

.window-body {
    box-shadow: 1px 1px 30px rgb(0, 0, 0, 0.43);
    outline: 0.5px solid #ccc;
    border-radius: 8px;
}

.move {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 36px;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

.not-window-action {
    top: 0px;
    position: absolute;
    width: calc(100% - 70px);
    height: 100%;
}

.window-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.window-button {
    background-color: rgb(225, 225, 225);
    width: 13.5px;
    height: 13.5px;
    border-radius: 50%;
    margin-left: 4px;
    border: rgb(0, 0, 0, 0.06)0.5px solid;
    cursor: default;
}

.close:hover {
    background-color: rgb(255, 37, 37);
}

.maximize:hover {
    background-color: rgb(187, 187, 187);
}

.hidden:hover {
    background-color: rgb(187, 187, 187);
}

.window-button-disable {
    background-color: #ddd;
    opacity: 0.35;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.frameOverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

iframe {
    border-radius: 0px 0px 8px 8px;
    padding-top: 36px;
}

/*dock*/

.dock {
    backdrop-filter: blur(10px);
    background-color: rgb(255, 255, 255, 0.4);
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    outline: rgb(255, 255, 255, 0.5) 1px solid;
    box-shadow: 1px 1px 20px rgb(0, 0, 0, 0.14);
    border-radius: 12px;
    z-index: 133330;
    transition: all 0.1s ease-in-out;
}

/*dock最小化*/
.dock-hide {
    bottom: -70px;
}

.dock-trigger {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0px;
    z-index: 133320;
    pointer-events: all;
}

.dock-wrapper {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
}

.dock button {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 6px rgb(0, 0, 0, 0.2);
    outline: rgb(255, 255, 255, 0) 5px solid;
    transition: all 0.06s ease-in-out;
    cursor: default;
}

.dock a {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 6px;
    box-shadow: 1px 1px 6px rgb(0, 0, 0, 0.2);
    outline: rgb(255, 255, 255, 0) 5px solid;
    transition: all 0.06s ease-in-out;
    cursor: default;
}

.dock button:hover {
    outline: rgb(0, 0, 0, 0.2) 5px solid;
    border-radius: 7px;
}

.dock a:hover {
    outline: rgb(0, 0, 0, 0.2) 5px solid;
    border-radius: 7px;
}

.dock img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

/*タイトルバーを表示させないアプリ*/
#settings .move {
    width: calc(100% - 50px);
    height: 52px;
    position: absolute;
    background: none;
    right: 0;
}

#settings iframe {
    padding-top: 0;
    border-radius: 10px;
}

/*タイトルバーを表示させないアプリ*/
#text-editor .move {
    width: calc(100%);
    height: 36px;
    position: absolute;
    background: none;
    right: 0;
}

#text-editor iframe {
    padding-top: 0;
    border-radius: 10px;
}


/*タイトルバーを表示させないアプリ*/
#settings .move {
    width: calc(100% - 50px);
    height: 52px;
    position: absolute;
    background: none;
    right: 0;
}

#settings iframe {
    padding-top: 0;
    border-radius: 10px;
}

/*タイトルバーを表示させないアプリ*/
#app-create .move {
    width: calc(100% - 50px);
    height: 52px;
    position: absolute;
    background: none;
    right: 0;
}

#app-create iframe {
    padding-top: 0;
    border-radius: 10px;
}


#cmd .move {
    border-bottom: #ADADAD 1px solid;
}

.badge {
    width: 4.5px;
    height: 4.5px;
    border-radius: 50px;
    background-color: #494949;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3px;
}

.hidden-badge {
    width: 11px;
    height: 2px;
    border-radius: 5px;
    background-color: #494949;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4.5px;
}

/*スタートメニュー*/
.start-menu {
    position: absolute;
    display: none;
    top: -800px;
}

.start-menu-active {
    position: absolute;
}

.start-menu-contents {
    box-sizing: border-box;
    position: relative;
    z-index: 10000000;
    left: 10px;
    width: 330px;
    background: rgba(255, 255, 255, 0.4);
    border: 0.4px solid rgba(115, 115, 115, 0.3);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(60px);
    border-radius: 16px;
}

.top-menu {
    display: flex;
    padding: 8px;
    align-items: center;
}

.user-about {
    width: 100%;
    display: flex;
    align-items: center;
}

.user-about img {
    margin-left: 5px;
    width: 28px;
    outline: rgb(187, 187, 187) 1px solid;
    border-radius: 50%;
}

.user-about p {
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.power-off {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.power-off:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.power-off img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    margin-right: 5px;
}

.start-menu-border {
    width: 100%;
    height: 1px;
    background: #aaa;
}

.control-center {
    display: flex;
    margin: 7px;
}

.control-element {
    width: 100%;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin: 7px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.08s linear;
    position: relative;
}

.control-element-on img {
    filter: brightness(0) invert(1);
}

.control-element:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.icon-background {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    transition: all 0.06s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.control-element-on .icon-background {
    background-color: #2F63FF;
    transition: all 0.06s linear;
}

.icon-background img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.control-element-title {
    font-size: 13px;
    margin-left: 45px;
    margin-top: 5px;
}

.control-element-subtitle {
    opacity: 0.7;
    font-size: 13px;
    margin-left: 45px;
    margin-top: 3px;
}

.control-slider-element {
    position: relative;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-top: 7px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
    transition: all 0.06s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.control-slider-element img {
    width: 20px;
    margin-right: 14px;
}

/*スライダーバー*/
#slider-custom {
    box-sizing: border-box;
    width: 100%;
    height: 7px;
    border-radius: 20px;
    cursor: pointer;
    background: rgba(60, 60, 67, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.05);
}

/* css つまみサイズと色を調整 */
#slider-custom .ui-slider-handle {
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    border: 1px solid rgb(215, 215, 215);
    box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

#slider-custom .ui-slider-handle:focus {
    outline: none;
}

/* css 移動範囲の色 */
#slider-custom .ui-slider-range {
    box-sizing: border-box;
    background: #007AFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    height: 7px;
}

.display_count_wrapper {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 20px;
    border-radius: 5px;
}

.display_count {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #494949;
}

/*スタートメニュー 通知センター*/
.notification-center {
    border-radius: 12px;
    z-index: 10000000;
    box-sizing: border-box;
    position: relative;
    top: 10px;
    left: 10px;
    background: rgba(241, 241, 241, 0.2);
    outline: 0.4px solid rgb(151, 151, 151, 0.3);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    overflow-x: hidden;
}

.task-view_active {
    position: absolute;
    top: 50% !important;
    height: auto !important;
    width: auto !important;
    padding: 25px;
    left: 50%;
    transform: translateY(-50%);
}

.task-view_window {
    top: 0px !important;
    left: 0px !important;
    vertical-align: middle;
    display: inline-block !important;
    position: relative !important;
    pointer-events: none;
    text-align: center;
}

.task-view_window .frameOverlay {
    pointer-events: all;
}

.relative {
    position: relative !important;
}

.window-body,
.window-wrapper {
    height: 100%;
    width: 100%;
}

.taskview-overlay {
    width: 1366px;
    height: 768px;
    position: absolute;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(30px);
    background-color: rgb(0, 0, 0, 0.06);
    display: none;
}

.taskview-appname {
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: none;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 120px;
}

.taskview-icon {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
    text-align: center;
    top: 50%;
    position: absolute;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 82px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
}

.taskview-none {
    display: none;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/*通知*/
.notification-wrapper {
    position: absolute;
    top: 36px;
}

.notification {
    width: 300px;
    min-height: 70px;
    background-color: rgb(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.23);
    margin: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 58px;
    padding-right: 14px;
    position: relative;
    border: 1px rgb(0, 0, 0, 0.2) solid;
    z-index: 1000000;
}

.notification .icon {
    position: absolute;
    width: 32px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.notification h2 {
    font-size: 13px;
}

.notification p {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 2px;
    width: 100%;
}

.notification span {
    font-size: 12px;
    opacity: 0.6;
    position: absolute;
    top: 15px;
    right: 18px;
}

.notification-center-contents {
    margin: 10px;
    width: 310px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.notification_close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    background-color: rgb(255, 255, 255, 0.7);
    padding: 4px;
    border-radius: 50%;
    box-sizing: content-box;
    opacity: 0.7;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.1s ease;
    opacity: 0;
}

.notification_close:hover {
    background-color: rgba(227, 227, 227, 0.6);
}

.split-pane {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.split-pane-divider {
    background: rgb(30, 30, 30);
    display: none;
}

#left-component {
    width: calc(50%);
}

#my-divider {
    left: calc(50%);
    /* Same as left component width */
    width: 12px;
    pointer-events: all;
}

#right-component {
    margin-left: 12px;
    left: calc(50%);
    /* Same as left component width */
    /* Same as divider width */
}

.drop-left-guide,
.drop-right-guide {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    position: absolute;
    display: none;
    width: 100%;
    backdrop-filter: blur(20px);
}

.window_back {
    width: 30px;
    height: 30px;
    background-color: #007AFF;
    z-index: 100px;
    pointer-events: all;
    position: absolute;
}

.window_back:hover {
    width: 30px;
    height: 30px;
    background-color: #7496bb;
    z-index: 100px;
    pointer-events: all;
}

/*launcher*/
.launcher {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(20px);
    background-color: rgba(82, 82, 82, 0.1);
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 140px;
    z-index: 10000;
    display: none;
}

.app-elemenet {
    display: inline-block;
    width: 135px;
    text-align: center;
    height: auto;
    margin-bottom: 70px;
}

.app-elemenet img {
    width: 54px;
    height: 54px;
    box-shadow: 1px 1px 20px rgb(0, 0, 0, 0.2);
    border-radius: 10px;
}

.app-elemenet p {
    color: #fff;
    margin-top: 12px;
    text-shadow: 1px 1px 20px rgb(0, 0, 0, 0.2);
    font-size: 14px;
}