:root {
    --white: #fff;
    --red: #e6002d;
    --dark-gray: #292929;
    --light-gray: #474747;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝TO∂P＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

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

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


@media screen and (max-width: 1283px) {
    main .mainInner {
        padding: 0 10px;
    }
}

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



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

Body.teams .main-section>.inner {
    max-width: 1200px !important;
}

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

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




.footer-top>.inner {
    background: gray;
    padding: 20px !important;
}

@media screen and (max-width: 1283px) {
    .footer-top>.inner {
        padding: 20px;
    }
}

@media screen and (max-width: 1283px) {
    .footer-top .sponsor-wrapper {
        margin-bottom: 0;
    }
}

.sponsor-section-wrapper {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .sponsor-section-wrapper {
        flex-direction: column;
        gap: 0;
    }
}

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

.mv.no-scroll {
    height: 100vh;
    display: flex;
    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: 1283px) {
    .mv.no-scroll .inner .title-logo {
        width: 300px;
    }
}

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

.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;
}

.mv .text-wrapper p {
    /* text-transform: uppercase; */
}

.mv .text-wrapper.center p {
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
}

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

.mv {
    position: relative;
}

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

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

.kv-wrapper {
    margin-top: 70px;
}

/* 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%;
}

@media screen and (max-width: 1283px) {
    .news-title {
        font-size: 1.2rem;
    }
}


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

@media screen and (max-width: 1283px) {
    .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 .main-section {
    padding: 0 0 70px;
}

.underlayer .footer-top {
    margin-top: 100px;
}

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

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

@media screen and (max-width: 1283px) {
    .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: 55px 0 180px;
}


@media screen and (max-width: 1283px) {
    .main-section {
        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: 1283px) {
    .flex-wrapper {
        flex-direction: column-reverse !important;
    }
}

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

@media screen and (max-width: 1283px) {
    .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: 1283px) {
    .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: 1283px) {
    .column-wrapper ul {
        justify-content: flex-start;
        text-align: left;
    }

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

#schedules .location-info {
    width: 100%;
}

#schedules img {
    max-height: 400px;
    object-fit: cover;
}

#schedules .location-info a {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    color: #333;
    padding: 1em;
    width: max-content;
    text-decoration: none;
    transition: .3s;
}

@media screen and (max-width: 1283px) {
    #schedules .location-info a {
        margin: 0 auto;
    }
}

#schedules .location-info a:hover {
    transition: .3s;
    color: #fff !important;
    background: #000;
}

@media screen and (max-width: 1283px) {
    #schedules .location-info {
        text-align: center;
    }
}

.location-info .title {
    border-bottom: 1px solid #fff;
    padding: .5em 0;
}

.location-info .date {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.location-info .country {
    margin-bottom: 0;
}

.location-info .location-name {
    font-size: 40px;
    margin-top: 0;
}

@media screen and (max-width: 1283px) {
    .location-info .location-name {
        font-size: 28px;
    }
}

a.ticket-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22em;
    padding: 10px 20px;
    margin: 30px 0;
    color: #000;
    background: #fff;
    text-decoration: none;
    /* pointer-events: none; */
}

p.ticket__sub-text {
    margin-top: -22px;
    display: block;
}

@media screen and (max-width: 1283px) {
    p.ticket__sub-text {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1283px) {
    a.ticket-button {
        margin: 20px auto;
        width: 100%;
    }
}


@media screen and (max-width: 1283px) {
    #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;
}

.team-title li p {
    font-size: 1.1rem;
    ;
}

.team-title a .image-wrapper {
    width: 70%;
}

.team-title a p {
    width: 100%;
}

@media screen and (max-width: 1283px) {
    #teams-section .column-wrapper ul {
        gap: 2px;
    }
}

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

@media screen and (max-width: 1283px) {
    #teams-section .column-wrapper ul li {
        width: calc(100% / 3 - 5px);
    }

    .column-wrapper .heading li p {
        font-size: 11px;
        text-align: center;
        margin: 0;
    }

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

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

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



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

@media screen and (max-width: 1283px) {
    #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; */
    background: url(../img/bg/bg_black_teams.png);
    text-decoration: none;
    border: 2px solid #2b2b2b;
    height: 78px;
}

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

    #teams-section .column-wrapper ul li a {
        flex-direction: column;
        height: 120px;
        font-size: 11px;
        padding: 3px;
    }
}

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

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

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

@media screen and (max-width: 1283px) {
    #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: 1283px) {
    #location .column-wrapper ul li .image-wrapper {
        height: 125px;
        overflow: hidden;
    }
}


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

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

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

@media screen and (min-width: 1284px) {
    #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: 1283px) {
    #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: 1283px) {
    #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: 1283px) {
    #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-kv {
    position: relative;
}

.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; */
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 0;
}

.beleza-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 背景動画としてカバー */
    z-index: -2;
    /* 最背面に配置 */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* 黒い半透明の背景 */
    z-index: -1;
    /* 動画の上、テキストの下に配置 */
}


.bg-raising .inner {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}



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

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

.bg_musk-black {
    position: relative;
}

@media screen and (max-width: 1283px) {
    .bg_musk-black {
        padding: 0;
    }
}

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

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

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

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

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

.news-wrapper .flex-wrap {
    flex-direction: column;
}

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

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

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

    h2.news-section-title {
        margin-top: 20px;
    }
}

ul.news-contents-wrapper li a {
    display: flex;
    text-decoration: none;
}

@media screen and (max-width: 1283px) {
    ul.news-contents-wrapper li a {
        flex-direction: column;
    }
}

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

}

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

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

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

@media screen and (max-width: 1283px) {
    p.date {
        margin-right: 1em;
        width: 40%;
        margin: 0;
        font-size: 1.2rem;
    }
}



/* about prize */

#prize.main-section {
    padding-bottom: 0;
}

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

@media screen and (max-width: 1283px) {
    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: 1283px) {
    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: 1283px) {
    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: 1283px) {
    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: 1283px) {
    ul.lank-list li img {
        width: 50%;
    }
}


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

#standings .image_wrapper {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1283px) {
    #standings .image_wrapper {
        width: 100%;
    }
}


.sponsor-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0px;
    gap: 0 10px;
}

@media screen and (max-width: 1283px) {
    .sponsor-wrapper {
        margin-bottom: 30px;
    }
}

.sponsor-wrapper li {
    width: 116px;
    height: 30px;
}


.sponsor-wrapper li a {
    width: 149px;
    height: 38.4px;
    display: block;
    background: #fff;
}


.sponsor-wrapper li a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

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

    .sponsor-wrapper li a {
        width: 100%;
        height: 30px;
    }
}

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

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

@media screen and (max-width: 1283px) {
    #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: 1283px) {
    #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: 1283px) {
    #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: 1283px) {
    #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 .table {
    margin-top: 0;
    text-align: center;
}

.table tr th.header-row {
    text-align: center;
    padding: 7px;
}

.team-name {
    width: 197px;
}

.logo-cell {
    width: 80px;
}

/* .comingsoon .team-name a,
.comingsoon .country-flag img,
.comingsoon .achievement,
.comingsoon .logo-cell img {
    visibility: hidden;
} */

.comingsoon table tbody tr:nth-of-type(even) td {
    background: initial;
}


.achievement {
    width: 156px;
}


#teams-section .column-wrapper ul.team-detail>li {
    /* height: 868px; */
    padding: 10px;
    position: relative;
    width: 46%;
    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: flex-start;
}

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

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

/* #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: 1283px) {
    #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; */
    /* max-height: 300px; */
    overflow: auto;
    margin: 0 auto;
    height: auto;
    /* height: 180px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

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: 1283px) {
    ul.team-detail>li .title {
        font-size: 3rem;
    }
}

ul.team-detail>li p.team-name {
    font-size: 3rem;
    width: 100%;
}

@media screen and (max-width: 1283px) {
    ul.team-detail>li p.team-name {
        font-size: 2rem;
    }
}

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

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

@media screen and (max-width: 1283px) {
    ul.team-detail table {
        margin-top: 0 !important;
    }
}


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

@media screen and (max-width: 1283px) {
    .column-wrapper p.member-list-title {
        margin-top: 0;
    }
}

.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;
}

.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%;
    background: #474747;
}

.home .tab {
    padding-top: 0;
    padding-bottom: 30px;
}

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

.content-group,
.comment-text-wrapper {
    padding: 0 30px 30px;
}

.content-group {
    /* padding-bottom: 0; */
}

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

    .content-group,
    .comment-text-wrapper {
        padding: 0 16px;
    }
}

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

nav ul.menu>li a span {}

li.tab-menu {
    width: calc(100% / 3);
    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: 1283px) {
    li.tab-menu {
        padding: 2em;
    }
}

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

li.tab-menu:before {
    padding: 1.6rem;
    display: inline-block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
    margin-top: 1rem;
}

@media screen and (max-width: 1283px) {
    li.tab-menu:before {
        margin-top: 0;
    }
}

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

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

li.tab-menu:before {
    padding: 2.6rem;
    margin-bottom: -1rem;
}

@media screen and (max-width: 1283px) {
    li.tab-menu:before {
        padding: 1.6rem;
    }

}

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

li.tab-menu.flg_singa:before {
    background-image: url(../img/flg/flig_singapore.png);
}

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);
}


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

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

.content-box .news-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* /tab */

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

.home .location-wrapper {
    margin: 30px 0;
}

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

.location-wrapper .image-wrapper {
    width: 47%;
    margin-right: 30px;
}

@media screen and (max-width: 530px) {
    .location-wrapper .image-wrapper {
        width: 100%;
    }
}

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

}

.tournament-bracket .image-wrapper {
    max-width: 960px;
    width: calc((100% - 20px) / 2);
}

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

    .tournament-bracket .image-wrapper {
        width: 100%;
    }
}

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

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

ul.news-wrapper li:hover {
    opacity: .7;
}

@media screen and (max-width: 1283px) {
    ul.news-wrapper li {
        width: calc(100% / 3 - 7px);
    }
}

@media screen and (max-width: 768px) {
    ul.news-wrapper li {
        width: calc(100% / 2 - 5px);
    }
}

ul.news-wrapper li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    gap: 2%;
    /* border: 1px solid #fff; */
    background: var(--dark-gray);
    padding: 16px;
}

ul.news-wrapper li a .ichatch {

    max-height: 193px;
    overflow: hidden;
}

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

ul.news-wrapper li .news-text p {
    font-size: 14px;
}

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 #fff;
    text-decoration: none;
    padding: 20px;
    width: 50%;
    transition: 0.5s;
}

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

/* modal */

/* 動画部分 */
.video-wrapper {
    position: relative;
    margin: -68px 0 0;
}

@media screen and (max-width: 1283px) {
    .video-wrapper {
        margin-top: 23px;
    }
}

.top-video {
    margin: 0 calc(50% - 50vw) -10px;
    display: block;
    width: 100vw;
}

@media screen and (max-width: 1283px) {
    .top-video {
        margin: 0 calc(50% - 50vw) 20px;
    }
}

/* 再生ボタン */
.itemList {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .2;
}

.itemList:hover {
    opacity: .7;
}

.itemList .thumb a {
    position: relative;
    display: block;
    text-decoration: none;
}

.itemList li {
    list-style: none;
}

.itemList .thumb a:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 6px solid #fff;
    width: 60px;
    height: 60px;
}

.itemList .thumb a:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 15px 0 15px 25px;
}

/* ここまで再生ボタン */
/* ポップアップ動画 */

/* ここまでポップアップ動画 */
#modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: .5s;
    background: rgba(0, 0, 0, .6);

}

#modal-video.close {
    filter: opacity(0);
    visibility: hidden;
}

#modal-video.open {
    filter: opacity(1);
    visibility: visible;
}

#modal-video iframe {
    width: 90vw;
    height: 50vw;
}

/* #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }  */

/* ここまでmodal */


.stats_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stats_wrapper li {
    background: #f3f3f3;
    position: relative;
    width: 50%;
}

.stats_wrapper li::after {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    content: "";
    background-size: contain;
    background-image: url(http://3x3exe.com/superpremier/wp-content/uploads/2024/01/icon_targetblank.png);
}

.stats_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 18px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.youtube_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

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

.youtube_item {
    width: 50%;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1283px) {
    .youtube_item {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 530px) {
    .youtube_item {
        width: 100%;
    }
}

.youtube_item iframe {
    /* width: 460px;
    height: 259px; */
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* @media screen and (max-width: 1283px) {
    .youtube_item iframe {
        width: 334px;
        height: 188px;
    }
} */

.country-flag img {
    width: 40px;
}

@media screen and (max-width: 1283px) {
    .country-flag img {
        width: 32px;
    }
}

@media screen and (min-width: 1284px) {

    .team-row td.achievement:nth-of-type(4),
    .guest-team-row td.achievement:nth-of-type(4) {
        border-right: 3px solid #fff;
    }
}

#teams table th {
    font-size: 24px;
}

table tr.team-row {
    border-bottom: 1px solid #fff;
}

.comment-text-wrapper p {
    font-size: 14px;
}

@media screen and (max-width: 1283px) {
    .comment-text-wrapper p {
        font-size: 11px;
    }
}



.floating-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--red);
    color: var(--white);
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    text-align: center;
    z-index: 3;
}

.floating-button:hover {
    background-color: #C4001D;
    color: #fff;
}

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

@media screen and (max-width: 1283px) {
    #kv_under_text {
        margin-bottom: 30px;
    }
}


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

#kv_under_text .inner .image_wrapper {
    max-width: 240px;
}

@media screen and (max-width: 1283px) {
    #kv_under_text .inner .image_wrapper {
        max-width: 120px;
    }
}

#kv_under_text .inner .text_wrapper p {
    font-size: 12px;
}

.sns {
    margin: 0 auto 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ポップアップ */
.floating-button:hover {
    opacity: 0.8;
}

/* ポップアップバナー */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup-content {
    position: relative;
    width: 500px;
    height: 500px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .popup-content {
        width: calc(100% - 20px);
        height: auto;
    }
}

.popup-close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: white;
    color: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* 共通 */
ul.image-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


@media screen and (max-width: 530px) {
    .image-flex-wrapper {
        flex-direction: column;
    }
}

ul.image-flex-wrapper li {
    width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 1283px) {
    ul.image-flex-wrapper li {
        width: 100%;
    }
}

ul.image-flex-wrapper li:hover {
    opacity: .7;
}

ul.image-flex-wrapper li .image-wrapper {}

ul.image-flex-wrapper li img {
    height: 100%;
    max-height: 360px;
    object-fit: contain;
}

#ticket a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 30px auto;
}

.comingsoon {
    text-align: center;
}

.sponsor-title {
    font-size: 16px;
    text-align: left;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

h3.sponsor-title:after {
    display: none;
}

.no-item {
    text-align: center;
    margin: 0 auto;
}

.icatch {
    max-width: 800px;
}