

@font-face {
	font-family: 'GenEiGothicP-H-KL';
    font-weight: bold;
    src: url("/bkwp/wp-content/themes/tt_child/data/ttf/GenEiGothicP-H-KL.otf") format("opentype");
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover{
    color:#000;
}

*{
  font-family: noto-sans-cjk-jp,lato,-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ⾓ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
}

body{
    max-width: 100%;
    margin: 0 auto;
}

body a{
    word-break: break-all;
    /* text-decoration: none; */
}

body a:hover{
    color: #9f9e9e;
}

.color_red
{
    color: #B80535;
}

.bg_red{
     background-color : #B80535;
}

.color_white{
    color: #fff;
}

.color_block{
    color: #000;
}

.bold{
    font-weight: bold;
}

button{
    outline: none;
}

.modal-menu a:focus, 
.modal-menu a:hover, 
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a{
    text-decoration: none;
    color: #9f9e9e;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor{
    text-decoration: none;
    color: #9f9e9e;
}

.cursor_point{
    cursor: pointer;
}



@media screen and (max-width:767px){
    .min_width_768{
        display: none;
    }

    .list_title_css_sp{
        font-size: 14px;
        line-height: 2.4;
    }
}

.primary-menu li{
/*     width: 100px; */
    text-align: center;
/*     margin: 0; */
    padding: 5px;
    margin: 0.8rem 0 0 1.4rem;

}

body .primary-menu li > a{
    
    font-weight: bold;
    font-family: GenEiGothicP-H-KL;
}
body .primary-menu li.current-menu-item > a{
    border-bottom: 0;
    color: #9f9e9e;
    text-decoration: none;

    
}

body a {
    color: #000;
}

body .primary-menu li.menu-item > a:hover{
    border-bottom: 0;
    color: #9f9e9e;
    opacity: 0.8;
    text-decoration: none !important;
}

body .main_visual{
    width: 100%;
}

body .main_visual img{
    width: 100%;

}
body .main_content{
    max-width: 1280px;
    margin: 0 auto;
    width: 95%;
}

body section{
    padding: 0;
}

.main_content section h1,
.main_content section h2,
.main_content section h3,
.main_content section h4,
.main_content section h5{
}
    

body section.sec_section{
    margin-top: 40px;
}

.main_content section.post_news, .main_content section.post_schedule, .main_content section.post_movie {
    border: 1px solid #000;
}

.main_content section{
    background: #fff;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
    color: #000;
    
}

.main_content section h1{
    text-align: center;
    font-size: 4rem;
    margin: 20px;
    font-weight: 100;
    font-weight: bold;
}

.main_content section h2{
    margin: 15px 0;
    text-align: center;
    color: #000;
}

/*pagination*/

.pagination.cf{
    margin: 12px 0 22px 0;
}
.pagination .page-numbers {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    position: relative;
    font-size: 18px;

}


.pagination .page-numbers li{
    display: inline-block;
    vertical-align: middle;

}

.pagination .page-numbers li.next-list-item,
.pagination .page-numbers li.prev-list-item{
    position: absolute;
    top: 5px;
    font-size: 18px;
}

.pagination .page-numbers li.next-list-item{
    right: 6%;
    top: 20px;
}

.pagination .page-numbers li.prev-list-item{

    left: 4%;
    top: 20px;
}

.pagination .page-numbers li.prev-list-item a,
.pagination .page-numbers li.next-list-item a{
    font-size: 18px;
}
    .post_section .post_box{
        width: 90%; 
        margin: 0 auto;
    }

    .post_section .cat_title {
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        font-weight: 700;
        letter-spacing: -0.0415625em;
        margin: 3.5rem 0 2rem;
        line-height: 1.138888889;
        text-align: center;
        font-size: 4rem;
        margin: 20px;
        font-weight: 100;
        font-weight: bold;
    }

    .vm_atag{
        text-decoration: none;
        font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif,Arial,sans-serif;
    }
    .vm_atag button{
        text-decoration: none;
    }

    section a.post_button {
        text-decoration: none;
        border: none;
        color: #000;
    }

    .section .post_button .post_viewmore_viewmore {
        background: #000;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    
    .event_banner .slick-dots{
        bottom: -40px;
    }

@media screen and (max-width:999px){
    .sns_head{
        display: none;
    }
}

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

    .sp_only{
        display: inherit;
    }
    .sns_head{
        display: none;
    }

    .main_content section{
        width: 95%;
    }

    .pagination .page-numbers li.next-list-item{
        right: 0%;
    }
    
    .pagination .page-numbers li.prev-list-item{
        left: 0%;
    }

    .list_title_css_sp{
        font-size: 14px;
        line-height: 2.4;
    }

    .event_banner .slick-dots{
        bottom: -33px;
    }

    .post_section .cat_title{
        font-size: 3rem;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px){
    .cate_list.pc_only{
        display: none;
    }

    .sel_cat.sp_only{
        display: block;
    }

    .main_content section h1{
        font-size: 3rem;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:480px){
    
    .post_section .post_box .cat_title{
        /* font-size: 3rem; */
    }

    .main_content .post_section .post_box h1{
        font-size: 2rem;
        padding-bottom: 20px;
    }
}


    .sel_cat {
        text-align: center;
        display: block;
        margin: 0 auto;
        margin: 30px 0 20px 0;
    }

    .sel_cat select{
        width: 90%;
        margin: 0 auto;
        padding: 5px 10px;
        border: 1px solid #efefef;
        background: #d4d3d3;
        color: #fff;
    }
    .cate_list.pc_only{
        display: block;
    }

    .sel_cat.sp_only{
        display: none;
    }


    .sel_cat {
        text-align: center;
        display: block;
        margin: 0 auto;
    }


    .cate_list.pc_only{
        display: block;
    }

    .sel_cat.sp_only{
        display: none;
    }


.cate_list ul{
    display: block;
    list-style: none;
    text-align: center;
    margin: 0 auto;    
    font-size: 0;
    max-width: 600px;
    margin: 40px auto 50px auto;
}

.cate_list ul li{
    border : 1px solid #fff;
    margin: 0;
    padding: 0px;
    border-right: none;
    display: inline-block;
    background: #bdbcbc;
    color: #fff;
    font-size: 20px; 
    min-width: 16.6%;
    position: relative;

}

.cate_list ul li:before{
    position: absolute;
    right: -2px;
    left: -2px;
    content: '';
    background: #000;
    background-size: cover;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
    height: 100%;
}

.cate_list ul li:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}


cate_list ul li{

}
.cate_list ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -3px;
    text-decoration: none;
}

.cate_list ul li.active{
    background: #000;
}

.cate_list ul li.active a{
    color: #fff;
}

.cate_list ul li:last-child{
    border-right : 1px solid #fff;

}

.cate_list ul li a:hover{
    color: #fff;

}

@media screen and (max-width:767px){
    .cate_list.pc_only{
        display: none;
    }

    .sel_cat.sp_only{
        display: block;
            margin-bottom: 20px;
    }
}
