* {
    font-family: 'Noto Sans Japanese';
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    padding: 0;
    margin: 0;
}

body {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

@media screen and (max-width: 769px) {

    .box-fixed {
        position: fixed;
        height: 100%;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border: none;
        background: #000000 !important;
    }

    div.container {
    }

    div.container-left {
    }

    div.container-left-app {
    }

    div.container-left_holder {
    }

    div.container-left_holder iframe {
    }

    div.container-right_holder {
        display: none;
    }

}

@media screen and (min-width: 769px) {

    .box-fixed {
        overflow: hidden;
        border: none;
        background: #000000 !important;
    }

    div.container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding-top: 60px;
    }

    /*
     * Left
     */
    div.container-left_holder {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
    }

    div.container-left {
        margin-right: 40px;
        background: #ffffff !important;
    }

    div.container-left-app {
        width: 374px;
        height: 672px;
        background: #ffffff !important;
    }

    div.container-left-app iframe {
        width: 374px;
        height: 672px;
        border: none !important;

        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }

    /*
     * Right
     */
    div.container-right_holder {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    div.container-right {
        margin-left: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        width: 374px;
        height: 672px;
        /*background: #ffffff !important;*/
        gap: 24px;
    }

    /*
     * Right - Details
     */
    section.app-details {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    img.app-logo {
        width: 100%;
    }

    /*
     * Right - App - Stores
     */
    section.app-stores {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
        height: 100%;
        width: 100%;
        background: #ffffff;
    }

    div.app-store {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    img.stores-appstore {
        width: 120px;
    }

    img.stores-googleplay {
        width: 120px;
    }

    img.app-qr-logo {
        width: 120px;
        margin-bottom: 12px;
    }

}