/* CMS組んだら消す */
    .repot-logo-asuka{
        width: 153px !important;
    }
    .top-logo-asuka{
        width: 69px !important;
    }
    @media screen and (max-width:1000px){
        .repot-logo-asuka{
            width: 110px !important;
        }
    }
    @media screen and (max-width:700px){
        .repot-logo-asuka{
            width: 78px !important;
        }
    }
/* ここまで */

html{
    scroll-behavior: smooth;
}
#platinum,#gold,#silver,#partner1,#partner2,#match-event{
    scroll-margin-top: 200px;
}

*{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
html {
  scrollbar-gutter: stable;
}

.news-single-top a {
    color: #0066cc;
    text-decoration: underline;
}

a{
    transition: all 0.3s ease-out;
}
a:hover{
    opacity: 0.7;
    transition: all 0.3s ease-out;
}
.news-single-top strong,.news-single-top span{
    /* font-size: 24px; */
    /* font-weight: 700; */
}
.f-h1{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
}
.f-h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}
.f-txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}
.f-txt-m-min{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
}
.header{
    background: #6E0F13;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0  4px 16px  #000;
}
.h-main{
    width: 1288px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h-logo{
    width: 241px;
    display: block;
}
.h-sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 71px;
}
.h-x{
    display: block;
    width: 23px;
}
.h-instagram{
    display: block;
    width: 24px;
}
.kv-main,.news-page,.news-single-section{
    margin-top: 64px;
}
.kv-main{
    padding: 69px 0 37px 0;
    background: #861B20;
}
.kv-inner,.kv-slider{
    width: 1035px;
    margin: 0 auto;
}

.news-sec{
    background: #F4F4F4;
    padding: 40px 0 80px 0;
}
.news-ttl-en{
    color: #6E0F13;
    text-align: center;
}
.news-ttl-jp{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    color: #6E0F13;
    text-align: center;
}
.news-container{
    width: 1144px;
    margin: 24px auto 64px auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: left;
    align-items: center;
}
.news-container-sp{
    display: none;
}
.news-content{
    width: 376px;
    background: #fff;
    padding: 12px 12px 16px 12px;
}
.news-container-pc .news-content{
    margin: 0 4px;
}
.news-cats{
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.news-date{
    color: #8B8B8B;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.news-date img{
    width: 12px;
    margin-right: 4px;
}
.news-cat{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    border-radius: 50px;
    padding: 4px 12px 4px 8px;
    display: flex;
    align-items: center;
    background: red;
}
.news-cat-team{
    background: #C65353;
}
.news-cat-game{
    background: #4C8844;
}
.news-cat-home{
    background: #1F286F;
}
.news-cat-media{
    background: #946F38;
}
.news-cat img{
    width: 14px;
    margin-right: 4px;
}
.news-content-txt{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4em;
    color: #000;
    min-height: 50px;
}
.news-btn{
    color: #6E0F13;
    display: block;
    width: 140px;
    height: 45px;
    margin: 0 auto;
    padding: 8px 16px;
    border: 1px solid #6E0F13;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.news-btn::before{
    content: "";
    position: absolute;
    top: 17px;
    right: 20px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.news-btn::after{
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.news-btn:hover{
    background: #6E0F13;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.news-btn:hover.news-btn::after{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.news-btn:hover.news-btn::before{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}


.footer{
    /* background: #6E0F13; */
    /* padding: 26px 0 75px 0; */
}
.footer-sns{
    width: 71px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-x{
    width: 23px;
}
.f-instagram{
    width: 24px;
}
.f-logo{
    width: 241px;
    margin: 16px auto;
    display: block;
}
.copy-right-txt{
    text-align: center;
    color: #fff;
}

.news-top{
    background: #861B20;
    padding: 106px 0;
}
.news-page-ttl-en{
    text-align: center;
    color: #fff;
}
.news-page-ttl-jp{
    color: #fff;
    text-align: center;
}
.news-page-btm{
    background: #F4F4F4;
    padding: 40px 0 80px 0;
}
.news-page-btn{
    color: #6E0F13;
    display: block;
    width: 140px;
    height: 45px;
    margin: 0 auto;
    padding: 8px 16px;
    border: 1px solid #6E0F13;
    border-radius: 50px;
    position: relative;
    text-align: right;
    margin-top: 80px;
}
.news-page-btn::before{
    content: "";
    position: absolute;
    top: 17px;
    left: 12px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #6E0F13;
}
.news-page-btn::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 12px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #6E0F13;
}
.news-page-btn:hover{
    background: #6E0F13;
    color: #fff;
    opacity: 1;
}
.news-page-btn:hover.news-page-btn::after{
    border-bottom: 1px solid #fff;
}
.news-page-btn:hover.news-page-btn::before{
    border-bottom: 1px solid #fff;
}

.news-cat-area{
    width: 560px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
}
.news-cat-area li{
    margin: 0 6px;
}
.news-cat-btn:hover{
    cursor: pointer;
}
.news-cat-btn{
    border-radius: 50px;
    background: #fff;
    padding: 4px 16px;
    color: #7C7C7C;
}
.news-cat-btn.is-active{
    background: #7C7C7C;
    color: #fff;
}
.news-page-container{
    margin: 40px auto;
    width: 1144px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 0 8px;
}
.news-page-container-sp{
    display: none;
}
.news-page-content{
    width: 376px;
    display: block;
    margin-bottom: 8px;
}


.news-page-nate{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers{
    /* gap: 0 12px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers.current .news-pagenate-btn{
    background: #861B20;
    color: #fff;
}
.news-pagenate-btn{
    width: 40px;
    height: 40px;
    margin: 0 6px;
    border: 1px solid #861B20;
    color: #861B20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}
.prev.page-numbers,.next.page-numbers{
    display: none;
    visibility: hidden;
}
.page-numbers:hover{
    opacity: 1;
}
.news-pagenate-btn:hover{
    background: #861B20;
    color: #fff;
    transition: all 0.3s ease-out;
}

.page-404-section{
    /* background: #7C7C7C; */
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-404-center{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-404-center h2{
    font-size: 30px;
}
.page-404-center p{}

.news-single-section{
    padding: 40px 0 88px 0;
    background: #F4F4F4;
}
.news-single-top{
    width: 1144px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 48px 80px 48px;
}
.news-single-top img{
    max-width: 100%;
}
.news-single-ttl{
    color: #861B20;
}
.news-single-cats{
    padding: 24px 0;
}
.news-single-btm-ttl{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #6E0F13;
    padding: 128px 0 0px 0;
}
.news-page-single-btn{
    width: 190px;
}
.news-single-container-sp{
    display: none;
}

@media screen and (max-width:1400px) {
    .h-main{
        width: 100%;
        padding: 0 60px;
    }
}
@media screen and (max-width:1200px) {
    .kv-inner, .kv-slider {
        width: auto;
        /* padding: 0 60px; */
    }
    .news-container{
        width: 795px;
    }
    .news-content{
        width: 32%;
    }
    .news-content-txt{
        min-height: 70px;
    }

    .news-top{
        padding: 60px 0;
    }
    .news-page-container{
        width: 795px;
    }

    .news-single-top{
        width: auto;
        margin: 0 40px;
    }
}
@media screen and (max-width:850px) {
    .news-sec{
        padding-bottom: 60px;
    }
    .news-container{
        width: 650px;
        margin-bottom: 40px;
    }
    .news-page-container{
        width: 650px;
    }
    .news-content{
        width: 32%;
    }
    .news-content-txt{
        min-height: 70px;
        font-size: 14px;
    }
    .news-date,.news-cat{
        font-size: 10px;
    }
}
@media screen and (max-width:768px) {
    .kv-inner,.kv-slider {
        padding: 0;
    }
    .kv-inner picture{
        display: block;
        width: 346px;
        margin: 0 auto;
    }
    .news-container-sp{
        display: block;
    }
    .news-container-pc{
        display: none;
    }
    .news-single-container-pc{
        display: none;
    }
    .news-single-container-sp{
        display: block;
    }
    .news-container{
        width: auto;
        /* padding: 0 40px; */
    }
    .news-content{
        margin: 0 12px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 60px;
    }
    .slick-dots{
        bottom: -41px;
    }
    .slick-dots li.slick-active button:before{
        color: #6E0F13;
    }
    .news-date,.news-cat{
        font-size: 14px;
    }
    .news-content-txt{
        font-size: 16px;
        min-height: 50px;
    }

    .news-page-container-pc{
        display: none;
    }
    .news-page-container-sp{
        display: block;
    }
    .news-page-container{
        width: auto;
        padding: 0 40px;
    }
    .news-page-content{
        width: auto;
        margin-bottom: 16px;
    }

    .news-content {
        padding: 40px;
    }
}
@media screen and (max-width:600px) {
    .news-top{
        padding: 48px 0;
    }
    .news-page-btm{
        padding: 40px 0;
    }
    .news-page-container-sp{
        margin: 12px 0 28px 0;
        padding: 0 16px;
    }
    .news-page-content{
        margin: 0 0 16px 0;
    }
    .news-cat-area{
        width: 343px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .news-cat-area li{
        margin: 6px;
    }
    .news-cat-btn{
        font-size: 14px;
    }
    .news-page-btn{
        margin-top: 56px;
    }

    .news-single-top{
        margin: 0 16px;
        padding: 16px;
    }
    .news-content {
        padding: 12px 12px 16px 12px;
    }
}
@media screen and (max-width:500px) {
    .news-ttl-en{
        font-size: 28px;
    }
    .news-ttl-jp{
        font-weight: normal;
    }
    .kv-main,.news-page,.news-single-section{
        /* margin-top: 56px; */
    }
    .kv-main{
        padding: 23px 0 0 0;
    }
    .news-sec{
        padding: 24px 0 40px 0;
    }
    .news-container{
        margin-top: 16px;
    }
    .news-content{
        width: 320px;
        margin: 0 8px;
        padding: 12px;
    }
    .news-date,.news-cat{
        font-size: 12px;
    }
    .slick-dots li{
        margin: 0;
    }

    .news-page-container{
        padding: 0;
    }
    .news-page-content{
        width: auto;
        margin: 0 0 16px 0;
    }

    .news-single-section{
        padding: 32px 0 40px 0;
    }
    .news-single-ttl{
        font-size: 20px;
    }
    .news-single-cats{
        padding: 8px 0;
        margin: 0;
    }
    .news-single-top strong, .news-single-top span{
        font-size: 16px;
    }
    .news-single-btm-ttl{
        font-size: 20px;
        padding-top: 32px;
    }

}
@media screen and (max-width: 370px) {
    .kv-inner picture{
        width: auto;
        padding: 0 20px;
    }
    .news-content-txt{
        min-height: 68px;
    }
    .news-cat-area{
        width: 300px;
    }
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1200px) {}


/* droneページ追記部分 */

.page-drone-sec{
    margin-top: 64px;
    /* 本番移行時、下記適用 */
    /* margin-top: 100px; */
}

@media screen and (max-width:500px) {
    .page-drone-sec{
    margin-top: 56px;
    /* 本番移行時、下記適用 */

    }
}

.page-drone-top{

}
.page-drone-top-img{
    display: block;
    object-fit: cover;
    object-position: center;
    /*大村追加*/
    overflow-x:hidden;
    
}
.page-drone-top-img img{
    display: block;
}
.page-drone-sec-1{
    padding: 64px 0 88px 0;
    background: #861B20;
}
.page-drone-sec-1-ttl{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #D3B07B;
    text-align: center;
}
.page-drone-sec-1-txt{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}
.page-drone-sec-1-txt-t{
    margin: 40px 0 0 0;
}
.page-drone-sec-1-txt-t-span{
    font-weight: 500;
    font-size: 20px;
    color: #D3B07B;
    line-height: 1.6;
    font-weight: bold;
}
.page-drone-sec-1-content-tag{
    width: 80px;
    height: 40px;
    display: block;
    border-radius: 8px;
    background: #D3B07B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 64px auto 8px auto;
}
.page-drone-sec-1-content-date{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.page-drone-sec-1-content-date span{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
.page-drone-sec-1-content-time{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
.page-drone-sec-1-content-table{
    margin: 40px auto 16px auto;
    width: 272px;
}
.page-drone-sec-1-content-table-ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}
.page-drone-sec-1-content-table-item{
    display: flex;
}
.page-drone-sec-1-content-table-time{
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-right: 16px;
}
.page-drone-sec-1-content-table-txt{
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}
.page-drone-sec-1-content-btm-txt{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
.page-drone-sec-1-content-place-txt{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.page-drone-sec-1-content-place-txt-b{
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.page-drone-sec-2{
    background: #6e0f13;
}
.page-drone-sec-2-inner{
    padding: 64px 0 88px 0;
}
.page-drone-sec-2-ttl{
    color: #D3B07B;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.page-drone-sec-2-container{
    margin: 40px 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.page-drone-sec-2-content{
    width: 184px;
}
.page-drone-sec-2-content-img{
    display: block;
    margin-bottom: 16px;
}
.page-drone-sec-2-content-txt{
    color: #D3B07B;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.page-drone-sec-2-content-txt span{
    color: #D3B07B;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    display: block;
}
.page-drone-sec-2-txt{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}
.page-drone-sec-3{
    background: #fff;
}
.page-drone-sec-3-inner{
    padding: 64px 0 88px 0;
    width: 1144px;
    margin: 0 auto;
}
.page-drone-sec-3-ttl{
    color: #D3B07B;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.page-drone-sec-3-sub-ttl{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #6e0f13;
    margin: 16px 0 40px 0;
}
.page-drone-sec-3-container{
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.page-drone-sec-3-content-l{
    
}
.page-drone-sec-3-content-l iframe{
    display: block;
    width: 553px;
    height: 411px;
}
.page-drone-sec-3-content-r{}
.page-drone-sec-3-content-r-ttl{
    color: #6e0f13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 40px 0 8px 0;
}
.page-drone-sec-3-content-r-ttl-t{
    margin-top: 0;
}
.page-drone-sec-3-content-r-txt{
    color: #6e0f13;
    font-size: 16px;
    line-height: 1.6;
}
.page-drone-sec-3-content-r-txt span{
    font-size: 14px;
    color: #6e0f13;
    line-height: 1.6;
}
.page-drone-sec-3-content-r-txt a{
    color: #D3B07B;
}


.page-drone-sec-4{

}
.page-drone-sec-4-inner{
    padding: 64px 0 88px 0;
}
.page-drone-sec-4-ttl{
    color: #6e0f13;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 24px;
}
.page-drone-sec-4container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
}
.page-drone-sec-4-content-1 img{
    display: block;
    width: 354px;
}
.page-drone-sec-4-content-2 img{
    display: block;
    width: 230px;
}
.page-drone-sec-4-content-3 img{
    display: block;
    width: 261px;
}
.page-drone-sec-4-sp{
    display: none;
}
.page-drone-sec-5{
    background: #F0F0F0;
    padding: 64px 0 88px 0;
}
.page-drone-sec-5-inner{
    width: 1144px;
    margin: 0 auto;
}
.page-drone-sec-5-txt{
    color: #6e0f13;
    font-size: 16px;
    line-height: 1.6;
}
.page-drone-sec-5-txt-t{
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
}
.page-drone-sec-5-txt-c{
    margin-bottom: 24px;
}

.page-drone-sec-5-txt-b{
    margin-bottom: 40px;
}
.page-drone-sec-5-txt-b a{
    color: #946F38;
    text-decoration-line: underline;
}
.page-drone-sec-5-table{}
.page-drone-sec-5-tr{}
.page-drone-sec-5-td{
    color: #6e0f13;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #6e0f13;
    width: 153px;
    height: 42px;
    padding: 8px;
}

@media screen and (max-width:1200px) {
    .page-drone-top{
        border-bottom: 2px solid #946F38;
    }
    .page-drone-sec-1{
        padding-left: 32px;
        padding-right: 32px;
    }
    .page-drone-sec-1-ttl{
        font-size: 48px;
        font-weight: bold;
        line-height: 1.4;
    }
    .page-drone-sec-1-txt{
        /* text-align: left; */
    }
    .page-drone-sec-1-content-tag{
        margin-top: 80px;
        width: fit-content;
        padding: 8px 16px;
        height: auto;
        font-weight: 400;
    }
    .page-drone-sec-1-content-date{
        font-size: 64px;
    }
    .page-drone-sec-1-content-date span{
        font-size: 48px;
    }
    .page-drone-sec-1-content-time{
        font-size: 36px;
        line-height: 1.6;
    }
    .page-drone-sec-1-content-place-txt-b{
        font-size: 136x;
    }
    .page-drone-sec-2-ttl{
        font-size: 48px;
        line-height: 1.4;
    }
    .page-drone-sec-2-container{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .page-drone-sec-2-content{
        width: 480px;
    }
    .page-drone-sec-2-content-txt{
        margin: 32px 0 80px 0;
    }
    .page-drone-sec-2-content-txt:nth-of-type(4){
        margin-bottom: 0;
    }
    .page-drone-sec-2-txt{
        /* text-align: left; */
        padding: 0 36px;
    }
    .page-drone-sec-3-inner{
        width: auto;
        padding-left: 38px;
        padding-right: 38px;
    }
    .page-drone-sec-3-ttl{
        font-size: 48px;
    }
    .page-drone-sec-3-container{
        flex-direction: column;
    }
    .page-drone-sec-3-content-l iframe{
        height: 500px;
        width: 100%;
        margin-bottom: 80px;
    }
    .page-drone-sec-3-content-r{
        display: flex;
        justify-content: center;
        gap: 0 100px;
    }
    .page-drone-sec-4-sp{
        display: block;
    }
    .page-drone-sec-4-ttl{
        font-size: 36px;
    }
    .page-drone-sec-4container{
        gap: 48px 0;
        flex-direction: column;
    }
    .page-drone-sec-4-content-1 img{
        width: 566px;
    }
    .page-drone-sec-4-content-2 img{
        width: 368px;
    }
    .page-drone-sec-4-content-3 img{
        width: 462px;
    }
    .page-drone-sec-4-content-4 img{
        width: 212px;
        display: block;
        margin: 0 auto;
    }
    .page-drone-sec-4-ttl-sp{
        margin-top: 128px;
    }
    .page-drone-sec-5-inner{
        width: auto;
        padding-right: 32px;
        padding-left: 32px;
    }
    .page-drone-sec-5-txt-t{
        /* text-align: left; */
    }
}
@media screen and (max-width:768px) {
    .page-drone-sec-3-content-r{
        display: block;
    }
    .page-drone-sec-5-td{
        width: 25%;
    }
}
@media screen and (max-width:620px) {

    .page-drone-top{
        border-bottom: 2px solid #946F38;
    }
    .page-drone-sec-1{
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-drone-sec-1-ttl{
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
    }
    .page-drone-sec-1-txt{
        text-align: left;
    }
    .page-drone-sec-1-content-tag{
        margin-top: 40px;
        width: fit-content;
        padding: 0 8px;
        height: 38px;
        font-weight: 400;
    }
    .page-drone-sec-1-content-date{
        font-size: 32px;
    }
    .page-drone-sec-1-content-date span{
        font-size: 24px;
    }
    .page-drone-sec-1-content-time{
        font-size: 18px;
        line-height: 1.6;
    }
    .page-drone-sec-1-content-place-txt-b{
        font-size: 18px;
    }
    .page-drone-sec-2-ttl{
        font-size: 24px;
        line-height: 1.4;
    }
    .page-drone-sec-2-container{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .page-drone-sec-2-content{
        width: 240px;
    }
    .page-drone-sec-2-content-txt{
        margin: 16px 0 40px 0;
    }
    .page-drone-sec-2-content-txt:nth-of-type(4){
        margin-bottom: 0;
    }
    .page-drone-sec-2-txt{
        text-align: left;
        padding: 0;
        width: 343px;
        margin: 0 auto;
    }
    .page-drone-sec-2-txt br{
        display: none;
    }
    .page-drone-sec-3-inner{
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .page-drone-sec-3-ttl{
        font-size: 24px;
    }
    .page-drone-sec-3-container{
        flex-direction: column;
    }
    .page-drone-sec-3-content-l iframe{
        height: 251px;
        width: 100%;
        margin-bottom: 40px;
    }
    .page-drone-sec-4-sp{
        display: block;
    }
    .page-drone-sec-4-ttl{
        font-size: 18px;
    }
    .page-drone-sec-4container{
        gap: 24px 0;
        flex-direction: column;
    }
    .page-drone-sec-4-content-1 img{
        width: 283px;
    }
    .page-drone-sec-4-content-2 img{
        width: 184px;
    }
    .page-drone-sec-4-content-3 img{
        width: 231px;
    }
    .page-drone-sec-4-content-4 img{
        width: 106px;
        display: block;
        margin: 0 auto;
    }
    .page-drone-sec-4-ttl-sp{
        margin-top: 64px;
    }
    .page-drone-sec-5-inner{
        width: auto;
        padding-right: 16px;
        padding-left: 16px;
    }
    .page-drone-sec-5-txt-t{
        text-align: left;
    }

}
/* droneページ追記部分ここまで */


/* 2026.2.19~追記 */
.f-bebas{
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header{
    height: 100px;
    border-bottom: 2px solid #946F38;
}
.h-logo{
    width: 326px;
}
.h-main{
    width: 1300px;
}
.h-right{
    display: flex;
}
.h-links{
    display: flex;
    height: 50px;
}
.h-link{
    color: #fff;
    padding: 0 16px;
    border-right: 1px solid #fff;
}
.h-link{}
.h-link-en{
    text-align: center;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
    /* font-weight: 500; */
}
.h-link-jp{
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 6px;
}
.h-link-img-1{
    width: 52px;
}
.h-link-img-2{
    width: 84px;
    
}
.h-link-img-3{
    width: 51px;
    
}
.h-link-img-4{
    width: 60px;

}
.h-link-img-5{
    width: 82px;
}
.h-sns{
    margin-left: 16px;
}
.news-ttl-en{
    font-size: 48px;
    /* font-weight: 600; */
}
.news-ttl-img{
    width: 96px;
    margin: 0 auto;
}
.kv-sec{
    border-bottom: 2px solid #946F38;
}
.match-sec{
    background: #6E0F13;
    padding: 40px 0 80px 0;
}
.match-ttl-img{
    width: 135px;
    margin: 0 auto;
}
.match-sec-outer{
    width: 1144px;
    margin: 8px auto 48px auto;
    display: flex;
    justify-content: space-between;
}
.match-outer-l{
    width: 832px;
}
.match-outer-r{
    width: 288px;
}
.match-next-txt{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.match-content-t{
    margin-bottom: 40px;
}
.match-content-t-inner{
    border-radius: 8px;
    border: 1px solid #fff;
    /* overflow: hidden; */
}
.match-content-t-inner-ttl{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    color: #fff;
}
.match-content-t-inner-white{
    background: #fff;
    padding: 8px 0 24px 0;
    border-radius: 0 0 8px 8px;
}
.match-week-txt{
    font-size: 14px;
    font-weight: 500;
    color: #6E0F13;
    text-align: center;
    margin-bottom: 16px;
}
.match-content-t-slide-t{
    display: flex;
    justify-content: center;
    
}
.match-content-t-slide-t-teams{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 117px;
    border-right: 1px solid #6E0F13;
    padding-right: 32px;
    margin-right: 32px;
}
.match-content-t-slide-t-team-l-img{
    width: 69px;
    margin: 0 auto 8px auto;
}
.match-content-t-slide-t-team-l-txt{
    font-size: 14px;
    font-weight: 600;
    color: #6E0F13;
    text-align: center;
}
.match-content-t-slide-t-team-vs{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #6E0F13;
    margin: 0 16px;
}
.match-content-t-slide-t-date-t{
    display: flex;
    align-items: end;
    width: 140px;
    border-bottom: 1px solid #6E0F13;
    /* margin-bottom: 8px; */
    margin-bottom: 12px;
    /* padding-bottom: 8px; */
    padding-bottom: 12px;
}
.match-content-t-slide-t-date-t-txt{
    font-size: 56px;
    line-height: 0.9;
    color: #6E0F13;
}
.match-content-t-slide-t-date-t-small{
    font-size: 16px;
    font-weight: 600;
    color: #6E0F13;
}
.march-ttl-color{
    color: #fff;
}
.match-content-t-slide-t-date-b{
    display: flex;
    align-items: end;
}
.match-content-t-slide-t-date-b-small{
    font-size: 14px;
    font-weight: 600;
    color: #6E0F13;
}
.match-content-t-slide-t-date-b-txt{
    font-size: 32px;
    line-height: 0.9;
    color: #6E0F13;
}
.match-content-t-slide-c{
    font-size: 18px;
    font-weight: 600;
    color: #6E0F13;
    text-align: center;
    margin: 24px 0;
}
.match-content-t-slide-c span{
    font-size: 14px;
    font-weight: 600;
    color: #6E0F13;
    text-align: center;
}
.match-content-t-slide-b{
    display: flex;
    justify-content: center;
}
.match-content-t-slide-btn{
    color: #fff;
    display: block;
    font-size: 16px;
    display: inline-block;
    padding: 4px 30px 4px 12px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.match-content-t-slide-btn::before{
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-content-t-slide-btn::after{
    content: "";
    position: absolute;
    top: 19px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-content-t-slide-btn-ticket{
    background: #946F38;
}
.match-content-t-slide-btn-match{
    background: #6E0F13;
    margin: 0 24px;
}
.match-content-t-slide-btn-event{
    background: #191F61;
}


.match-content-t-slider .slick-prev{
    display: block;
    width: 45px;
    height: 45px;
    left: 0 !important;
    background-image: url(./img/match-sec-arrow-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}
.match-content-t-slider .slick-prev::before{
    display: none;
}

.match-content-t-slider .slick-next::before{
    display: none;
}
.match-content-t-slider .slick-next{
    display: block;
    width: 45px;
    height: 45px;
    right: 0;
    background-image: url(./img/match-sec-arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.match-content-t-slider .slick-prev:hover{
    opacity: 0.5;
}
.match-content-t-slider .slick-next:hover{
    opacity: 0.5;
}
.match-content-t-slider .slick-dots{
    bottom: -80px;
}
.match-content-t-slider .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.match-content-t-slider .slick-dots li button:before {
    opacity: 0.5;
    color: #fff;
    line-height: 1;
}
.match-content-t-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    line-height: 1;
}



.kv-main, .news-page, .news-single-section,.archive-matches-sec,.archive-member-sec,.page-club-sec,.page-support-sec,.page-contact-section{
    margin-top: 100px;
}
.kv-sec{
    /* height: 448px; */
}
.kv-main {
    padding: 0;
    background: #861B20;
}
.kv-inner,.kv-slider{
    width: auto;
    margin: 0 auto !important;
}
.kv-slide img{
    display: block;
    height: 450px;
    object-fit: contain;
    margin: 0 auto;
}
.kv-slider .slick-dots{
    bottom: 23px;
}
.kv-slider .slick-dots li{
    width: 6px;
    height: 6px;
    margin: 0 4px;
    padding: 0;
}
.kv-slider.slick-dots li button{
    width: 6px !important;
    height: 6px !important;
    padding: 0;
}
.slick-dots li button{
    width: 6px !important;
    height: 6px !important;
    padding: 0;
}
.kv-slider .slick-dots li button:before {
    opacity: 0.5;
    color: #fff;
    width: 6px;
    height: 6px;
    line-height: 1;
}
.kv-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    width: 6px;
    height: 6px;
    line-height: 1;
}
.kv-slider .slick-prev{
    display: block;
    width: 56px;
    height: 56px;
    opacity: 0.7;
    left: 0;
    background-image: url(./img/arrow-l.png);
    background-size: cover;
    z-index: 9;
}
.kv-slider .slick-prev::before{
    display: none;
}

.kv-slider .slick-next::before{
    display: none;
}
.kv-slider .slick-next{
    display: block;
    width: 56px;
    height: 56px;
    right: 0;
    opacity: 1;
    background-image: url(./img/arrow-r.png);
    background-size: cover;
}
.kv-slider .slick-prev:hover{
    opacity: 0.5;
}
.kv-slider .slick-next:hover{
    opacity: 0.5;

}

.match-prev-txt{
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}
.match-content-b-inner{
    border-radius: 8px;
    overflow: hidden;
}
.match-content-b-inner-ttl{
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}
.match-content-b-inner-white{
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 16px 24px 16px;
}
.match-week-txt-b{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #6E0F13;
}
.match-content-b-inner-top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
    width: 412px;
    margin: -20px auto 12px auto;
}
.match-content-b-team-l,.match-content-b-team-r{
    /* width: 114px; */
    flex: 1;
}
.match-content-b-team-img{
    width: 63px;
    display: block;
    margin: 0 auto 4px auto;
}
.match-content-b-team-txt{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #6E0F13;
}
.match-content-b-team-point{
    width: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
}
.match-content-b-team-l-point{
    font-size: 64px;
    font-weight: bold;
    color: #6E0F13;
}
.match-content-b-team-r-point{
    font-size: 64px;
    font-weight: bold;
    color: #6E0F13;
}
.match-content-b-team-span{
    font-size: 38px;
    font-weight: bold;
    margin: 0 24px;
    color: #6E0F13;
}

.match-content-b-inner-btm{
    padding-top: 12px;
    border-top: 1px solid rgba(110, 15, 19, 0.5);
    display: flex;
    justify-content: center;
    align-items: end;
}
.match-content-date{
    font-size: 40px;
    color: #8A5858;
    line-height: 1;
}
.match-content-date span{
    font-size: 14px;
    color: #8A5858;
    line-height: 1;
    font-weight: 600;
}
.match-content-time{
    font-size: 28px;
    color: #8A5858;
    line-height: 1;
    transform: translateY(-1px);
    margin: 0 32px 0 8px;
}
.match-content-time span{
    font-size: 14px;
    color: #8A5858;
    line-height: 1;
    font-weight: 600;
}
.match-content-place{
    font-size: 18px;
    font-weight: 600;
    color: #8A5858;
    line-height: 1;
    transform: translateY(-5px);
}
.match-content-place span{
    font-size: 14px;
    font-weight: 600;
    color: #8A5858;
    line-height: 1;
}

.match-content-b-btn{
    color: #6E0F13;
    display: block;
    width: 138px;
    margin: 12px auto 0 auto;
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.match-content-b-btn::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.match-content-b-btn::after{
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.match-content-b-btn:hover{
    background: #6E0F13;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.match-content-b-btn:hover.match-content-b-btn::after{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-content-b-btn:hover.match-content-b-btn::before{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-outer-r-ttl{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}
.match-outer-r-content{
    margin-bottom: 16px;
    display: block;
}
.match-outer-r-content-t{
    width: 288px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 8px 8px 0 0;
}
.match-outer-r-content-b{
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 8px 16px;
}
.match-outer-r-content-b-inner{
    font-size: 24px;
    font-weight: 600;
    color: #6E0F13;
    text-align: center;
}
.match-outer-r-content-btn{
    font-size: 12px;
    text-align: center;
    color: #6E0F13;
    margin-top: 10px;
}
.match-link-btn{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 230px;
    margin: 12px auto 0 auto;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.match-link-btn::before{
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-link-btn::after{
    content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.match-link-btn:hover{
    background: #fff;
    color: #6E0F13;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.match-link-btn:hover.match-link-btn::after{
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.match-link-btn:hover.match-link-btn::before{
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}

.news-sec{
    background: #E9E9E9;
}
.sponsor-sec{
    background: #F5F5F5;
    padding: 48px 0 88px 0;
}
.sponsor-container{
    width: 1040px;
    margin: 56px auto 96px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.sponsor-content{
    width: 283px;
    height: 64px;
}

.sponsor-btn{
    color: #6E0F13;
    font-size: 18px;
    border: 1px solid #6E0F13;
    display: block;
    width: 177px;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.sponsor-btn::before{
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.sponsor-btn::after{
    content: "";
    position: absolute;
    top: 26px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.sponsor-btn:hover{
    background: #6E0F13;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.sponsor-btn:hover.sponsor-btn::after{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.sponsor-btn:hover.sponsor-btn::before{
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.footer-top{
    padding: 24px 0;
    background: #520F11;
}
.footer-btm{
    background: #6E0F13;
    padding: 16px 0 56px 0;
}
.footer-btm-b,.footer-btm-t,.footer-top-list{
    width: 1136px;
    margin: 0 auto;
}
.footer-top-list{
    display: flex;
}
.footer-top-item{
    padding: 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-top-item:nth-of-type(1){
    border: none;
    padding-left: 0;
}
.footer-top-link{
    color: #fff;
    font-size: 14px;
}
.footer-logo{
    display: block;
    flex-shrink: 0;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-logo img{
    width: 285px;
    display: block;
}
.footer-btm-t{
    display: flex;
    border-bottom:  1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.footer-btm-t-info{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer-btm-t-info-l{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-info-ttl{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.footer-info-company{
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
.footer-info-tel{
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
.footer-info-sns{
    display: flex;
    justify-content: center;
    gap: 0 24px;
}
.footer-info-sns-x{
    width: 23px;
}
.footer-info-sns-instagram{
    width: 24px;
}
.footer-info-btn{
    font-size: 16px;
    color: #fff;
    display: block;
    width: 158px;
    margin: 16px auto 0 auto;
    border: 1px solid #fff;
    padding: 8px 19px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.footer-info-btn::before{
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.footer-info-btn::after{
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.footer-info-btn:hover{
    background: #fff;
    color: #6E0F13;
    opacity: 1;
    transition: all 0.3s ease-out;
}
.footer-info-btn:hover.footer-info-btn::after{
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.footer-info-btn:hover.footer-info-btn::before{
    border-bottom: 1px solid #6E0F13;
    transition: all 0.3s ease-out;
}
.privacy-link{
    font-size: 12px;
    color: #fff;
    margin-right: 32px;
}
.basic-policy-txt{
    font-size: 12px;
    color: #fff;
}
.footer-btm-b{
    display: flex;
    justify-content: space-between;
}
.cp-txt{
    font-size: 12px;
    color: #fff;
}

.news-page-btm{
    background: #E9E9E9;
    padding-bottom: 120px;
}
.news-single-section{
    background: #E9E9E9;
    padding-top: 0;
}
.news-single-top{
    margin-top: 42px;
}
.news-page-ttl-en{
    font-size: 72px;
}
.news-top{
    padding: 94px 0;
}
.news-page-container{
    margin-bottom: 40;
}
.news-single-section{
    padding-bottom: 80px;
}
.normal-area{
    background: #777;
}
.special-area{
    background: #e85757;
}

.page-match-top{
    background-image: url(./img/page-match-top.png);
    background-size: cover;
    background-position: center;
    padding: 93px 0;
}
.page-match-content-inner,.page-match-btns-inner{
    width: 1144px;
    margin: 0 auto;
}
.page-match-top-ttl{
    font-size: 72px;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.page-match-top-txt{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
.page-match-btns-outer{
    background: #861B20;
    padding: 40px 0;
}
.page-match-y-select{
    width: 120px;
    height: 40px;
    position: relative;
    margin: 0 0 32px auto;
    width: 120px;
    height: 40px;
}
.page-match-y-select::before{
    position: absolute;
    content: "";
    top: 20px;
    right: 18px;
    width: 7px;
    height: 1px;
    background: #861B20;
    transform: rotate(45deg);
}
.page-match-y-select::after{
    position: absolute;
    content: "";
    top: 20px;
    right: 13px;
    width: 7px;
    height: 1px;
    background: #861B20;
    transform: rotate(-45deg);
}
.page-match-y-select-btn::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.page-match-y-select-btn{
    width: 120px;
    height: 40px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 33px;
    border-radius: 8px;
    background: #fff;
    color: #861B20;
}
.page-match-y-select-btn:hover{
    cursor: pointer;
}
.page-match-y-select option{}

.page-match-btns-txt-area{
    margin: 32px 0 16px 0;
}
.page-match-btns-ttl{
    font-size: 56px;
    color: #fff;
    text-align: center;

}
.page-match-btns-txt{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.page-match-btns{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.page-match-btn{
}
.page-match-btn-link{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 4px 16px;
    border: 1px solid #fff;
}
.page-match-btn-link:hover{
    opacity: 1;
    color: #861B20;
    background: #fff;
    /* border: 1px solid #fff; */
}

.page-match-content-outer{
    background-image: linear-gradient(180deg, #6e0f13, #861e20);
    padding: 56px 0 120px 0;
}
.page-match-content-inner-ttl-area{
    margin-bottom: 48px;
}
.page-match-content-inner-ttl{
    display: block;
    width: fit-content;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.6;
    padding: 8px 32px;
    color: #861B20;
    background: #fff;
    border-radius: 50px;
    margin: 0 auto 12px auto;
}
.page-match-content-inner-txt{
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.page-match-content-ttl-area{
    display: flex;
    align-items: end;
    margin-bottom: 16px;
}
.page-match-content-ttl{
    font-size: 64px;
    color: #fff;
    margin-right: 16px;
    line-height: 1;
}
.page-match-content-txt{
    font-size: 16px;
    color: #fff;
    transform: translateY(-4px);
}
.page-match-result,.page-match-next{
    margin-bottom: 56px;
}

.page-match-container{
    width: 100%;
}
.page-match-container-sp{
    display: none;
}
.page-match-content{
    margin-bottom: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.page-match-content-week{
    font-size: 18px;
    font-weight: bold;
    color: #6e0f13;
    margin-right: 32px;
    flex-shrink: 0;
}
.page-match-content-l{
    width: 456px;
    padding: 13px 32px;
    border-left: 1px solid #6E0F13;
    border-right: 1px solid #6E0F13;
}
.page-match-content-l-t{
    display: flex;
    align-items: end;
    margin-bottom: 12px;
}
.page-match-content-l-t-date{
    font-size: 48px;
    color: #6e0f13;
    margin-right: 16px;
    line-height: 1;
}
.page-match-content-l-t-date span{
    font-size: 16px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-content-l-t-time{
    font-size: 32px;
    color: #6e0f13;
    margin-right: 16px;
    line-height: 1;
}
.page-match-content-l-t-time span{
    font-size: 14px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-content-l-b{
    display: flex;
    align-items: end;
}
.page-match-content-l-b-place{
    font-size: 18px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-content-l-b-place-select{
    font-size: 14px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-content-r{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    flex: 1;
}
.page-match-content-r-inner{
    display: flex;
    align-items: center;
}
.page-match-content-r-vs{
    font-size: 38px;
    color: #6e0f13;
    line-height: 1;
    margin: 0 32px;
    flex-shrink: 0;
}
.page-match-content-r-away{
    flex-shrink: 0;
}
.page-match-content-r-away-img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.page-match-content-r-away-name{
    font-weight: 600;
    font-size: 16px;
    color: #6e0f13;
    line-height: 1;
}
.page-match-content-r-btns{
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.page-match-next-content-r-btns{
    /* margin-left: 170px; */
}
.page-match-content-r-btn{
    width: 136px;
    font-size: 14px;
    display: block;
    color: #fff;
    display: block;
    padding: 4px 15px 4px 15px;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-out;
}
.page-match-content-r-btn::before{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.page-match-content-r-btn::after{
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-out;
}
.page-match-content-r-btn-ticket{
    background: #946F38;

}
.page-match-content-r-btn-match{
    background: #6E0F13;
    margin: 8px 0;
}
.page-match-content-r-btn-event{
    background: #191F61;
}
.page-match-result-content{
    background: rgba(255, 255, 255, 0.6);
}
.page-match-result-content-txt{
    color: #8A5858;
}
.page-match-result-content-txt span{
    color: #8A5858;
}
.page-match-content-r-btn-result{
    background: #fff;
    color: #6E0F13;
}
.page-match-content-r-btn-result::after{
    border-bottom: 1px solid #6E0F13;
    z-index: 11;
}
.page-match-content-r-btn-result::before{
    border-bottom: 1px solid #6E0F13;
    z-index: 11;
}
.page-match-content-r-point-area{
    margin: 0 18px 0 11px;
    display: flex;
    align-items: center;
}
.page-match-content-r-point-circle{
    font-size: 38px;
    font-weight: bold;
    color: #8A5858;
    padding: 0 5px;
}
.page-match-content-r-point{
    font-size: 38px;
    font-weight: bold;
    color: #8A5858;
    padding: 0 5px;
}
.page-match-content-r-point-line{
    font-size: 38px;
    font-weight: bold;
    color: #8A5858;
    padding: 0 5px;
}
.page-match-content-r-point-circle-away{
    display: none;
}
.tournament-content{
    border-radius: 8px;
}

/* モーダル全体 */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
  z-index: 9999;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  width: 720px;
  padding: 11px 12px 15px 12px;
  transform: translateY(20px);
  transition: transform .3s ease;
  /* max-height: 80vh; */
  /* overflow-y: auto; */
}

.modal.active .modal-content {
  transform: translateY(0);
}

body.modal-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: -18px;
  right: 0px;
  transform: translateX(45px);
  cursor: pointer;
  font-size: 40px;
  z-index: 99999;
  color: #fff;
}

.page-match-single-info{
    background-image: linear-gradient(180deg, #970000 0%, #181555 55%);
}
.page-match-single-ttl{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
}
.page-match-single-info-content,.page-match-single-info-content-event{
    width: 1144px;
    margin: 0 auto;
}
.page-match-single-info-content{
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 88px;
}
.page-match-single-info-content-ttl{
    background: #6e0f13;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    border-radius: 8px 8px 0 0;
}
.page-match-single-info-content-btm{
    background: #fff;
    padding: 24px 32px 32px 32px;
}
.page-match-single-info-content-btm-week{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #6e0f13;
}
.page-match-single-info-content-btm-teams{
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #6E0F13;
}
.page-match-single-info-content-btm-team-img{
    width: 126px;
    display: block;
    margin: 0 auto 8px auto;
}
.page-match-single-info-content-btm-team-txt{
    font-size: 24px;
    font-weight: bold;
    color: #6e0f13;
    text-align: center;
}
.page-match-single-info-content-btm-team-vs{
    font-size: 64px;
    font-weight: bold;
    margin: 0 40px;
    transform: translateY(-16px);
    color: #6e0f13;
}
.page-match-single-info-content-btm-info{
    display: flex;
    justify-content: center;
    align-items: end;
}
.page-match-single-info-content-btm-info-date{
    font-size: 72px;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-info-content-btm-info-date span{
    font-size: 24px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-info-content-btm-info-time{
    font-size: 48px;
    color: #6e0f13;
    line-height: 1;
    transform: translateY(-1px);
    padding-right: 28px;
}
.page-match-single-info-content-btm-info-time span{
    font-size: 20px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
    margin-right: 8px;
}
.page-match-single-info-content-btm-info-place{
    font-size: 20px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
    transform: translateY(-6px);
    padding-left: 28px;
}
.page-match-single-info-content-btm-info-place span{
    font-size: 16px;
    font-weight: 600;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-info-content-event-container{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page-match-single-info-content-event-content{
    background: #fff;
    padding: 12px 12px 16px 12px;
    width: 376px;
    transition: all 0.3s;
}
.page-match-single-info-content-event-content:hover{
    opacity: 0.7;
    transition: all 0.3s;
}
.page-match-single-info-content-event-content-img{
    display: block;
    object-fit: cover;
}
.page-match-single-info-content-event-content-tag{
    margin: 10px 0;
    /* display: block; */
    width: fit-content;
    padding: 5px 12px 5px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191F61;
    border-radius: 50px;
}
.page-match-single-info-content-event-content-tag2{
    background: #946F38;
}
.page-match-single-info-content-event-content-tag3{
    background: #861B20;
}
.page-match-single-info-content-event-content-tag4{
    background: #51B544;
}
.page-match-single-info-content-event-content-ttl{
    font-size: 18px;
    font-weight: bold;
}
.page-match-single-info-content-event-content-txt{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    display: none;
}
body.modal-open #event-modal .page-match-single-info-content-event-content-txt {
  display: block;
}

.news-page-btn{
    width: fit-content;
    padding-left: 35px;
    border: 1px solid #fff;
    color: #fff;
}
.news-page-btn::before{
    border-bottom: 1px solid #fff;
}
.news-page-btn::after{
    border-bottom: 1px solid #fff;
}
.news-page-btn:hover{
    background: #fff;
    color: #191F61;
    border: 1px solid #191F61;
}
.news-page-btn:hover.news-page-btn::before{
    border-bottom: 1px solid #191F61;
}
.news-page-btn:hover.news-page-btn::after{
    border-bottom: 1px solid #191F61;

}

.page-match-single-info{
    padding-bottom: 88px;
}

.page-match-single-result{
    background: #861B20;
}
.page-match-single-result-content{
    background: #fff;
    width: 1144px;
    padding: 48px 48px 84px 48px;
    margin: 0 auto;
}
.page-result-btn{
    margin-top: 176px;
}
.page-result-btn:hover{
    border: 1px solid #861B20;
    color: #861B20;
}
.page-result-btn:hover.page-result-btn::before{
    border-bottom: 1px solid #861B20;
}
.page-result-btn:hover.page-result-btn::after{
    border-bottom: 1px solid #861B20;
}
.page-match-single-result{
    padding-bottom: 88px;
}
.page-match-single-result-content-top{
    /* border-radius: 8px 8px 0 0; */
    margin-bottom: 24px;
}
.page-match-single-result-content-top-ttl{
    background: #6e0f13;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}
.page-match-single-result-content-top-inner{
    background: #EBEBEB;
    padding: 16px;
    border-radius: 0 0 8px 8px;
}
.page-match-single-result-content-top-week{
    font-size: 20px;
    font-weight: 500;
    color: #6E0F13;
    text-align: center;
}
.page-match-single-result-content-top-result{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    margin: 0 auto;
    gap: 0 48px;
}
.page-match-single-result-content-top-team{
    flex: 1;
}
.page-match-single-result-content-top-logo{
    width: 114px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px auto;
}
.page-match-single-result-content-top-team-txt{
    text-align: center;
    color: #6e0f13;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.page-match-single-result-content-top-score{
    /* margin: 0 48px; */
    flex: 0 auto;
    width: 169px;
}
.page-match-single-result-content-top-score-total{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-match-single-result-content-top-score-total p{
    font-weight: bold;
    font-size: 96px;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-result-content-top-score-total-center{
    margin: 0 16px;
}
.page-match-single-result-content-top-score-first{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.page-match-single-result-content-top-score-first p{
    font-size: 24px;
    font-weight: bold;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-result-content-top-score-first-center{
    margin: 0 16px;
    font-size: 16px !important;
}

.page-match-single-result-content-top-score-second{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-match-single-result-content-top-score-second p{
    font-size: 24px;
    font-weight: bold;
    color: #6e0f13;
    line-height: 1;
}
.page-match-single-result-content-top-score-second-center{
    margin: 0 16px;
    font-size: 16px !important;
}
.page-match-single-result-content-top-info{
    border-top: 1px solid #8A5858;
    padding-top: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.page-match-single-result-content-top-info-date{
    font-size: 56px;
    line-height: 1;
    color: #8A5858;
}
.page-match-single-result-content-top-info-date span{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #8A5858;
}
.page-match-single-result-content-top-info-time{
    font-size: 32px;
    line-height: 1;
    color: #8A5858;
    transform: translateY(-2px);
    padding-right: 28px;
}
.page-match-single-result-content-top-info-time span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #8A5858;
}
.page-match-single-result-content-top-info-place{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #8A5858;
    transform: translateY(-5px);
    padding-left: 28px;
}
.page-match-single-result-content-top-info-place span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #8A5858;
}

.page-match-single-result-content-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    background: #6E0F13;
    color: #fff;
    margin: 24px 0;
}
.page-match-single-result-content-score-list{
    display: flex;
}
.page-match-single-result-content-score-list-inner{
    display: flex;
    width: 50%;
}
.page-match-single-result-content-score-list-inner:nth-of-type(2){
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #8A5858;
}
.page-match-single-result-content-score-list-inner-ttl{
    font-size: 16px;
    font-weight: 600;
    color: #6e0f13;
    margin-right: 16px;
}
.page-match-single-result-content-score-list-inner-items{}
.page-match-single-result-content-score-list-inner-item{}
.page-match-single-result-content-score-list-inner-item-time{
    font-size: 16px;
    line-height: 1.6;
    margin-right: 16px;
}
.page-match-single-result-content-score-list-inner-item-name{
    font-size: 16px;
    line-height: 1.6;
}
.page-match-single-result-content-sub-ttl{
    font-size: 20px;
    font-weight: bold;
    color: #6E0F13;
    margin-bottom: 8px;
}
.page-match-single-result-content-item{
    display: flex;
    align-items: center;
    break-inside: avoid;
}
.page-match-single-result-content-item-number{
    font-size: 24px;
    color: #6E0F13;
    line-height: 1.6;
    width: 20px;
    text-align: center;
}
.page-match-single-result-content-item-position{
    font-size: 24px;
    color: #6E0F13;
    line-height: 1.6;
    margin: 0 16px;
    width: 20px;
    text-align: center;
}
.page-match-single-result-content-item-name{
    font-size: 16px;
    line-height: 1.2;
    transform: translateY(-2px);
    /* text-align: center; */
    text-align: left;
}
.page-match-single-result-content-list-outer{
    display: flex;
    margin-bottom: 24px;
}
.page-match-single-result-content-list{
    width: 327px;
    flex-shrink: 1;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #8A5858;
}
.page-match-single-result-content-list-r{
    border: none;
}
.page-match-single-result-content-report-ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    color: #6e0f13;
    margin: 16px 0;
}
.page-match-single-result-content-report-sub-ttl{
    font-size: 24px;
    font-weight: bold;
    color: #6e0f13;
    margin: 40px 0 16px 0;
    line-height: 1.4;
}
.page-match-single-result-content-report-txt{
    font-size: 16px;
    line-height: 1.6;
    margin: 16px 0;
}

.page-member-btm{
    padding: 40px 0 120px 0;
    background: #861B20;
}
.page-member-positions{
    width: 1144px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.page-member-position{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.page-member-position:hover{
    opacity: 1;
    background: #fff;
    color: #861B20;
}
.page-member-inner{
    width: 1144px;
    margin: 0 auto;
}
.page-member-ttls{
    display: flex;
    align-items: end;
    margin-bottom: 8px;
}
.page-member-ttl{
    font-size: 64px;
    line-height: 1;
    color: #fff;
    margin-right: 16px;
}
.page-member-txt{
    font-size: 16px;
    line-height: 1;
    color: #fff;
    transform: translateY(-10px);
}
.page-member-container{
    margin-top: 56px;
}
.page-member-inner-container{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.page-member-content{
    width: 376px;
    height: 443px;
    display: block;
    border-radius: 8px;
}
.page-member-img{
    display: block;
}

.page-member-single-btm{
    background: #861B20;
    padding: 42px 0 80px 0;
}
.page-member-single-btm-article{
    width: 1144px;
    margin: 0 auto;
}
.member-single-article-top-img{
    width: 100%;
    /* height: 413px; */
    margin-bottom: 24px;
}
.member-single-article-top-img img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-member-single-btn{
    margin-top: 56px;
}
.page-member-info-sub-ttls{
    display: flex;
    align-items: end;
    margin-bottom: 16px;
}
.page-member-info-sub-ttl{
    font-size: 64px;
    color: #fff;
    line-height: 0.9;
    margin-right: 16px;
}
.page-member-info-sub-ttl span{
    font-family: "arial-narrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
}
.page-member-info-sub-ttl-r{
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
.page-member-info{
    position: relative;
}
.page-member-info-sns-area{
    position: absolute;
    top: 17px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 24px;
}
.page-member-info-sns-x{
    display: inline-block;
    width: 23px;
}
.page-member-info-sns-instagram{
    display: inline-block;
    width: 24px;
}
.page-member-info-sns-x-img{
    display: block;
}
.page-member-info-sns-instagram-img{
    display: block;
}
.page-member-info-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-member-info-item{
    width: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.page-member-info-item-l{
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.6;
    width: 120px;
    display: block;
    flex-shrink: 0;
}
.page-member-info-item-r{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}
.page-member-info-sub-ttls-btm{
    margin-top: 40px;
}
.page-member-info-list-btm{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-member-info-item-btm{
    width: 560px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.page-member-info-item-btm-l{
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.6;
    display: block;
    flex-shrink: 0;
    margin-bottom: 8px;
}
.page-member-info-item-btm-r{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}

.page-club-top{
    background-image: url(./img/page-club-top.png);
}

.page-club-sec-1{
    background: #861B20;
}
.page-club-sec-1-inner{
    padding: 66px 0 88px 0;
}
.page-club-sec-1-inner-img{
    width: 144px;
    display: block;
    margin: 0 auto 16px auto;
}
.page-club-sec-1-inner-ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #D3B07B;
    text-align: center;
}
.page-club-sec-1-inner-txt{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin: 40px 0;
}
.page-club-sec-1-inner-txt-b{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    color: #D3B07B;
    text-align: center;
}

.page-club-sec-2-inner{
    padding: 104px 0;
}
.page-club-sec-2-ttls{
    margin-bottom: 80px;
}
.page-club-sec-2-ttl-t{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #946F38;
    text-align: center;
}
.page-club-sec-2-ttl-b{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #6e0f13;
    text-align: center;
}
.page-club-sec-2-guideline-t{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #946F38;
    text-align: center;
    margin-bottom: 24px;
}
.page-club-sec-2-guideline-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 88px;
}
.page-club-sec-2-guideline-content{
    width: 255px;
}
.page-club-sec-2-guideline-content-img{
    display: block;
    margin-bottom: 16px;
}
.page-club-sec-2-guideline-content-txt{
    font-size: 16px;
    line-height: 1.6;
    color: #6e0f13;
    text-align: center;
    /* font-weight: 500; */
}
.page-club-sec-3{
    background-image: url(./img/club3-bg.png);
    background-size: cover;
    background-position: center;
    padding: 88px 0;
}
.page-club-sec-3-inner{
    width: 1144px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-club-sec-3-inner-l{}
.page-club-sec-3-inner-l-ttl{
    font-size: 32px;
    color: #6e0f13;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 24px;
}
.page-club-sec-3-inner-l-txt{
    font-size: 16px;
    color: #6e0f13;
    line-height: 1.6;
}
.page-club-sec-3-inner-r{
    width: 280px;
    flex-shrink: 0;
    margin-left: 40px;
}
.page-club-sec-3-inner-r-img{
    display: block;
}
.page-club-sec-4{
    padding: 88px 0;
}
.page-club-sec-4-inner{
    width: 1144px;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.page-club-sec-4-inner-l{
    width: 564px;
    flex-shrink: 0;
    margin-right: 40px;
}
.page-club-sec-4-inner-l-img{
    display: block;
}
.page-club-sec-4-inner-r{}
.page-club-sec-4-inner-r-ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #6e0f13;
}
.page-club-sec-4-inner-r-sub-ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #6e0f13;
    margin: 16px 0 24px 0;
}
.page-club-sec-4-inner-r-txt{
    font-size: 16px;
    color: #6e0f13;
    line-height: 1.6;
}
.page-club-sec-5{
    padding: 64px 0 88px 0;
    background: #861B20;
}
.page-club-sec-5-inner{
    width: 1144px;
    margin: 0 auto;
}
.page-club-sec-5-inner-ttl{
    color: #D3B07B;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.4;
}
.page-club-sec-5-inner-sub-ttls{
    display: flex;
    align-items: center;
    margin: 16px 0 24px 0;
}
.page-club-sec-5-inner-sub-ttl-l{
    color: #D3B07B;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-right: 62px;
}
.page-club-sec-5-inner-sub-ttl-r{
    color: #D3B07B;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.page-club-sec-5-inner-container{
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.page-club-sec-5-inner-content-l{
    padding-right: 24px;
}
.page-club-sec-5-inner-content-l-txt1{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 24px;
}
.page-club-sec-5-inner-content-l-txt2{
    text-align: right;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.page-club-sec-5-inner-content-r{
    flex-shrink: 0;
    width: 344px;
}
.page-club-sec-5-inner-content-r-img{
    display: block;
}
.page-club-sec-5-inner-profile{
    display: flex;
}
.page-club-sec-5-inner-profile-l{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-right: 40px;
}
.page-club-sec-5-inner-profile-r{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}
.page-club-sec-6{
    padding: 88px 0;
    background: #F7F7F7;
}
.page-club-sec-6-inner{
    width: 430px;
    margin: 0 auto;
}
.page-club-sec-6-inner-ttl{
    color: #6e0f13;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}
.page-club-sec-6-inner-content{
    display: flex;
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(110, 15, 19, 0.3);
}
.page-club-sec-6-inner-content-l{
    width: 160px;
    font-size: 16px;
    line-height: 1.6;
    color: #6e0f13;
}
.page-club-sec-6-inner-content-r{
    font-size: 18px;
    line-height: 1.6;
    color: #6e0f13;
    font-weight: bold;
}

.page-support-top{
    background: #861B20;
}
.page-support-sec-1{
    padding: 104px 0 72px 0;
}
.page-support-sec-1-top-txt{
    text-align: center;
    color: #838383;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 80px;

}
.page-support-sec-1-link-btn-container{
    display: flex;
    justify-content: center;
    gap: 0 400px;
}
.page-support-sec-1-link-btn-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-support-sec-1-link-btn-content-ttl{
    font-size: 40px;
    color: #6E0F13;
    line-height: 1;
}
.page-support-sec-1-link-btn-content-txt{
    color: #6E0F13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.page-support-sec-1-link-btns{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px 0;
    margin-top: 24px;
}
.page-support-sec-1-link-btn{
}
.page-support-sec-1-link-btn-txt{
    display: block;
    width: fit-content;
    color: #6E0F13;
    font-size: 16px;
    line-height: 1.6;
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid #6E0F13;
    transition: all 0.3s;
}
.page-support-sec-1-link-btn-txt:hover{
    opacity: 1;
    transition: all 0.3s;
    background: #6E0F13;
    color: #fff;
}
.f-partnar{
    color: #1F286F;
}
.page-support-sec-1-link-btn-txt.f-partnar{
    border: 1px solid #1F286F;
}
.page-support-sec-1-link-btn-txt.f-partnar{
    transition: all 0.3s;
}
.page-support-sec-1-link-btn-txt.f-partnar:hover{
    transition: all 0.3s;
    background: #1F286F;
    color: #fff;
}
.page-support-sponsor{
    background: #F3E3E3;
    padding: 104px 0;
}
.page-support-sponsor-ttl{
    color: #6e0f13;
    font-size: 64px;
    line-height: 1;
    text-align: center;
}
.page-support-sponsor-sub-ttl{
    color: #6e0f13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.page-support-sponsor-txt{
    color: #6e0f13;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 24px 0 72px 0;
}
.page-support-sponsor-inner{
    width: 1144px;
    margin: 0 auto;
}
.page-support-sponsor-inner-ttl{
    color: #6e0f13;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}
.page-support-sponsor-inner-sub-ttl{
    color: #6e0f13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 32px;
}
.page-support-sponsor-container{
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid rgba(110, 15, 19, 0.3);
}
.page-support-sponsor-container-b{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-support-sponsor-container-g{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.page-support-sponsor-content-p{
    display: block;
    width: 319px;
}
.page-support-sponsor-content-g{
    display: block;
    width: 212px;
}
.page-support-sponsor-content-s{
    display: block;
    width: 212px;
}
.f-g{
    color: #946F38;
}
.f-s{
    color: #919191;
}
.page-support-partner{
    background: #E6EDF8;
}
.page-support-partner-txt{
    color: #1F286F;
}
.page-support-sec-3{
    background: #861B20;
}
.page-support-sec-3-inner{
    padding: 104px 0;
}
.page-support-sec-3-ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.page-support-sec-3-txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
.page-support-sec-3-btm{
    width: 748px;
    margin: 40px auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
}
.page-support-sec-3-btm-ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.page-support-sec-3-list{
    /* list-style-type: disc; */
}
.page-support-sec-3-item{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}
.page-support-sec-3-btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.3s;
}
.page-support-sec-3-btn:hover{
    background: #fff;
    color: #861B20;
    transition: all 0.3s;
}
.page-support-sec-4-inner{
    padding: 104px 0;
}
.page-support-sec-4-ttl{
    color: #6e0f13;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}
.page-support-sec-4-txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #848484;
    text-align: center;
}

.page-contact-top{
    width: 1144px;
    margin: 0 auto;
    padding: 104px 0;
}
.page-contact-ttl{
    color: #6e0f13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.page-contact-sub-ttl{
    color: #6e0f13;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.contact-content-top{
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 0;
}
.contact-content-center{
    padding: 64px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.contact-content-btm{
    padding: 64px 0;
}
.label-outer{
   width: 560px;
   display: block;
}
.label-txt{
    font-size: 16px;
    line-height: 1.6;
    color: #565656;
    margin-bottom: 4px;
}
.label-r{
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.6;
    color: #E53935;
    margin-left: 8px;
    transform: translateY(-4px);
}
.label-input{
    background: #F3F3F5;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
}
.label-input::placeholder{
    color: #636363;
}
.contact-select-outer{
    position: relative;
    /* 下のinnerのwidthも合わせて変更すること */
    width: 264px;
    height: 44px;
    border: 1px solid #BABABA;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.contact-select-inner{
    padding-left: 16px;
    color: #636363;
    display: block;
    width: 264px;
}
.contact-select-outer:hover{
    cursor: pointer;
}
.contact-select-outer::before{
    content: "";
    position: absolute;
    top: 22px;
    right: 25px;
    width: 13px;
    height: 1px;
    background: #6E0F13;
    transform: rotate(45deg);
}
.contact-select-outer::after{
    content: "";
    position: absolute;
    top: 22px;
    right: 16px;
    width: 13px;
    height: 1px;
    background: #6E0F13;
    transform: rotate(-45deg);
}
.contact-content-txtarea{
    background: #F3F3F5;
    border-radius: 8px;
    padding: 8px 16px;
    height: 172px;
    width: 100%;
    /* overflow-y: scroll; */
}
.label-outer-txtarea{
    margin-top: 32px;
    display: block;
}

.page-contact-btm{
    background: #F0F0F0;
    padding: 104px 0 120px 0;
}

.contact-content-bottom-ttl{
    color: #565656;
    font-size: 16px;
    line-height: 1.6;
}
.contact-content-bottom-txt{
    color: #636363;
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0 0 16px;
}
.contact-content-bottom-link{
    display: block;
    color: #636363;
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0 0 16px;
    text-decoration-line: underline;
}
.contact-btns{
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 64px;
}
.contact-btns > p {
    display: contents;
    margin: 0;
}
.send-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 104px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #6e0f13;
    border-radius: 50px;
    color: #6e0f13;
    /* margin: 64px auto 0 auto; */
    transition: all 0.3s;
}
.send-btn:hover{
    cursor: pointer;
    background: #6e0f13;
    color: #fff;
    transition: all 0.3s;
}
.contact-back-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 104px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    background: #6e0f13;
    /* margin: 64px auto 0 auto; */
    transition: all 0.3s;
}
.contact-back-btn:hover{
    cursor: pointer;
    background: #fff;
    color: #6e0f13;
    transition: all 0.3s;
    border: 1px solid #6e0f13;
}
.wpcf7-spinner{
    display: none;
}

.page-contact-btm-ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #6e0f13;
    margin-bottom: 40px;
}

.page-contact-btm-container{
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.page-contact-btm-content{
    display: block;
    width: 324px;
    border-radius: 8px;
    background: #fff;
    padding: 30px 0;
}
.page-contact-btm-content-img{
    display: block;
    width: 66px;
    margin: 0 auto;
}
.page-contact-btm-content-ttl{
    color: #6E0F13;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 8px 0;
}
.page-contact-btm-content-txt{
    color: #6E0F13;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.page-contact-section-inner{
}
.page-complete-inner{
}
.page-complete-top{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.complete-txt-area{
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
}
.complete-txt-area-img{
    width: 200px;
    display: block;
    margin: 0 auto;
}
.complete-txt{
    color: #6E0F13;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 24px 0 40px 0;
}
.complete-back-btn{
    display: block;
    color: #6E0F13;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    border: 2px solid #6E0F13;
    border-radius: 50px;
    padding: 8px 16px;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s;
}
.complete-back-btn:hover{
    opacity: 1;
    transition: all 0.3s;
    background: #6E0F13;
    color: #fff;
}
.contact-select-outer-confirm{
    border: none;
    width: auto;
    cursor: auto;
}
.contact-select-outer-confirm .contact-select-inner{
    width: auto;
}
.contact-select-outer-confirm::before{
    display: none;
}
.contact-select-outer-confirm::after{
    display: none;
}

.h-sp-btn,.h-hamburger,.footer-sp{
    display: none;
}

.news-top,.page-match-top,.page-match-top{
    border-bottom: 2px solid #946F38;
}
.footer-sp{
    border-top: 2px solid #946F38;
}
.ac-768,.ac-500{
    display: none;
}
.m-16-sp{
    margin-left: 16px !important;
    margin-right: 16px !important;

}

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

    .match-sec-outer{
        width: auto;
    }
    .h-main{
        padding: 0 30px;
    }
    .h-logo{
        width: 250px;
    }
    .h-links{
        height: 40px;
    }
    .h-link-en{
        font-size: 25px;
    }
    .h-link-jp{
        margin: 0;
        font-size: 10px;
    }
    .footer-pc{
    }
    .footer-btm-b, .footer-btm-t, .footer-top-list {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .match-sec-outer{
        flex-direction: column;
        align-items: center;
    }
    .match-outer-r{
        width: 832px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .match-outer-r-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .match-outer-r-content{
        width: 48%;
    }
    .match-outer-r-content-t{
        width: auto;
    }

    .sponsor-container{
        width: auto;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-match-content-inner, .page-match-btns-inner{
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-match-btns{
        width: auto;
    }
    .page-match-content{
        flex-direction: column;
    }
    .page-match-content-l{
        border-left: none;
        border-right: none;
    }
    .page-match-container-pc{
        display: none;
    }
    .page-match-container-sp{
        display: block;
    }
    .page-match-content-r{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .page-match-content-week{
        margin: 0;
    }
    .page-match-content-r-vs{
        margin: 0 16px;
    }
    .page-match-content-r-away{
        display: flex;
        align-items: center;
    }
    .page-match-content-l-t{
        justify-content: center;
    }
    .page-match-content-r-inner{
        margin: 8px 0 16px 0;
    }
    .page-match-content-l-sp-swi{
        width: 456px;
    }
    .page-match-content-l-t{
        border-top: 1px solid #6e0f13;
        border-bottom: 1px solid #6e0f13;
        padding: 8px 0;
        margin-bottom: 16px;
        /* width: 100%; */
    }
    .page-match-content-l-t-date{
        padding-right: 16px;
        margin-right: 16px;
        border-right: 1px solid #6e0f13;
    }
    .page-match-content-l-b{
        display: block;
    }
    .page-match-content-l-b-place{
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
    }
    .page-match-content-l-b-place-select{
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 1.6;
    }
    .page-match-content-r-btns{
        margin: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 16px;
    }
    .page-match-content-r-result{
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .page-match-content-r-point-area{
        width: 100%;
        justify-content: center;
    }
    .page-match-content-r-btns{
        margin: 0;
    }

    .page-match-single-info-content, .page-match-single-info-content-event{
        width: auto;
        margin-left:30px;
        margin-right:30px;
    }
    .page-match-single-info-content-event-container{
        gap: 8px 0;
        justify-content: space-between;
    }
    .page-match-single-info-content-event-content{
        width: 32.8%;
    }

    .page-match-single-result-content{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-match-single-result-content-top-result{
    }
    .page-match-single-result-content-top-info{
        flex-wrap: wrap;
    }
    .page-match-single-result-content-top-info-date{
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #6e0f13;
    }
    .page-match-single-result-content-top-info-time{
        padding: 0;
        transform: translateY(0px);
    }
    .page-match-single-result-content-top-info-time span{
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .page-match-single-result-content-top-info-place{
        padding: 0;
        width: 100%;
        text-align: center;
        transform: translateY(0px);
        padding-top: 16px;
        margin-top: 8px;
        border-top: 1px solid #6e0f13;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-info-place span{
        display: block;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-info{
        margin-top: 16px;
        padding-top: 8px;
    }
    .page-member-inner,.page-member-positions{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-member-positions{
        flex-wrap: wrap;
    }
    .page-member-content{
        width: 32%;
        height: auto;
    }

    .page-member-single-btm-article{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-member-info-item,.page-member-info-item-btm{
        width: 49%;
    }

    .page-club-sec-3-inner,.page-club-sec-4-inner,.page-club-sec-5-inner{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }

    .page-support-sec-1-link-btn-container{
        gap: 100px;
    }
    .page-support-sponsor-inner{
        width: auto;
    }
    .page-support-sec-1,.page-support-sponsor-inner{
        margin-left: 30px;
        margin-right: 30px;
    }

    .page-contact-top{
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .label-outer{
        width: 49%;
    }
    .page-contact-btm-content{
        width: 250px;
    }
}

@media screen and (max-width:1000px){
    .page-match-single-info-content-event-container{
        gap: 18px 0;
    }
    .page-match-single-info-content-event-content{
        width: 49%;
    }
    .page-match-single-info-content-btm-teams{
        margin-bottom: 8px;
    }
    .page-match-single-info-content-btm-info-time{
        padding-right: 0;
        transform: translateY(0px);
    }
    .page-match-single-info-content-btm-info-place{
        padding-left: 0;
    }
    .page-match-single-info-content-btm-info-time span{
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-right: 4px;
    }
    .page-match-single-info-content-btm-info{
        flex-wrap: wrap;
    }
    .page-match-single-info-content-btm-info-place{
        width: 100%;
        text-align: center;
        padding-top: 16px;
        margin-top: 8px;
        border-top: 1px solid #6e0f13;
        transform: translateY(0px);
        line-height: 1.6;
        
    }
    .page-match-single-info-content-btm-info-place span{
        display: block;
        font-size: 20px;
        line-height: 1.6;
    }
    .page-match-single-info-content-btm-info-date{
        padding-right: 16px;
        margin-right: 16px;
        border-right: 1px solid #6e0f13;
    }
    .page-match-single-info-content-btm-info-date,.page-match-single-info-content-btm-info-time{
        /* padding: 8px 0; */
    }

    .page-match-single-result-content-top-result{
        width: auto;
        gap: 0;
    }
    .page-match-single-result-content-top-team{
        flex: inherit;
    }
    .page-match-single-result-content-top-logo{
        width: 80px;
    }
    .page-match-single-result-content-top-score{
        width: 130px;
    }
    .page-match-single-result-content-top-team{
        width: 150px;
    }
    .page-match-single-result-content-top-score-total p{
        font-size: 60px;
    }

    .page-match-single-result-content-item-number{
        flex-shrink: 0;
    }

    .page-club-sec-2-guideline-container{
        gap: 40px;
    }
    .page-club-sec-2-guideline-content{
        width: 240px;
    }
    .page-club-sec-4-inner{
        flex-direction: column-reverse;
    }
    .page-club-sec-4-inner-l{
        margin-right: 0;
    }
    .page-club-sec-4-inner-r-ttl,.page-club-sec-4-inner-r-sub-ttl,.page-club-sec-4-inner-r-txt{
        text-align: center;
    }
    .page-club-sec-4-inner-l,.page-club-sec-4-inner-r{
        width: 700px;
        margin: 0 auto 40px auto;
    }
    .page-club-sec-5-inner-content-r{
        width: 250px;
    }

}
@media screen and (max-width: 900px){
    .h-logo {
        width: 200px;
    }
    .h-link{
        padding: 0 10px;
    }
    .h-sns{
        width: 60px;
    }
    .h-x,.h-instagram{
        width: 20px;
    }

    .match-sec-outer{
        padding-left: 30px;
        padding-right: 30px;
    }
    .match-outer-l,.match-outer-r{
        width: 100%;
    }
        .page-match-container-table{
        overflow-x: scroll;
    }
    .page-match-container-table img{
        width: 837px;
        max-width: none;
        display: block;
    }

    .modal-content{
        width: 80%;
    }

    .page-match-single-result-content-list{
        width: 33%;
        margin-right: 8px;
        padding-right: 8px;
    }
    .page-match-single-result-content-item-position{
        margin: 0 12px;
    }

    .page-member-info-sub-ttls{
        margin-bottom: 32px;
    }
    .page-member-info-item,.page-member-info-item-btm{
        width: 100%;
    }
    .page-member-info-sns-area{
        top: 0;
    }
    .page-contact-btm-container{
        gap: 20px;
    }
    .page-contact-btm-content {
        width: 220px;
    }
}
@media screen and (max-width: 800px){
    .page-match-single-result-content-list-outer{
        flex-wrap: wrap;
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #6e0f13;
    }
    .page-match-single-result-content-list{
        width: 100%;
        border-right: none;
    }
    .page-match-single-result-content-item-position{
        margin: 0 16px;
    }
    .page-match-single-result-content-score-list{
        width: 100%;
        flex-direction: column;
    }
    .page-match-single-result-content-score-list-inner{
        width: 100%;
    }
    .page-match-single-result-content-score-list-inner:nth-of-type(2){
        padding-left: 0;
        margin-left: 0;
        border-left: none;

        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #6e0f13;
    }

    .page-result-btn{
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px){
    .break-768{
        display: none;
    }
    .ac-768{
        display: block;
    }

    .kv-slider .slick-arrow,.kv-slider .slick-dots{
        display: none !important;
    }
    .header{
        height: 94px;
        align-items: end;
        padding-bottom: 8px;
        z-index: 9999;
    }
    .kv-main, .news-page, .news-single-section,.archive-matches-sec,.archive-member-sec,.page-club-sec,.page-support-sec,.page-contact-section{
        margin-top: 94px;
    }
    .h-main{
        padding: 0;
        margin: 0 16px;
    }
    .h-right{
        display: none;
    }
    .h-logo{
        width: 303px;
    }
    .h-sp-btn{
        width: 32px;
        height: 24px;
        transform: translateY(-5px);
        position: relative;
        display: block;
    }
    .h-sp-btn span{
        display: block;
        position: absolute;
        left: 0;
        width: 32px;
        height: 2px;
        background: #fff;
    }
    .h-sp-btn span:nth-of-type(1){
        top: 0;
        opacity: 1;
        transition: all 0.5s;
    }
    .h-sp-btn span:nth-of-type(2){
        top: 12px;
        opacity: 1;
        transition: all 0.5s;
    }
    .h-sp-btn span:nth-of-type(3){
        width: 24px;
        top: 24px;
        opacity: 1;
        transition: all 0.5s;
    }
    .h-sp-btn.is-active.h-sp-btn span:nth-of-type(1){
        transform: rotate(-45deg);
        top: 12px;
        transition: all 0.5s;
    }
    .h-sp-btn.is-active.h-sp-btn span:nth-of-type(2){
        opacity: 0;
        transition: all 0.5s;
    }
    .h-sp-btn.is-active.h-sp-btn span:nth-of-type(3){
        width: 32px;
        top: 12px;
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    .h-hamburger{
        display: block;
        visibility: hidden;
        transform: translateY(-100%);
        transition: all 0.5s;
        
        position: fixed;
        top: 94px;
        left: 0;
        z-index: 999;
        width: 100vw;
        min-height: 100vh;
        background: #861B20;
        padding: 32px 37px 40px 37px;
    }
    .h-hamburger.is-active{
        /* display: block; */
        /* opacity: 1; */
        visibility: visible;
        transform: translateY(0%);
        transition: all 0.5s;
    }
    .ham-main{
        width: 300px;
        margin: 0 auto;
    }
    .ham-list{
    }
    .ham-item{
        margin-bottom: 18px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .ham-link{
        display: flex;
        align-items: end;
    }
    .ham-link-t{
        font-size: 40px;
        color: #fff;
        line-height: 1;
        margin-right: 8px;
    }
    .ham-link-b{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
    }
    .ham-txt{
        font-size: 12px;
        font-weight: 500;
        line-height: 1.6;
        color: #fff;
        text-align: center;
    }
    .ham-txt:nth-of-type(1){
        margin: 40px 0 16px 0;
    }

    .ham-btn{
        color: #fff;
        display: block;
        width: fit-content;
        margin: 40px auto 0 auto;
        padding: 8px 43px 8px 19px ;
        border-radius: 50px;
        position: relative;
        transition: all 0.3s ease-out;
        border: 1px solid #fff;
    }
    .ham-btn::before{
        content: "";
        position: absolute;
        top: 16px;
        right: 15px;
        width: 10px;
        height: 1px;
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        transition: all 0.3s ease-out;
    }
    .ham-btn::after{
        content: "";
        position: absolute;
        top: 23px;
        right: 15px;
        width: 10px;
        height: 1px;
        transform: rotate(-45deg);
        border-bottom: 1px solid #fff;
        transition: all 0.3s ease-out;
    }
    .ham-btn:hover{
        background: #fff;
        color: #861B20;
        opacity: 1;
        transition: all 0.3s ease-out;
    }
    .ham-btn:hover.ham-btn::after{
        border-bottom: 1px solid #861B20;
        transition: all 0.3s ease-out;
    }
    .ham-btn:hover.ham-btn::before{
        border-bottom: 1px solid #861B20;
        transition: all 0.3s ease-out;
    }


    .footer{
        position: relative;
        z-index: 9999;
    }
    .footer-pc{
        display: none;
    }
    .footer-sp{
        display: block;
        background: #6E0F13;
        padding: 32px 16px 56px 16px;
    }
    .footer-sns{
        width: 71px;
    }
    .f-logo{
        width: 260px;
        margin-bottom: 0;
    }

    .footer-sp-info{
        padding: 16px 0;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .footer-sp-info-txt{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        color: #fff;
        text-align: center;
    }
    .footer-sp-info-link{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
        color: #fff;
        text-align: center;
        display: block;
    }

    .slick-dotted.slick-slider{
        margin-bottom: 0px;
    }
    .news-container-sp.slick-dotted.slick-slider{
        margin-bottom: 60px;
    }
    .news-single-container-sp.slick-dotted.slick-slider{
        margin-bottom: 60px;
    }
    .page-member-inner,.page-member-positions{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-member-positions{
        flex-wrap: wrap;
    }
    .page-member-inner-container{
        gap: 16px;
    }
    .page-member-content{
        width: 100%;
        height: auto;
    }

    .page-club-sec-2-guideline-container{
        gap: 0;
        flex-direction: column;
    }
    .page-club-sec-2-guideline-content{
        width: 252px;
    }
    .page-club-sec-2-guideline-content:nth-of-type(2){
        margin: 24px 0;
        padding: 24px 0;
        border-top: 1px solid rgba(110, 15, 19, 0.3);
        border-bottom: 1px solid rgba(110, 15, 19, 0.3);
    }
    .page-club-sec-3 {
        background-image: url(./img/sp/club3-bg-sp.png);
    }
    .page-club-sec-3-inner{
        flex-direction: column;
    }
    .page-club-sec-3-inner-r{
        margin: 40px 0 0 0;
    }
    .page-club-sec-5-inner-container{
        flex-direction: column-reverse;
    }
    .page-club-sec-5-inner-content-l{
        padding: 0;
    }
    .page-club-sec-5-inner-content-r{
        width: auto;
    }
    .page-club-sec-4-inner-l, .page-club-sec-4-inner-r{
        width: auto;
    }
    .page-club-sec-5-inner-ttl{
        text-align: center;
    }
    .page-club-sec-5-inner-sub-ttls{
        display: block;
        margin: 0;
    }
    .page-club-sec-5-inner-sub-ttl-l{
        margin: 24px 0 16px 0;
        text-align: center;
    }
    .page-club-sec-5-inner-sub-ttl-r{
        text-align: center;
        font-weight: 500;
    }
    .page-club-sec-5-inner-content-r{
        margin: 24px 0;
    }
    .page-club-sec-5-inner-profile{
        display: block;
    }
    .page-club-sec-5-inner-profile-l{
        margin: 0 0 8px 0;
    }

    .page-club-sec-6{
        padding: 72px 0 88px 0;
    }
    .page-club-sec-6-inner{
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    .page-club-sec-6-inner-ttl{
        font-size: 24px;
    }
    .page-club-sec-6-inner-content{
        display: block;
    }
    .page-club-sec-6-inner-content-l{
        text-align: center;
        width: auto;
    }
    .page-club-sec-6-inner-content-r{
        text-align: center;
    }
    .page-club-sec-6-inner-content:nth-of-type(3){
        border-bottom: none;
    }

    .page-support-sponsor-content-p{
        width: 500px;
        padding: 0;
    }
    .page-support-sec-3-btm,.page-support-sec-3-txt,.page-support-sponsor-txt,.page-support-sec-4-txt{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-support-sec-1{
        padding: 56px 0;
    }
    .page-support-sec-1-top-txt{
        margin-bottom: 50px;
        /* text-align: left; */
    }
    .page-support-sec-1-link-btn-container{
        display: block;
    }
    .page-support-sec-1-link-btn-content{
        margin-bottom: 40px;
    }
    .page-support-sec-1-link-btn-content:nth-of-type(2){
        margin-bottom: 0px;
    }
    .page-support-sponsor-container{
        margin-bottom: 24px;
        padding-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
    }

    .label-outer{
        width: 100%;
    }
    .page-contact-btm-container{
        flex-direction: column;
        margin-left: 30px;
        margin-right: 30px;
    }
    .page-contact-btm-content{
        width: auto;
    }
    .complete-txt-area-img{
        width: 170px;
    }

}
@media screen and (max-width:700px){
    .news-ttls{
        margin-bottom: 24px;
    }
    .news-ttl-en{
        font-size: 48px;
        line-height: 1;
    }
    .news-ttl-jp{
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
    }
    .match-sec{
        position: relative;
    
    }
    .match-sec::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 4px;
        transform: translateY(-13px);
        box-shadow: 0 20px 12px rgba(0, 0, 0, 0.65);
    }
    .match-sec-outer{
        padding: 0;
        width: 90%;
        margin: 0 auto 64px auto;
    }
    .match-content-t{
        margin-bottom: 48px;
    }
    .match-content-t-inner-white{
        padding: 16px 16px 24px 16px;
    }
    .match-week-txt{
        font-size: 16px;
        margin-bottom: 0;
    }
    .match-content-t-slide-t{
        display: block;
    }
    .match-content-t-slider .slick-arrow{
        display: none !important;
    }
    .match-content-t-slide-t-teams {
        height: 117px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 16px;
        gap: 16px;
        width: 265px;
        margin: 0 auto;
    }
    .match-content-t-slide-t-team-vs {
        font-size: 32px;
        margin: 0;
        width: 40px;
    }
    .match-content-t-slide-t-team-r,.match-content-t-slide-t-team-l{
        flex: 1;
    }
    .match-content-t-slide-t-date{
        display: flex;
        justify-content: center;
        border-top: 1px solid #6E0F13;
        border-bottom: 1px solid #6E0F13;
        padding: 8px 0;
    }
    .match-content-t-slide-t-date-t {
        display: flex;
        align-items: end;
        width: fit-content;
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-right: 8px;
        margin-right: 16px;
        border-right: 1px solid #6e0f13;
    }
    .match-content-t-slide-t-date-t-txt{
        transform: translateY(2px);
    }
    .match-content-t-slide-t-date-b-small{
        font-size: 18px;
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .match-content-t-slide-c,.match-content-t-slide-c span{
        font-size: 16px;
        font-weight: normal;
        margin: 16px 0 24px 0;
    }

    /* CMS　ボタン2つの場合 */
    .match-content-t-slide-b{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .match-content-t-slide-b-content-2{
        flex-direction: row !important;
    }
    .match-content-t-slide-btn{
        display: block;
        width: fit-content;
    }
    .match-content-t-slide-btn-match{
        margin: 0;
    }
    .match-content-t-slider .slick-dots {
        bottom: -50px;
    }
    .match-content-b-inner-top{
        margin-top: 0;
    }
    .match-content-b-inner-white{
        padding: 16px 16px 24px 16px;
    }
    .match-content-b-inner-top{
        width: 301px;
        gap: 0;
    }
    .match-content-b-team-point{
        width: fit-content;
        width: 71px;
    }
    .match-content-b-team-l-point,.match-content-b-team-r-point{
        font-size: 40px;
        flex: 1;
    }
    .match-content-b-team-span{
        font-size: 32px;
        margin: 0 8px;
    }
    .match-content-b-inner-btm{
        flex-wrap: wrap;
    }
    .match-content-date{
        width: fit-content;
        font-size: 44px;
        border-right: 1px solid rgba(110, 15, 19, 0.5);
        margin-right: 8px;
        padding-right: 8px;
    }
    .match-content-date span{
        font-size: 16px;
    }
    .match-content-time span{
        font-size: 18px;
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .match-content-time{
        font-size: 32px;
        width: fit-content;
        margin: 0;
        transform: translateY(0px);
    }
    .match-content-place{
        width: 100%;
        border-top: 1px solid rgba(110, 15, 19, 0.5);
        text-align: center;
        margin: 8px 0 12px 0;
        padding-top: 16px;
        transform: translateY(0px);
    }
    .match-content-b-btn{
        margin-top: 0;
        padding: 4px 12px;
    }
    .match-content-b-btn::before{
        top: 12px;
    }
    .match-content-b-btn::after{
        top: 20px;
    }

    .match-outer-r{
        margin-top: 24px;
    }
    .match-outer-r-content{
        width: 100%;
    }
    .match-outer-r-content-b-inner{
        font-size: 20px;
    }
    .match-outer-r-content-btn{
        font-size: 14px;
        font-weight: 500;
    }


    .page-match-content-inner-ttl{
        font-size: 20px;
        padding: 4px 16px;
    }
    .page-match-content-inner-txt{
        padding: 0 16px;
    }
    .page-match-btns-outer{
        padding: 26px 0 40px 0;
    }
    .page-match-y-select{
        width: 84px ;
        height: 40px;
        margin-bottom: 32px;
    }
    .page-match-y-select-btn{
        width: 84px ;
        height: 40px;
        padding-left: 14px;
    }
    .page-match-btns-txt-area{
        margin: 0 0 16px 0;
    }
    .page-match-btns-ttl{
        font-size: 46px;
    }
    .page-match-btns{
        flex-direction: column;
        align-items: center;
    }
    .page-match-btn-link{
        width: fit-content;
    }
    .page-match-content-outer{
        padding: 40px 0 80px 0;
    }
    .page-match-content-inner{
        padding: 0;
    }
    .page-match-result,.page-match-next{
        padding: 0 16px;
    }
    .page-match-ranking{
        padding-left: 16px;
    }
    .page-match-content-inner-ttl-area{
        /* margin-bottom: 24px; */
    }
    .page-match-content-ttl-area{
        margin-bottom: 21px;
    }
    .page-match-content-ttl{
        font-size: 44px;
    }
    .page-match-content-txt{
        font-size: 14px;
    }
    .page-match-content{
        padding: 16px 16px 24px 16px;
    }
    .page-match-content-week{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .page-match-content-r-vs{
        font-size: 32px;
        margin-left: 0;
    }
    .page-match-content-r-away-img{
        width: 72px;
    }
    .page-match-content-l-sp-swi,.page-match-content-l{
        width: 100%;
    }
    .page-match-content-l-sp-swi{
        margin-bottom: 16px;
    }
    .page-match-content-r-btns{
        flex-direction: column;
        margin-top: 0;
    }
    .page-match-content-r-btn{
        margin: 0;
    }
    .page-match-result, .page-match-next{
        margin-bottom: 24px;
    }
    .page-match-content-r-point-area{
        margin-left: 0;
        margin-right: 0;
    }
    .page-match-content-l{
        padding: 16px 0;
    }

    .page-match-single-info {
        background-image: linear-gradient(180deg, #970000 0%, #181555 35%);
    }
    .page-match-single-ttl{
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        padding: 42px 0 16px 0;
    }
    .page-match-single-info-content{
        margin-bottom: 46px;
    }
    .page-match-single-info-content-ttl{
        font-size: 14px;
    }
    .page-match-single-info-content-btm-teams{
        align-items: center;
        gap: 16px;
    }
    .page-match-single-info-content-btm-team-img{
        width: 70px;
    }
    .page-match-single-info-content-btm-team-txt{
        font-size: 14px;
        font-weight: 600;
    }
    .page-match-single-info-content-btm-team-vs{
        font-size: 32px;
        width: 40px;
        margin: 0;
    }
    .page-match-single-info-content-btm-info-date{
        font-size: 56px;
    }
    .page-match-single-info-content-btm-info-date span{
        font-size: 16px;
    }
    .page-match-single-info-content-btm-info-time{
        font-size: 32px;
    }
    .page-match-single-info-content-btm-info-time span{
        font-size: 18px;
    }
    .page-match-single-info-content-btm-info-place,.page-match-single-info-content-btm-info-place span{
        font-size: 16px;
    }
    .page-match-single-info-content-event-content{
        width: 100%;
    }
    .page-match-single-info-content-event-content-ttl{
        font-size: 16px;
    }
    .page-match-single-info-content-event-content-txt{
        font-size: 14px;
    }
    .page-match-info-btn{
        margin-top: 56px;
    }
    .page-match-single-info-content-btm{
        padding: 16px 16px 24px 16px;
    }

    .page-match-single-result-content{
        padding: 16px;
    }
    .page-match-single-result-content-report-ttl{
        font-size: 24px;
        margin: 16px 0 8px 0;
    }
    .page-match-single-result-content-report-sub-ttl{
        font-size: 18px;
        margin: 48px 0 16px 0;
    }

}
@media screen and (max-width:600px){
    .page-club-sec-1-inner,.page-club-sec-3-inner, .page-club-sec-4-inner, .page-club-sec-5-inner {
        width: auto;
        margin-left: 16px;
        margin-right: 16px;
    }
    .page-club-sec-1-inner-txt,.page-club-sec-4-inner-r-txt{
        text-align: left;
    }

    .page-support-sec-1-top-txt{
        font-size: 16px;
        font-weight: normal;
    }
    .page-support-sponsor-ttl{
        font-size: 48px;
    }
    .page-support-sponsor-sub-ttl{
        font-size: 16px;
    }
    .page-support-sponsor-container{
        gap: 16px;
    }
    .page-support-sponsor-content-p{
        width: 280px;
    }
    .page-support-sponsor-container-g{
        gap: 8px;
    }
    .page-support-sponsor-content-g,.page-support-sponsor-content-s{
        width: 141px;
    }

    .page-support-sec-1, .page-support-sponsor-inner,.page-support-sponsor-txt,.page-support-sec-3-txt,.page-support-sec-3-btm,.page-support-sec-4-txt{
        margin-left: 16px;
        margin-right: 16px;
    }
    .page-support-partner-txt{
        /* margin-left: 0px; */
        /* margin-right: 0px; */
    }
    .page-support-sec-3-inner{
        padding: 56px 0;
    }
    .page-support-sec-3-ttl{
        font-size: 24px;
        margin-bottom: 32px;
    }
    .page-support-sec-3-txt{
        font-size: 16px;
        font-weight: normal;
    }
    .page-support-sec-3-btm{
        margin-top: 32px;
        margin-bottom: 40px;
    }
    .page-support-sec-3-btm-ttl{
        font-size: 18px;
    }
    .page-support-sec-3-item{
        font-size: 14px;
    }
    .page-support-sec-4-inner{
        padding: 56px 0;
    }
    .page-support-sec-4-ttl{
        font-size: 24px;
    }
    .page-support-sec-4-txt{
        font-size: 16px;
    }
    .page-support-sponsor-container-b {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .page-support-sponsor-txt{
        margin: 16px 0 40px 0;
    }
    .page-support-sponsor-container{
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-single-top{
        margin-right: 8px;
        margin-left: 8px;
    }

    .page-match-content-l-t-date{
        font-size: 56px;
    }
    .page-match-content-l-t-time{
        font-size: 32px;
    }
    .page-match-content-l-t-time span{
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:  18px;
    }
    .page-club-sec-6-inner-content:nth-of-type(3){
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .page-support-sec-4-txt{
        font-weight: normal;
    }
}
@media screen and (max-width:500px){
    .ac-500{
        display: block;
    }
    .break-500{
        display: none;
    }
    .h-logo{
        width: 220px;
    }
    .match-sec-outer{
        padding: 0;
        width: 344px;
        margin: 0 auto 64px auto;
    }

    .news-container-sp.slick-dotted.slick-slider {
        margin-bottom: 88px;
    }

    .sponsor-container{
        margin: 24px 0 64px 0;
        gap: 16px 0;
    }

    .news-top,.page-match-top,.page-match-top{
        padding: 61px 0;
    }
    .news-page-ttl-en,.page-match-top-ttl,.page-match-top-ttl{
        font-size: 56px;
    }
    .news-page-btm{
        padding-bottom: 32px;
    }
    .news-page-container-sp{
        margin-bottom: 0;
    }
    .news-page-container{
        margin: 12px 0;
    }

    .news-single-top{
        margin-top: 32px;
    }
    .news-single-ttl{
        margin: 0 0 8px 0;
    }
    .news-date,.news-cat{
        margin-top: 0;
        margin-bottom: 0;
    }
    .news-single-cats{
        padding: 0;
    }

    .page-match-content-inner-ttl-area{
        margin-bottom: 24px;
    }

    
    .page-match-single-info-content, .page-match-single-info-content-event {
        margin-left: 16px;
        margin-right: 16px;
    }
    .modal-content{
        width: 100%;
        margin: 0 16px;
    }
    .close {
        top: -50px;
        right: 40px;
    }

    .page-match-single-ttl-result{
        padding: 40px 0;
    }
    .page-match-single-result-content{
        margin-left: 8px;
        margin-right: 8px;
    }
    .page-match-single-result-content-top-ttl{
        font-size: 14px;
    }
    .page-match-single-result-content-top-week{
        font-size: 14px;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-logo{
        width: 63px;
    }
    .page-match-single-result-content-top-score-total p{
        font-size: 40px;
    }
    .page-match-single-result-content-top-score {
        width: 80px;
    }
    .page-match-single-result-content-top-score-total-center {
        margin: 0 8px;
    }
    .page-match-single-result-content-top-score-first{
        margin: 0;
    }
    .page-match-single-result-content-top-score-first p,.page-match-single-result-content-top-score-second p{
        font-size: 14px;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-score-first-center,.page-match-single-result-content-top-score-second-center{
        margin: 0 8px;
        font-size: 14px !important;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-team-txt{
        font-size: 14px;
    }
    .page-match-single-result-content-top-info-date{
        font-size: 44px;
    }
    .page-match-single-result-content-top-info-date span{
        font-size: 16px;
    }
    .page-match-single-result-content-top-info-time{}
    .page-match-single-result-content-top-info-time span{
        margin-right: 4px;
    }
    .page-match-single-result-content-top-info-place{
        font-size: 16px;
        line-height: 1.6;
    }
    .page-match-single-result-content-top-info-place span{
        font-size: 16px;
        line-height: 1.6;
    }
    .page-match-single-result-content-ttl{
        margin: 24px 0 16px 0;
    }
    .page-match-single-result-content-score-list-inner{
        display: block;
    }
    .page-match-single-result-content-score-list-inner-ttl{
        margin: 0 0 8px 0;
    }
    .page-match-single-result-content-ttl-member{
        margin-bottom: 32px;
    }

    .page-member-btm{
        padding: 40px 0;
    }
    .page-member-positions{
        width: 300px;
        margin: 0 auto;
     }
    .page-member-inner{
        margin-left: 16px;
        margin-right: 16px;
    }

    .page-member-single-btm-article{
        margin-left: 16px;
        margin-right: 16px;
    }
    .page-member-info-sub-ttls{
        display: block;
    }
    .page-member-info-sub-ttl{
        font-size: 44px;
        margin: 0;
    }
    .page-member-info-sub-ttl span{
        font-size: 42px;
    }
    .page-member-info-sub-ttl-r{
        font-size: 14px;
    }
    .page-member-info-item-l{
        font-size: 14px;
        width: 96px;
    }
    .page-member-info-item{
        padding-bottom: 18px;
        margin-bottom: 24px;
    }
    .page-member-info-sub-ttls-btm{
        margin-top: 56px;
    }
    .page-member-info-item-btm-l{
        font-size: 14px;
    }
    .page-member-info-item-btm{
        margin-bottom: 32px;
    }
    .page-result-btn{
        margin-top: 72px;
    }
    .page-member-info-sns-area{
        gap: 16px;
    }

    .page-club-sec-1-inner{
        padding: 42px 0 64px 0;
    }
    .page-club-sec-1-inner-img{
        width: 120px;
    }
    .page-club-sec-1-inner-ttl{
        font-size: 24px;
    }
    .page-club-sec-2-inner {
        padding: 72px 0;
    }
    .page-club-sec-2-ttls{
        margin-bottom: 40px;
    }
    .page-club-sec-2-guideline-t{
        margin-bottom: 16px;
    }
    .page-club-sec-2-guideline-content-img{
        margin-bottom: 8px;
    }
    .page-club-sec-3{
        padding: 88px 0 49px 0;
    }

    .page-club-sec-3-inner-l-ttl{
        font-size: 24px;
        line-height: 1.4;
    }
    .page-club-sec-3-inner-r{
        width: 194px;
    }
    .page-club-sec-4{
        padding: 64px 0;
    }
    .page-club-sec-4-inner-r-ttl{
        font-size: 24px;
    }
    .page-club-sec-4-inner-r-sub-ttl{
        font-size: 18px;
        margin: 8px 0 16px 0;
    }
    .page-club-sec-4-inner-r{
        margin-bottom: 16px;
    }
    .page-club-sec-4-inner-l{
        margin-bottom: 0;
    }
    .page-club-sec-5-inner-ttl{
        font-size: 32px;
    }
    .page-club-sec-5-inner-sub-ttl-l{
        font-size: 18px;
    }
    .page-club-sec-5-inner-sub-ttl-r{
        font-size: 12px;
    }

    .page-contact-top{
        padding: 58px 16px 80px 16px;
    }
    .page-contact-btm-container{
        margin-left: 16px;
        margin-right: 16px;
    }
    .contact-content-top{
        padding: 56px 0;
        gap: 24px 0;
    }
    .contact-content-center,.contact-content-btm{
        padding: 56px 0;
    }
    .contact-content-txtarea{
        height: 344px;
    }
    .contact-content-bottom-ttl{
        margin-bottom: 4px;
    }
    .contact-content-bottom-txt{
        margin: 0;
    }
    .contact-content-bottom-link{
        margin-left: 0;
    }
    .contact-btns{
        margin-top: 0;
    }
    .page-contact-btm{
        padding: 56px 0 16px 0;
    }
    .page-contact-btm-container{
        gap: 16px;
    }
    .page-contact-btm-content{
        padding: 19px 0;
    }
    .page-contact-btm-ttl{
        margin-bottom: 32px;
    }
    .page-contact-btm-content-ttl{
        font-size: 18px;
    }
    .complete-txt-area-img{
        width: 120px;
    }
}
@media screen and (min-width:1500px){
    .h-main{
        /* max-width: 1300px; */
        /* width: 1300px; */
        /* margin: 0 auto; */
    }
}
@media screen and (max-width:500px){}