﻿html, body {
    position: relative;
    height: 100%;
}

body {
    position: fixed;
    margin: 0px;
    overflow: hidden;
    background-color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */

}

div.watermark {
    position: fixed; /* 親要素からの相対位置 */
    display: inline-block; /* インラインブロック化 */
    white-space: nowrap; /* 折り返ししない       */
    font-family: sans-serif;
    font-size: calc(15vw); /* 背景透かし文字サイズ */
    font-weight: bold; /* 太字                 */
    color: rgba(255, 255, 255, 0.20); /* 背景透かし文字色     */
    /* 中心寄せ＆角度       */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(315deg);
    z-index: 1;
    visibility: hidden;
}

#loader {
    position: fixed; /* 親要素からの相対位置 */
    /* 中心寄せ＆角度       */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}


#loader_background {
    background-color: rgba(0, 0, 0, 1.0);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 99;
}



/* 動作環境表記 */
.sys-requirements {
    position: fixed;
    display: block;
    bottom: 25px;
    padding: 0 30px;
    color: #fff;
    text-align: left;
    white-space: pre-line;
    font-size: 8px;
    font-weight: 300;
}


#hold_over_marker {
    position: fixed;
    display: inline-block;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    visibility: hidden;
}


@media screen and (orientation: landscape) {

    #hold_over_marker {
        position: fixed;
        display: inline-block;
        width: 55%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        visibility: hidden;
    }
}



#msg_sleep_mode {
    position: fixed;
    display: inline-block;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    visibility: hidden;
}

@media screen and (orientation: landscape) {

    #msg_sleep_mode {
        position: fixed;
        display: inline-block;
        width: 45%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        visibility: hidden;
    }
}



#msg_complete {
    position: fixed;
    display: inline-block;
    width: 70%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    visibility: hidden;
}

#msg_received {
    position: fixed;
    display: inline-block;
    width: 30%;
    top: 60%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 1;
    visibility: hidden;
}



#save_picture {
    background-color: #ffffff;
    border: 1px dashed #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 5px #ffffff;
    padding: 10px;
    position: fixed;
    display: inline-block;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: calc(4.5vw);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.70);
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    visibility: hidden;
}

    #save_picture::before {
        content: '';
        position: absolute;
        border: 15px solid transparent;
        border-top: 20px solid #ffffff;
        border-bottom: 0;
        top: 100%;
        left: 15px;
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

#permit_cam {
    background-color: #ffffff;
    border: solid 3px #6091d3;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 5px #ffffff;
    padding: 0.2em;
    position: fixed;
    display: inline-block;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: calc(4vw);
    font-weight: bold;
    color: #6091d3;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#loading_message {
    position: absolute; /* 親要素からの相対位置 */
    display: inline-block; /* インラインブロック化 */
    white-space: nowrap; /* 折り返ししない       */
    font-family: sans-serif;
    font-size: calc(4vw); /* 背景透かし文字サイズ */
    font-weight: bold; /* 太字                 */
    color: rgba(255, 255, 255, 0.70); /* 背景透かし文字色     */
    /* 中心寄せ＆角度       */
    top: 100px;
    /*left: 50%;*/
    transform: translate(-30%, 0%);
    z-index: 100;
    /*margin: 0 auto;*/

}


#backButton {
    /* 親要素からの相対位置 */
    /*position: fixed;*/
    /* インラインブロック化 */
    /*display: inline-block;*/
    /* 折り返ししない       */
    /*white-space: nowrap;*/
    /*font-family: sans-serif;*/
    /* 背景透かし文字サイズ */
    /*font-size: calc(5vw);*/
    /* 太字                 */
    /*font-weight: bold;*/
    /* 背景透かし文字色     */
    /*color: rgba(255, 255, 255, 0.70);*/
    /* 中心寄せ＆角度       */
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*visibility: hidden;*/
    /*z-index: 4;*/
    /*hidden: true;*/
}

#shutterButton {
    /* 親要素からの相対位置 */
    /*position: fixed;*/
    /* インラインブロック化 */
    /*display: inline-block;*/
    /* 折り返ししない       */
    /*white-space: nowrap;*/
    /*font-family: sans-serif;*/
    /* 背景透かし文字サイズ */
    /*font-size: calc(5vw);*/
    /* 太字                 */
    /*font-weight: bold;*/
    /* 背景透かし文字色     */
    /*color: rgba(255, 255, 255, 0.70);*/
    /* 中心寄せ＆角度       */
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*visibility: hidden;*/
    /*z-index: 4;*/
}
#view_date {
    position: fixed; /* 親要素からの相対位置 */
    display: inline-block; /* インラインブロック化 */
    white-space: nowrap; /* 折り返ししない       */
    font-family: sans-serif;
    font-size: calc(4vw); /* 背景透かし文字サイズ */
    font-weight: bold; /* 太字                 */
    color: rgba(255, 255, 255, 0.70); /* 背景透かし文字色     */
    /* 中心寄せ＆角度       */
    top: 16px;
    left: 16px;
    transform: translate( 0%, 0%);
    z-index: 5;
    margin: 0 auto;
}



/* ############ */
/* ############  ヨコ撮影禁止  ###############  */
/* ############ */

#rotate_smartphone {
    position: fixed; /* 親要素からの相対位置 */
    display: inline-block; /* インラインブロック化 */
    white-space: nowrap; /* 折り返ししない       */
    font-family: sans-serif;
    font-size: calc(5vw); /* 背景透かし文字サイズ */
    font-weight: bold; /* 太字                 */
    color: rgba(255, 255, 255, 0.70); /* 背景透かし文字色     */
    /* 中心寄せ＆角度       */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    visibility: hidden;
}

@media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */
    #rotate_smartphone {
        position: fixed; /* 親要素からの相対位置 */
        display: inline-block; /* インラインブロック化 */
        white-space: nowrap; /* 折り返ししない       */
        font-family: sans-serif;
        font-size: calc(3vw); /* 背景透かし文字サイズ */
        font-weight: bold; /* 太字                 */
        color: rgba(255, 255, 255, 1.0); /* 背景透かし文字色     */
        /* 中心寄せ＆角度       */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 200;
        visibility: hidden;
        text-align: center;
    }
}



/* ############ */
/* ############  カスタムエラーダイアログ  ###############  */
/* ############ */

#error_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(75vw);
    margin: 0px;
    padding: 30px 20px;
    text-align: center;
    color: #4E8AD3;
    /*border: 1px solid #aaa;*/
    border: solid 3px #4E8AD3;
    /*box-shadow: 2px 2px 4px #888;*/
    font-weight: bold;
    font-size: 20px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}


.error_gps_dialog_button {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    color: #fff;
    border-style: none;
    /* ボタンの影の指定*/
    /*box-shadow: 2px 2px 3px 1px #666;*/
    /*-moz-box-shadow: 2px 2px 3px 1px #666;*/
    /*-webkit-box-shadow: 2px 2px 3px 1px #666;*/
    /* テキストの影の指定*/
    /*text-shadow: 1px 1px 2px #000;*/
    /* 背景色を明るい青色に指定 */
    background-color: #4E8AD3;
    /*background-color: #87cefa;*/
    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0px 5px;
}

@media screen and (orientation: landscape) {

    /* 横向きの場合のスタイル */
    #error_dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: calc(60vw);
        margin: 0px;
        padding: 30px 20px;
        display: none;
        text-align: center;
        color: #4E8AD3;
        border: solid 3px #4E8AD3;
        /*box-shadow: 2px 2px 4px #888;*/
        font-weight: bold;
        font-size: 20px;
        background-color: #ffffff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: none;
    }


    .error_gps_dialog_button {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 10px;
        color: #fff;
        border-style: none;
        /* ボタンの影の指定*/
        /*box-shadow: 2px 2px 3px 1px #666;*/
        /*-moz-box-shadow: 2px 2px 3px 1px #666;*/
        /*-webkit-box-shadow: 2px 2px 3px 1px #666;*/
        /* テキストの影の指定*/
        /*text-shadow: 1px 1px 2px #000;*/
        /* 背景色を明るい青色に指定 */
        background-color: #4E8AD3;
        /*background-color: #87cefa;*/
        /* 角丸の指定 */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        margin: 0px 20px;
    }
}



/* ############ */
/* ############  overlay_REC_Setting  ###############  */
/* ############ */


#overlay_REC_Setting {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
    #overlay_REC_Setting.active {
        opacity: 1;
        z-index: 100;
    }

#popup_iframe_REC_Setting {

    position: fixed;
    top: 50%;
    left: 50%;
    height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 200;

}

    #popup_iframe_REC_Setting.active {
        width: 340px;
        height: 340px;
        opacity: 1;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }



.cp_ipradio {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
}
    .cp_ipradio ul {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        list-style: none;
        border: 1px solid #cccccc;
    }

    .cp_ipradio .list_item {
        margin: 0 0 0.5rem 0;
        padding: 0;
    }

    .cp_ipradio label {
        line-height: 135%;
        position: relative;
        margin: 0.5rem;
        cursor: pointer;
    }

    .cp_ipradio .option-input {
        position: relative;
        margin: 0 0.5rem 0 0;
        cursor: pointer;
    }
        .cp_ipradio .option-input:before,
        .cp_ipradio .option-input:after {
            position: absolute;
            z-index: 1;
            top: -0.125rem;
            left: -0.125rem;
            width: 1rem;
            height: 1rem;
            content: '';
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 50%;
            background: #ffffff;
        }

        .cp_ipradio .option-input:after {
            z-index: 0;
            top: -0.25rem;
            left: -0.25rem;
            width: 1.25rem;
            height: 1.25rem;
            background: #2EA7E1;
        }

        .cp_ipradio .option-input:checked:before {
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            border-width: 0.625rem;
            border-color: #2EA7E1;
        }


/* ############ */




/* ############ */
/* ############  overlay_snapshot  ###############  */
/* ############ */

#overlay_snapshot {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

    #overlay_snapshot.active {
        opacity: 1;
        z-index: 100;
    }


#popup_iframe_snapshot {
    /*padding: 15px;
    text-align: center;*/
    position: fixed;
    top: 50%;
    left: 50%;
    /*width: 0;*/
    /*max-width: 600px;*/
    height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 200;
}

    #popup_iframe_snapshot.active {
        /*box-shadow: 0px 0px 20px 20px #5bc0de inset;*/
        width: 340px;
        /* max-width: 340px;*/ /*Point*/
        height: 340px; /*Point*/
        opacity: 1;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


    #popup_iframe_snapshot #close_snapshot {
        position: fixed;
        top: 6px;
        right: 6px;
        width: 1em;
        height: 1em;
        background-color: #000000;
        border: none;
        border-radius: 50%;
        color: #808080;
        font-size: 20px;
        line-height: 20px;
        -webkit-appearance: none;
        outline: none;
        padding: 0;
        cursor: pointer;
        z-index: 1;
    }


#popup_iframe_save_pic {
    margin: 0px;
    border: 0px;
    padding: 10px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: calc(3vw);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.70);
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateY( 0%) translateX(-50%);
    transform: translateY( 0%) translateX(-50%);
    visibility: hidden;
}


#btnDownloadImage {
    width: 160px;
    height: 25px;
    font-weight: bold;
}

#downLoadImage {
    left: 0px;
    top: 0px;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
    -webkit-touch-callout: initial;
}



/* ############ タイマーボタン */
#ssTimerBtn {
    position: fixed;
    left: 50%;
    bottom: 48px;
    margin-left: 40px;
    width: 80px;
    height: auto;
    z-index: 100;
}


/* ############ タイマー撮影カウントダウン */
#uiTimerTxt {
    position: fixed;
    left: 50%;
    bottom: 0px;
    margin: 0 0 130px -4px;
    transform: translate(-50%, 0%);
    color: rgba(255,255,255,1);
    font-size: 128px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 0 5px #000;
    z-index: 100;
}

.play_fadeOut {
    animation: fadeOut 1s ease-in forwards;
}

@keyframes fadeOut {
    0% {
        opacity: .8;
    }

    100% {
        opacity: 0;
    }
}
/* ############ */



/* ############ */



/* ############ */
/* ############  overlay_movie  ###############  */
/* ############ */

#overlay_movie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

    #overlay_movie.active {
        opacity: 1;
        z-index: 100;
    }


#popup_iframe_movie {
    /*padding: 15px;
    text-align: center;*/
    position: fixed;
    top: 50%;
    left: 50%;
    /*width: 0;*/
    /*max-width: 600px;*/
    height: 0;
    opacity: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    transition: all 0.5s ease-in-out;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 15px 15px 0px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 200;
}

    #popup_iframe_movie.active {
        /*box-shadow: 0px 0px 20px 20px #5bc0de inset;*/
        width: 340px;
        /* max-width: 340px;*/ /*Point*/
        height: 340px; /*Point*/
        opacity: 1;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


    #popup_iframe_movie #close_movie {
        position: fixed;
        top: 6px;
        right: 6px;
        width: 1em;
        height: 1em;
        background-color: #000000;
        border: none;
        border-radius: 50%;
        color: #808080;
        font-size: 20px;
        line-height: 20px;
        -webkit-appearance: none;
        outline: none;
        padding: 0;
        cursor: pointer;
        z-index: 1;
    }

@media screen and (orientation: landscape) {

    #popup_iframe_movie #close_movie {
        position: fixed;
        top: 24px;
        right: 6px;
        width: 1em;
        height: 1em;
        background-color: #000000;
        border: none;
        border-radius: 50%;
        color: #808080;
        font-size: 20px;
        line-height: 20px;
        -webkit-appearance: none;
        outline: none;
        padding: 0;
        cursor: pointer;
        z-index: 1;
    }
}

#popup_iframe_save_movie {
    margin: 0px;
    border: 0px;
    padding: 10px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: calc(3vw);
    font-weight: bold;
    color: rgba(0, 0, 0, 0.70);
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateY( 0%) translateX(-50%);
    transform: translateY( 0%) translateX(-50%);
    visibility: hidden;
}


#btnDownloadMovie {
    width: 160px;
    height: 25px;
    font-weight: bold;
}



/* ############ */




/* ############ */
/* ############  dat.GUIレイアウト  ###############  */
/* ############ */
#iframe-goes-in-here {
    position: absolute;
    width: 50%;
    height: 200px;
    background-color: #000000;
}

    #iframe-goes-in-here iframe {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

#my-gui-container {
    position: absolute;
    /*dat.GUI位置調整*/
    top: 5px;
    left: 10px;
    z-index: 10;
}

/* ############ */




/* ehara ↓↓↓ ****************************************************************************/

:root {
    /* mode切り替え */
    --modeImg-w-org: 51px;
    --modeImg-h-org: 94px;
    --modeImg-mgn: 0.5; /*画像拡大率*/
    --modeImg-w: calc(var(--modeImg-w-org)*var(--modeImg-mgn)); /* 表示される画像サイズ */
    --modeImg-h: calc(var(--modeImg-h-org)*var(--modeImg-mgn));
    --trans-modeChng: 0.3s;
    /* menu */
    --menu-bck: rgba(0,0,0,0.7);
    /*--menu-bck: rgba(0,255,0,0.3);*/
    /* ↑検証用、後で削除 */
    --menu-pddng-l: 8%;
    --menu-pddng-r: 4%;
    --menu-pddng-h: 5%;
    --menu-innr-w: calc(100% - var(--menu-pddng-r) - var(--menu-pddng-l));
    --menu-item-h: 70px;
}


#div_shutter_Photo_Button, #div_shutter_Video_Button {
    margin: 0 auto;
    position: fixed;
    left: 50%;
    bottom: 46px;
    transform: translate(-50%, -0%);
    transition: all var(--trans-modeChng) ease-in-out;
}

#div_shutter_Photo_Button {
    z-index: 12;
    opacity: 1;
}
    #div_shutter_Photo_Button.onlySnap{
        bottom:16px;
    }
    #div_shutter_Photo_Button.movie {
        z-index: 0;
        opacity: 0;
    }

#div_shutter_Video_Button {
    z-index: 0;
    opacity: 0;
}

    #div_shutter_Video_Button.onlyMovie {
        bottom: 16px;
        z-index: 12;
        opacity: 1;
    }

    #div_shutter_Video_Button.movie {
        z-index: 12;
        opacity: 1;
    }



#div_shutter_Video_Button div{

}

#extMenuBtn img {
    width: 50px;
    height: 50px;
}


#menuBtn {
    position: fixed;
    right: 85px;
    top: 16px;
    margin: 0 auto;
    z-index: 0;
    transition: all var(--trans-modeChng) ease-in-out;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}
    #menuBtn.movie {
        z-index: 12;
        opacity: 1;
    }
    #menuBtn img {
        width:50px;
        height:50px;
    }


/* menuウィンドウ関連 ***********/
#menuWrapper * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}

#menuWrapper {
    position: fixed;
    width: 300px;
    height: 190px;
    top: 70px;
    right: 22px;
    z-index: 0;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
    #menuWrapper.open {
        z-index: 100;
        opacity: 1;
    }
        #menuWrapper.open + #menu_back {
            z-index: 99;
            opacity: 1;
        }

#menu_back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}


#menu_blnTri {
    width: 100%;
    height: 20px;
}

#triangle {
    position: absolute;
    right: 77px;
    width: 11.5px;
    border-bottom: 20px solid var(--menu-bck); /* 高さ */
    border-right: 11.5px solid transparent; /* 左辺の長さ */
    border-left: 11.5px solid transparent; /* 右辺の長さ */
}

#menu_blnRct {
    padding: var(--menu-pddng-h) var(--menu-pddng-l) var(--menu-pddng-h) var(--menu-pddng-r);
    width: 100%;
    height: 170px;
    background-color: var(--menu-bck);
    border-radius: 8px;
}

.item{
    width: var(--menu-innr-w);
    height: var(--menu-item-h);
}

.item > div {
    position: absolute;
    display: flex;
}

.icon {
    width: calc(var(--menu-innr-w)*0.17);
    height: var(--menu-item-h);
}
    .icon img {
        width: 100%;
        object-fit: contain;
    }

.selector {
    margin: 23px 0 23px calc(var(--menu-innr-w)*0.22);
    width: calc(var(--menu-innr-w)*0.78);
    height: calc(var(--menu-item-h) - 46px);
}

.selector {
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    border-radius: 7px;
}

.selector input {
    display:none;
}

.menuLbl {
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    color: rgba(255,255,255,0.6);
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 0.6;
    font-size: 0.8em;
    outline: solid 1px rgba(255,255,255,0.5);
    transition: all 0.1s ease-in-out;
}

input[type="radio"]:checked + .menuLbl {
    color: #000;
    background-color: #fff;
}

#mic_selector label{
    width: 50%;
}

#qua_selector label {
    width: 33.33%;
}





#extMenuBtn {
    position: fixed;
    right: 85px;
    top: 16px;
    margin: 0 auto;
    z-index: 12;
    transition: all 0.5s ease-in-out;
}
    #extMenuBtn.movie {
        right: 150px;
    }




#modeSwp_cntn {
    position: fixed;
    width: calc(var(--modeImg-h)*3);
    height: var(--modeImg-w);
    left: 50%;
    bottom: 10px;
    z-index: 13;
    -webkit-transform: translateY( 0%) translateX(-50%);
    transform: translateY( 0%) translateX(-50%);
}

#modeSwp_cntn .swiper-wrapper{

}

#modeSwp_cntn .swiper-slide{
    opacity:0.5;
    transition: opacity 1s ease-in-out;
}

#modeSwp_cntn .swiper-slide.swiper-slide-active{
    opacity:1;
}

#modeSwp_cntn .swiper-slide img{
    width: var(--modeImg-h);
    height: var(--modeImg-w);
}

#sld00 {
}
#sld01 {
}


@media screen and (orientation: landscape) {

    #div_shutter_Photo_Button, #div_shutter_Video_Button {
        position: fixed;
        margin: 0 auto;
        /*top: 50%;*/
        left: 46px;
        transform: translate(0%, -140%);
    }


    #modeSwp_cntn {
        left: 10px;
        /*bottom: 50%;*/
        width: var(--modeImg-w);
        height: calc(var(--modeImg-h)*3);
        -webkit-transform: translateY( -70%) translateX(0%);
        transform: translateY( -70%) translateX(0%);
    }
    #modeSwp_cntn .swiper-slide img {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: 40% 40%;
    }
}