/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝TOP＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

main {
    /* max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; */
}




main .mainInner {
    /* width: 100vw;
margin: 0 calc(50% - 50vw);
	padding: 60px 0;
	    background: #1a1a1a; */
}

@media screen and (max-width: 768px) {
    main .mainInner {
        /* padding: 30px 16px; */
    }
}

.mainInner .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.main-section>.inner {
    /* max-width: 1200px; */
    max-width: 960px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 3rem;
}

.section.gray {
    background: gray;
    color: #fff;
}

#topnews .main-section>.inner {
    max-width: 1200px;
}

#topnews a {
    /* pointer-events: none; */
}

@media screen and (max-width: 768px) {
    .main-section>.inner {
        padding: 0 12px;
    }
}

.next-text {
    font-size: 1.6rem;
}

.mv.no-scroll {
    justify-content: center;
    align-items: center;
    z-index: 1;

    position: relative;
}

.mv.no-scroll .inner .title-logo {
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .mv.no-scroll .inner .title-logo {
        width: 300px;
    }
}

.mv>.inner {
    padding-top: 6rem;
}

@media screen and (max-width: 768px) {
    .mv>.inner {
        padding-bottom: 1.8rem;
        padding-top: 0;
    }
}


.title-logo img {
    margin: 0;
    padding: 0;
}

.fiva-logo-wrapper {
    position: absolute;
    top: 26px;
    right: 20px;

    width: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.mv .text-wrapper {
    margin: 0 auto;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .mv .text-wrapper {
        margin-top: 12vh;
    }
}



.mv .text-wrapper.center p {
    color: #333;
    font-size: 2vw;
    text-align: left;
    padding-left: 6vw;
}

.mv .text-wrapper p.index {
    text-align: left;
    padding: 3vw 6vw 0;
    font-size: 4vw;
}

@media screen and (max-width: 768px) {
    .mv .text-wrapper.center p {
        font-size: 1.6rem;
        padding: 0 10px;
        text-align: center;
    }

    .mv .text-wrapper p.index {
        font-size: 2.8rem;
        margin-bottom: 20px;
        text-align: center;
    }
}

.mv {
    position: relative;
}

@media screen and (max-width: 768px) {
    .text-wrapper p {
        font-size: 2rem;
    }

    .text-wrapper p.text-title {
        font-size: 2.4rem;
    }
}

/* video */

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.news-title {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
    width: 100%;
}


.countdown-wrapper {
    position: absolute;
    top: 10px;
    left: 30px;
    display: flex;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .countdown-wrapper {
        left: 5%;
    }
}


ul#countdownArea {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

ul#countdownArea li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

ul#countdownArea li span.timer {
    font-size: 3.6rem;
    margin: 0 10px;
}

.main-section {
    padding: 70px 0;
}

footer.main-section {
    padding: 70px 0 0;
}

.underlayer {
    margin-top: 35px;
}

@media screen and (max-width: 768px) {
    .underlayer {
        margin-top: 0;
    }
}

.underlayer .main-section {
    padding: 0 0 70px;
}

.underlayer .main-section.banner-section {
    margin-top: 100px;
}

.underlayer #whatsOwner.main-section {
    padding: 70px 0 70px;
}

@media screen and (max-width: 768px) {
    .underlayer .main-section.banner-section {
        margin-top: 50px;
    }

    .underlayer footer.main-section {
        padding: 0 0 35px;
    }

    .underlayer .main-section {
        padding: 0 0 35px;
    }

    .underlayer #whatsOwner.main-section {
        padding: 35px 0 35px;
    }

}

.main-section.rizing {
    padding: 160px 0 180px;
}


@media screen and (max-width: 768px) {
    .main-section {
        /* margin-top: 50px; */
        padding: 35px 0;

    }
}

.main-section.center {
    text-align: center;
}




.flex-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.flex-wrapper:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .flex-wrapper {
        flex-direction: column-reverse !important;
    }
}

.flex-wrapper .text-wrapper {
    margin-right: 30px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .flex-wrapper .text-wrapper {
        margin-top: 30px;
        margin-right: 0;
    }
}

.flex-wrapper.row-reverse .text-wrapper {
    margin-left: 30px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .flex-wrapper.row-reverse .text-wrapper {
        margin-left: 0;
    }
}

.flex-wrapper.row-reverse {
    flex-direction: row-reverse;
}

.main-section.flex-image-section .image-wrapper {
    width: 50%;
}

.flex-wrapper .image-wrapper {
    width: 100%;
}


.main-section.column-section li .image-wrapper {
    width: 40%;
}


.column-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.column-wrapper ul li {
    width: 48%;
    border: 1px solid #fff;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
    .column-wrapper ul {
        justify-content: flex-start;
        text-align: left;
    }

    .column-wrapper ul li {
        margin-bottom: 0;
    }
}




@media screen and (max-width: 768px) {
    #location .column-wrapper ul {
        flex-wrap: wrap;
    }

    #location .column-wrapper ul li {
        width: 48%;
        margin-top: 5px;
    }
}

#location {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: #AEB2BA;
}

#location .image-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#teams-section .column-wrapper ul li {
    border: none;
    padding: 0;
    display: block;
    margin-right: 16px;
    width: 32%;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul li {
        margin-right: 5px;
        width: 48%;
    }

    .column-wrapper .heading li p {
        font-size: 13px;
    }

    #team-detail .column-wrapper ul li {
        margin-right: 0;
    }
}

#teams-section .column-wrapper ul.team-detail {
    margin: 0 auto;
}



#teams-section .column-wrapper ul li:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul li:nth-of-type(3n) {
        margin-right: 5px;
    }

}

#teams-section .column-wrapper ul li a {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #646464;
    text-decoration: none;
    border: 2px solid #2b2b2b;
    height: 78px;
}

#teams-section .column-wrapper ul.heading li .image-wrapper {
    margin-right: 20px;
    width: 54px;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul.heading li .image-wrapper {
        margin-right: 10px;
    }
}

#teams-section .column-wrapper ul.heading li.ZETHREE-menu .image-wrapper {
    margin-right: 56px;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul.heading li.ZETHREE-menu .image-wrapper {
        margin-right: 33px;
    }
}

#teams-section .column-wrapper ul.heading li.ZETHREE-menu .image-wrapper img {
    width: 190%;
}







.column-wrapper ul li p.desc-text {
    text-align: left;
}

#location .column-wrapper ul li {
    padding: 0;
    margin-right: 12px;
}

#location .column-wrapper ul li.comingsoon {
    display: block;
}

@media screen and (max-width: 768px) {
    #location .column-wrapper ul li .image-wrapper {
        height: 125px;
        overflow: hidden;
    }
}


@media screen and (min-width: 769px) {
    #location .column-wrapper ul li.comingsoon {
        min-height: 402px;
    }
}

@media screen and (max-width: 768px) {
    #location .column-wrapper ul li.comingsoon {
        height: 208px;
    }
}

#location .column-wrapper ul li.comingsoon .image-wrapper {
    text-align: center;
}

@media screen and (min-width: 769px) {
    #location .column-wrapper ul li.comingsoon .image-wrapper {
        margin-top: 78px;
    }
}

.column-wrapper.hide-column ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.column-wrapper.hide-column ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 30%;
    height: 250px;
    border: 1px solid #fff;
    padding: 10px;
}

#aboutpremier .column-wrapper.hide-column ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28%;
    height: auto;
    border: 1px solid #fff;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    #aboutpremier .column-wrapper.hide-column ul li {
        width: 100%;
        margin: 0 0 30px;
    }
}

.column-wrapper.hide-column ul li p.desc-text {
    text-align: left;
    display: flex;
    align-items: center;
}

#rule .column-wrapper.hide-column ul {
    justify-content: center;
    margin-bottom: 60px;
}

#rule .column-wrapper.hide-column ul li {
    width: 21%;
    margin-right: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
    #rule .column-wrapper.hide-column ul li {
        width: 43%;
    }
}

#rule .column-wrapper.hide-column ul li:nth-of-type(4n) {
    border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    #rule .column-wrapper.hide-column ul li:nth-of-type(even) {
        margin-right: 0;
    }
}

a.more {
    display: flex;
    width: 201px;
    align-items: center;
    justify-content: flex-end;
    margin: 1.6rem auto 0 0;
    font-size: 24px;
}

a.more.right {
    margin: 1.6rem 0 0 auto;
}


a.more.center {
    margin: 0 auto;
}

.column-section a.more.right {
    margin: 3.6rem 0 0 auto;
}

a.more::before {
    border-top: 1px solid #fff;
    content: "";
    width: 80px;
    margin-right: 10px;
}

a.more:hover {
    cursor: pointer;
    text-decoration: underline;
}



.bg-shadow {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
    position: relative;

    z-index: 0;
}


.bg-shadow-kv {
    position: relative;
    background: #000;
}

.bg-shadow-kv::after {
    content: '';
    background-color: rgb(0 0 0 / 0%);
    background-image: linear-gradient(180deg, transparent 0 70%, #000 100%);

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.bg_smoke {
    background: url(../img/bg_smoke.jpg) top center no-repeat;
}

.bg-raising {
    /* background: url(../img/bg_raising.png) no-repeat top center / cover; */
    background: url(../img/bg_raising_new_02.jpg) no-repeat top center / cover;
    /* background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.bg_ball-shadow {
    /* background: url(../img/bg_ball-shadow.png) top center no-repeat; */
}

.bg_musk-black {
    position: relative;
}

.bg_musk-black::before {
    content: '';
    /* ↓暗いオーバーレイを半透明で配置 */
    background-color: rgba(0, 0, 0, 0.4);
    /* ↓全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.news ul li a:hover {
    opacity: .7 !important;
    cursor: pointer;
}

.news-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .news-wrapper {
        max-width: 100%;
    }
}

.news-wrapper>.inner {
    display: flex;
}

.flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flex-wrap {
        flex-direction: column;
    }
}

p.news-section-title {
    font-size: 36px;
    font-weight: bold;
    /* margin: 10px 0; */
    margin-right: 4rem;
    width: 20%;
    color: #A9935F;
}

@media screen and (max-width: 768px) {
    p.news-section-title {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    ul.news-contents-wrapper {
        width: 100%;
    }
}


ul.news-contents-wrapper li {
    border-bottom: 1px solid #333;
}

ul.news-contents-wrapper li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

ul.news-contents-wrapper li a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#topnews ul.news-contents-wrapper li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    ul.news-contents-wrapper {
        width: 70%;
    }
}



ul.news-contents-wrapper li:hover {
    /* border-bottom: 1px solid #fff; */
}

p.date {
    margin-right: 1em;
    width: 17%;
}

@media screen and (max-width: 768px) {
    p.date {
        margin-right: 1em;
        width: 40%;

    }
}



/* about prize */

p.total-price {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    p.total-price {
        font-size: 7rem;
        text-align: center;
        margin-bottom: 0;
    }
}

ul.lank-list {
    margin-bottom: 10px;
}

ul.lank-list li {
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    ul.lank-list li {
        flex-direction: column;
        width: 100%;
    }
}

ul.lank-list li.chmpion-text p {
    font-size: 48px;
}

ul.lank-list li p:first-of-type {
    width: 26%;
}

@media screen and (max-width: 768px) {
    ul.lank-list li p:first-of-type {
        width: 32%;
    }
}

ul.lank-list li p:last-of-type {
    width: 70%;
    margin-left: 12%;
}

@media screen and (max-width: 768px) {
    ul.lank-list li p:last-of-type {
        margin-left: 0;
        font-size: 7rem;
        text-align: center;
        width: 100%;
    }
}

.final-round-money {
    text-align: center;
}

ul.lank-list li p {
    font-size: 24px;
}

ul.lank-list li p span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    ul.lank-list li img {
        width: 50%;
    }
}


.main-section#standings>.inner {
    max-width: 960px;
}


.sponsor-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sponsor-wrapper li {
    width: 18%;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .sponsor-wrapper li {
        width: 30%;
        margin-top: 10px;
    }
}

#location .text-wrapper {
    position: relative;
    padding: 10px 0;
}

#location .text-wrapper p {
    margin: 0;
}

@media screen and (max-width: 768px) {
    #location .text-wrapper p {
        font-size: 1.4rem;
    }
}

.flg-img {
    width: 22%;
    position: absolute;
    top: 0px;
    left: 0;
}

.banner-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .banner-section ul {
        flex-direction: column;
    }
}

.banner-section ul li {
    margin-right: 30px;
    width: 32%;
}

@media screen and (max-width: 768px) {
    .banner-section ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.banner {
    border: 1px solid #fff;
}


.breadcrumbs span {
    color: #fff;
}

.breadcrumbs span:last-of-type span {
    color: gray;
}

.hover-scale-up li .image-wrapper {
    overflow: hidden;
    max-height: 206px;
}

.hover-scale-up li.swiper-slide a:hover img {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.hover-scale-up li.swiper-slide img {
    transition: all 0s ease 0s;
}

ul.three-column-wrapper {
    display: flex;
    justify-content: center;
}

ul.three-column-wrapper>li {
    margin-right: 20px;
    width: 31%;
}

#whatsOwner ul.three-column-wrapper>li {
    width: 100%;
    border: 1px #fff solid;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    #whatsOwner ul.three-column-wrapper>li {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

ul.three-column-wrapper>li p:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-bottom: 1px dotted #fff;
    padding: 1rem 0;
    margin: 1.6rem 0;
}

ul.three-column-wrapper li ul li {
    margin: 1.6rem 0;
}

#aboutpremier .text-wrapper {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #aboutpremier .text-wrapper {
        margin-bottom: 0;
    }

    #aboutpremier .text-wrapper p:last-of-type {
        margin-bottom: 30px;
    }
}

#aboutpremier .column-wrapper {
    margin-bottom: 60px;
}

#aboutpremier h3+.image-wrapper {
    margin-bottom: 60px;
}

#whatsOwner h3+p {
    margin-bottom: 60px;
}

.text-title {
    font-size: 32px;
    font-weight: bold;
}

#whatsOwner .three-column-wrapper {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #whatsOwner .three-column-wrapper {
        flex-wrap: wrap;
    }
}

ul.list-wrapper li {
    list-style: circle;
    margin-left: 2rem;
}

ul.list-wrapper li p:not(:nth-of-type(1)) {
    margin-left: 2rem;
}


#teams-section .column-wrapper ul.team-detail>li {
    padding: 30px;
    position: relative;
    width: 40%;
    background: url(../img/bg/bg_black_teams.png) no-repeat center/cover;
    box-shadow: 10px 10px 8px #1A1A18;
    height: 524px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul.team-detail>li {
        width: 100%;
        margin-top: 20px;
    }
}

#teams-section .column-wrapper ul.team-detail li.zethree-ishikawa .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 177px;
}

#teams-section .column-wrapper ul.team-detail li.zethree-ishikawa .image-wrapper img {
    width: 200%;
}

#teams-section .column-wrapper ul.team-detail>li:nth-of-type(2n) {
    margin-right: 0 !important;
}

#teams-section .column-wrapper ul.team-detail>li:nth-of-type(3n) {
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    #teams-section .column-wrapper ul.team-detail>li {
        text-align: center;
    }

    #teams-section .column-wrapper ul.team-detail>li:nth-of-type(3n) {
        margin-right: 0;
    }
}


ul.team-detail>li .flag-wrapper {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 70px;
    display: inline-block;
}

.title img {
    width: 70px;
    display: block;
    margin-right: 30px;
}

ul.team-detail>li .image-wrapper {
    width: 180px;
    margin: 0 auto;
}

ul.team-detail>li .title {
    font-size: 3.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
}

@media screen and (max-width: 768px) {
    ul.team-detail>li .title {
        font-size: 3rem;
    }
}

ul.team-detail>li .place {
    font-size: 1.6rem;
    text-align: center;
}

#teams-section .column-wrapper ul.team-detail li ul li {
    width: 50%;
}

.column-wrapper p.member-list-title {
    margin-top: 4rem;
    font-size: 2.4rem;
}

.column-wrapper .member-list-title ul.member-list {
    margin-top: 2rem;
}

.column-wrapper ul.member-list li {
    margin-right: 0 !important;
}

.column-wrapper ul ul.member-list {
    justify-content: flex-start;
}

#team-detail.column-wrapper {
    margin-top: 3rem;
}

#team-detail.column-wrapper .team-detail>li:last-of-type {
    margin-right: 0;
}


.button_link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e6002d;
    text-decoration: none;
    padding: 16px 16px;
    font-size: 20px;
}

.button_link.ticket {
    position: relative;
}

.button_link.ticket:after {
    content: '終了しました';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .button_link {
        font-size: 16px;
    }
}

.button_text {
    font-size: 13px;
    text-align: center;
}

.ticket .place-wrapper {
    margin-bottom: 30px;
}

.design01 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.design01 th {
    padding: 10px;
    border: solid 1px #778ca3;
}

.design01 td {
    padding: 10px;
    border: solid 1px #778ca3;
}

/* tab */
.tab {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 100%;
}

ul.tab-list {
    display: flex;
    border-bottom: 5px solid #474747;
}

li.tab-menu {
    align-items: center;
    background-color: #292929;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 20px 40px;
    border-right: 3px solid #474747;
}

li.tab-menu:last-of-type {
    border-right: 0;
}

@media screen and (max-width: 768px) {
    li.tab-menu {
        padding: 10px;
        width: 33%;
    }
}



li.tab-menu span {
    font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
    li.tab-menu span {
        font-size: 13px;
    }
}


li.tab-menu.flg_jpn:before {
    background-image: url(../img/flg/japanese-flag.png);
}

li.tab-menu.flg_tha:before {
    background-image: url(../img/flg/thailand-flag.png);
}

li.tab-menu.flg_aus:before {
    background-image: url(../img/flg/aur-flag.png);
}

li.tab-menu.flg_jpn:before {
    background-image: url(../img/flg/japanese-flag.png);
}

.tab-menu.current {
    background-color: #e6002d;
}

.content-box {
    display: none;
    width: 100%;
}

.content-box img {
    display: block;
    height: auto;
    width: 100%;
}

/* /tab */

.location-wrapper {
    display: flex;
    margin: 30px 0 80px;
}

@media screen and (max-width: 768px) {
    .location-wrapper {
        flex-direction: column;
        margin: 30px 0;
    }
}


.tournament-bracket {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 20px;

}

.tournament-bracket .image-wrapper {
    max-width: 960px;
}

@media screen and (max-width: 768px) {
    .tournament-bracket {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 10px 0px;

    }
}

ul.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
}

ul.news-wrapper li {
    width: 32%;
}

@media screen and (max-width: 768px) {
    ul.news-wrapper li {
        width: 48%;
    }
}

ul.news-wrapper li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
}

ul.news-wrapper li a .ichatch {
    margin-right: 2%;
}

ul.news-wrapper li .news-text p.date {
    width: 100%;
}

ul.news-wrapper li .news-text .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.back-link {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    text-decoration: none;
    padding: 20px;
    width: 50%;
    transition: 0.5s;
    color: #333;
}

.back-link:hover {
    color: #333;
    background: #fff;
    transition: 0.5s;
}

table#column_table {
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    font-size: 20px;
    font-weight: bold;
}

table#column_table th {
    color: #fff;
    padding: 10px !important;
}

@media screen and (max-width: 768px) {
    table#column_table th {
        text-align: left !important;
    }
}

table#column_table th.text_center {
    text-align: center !important;
}

table#column_table td.kigou {
    font-size: 20px;
}

table#column_table td.batu {
    font-size: 24px;

}


table#column_table th,
table#column_table td {
    padding: 16px 0;
    text-align: center;
    border: 1px solid #333;
}

@media screen and (max-width: 768px) {

    table#column_table th,
    table#column_table td {
        padding-left: 10px;
        text-align: left;
    }

    table#column_table th.vic_country,
    table#column_table td.vic_country {
        padding: 8px 0;
    }
}



ul.news_wrapper li {
    background: #fff;
    color: #545454;
    text-align: center;
    width: 50%;
    margin: 30px auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper li {
        width: 100%;
    }
}

ul.news_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    background: #fff;
    text-decoration: none;
    border: 1px solid #b4b4b4;
}

ul.news_wrapper li a p {
    color: #333;
    margin: 3px;
}

#g_menu {
    background: #A9935F;
    padding: 32px 0;
}

#g_menu .inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#g_menu .inner ul a {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #E6002C;
    text-decoration: none;
    padding: 10px 16px;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -4px;
    width: 160px;
}

@media screen and (max-width: 768px) {
    #g_menu .inner ul a {
        font-size: 16px;
        width: 140px;
    }
}

a:hover {
    opacity: .7;
}

#intro {
    text-align: center;
    font-weight: bold;
    background: #FAFAFA;
    z-index: -2;
    position: relative;
}

#intro .inner {
    position: relative;
}

#intro .inner p.bg_title {
    position: absolute;
    top: -80px;
    left: 0;
    font-size: 120px;
    z-index: -1;
    color: #A9935F;
    opacity: .2;
}

@media screen and (max-width: 768px) {
    #intro .inner p.bg_title {
        font-size: 56px;
        top: -62px;
    }
}

p.small {
    font-size: 12px;
    margin-top: 40px;
}

p.comingsoon {
    padding: 100px;
    text-align: center;
    font-size: 40px;
    color: #8080807a;
}

@media screen and (max-width: 768px) {
    p.comingsoon {
        padding: 50px 0;
    }
}

.d-flex {
    display: flex;
    font-size: 18px;
    gap: 0 10px;
}

@media screen and (max-width: 768px) {
    .d-flex {
        flex-direction: column;
    }

    .d-flex.country {
        flex-direction: row;
    }
}

p.black {
    background: #000;
    color: #fff;
}

#join .d-flex p {
    padding: 10px;
}

p.shutujou_title_text {
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.text-red {
    color: #E6002D;
    font-weight: bold;
}

.border {
    border: 1px solid #333;
}

#join .d-flex span.shutujou_title {
    color: #E6002D;
    font-size: 27px;
}

@media screen and (max-width: 768px) {
    #join .d-flex span.shutujou_title {
        padding: 20px 0;
        font-size: 20px;
    }
}

#join .d-flex p.shutujou_text {
    padding: 20px 10px;
}

@media screen and (max-width: 768px) {
    #join .d-flex p.shutujou_text {
        font-size: 14px;
        padding: 10px;
    }
}

.d-flex .left {
    width: 50%;
    text-align: center;
}

.d-flex .right {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .d-flex .left {
        width: auto;
    }

    .d-flex .right {
        width: auto;
    }
}

.d-flex .inner_left {
    width: 50%;
}

.d-flex .inner_right {
    width: 50%;
}

.arrow_text {
    text-align: center;
    padding: 10px;
    background: #E6002D;
    color: #fff;
}

.arrow_text {
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #E6002D;
}

.arrow_text::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -50px;
    border: 50px solid transparent;
    border-top-color: #E6002D;
    content: '';
}

.arrow_text span {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .arrow_text span {
        font-size: 20px;
    }
}



.dli-caret-down {
    text-align: center;
}

.kakutoku_title {
    margin-bottom: 0;
}

.table-wrap {
    overflow-x: scroll;
    margin-top: 60px;
}

.table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    table-layout: fixed;
}

table .qualifier {
    width: 40px;
}

table .schedule_time {
    width: 75px;
}

table .game_name {
    width: 190px;
}

table .place {
    width: 70px;
}

table .county_number {
    width: 80px;
}

table .get_waku {
    width: 182px;
}

table .join {
    width: 84px;
}

table#column_table th.victory {
    width: 100px;
    text-align: center !important;
}

table .vic_country {
    padding-left: 0 !important;
    text-align: center !important;
}


table .vic_country span {
    font-size: 10px;
    height: 3em;
    display: inline-block;
    margin-top: 5px;
}

table .vic_country .image_wrapper {
    width: 80%;
    margin: 0 auto;
}

#column_table td.number {
    font-size: 20px;
}

.red_to_white {
    background: linear-gradient(135deg, #9D0000 10%, #d79a9a 90%);
    color: #fff;
    text-align: center;
}

#join_country .round_date {
    font-size: 20px;
}

#join_country .sub_title {
    font-size: 32px;
    position: relative;
    font-weight: bold;
}

#join_country .sub_title::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 23px);
    content: '';
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #fff;
}

.heading_wrapper {
    margin-bottom: 32px;
}

.round_title {
    font-size: 32px;
    font-weight: bold;
}

.section_wrapper {
    margin-bottom: 32px;
}

.section_wrapper.final p.desc {
    padding: 50px 0;
}

nav ul.menu>li a {
    font-size: 13px;
}

#ticket .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

@media screen and (max-width: 768px) {
    .scroll-pc-off {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}


#banner_link {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#banner_link.section {
    padding: 60px 0;
}


#banner_link.section .inner {
    max-width: initial;
}

#banner_link .inner .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}



@media screen and (max-width: 768px) {
    #banner_link.section {
        padding: 30px 0;
    }

    #banner_link .inner .flex_wrapper {
        flex-direction: column;
    }
}


ul.sponsor_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}

ul.sponsor_wrapper li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
}

ul.sponsor_wrapper li.text_supporter {
    width: auto;
}

@media screen and (max-width: 768px) {
    ul.sponsor_wrapper {
        gap: 10px;
        max-width: 100%;

    }

    ul.sponsor_wrapper li {
        width: 30%;
    }
}

ul.sponsor_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3 {
    margin-top: 30px;
    background: #EDEDEB;
    padding: 10px;
}

.underlayer h3 {
    color: #333;
    font-weight: bold;
}


body.underlayer a {
    color: #fff;
}

.victory .flex_wrapper {
    display: flex;
    justify-content: center;
}

.button_link_simple {
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 30px auto;
    padding: 20px 40px;
    background: #fff;
    color: #333 !important;
    text-decoration: underline;
}

#contact a.link_button::after {
    top: 3px;
}
#contact .inner a.link_button {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 200px;
    padding: 20px 40px;
    margin: 0 auto;
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

.contact_wrapper {
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}

.text_left {
    text-align: left !important;
}

