@font-face { font-family: "Times Newer Roman"; src: url('../../fonts/TimesNewerRoman-Regular.otf'); }
html,body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-overflow-scrolling: touch;
}
a, p, div {
    text-decoration: none;
    font-family: "Times New Roman","Times","Times Newer Roman","Songti SC","宋体",STSong, Simsun,'Noto Serif CJK SC', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc,TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: none;
}
::-moz-selection {
    background: none;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
.mbpnframe{
    position: fixed;
    width: 100%;
    height: 100%;
}
.text{
    position: absolute;
    width: 20%;left: 50%;top: 50%;
    transform: translate(-50%,-50%);
}
.mbp{
    position: absolute;
    width: 100%;height: 100%;
}
.frame{
    position: absolute;
    width: 50%;height: 50%;
    top: 25%;
    left: 25%;
    display: none;

}
.iframe{
    position: absolute;
    width: 50%;height: 50%;
    top: 25%;
    left: 25%;
    display: none;
}

@media (max-aspect-ratio: 1/1) {
}


@keyframes x {
    from {
    }
    to {
    }
}