/* TOP /////////////*/

.toppage {
background: -moz-linear-gradient(180deg, #6bb52e 0%, #2d634e 60%, #002865 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(180deg, #6bb52e 0%,#2d634e 60%,#002865 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(180deg, #6bb52e 0%,#2d634e 60%,#002865 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00285f', endColorstr='#6fba2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.mainslider {
    width:100%;
    height:auto;
    overflow: hidden;
    background:#000;
    display:none;
    padding-top:110px!important;
}
.mainslider.slick-initialized {
   display: block;
}

.slick-dotted.slick-slider {
    /* margin-bottom:0!important; */
}

.mainslider .slick-list {
    overflow: visible;
}
.mainslider .slick-track {}

.mainslider .slick-slide {
    padding: 0 0;
    opacity: 0.25;
    transition-duration: 0.8s;
}
.mainslider .slick-slide.slick-current {
    opacity: 1;
}
.mainslider .slick-slide a {
    display: block;
}
.mainslider .slick-slide a:hover {
    display: block;
    opacity: 0.85;
    transition-duration: 0.8s;
}
.mainslider img {
    height: auto;
    width: 100%;
    margin:0 auto;
    display: block;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-dots {
    bottom: -33px;
}

section {
    padding:60px 0;
    width:100%;
    margin:0 auto;
}

section.sec_hg,
section.sec_subb,
section.sec_result,
section.sec_pickup {
    width:100%!important;
}

section.sec_hg {
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20200814/images_rn/noise.png)repeat #fff;
    margin:0 0 20px 0;
    padding:80px 0 60px 0;
}

section.sec_result .section_inner {
    padding:60px 0;
}

.section_inner {
    width:100%;
    padding:20px 0;
    margin:10px 0;
}

section.sec_hg .section_inner {
    padding:0 0 10px 0;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color:#fff;
    font-size:6.5rem;
    line-height:6.5rem;
    text-align: center;
    margin:0 0 25px 0;
    font-weight: 400;
}

section.sec_hg h3 {
    color:#6EB92C!important;
    text-shadow: none;
}

h3 span {
    display: block;
    font-size:1.6rem;
    line-height: 130%;
    font-family:'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    }


section.hgame {
    padding:100px 0 80px;
    background: #fff;
    background:url(https://i0.wp.com/bellmare.co.jp/wp-content/themes/bellmare_20210314/images_rn/tophg_bg2.jpg) no-repeat;
    background-size:cover;
}

.homegamebanner_wrap {
    /* width:1040px; */
    overflow: hidden;
    margin:0 auto 0;
    padding:30px 0 30px!important;
}

.homegamebanner {
    position:relative;
}

.homegamebanner_inner {
    /* width:1040px; */
    padding:50px 0px 50px;
    margin:0px auto 20px;
    display: flex!important;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    min-height: calc(340px - 100px)!important;
    justify-content: center;
    align-items: center;
}
.homegamebanner_inner.home {
    background-color: rgba(199, 224, 163, 0.95);
}
.homegamebanner_inner.away {
    background-color: rgba(255, 255, 255, 0.9);
}

.homegamebanner .home_away {
    position: absolute;
    top:0;
    left:0px;
    z-index: 5;
    margin:auto;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    line-height:2.5rem;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:0;

}
.homegamebanner .home_away.home::after {
    content:"HOME";
    color:#fff;
    color:rgba(255, 255, 255, 0.75);
    background-color:#6bb52e;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:8px 30px;
}
.homegamebanner .home_away.away::after {
    content:"AWAY";
    color:#333;
    color:rgba(0, 0, 0, 0.5);
    background-color:#fff;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:8px 30px;
}

.homegamebanner_wrap .slick-slide {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.homegamebanner_wrap .slick-slide:not(.slick-active) {
    opacity: 0.65;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.homegamebanner ul {
    display: flex;
    text-align: left;
    margin:auto;
    vertical-align: middle;
}
.homegamebanner li {
    display: block;
    padding:0 15px 0 0;
    vertical-align:middle;
}
.homegamebanner li:last-child {
    padding:0 20px 0 0;
}
.homegamebanner .emb { width:180px; padding:0; }
.homegamebanner .emb img { width:100%; }
.homegamebanner .txt { padding:0 30px 0 0; line-height: 135%; }
.homegamebanner .specialday { font-size: 1.4rem; margin:0 0 0 0; line-height: 135%;}
.homegamebanner .title { font-size: 1.4rem; margin:0px 0 }
.homegamebanner .date { 
    padding:4px 0 0 0;
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
.homegamebanner .date {
    margin:3px 0;
}
.homegamebanner .date span {
    font-size: 4rem;
    padding:0 0 0px 5px;
}
.homegamebanner .team { font-size: 2rem; font-weight: normal; margin:0px 0;}

.homegamebanner ul.btn {
    display: block;
}

.homegamebanner ul.btn li {
    display: block;
    padding:0 15px;
}

.hg_btn {
    display: block;
    padding:25px 30px 25px 75px;
    margin:6px 0;
    text-decoration:none!important;
    color:#fff!important;
    font-size: 2.2rem;
    font-weight: normal;
    border-radius: 0;
}

.hgticket {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/ticket_icon_w.png) no-repeat 28px 50% #6EB92C;
    background-size:35px;
    white-space: nowrap;
}

.hginfo {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/homegame_icon_w.png) no-repeat 28px 50% #305A0B;
    background-size:35px;
}

.ticket_schedule {
    width:920px;
    margin:0 auto 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.ticket_schedule2 {
    width:450px;
    margin:0 auto 10px;
    display: block;
}

.ticket_schedule a,
.ticket_schedule2 a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size:2.125rem;
    line-height: 120%;
    background:#fff;
    padding:35px 10px ;
    border-radius: 0;
    color:#6bb52e;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width:calc(50% - 5px - 20px);
}
.ticket_schedule2 a {
    width:calc(100% - 5px - 20px);
}
.ticket_schedule a span,
.ticket_schedule2 a span {
    margin:0 0 0 75px;
}

.ticket_schedule a.infection {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/infection_b.png)no-repeat #fff;
    background-size:35px;
    background-position: 35px 50%;
    color:#002865;
}

.ticket_schedule a.schedule,
.ticket_schedule2 a.schedule {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/ticket_cal_g.png)no-repeat #fff;
    background-size:35px;
    background-position: 35px 50%;
    color:#6bb52e;
}

.ticket_schedule a:hover,
.ticket_schedule2 a:hover {
    opacity: 0.9;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


section#movie {
    width:960px;
    margin:0 auto;
}

.ytube {
position: relative;
width: 100%!important;
padding-top: 56.25%;
margin:0px 0!important;
}

.ytube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

section.top_sp_banner {
    width:1040px;
    margin:0 auto;
    padding:30px 0 0;
}

section.top_sp_banner a {
    background:#fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.35);
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section.top_sp_banner a img {
    border-radius: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section.top_sp_banner a:hover {
    box-shadow: 0px 0px 10px 0px #777777;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section.top_sp_banner a img:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

section.tschedule {
    width:1040px;
    margin:0 auto;
    padding:120px 0 30px;
}

.tschedule_slider .slick-prev,
.tschedule_slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 0px);

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
}
.tschedule_slider .slick-prev:before,
.tschedule_slider .slick-next:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;

    opacity: .75;
    color: #6EB92C;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.teamschedule {
    width:940px;
    margin:0 auto;
}

.teamschedule ul {
    padding:0 0px;
    /* width:1040px; */
    display:block;
}

.teamschedule ul .slick-slide {
    opacity: 0.7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.teamschedule ul .slick-active {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.teamschedule ul li {
    margin:0 5px;
    width:100%;
}
.teamschedule li .date {
    border:1px solid #fff;
    padding:10px;
    color:#fff;
}
.teamschedule li .schedule {
    padding:10px;
    background:#fff;
    border:1px solid #fff;
    color:#000;
    min-height: 2rem;
}
.teamschedule li .schedule p {
    margin:5px 0;
}
.teamschedule .all {
    display: block;
    border:1px solid #fff;
    margin:30px auto;
    padding:25px 15px;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    width:500px;
    font-size: 1.8rem;
}
.teamschedule .all:hover {
    opacity: 0.8;
}

.teamschedule .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 5px);
    right:-50px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.teamschedule .slick-next::before {
    color: #fff;
}

.teamschedule .slick-prev {
font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 5px);
    left:-50px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.teamschedule .slick-prev::before {
    color: #fff;
}

/* SUB BANNER ////////////////// */

section.sec_subb {
    padding:0px 0 0px;
}
.sbanner_210901,
.sbanner {
    width:1040px;
    margin:0 auto;
    display: table;
    padding-bottom:130px!important;
    padding-top:0!important;
}
.sbanner_210901 li,
.sbanner li {
    width:520px;
    display: table-cell;
}
.sbanner_210901 li a,
.sbanner li a {
    width:520px;
}
.sbanner_210901 li a img,
.sbanner li a img {
    width:100%;
}

.sbanner_210901 li.photobanner .thumb,
.sbanner li.photobanner .thumb {
    overflow: hidden;
    position: relative;
    width:520px;
    height:390px;
}
.sbanner_210901 li.photobanner .thumb img,
.sbanner li.photobanner .thumb img {
    height: 100%;
    width:auto;
}
.sbanner_210901 li.photobanner .ttl,
.sbanner_210901 li.photobanner .ttl {
    position: absolute;
    bottom:0px;
    left:0px;
    z-index:2;
    width:100%;
    padding:20px;
    background:rgba(0,0,0,0.5);
}
.sbanner_210901 li.photobanner .ttl p,
.sbanner li.photobanner .ttl p {
    color:#ccc;
    font-size:1.5rem;
    line-height: 200%;
    font-weight: bold;
    margin:0 0;
}
.sbanner_210901 li.photobanner .ttl p::after,
.sbanner li.photobanner .ttl p::after {
    content:" ≫";
}

.sbanner_210901 .slick-prev, 
.sbanner_210901 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 10px - 60px);
    display: block;
    width: 40px;
    height: 40px;
}

.sbanner_210901 .slick-prev:before,
.sbanner_210901 .slick-next:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 1;
    opacity: .8;
    color:#fff;
    -webkit-font-smoothing: antialiased;
}

.sbanner_210901 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 64px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 30px;
    content: '';
    text-align: center;
    background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/slider_bar_white.svg) no-repeat;
    background-size: contain;
    opacity: 0.35;
    color:#fff;
    -webkit-font-smoothing: antialiased;
}

/*//////////////// SUB BANNER */

.sec_result {
    background:#333;
    margin:0 0 50px 0;
    padding:0;
    background-position: 50% 50%!important;
}

.sec_result_inner {
    background:rgba(0, 0, 0, 0.75);
    padding:20px 0 10px;
}

.match {
    width:1040px;
    margin:0 auto;
    padding:50px 0 20px;
    color:#fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.match ul {
    display: table;
    width:800px;
    margin:0 auto;
}
.match ul li {
    display: table-cell;
    vertical-align: middle;
}
.match ul li.home,
.match ul li.away {
    width:25%;
}
.match ul li.home img,
.match ul li.away img {
    width:100%;
}
.match ul li.score {
    width:50%;
    text-align: center;
}
.match ul li.score .scoreinner {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8.5rem;
    line-height: 7rem;
    padding:18px 0 26px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    margin:30px 30px 0;
    }
.match ul li.score .stadiumname {
    margin:10px 0 0 0;
    font-size: 1.4rem;
}

.matchlink {
    max-width:800px;
    margin:0 auto;
    padding:0 0 50px 0;
    display: flex;
}
.matchlink ul {
    display: flex;
    margin:20px auto;
    padding:0;
    width:100%;
    text-align: center;
}
.matchlink li {
    width:100%;
    margin:0 5px;
    text-align: center;
}  
.matchlink li a {
    display: block;
    padding:20px 8px;
    background:rgba(255, 255, 255, 0.8);
    text-decoration:none!important;
    font-weight: normal;
    font-size: 1.6rem;
}



/* 新タブ ///// */

.tab-wrap {
    width:980px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    justify-content: center;
    align-items: center;
}
.tab-label {
    width:calc(98% / 6);
    color: White;
    background: none;
    margin:0 0 15px 0;
    padding: 0 0 10px;
    order: -1;
    display: flex;
    height: 4rem;
    justify-content: center;
    align-items: center;
    border-bottom:2px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tab-label:hover {
    border-bottom:2px solid rgba(255, 255, 255, 0.8);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tab-label span {
    text-align: center;
    line-height: 120%;
    font-size: 1.8rem;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    /* background: linear-gradient(transparent 96%, #fff 96%); */
    border-bottom:2px solid rgba(255, 255, 255, 0.8);
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


.tab-content ul {
    display: flex;
    flex-wrap: wrap;
}
.tab-content ul li {
    width:calc(50% - 50px - 10px);
    margin:0 20px 20px 0;
    background:#fff;
    padding:30px 25px;
    overflow: hidden;
}
.tab-content ul li:nth-child(2n) {
    margin:0 0 20px 0;
    background:#fff;
}
.tab-content ul li .thumb {
    width:120px;
    height:120px;
    margin:0 0 0 20px;
    float:right;
    overflow: hidden;
    display: block;
}
.tab-content ul li .thumb img {
    width:100%;
    height: 120px;
    line-height: 100%;
    display: block;
    object-fit: cover;
}
.tab-content ul li .txt {
    float:left;
    width:calc(100% - 150px - 20px);
    display: initial!important;
}
.tab-content ul li a {
    text-decoration: none!important;
}
.tab-content ul li a:hover {
    opacity: 0.7;
}
.tab-content ul li .txt .date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    margin:0 0 10px 0;
}
.tab-content ul li .txt .title {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.8rem;
}
.tab-content .all {
    display: block;
    margin:10px 0 0 0;
    padding:25px 15px;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    width:calc(100% - 30px);
    font-size: 1.8rem;
    border:1px solid #fff;
}
.tab-content .all:hover {
    opacity: 0.8;
}

/* ///// 新タブ */


/* カテゴリアイコン表示///// */

.category_icon {
     width:100%;
     overflow: hidden;
     margin:0 0 30px 0;
}
.category_icon ul {
    float: left;
}
.category_icon ul li {
    display: inline-block;
    margin:0 5px 0 0;
}
.category_icon ul li a {
    font-size:1.25rem;
    line-height: 100%;
    background:#ccc;
    padding:6px 6px;
    text-decoration: none;
    color:#fff;
    display: block;
    border-radius: 5px;
}
.category_icon ul li a:hover {
    opacity: 0.8;
}

/* リスト内 */

.list_category_icon {
     width:100%;
     overflow: hidden;
     margin:15px 0 0 0;
}
.list_category_icon ul {
    float: none;
    border:none;
    margin:0 0 0 0;
    padding:0 0 0 0;
    display: inline-block!important;
    box-shadow: none!important;
}
.list_category_icon ul li {
    display: inline-block!important;
    margin:0 5px 3px 0!important;
    padding:0 0 0 0!important;
    border:none!important;
    width:auto!important;
}
.list_category_icon ul li a {
    font-size:1.2rem;
    line-height: 100%;
    background:#ccc;
    padding:5px 5px;
    text-decoration: none;
    color:#fff;
    display: block;
    border-radius: 3px;
}
.list_category_icon ul li a:hover {
    opacity: 0.8;
}

.list_category_icon ul.taglist li:nth-child(n + 4) {
    display: none!important;
}


/* カテゴリアイコン表示///// */


/*  動画スライダー ////*/

.movieslider {
width:100%;
height:auto;
overflow: hidden;
background:none;
display:none;
padding-top:50px!important;
padding-bottom:140px!important;
}

.movieslider.slick-initialized {
   display: block;
}

.movieslider .slick-prev,
.movieslider .slick-next {
    position: absolute;
    top: calc(50% - 50px);
}

.movieslider .slick-list {
    overflow: visible;
}
.movieslider .slick-track {}

.movieslider .slick-slide {
    padding: 0 0;
    opacity: 0.25;
    transition-duration: 0.8s;
}
.movieslider .slick-slide.slick-current {
    opacity: 1;
}
.movieslider .slick-slide a {
    display: block;
}
.movieslider .slick-slide a:hover {
    display: block;
    opacity: 0.85;
    transition-duration: 0.8s;
}
.movieslider img {
    height: auto;
    width: 100%;
    margin:0 auto;
    display: block;
}

.youtube_slider .all {
    display: block;
    width: calc(50% - 60px);
    margin:0px auto;
    padding:25px 15px;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    font-size: 1.8rem;
    border:1px solid #fff;
}

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


}

/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */

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


/* TOP /////////////*/

.mainslider {
    padding-top:52px!important;
}

.slider {
    width:100%;
    overflow: hidden;
    padding-top:52px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

.slider .slick-list {
    overflow: visible;
}
.slider .slick-track {}

.slider .slick-slide {
    padding: 0 0;
    opacity: .5;
    transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
    opacity: 1;
}
.slider .slick-slide a {
    display: block;
}
.slider .slick-slide a:hover {
    display: block;
    opacity: .7;
}
.slider img {
    height: auto;
    width: 100%;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-dots {
    bottom: -33px;
}

section {
    padding:15px 0;
    width:95%;
    margin:0 auto;
}

section.sec_hg,
section.sec_subb,
section.sec_result,
section.sec_pickup {
    width:100%!important;
}

section.sec_result {
    padding:0;
}

section.sec_result .section_inner {
    padding:40px 0;
}

.section_inner {
    width:100%;
    padding:10px 0;
    margin:10px 0;
}

section.sec_hg .section_inner {
    padding:0 0 10px 0;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color:#fff;
    display: block;
    font-size:3.5rem;
    line-height:100%;
    text-align: center;
    margin:0 0 5px 0;
    padding:0;
    text-shadow: none;
}

h3 span {
    display: block;
    font-size:1.2rem;
    line-height: 120%;
    font-family:'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: normal;
    }


section.sec_hg h3 {
    color:#6EB92C!important;
    text-shadow: none;
}

section.hgame {
    width:100%;
    padding:50px 0 20px;
    background: #fff;
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/tophg_bg2.jpg) no-repeat;
    background-size:cover;
    margin:0 0 30px 0;
}

.homegamebanner_wrap {
    width:100%;
    overflow: hidden;
    margin:0 auto 0;
    padding:0 0 30px 0!important;
}

.homegamebanner {

}

.homegamebanner_inner {
    display: flex;
    flex-direction: column;
    width:100%;
    padding:25px 0 15px;
    margin:3px auto 0;
    border-top:none;
    border-bottom:none;
    min-height: 180px!important;
}
.homegamebanner .home_away {
    position: absolute;
    top:0;
    right:0;
    left:0;
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.homegamebanner .home_away.home::after,
.homegamebanner .home_away.away::after {
    padding:5px 20px;
    width:90%;
}

.homegamebanner ul {
    display: flex;
    text-align: left;
    margin:auto;
    width:95%;
    justify-content: center;
    align-items: center;
}
.homegamebanner li {
    display: block;
    padding:0 0 0 0;
}
.homegamebanner li:last-child {
    padding:0 0 0 0;
}
.homegamebanner .emb { width:100px; padding:0 0 0 0; }
.homegamebanner .emb img { width:100%; }
.homegamebanner .txt { padding:0 0px 0 0; line-height: 100%; }
.homegamebanner .specialday { font-size: 1rem; margin:0 0 5px 0; line-height: 110%; }
.homegamebanner .title { font-size: 1.2rem; margin:0; line-height: 110%;  }
.homegamebanner .date { 
    padding:4px 0 0 0;
    margin:0;
    font-size: 3.25rem;
    line-height: 3.25rem;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
}
.homegamebanner .date span {
    font-size: 2.5rem;
    padding:0 0 0 5px;
}
.homegamebanner .team { font-size: 1.4rem; font-weight: bold;
    margin:0; }

.homegamebanner ul.btn {
    width:95%;
    display: flex;
    margin:0 auto;
    justify-content: space-between;
}
.homegamebanner ul.btn li {
    display: block;
    padding:0 0;
    margin:auto;
    width:50%;
}
.homegamebanner ul.btn li:last-child {
    padding:0 0;
    margin:auto;
    width:50%;
}

.hg_btn {
    width:calc(100% - 0);
    display: block;
    padding:10px 0;
    text-decoration:none!important;
    text-align: center;
    color:#fff!important;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 5px;
    margin:0 3px;
}

.hgticket {
    background:#6EB92C;
}

.hginfo {
    background: #305A0B;
}

.ticket_schedule {
    width:90%;
    display: flex;
    margin:0 auto;
}
.ticket_schedule2 {
    width:70%;
    display: block;
    margin:0 auto;
}

.ticket_schedule a,
.ticket_schedule2 a {
    font-size:1.4rem;
    line-height: 120%;
    padding:20px 8px;
    border-radius: 0;
    width:calc(50% - 16px - 4px);
    margin:0 0 8px 0;
    text-align: left;
}

.ticket_schedule2 a {
    width:calc(100% - 16px - 4px);
}

.ticket_schedule a span,
.ticket_schedule2 a span {
    margin:0 0 0 38px;
    display: block;
}

.ticket_schedule a.infection {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/infection_b.png)no-repeat #fff;
    background-size:25px;
    background-position: 15px 50%;
    color:#002865;
}

.ticket_schedule a.schedule,
.ticket_schedule2 a.schedule {
    background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images_rn/ticket_cal_g.png)no-repeat #fff;
    background-size:25px;
    background-position: 15px 50%;
    color:#6bb52e;
}


section#movie {
    width:100%;
}

section.top_sp_banner {
    padding:0 0 0px;
    width:90%;
    margin:auto;
}

section.top_sp_banner a {
    border-radius: 14px;
    box-shadow: 0px 0px 8px -2px #777777;
}

section.top_sp_banner a:hover {
    box-shadow: 0px 0px 5px -2px #777777;
}

section.top_sp_banner a img {
    border-radius: 14px;
}

section.tschedule {
    padding:50px 0 10px;
    width:100%;
}

.tschedule_slider .slick-prev,
.tschedule_slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 0px);

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.tschedule_slider .slick-prev:before,
.tschedule_slider .slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;

    opacity: .35;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tschedule_slider .slick-prev {
    left:0px;
}
.tschedule_slider .slick-next {
    right:0px;
}


.teamschedule {
    width:100%;
    margin:0 auto;
}
.teamschedule ul {
    padding:0 0px;
    width:100%;
}
.teamschedule ul li {
    margin:2px;
    display: block;
}
.teamschedule li .date {
    border:1px solid #fff;
    padding:7px;
    color:#fff;
}
.teamschedule li .schedule {
    padding:7px;
    background:#fff;
    border:1px solid #fff;
    color:#000;
    min-height: 70px;
    font-size:1.125rem;
    line-height: 130%;
}

.teamschedule li .schedule p {
    margin:0px 0 7px;
    line-height: 130%;
}

.teamschedule .all {
    display: block;
    border:none;
    margin:5px auto;
    padding:10px 0;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    width:calc(100% - 60px - 2px);
    font-size: 1.45rem;
}
.teamschedule .all:hover {
    opacity: 0.8;
}


section.sec_subb {
    padding:0px 0 0px;
}

.sbanner,
.sbanner_210901 {
    width:100%;
    margin:0 auto;
    display: table;
    padding-top:0!important;
    padding-bottom:30px!important;
}
.sbanner li,
.sbanner_210901 li {
    width:50%;
    display: table-cell;
}
.sbanner li a,
.sbanner_210901 li a {
    width:100%;
}
.sbanner li a img,
.sbanner_210901 li a img {
    width:100%;
}

.sbanner li.photobanner .thumb,
.sbanner_210901 li.photobanner .thumb {
    overflow: hidden;
    position: relative;
    width:50vw;
    height:37.5vw;
}
.sbanner li.photobanner .thumb img,
.sbanner_210901 li.photobanner .thumb img {
    height: 100%;
    width:auto;
}
.sbanner li.photobanner .ttl,
.sbanner_210901 li.photobanner .ttl {
    padding:5px 10px;
    width:calc(100% - 20px);
    background:rgba(0,0,0,0.5);
}
.sbanner li.photobanner .ttl p,
.sbanner_210901 li.photobanner .ttl p {
    color:#ccc;
    font-size:1.125rem;
    line-height: 160%;
}


.match {
    width:100%;
    margin:0 auto;
    padding:10px 0 10px;
    color:#fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 120%;
}

.match p.matchdate {
    text-align: center;
    margin:0 0 0 0;
}
.match ul {
    display: table;
    width:95%;
    margin:0 auto;
}
.match ul li {
    display: table-cell;
    vertical-align: middle;
}
.match ul li.home,
.match ul li.away {
    width:25%;
}
.match ul li.home img,
.match ul li.away img {
    width:100%;
}
.match ul li.score {
    width:50%;
    text-align: center;
}
.match ul li.score .scoreinner {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5rem;
    line-height: 6rem;
    padding:5px 0 8px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    margin:20px 30px 0;
    }
.match ul li.score .stadiumname {
    margin:10px 0 0 0;
    font-size: 1.1rem;
}

.matchlink {
    width:90%;
    margin:10px auto;
    padding:0 0 0 0;
    display: block;
}
.matchlink ul {
    width:100%;
    margin:auto;
    flex-wrap: wrap;
    display: flex;
}
.matchlink li {
    width:48%;
    margin:1%;
    text-align: center;
}
/* 要素が3つの場合、最初の要素は幅100% */
.matchlink li:nth-child(2n+1):last-child {
    width:100%;
}
.matchlink li a {
    display: block;
    padding:14px 10px;
    background:#fff;
    text-decoration:none!important;
    font-weight: normal;
    font-size: 1.35rem;
    opacity:0.8;
}
.matchlink li:nth-child(2n+1):last-child a {
    padding:8px 10px;
}

/* 新タブ ///// */

.tab-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    justify-content: center;
    align-items: center;
}
.tab-label {
    width:calc(100% / 6);
    color: White;
    background: none;
    margin:0 0 15px 0;
    padding: 0 0 10px;
    order: -1;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    border-bottom:3px solid rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tab-label:hover {
    border-bottom:3px solid rgba(255, 255, 255, 0.8);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.tab-label span {
    text-align: center;
    line-height: 120%;
    font-size: 3.35vw;
    letter-spacing: -1.5px;
    font-weight: bold;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    border-bottom:3px solid rgba(255, 255, 255, 0.8);
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}



.tab-content ul {
    display: block;
    flex-wrap: wrap;
    line-height: calc(100% + 5px);
    box-shadow: 0 0 10px -3px #203908;
}
.tab-content ul li {
    display: block;
    width:calc(100% - 36px);
    margin:0 0 1px 0;
    background:#fff;
    padding:25px 18px;
    overflow: hidden;
}
.tab-content ul li:nth-child(2n) {
    margin:0 0 1px 0;
    background:#fff;
}
.tab-content ul li:nth-child(n + 8) {
    display: none;
}
.tab-content ul li .thumb {
    width:80px;
    height:80px;
    margin:0 0 0 10px;
    float:right;
}
.tab-content ul li:nth-child(n + 6) .thumb {
}
.tab-content ul li a .thumb img {
    min-height: 100%;
    max-height: 100%;
    width:100%;
    line-height: 100%;
    display: block;
    object-fit: cover;
}
.tab-content ul li .txt {
    float:left;
    width:calc(100% - 90px - 10px);
    margin:0;
}
.tab-content ul li .txt .date {
    margin:0 0 0 0;
}
.tab-content ul li .txt .title,
.tab-content ul li .txt .title a {
    margin:10px 0 0 0;
    font-size: 1.3rem;
    line-height: 2rem;
    overflow: hidden;  
    text-overflow: ellipsis;
}
.tab-content ul li a {
    font-size:1.1rem;
    text-decoration: none!important;
}
.tab-content ul li a:hover {
    opacity: 0.7;
}
.tab-content .all {
    display: block;
    margin:10px 0 0 0;
    padding:15px;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    width:calc(100% - 30px);
    font-size: 1.6rem;
    border:none;
}
.tab-content .all:hover {
    opacity: 0.8;
}

/* ///// 新タブ */


/* カテゴリアイコン ///// */

.list_category_icon ul {
    line-height: calc(100% + 5px);
}

.list_category_icon ul li {
    display: inline-block!important;
    margin:0 5px 0px 0!important;
    padding:0 0 0 0!important;
    border:none!important;
    width:auto!important;
}

.list_category_icon ul li a {
    font-size:1.1rem;
}

/* ///// カテゴリアイコン */

/*  動画スライダー ////*/

.movieslider {
width:100%;
height:auto;
overflow: hidden;
background:none;
display:none;
padding-top:20px!important;
padding-bottom:50px!important;
}

.movieslider.slick-initialized {
   display: block;
}

.movieslider .slick-prev,
.movieslider .slick-next {
    position: absolute;
    top: calc(50% - 50px);
}

.movieslider .slick-list {
    overflow: visible;
}
.movieslider .slick-track {}

.movieslider .slick-slide {
    padding: 0 0;
    opacity: 0.25;
    transition-duration: 0.8s;
}
.movieslider .slick-slide.slick-current {
    opacity: 1;
}
.movieslider .slick-slide a {
    display: block;
}
.movieslider .slick-slide a:hover {
    display: block;
    opacity: 0.85;
    transition-duration: 0.8s;
}
.movieslider img {
    height: auto;
    width: 100%;
    margin:0 auto;
    display: block;
}

.youtube_slider .all {
    display: block;
    margin:0 0 0 0;
    padding:0 15px 15px;
    color:#fff;
    text-decoration: none!important;
    text-align: center;
    width:calc(100% - 30px);
    font-size: 1.6rem;
    border:none;
}
.youtube_slider .all:hover {
    opacity: 0.8;
}

}