.MV_box{
    position: relative;
    display: flex;
    justify-content: center;
    .MV_subTxt{
        inline-size: fit-content;
        margin-inline: auto;
        padding-inline: 1rem;
        position: absolute;
        top: 72%;
        left: 0;
        right: 0;
        font-size: min(7vw, 70px);
        font-weight: bold;
        text-shadow: 0 0 16px white;
        color: #000;
        span{
            display: block;
            margin: auto;
            text-align: center;
            line-height: 1.1;
            &.miniTxt{
                font-size: min(5vw, 45px);
            }
        }
    }
    .leagueDay{
        inline-size: fit-content;
        margin-inline: auto;
        position: absolute;
        top: 90%;
        left: 0;
        right: 0;
        font-size: min(6vw, 56px);
        font-weight: bold;
        text-shadow: 0 0 5px white;
        span{
            font-size: 0.8em;
        }
    }
}
@media screen and (min-width: 930px){
    .MV_box{
        height: 100svh;
        min-height: 650px;
        overflow: hidden;
        background: url(../img/bg.jpg) no-repeat 100%;
        .MV_subTxt{
            top: 63%;
        }
        .leagueDay{
            top: 88%;
        }
    }
    picture img{
        width: auto;
        height: 100svh;
        min-height: 650px;
        object-fit: cover;
    }
}
.aboutsleague{
    container: aboutsleague / inline-size;
    color: #fff;
    .aboutsleagueWrapper{

        position: relative;
        background: linear-gradient(to left, rgb(213 39 53 / .8), rgb(29 121 190 / .8));
        /* overflow: hidden; */
    }
    .bg-img{
        /* position: absolute; */
        background: url(../img/about_pc.png) no-repeat center center/cover;
        width: 100%;
        height: 200px;
        /* bottom: 0; */
        &::after{
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 200px;
                background-color: rgba(0, 0, 0, 0.3);
                background-image: radial-gradient(rgb(40 40 40 / 40%) 15%, transparent 16%), radial-gradient(rgb(40 40 40 / 40%) 15%, transparent 16%);
                background-size: 3px 3px;
                background-position: 0 0, 3px 3px;
            }
    }
    .txtbox_b{
        background: rgb(28 28 28 / 50%);
        padding: 1.8em;
        padding-top: 100px;
        > div{
            max-width: 1000px;
            margin: auto;
            position: relative;
        }
    }
    .subTxt{
        line-height: 1.8;
        font-size: 1rem;
        margin-block-end: 1.5rem;
    }
    .aboutTit{
        margin-block-end: 1.5rem;
        font-size: clamp(26px,5vw,40px);
        font-weight: bold;
        position: absolute;
        top: calc(-3lh - 3rem);
        left: 0;
        span{
            display: block;
            background-color: #161616;
            width: fit-content;
            padding: 0.2rem 0.5rem;
            margin-block: 0.25rem;
        }
    }
}
@container aboutsleague (min-width: 1000px){
    .aboutsleague{
        .aboutsleagueWrapper{
            margin: 0.8em 0;
            &::before,&::after{
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background: linear-gradient(to left, rgb(213 39 53 / .8), rgb(29 121 190 / .8));
            }
            &::before{
                position: absolute;
                top: -0.3rem;
            }
            &::after{
                position: absolute;
                bottom: -0.3rem;
            }
        }
        .bg-img{
            background: url(../img/about_pc.png) no-repeat center center/ cover;
            height: 300px;
            position: relative;
            &::after{
                height: 300px;
            }
        }
        .txtbox_b{
            padding-top: 134px;
        }
        .subTxt,.aboutTit{
            max-width: 1000px;
            margin-inline: auto;
        }
        .aboutTit{

        }
    }
}
.top_h2{
    font-size: 2.8rem;
    font-weight: bold;
}
.top_h3{
    font-size: 2rem;
    font-weight: bold;
    margin-block: 0.25em;
}
#news{
    padding-block: calc(3rem + 4vw);
    .newsListContainer{
        border-radius: var(--borderRadius-box);
        background-color: #fff;
        padding: 1rem;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 1rem;
    }
    .newsList{
        padding: 0;
        margin: 0;
        list-style: none;
        &.moreNewsList{
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;

        }
        &.moreNewsList.expanded {
            max-height: 1000px; /* 適切な最大高さに調整してください */
        }
        #moreNewsBtn {
            cursor: pointer;
        }
        &.--1{
            .newsList_item:last-child{
                border: none;
            }
        }
        &.--2{
            .newsList_item:first-child{
                border-top: 1px solid #dadada;
            }
            .newsList_item:last-child{
                border-bottom: none;
            }
        }
    }
    .newsList_item{
        border-bottom: 1px solid #dadada;
        line-height: 1.2;
        padding-block: 1em;
        font-size: 0.95em;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 1rem;
        time{
            color: #A1A1A1;
            font-size: 0.9em;
            text-align: right;
        }
        a{
            text-decoration: underline;
            color: var(--colorBlue);
        }
    }
}
#moreNewsBtn{
    border: none;
    height: fit-content;
    background-color: unset;
    margin-top: auto;
    padding-right: 0;
    position: relative;
    font-weight: bold;
    font-size: 0.9em;
    color: #686868;
    /* .arrowTxt{
        font-size: 1.3em;
        vertical-align: middle;
        margin-left: 0.25rem;
    } */
    &::before{
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        background: linear-gradient(to right, #FFB5B5, #337EC8);
        border-radius: 16px;
        position: absolute;
        right: 0;
        top: -0.3em;
        transition: .3s;
        z-index: 0;
        mix-blend-mode:multiply;
    }
    &::after{
        content: "↓";
        display: inline-block;
        margin-inline-start: 0.25rem;
        font-size: 1rem;
    }
    &[aria-expanded="true"]{
        &::before{
            top: unset;
            bottom: -0.3em;
        }
        &::after{
            transform: rotate(180deg);
        }
    }
}
@media (any-hover: hover) {
    #moreNewsBtn:hover{
        &::before{
            translate: 0 0.8rem;
        }
        &[aria-expanded="true"]{
            &::before{
                translate: 0 -0.8rem;
            }
        }
    }
}
#summary{
    .top_h2{
        position: relative;
        z-index: 3;
        bottom: -0.5em;
    }
    .leagueName{
        font-size: 1.5em;
        font-weight: bold;
        margin-block: 0.5em;
        .txt01{
            display: block;
            font-size: 1.3em;
            color: var(--colorBlue);
        }
        .txt02{
            display: block;
            font-size: 0.9em;
            color: var(--colorRed);
        }
    }
    .leagueSummary{
        border-image: linear-gradient(#F6F6F6 0 0) fill 0 / /0 100lvi;
        position: relative;
        padding-block: 5em calc(3rem + 4vw);
        &:first-of-type{
            padding-block-end: 0;
        }
        &:last-of-type{
            padding-block-end: 3em;
        }
    }
    .summaryGrid{
        display: grid;
        gap: 1em;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .summaryBox{
        container: inline-size;
        border-radius: var(--borderRadius-box);
        background-color: #fff;
        padding: 1em 1.5em;
        height: 100%;
        &.day{
            display: flex;
            gap: 0 1em;
            flex-wrap: wrap;
            align-items: center;
        }
        &.place .tit{
            margin-block-end: 0.5em;
        }
        &.prize{
            display: grid;
            .txt{
                font-size: clamp(0.9rem, 2cqw, 1.2rem);
            }
        }
    }
    .liveGrid{
        display: grid;
        gap: 1em;
        list-style: none;
        padding: 0;
        margin: 0;
        grid-template-columns: 1fr;
    }
    .liveLinkbtn{
        margin: 1em auto;
        max-width: 350px;
    }
    .innerList{
        font-weight: normal;
        font-size: 0.8em;
        display: flex;
        dt:first-child{
            flex-shrink: 0;
        }
        dd a{
            display: block;
            text-decoration: none;
            border-bottom: 1px solid var(--colorBlack);
            margin-bottom: 0.5em;
        }
            flex-basis: 100%;
            iframe{
                width: 100%;
            }
    }
    .tit{
        color: var(--colorBlue);
        font-weight: bold;
        font-size: 1.15em;
    }
    .txt{
        font-weight: bold;
        font-size: 1.2em;
    }
    .PrizeList{
        padding-inline: 0.5em;
        display: grid;
        grid-template-columns: max-content 1fr;
    }
    .PrizeList_item{
        display: block grid;
        grid-template-columns: subgrid;
        grid-column: 1 / -1;
        align-items: baseline;
        gap: 1.25em;
        padding-block: 0.5em;
        border-bottom: 1px solid #dadada;
        &:last-child{
            border-bottom: none;
        }
        .rank{
            color: var(--colorBlack);
            font-size: 0.8em;
        }
        .prize{
            span{
                font-size: 1.25em;
            }
        }
    }
    .notes{
        font-size: 0.8em;
        margin-top: 0.5em;
        color: var(--colorBlue);
        font-weight: normal;
    }
}
.linkList{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5em;
}
.gradientwrapper{
    background: linear-gradient(to right, #FFB5B5, #337EC8);
    border-radius: 52px;
    padding: 2px;
    position: relative;
    display: grid;
    align-items: center;
    .bg_hover{
        background: #fff;
        position: absolute;
        border-radius: 50px;
        inset: 2px;
        scale: 1;
    }
    .bg_gradient{
        background: linear-gradient(to right, #FFB5B5, #337EC8);
        position: absolute;
        border-radius: 50px;
        inset: 2px;
        scale: 0;opacity: 0;
        transition: .15s ease-out;
    }
    .gradientLineBtn{
        font-size: 1.15em;
        display: block;
        text-decoration: none;
        color: var(--colorBlack);
        border-radius: 30px;
        padding: 1em;
        padding-right: 4em;
        position: relative;
        transition: .15s;
        &::after{
            content: "";
            position: absolute;
            display: block;
            width: 2em;
            height: 2em;
            background: url(../img/btnIcon_01.png) no-repeat center/contain;
            top: calc(50% - 1em);
            right: 1.5em;
            margin-left: auto;
            transition: .15s ease-out;
        }
    }
}

@media (any-hover: hover) {
    .gradientwrapper:hover {
        .bg_gradient{
            scale: 1;
            opacity: 1;
        }
        .gradientLineBtn{
            color: #fff;
            &::after{
                background: url(../img/btnIcon_02.png) no-repeat center/contain;
                right: 1em;
            }
        }
    }

}
#summary{
    container-type: inline-size;
    container-name: summeryBox;
}
@container summeryBox (min-width: 750px){
    .summaryGrid{
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(6, 1fr);
        .grid1{
            grid-row: 1 / 2;
            grid-column: 1 / 4;
        }
        .grid2{
            grid-row: 2 / 7;
            grid-column: 1 / 4;
        }
        .grid3{
            grid-row: 1 / 4;
            grid-column: 4 / -1;
        }
        .grid4{
            grid-row: 4 / 7;
            grid-column: 4 / -1;

        }
    }
    .liveGrid{
        grid-template-columns: 2fr 2fr!important;
        .leagueSummary_list{
            &:first-of-type{
                grid-column: 1 / 3;
            }
            &:last-of-type{
                grid-column: 3 / 5;
            }
        }
    }
}





#team{
    background: linear-gradient(to right, rgb(29 121 190/ .35), rgb(213 39 53/ .35));
    padding-block: calc(3em + 8vw);
    padding-inline: 0.5em;
    .slac-container{
        padding-inline: 0;
    }
    .top_h2{
        text-align: center;
        color: #fff;
        margin-bottom: 1em;
    }
    .comingTxt{
        text-align: center;
        font-weight: bold;
        font-size: 2.5em;
    }
}
.teamList{
    margin: auto;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 1% 2%;

    li{
        height: 100%;
    }
}
@media screen and (max-width: 760px){
    .teamList{
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}
@media (any-hover: hover) {
    .teamList li:hover a{
        box-shadow: 1px 1px 5px 0px #6b6b6b;
    }
    .teamWrapper:hover .imgBox img{
        scale: 1.1;
    }
}
.teamWrapper{
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #423c4b;
    border-radius: 8px;
    display: grid;
    transition: .3s;
    .imgBox{
        height: 100%;
        overflow: hidden;
        img{
            transition: scale .3s ease-out;
            /* position: absolute; */
        }

    }
    .txtBox{
        display: grid;
        gap: 0.25rem;
        align-items: center;
        grid-template-columns: 1fr auto;
        padding: 0.25em 0.5em;
        font-size: 1.1em;
        .teamName{
            color: #fff;
            font-weight: bold;
        }
        .flag{
            max-width: 2rem;
            height: auto;
        }
    }
}

#openMY{
    container-type: inline-size;
    container-name: openMY;

    background-color: #414141;
    padding-block: 4em;
    color: #fff;
    padding-inline: 1em;
    text-align: center;
}
.aside_h3{
    font-size: 1.5em;
    margin-block-end: 0.5em;
}
.aside_txt{
    font-weight: bold;
    font-size: 1.2em;
}
.asideImgLink{
    max-width: 320px;
    margin: auto;
    display: block;
}
.asideBtn{
    display: block;
    padding: 1em;
    margin-block-start: 1em;
    margin-inline: auto;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;

    display: inline grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1em;
    align-items: center;
    inline-size: min(100%, 400px);

    transition: background-color 0.3s;
    max-width: 320px;

    &::before {
        content: '';
    }
    &::after {
        content: '';
        justify-self: end;
        inline-size: 0.5em;
        aspect-ratio: 1;
        border-block-start: 2px solid;
        border-inline-end: 2px solid;
        rotate: 45deg;
    }
    &:focus-visible {
        background-color: #4D4D4D;
    }
}

@media (any-hover: hover) {
    .asideBtn:hover {
        background-color: #4D4D4D;
    }
}
@container openMY (min-width: 600px){
    .gridContainer{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5em;
        max-width: 850px;
        margin: auto;
    }
    .grid1{
        text-align: left;
        grid-column: 2 / -1;
        grid-row: 1 / 2;
    }
    .grid2{
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .grid3{
        grid-column: 2 / -1;
        grid-row: 2 / 3;
    }
    .asideBtn{
        margin-inline: unset;
    }
}

.moreNewsList:target {
    display: revert;
}
.moreTeam{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-block: 5em;
}
.championBox{
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) calc(1.5rem + 3rem + 0.45vw), #F6F6F6 calc(1.5rem + 3rem + 0.45vw));
    padding-block: 1.75em;
    padding-inline: calc(16* calc(1 / 375* 100dvi));
    display: grid;
    grid-auto-flow: column;
    gap: calc(1em + 5vw);
    align-items: end;
    justify-content: center;
    margin-top: calc(3rem + 4vw);
    margin-bottom: 1.5em;
    h2{
        font-size: 2rem;
        line-height: 1.2;
        font-weight: bold;
        &.en{
            font-size: 1.6em;
        }
    }
    .txtBox{
        .tit{
            line-height: 1;
            font-weight: bold;
            font-size: 1.5em;
            margin-top: 1em;
        }
        .txt{
            line-height: 1;
            font-weight: bold;
            font-size: 2.3em;
        }
    }
    .imgBox{
        max-width: 350px;
        img{
            width: 100%;
            height: auto;
        }
    }
}
.liveLinkbtn.--result{
    max-width: 350px;
    width: 96%;
}
.btnGrid{
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
}

/******
*main幅600px以上
******/
main {
    container-type: inline-size;
    container-name: main;
  }
@container main (min-width: 600px){

}