@font-face {
  font-family: "SB_TYPEFACE_Std";
  src: url("/font/SBTYPEFACE-Std.eot");
  src: url("/font/SBTYPEFACE-Std.eot?#iefix") format("embedded-opentype"),
    url("/font/SBTYPEFACE-Std.woff2") format("woff2"),
    url("/font/SBTYPEFACE-Std.woff") format("woff"),
    url("/font/SBTYPEFACE-Std.ttf") format("truetype"),
    url("/font/SBTYPEFACE-Std.svg#SBTYPEFACE-Std") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

a.black {
    color: #333;
    border: 1px solid #ccc;
}

/* ヘッダ */

.navwrap_toppage {
    width: 100%;
    background: #6fba2c;
    min-width: 1040px;
    position: fixed;
    top:0;
    z-index: 300;
    height: 55px;
}

nav.pc ul.left {
    text-align: left;
    padding: 0 0 0 0;
    width: 100%;
}

nav.pc ul li a {
    color: #fff !important;
    text-decoration: none !important;
    display: block !important;
    padding: 10px 0 0 30px;
    font-weight: normal;
    font-size: 1.6rem;
    font-family: "SB_TYPEFACE_Std";
    line-height: 90%;
}

nav.pc ul li:first-child a {
    font-size: 2.25rem;
    padding-right: 30px;
}


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

    .righttop ul li a, .lefttop ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.45rem;
        padding: 10px 3px 0px;
        margin: 0;
        display: block;
        font-family: "SB_TYPEFACE_Std";
        line-height: 90%;
    }

    ul.navmenuinner.active {
        transition: all 0.3s;
        transition-delay: 0.1s;
        opacity: 1;
        top: 0;
        width: calc(100% - 30px);
    }

    ul.navmenuinner li a {
        color: #fff;
        padding: 15px 0;
        margin: 0;
        text-decoration: none;
        display: block;
        width: calc(50% - 0px);
        line-height: 100%;
        font-size: 1.4rem;
        font-weight: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        cursor: pointer;
    }
}


.content_wrap {
    background: #fff;
    padding: 55px 0 0 0;
}

/* スライダー */

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

.slick-dotted.slick-slider {
    /* margin-bottom: 30px; */
    padding-bottom: 130px;
    padding-top: 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;
    display: none!important;
}
.slick-dots {
    /* bottom: -33px; */
    display: none!important;
}

.mainslider .slick-slide {
    opacity: 1!important;
}

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

.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-top:80px;
    margin-top:-80px;
}

.page_main {
    padding: 0 50px 30px;
}

.page_main_inner {
    padding: 0 0 60px 0;
    position: relative;
}

#match .page_main_inner {
    padding: 0 0 60px 0;
    position: relative;
    margin-top:40px!important;
}

.inner {

}

@media screen and (max-width: 640px) {
 .inner {
    padding: 0;
 }

 section {
        padding-top:50px;
        margin-top:-50px;
    }

    .page_main {
        padding: 0 0 30px;
    }

    .page_main_inner {
        padding: 0 0 30px 0;
        position: relative;
    }
}

/* 見出し ///////////// */

.wavettl {
    margin: 0 0 -20px;
    /* background: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20231115/images/h2_wave_large.png) no-repeat 50% 90%; */
    /* background-size: 618px; */
    background: none !important;
    background-size: 540px !important;
    /* min-height: 90px; */
    padding: 20px 0 20px;
}

.wavettl h2.white::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 52px;
    height: 9px;
    background-image: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/h2_border_w.png);
    background-size: contain;
    opacity: 0.7;
}

.wavettl h2 {
    font-family: "SB_TYPEFACE_Std";
}

h3.pblack {
    font-size: 3rem;
    font-weight: normal;
    line-height: 120%;
    color: #000;
    margin: 80px 0 20px;
    text-align: center;
}

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


    .wavettl {
    margin: 30px 0 -15px;
    background:none!important;
    background-size: 140% !important;
    min-height: auto;
    padding: 0;
    }

    .wavettl h2 {
    font-family: "SB_TYPEFACE_Std";
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
    background:none;
    padding: 10px 0 0;
    color: #005CA7;
    -webkit-text-fill-color: inherit;
    }

    .wavettl h2.white::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 52px;
    height: 9px;
    background-image: url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/h2_border_w.png);
    background-size: contain;
    opacity: 0.7;
    }

    h3.pblack {
        font-size: 2rem;
        font-weight: bold;
        color: #000;
        margin: 40px 0 15px;
    }

}

/* NEXT MATCH ///////////// */

#next {
    background-color: #005CA7;
    color: #fff;
    margin:0 0 50px 0;
    padding:40px 0 30px;
    text-align: center;
}
#next .wavettl h2 {
    color: #fff!important;
    background: -webkit-linear-gradient(4deg, #fff, #fff, #fff);
    -webkit-background-clip: text;
}

#next a {
    color: #fff!important;
    display: inline-block;
    min-width: 500px;
}

#next p {
    display: block;
    width: 1040px;
    margin: 20px auto 10px;
    text-align: center;
    font-size: 2.25rem;
    line-height: 140%;
}
#next p strong {
    font-size: 3.25rem;
}
#next p strong span {
    font-size: 2rem;
    margin:0 0 0 0.5rem;
}

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

    #next {
        margin:0 0;
        padding:30px 0px 40px;
        text-align: center;
    }

    #next .wavettl {
        margin-top:0;
    }

    #next a {
        min-width: auto;
        width: 80%;
        display: block;
        margin:auto;
    }

    #next p {
        display: block;
        width: 92%;
        margin: 20px auto 10px;
        font-size: 1.6rem;
    }
    #next p strong {
        font-size: 2rem;
    }
    #next p strong span {
        font-size: 1.45rem;
        margin:0 0 0 0.25rem;
    }

}



/* チームリスト ///////////// */

.team {
    width: 1040px;
    margin:20px auto 100px;
}
.pl_list {
    overflow: hidden;
}
.team .coach {
    margin:40px auto;
}

.pl_list li {
    float: left;
    width: 330px;
    margin:8px;
    /*  width: 250px;
    margin:5px; */
}

.pl_list li a {
    display: block;
    width: 330px;
    height: 330px;
    /* width: 250px;
    height: 250px; */ 
    overflow: hidden;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /* border:1px solid #ccc; */
    border-radius: 8px;
}

.pl_list li a: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;
}

.pl_list li a div {
    position: absolute;
    bottom:0;
    width: calc(100% - 20px);
    padding: 20px 18px 50px 0;
    /* background: rgba(0,0,0,0.6); */
}

.pl_list li a span.numblock {
    line-height: 100%;
    /* font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Saira Extra Condensed', sans-serif; */
    font-family: "SB_TYPEFACE_Std";
    color:#fff;
    display: flex;
    align-items: baseline;
    margin:10px 0 0 0;
}
.pl_list li a span.num {
    font-size: 5rem;
    line-height: 100%;
    color:#fff;
    display: block;
    padding: 0 0 0 18px;
}
.pl_list li a span.position {
    font-size: 3.5rem;
    line-height: 100%;
    color:#fff;
    display: block;
    margin:0 0 0 0.5rem;
}

.coach li a span.num {
    font-size: 1.6rem;
    line-height: 130%;
    font-family:'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color:#fff;
    display: block;
    margin:10px 0 0 0;
}
.coach li a span.num i {
    display: block;
    font-size: 1.2rem;
    margin:5px 0;
}

.pl_list li a span.name_j {
    font-size: 2.45rem;
    font-weight: bold;
    line-height: 110%;
    display: inline-block;
    margin:2px 0 0px;
    padding:8px 18px 8px 18px;
    background: #005CA7;
    color: #fff;
}

.pl_list li a span.name_e {
    font-size: 1.65rem;
    line-height: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    color:#231815;
    display: block;
    margin:2px 0px 0;
    padding:0 0 0 18px;
}

.pl_list li a.wo2025_eguro_minami { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_kanai_aoi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -330px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_kanazawa_saki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -660px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_shimane_kimi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -990px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_tsukamoto_kie { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -1320px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_nakai_yu { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_harada_minako { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -330px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_mochizuki_shiki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -660px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_mori_sayaka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -990px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_iwagishi_kanade { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -1320px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_ogoshi_yura { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0px -660px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_oshida_miu { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -330px -660px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_kawai_miku { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -660px -660px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_kenmotsu_aoi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -990px -660px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_komatsu_tomoka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -1320px -660px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_shimamura_ria { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0px -990px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_nakachi_miyabi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -330px -990px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_hirano_haruka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -660px -990px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_yasui_hazuki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -990px -990px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_yamada_yuina { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) -1320px -990px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_yuzurihara_rio { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_uchida_kanna { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -330px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_kawate_rena { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -660px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_takahashi_riko { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -990px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_takimoto_yua { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -1320px 0px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_hirata_manaka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_matsushita_mei { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -330px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_mori_natsuki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -660px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_yasui_fuka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -990px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_watanabe_mihiro { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) -1320px -330px no-repeat; background-size:1650px;}
.pl_list li a.wo2025_shimura_misaki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0px -660px no-repeat; background-size:1650px;}

.coach li a.wo2025_shimizu_gosuke { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) 0px 0px no-repeat; background-size:1650px;}
.coach li a.wo2025_mizushima_kumi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) -330px 0px no-repeat; background-size:1650px;}
.coach li a.wo2025_suyama_yohei { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) -660px 0px no-repeat; background-size:1650px;}
.coach li a.wo2025_suzuki_nozomi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) -990px 0px no-repeat; background-size:1650px;}

#pl2025_eguro_minami {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/eguro_minami.png) no-repeat; background-size:1040px; }
#pl2025_kanai_aoi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/kanai_aoi.png) no-repeat; background-size:1040px; }
#pl2025_kanazawa_saki {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/kanazawa_saki.png) no-repeat; background-size:1040px; }
#pl2025_shimane_kimi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/shimane_kimi.png) no-repeat; background-size:1040px; }
#pl2025_tsukamoto_kie {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/tsukamoto_kie.png) no-repeat; background-size:1040px; }
#pl2025_nakai_yu {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/nakai_yu.png) no-repeat; background-size:1040px; }
#pl2025_harada_minako {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/harada_minako.png) no-repeat; background-size:1040px; }
#pl2025_mochizuki_shiki {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/mochizuki_shiki.png) no-repeat; background-size:1040px; }
#pl2025_mori_sayaka {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/mori_sayaka.png) no-repeat; background-size:1040px; }
#pl2025_iwagishi_kanade {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/iwagishi_kanade.png) no-repeat; background-size:1040px; }
#pl2025_ogoshi_yura {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/ogoshi_yura.png) no-repeat; background-size:1040px; }
#pl2025_oshida_miu {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/oshida_miu.png) no-repeat; background-size:1040px; }
#pl2025_kawai_miku {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/kawai_miku.png) no-repeat; background-size:1040px; }
#pl2025_kenmotsu_aoi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/kenmotsu_aoi.png) no-repeat; background-size:1040px; }
#pl2025_komatsu_tomoka {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/komatsu_tomoka.png) no-repeat; background-size:1040px; }
#pl2025_shimamura_ria {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/shimamura_ria.png) no-repeat; background-size:1040px; }
#pl2025_nakachi_miyabi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/nakachi_miyabi.png) no-repeat; background-size:1040px; }
#pl2025_hirano_haruka {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/hirano_haruka.png) no-repeat; background-size:1040px; }
#pl2025_yasui_hazuki {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/yasui_hazuki.png) no-repeat; background-size:1040px; }
#pl2025_yamada_yuina {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/yamada_yuina.png) no-repeat; background-size:1040px; }
#pl2025_yuzurihara_rio {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/yuzurihara_rio.png) no-repeat; background-size:1040px; }
#pl2025_uchida_kanna {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/uchida_kanna.png) no-repeat; background-size:1040px; }
#pl2025_kawate_rena {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/kawate_rena.png) no-repeat; background-size:1040px; }
#pl2025_takahashi_riko {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/takahashi_riko.png) no-repeat; background-size:1040px; }
#pl2025_takimoto_yua {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/takimoto_yua.png) no-repeat; background-size:1040px; }
#pl2025_hirata_manaka {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/hirata_manaka.png) no-repeat; background-size:1040px; }
#pl2025_matsushita_mei {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/matsushita_mei.png) no-repeat; background-size:1040px; }
#pl2025_mori_natsuki {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/mori_natsuki.png) no-repeat; background-size:1040px; }
#pl2025_yasui_fuka {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/yasui_fuka.png) no-repeat; background-size:1040px; }
#pl2025_watanabe_mihiro {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/watanabe_mihiro.png) no-repeat; background-size:1040px; }
#pl2025_shimura_misaki {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/shimura_misaki.png) no-repeat; background-size:1040px; }

#pl2025_shimizu_gosuke {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/shimizu_gosuke.png) no-repeat; background-size:1040px; }
#pl2025_mizushima_kumi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/mizushima_kumi.png) no-repeat; background-size:1040px; }
#pl2025_suyama_yohei {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/suyama_yohei.png) no-repeat; background-size:1040px; }
#pl2025_suzuki_nozomi {background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/suzuki_nozomi.png) no-repeat; background-size:1040px; }

.profile {
	color:#fff; 
	background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/bg.jpg) #005CA7;
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-size: 1500px;
    /* width:1040px; */
    width:100%;
    margin:0 auto;
    /* padding:80px 0; */
    padding:0 0 80px 0;
	}

.profile_inner {
    width:1100px;
    margin:0 auto;
}

.profile h4.pblack {
    color:#fff!important;
}

.profile .btn_wrap {
    margin:0px auto 30px;
}

.profile .btn_wrap a {
    border:1px solid #fff;
    color:#fff;
}

.profile_sec1 {
	margin:0 0;
	width:calc(100% - 0px);
	height:700px;
	position: relative;
	overflow: hidden;
    background-position: 100% 100%!important;
}

.profile .bgnum {
    display: none;
}

.profile_name {
	width: 400px;
	margin:0px 0 0 110px;
	padding:300px 0 0 0;
	position: absolute;
	z-index: 100;
	color:#000;
	}
	.profile_name img {}

.profile_name h3,.profile_name h4 {
	font-family: open-sans-condensed, sans-serif;
	line-height: 1.1em;
	}

.profile_name h3 {
	font-size: 12rem;
	margin:0 0 0px 0;
	padding: 0;
	text-align: left;
	color:#fff;
	/* font-family: 'Saira Extra Condensed', sans-serif; */
    font-family: "SB_TYPEFACE_Std";
    opacity: 1;
    line-height: 85%;
	/* font-family: 'Abel', sans-serif; */
	/* background: -webkit-linear-gradient(top, #002762 0%,#6fba2c 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	}


.profile_name h3 span {
    font-size: 10rem;
	margin:0 0 0px 0.25rem;
}

.profile_name h3.staff {
	font-size: 34px;
	margin:0 0 15px 0;
	}

.profile_name h3.staff span {
	font-size: 90%;
	padding: 0;
	}

.profile_name h4 {
	font-size: 5.5rem;
	line-height: 110%;
	margin:0 0 0 0;
	padding: 0;
	color:#231815;
	}

.profile_name h4.long {
    font-size: 4.5rem;
    text-spacing-trim: trim-all;
}
	.profile_name h4 span {
	display: block;
	font-size: 1.65rem;
	line-height: 140%;
	margin:5px 0 0 0;
	}

.profile_name .name_j {
	display: block;
	margin:8px 0 0 0;
	font-size: 2.5rem;
	line-height: 120%;
	font-weight:normal;
	/* color:#6fba2c; */
	color:#231815; 
	/* font-family: 'Saira Extra Condensed', sans-serif; */
    font-family: "SB_TYPEFACE_Std";
    opacity: 0.5;
	}
	.profile_name .name_j span {
	display: block;
	font-size: 2rem;
	line-height: 140%;
    font-family: open-sans-condensed, sans-serif;
	}

.profile_name .name_e {
	display: block;
	font-size: 6rem;
	line-height: 34px;
	margin:0 0 0 0;
	padding: 0;
	}
	.profile_name .name_e span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	}

.profile_name .pdata1 {
	margin:30px 0;
	font-size: 1.8rem;
    font-weight: bold;
	line-height:160%;
	color:#231815;
	padding:10px 0;
	/* border-left:1px solid rgba(255,255,255, 0.6); */
    opacity: 1;
	}

.profile_name .pdata1 p {
	font-size: 1.8rem;
	line-height:160%;
	margin:2rem 0 0!important;
}

.profile_name .pdata1 p.info {
    display: block;
	font-size: 1.35rem;
	line-height:140%;
	margin:2.5rem 0 0!important;
    text-decoration: none;
    text-align: justify;
}

.profile_name .pdata1 p.info a {
    display: block;
	font-size: 1.35rem;
	line-height:160%;
	margin:1rem 0 0!important;
    text-decoration: underline;
    font-weight: bold;
	color:#fff;
}

.profile_name_short {
	min-height: auto;
}


.profile_sec2 {
	margin:0 10px;
	/* border-top: 1px solid #333; */
	padding:0 0 60px;
	/* background:url(../img/team/2020_top/2020_emb.png) no-repeat bottom right ;
	background-size:710px; */
	color:#000;
}

.profile_sec2 dl {
	font-size: 1.5rem;
	padding: 0 0;
	/* border-bottom: 1px solid #002762; */
	/* border-bottom: 1px solid #fff; */
	line-height:2rem;
	margin:0 0 2px ;
	display: table;
	width:calc(100% - 0px);
    background:#fff;
	}
	.profile_sec2 dl dt {
		width: calc(220px - 100px);
		white-space: nowrap;
		padding:35px 60px 35px 60px;
		color:#fff;
        background:#82C039;
		display: table-cell;
		vertical-align: middle;
	    font-size: 1.4rem;
		font-weight: bold;
        text-align: center;
	}
	.profile_sec2 dl dd {
		padding:25px 50px 25px 30px;
		text-align: justify;

		display: table-cell;
		vertical-align: middle;
	}

	.profile_sec2 dl dd span {
	    font-size: 1.4rem;
	}


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


.team {
    width: 92%;
   /* margin:20px auto 70px; */
   margin:0px auto 20px;
   padding:0 0 20px;
}
.pl_list {
    overflow: hidden;
    width:100%;
    margin:0 auto;
}
.team .coach {
    margin:-20px auto;
}

.team .img_100 {
    width:100%;
    margin:0px auto 3px;
}
.team .img_100 img {
    display: block;
}

.pl_list li {
    float: left;
    /* width: calc(50% - 3px); */
    width: calc(50% - 3px);
    height: auto;
    margin:3px ;
    /*  width: 250px;
    margin:5px; */
}

.pl_list li:nth-child(1),
.pl_list li:nth-child(2n+1) {
    margin:3px 3px 3px 0;
    /*  width: 250px;
    margin:5px; */
}

.pl_list li:nth-child(2n) {
    margin:3px 0 3px 3px;
    /*  width: 250px;
    margin:5px; */
}

.pl_list li div.pl_list_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pl_list li div.pl_list_inner:before { /* 正方形維持用 */
        content: "";
        display: block;
        padding-top: 100%;
    }

.pl_list li div.pl_list_inner a {
    display: block;
    /* width: calc(100% - 2px); */
    width: 100%;
    height:auto;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pl_list li a: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;
}

.pl_list li a div {
    position: absolute;
    bottom:0;
    width: 100%;
    /* padding: 12px 12px; */
    padding:12px 0;
    /* background: rgba(0,0,0,0.6); */
}

.pl_list li a span.numblock {
    margin:10px 0 0 10px;
}
.pl_list li a span.num {
    font-size: 4rem;
    font-weight: bold;
    line-height: 100%;
    margin:0;
    opacity:1;
    color: #fff;
    padding:0;
}
.pl_list li a span.position {
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
    margin:0 0 0 0.25rem;
    opacity:0.85;
}

.coach li a div {
    position: absolute;
    bottom:0;
    width: 100%;
    padding:12px 0;
    height:auto;
}

.coach li a span.num {
    font-size: 1.5rem;
    line-height: 140%;
    margin:0px 0 0 0;
}
.coach li a span.num i {
    font-size: 1rem;
    margin:0px 0 0px;
}

.pl_list li a span.name_j {
    font-size: 1.65rem;
    line-height: 100%;
    display: inline-block;
    padding:5px 7px 5px 10px;
    background: #005CA7;
    color: #fff;
    margin:3px 0 0px 0;
    /* text-shadow:0 0 5px #ccc; */
}

.pl_list li a span.name_e {
    font-size: 1.25rem;
    line-height: 100%;
    display: block;
    margin:4px 0px 5px 10px;
    color: #fff;
    padding:0;
}

.coach li a span.name_j, 
.coach li a span.name_e {
    text-shadow:none;
}

.pl_list li a.wo2025_eguro_minami { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_kanai_aoi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 25% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_kanazawa_saki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 50% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_shimane_kimi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 75% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_tsukamoto_kie { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 100% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_nakai_yu { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_harada_minako { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 25% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_mochizuki_shiki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 50% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_mori_sayaka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 75% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_iwagishi_kanade { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 100% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_ogoshi_yura { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_oshida_miu { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 25% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_kawai_miku { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 50% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_kenmotsu_aoi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 75% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_komatsu_tomoka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 100% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_shimamura_ria { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 0px calc((100% / 3) * 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_nakachi_miyabi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 25% calc((100% / 3) * 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_hirano_haruka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 50% calc((100% / 3) * 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_yasui_hazuki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 75% calc((100% / 3) * 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_yamada_yuina { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0609_p1.jpg) 100% calc((100% / 3) * 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_yuzurihara_rio { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_uchida_kanna { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 25% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_kawate_rena { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 50% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_takahashi_riko { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 75% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_takimoto_yua { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 100% 0% no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_hirata_manaka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_matsushita_mei { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 25% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_mori_natsuki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 50% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_yasui_fuka { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 75% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_watanabe_mihiro { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 100% calc(100% / 3) no-repeat; background-size:calc(100% * 5);}
.pl_list li a.wo2025_shimura_misaki { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025women_0921_p2.jpg) 0% calc((100% / 3) * 2) no-repeat; background-size:calc(100% * 5);}

.coach li a.wo2025_shimizu_gosuke { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) 0% 0% no-repeat; background-size:calc(100% * 5);}
.coach li a.wo2025_mizushima_kumi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) 25% 0% no-repeat; background-size:calc(100% * 5);}
.coach li a.wo2025_suyama_yohei { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) 50% 0% no-repeat; background-size:calc(100% * 5);}
.coach li a.wo2025_suzuki_nozomi { background:url(https://3vbibuzz.user.webaccel.jp/wp-content/themes/bellmare_20250109/images/team/2025women/2025womenstaff_0609_p1.jpg) 75% 0% no-repeat; background-size:calc(100% * 5);}


.profile {
    width:100%;
    margin:0 auto 0;
    padding:0px 0;
    background-size: 120%;
    background-position: 20% 0%;
    background-color: #005CA7;
	}

.profile_inner {
    width:100%;
	}

.profile_sec1 {
	margin:0 0;
    padding:0;
	width:calc(100% - 0px);
	/* min-height: 220px; */
	position: relative;
	overflow: hidden;
    height:auto;
    background-size: 100%!important;
    background-position: 10px 0%!important;
}

.profile_sec1::before {
    content: "";
    display: block;
    padding-top: 59.65%;
}

.profile .bgnum {
    display: none;
}

.profile_name {
	width: 220px;
	margin:0px 0 0 25px;
	padding:20px 0 10px;
	position: absolute;
    bottom:0;
	z-index: 10;
	}
	.profile_name img {}

.profile_name_staff {
    width: 220px;
	margin:0px 0 0 25px;
	padding:20px 0 10px;
	position: absolute;
    bottom:40px;
	z-index: 10;
	}

.profile_name h3,.profile_name h4 {
	line-height: 1.1em;
	}

.profile_name h3 {
	font-size: 5rem;
    line-height: 85%;
	margin:0 0 0px 0;
	padding: 0;
	text-align: left;
    opacity: 1;
	/* font-family: 'Abel', sans-serif; */
	/* background: -webkit-linear-gradient(top, #002762 0%,#6fba2c 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	}
.profile_name h3 span {
	font-size: 4rem;
}

.profile_name h3.staff {
	font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
	margin:0 0 15px 0;
	}

.profile_name h3.staff span {
	font-size: 1.45rem;
	padding: 0;
	}

.profile_name h4 {
	font-size: 2.75rem;
	line-height: 110%;
	margin:0px 0 0 0;
	padding: 0;
	}

.profile_name h4.long {
	font-size: 2.25rem;
	}

	.profile_name h4 span {
	display: block;
	font-size: 1.125rem;
	line-height: 120%;
	margin:5px 0 8px 0;
	}

.profile_name .name_j {
	display: block;
	margin:0px 0 0 0;
	font-size: 1.75rem;
	line-height: 120%;
	font-weight:normal;
    opacity: 0.4;
	}
.profile_name_staff .name_j {
	display: block;
	margin:0px 0 0 0;
	font-size: 1.6rem;
	line-height: 120%;
	font-weight:normal;
    opacity: 0.4;
	}
	.profile_name .name_j span {
	display: block;
	font-size: 1.125rem;
	line-height: 110%;
	}

.profile_name .name_e {
	display: block;
	font-size: 2rem;
	line-height: 34px;
	margin:0 0 0 0;
	padding: 0;
	}
	.profile_name .name_e span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	}

.profile_name .pdata1 {
	margin:5px 0;
	font-size: 1.25rem;
    font-weight: bold;
	line-height:140%;
	padding:2px 0;
    border-left:none;
	}

.profile_name .pdata1 p {
	font-size: 1.25rem;
	line-height:160%;
	margin:1rem 0 0!important;
}

.profile_name_short {
	min-height: auto;
}


.profile_sec2 {
	margin:0px 0 0px;
	/* border-top: 1px solid #333; */
	padding:0 0 20px;
	/* background:url(../img/team/2020_top/2020_emb.png) no-repeat bottom right ;
	background-size:710px; */
	color:#000;
}

.profile_sec2 dl {
	font-size: 1.3rem;
	padding: 0 0;
	/* border-bottom: 1px solid #002762; */
	border-bottom: none;
	line-height:2rem;
	margin:0 auto 6px;
	display: block;
	width:calc(100% - 40px);
    padding:0;
    background:none;
	}
	.profile_sec2 dl dt {
		width: calc(100% - 30px);
		white-space: nowrap;
		padding:0 0px;
		display: block;
	    font-size: 1.2rem;
        line-height: 100%;
		font-weight: bold;
        text-align: left;
        padding:8px 15px;
        /* background:#c3e4a6; */
        background:#82C039;
        color: #fff;
	}
	.profile_sec2 dl dd {
		width: calc(100% - 30px);
		text-align: justify;
		display: block;
        padding:15px 15px;
	    font-size: 1.25rem;
        line-height: 130%;
        background:#fff;
        color: #231815;
	}

	.profile_sec2 dl dd span {
	    font-size: 1.2rem;
	}

	.profile_sec2 p.info {
        display: block;
	    width:calc(100% - 40px);
        margin:0 auto 20px;
	    font-size: 1.3rem;
        text-align: justify;
	}

    .profile_sec2 p.info a {
	    text-decoration: underline;
        margin:10px 0 0 0;
        display: block;
	}

}

/* ///////////// トップチーム */






/* ニュース ///////////// */

.news {
    width:100%;
}
.news ul {
    margin:30px 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.profile .news ul {
    margin:30px 0 40px;
    display: flex;
    flex-wrap: wrap;
    padding:10px;
}
.news ul li {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    width:calc(50% - 50px - 12px);
    margin:0 20px 20px 0;
    background:#fff;
    padding:30px 25px;
    overflow: hidden;
}
.profile .news ul li {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    width:calc(50% - 50px - 12px);
    margin:0 20px 20px 0;
    background:#fff;
    padding:30px 25px;
    overflow: hidden;
}
.news ul li:nth-child(2n) {
    margin:0 0 20px 0;
    background:#fff;
}
.news ul li .thumb {
    width:120px;
    height:120px;
    margin:0 0 0 20px;
    float:right;
    overflow: hidden;
    display: block;
}
.news ul li .thumb img {
    width:100%;
    height: 120px;
    line-height: 100%;
    display: block;
    object-fit: cover;
}
.news ul li .txt {
    float:left;
    width:calc(100% - 150px - 20px);
    display: initial!important;
}
.news ul li a {
    text-decoration: none!important;
    overflow: hidden;
    display: block;
}
.news ul li a:hover {
    opacity: 0.7;
}
.news ul li a .txt .date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    margin:0 0 10px 0;
}
.news ul li a .txt .title {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.25rem;
}

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

.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.125rem;
    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;
}
.list_category_icon ul li {
    box-shadow: none;
    display: inline-block!important;
    margin:0 5px 0 0!important;
    padding:0 0 0 0!important;
    border:none!important;
    width:auto!important;
}
.list_category_icon ul li a {
    font-size:0.8rem;
    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;
}


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



/* ヒストリー */

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

.historytable tr {
    border-bottom:1px solid #ccc;
}

.historytable th {
    text-align: center;
    font-size:2.4rem;
    font-family: 'Barlow Condensed', sans-serif;
    width:10%;
}
.historytable td {
    font-size:1.6rem;
    line-height: 160%;
    width:90%;
}
.historytable th,
.historytable td {
    vertical-align: middle;
    color:#333;
    border:none;
    padding:20px 10px;
}

.historytable td ol {
    list-style-type: disc;
    margin:10px 0 0 2rem;
}
.historytable td ol li {
    padding:0px 0;
}

.photo_100 {
    width:100%;
    margin:30px auto 0;
}
.photo_70 {
    width:70%;
    margin:30px auto 0;
}
.photo_70 img,
.photo_100 img {
    width:100%;
}

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

    .historytable {
        width:92%;
        margin:0 auto;
    }

    .historytable th {
        text-align: center;
        font-size:2rem;
        font-family: 'Barlow Condensed', sans-serif;
        width:10%;
    }
    .historytable td {
        font-size:1.3rem;
        line-height: 160%;
        width:90%;
    }
    .historytable th,
    .historytable td {
        vertical-align: middle;
        color:#333;
        border:none;
        padding:10px;
    }

    .historytable td ol {
        list-style-type: disc;
        margin:5px 0 0 2rem;
    }
    .historytable td ol li {
        padding:0px 0;
        margin:5px 0 0 0;
    }

    .photo_100 {
        width:92%;
        margin:15px auto 0;
    }
    .photo_70 {
        width:70%;
        margin:15px auto 0;
    }
    .photo_70 img,
    .photo_100 img {
        width:100%;
        display: block;
    }

}

/* 試合日程補整　*/

#jleague_fixtures table td.date p {
    display: block;
    background-size: 20px;
    height: auto;
    margin:0 0;
    padding:0 0 0 0;
    font-size: 1.4rem!important;
    line-height: 140%;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    #jleague_fixtures table td.team div.hometeam_name, #jleague_fixtures table td.team div.awayteam_name {
        line-height: 150%;
    }

    #jleague_fixtures table td.date p {
        height: auto;
        font-size: 1.25rem!important;
        line-height: 160%;
    }

}








/* 共通 試合結果テーブル ///////////// */

h3.result_ttl {
    font-size:2.25rem!important;
    line-height: 110%;
    text-align: center;
}

.results_table thead td {
    background-color: #666!important;
    padding:3px!important;
    color:#fff;
    font-size: 1rem;
    width:22.5%;
}
.results_table td {
    width:20%;
}
.results_table thead td:first-child,
.results_table td:first-child {
    width:12%!important;
    white-space: nowrap;
}
.results_table thead td:nth-child(2),
.results_table td:nth-child(2) {
    width:33%!important;
}
.results_table thead td:nth-child(3),
.results_table td:nth-child(3) {
    width:12%!important;
}

.results_table td,
.results_table th {
    border-right:2px solid #fff!important;
    text-align: center!important;
}

.results_table td:last-child {
    border-right:none!important;
    /* width:10%; */
}

.results_table td:nth-child(4) {
    font-size:1.2rem;
}

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

    h3.result_ttl {
        font-size:1.6rem!important;
    }

    .results_table thead td {
        font-size: 0.7rem!important;
    }
    .results_table td,
    .results_table th {
        width:21%!important;
    }
    .results_table td:last-child {
        width:16%;
    }
    .results_table td:nth-child(4) {
        font-size:0.7rem!important;
    }
}

/* ///////////// 共通 試合結果テーブル */





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


}

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

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


/* WAVE TTL ///////////// */

.wavettl {
    margin: 30px 0 20px;
}



/* トップチーム ///////////// */




/* ///////////// トップチーム */






/* トップチームフィロソフィ ///////////// */

.topteamphilo_inner {
    margin:0px auto 50px;
}

.topteamphilo_inner h3 {
    font-size: 1.8rem;
}
.topteamphilo_inner h3 span.cap {
    font-size: 1.4rem;
    display: block;
}

.topteamphilo_txt {
    font-size: 1.4rem;
    line-height: 220%;
    margin:15px auto 50px;
    padding:25px 20px;
    border:1px solid #ccc;
}

.topteamphilo_txt ol li {
    font-size: 1.4rem;
    line-height: 170%;
    margin:5px 5px 1.4rem 10px;
    list-style-type: decimal;
}

/* トップチームフィロソフィ ///////////// */







/* 個別ページ /////////////// */




/* /////////////// 個別ページ */



/* ニュース ///////////// */

.news {
    width:100%;
}
.news ul {
    margin:30px 0 40px;
    display: block;
    flex-wrap: wrap;
}
.profile .news ul {
    margin:0px 0 40px;
    display: block;
    flex-wrap: wrap;
    padding:10px 20px;
}
.news ul li {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    width:calc(100% - 50px);
    margin:0 0 10px 0;
    background:#fff;
    padding:20px 25px;
    overflow: hidden;
}
.profile .news ul li {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    /* width:calc(100% - 50px); */
    width: calc(100% - 50px);
    margin:0 0 10px;
    background:#fff;
    padding:20px 25px;
    overflow: hidden;
}
.news ul li:nth-child(2n) {
    margin:0 0 10px 0;
    background:#fff;
}
.news ul li .thumb {
    width:100px;
    height:100px;
    margin:0 0 0 10px;
    float:right;
    overflow: hidden;
    line-height: 100%;
}
.news ul li .thumb img {
    width:100%;
    min-height: 100px;
    max-height: 100px;
    line-height: 100%;
    display: block;
    height:auto;
    object-fit: cover;
    margin:0;
}
.news ul li .txt {
    float:left;
    width:calc(100% - 100px - 20px);
}
.news ul li a {
    text-decoration: none!important;
    overflow: hidden;
    display: block;
}
.news ul li a:hover {
    opacity: 0.7;
}
.news ul li a .txt .date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    margin:0 0 10px 0;
}
.news ul li a .txt .title {
    margin:0;
    font-size: 1.3rem;
    line-height: 2.2rem;
    height:6.6rem;
    overflow: hidden;  
    text-overflow: ellipsis;
}



/* リスト内 */

.list_category_icon {
     width:100%;
     overflow: hidden;
     margin:5px 0 0 0;
}
.list_category_icon ul {
    float: none;
    border:none;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
.list_category_icon ul li {
    display: inline-block!important;
    margin:0 5px 0 0!important;
    padding:0 0 0 0!important;
    border:none!important;
    width:auto!important;
}
.list_category_icon ul li a {
    font-size:0.8rem;
    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;
}


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

/* ///////////// ニュース */




}
