/***************common***************/
body {
    padding: 0;
    margin: 0;
	font-family: 'Noto Sans JP', sans-serif , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    line-height: 1.4;
}
html {
    scroll-behavior: smooth;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a:hover{
    opacity: 0.7;
}
a{
    color: #47C4CA;
    text-decoration: none;
    display: inherit;
}
.flex{
    display: flex;
}
.sp{
    display: none !important;
}
.pc{
    display: block !important;
}
.justify_center{
    justify-content:center
}
.justify_space-between{
    justify-content:space-between
}
.section_inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}
.text_center{
    text-align: center;
}
.margin_center{
    margin: 0 auto;
}
/*SP*/
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .flex{
        display: block;
    }
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
}
/***************footer***************/
footer{
    background-color: #151515;
}
.copy_write{
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #808080;
}
.footer_menu{
    background-color: #232323
}
.footer_menu_link a{
    margin: 5px 40px 0 0;
    color: #fff;
}
.footer_menu .header_menu_search form{
    display: flex;
}
.footer_menu .header_menu_search #s-btn-area {
    margin-left: -52px;
}
.footer_menu .section_inner{
    padding: 35px 20px;
}

/***************header***************/
header{
    background-color: #fff;
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 10px 5px rgb(193 193 193 / 16%);
    position: relative;
}
header .section_inner{
    padding: 0;
}
.header_logo{
    margin: 15px 0;
}
.header_logo img{
    width: 134px;
}
.login_btn_user{
    border: 1px solid #13386D;
    border-radius: 3px;
    padding: 10px 20px;
    height: 20px;
    margin: 15px;
    cursor: pointer;
    color: #13386D;
}
.login_btn_admin{
    background-color: #13386D;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    height: 20px;
    margin: 15px;
    cursor: pointer;
}
.login_btn_user img,
.login_btn_admin img{
	width: 13.15px;
}
.login_form_title{
    color: #13386D;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
}
.login_form_sub_title{
    font-size: 16px;
    font-weight: normal;
}
.header_menu a{
    color: #fff;
    margin: 15px 20px;
}
.login_header{
    position:fixed;
    background-color: transparent;
    box-shadow: none;
}
.login_main{
    margin-top: -0;
}
.login_header.fixed{
    position:fixed;
    background-color:#13386D;
    top: 0;
}
.mtxt{
    padding: 6px 0;
}
.mypage_btn{
    position: relative;
    top: 4px;
}
/***************login_form***************/
#wpmem_login{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 40px;
    background-color: #F6F6F6;
}
#wpmem_login label{
    margin-bottom: 15px;
    display: block;
}
#wpmem_login .flexbox{
    margin-bottom: 30px;
}
#wpmem_login input{
    width: 100%;
    padding: 8px 0;
}
#wpmem_login .button_div input{
    background-color: #13386D;
    color: #fff;
    padding: 10px 20px;
    margin-left: 20px;
    max-width: max-content;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
}
.wpmem_msg{
    width: 100% !important;
    margin: 0 auto !important;
    max-width: max-content !important;
    padding: 20px 88px !important;
    margin-bottom: 30px !important;
    border: 1px solid #E94054 !important;
    background-color: #FADEE2 !important;
    max-width: 400px !important;
}

/***************main_visual***************/
.main_visual{
    background-image: url("../images/main_visual_back.png");
    background-repeat:  no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    position: relative;
    z-index: 0;
    min-height: 680px;
    padding-top: 150px;
}
.mv1{
    background: linear-gradient(90deg, rgba(19,56,109,1) 0%, rgba(66,93,168,1) 100%);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    max-width: max-content;
}
.mv2{
    font-size: 31px;
    color: #fff;
}
.mv3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0px;
}
.mv4{
    font-size: 15px;
    color: #fff;
}
.header_menu_search input{
    padding: 10px;
    width: 235px;
}
.header_menu_search #s-btn-area{
    background-color: #13386D;
    color: #fff;
    border: 0;
    padding: 12px;
    margin-left: -55px;
    cursor: pointer;
    font-size: 14px;
}

/***************value***************/
.value{
    margin-top: -250px;
    z-index: 1;
    position: relative;
}
.value_l{
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px rgb(193 193 193 / 16%);
    position: absolute;
    height: max-content;
    margin-top: 50px;
    width: 520px;
    z-index: 1;
}
.value_r{
    position: absolute;
    right: 0;
}
.value_title{
    color: #13386D;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.value_title::after{
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid #13386D;
    position: relative;
    left: 95px;
    top: -16px;
    width: 70px;
    display: block;
}
.value_title::before{
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid #E1E1E1;
    position: relative;
    left: 95px;
    top: 13px;
    width: 405px;
    display: block;
}
.value_block{
    display: flex;
    margin: 20px 0;
}
.value_block img{
    margin-right: 20px;
}

/***************dep_info***************/
.dep_info{
    /*margin-top: 390px;*/
    background-color: #F6F6F6;
    display: block;
    padding-top: 30px;
    margin-top: 430px;
}
.dep_info_title{
    text-align: center;
    color: #13386D;
}
.dep_info_subtitle{
    text-align: center;
    margin-top: -15px;
}
.slider-dep .slick-slide {
    /*
    width: 600px;
    height: 400px;
    */
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.slider-dep .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prev-arrow{
    position: absolute;
    left: 0;
    z-index: 1;
    top: 35%;
}
.next-arrow{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 35%;
}
.dep_info_list{
    margin: 40px 0;
}
.dep_list{
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgb(193 193 193 / 16%);
    padding: 10px;
    cursor: pointer;
}
.dep_detail{
    display: none;
    position: relative;
    margin: 40px 20px;
}
.dep_name{
    margin-top: 10px;
    display: flex;
}
.dep_name img{
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    right: 10px;
}
.dep_detail_image{
    background-color: black;
    display: inline-block;
    width: 100%;
    position: relative;
}
.dep_detail_image img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    opacity: 0.4;
}
.dep_detail_txt{
    position: absolute;
    top: 90px;
    margin: 40px 70px;
}
.dep_detail_name{
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}
.dep_detail_name::after{
    content: "";
    flex-grow: 1;
    border-bottom: 3px solid #13386D;
    position: relative;
    left: 0;
    top: 9px;
    width: 40px;
    display: block;
}
.dep_detail_name::before{
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid #656565;
    position: relative;
    left: 0;
    top: 43px;
    width: 115px;
    display: block;
}
.dep_detail_description{
    color: #fff;
    margin: 40px 0px;
    line-height: 30px;
}
.movie_title{
    margin-left: 15px;
}
.movie_category{
    padding: 25px 50px;
    position: relative;
}
.movie_category::after {
    content: "";
    flex-grow: 1;
    border-bottom: 1px solid #C0C0C0;
    position: absolute;
    left: 50px;
    top: 60px;
    width: 100%;
    display: block;
}
.movie_category li{
    margin-right: 30px;
    cursor: pointer;
}
.movie_category_list{
    flex-wrap: wrap;
}
.movie_category_list li{
    width: calc(25% - 32px);
    margin: 15px;
    border: 1px solid #EFEFEF;
}
.movie_category_list li img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    opacity: 1;
}
.movie_category_list_category{
    background-color: #E0EAF8;
    color: #13386D;
    padding: 6px 10px;
    max-width: max-content;
    font-size: 14px;
    border-radius: 3px;
    margin: 15px 15px 5px;
}
.movie_category_list_title{
    display: flex;
    position: relative;
    margin: 10px 15px;
}
.movie_category_list_title a{
    color: #000;
    width: 85%;
}
.movie_category_list_title img{
    width: 18px !important;
    height: 18px !important;
    position: absolute;
    right: 10px;
}
.movie_category .active {
    padding-bottom: 11px;
    border-bottom: 4px solid #13386D;
    z-index: 1;
}

/***************single***************/
.breadcrumb ul li{
    margin-right: 10px;
}
.breadcrumb ul li a{
    color: #000;
}
.single .header_menu a,
.search .header_menu a,
.page-template-mypage_favorite-php .header_menu a,
.page-template-history-php .header_menu a{
    color: #000;
    margin: 15px 20px;
}
.single header,
.search header,
.page-template-mypage_favorite-php header,
.page-template-history-php header{
    box-shadow: 0px 0px 10px 5px rgb(193 193 193 / 16%);
    background-color: #fff;
}
.movie_single,
.search_result,
.mypage_favorite{
    padding-top: 65px;
}
.single .header_menu_search form,
.search .header_menu_search form,
.page-template-mypage_favorite-php .header_menu_search form,
.page-template-history-php .header_menu_search form{
    display: flex;
    margin-top: 9px;
}
.single .header_menu_search #s-btn-area,
.search .header_menu_search #s-btn-area,
.page-template-mypage_favorite-php .header_menu_search #s-btn-area,
.page-template-history-php .header_menu_search #s-btn-area{
        margin-left: -52px;
}
.single .footer_menu .header_menu_search form,
.search .footer_menu .header_menu_search form, 
.page-template-mypage_favorite-php .footer_menu .header_menu_search form,
.page-template-history-php .footer_menu .header_menu_search form{
    margin-top: 0;
}
.movie_play{
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.movie_play > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.movie_play_title{
    color: #052044;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.post_content_l{
    width: 85%;
    margin-right: 40px;
}
.post_content_r{
    width: 15%;
}
.connection_image img{
    width: 100%;
}
.connection_category{
    background-color: #E0EAF8;
    color: #13386D;
    padding: 6px 10px;
    max-width: max-content;
    font-size: 14px;
    border-radius: 3px;
    margin: 5px 0px;
    height: 17px;
    font-size: 13px;
}
.connection_txt{
    margin: 10px 0 25px;
}
.connection_txt a{
    color: #000;
}
.connection_title{
    font-size: 23px;
    font-weight: bold;
    color: #13386D;
    margin: 30px 0;
}
.movie_play_btn{
    margin-top: 20px;
}
.movie_play{
	position: relative;
    cursor: pointer;
}
.movie_play .play-btn{
	display: block;
    width: 70px;
	position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.movie_play .play-btn.playActive{
    display:none;
}
.comprehension_q{
    position: absolute;
    top: 30%;
    left: 35%;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 5px rgb(193 193 193 / 16%);
    display: none;
}
.comprehension_star{
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 30px 0 20px;
}
.comprehension_star img{
    margin: 0 5px;
}
.comprehension_close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.favorite{
    display: flex;
    border: 1px solid #B6B6B6;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 20px;
    height: 17px;
    font-size: 14px;
}
.favorite_star{
    margin-left: 5px;
}
.comprehension{
    display: flex;
    border: 1px solid #B6B6B6;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 20px;
    height: 17px;
    font-size: 14px;
    cursor: pointer;
}
.comprehension img{
    margin-right: 5px;
}
.col-full{
    width: 100%;
    margin: 30px 0 40px;
}
.search_no_result{
    margin-top: 40px;
    font-size: 18px;
    background-color: #ebebeb;
    padding: 110px 0px;
    width: 100%;
    text-align: center;
}
.mypage_favorite{
    background-color: #F6F6F6;
    display: flex;
    min-height: calc(100vh - 200px);
}
.mypage_l{
    width: 15%;
    margin-right: 20px;
    background-color: #fff;
    padding: 40px 0 0 50px;
}
.mypage_r{
    width: 85%;
}
.mypage_link a{
    color: #B7B7B7;
    margin-bottom: 20px;
}
.mypage_link.active a{
    color: #13386D;
    font-weight: bold;
}


/***************responsive***************/
@media only screen and (min-width: 769px) {
    .flex.pc{
        display: flex !important;
    }
}

@media only screen and (max-width: 1150px) {
    .header_block{
        padding: 0px 20px;
    }
    .movie_play > video {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
    }
    #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
        width: 100%;
    }
    #wpmem_login {
        width: 100% !important;
        margin: 0 auto;
        padding: 20px 0 !important;
    }
    #wpmem_login input{
        width: 100% !important;
        padding: 8px 0 !important;
    }
    .login_form .section_inner .section_inner{
        padding: 20px 0;
    }
    .header_block{
        display: flex;
    }
    .logoff_main{
        margin-top: 30px;
    }
    #wpmem_login fieldset{
        margin: 20px 0 !important;
        padding: 0 20px !important;
    }
    #wpmem_login .buttons{
        padding: 8px 10px !important;
    }

    /* ハンバーガーメニュー */
    .drawer_hidden {
        display: none;
    }
    .drawer_open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;
        cursor: pointer;
    }
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #333;
        transition: 0.5s;
        position: absolute;
    }
    .drawer_open span:before {
        bottom: 8px;
    }
    .drawer_open span:after {
        top: 8px;
    }
    #drawer_input:checked ~ .drawer_open span {
        background: rgba(255, 255, 255, 0);
    }
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 99;
        background: #fff;
        transition: .5s;
    }
    .nav_list {
        list-style: none;
        margin-top: 80px;
        padding: 0 20px;
    }
    #drawer_input:checked ~ .nav_content {
        left: 0;
    }
    .login_form_title {
        margin-top: 70px;
    }
    .footer_menu_link{
        margin-top: 20px;
    }
    .footer_menu_link a {
        margin: 5px 40px 0 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_menu .header_menu_search #s-btn-area {
        margin-left: 0;
        width: 80px;
    }
    .header_menu_search input {
        width: 100%;
    }
    .footer_menu_logo a{
        margin: 0 auto;
        text-align: center;
    }
    .login_header .nav_item a{
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .login_header .nav_item:last-child a{
        border: 0;
    }
    .mv2 {
        font-size: 26px;
    }
    .mv3 {
        font-size: 30px;
    }
    .header_menu_search form{
        display: flex;
    }
    .header_menu_search #s-btn-area {
        margin-left: 0;
        width: 90px;
    }
    .value_l {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 30px;
    }
    .value_title::before {
        width: 180px;
    }
    .value_r {
        position: relative;
        top: -500px;
    }
    .value_r img{
        width: 100%;    
    }
    .dep_info {
        margin-top: -200px;
    }
    .movie_category {
        padding: 25px 15px;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .movie_category_list li {
        width: 100%;
        margin: 15px 0 30px;
    }
    .movie_category::after {
        left: 15px;
        top: 59px;
    }
    .movie{
        margin-top: -50px;
        padding-top: 50px;
    }
    .breadcrumb .flex{
        display: flex;
    }
    .search_no_result {
        padding: 110px 0px;
        width: 100%;
        padding: 50px;
        box-sizing: border-box;
        display: block;
    }
    .movie_play {
        height: 230px;
    }
    .post_content_l {
        width: 100%;
        margin-right: 0;
    }
    .favorite,
    .comprehension {
        width: max-content;
        margin-bottom: 15px;
    }
    .connection_category {
        margin-bottom: 15px;
    }
    .post_content_r {
        width: 100%;
    }
    .comprehension_q {
        top: 20px;
        left: 30px;
    }
    .mypage_favorite{
        display: block;
    }
    .mypage_l {
        width: 100%;
        margin-right: 0px;
        background-color: #fff;
        padding: 30px 0px 10px 20px;
        display: block;
        box-sizing: border-box;
    }
    .mypage_r {
        width: 100%;
    }
    .mypage_favorite {
        min-height: auto;
    }
    .dep_detail_txt {
        position: absolute;
        top: -10px;
        margin: 40px 35px;
    }
    .wpmem_msg {
        width: 100% !important;
        margin: 0 auto  30px !important;
        padding: 20px 20px !important;
        box-sizing: border-box;
    }
}
