/*---------------------------
index
----------------------------*/
.slider-wrapper {
    overflow: hidden !important;
}

.top_link {
    display: inline-block;
    width: 15%;
    padding: 1%;
    border: 1px solid black;
    border-radius: 35px;
    margin: 0 5%;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}

main #news {
    padding: 1em 0;
}

section:not(.no-border) {
    border-bottom: 1px solid #e6e9ed;
    margin-bottom: 2rem;
}

section #team .inner {
    max-width: 1000px;
}


.inner h2 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 640px) {
    main #news {
        padding: 0;
    }

    .top_link {
        width: 40%;
        padding: 1%;
        border-radius: 35px;
        margin: 0 4%;
    }

    .inner h2 {
        margin-bottom: 1rem;
    }

    section {
        margin-bottom: 0rem;
    }

    section:not(:first-of-type) {
        padding-bottom: 2rem;
    }
}

.inner h2 span {
    display: block;
    text-align: left;
}


.inner h2 span:nth-of-type(1) {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    color: #222222;
    position: relative;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .inner h2 span:nth-of-type(1) {
        /*sp*/
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
}

main {
    padding: 1rem;
}

main #news .inner h2 span:nth-of-type(2) {
    font-size: 1em;
}

main #news .inner .row .col {
    width: 50%;
    position: relative;
    padding: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-align-items: center;
    gap: 4px;
}

@media screen and (max-width: 640px) {
    main #news .inner .row .col {
        /*sp*/
        width: 100%;
        padding: 8px 0;
        margin-bottom: 1rem;
        border-bottom: 1px solid #e6e9ed;
    }
    main #news .inner .row .col:nth-of-type(n + 4),
    main #news .inner .row .col:last-of-type {
        border-bottom: none;
    }
    main #news .inner .row .col:nth-of-type(n + 5) {
        display: none;
    }
}

main #news .inner .row .col:hover {
    background: #eee;
}

main #news .inner .row .col .thumbnail {
    display: flex;
    width: 30%;
    height: 95px;
    overflow: hidden;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

main #news .inner .row .col .txt {
    flex: 1;
    margin-left: auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
}

main #news .inner .row .col .txt h3 {
    font-size: 1em;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
    main #news .inner .row .col .txt h3 {
        /*sp*/
        -webkit-line-clamp: 1;
        font-size: 0.7rem;
    }

    main #news .inner .row .col .thumbnail {
        height: 60px;
    }
}

main #news .inner .row .col .txt span {
    color: #999;
    width: 15%;
}

@media screen and (max-width: 640px) {
    main #news .inner .row .col .txt span {
        /*sp*/
        display: inline-block;
        width: 20%;
        margin-bottom: 0.5rem;
        font-size: 0.7rem;
    }
}

main #news .inner .row .col a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.inner .bottom {
    padding-top: 2em;
    text-align: right;
}

main #news .inner .bottom a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    background: #1087c7;
}

@media screen and (max-width: 640px) {
    .inner .bottom {
        padding-top: 1rem;
    }

    .inner .bottom a {
        /*sp*/
        width: 100%;
        font-size: 0.8rem;
        padding: 8px;
        border-radius: 3px;
    }

}

.ranking-content {
    display: none;
}

.ranking-content.active {
    display: block;
}

.ranking-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}

.ranking-pill-container {
    display: flex;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 4px;
    gap: 2px;
    width: 100%;
}

.ranking-btn-pill {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    color: var(--gray-text-color);
    flex: 1;
    font-weight: 500;
}

.ranking-btn-pill:hover {
    background-color: #e0e0e0;
}

.ranking-btn-pill.active {
    background-color: var(--u15-main);
    color: var(--reverse-color);
    font-weight: bold;
}

.ranking-btn-pill.active.u18 {
    background-color: var(--u18-main);
}

.ranking-btn-pill.active.u15 {
    background-color: var(--u15-main);
}

.ranking-btn-pill.active.girls {
    background-color: var(--girls-main);
}

@media screen and (max-width: 640px) {
    .ranking-btn-pill {
        padding: 8px 16px;
        font-size: 12px;
    }
}



.none {
    text-align: left;
}

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

}

.inner .bottom a:hover {
    background: #021c32;
    color: #fff;
}


main #movie .inner .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-content: flex-start;
    align-items: flex-start;
}

main #movie .inner .row .first_movie {
    width: 50%;
}

main #movie .inner .row .first_movie .movie a .youtube {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}

main #movie .inner .row .first_movie .movie a .youtube #youtube_wrap div {
    display: flex;
}

main #movie .inner .row .other_movie {
    width: 50%;
}

main #movie .inner .row .other_movie .movie a .youtube {
    padding: 0 1rem;
}

main #movie .inner .row .other_movie .movie a .youtube span {
    padding: 0.2rem;
    font-size: 0.8rem;
    font-weight: 200;
}

.youtube div:nth-child(2) {
    width: 70%;
}

main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 30%;
}

main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap .youtube_modal {
    width: 40%;
    padding-top: 0;
    height: 105px;
}

main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap .youtube_modal iframe {
    height: 100%;
}

main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap div {
    width: 60%;
}

.movie a {
    text-decoration: none;
}

.youtube {
    display: flex;
    padding: 1rem;
    margin: 0.5rem 0;
}

.youtube span {
    font-size: 1rem;
    padding: 1rem 0;
    line-height: 1rem;
    display: block;
    text-align: left;
    font-weight: bold;
}

#youtube_wrap {
    display: inline-block;
    width: 100%;
    max-width: initial;
}

.youtube .info {
    display: flex;
    width: 69%;
    flex-direction: column;
}

.youtube .info .top {
    display: flex;
    width: 100%;
}

.youtube .info .top span {
    display: inline-block;
}

.youtube .info .top .date {
    width: 10%;
}

.youtube .info .top .title {
    width: 90%;
}

.youtube .info .bottom {
    display: flex;
    width: 100%;
}

.youtube .info .bottom span {
    width: 100%;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

#movie .inner .bottom {
    padding-top: 2em;
    text-align: right;
    width: 100%;
    margin-bottom: 1rem;
}

#movie .inner .bottom a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    background: #1087c7;
}


@media screen and (max-width: 640px) {
    main #movie .inner .row {
        flex-direction: column;
    }

    main #movie .inner .row .first_movie {
        width: 100%;
    }

    main #movie .inner .row .other_movie {
        width: 100%;
    }

    .youtube {
        padding: 0.2rem;
        display: flex;
        padding: 1rem;
        margin: 0.5rem 0;
        flex-direction: column;
    }

    main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

    main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap div {
        display: flex;
        width: 100%;
    }

    main #movie .inner .row .other_movie .movie a .youtube #youtube_wrap .youtube_modal {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 56.25%;
        border-radius: 2px;
        overflow: hidden;
    }

    .youtube span {
        font-size: 0.7rem;
        padding: 1rem 0;
        line-height: 1rem;
        display: block;
        text-align: left;
        font-weight: bold;
    }

    main #movie .inner .row .other_movie .movie a .youtube span {
        padding: 1rem 0;
        line-height: 1rem;
        display: block;
        text-align: left;
        font-weight: bold;
        font-size: 0.7rem;
    }

    .youtube div:nth-child(2) {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .youtube span:nth-child(1) {
        width: 15%;
    }

    .youtube span:nth-child(2) {
        width: 85%;
    }

}

.league-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 24px;
}

.league-btn {
    background-color: #EFEFEF;
    border: none;
    width: calc(100% / 8);
    padding: 8px 0;
    border-radius: 4px;
    color: #aaa;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 0.6rem;
}

.league-btn.active {
    color: #fff;
    font-weight: bold;
}

.league-btn.active.u18 {
    background-color: #3A60A1;
}

.league-btn.active.u15 {
    background-color: #1087C7;
}
.league-btn.active.girls {
    background-color: #F86E8C;
}

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

.league-content.active {
    display: block;
    overflow: auto;
}

.league-select {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper {
    position: relative;
    width: 50%;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
}

.league-select:focus {
    border-color: #4d98d1;
    outline: none;
}


.select-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
    gap: 1rem;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 0.5rem;
}

.arrow-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.arrow-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.arrow-btn:disabled:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.arrow-btn.prev-btn::before {
    content: "‹";
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.arrow-btn.next-btn::before {
    content: "›";
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.arrow-btn:hover::before {
    color: #333;
}

.arrow-btn:disabled::before {
    color: #ccc;
}

@media (max-width: 640px) {
    .switch-content {
        display: none;
    }

    .switch-content.active {
        display: block;
    }

    .select-wrapper {
        flex: 1;
    }

    .league-buttons {
        display: none;
    }

    .select-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 24px;
    }
}


main .banner {
    display: block;
    margin-top: 2%;
}

main .banner a {
    display: block;
    width: 100%;
}

main .banner a img {
    width: 70%;
}

.empty {
    width: 100%;
    background: #f3f3f3;
    position: relative;
    padding: 15px;
    overflow: hidden;
    font-size: 1.2rem;
}



main #other {
    background: #fff;
    padding: 3em 0;
}

main #other section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.month_list {
    width: 100%;
    margin-top: 1rem;
}

.month_list ul {
    width: 90%;
    margin: 0 auto;
    background: white;
}

.month_list ul li {
    border: 1px solid rgb(209, 208, 208);
    list-style: none;
    font-size: 1.2rem;
    padding: 0.5rem;
    text-align: left;
    cursor: pointer;
}

.month_list ul li .name {
    margin-left: 1rem;
    display: inline-block;
    width: 47%;
    text-align: left;
}

.month_list ul li .icon {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.month_list ul .content {
    text-align: left;
    padding: 1rem;
    border-left: 1px solid rgb(209, 208, 208);
    border-right: 1px solid rgb(209, 208, 208);
}

@media screen and (max-width: 640px) {
    .month_list ul {
        width: 100%;
    }

    .month_list ul li .name {
        width: 43%;
    }
}

main #other .inner .col {
    width: 30%;
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    margin-right: 5%;
}

.sponser {
    margin-bottom: 15px;
    width: 30%;
}

.sponser img {
    width: 70% !important;
}

.recruit {
    padding: 10%;
    color: black;
    font-weight: bold;
    font-size: 1.3rem;
}

#sponser_section {
    background-image: url(../img/common/sponser2.png);
    background-position: center;
    background-size: 100%;
    position: relative;
    display: flow-root;
    margin: 5% 0;
}

#sponser_section::after {
    content: "";
    background-color: rgb(1 38 94 / 63%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#sponser_section p {
    margin: 0;
    padding: 0.2em;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

#sponser_section #p1 {
    font-size: 3rem;
    padding: 5rem;
    text-shadow: 2px 2px 10px #4d9bc1, -2px 2px 10px #4d9bc1, 2px -2px 10px #4d9bc1, -2px -2px 10px #4d9bc1;
}

#sponser_section #p2 {
    font-size: 2rem;
    padding: 1rem;
}

#sponser_section #p3 {
    font-size: 2rem;
    padding: 1rem;
    display: block;
    border: 2px solid white;
    width: 25%;
    margin: 0 auto;
    padding: 3% 0;
    margin: 5% auto 2% auto;
}

#mediapartner {
    background-image: url(../img/common/mediapartner.png);
    background-position: center;
    background-size: 100%;
    position: relative;
    display: flow-root;
    margin: 1% auto;
    width: 70%;
}

#mediapartner span:nth-child(1) {
    display: block;
    font-size: 1.3rem;
    padding: 0.2rem 0.5rem;
    padding-top: 1rem;
}

#mediapartner span:nth-child(2) {
    display: inline-block;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    padding-bottom: 1rem;
}

#mediapartner span:nth-child(3) {
    display: inline-block;
    font-size: 1.3rem;
    padding: 0.2rem 0.5rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
    main #other .inner .col {
        /*sp*/
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .sponser {
        width: 50%;
    }

    .sponser img {
        height: 4rem;
        width: auto !important;
    }

    .recruit {
        padding: 6%;
        font-size: 1.2rem;
    }

    #sponser_section #p1 {
        font-size: 2rem;
        padding: 2rem;
    }

    #sponser_section #p2 {
        font-size: 1.2rem;
        padding: 0.2rem;
    }

    #sponser_section #p3 {
        font-size: 1.2rem;
        padding: 1rem;
        width: 45%;
        padding: 2% 0;
        margin: 8% auto 2% auto;
    }

    #mediapartner {
        width: 95%;
        margin-top: 1rem;
    }

    #mediapartner span:nth-child(1) {
        font-size: 0.9rem;
        padding: 0.2rem;
    }

    #mediapartner span:nth-child(2) {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }

    #mediapartner span:nth-child(3) {
        font-size: 0.9rem;
        padding: 0.2rem 0.5rem;
    }
}

main #other .inner .col:nth-of-type(3n) {
    margin-right: 0;
}

main #other .inner .col .btn {
    position: absolute;
    display: block;
    width: 60%;
    height: 36px;
    line-height: 36px;
    background: url(../img/index/other_title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 0 1em;
    right: 0;
    bottom: 0;
}

main #other .inner .col a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

main #other .inner .col img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

main #other .inner .col:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-list {
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.news-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.2rem 0;
    border-bottom: 1px dotted var(--site-off-white-color);
    position: relative;
    transition: background-color 0.3s ease;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover {
    background-color: rgba(150, 150, 150, 0.1);
}

.news-content-wrapper {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.news-date {
    color: var(--gray-text-color);
    font-size: 1.1rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.news-title-text {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
}

.news-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 1;
}

.news-empty {
    text-align: center;
    padding: 2rem;
    color: #fff;
    font-size: 1rem;
}

.news-bottom {
    text-align: center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 968px) {
    .section-layout.news-layout {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
}

@media screen and (max-width: 640px) {
    .section-layout.news-layout {
        padding: 0 1rem 1.5rem;
        flex-direction: column;
        gap: 1.5rem;
        min-height: auto;
    }
    
    .section-title.news-title {
        display: none;
    }
    
    .news-content {
        width: 100%;
    }

    .news-list {
        margin-bottom: 1rem;
    }
    
    .news-item {
        padding: 1rem 0;
    }
    
    .news-content-wrapper {
        gap: 0.3rem;
    }
    
    .news-date {
        font-size: 0.9rem;
    }
    
    .news-title-text {
        font-size: 0.85rem;
    }
    
}


/* ハイライトセクションのスタイル */

.movie-list {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.movie-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.movie-scroll-container {
    position: relative;
}

.movie-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.movie-scroll-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.movie-scroll-btn.prev {
    left: -20px;
}

.movie-scroll-btn.next {
    right: -20px;
}

.movie-scroll-btn svg {
    width: 16px;
    height: 16px;
    fill: #666;
}

.movie-scroll-btn:hover svg {
    fill: #333;
}

.movie-scroll-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.movie-scroll-btn:disabled:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.movie-scroll-btn:disabled svg {
    fill: #ccc;
}

.movie-item {
    flex: 0 0 auto;
    width: calc(100% / 3 - 2rem);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--site-off-white-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.movie-item:hover .movie-thumbnail img {
    transform: scale(1.05);
}

.movie-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.movie-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.movie-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.movie-info {
    padding: 15px;
}

.movie-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.movie-league-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--u15-main);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

.movie-league-tag.u18 {
    background: var(--u18-main);
}

.movie-league-tag.girls {
    background: var(--girls-main);
}

.movie-title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.movie-bottom {
    margin-top: 30px;
    text-align: center;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .movie-list {
        flex-direction: column;
        overflow-x: visible;
        gap: 15px;
    }

    .movie-item {
        width: 100%;
    }

    .movie-item:nth-child(n+4) {
        display: none;
    }

    .movie-thumbnail {
        height: 200px;
    }

    .movie-scroll-btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .movie-item {
        border-radius: 6px;
    }

    .movie-thumbnail {
        height: 180px;
    }

    .movie-info {
        padding: 12px;
    }

    .movie-title {
        font-size: 14px;
    }

    .movie-date {
        font-size: 12px;
    }

    .movie-league-tag {
        font-size: 10px;
        padding: 3px 6px;
        top: 6px;
        left: 6px;
    }
}

.switch-buttons {
    display: none;
}

@media (max-width: 640px) {
    .switch-buttons {
        display: flex;
        padding: 1.1rem 0;
        justify-content: space-between;
        gap: 0;
        padding-bottom: 0;
        position: relative;
        border-bottom: 2px solid #e9ecef;
    }

    .switch-buttons::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 50%;
        height: 3px;
        background: var(--u15-main);
        transition: all 0.3s ease;
        border-radius: 3px 3px 0 0;
    }

    .switch-buttons.u18::after {
        background: var(--u18-main);
    }

    .switch-buttons.girls::after {
        background: var(--girls-main);
    }

    .switch-buttons .switch-btn {
        border: none;
        width: 50%;
        border-radius: 0;
        padding: 16px 0;
        font-size: 0.9rem;
        letter-spacing: 1px;
        font-weight: 600;
        cursor: pointer;
        color: #6c757d;
        background: transparent;
        transition: all 0.3s ease;
    }

    .switch-buttons .switch-btn.active {
        color: #333;
        font-weight: 700;
    }

    .switch-buttons .switch-btn.active.u18 {
        color: var(--u18-main);
    }

    .switch-buttons .switch-btn.active.u15 {
        color: var(--u15-main);
    }

    .switch-buttons .switch-btn.active.girls {
        color: var(--girls-main);
    }

    /* アンダーラインの位置調整のためのJS用スタイル */
    .switch-buttons[data-active="results"]::after {
        left: 50%;
    }
}

/*# sourceMappingURL=index.css.map */

/* Groups section title styles */
#groups .section-layout {
    width: 100%;
    padding: 1.5rem 0;
    min-height: 400px;
}

.groups-content {
    width: 100%;
    overflow-x: auto; /* テーブルスクロール有効化 */
}

/* レスポンシブ対応 */
@media screen and (max-width: 968px) {
    #groups .section-layout {
        padding: 1.25rem;
        min-height: auto;
    }
}

@media screen and (max-width: 640px) {
    #groups .section-layout {
        padding: 0;
        min-height: auto;
    }

    .section-title.groups-title {
        display: none;
    }

    .groups-content {
        width: 100%;
        overflow-x: auto; /* スマホでも確実にスクロール */
    }
}

/* SP時のみ試合速報を表示 */
.sp-match-reports {
    display: none;
}

@media (max-width: 640px) {
    .sp-match-reports {
        display: block;
        margin-top: -1.5rem;
    }

    .match-reports-section {
        padding: 0 0.5rem 1.5rem;
    }

    .match-reports-header {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        padding: 0.5rem 0.25rem;
    }

    .match-reports-header img {
        width: 1.1rem;
        height: 1.1rem;
        object-fit: contain;
    }
    
    .match-reports-title {
        font-size: 0.85rem;
        letter-spacing: 0.6px;
        text-align: left;
        color: var(--site-gray-color);
    }
    
    .match-reports-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .match-reports-grid .match_report {
        min-width: unset;
    }
}