@charset "UTF-8";
#sp-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #FFFFFF;
    overflow: auto;
}
/* PC, Tablet */
@media screen and (min-width: 441px) , print {
    #sp-view-mode {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        background-color: white;
        overflow: hidden;
    }
    #sp-frame {
        width: 440px;
        height: 956px;
    }
}
/* SP */
@media screen and (max-width: 440px) {
    #sp-frame {
        width: 100%;
        height: 100dvh;
    }
}