/* 大会ポータルページのトップに戻るボタン */
.top-bottom-nav {
    /* height: 140px; */
    height: 60px;
    background-color: transparent;
    z-index: 1030;
    color: rgba(247, 171, 0, 0.8);
}

.top-bottom-nav-button {
    font-size: 2.0rem;
}

/* テストサイト */
#test-site-logo {
    margin-top: 8px;
    background-color: transparent;
    z-index: 1030;
    color: #fbca01;
    font-size: 1.5rem;
    font-weight: bold;
    width: 120px;
    left: calc(50vw - 60px);
}

#test-site-text {
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1029;
    color: rgba(0, 0, 0, 0.2);
    margin-top: 40vh;
}

#test-site-text p {
    font-size: 10rem;
    font-weight: bold;
}

/* フッター */
.page-footer {
    background-color: #F7AB00;
}

/* ロードシート */
#loading {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* スピナー */
#spinner {
    display: none;
    color: #fff;
    z-index: 2;
}

body {
font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}