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

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

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

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

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

#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: 768px) {
    .main-section>.inner {
        padding: 0 12px;
    }
}

.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: 768px) {
    .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: 768px) {
    .mv .text-wrapper.center p {
        font-size: 18px;
        padding: 0 10px;
    }
}

.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 .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;
    gap: 30px;
}



#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::before,
.bg-shadow::after {
    content: '';
    background-color: rgb(0 0 0 / 0%);
    background-image: linear-gradient(180deg, transparent 0 87%, #000 100%);

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

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

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

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

.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: 3rem;
    font-weight: bold;
    /* margin: 10px 0; */
    margin-right: 4rem;
    width: 20%;
}

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

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

@media screen and (min-width: 769px) {
    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: 768px) {
    p.date {
        margin-right: 1em;
        width: 40%;

    }
}



/* about prize */

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

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

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

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


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

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


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


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

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

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

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

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

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

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

}

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

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

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

@media screen and (max-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    ul.news-wrapper li {
        width: 48%;
    }
}

ul.news-wrapper li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    gap: 2%;
    border: 1px solid #fff;
    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 .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;
}
/* 再生ボタン */
  .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;
}
@media screen and (max-width: 768px) {
	.youtube_wrapper {
		flex-direction: column;
	}
}
.youtube_item {
  width: 50%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
	.youtube_item  {
  width:100%;
}
}
.youtube_item iframe {
	 width: 460px; 
	height: 259px;
}
@media screen and (max-width: 768px) {
.youtube_item iframe {
  width: 334px;
  height: 188px;
}	
}

