body::-webkit-scrollbar {
    display: none;
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 19.2)
    }
}

@media screen and (max-width:899px) {
    html {
        font-size: 46.8px;
    }
}

.pc {
    width: 19.2rem;
    min-height: 100%;
    height: auto;
    background-image: url(../images/pc/pc_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.heard {
    position: fixed;
    width: 100%;
    height: 1.8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1.04rem 0 0.3rem;
    z-index: 2;
}

.heard>h1 {
    width: 5.54rem;
    height: 1.35rem;
    margin-top: 0.45rem;
}

.heard>h1>img {
    height: 100%;
    height: 100%;
}

.heard>a {
    height: 0.59rem;
    margin-top: 0.45rem;
}

.heard>a:nth-child(2) {
    margin-left: auto;
    margin-right: 0.25rem;
}

.heard>a:nth-child(3) {
    margin-right: 0.25rem;
}

.heard>a>img {
    height: 100%;
}

.main {
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 0 0.4rem 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main>h2 {
    margin-top: 2.4rem;
    width: 8.79rem;
    height: 3.09rem;
    margin-bottom: auto;
}

.main>h2>img {
    width: 100%;
    height: 100%;
}

.main>img {
    width: 8.27rem;
    height: 8.63rem;
}

.left {
    position: fixed;
    left: 1.02rem;
    bottom: 0.85rem;
    z-index: 10;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.left>img {
    width: 2.56rem;
    height: 0.25rem;
}

.code {
    display: flex;
    align-items: end;
    margin-top: 0.2rem;

}

.code .qr {
    width: 2.29rem;
    height: 2.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/pc/qr_bg.png) center no-repeat;
    background-size: 100% 100%;
}

#qr {
    width: 1.9rem;
    height: 1.9rem;
}

#qr>img {
    width: 100%;
    height: 100%;
}

.code>img {
    width: 6.69rem;
    height: 1.94rem;
    margin-left: 0.25rem;
}