#campanies {
    /* min-width: 1280px; */
    min-width: 1120px;
    transition: all 0.5s;
}

#campanies.search_open {
    min-width: 1280px;
}

#campanies .container {
    min-height: 126.5vh;
    background-color: #fff;
    overflow: visible;
}

#campanies.preview .container {
    min-height: initial;
}

#campanies header {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.14);
}

/* 企業ブースモーダル */
#campanies .booth_modal {
    display: block;
}

#campanies .booth_modal .iframe_cnt iframe {
    width: 100vw;
}

.company_menu.modal_window {
    display: block;
}

.modal_window.edit_modal.booth_modal table #modal_cont {
    padding: 0;
}

#campanies .modal_box.booth_modal::-webkit-scrollbar {
    display:none;
}

#campanies .modal_box.booth_modal .pop_inner {
    width: 100%;
    margin: 0;
    background-color: transparent;
}

#campanies .modal_box.booth_modal .iframe_cnt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: -5px;
}

#campanies .modal_box.booth_modal .iframe_cnt::-webkit-scrollbar {
    display:none;
}

#campanies .modal_box.booth_modal .iframe_cnt iframe {
    height: 100%;
    width: 100%;
}

#campanies .edit_modal.booth_modal .pop_inner .modal_close {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url('../../img/common/modal_close_c.png');
    top: 20px;
    right: 28px;
    z-index: 300;
    margin: 0;
    padding: 0;
    position: fixed;
}

#campanies .edit_modal .pop_inner .modal_close:hover {
    background-color: transparent;
}

#campanies .booth_modal .button_next,
#campanies .booth_modal .button_prev {
    width: 48px;
    height: 48px;
    position: fixed;
    top: initial;
    right: calc(50% - 605px);
    left: initial;
    background-image: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-sizing: border-box;
    box-shadow: 0px 2px 24px rgba(26, 53, 78, 0.1);
    cursor: pointer;
    z-index: 300;
    display: none;
}

#campanies .booth_modal .button_next .button_cnt,
#campanies .booth_modal .button_prev .button_cnt {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

#campanies .booth_modal .button_next .button_cnt:hover ,
#campanies .booth_modal .button_prev .button_cnt:hover {
    opacity: 0.8;
}

#campanies .booth_modal .button_next {
    bottom: 20px;
}

#campanies .booth_modal .button_prev {
    bottom: 80px;
}

#campanies .booth_modal .button_next .arrow,
#campanies .booth_modal .button_prev .arrow {
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}

#campanies .booth_modal .button_next .arrow {
    transform: rotate(45deg);
    margin-right: 5px;
}

#campanies .booth_modal .button_prev .arrow {
    transform: rotate(-135deg);
    margin-left: 6px;
}

#campanies .booth_modal .arrow::after {
    display: none;
}

#campanies .booth_modal .switch_btn__detail {
    display: none;
    width: auto;
    height: 47px;
    background-color: #fff;
    position: absolute;
    filter: drop-shadow(0px 2px 4px rgba(26, 53, 78, 0.19));
    border-radius: 4px;
    right: 65px;
}

#campanies .booth_modal .switch_btn__detail::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    z-index: 300;
    top: 40%;
    right: -10px;
    box-sizing: content-box;
    transform: rotate(90deg) translateY(-50%);
    transition: all 0.2s;
}

#campanies .booth_modal .switch_btn__detail p {
    font-size: 14px;
    line-height: 1.5;
    padding: 13px 17px;
    color: #4B4B4B;
    position: relative;
    white-space: nowrap;
}

#campanies .booth_modal .switch_btn__detail.show {
    display: block;
}

#campanies #modal_bg {
    background-color: rgba(0, 0, 0, 0.8);
    /* pointer-events: none; */
    cursor: pointer;
}

.edit_modal .pop_inner .modal_close, .seminar_add_modal .pop_inner .modal_close {
    overflow: visible;
}

#campanies .loader {
    display: none;
    transform: translate(-50%, -50%);
    position: fixed;
    top: calc(50% - 32px);
    left: 50%;
    z-index: 1000;

    margin: auto;
    height: 64px;
    width: 64px;
}

#campanies .loader img {
    animation: loading 800ms infinite linear;
}

@keyframes loading {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
}


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

    #campanies .booth_modal .button_prev,
    #campanies .booth_modal .button_next {
        right: 20px;
    }

    #campanies .edit_modal.booth_modal .pop_inner .modal_close {
        width: 24px;
        height: 24px;
        background-image: url(../../img/common/modal_close_sp.png);
        background-size: 16px;
        margin: 0;
        padding: 0;
        top: 20px;
        right: 28px;
        left: initial;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.7);
    }
}
/* 企業ブースモーダル -end*/

/* shutto翻訳 */
html.modal_open body > .stt-lang-select {
    display: none;
}

/* ============================= 多言語対応(en) ============================= */
body[data-lang="en"] #campanies .booth_modal .switch_btn__detail {
    left: -280px;
}

/*================== 20220419 UIリニューアル追加css ==================*/
.bold {
    font-weight: bold;
}

a.over {
    transition: all 0.2s;
}

a.over:hover {
    opacity: 0.6;
}

#campanies footer {
    min-width: 1020px;
    transition: all 0.5s;
}

/* #campanies.search_open footer {
    min-width: 1280px;
} */

#campanies .ranking_area {
    box-sizing: border-box;
    border-bottom: 1px solid #D0D0D0;
    background-color: #FFFAF4;
}

#campanies .mainSection .ranking_area {
    padding: 34px 0 52px 48px;
}

#campanies .mainSection .ranking_ttl {
    margin-bottom: 12px;
}

#campanies .mainSection {
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #121212;
    transition: all 0.5s;
    min-height: calc(100vh - 116px);
}

#campanies #booth_cnt {
    /* width: 960px; */
    width: calc(100% - 57px);
    /* margin: 0 auto; */
    padding: 58px 0 0;
    min-height: 50vh;
    transition: all 0.5s;
}

#campanies.preview #booth_cnt {
    width: 100%;
}

#campanies.search_open #booth_cnt {
    width: calc(100% - 330px);
}

#campanies #booth_cnt .sort_nav {
    align-items: center;
    width: 864px;
    margin: 0 auto 30px;
}

#campanies #booth_cnt .sort_nav.expanded_3 {
    width: 1304px;
}

#campanies #booth_cnt .sort_nav.expanded_4 {
    width: 1504px;
}

#campanies #booth_cnt .sort_nav .display_type {
    display: flex;
    align-items: center;
}

#campanies #booth_cnt .sort_nav .display_type a {
    margin-right: 20px;
    color: #828282;
}

#campanies #booth_cnt .sort_nav .display_type svg.active path {
    fill: #000;
}

#campanies #booth_cnt .sort_nav .display_type svg {
    cursor: pointer;
}

#campanies #booth_cnt .sort_nav .display_type svg.colum_1 {
    margin-right: 12px;
}

#campanies #booth_cnt .selected_filters_area {
    display: none;
    justify-content: left;
    width: 864px;
    margin: 0 auto 30px;
}

#campanies #booth_cnt .selected_filters_area.expanded_3 {
    width: 1304px;
}

#campanies #booth_cnt .selected_filters_area.expanded_4 {
    width: 1504px;
}

#campanies #booth_cnt .selected_filters_area .filter_tag {
    background: #F3F3F3;
    border-radius: 30px;
    height: 29px;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
}

#campanies #booth_cnt .selected_filters_area .filter_tag span {
    font-size: 12px;
    font-weight: 700;
    margin-right: 12px;
    pointer-events: none;
}

#campanies #booth_cnt .booth_list__group {
    width: 880px;
    margin: 0 auto;
}

#campanies #booth_cnt .booth_item {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(72, 88, 102, 0.2);
    border-radius: 12px;
    margin-bottom: 30px;
}

#campanies .booth_info_swiper .booth_info_pagination {
    display: none;
}


#campanies .booth_info_swiper.swiper-container-horizontal::after {
    opacity: 0;
}

#campanies #booth_cnt .booth_item .booth_item_link {
    width: 100%;
    height: 100%;
    padding: 32px 32px 20px;
    position: relative;
}

#campanies #booth_cnt .booth_item a.booth_item_link:hover {
    /* opacity: 0.6!important; */
    opacity: 1;
}

#campanies #booth_cnt .booth_item .booth_item_inner .booth_imgs.swiper-wrapper {
    padding: 0;
}

#campanies #booth_cnt .booth_item .booth_imgs .b_main_img {
    width: 605px;
    height: 337.3px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#campanies #booth_cnt .booth_item .panel_wp_booth,
#campanies #booth_cnt .booth_item .booth_imgs .video_cnt {
    width: 189px;
    height: 337.3px;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#campanies #booth_cnt .booth_item .panel_wp_booth .video_cnt{
    width: 100%;
    border: none;
    background: none;
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt.videos .short_movie {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* backdrop-filter: blur(5px); */
    -webkit-backdrop-filter: blur(5px);
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt.logo_img {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt.logo_img .imgs {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt .overray {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt.playing .overray {
    opacity: 0;
}

#campanies #booth_cnt .booth_item .booth_imgs .video_cnt .overray img {
    width: 50px;
    height: 50px;
}

#campanies #booth_cnt .booth_item .booth_info {
    padding: 20px 0 0;
    flex-wrap: nowrap;
    /* align-items: center; */
    align-items: flex-start;
}

#campanies #booth_cnt .booth_item .booth_info .logo_img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #F2F2F4;
    margin-right: 20px;
    overflow: hidden;
}

#campanies #booth_cnt .booth_item .booth_info .logo_img .imgs {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}

#campanies #booth_cnt .booth_item .booth_info .info_text {
    width: calc(100% - 70px);
}

#campanies #booth_cnt .booth_item .booth_info .info_text .title {
    font-size: 16px;
    /* margin-bottom: 16px; */
    line-height: 21px;
}

#campanies #booth_cnt .booth_item .booth_info .info_text .desc {
    font-size: 14px;
    /* line-height: 25px; */
    line-height: 180%;
    color: #717171;
}

#campanies #booth_cnt .booth_item .booth_category {
    margin-top: 24px;
    padding-top: 24px;

    /* border-top: 1px solid #D0D0D0; */
    border-top: 1px solid #f5f5f5;
}

#campanies #booth_cnt .column_type_2 .booth_item .booth_category,
#campanies #booth_cnt .column_type_3 .booth_item .booth_category,
#campanies #booth_cnt .column_type_4 .booth_item .booth_category {
    padding: 24px;
}

#campanies #booth_cnt .booth_item .booth_category .category_list {
    justify-content: flex-start;
}

#campanies #booth_cnt .booth_item .booth_category .category_item {
    padding: 10px 20px;
    background-color: #F3F3F3;
    border-radius: 30px;
    /* line-height: 1; */
    line-height: 120%;
    margin-bottom: 12px;
}

#campanies #booth_cnt .booth_item .booth_category .category_item:not(:last-child) {
    margin-right: 12px;
}

#campanies #booth_cnt #booth_list_all {
    margin-bottom: 100px;
}

#campanies #booth_cnt #booth_list_all.no_booth {
    justify-content: center;
    margin-top: 60px;
}

#campanies #booth_cnt #booth_list_all.no_booth .no_booth_cnt {
    text-align: center;
    padding-left: 10px;
}

#campanies #booth_cnt #booth_list_all .no_booth_cnt p:nth-child(1) {
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

/* カラム数2 */
/* #campanies #booth_cnt .booth_list.column_type_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

#campanies #booth_cnt .booth_list.column_type_2 .booth_list__group,
#campanies #booth_cnt .booth_list.column_type_3 .booth_list__group,
#campanies #booth_cnt .booth_list.column_type_4 .booth_list__group {
    width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#campanies #booth_cnt .booth_list.column_type_3 .booth_list__group {
    width: 1300px;
}

#campanies #booth_cnt .booth_list.column_type_4 .booth_list__group {
    width: 1500px;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item {
    /* width: 421px; */
    width: 420px;
    margin: 0 0 30px;
    margin-right: 20px;
    overflow: hidden;
}

#campanies #booth_cnt .booth_list.column_type_4 .booth_item {
    width: 360px;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_list__group div:last-child,
#campanies #booth_cnt .booth_list.column_type_3 .booth_list__group div:last-child,
#campanies #booth_cnt .booth_list.column_type_4 .booth_list__group div:last-child {
    margin-right: 0;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_item_link,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_item_link,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_item_link {
    padding: 0;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_imgs .b_main_img,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_imgs .b_main_img,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_imgs .b_main_img {
    width: 100%;
    height: 233.89px;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#campanies #booth_cnt .booth_item .booth_imgs .b_main_img {
    max-width: 605px;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_imgs .b_main_img,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_imgs .b_main_img {
    max-width: 420px;
}

#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_imgs .b_main_img {
    max-width: 360px;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .panel_wp_booth,
#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_imgs .video_cnt,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .panel_wp_booth,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_imgs .video_cnt,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .panel_wp_booth,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_imgs .video_cnt {
    display: none;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_info,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_info,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_info {
    padding: 24px 24px 32px;
    margin-bottom: 0;
    border: none;
}

#campanies #booth_cnt .booth_list.column_type_2 .booth_item .booth_category,
#campanies #booth_cnt .booth_list.column_type_3 .booth_item .booth_category,
#campanies #booth_cnt .booth_list.column_type_4 .booth_item .booth_category {
    /* display: none; */
}


@media screen and (min-width: 768px) {

    #campanies #booth_cnt .booth_list.column_type_2 .ranking_icon_area p,
    #campanies #booth_cnt .booth_list.column_type_3 .ranking_icon_area p,
    #campanies #booth_cnt .booth_list.column_type_4 .ranking_icon_area p {
        display: none;
    }
    #campanies #booth_cnt .booth_list.column_type_2 .ranking_icon_area,
    #campanies #booth_cnt .booth_list.column_type_3 .ranking_icon_area,
    #campanies #booth_cnt .booth_list.column_type_4 .ranking_icon_area {
        align-items: center;
        justify-content: center;
        background: #FFEDED;
        white-space: nowrap;
        left: 0;
        width: auto;
        margin: 0;
        z-index: 3;
        border-radius: 50%;
        margin-right: 0px;
        position: absolute;
        top: -8px;
        left: -8px;
        padding: 6px;
        z-index: 10;
        width: 32px;
        height: 32ox;
    }
    #campanies #booth_cnt .booth_list.column_type_2 .ranking_icon_area .imgs,
    #campanies #booth_cnt .booth_list.column_type_3 .ranking_icon_area .imgs,
    #campanies #booth_cnt .booth_list.column_type_4 .ranking_icon_area .imgs {
        width: 16px;
        height: 19px;
        line-height: 19px;
        margin-right: 0px;
    }
    #campanies #booth_cnt .booth_list.column_type_2 .booth_item,
    #campanies #booth_cnt .booth_list.column_type_3 .booth_item,
    #campanies #booth_cnt .booth_list.column_type_4 .booth_item {
        overflow: initial;
    }
}




/* おすすめの企業ブース */
#campanies .organizer_recommended.parts_content,
#campanies .visited_company.parts_content {
    width: 100%;
    /* margin-top: 30px; */
    margin-top: 70px; /*デザインと異なる数値で調整*/
    margin-bottom: 70px;/*デザインと異なる数値で調整*/
    background-color: var(--key-color-10);
    position: relative;
    padding: 0;
}

#campanies .organizer_recommended.parts_content .parts_inner,
#campanies .visited_company.parts_content .parts_inner {
    /* padding: 32px 0 30px 0px; */
    padding: 32px 0 45px 0px;
    /* margin-left: 56px; */
    padding-left: 56px;
    overflow: hidden;
}

#campanies .organizer_recommended .content_ttl {
    margin-bottom: 6px;
}

#campanies .organizer_recommended .logos {
    margin-top: 0;
}

#campanies .organizer_recommended .logos,
#campanies .visited_company .logos {
    overflow: visible;
}

/* スライダーのグラデーション */
#campanies .next_btn:after {
    right: 22px;
}

#campanies .prev_btn:after {
    left: 22px;
}

#campanies .organizer_recommended .prev_btn::after,
#campanies .visited_company .prev_btn::after {
    /* left: -34px; */
    left: -5px;
}

#campanies .organizer_recommended .next_btn::before,
#campanies .organizer_recommended .prev_btn::before {
    top: -34%;
    height: 154%;
}

#campanies .organizer_recommended .next_btn::before {
    background: linear-gradient(to right, rgba(255,250,244,0), var(--key-color-10));
}

#campanies .organizer_recommended .prev_btn::before {
    left: -56px;
    background: linear-gradient(to left, rgba(255,250,244,0), var(--key-color-10));
}

#campanies .visited_company .next_btn::before,
#campanies .visited_company .prev_btn::before {
    top: -22%;
    height: 138%;
}

#campanies .visited_company .next_btn::before {
    background: linear-gradient(to right, rgba(255,250,244,0), var(--key-color-10));
}

#campanies .visited_company .prev_btn::before {
    left: -56px;
    background: linear-gradient(to left, rgba(255,250,244,0), var(--key-color-10));
}

.v_c_swiper {
    overflow: visible;
}

#campanies .organizer_recommended .logos .panel .company_name {
    text-align: center;
}

/* 急上昇ランキング */
#campanies #booth_list_all .ranking_area {
    /* margin-top: 30px;
    margin-bottom: 50px; */
    margin-top: 70px;
    margin-bottom: 70px;
    border-bottom: none;
}

#campanies .logos .panel {
    transition: all 0.3s;
}

#campanies .logos .swiper-wrapper {
    padding: 10px 0;
}

/* ブース一覧ローダー */
#campanies .loader.boothlist_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 156px;
    margin-bottom: 50px;
    background-color: #fff;
    position: static;
    width: 100%;
    transform: none;
}

#campanies .loader.boothlist_loader img {
    width: 43px;
    height: 43px;
}
/* ブース一覧ローダー -end */


/* 検索エリア */
#campanies .company_menu {
    display: flex;
    max-width: 330px;
    transition: all 0.5s;
}

#campanies .sort_area {
    width: 100%;
    height: 100%;
    border-right: 1px solid #D0D0D0;
    background-color: #fff;
}

#campanies .sort_area .section_inner {
    position: sticky;
    top: 60px;
}

#campanies .sort_area .sec_ttl {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}

#campanies .sort_area .sec_ttl h3 {
    font-size: 16px;
    line-height: 21px;
    padding: 19px 0 15px;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
    letter-spacing: 0;
}

#campanies .sort_area .sec_ttl .slide_btn {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: 24px;
    background-image: url(../../img/booth/menu_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#campanies .sort_area .sec_ttl .slide_btn.sp {
    display: none;
}

#campanies .sort_area .sec_cnt {
    height: calc(100vh - 116px);
    overflow: scroll;
    padding: 32px 24px;
    padding-right: 14px;
}

#campanies .sort_area .sec_cnt::-webkit-scrollbar {
    width: 20px;
}

#campanies .sort_area .sec_cnt::-webkit-scrollbar-track {
    background-color: transparent;
}

#campanies .sort_area .sec_cnt::-webkit-scrollbar-thumb {
    background-color: #D0D0D0;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

#campanies .sort_area .sec_cnt::-webkit-scrollbar-thumb:hover {
    background-color: #474747;
}

#campanies .sort_area .sec_cnt .name_search {
    position: relative;
    margin-bottom: 24px;
}

#campanies .sort_area .sec_cnt .name_search.disable_search {
    opacity: 0.3;
}

#campanies .sort_area .sec_cnt .name_search::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../img/icons/search_icon.png);
}

#campanies .sort_area .sec_cnt .name_search input[type="search"] {
    width: 100%;
    border: none;
    background-color: #F3F3F3;
    border-radius: 35px;
    /* padding: 11px 0 8px 42px; */
    padding: 10px 0 9px 42px;
    /* letter-spacing: -0.01em; */
    letter-spacing: 0;
    font-size: 12px;
}

#campanies .sort_area .sec_cnt .sort_category {
    width: 100%;
}

#campanies .sort_area .sec_cnt .sort_category h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 16px;
}

/* チェックボックススタイル */

#campanies .sort_area .select_check_list .cheack_box {
    cursor: pointer;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    border-top: 1px solid #E5E5E5;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .pulldown_container {
    display: flex;
    width: 30px;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .pulldown_container .pulldown_icon {
    position: absolute;
    width: 10px;
    height: 10px;
    /* border-left: 3px solid #717171;
    border-bottom: 3px solid #717171; */
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    transform: rotate(-45deg);
    top: calc(50% - 9px);
    right: 3px;
    transition: all 0.3s;
    pointer-events: none;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt.open .pulldown_container .pulldown_icon {
    transform: rotate(135deg);
    top: calc(50% - 2px);
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt.only_cat_ele .pulldown_container .pulldown_icon {
    display:none;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input {
    display: none;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input + label {
    font-size: 14px;
    padding: 14px 30px 14px 28px;
    margin-right: 0;
    width: 100%;
    line-height: 1.5;
    user-select: none;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input + label::before {
    display: block;
    border-radius: 4px;
    background-color: #fff;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input.checkbox_input_cat:indeterminate + label::before,
#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input.checkbox_input_cat:checked + label::before {
    background-color: #0033BB;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input.checkbox_input_cat:indeterminate + label::before {
    content: "-";
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    font-size: 17px;
    line-height: 100%;
    padding: 0;
}

#campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input:checked + label::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: initial;
    left: 5px;
    top: calc(50% - 4px);
    width: 8px;
    height: 5px;
}

#campanies .sort_area .select_check_list .check_children_list {
    display: none;
    padding: 17px 0 14px 24px;
    border-top: 1px solid #E5E5E5;
}

#campanies .sort_area .select_check_list .check_child {
    border: none;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 16px;
}

#campanies .sort_area .select_check_list .check_child:first-child {
    margin-top: 0;
}

#campanies .sort_area .select_check_list .check_child .checkbox_input + label {
    /* padding: 3px 30px 3px 28px; */
    padding: 3px 3px 3px 28px;
    line-height: 1.5;
    margin-right: 0;
    width: 100%;
    user-select: none;
}

#campanies .sort_area .select_check_list .check_child .checkbox_input + label::before {
    display: block;
    border-radius: 4px;
    background-color: #fff;
}

#campanies .sort_area .select_check_list .check_child .checkbox_input_jenru:checked + label::before {
    background-color: #0033BB;
}

#campanies .sort_area .select_check_list .check_child .checkbox_input_jenru:checked + label::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: initial;
    left: 5px;
    top: calc(50% - 4px);
    width: 8px;
    height: 5px;
}

/* チェックボックススタイル -end */

#campanies .sort_area .sort_category .search_btn_area .sort_cancel {
    margin-top: 30px;
    padding-bottom: 40px;
}

#campanies .sort_area .sort_category .search_btn_area .sort_cancel a {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 11px;
    border: 1px solid #D0D0D0;
    border-radius: 53px;
    text-align: center;
}

/* 絞り込みバー非表示 */
#campanies .company_menu.hidden {
    width: 57px;
}

#campanies .company_menu.hidden .sort_area {
    background-color: #FAFAFA;
}

#campanies .company_menu.hidden .sort_area .sec_ttl {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D0D0D0;
}

#campanies .company_menu .sort_area .sec_ttl.pc {
    height: 56px;
    display: block;
}

#campanies .company_menu .sort_area .sec_ttl.sp {
    display: none!important;
}

#campanies .company_menu.hidden .sort_area .sec_ttl .slide_btn {
    background-image: url(../../img/booth/search_icon.svg);
}

#campanies .ranking_icon_area {
    display: none;
}

#campanies .ranking_booth .ranking_icon_area {
display: flex;
}

.booth_list_title_cnt {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 16px;
}

#campanies .ranking_icon_area {
    align-items: center;
    justify-content: flex-start;
    background: #FFEDED;
    white-space: nowrap;
    left: 0;
    width: 130px;
    margin: 0;
    padding: 8.5px 16px 8.5px 19px;
    z-index: 3;
    border-radius: 40px;
    margin-right: 12px;
}

#campanies .ranking_icon_area .imgs {
    width: 14px;
    height: 17px;
    line-height: 17px;
    margin-right: 8px;
}

#campanies .ranking_icon_txt p {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
}

#campanies .long_ttl_cnt .booth_list_title_cnt {
    display: block;
}

#campanies .long_ttl_cnt .booth_list_title_cnt .ranking_icon_area {
    margin-left: 0;
    margin-top: 8px;
}


@media only screen and  (min-device-width: 640px) and (orientation: portrait) and (max-device-width: 1024px) {
	/* ipad縦向き */
    #campanies .sort_area .checkbox_input + label::before {
        margin-top: -8px;
    }
    #campanies .sort_area .select_check_list .cheack_box .check_all_cnt .checkbox_input:checked + label::after {
        top: calc(50% - 3px);
    }
    #campanies .ranking_icon_area {
        width: 140px;
    }
    #campanies .company_menu {
        max-width: 440px;
    }
}