body {
    width: 100%;
    height: 100%;
    margin: 0px;
    /* overflow: hidden; */
    position: absolute;
/*    touch-action: none;*/
    font-family: 'OneUiSans', sans-serif;
}
img {
    /* width: 100%; */
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.canvas-wrapper {
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
/*    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;*/
}
.canvas {
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    /* position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center; */
}
.home__bg {
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    background-color: #000;
}
.page__main {
    width: 83%;
    height: 100%;
    /* min-height: 100vh; */
    padding-top: calc(100% * (60 / 1176));
    padding-left: calc((100% - 83%) / 2);
    padding-right: calc((100% - 83%) / 2);
    padding-bottom: calc(100vw * (290 / 1176));
    /* display: none; */
    position: relative;
}

.page__main .main-text {
    width: 100%;
    text-align: center;
    margin-bottom: calc(100vw * (71 / 1176));
}
.page__main .main-text img {
    width: calc(100vw * (650 / 1176));
}

.page__main .photo__area {
    width: 100%;
    aspect-ratio: 9/16;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .page__main .photo__area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*transform: scaleX(-1);*/
    }

    .page__main .photo__area video {
        width: 100%;
        object-fit: cover;
        /*transform: scaleX(-1);*/
    }

.page__main .footer {
    width: 100%;
    height: calc(100vw * (200 / 1176));
    background-color: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: left;
}
.page__main .footer img:last-child {
    margin-left: calc(100vw * (107 / 1176));
    height: 50%;
}
