@charset "utf-8";

body {
    font-size: 16px;
    /* max-width: 1000px; */
    position: relative;
    margin: 0 auto;
}

.links_txt {
    color: #C8A041;
}

.links_txt:visited {
    color: #C8A041;
}

.audition_title {
    width: 100%;
    position: static;
    text-align: center;
    margin: 2.5vh auto;
}

.audition_title .fadein {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 90vh;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.audition_title .badge {
    position: relative;
    z-index: 250;
    opacity: 0;
    transition: 1s;
}

.audition_title .badge.show03 {
    opacity: 1;
}

.audition_title .badge .badge01 {
    width: 15%;
    position: absolute;
    bottom: -6em;
    left: 10em;
}

.audition_title .badge .badge02 {
    width: 13%;
    position: absolute;
    bottom: -6em;
    right: 10em;
}

@keyframes fadein {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.txt_bg {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    position: relative;
}

.txt_bg .txt_s {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: 6em auto 0;
    z-index: 20;
}

.txt_bg .txt_s p {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 2.25rem;
    margin: 0 0 4em;
}

.grand_prix {
    max-width: 70%;
    margin: 0 auto 3.5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4%;
}

.grand_prix h3 {
    width: 100%;
    margin-bottom: .5em;
    background-color: #C8A041;
    color: #fff;
    padding: .5em;
    font-size: 1.7em;
}

.champ {
    width: 48%;
}

.champ img {
    width: 100%;
    padding-bottom: .5em;
}

.ad_about {
    list-style: none;
    max-width: 70%;
    margin: 0 15% 4em;
    background-color: #000;
    border-radius: 10px;
    padding: .5em 1.5em 1.5em;
    z-index: 1000;
}

.ad_about h3 {
    color: #fff;
    padding-bottom: .5em;
}

.ad_about table tr {
    width: 100%;
}

.ad_about table th {
    padding: .5em .75em;
    background-color: #C8A041;
    color: #fff;
}

.ad_about table td {
    padding-left: .5em;
    background-color: #fff;
    color: #000;
    text-align: left;
    width: 100%;
}

.schedule {
    margin: 0 15% 4em;
    max-width: 70%;
    overflow: hidden;
    padding-bottom: .25em;
    background-color: rgba(255, 255, 255, 45%);
}

.schedule h3 {
    margin-bottom: .5em;
    background-color: #000;
    color: #fff;
    padding: .5em;
    text-align: left;
}

.sc_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .25em .5em;
}

.schedule .sc_flex p {
    color: #000;
    font-size: 1em;
    margin: 0;
    font-weight: normal;
}

.schedule .brown_frame {
    margin: 1em 0.5em .5em;
}

.schedule .brown_frame h4 {
    color: #fff;
    font-size: 1em;
    position: relative;
    display: table-cell;
    background-color: #C8A041;
    padding: .25em 0;
    margin-right: 2em;
    width: 30%;
}

.schedule .brown_frame h4::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 0;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #C8A041;
    border-width: 1em 0 1em 1em;
    z-index: 10;
}

.schedule .brown_frame p {
    font-weight: bold;
}

.schedule .white_frame {
    color: #000;
    font-size: 1em;
    margin: 0 auto .3em;
    border: 1px solid #000;
    text-align: left;
    width: 90%;
    table-layout: fixed;
}

.schedule .white_frame tr th {
    border-right: 1px solid #000;
    padding: 0 .3em;
    width: 33%;
}

.schedule .white_frame tr td {
    padding: 0 .3em;
    word-wrap: break-word;
}

.prize {
    margin: 0 15% 2em;
    max-width: 70%;
    overflow: hidden;
    padding: .5em 1.5em;
    background-color: #C8A041;
    border-radius: 10px;
}

.prize h3 {
    margin-bottom: .5em;
    color: #fff;
}

.prize p {
    border-top: 1px solid #231815;
    margin-bottom: .5em !important;
}

.prize p:last-child {
    margin-bottom: 0em !important;
}

.prize strong {
    font-size: 1.15em;
    font-weight: bold;
}

.event_attention {
    margin: 0 15% 2em;
    max-width: 70%;
    overflow: hidden;
}

.event_attention p {
    margin-bottom: 0 !important;
    font-size: .85em !important;
    line-height: 1.25rem !important;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.audition_bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -9999;
    margin-top: 95vh;
    opacity: 0;
    transition: 1s;
}

.audition_bg.show {
    opacity: 1;
}

.audition_bg img {
    width: 100%;
}

.bg_left {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5000;
    margin-top: 1.5em;
    mix-blend-mode: multiply;
}

.bg_left img {
    width: auto;
    height: 78vh;
}

.bg_right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -5000;
    margin-top: 1.5em;
    mix-blend-mode: multiply;
}

.bg_right img {
    width: auto;
    height: 78vh;
}

.footer_frame {
    margin: 0 15% 1.5em;
    max-width: 70%;
}

.footer_frame .footer_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.footer_frame .footer_flex img {
    height: 50px;
    width: auto;
}

.footer_frame .footer_flex .project_name {
    height: 30px;
}

.footer_frame .footer_txt {
    font-size: .95em !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    margin-top: .75em;
}

.oubo,
.oubo_fin {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    z-index: 9999;
    padding: 1em;
    opacity: 0;
    transition: 1s;
}

.oubo p {
    color: #fff;
    margin-top: 1em;
}

.oubo_fin p {
    color: #fff;
    margin-top: 0;
}

.oubo span,
.oubo_fin span {
    color: #C8A041;
    font-weight: bold;
}

.oubo .entry,
.oubo_fin .entry {
    padding: .5em 3em;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.oubo .live_view {
    padding: .5em !important;
}

.oubo .entry:hover,
.oubo_fin .entry:hover {
    background-color: #C8A041;
}

.oubo.show02,
.oubo_fin.show02 {
    opacity: 1;
}

.passing_no01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0 .75em;
}

.judge,
.main_mc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0;
}

.mc_about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 45%;
    margin: 0 1.5em 0 0;
}

.mc_about:nth-child(2) {
    margin: 0;
}

.mc_about img {
    width: 25%;
    height: auto;
    margin-right: .5em;
}

.mc_about p {
    text-align: left;
    font-size: .85em !important;
    line-height: 1.5em !important;
    padding-top: .5em;
    margin-bottom: 0 !important;
}

.spacer {
    width: 100%;
}

.passing_artist,
.judge_artist {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 20%;
    margin: 0 1.5em 1.5em 0;
    position: relative;
}

.new_icon {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 25% !important;
    height: auto !important;
    transform: rotate(20deg);
}

.passing_artist:nth-child(4n) {
    margin-right: 0;
}

.passing_artist:nth-child(n+5) {
    margin-bottom: 0;
}

.judge_artist:nth-child(4) {
    margin-right: 0;
}

.judge_artist:nth-child(n+3) {
    margin-bottom: 0;
}

.passing_artist img,
.judge_artist img {
    width: 100%;
    height: auto;
}

.passing_artist img {
    transition-duration: .5s;
}

.passing_artist img:hover {
    /* filter: brightness(1.5); */
    border-radius: 50%;
}

.passing_artist p,
.judge_artist p {
    font-size: .85em !important;
    margin-bottom: 0 !important;
    line-height: 1.5em !important;
    padding-top: .5em;
}

.end_switch {
    margin-bottom: 1.5em !important;
}

.end_switch_prize,
.end_switch_text h3,
.end_switch_apply table th,
.end_switch_schedule .brown_frame h4 {
    background-color: #ce9c64 !important;
}

.end_switch_schedule .brown_frame h4::after {
    border-color: transparent transparent transparent #ce9c64 !important;
}

.end_switch_schedule .links_txt,
.end_switch_schedule .links_txt:visited {
    color: #ce9c64 !important;
}

.end_switch_bg {
    margin-top: 0 !important;
}

.end_switch_bg img {
    height: 90vh !important;
}

.end_switch_oubo span {
    color: #ce9c64 !important;
}

.end_switch_oubo .entry:hover {
    background-color: #ce9c64 !important;
}

.nodot {
    list-style: none;
    font-size: .8em;
    line-height: 1.5em;
    text-align: left;
    margin: 0.25em auto;
    width: 90%;
}

.nodot li {
    text-indent: -1em;
    padding-left: 1em;
}

.pc {
    display: block;
}

.tablet {
    display: none;
}

.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: none;
    }

    .tablet {
        display: block;
    }

    .audition_title .badge .badge01 {
        width: 18%;
        bottom: -5em;
        left: 5em;
    }

    .audition_title .badge .badge02 {
        width: 15%;
        bottom: -5em;
        right: 5em;
    }

    .txt_bg .txt_s {
        margin: 5em auto 0;
    }

    .bg_left {
        margin-top: 0;
    }

    .bg_left img {
        height: 100vh;
    }

    .bg_right {
        margin-top: 0;
    }

    .bg_right img {
        height: 100vh;
    }

}

@media screen and (max-width:668px) {
    .pc {
        display: none;
    }

    .tablet {
        display: none;
    }

    .sp {
        display: block;
    }

    .audition_title .fadein {
        max-width: 90%;
        z-index: 400;
    }

    .audition_title .badge .badge01 {
        width: 35%;
        bottom: -7em;
        left: .5em;
    }

    .audition_title .badge .badge02 {
        width: 29%;
        bottom: -8em;
        right: .5em;
    }

    .txt_bg .txt_s {
        margin: 7em auto 0;
    }

    .txt_bg .txt_s p {
        font-size: 1em;
        line-height: 2.15rem;
    }

    .ad_about {
        max-width: 97%;
        margin: 0 1.5% 4em;
        padding: .5em .5em .5em;
    }

    .ad_about table td {
        padding: .2em;
        background-color: #fff;
        color: #000;
        text-align: left;
        width: 100%;
        line-height: 1.5rem;
    }

    .grand_prix {
        max-width: 97%;
        margin: 0 auto 1.5em;
    }

    .grand_prix h3 {
        font-size: 1.17em;
    }

    .champ {
        width: 100%;
    }

    .schedule {
        margin: 0 1.5% 4em;
        max-width: 97%;
        padding-bottom: .25em;
    }

    .schedule h3 {
        text-align: center;
    }

    .sc_flex {
        display: block;
        margin-top: .75em;
    }

    .schedule .brown_frame h4 {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .schedule .brown_frame h4::after {
        display: none;
    }

    .schedule .brown_frame p {
        margin: 0;
    }

    .schedule .white_frame {
        margin: 0 auto .5em;
        border: 1px solid #000;
        text-align: left;
        width: 95%;
    }

    .schedule .white_frame tr th {
        display: block;
        background-color: #C395C2;
        border-right: none;
        border-bottom: 1px solid #000;
        padding: .2em;
        width: 100%;
        text-align: center;
    }

    .schedule .white_frame tr td {
        display: block;
        width: 100%;
        padding: .2em;
        background-color: #fff;
        text-align: center;
        line-height: 1.5rem;
    }

    .prize {
        margin: 0 1.5% 4em;
        max-width: 97%;
        padding: .5em 1em;
    }

    .prize p {
        line-height: 1.75rem !important;
        padding-top: .5em;
    }

    .event_attention {
        margin: 0 1.5% 2em;
        max-width: 97%;
    }

    .footer_frame {
        margin: 0 1.5% 1.5em;
        max-width: 97%;
    }

    .footer_frame .footer_txt {
        line-height: 1.5rem !important;
        padding-top: .5em;
    }

    .audition_bg {
        left: -100%;
    }

    .audition_bg img {
        height: 80vh;
        width: auto;
    }

    .bg_left {
        margin-top: 0;
    }

    .bg_left img {
        height: 100vh;
    }

    .bg_right {
        margin-top: 0;
    }

    .bg_right img {
        height: 100vh;
    }


    .passing_artist,
    .judge_artist {
        width: 45%;
        margin-right: 1em;
        margin-bottom: 1.5em;
    }

    .passing_artist:nth-child(2n) {
        margin-right: 0;
    }

    .passing_artist:nth-child(n+5) {
        margin-bottom: 1.5em;
    }

    .passing_artist:nth-child(n+7) {
        margin-bottom: 0;
    }

    .judge_artist:nth-child(2),
    .judge_artist:nth-child(5) {
        margin-right: 0;
    }

    .judge_artist:nth-child(n+3) {
        margin-bottom: 1.5em;
    }

    .judge_artist:nth-child(n+5) {
        margin-bottom: 0;
    }

    .mc_about {
        justify-content: flex-start;
        width: 90%;
        margin: 0 0 .35em;
    }

    .oubo_fin p {
        font-size: .85em;
    }

}