#photo-shoot {
    touch-action: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#photo-shoot-camera {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    top: 50%; /* 上から50%の位置 */
    left: 50%; /* 左から50%の位置 */
    transform: translate(-50%, -50%); /* 要素自身の半分の幅・高さだけ中央にずらす */
}

#photo-shoot-result-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    top: 50%; /* 上から50%の位置 */
    left: 50%; /* 左から50%の位置 */
    transform: translate(-50%, -50%); /* 要素自身の半分の幅・高さだけ中央にずらす */
}

#photo-shoot-close {
    position: absolute;
    top: 0px;
    height: 0px;
    max-width: 70px;
    max-height: 70px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}

.photo-shoot-control {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0vw;
    left: 0;
}

.photo-shoot-control {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0vw;
    left: 0;
}

.photo-shoot-control {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0vw;
    left: 0;
}

.photo-shoot-finish-control {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0vw;
    left: 0;
}


#photo-shoot-shoot-button {
    max-width: 60px;
    max-height: 60px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}

#photo-shoot-camera-change {
    max-width: 60px;
    max-height: 60px;
    width: 10vw;
    height: 10vw;
    margin: 2px;
}

.photo-shoot-hidden {
    display: none;
}


#photo-shoot-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
}
