body {
    background-color: #000000;
}

/* banner */
.banner-container {
    position: relative;
    width: 100%;
    max-height: auto;
    overflow: hidden;
    margin-top: 86px;
}

.banner-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* .banner-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    pointer-events: none;
} */



/* discussion 2 */
.line-up-table {
    background-color: #262b31;
    padding: 5% 20% 0% 20%;
    gap: 20px;
    margin-top: 0;
}

.line-up-table h1 {
    margin-top: 0;
    font-size: 40px;
    color: #fed900;
}

.line-up-table h2 {
    margin-top: 0;
    font-size: 30px;
    color: #ffffff;
}

.line-up-table p {
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    padding: 0px;
}

table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
    font-size: 16px;
}

td {
    padding: 5px;
}

.left-column {
    width: 70%;
    text-align: left;
    padding-right: 2%;
}

.middle-column {
    width: 15%;
    text-align: center;
    vertical-align: top;
}

.right-column {
    width: 15%;
    text-align: center;
    vertical-align: top;
}

table a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

table a:hover {
    color: #fed900;
    text-decoration: none;
}

.flag {
    height: 50px;
    width: auto;
    vertical-align: middle;
}

.row-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

tr:hover .row-link {
    color: #fed900;
}




/* font */

h1 {
    font-size: 28px;
    margin: 0 0 5px 0;
    text-align: center;
}

h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
    text-align: center;
}

h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    text-align: center;
}

p {
    font-size: 16px;
}



/* new-footer */
.new-footer {
    background-color: #212529;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.sns-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.sns-links a {
    text-decoration: none;
}

.sns-icon img {
    width: 25px;
    height: auto;
}

.footer-text p {
    margin: 0;
    font-size: 14px;
}



/* mobile */

@media (max-width: 1045px) {


    /* new doc-intro */
    .doc-intro-key {
        font-size: 60px;
    }

    /* font */

    h1 {
        font-size: 15px;
        margin: 0 0 5px 0;
        text-align: center;
    }

    h2 {
        font-size: 14px;
        margin: 0 0 5px 0;
        text-align: center;
    }

    h3 {
        font-size: 14px;
        margin: 0 0 5px 0;
        text-align: center;
    }

    p {
        font-size: 14px;
    }

}


@media (min-width: 865px) and (max-width: 1045px) {

    /* banner */
    .banner-container {
        margin-top: 63.6px;
    }

}

/* ipad mini 660-865*/
@media (min-width: 660px) and (max-width: 865px) {

    /* banner */
    .banner-container {
        margin-top: 63.6px;
    }


    /* discussion 2 */
    .discussion-long h2 {
        font-size: 25px;
    }

    .discussion-long p {
        font-size: 15px;
    }

    .discussion-text-background-container .discussion-last-pic {
        padding-top: 5%;
    }

    .line-up-table {
        padding: 5% 10% 0% 10%;
    }

    table {
        font-size: 14px;
    }

    .flag {
        height: 40px;
    }

}








@media (min-width: 550px) and (max-width: 660px) {


    /* discussion 2 */
    .line-up-table h1 {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }

    .line-up-table h2 {
        font-size: 25px;
        padding: 0;
        margin: 0;
    }

    .line-up-table p {
        font-size: 18px;
    }

    .line-up-table {
        padding: 5% 10% 0% 10%;
    }

    table {
        font-size: 13px;
    }

    .flag {
        height: 30px;
    }

}





@media (max-width: 550px) {

    /* discussion 2 */
    .line-up-table h1 {
        font-size: 20px;
        padding: 0;
        margin: 0;
    }

    .line-up-table h2 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

    .line-up-table p {
        font-size: 16px;
    }

    table {
        font-size: 12px;
    }

    .line-up-table {
        padding: 5% 10% 0% 10%;
    }

    .flag {
        height: 30px;
    }

}