@font-face {
  font-family: "bleagueFont";
  src: url("https://www.bleague.jp/files/user/fonts/bleage_font/bleage_font.eot?") format("eot"),
  url("https://www.bleague.jp/files/user/fonts/bleage_font/bleage_font.eot?#iefix")
  format("embedded-opentype"),
  url("https://www.bleague.jp/files/user/fonts/bleage_font/bleage_font.woff") format("woff"),
  url("https://www.bleague.jp/files/user/fonts/bleage_font/bleage_font.ttf") format("truetype");
}
.font-blg {
  font-family: "bleagueFont",sans-serif;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    min-width: auto;
    position: relative;
}
article{
    padding-bottom: 80px;
}
section{
    padding-top: 80px;
}
section.gray {
     background: #F2F2F2;
}
.main_visual img{
    display: block;
    width: 100%;
}
.is_pc{
    display : block !important;
}
.is_sp{
    display : none !important;
}
@media (max-width: 768px) {
    .is_pc{
        display : none !important;
    }
    .is_sp{
        display : block !important;
    } 
}
.contents{
    max-width: 800px;
    margin : 0 auto;
    width: 100%;
    padding : 0 10px;
    box-sizing: border-box;
    padding-top: 50px;
}
.mainvisual_contents{
    padding-top:0;
}

h1.game_title{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}
.vs_team{
    display : flex;
    justify-content: space-between;
    align-items: center;
}
.vs_team .home_team{
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vs_team .vs{
    font-size: 50px;
    padding: 0 10px;
    box-sizing: border-box;
}
.vs_team .away_team{
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vs_team img{
    max-width: 248px;
    width: 100%;
}
.vs_team .clubname{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}
.game_date{
    margin-top: 80px;
    background:  url("../../../user/images/game_background.png");
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
}
.game_date::before {
    content: "";
    position: absolute;
    background: #B43D9D;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.game_date .contents{
    position: relative;
    z-index: 10;
    max-width: 763px;
    padding-top: 0;
}
.game_date_box{
    display : flex;
    justify-content: center;
    padding: 60px 0;
    flex-wrap: wrap;
    gap: 12px;
}
.game_date_item{
    width: 49%;
    text-align: center;
}
.game_date_item:nth-of-type(3){
    margin-top: 20px;
}
.game_date_content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.game_time_block{
    display: flex;
    align-items: center;
}
.game_day{
    font-size: 60px;
    font-weight: bold;
}
.game_wday{
    display: inline-block;
    padding: 3px 4px 0px;
    border: solid 1px #000000;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    box-sizing : border-box;
}
.game_starttime{
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: 0;
}
.game_starttime::before {
    content: "試合開始";
    background-color: #000000;
    color: white;
    padding: 3px 7px 1px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.btn{
    background-color: #181b39;
    font-weight: bold;
    font-size: 18px;
    border: none;
    text-align: center;
    width: fit-content;
    border-radius: 25px;
    min-width: 306px;
    margin: 0 auto;
}
.btn a{
    padding: 13px 35px;
    display: block;
    color: #fff;
}

.h2{
 text-align: center;
}
.h2 .main{
    display:block;
    font-size: 64px;
    line-height: 1;
}
.h2 .sub{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.event_contents{
    /* max-width: 733px; */
    padding-top: 30px;
}
.event_block{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 16px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}
.event_block_item{
    /* align-self: center;
    display: flex;
    flex-direction: column;
    width: auto; */
    min-width: 311px;
}
.event_block_item img{
    /* width: 100%;
    max-width: 311px;
    vertical-align: top; */
    height: auto;
    max-width: 311px;
    display: block;
    margin: 0 auto;
}
.event_block_item.img_none {
    align-self: center;
    justify-content: center;
}
.event_block_item.img_none img{
    max-width: 100px;
    margin: 0 auto;
}
.event_block_item:nth-of-type(2){
    display: block;
    flex: 2;
}
.accordion_text_lp{
    display: none;
    padding: 20px 10px 45px 10px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.accordion_text_lp a{
    /* color: #000; */
    text-decoration: underline !important;
}
.accordion_lp{
	padding: 15px;
	color: #000000;
	font-size: 14px;
	background: #B43D9D;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.accordion_lp span{
    position: relative;
    display: inline-block;
}
.accordion_lp span::after{
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -2px;
    right: -10px;
    width: 3px;
    height: 3px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion_lp.active span.open{
    display: none;
}
.accordion_lp span.close_lp{
    display: none;
}
.accordion_lp.active span.close_lp{
    display: inline-block;
}
.accordion_lp span.close_lp::after{
    content: '';
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -1px;
    right: -10px;
    width: 3px;
    height: 3px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(227deg);
    -ms-transform: rotate(227deg);
    transform: rotate(227deg);
}
.event_title{
    font-size: 18px;
    font-weight: bold;
}
.event_category{
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
}
.event_category[data-category="event"] {
    background-color: #D90000;
}
.event_category[data-category="present"] {
    background-color: #B8860B;
}
.event_category[data-category="boose"] {
    background-color: #006D3B;
}
.event_category[data-category="guest"] {
    background-color: #113174;
}
.event_category[data-category="etc"] {
    background-color: #333333;
}
.schedule_tab{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    margin=bottom: 40px;
}
.schedule_tab_button{
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
    background: #9F9F9F;
    text-align: center;
    cursor: pointer;
}
.schedule_tab_button.active{
    background: #B43D9D;
}
.schedule_tab_button.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #B43D9D;
}

.schedule_tab_button .game_d{
    font-size: 20px;
}
.schedule_tab_button .game_w{
    font-size: 10px;
    margin-left: 5px;
}

.schedule_row{
    display: flex;
    align-items: stretch;
}
.schedule_tab_time{
    max-width: 186px;
    width: 100%;
    padding: 13px;
    color: #000;
    background: #B43D9D;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-sizing : border-box;
}
.schedule_tab_detail{
    width: 100%;
    padding: 13px 30px;
    font-size:13px;
    font-weight:bold;
    border-bottom: 1px solid #B43D9D;
    display: flex;
    align-items: center;
}
.schedule_tab_detail a{
    text-decoration: underline!important;
}
.schedule_note{
    text-align: left;
    font-size : 12px;
    margin-top: 24px;
}
.schedule_tab_contents_item{
    margin-top: 40px;
    display: none;
}
.schedule_tab_contents_item.show{
    display: block;
}
.game_preview{
    background: #B43D9D;
    padding-top: 80px;
    padding-bottom: 80px;
}
.game_preview_contents{
    display: flex;
    align-items: stretch;
    gap: 35px;
    justify-content: center;
    padding: 16px;
    margin-top: 50px;
    background: #ffffff;
    min-height: 300px;
    box-sizing: border-box;
}
.game_preview .contents{
    padding-top: 0;
}
.game_preview_img{
    min-width:350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.game_preview_img img{ 
    /* width: 100%;
    max-width: 311px;
    vertical-align: top; */

    height: auto;
    max-width: 350px;
    display: block;
}
.game_preview_img.img_none{
    display: flex;
    justify-content: center;
    align-items: center;
}
.game_preview_img.img_none img{
    max-width: 150px;
    margin: 0 auto;
}
.game_preview_txt{
    flex: 1;
    word-break: break-all;
    box-sizing: content-box;
    position: relative;
}
.game_preview_txt .game_preview_txt_inner{
    position: absolute;
    height: 100%;
    overflow-y: auto;
}
.game_preview_txt .game_preview_title{
    font-size: 25px;
    margin-bottom: 20px;
}
.game_preview_txt .game_preview_detail{
    font-weight: bold;
    font-size: 15px;
}
.game_preview_detail a{
    /* color: #000; */
    text-decoration: underline !important;
}
.slider{
    margin-left: -8px;
}
.slick-dots li button:before{
    content: "〇" !important;
    font-weight: bold;
    font-size: 12px !important;
}
.slick-dots li.slick-active button:before{
    color: #B43D9D!important;
}
.slick-slide img {
    max-width: 240px;
    width: 100%;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.slider_item{
    padding: 16px;
    box-sizing: border-box;
    background: #ffffff;
    margin-left: 8px;
    margin-right: 0;
}
.slider_item .text{
    margin-top: 16px;
    max-width: 240px;
}
.slider_item .text .title{
    font-weight: bold;
    font-size: 15px;
}
.slider_item .text .prace{
    margin-top:6px;
    font-size: 15px;
    font-weight: bold;
}
.slider_item .img.img_none{
   width: 240px;
   height: 240px;
   display: flex;
   justify-content: center;
   align-items:center;
}
.slider_item .img.img_none img{
    width: 60px;
    height: auto;
}
.slider_item .text .prace .yen{
    font-size: 10px;
}
.grumets_btn{
    max-width: 306px;
    margin: 0 auto;
    margin-top: 50px;
}
.grumets_contents{
    max-width: 852px;
}
.goods_btn{
    max-width: 306px;
    margin: 0 auto;
    margin-top: 50px;
}
.goods_contents{
    padding-bottom: 80px;
    max-width: 852px;
}
.venue_img{
    text-align: center;
    margin-bottom: 50px;
}
.venue_img img{
    width: 100%;
    max-width: 780px;
}
.ticket_img{
    text-align: center;
    margin-bottom: 50px;
}
.ticket_img img{
    width: 100%;
    max-width: 600px;
    height:auto;
}
.ticket_text{
    font-size: 12px;
    margin-bottom: 50px;
}
.ticket_btns{
    margin: 0 auto;
    margin-top: 20px;
}
.arena_name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.access_contents{
    background: #B43D9D;
    padding-top: 80px;
    padding-bottom: 80px;
}
.map{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.map iframe{
    max-width: 800px;
    max-height: 100%;
    width: 100%;
}
.address{
    font-size: 13px;
    margin-bottom: 20px;
}
.map_url{
    margin-bottom: 30px;
}
.map_url .btn{
    margin: 0 auto;
}
.access_item{
    margin-bottom: 20px;
}
.access_title{
    font-size: 16px;
    font-weight: bold;
    border-left: 12px solid #000;
    padding-left: 0.5rem;
    margin-bottom: 15px;
}
.access_content{
    font-size: 13px;
}
.access_content a{
    color: #000;
    text-decoration: underline !important;
}
.access_btns .btn{
    margin: 0 auto;
}
.q_area{
    padding: 15px;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #B7B7B7;
    position: relative;
    transition-delay: 0.4s;
}
.q_area.active{
    border-bottom: none;
    transition-delay: 0s;
}
.q_area::before {
    content: "＋";
    position: absolute;
    right: 20px;
    font-weight: bold;
    top: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.q_area p{
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
}
.q_area span{
    display: table-cell;
    font-size:20px;
    color: #ffffff;
    vertical-align: top;
}
.q_area span span{
    background: #000;
    padding: 2px 13px;
}
.a_area{
    padding: 15px;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #B7B7B7;
    display: none;
}
.a_area p{
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
}
.a_area p a{
    text-decoration: underline !important;
}
.a_area span{
    display: table-cell;
    font-size:20px;
    color: #000000;
    vertical-align: top;
}
.a_area span span{
    background: #B43D9D;
    padding: 2px 13px;
}
.footer{
    padding: 50px;
    background: #B43D9D;
    color: #000000;
}
.footer .club{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.footer .club .logo{
    margin: 10px 0;
}
.footer .club .logo img{
    max-width: 117px;
    width: 100%;
}
.footer .sns_icon {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer .sns_icon ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer .sns_icon ul li{
    font-size: 30px;
}
.footer .sns_icon ul li a{
    color: #000000;
}
.page_top{
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px #ffffff solid;
    background: #B43D9D;
}
.page_top a{
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #000000;
}
.page_top a span{
    position: relative;
}
.page_top a span:after{
    content: "";
    width: 11px;
    height: 11px;
    border: 3px solid #000000;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    position: absolute;
    top: 18%;
    right: -30px;
}
.ticket_buy{
    background: #181b39;
    margin-top: 1px;
    position: sticky;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 999;
}
.ticket_buy a{
    display:block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    padding: 14px 0;
}
.ticket_buy a span::before{
    content: '';
    display: inline-block;
    height: 35px;
    width: 90px;
    background: url(https://www.bleague.jp/files/user/common/img/ticket_logo_white.png);
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    vertical-align: middle;
    margin-right: 20px;
}
.ticket_buy.end{
    position: relative;
    bottom: 0;
}
.player_list{
    display: flex;
    gap : 9px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
}
.player_list .player_list_item{
    width: 19%;
}
.player_list .player_list_item a{
    color: #000;
}
.player_list .player_list_item .image-bg img{
    width: 100%;
}
.player_name{
    font-weight: bold;
    font-size: 12px;
}
.player_detail{
    font-size: 10px;
}
.game_preview_txt_inner::-webkit-scrollbar {
    width: 12px;
}
.game_preview_txt_inner::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 10px;
}
.game_preview_txt_inner::-webkit-scrollbar-thumb {
    background: #B43D9D;
    border-radius: 10px;
}
 @media (max-width: 768px) {
     section{
         padding-top: 80px;
     }
     h1.game_title{
         font-size: 15px;
         margin-bottom: 40px;
     }
     .vs_team img{
         max-width: 120px;
     }
     .vs_team .vs{
         font-size: 24px;
     }
     .vs_team .clubname{
         font-size: 12px;
     }
     .game_date{
         margin-top: 80px;
     }
    .game_date_content{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .game_date_item{
        width: 47%;
    }
    .game_day{
        font-size: 56px;
    }
    .game_starttime{
        margin-left: 0;
        margin-top: -15px;
        font-size: 24px;
    }
    .game_starttime::before {
        font-size: 13px;
    }
    .btn{
        font-size: 14px;
        min-width: auto;
        width: 100%;
    }
    .game_date_item .btn {
        width: fit-content;
    }
    .btn a {
        padding: 15px 30px;
    }
    .event_contents{
        padding-top: 10px;
    }
    .event_block{
        flex-direction: column;
        margin-top: 40px;
    }
    .event_block_item{
        width: 100%;
    }
    .event_block_item img{
        max-width: 100%;
        margin: 0 auto;
    }
    .event_title{
        font-size: 15px;
    }
    .accordion_text_lp{
        padding: 20px 10px 20px 10px;
        font-size: 14px;
    }
   .h2 .main {
       line-height: 0.9;
   }
   .schedule_tab{
       gap: 5px;
   }
   .schedule_tab_time{
       max-width: 80px;
       padding: 5px;
   }
   .schedule_tab_detail{
       padding: 12px;
   }
   .game_preview_contents{
        flex-direction: column;
        gap: 15px;
        margin-top: 50px;
        min-height: 100%;
   }
   .game_preview_img{
    max-width: 100%;
    min-width: 100%;   
   }
   .game_preview_img img{
       max-width: 100%;
        margin: 0 auto;
   }
   .game_preview_txt .game_preview_title{
       font-size: 18px;
       margin-bottom: 10px;
   }
   .game_preview_txt .game_preview_detail{
       font-size: 14px;
       /* max-height: 160px;*/
   }
   .game_preview_txt{
       max-height: 100%;
       position: static;
   }
   .game_preview_txt .game_preview_txt_inner{
       position: static;
   }
   .player_list{
       margin-bottom: 80px;
   }
   .player_list .player_list_item{
       width: 30%;
   }
   .grumets_btn{
       max-width: 100%;
   }
   .goods_btn{
       max-width: 100%;
   }
   .goods_contents{
       padding-bottom: 80px;
   }
   .venue_img{
       margin-bottom: 30px;
   }
   .ticket_img{
       margin-bottom: 30px;
   }
   .ticket_img img{
        max-width: 100%;
    }
   .map iframe{
       max-height: 330px;
   }
   .map{
       margin-bottom: 12px;
   }
   .address{
       margin-bottom: 12px;
   }
   .q_area p{
       padding: 0 10px;
   }
   .a_area p{
       padding: 0 10px;
   }
    .q_area::before {
        right: 2px;
    }
    .footer .sns_icon ul{
        gap: 15px;
    }
    .footer .sns_icon ul li{
        font-size: 25px;
    }
 }