@charset "UTF-8";

.c-header {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    padding: 0 20px;
    position: sticky;
    top: 0;
    color: #000;
    z-index: 990;
    height: 75px;
    /* box-shadow: 0px -6px 20px 0px #ffffff; */
}

/* ロゴありheader pcでは追従なし */
.c-header {
    position: relative;
}


.c-header__title.with_place {
    width: 300px;
    background: inherit;
}

.c-header__title.with_place a {
    padding-right: 0;
}

.regist_btn_cont{
    width: max-content;
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
    order: 3;
    height: 80px;
}
.c-header__link__pre-regist,
.header_online .c-header__link__login{
    width: 100px;
    font-size: 0.8rem;
    height: 80px;
}
.c-header__link__pre-regist span{
    font-size: 0.8rem;
}
.c-header__link__pre-regist__text::before{
    font-family: "Font Awesome 5 Free";
    content: '\f145';
    font-weight: 700;
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 3px;
}


.c-header__link {
    width: calc(100% - 300px);
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: auto;
}

.c-header__link:has(.show-on-mobile){
    /* flex-wrap: nowrap; */
    /* align-items: flex-start; */
}

.en .c-header__link .c-header__link_menu{
    width: calc(100% - 240px);
}
.c-header__link .c-header__link_menu{
    width: calc(100% - 200px);
}
.en .c-header__link {
}

.header_online .c-header__link__sns {
    margin-right: 0;
    padding-right: 5px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.header_online .c-header__link__sns__item__link i {
}
.fa-facebook-f:before {
    content: "\f09a";
}
.header_online .c-header__link__lang {
    width: 50px;
    height: 25px;
    background: #d8d8d8;
    padding: 0;
    border: none;
    border-radius: 100vh;
}
.c-header__link__lang__text {
    font-size: 0.75rem;
    height: inherit;
    padding: 0 5px;
    margin: 0;
    background: #dcdcdc;
    line-height: 2;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    font-family: 'Outfit' , sans-serif;
}

.menu.header_menu{
    background: #000;
}

.menu.header_menu ul li a{
    color:#fff;
    font-size: 1.1rem;
    font-weight: bold;
    /* font-family: 'Outfit', sans-serif; */
}

.menu.header_menu ul li .sub_list.normal-sub a{
    font-size: 1rem;
}

.menu.header_menu ul li .sub_list.normal-sub a > span{
    display: block;
}

.menu > ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    justify-content: center;
    background: #000;
    justify-content: space-between;
    max-width: 1200px;
    padding: 10px 0 0;
}

.menu > ul > li {
    float: unset;
    background: unset;
}

/* ハンバーガーメニューの色 */
.c-header__link .menu a{
    color: #000;
}

.pc_sidenav .menu > ul > li a{
    /* padding:0; */
    width: 100%;
}
.menu > ul > li a {
    padding: 9px 10px 20px;
    font-size: 0.9rem;
}
.en .menu > ul > li a {
    padding: 7px 5px 17px;
}
.menu > ul > li.select_pc > a {
    padding: 9px 10px 15px;
}

/* ハンバーガーで展開するサイドメニュー */
.pc_sidenav .menu > ul > li.select_pc > a{
    padding: 9px 5px 7px;
    font-size: 1.1rem;
    color: #ffffff;
}

.pc_sidenav .menu>ul>li>ul.normal-sub>li a{
    color: #fff;
}

.en .menu > ul > li.select_pc > a {
    padding: 7px 5px 12px;
}
.menu > ul > li > ul {
    margin-top: 2px;
}
.menu > ul > li.c-header__link__sns__item {
    display: none;
}

.top-partners__container .slick-list{
    padding: 0 30px;
}
.top-collaborators__banner-slider .slick-prev {
    left: 0px;
}
.top-collaborators__banner-slider .slick-next {
    right: 0px;
}

.menu > ul > li > ul.big_nav > li.column > ul.column_inner{
    /* width: 100%; */
}

/* headerのアイコンサイズ変更 */
.header_online .c-header__link__sns__item__link i{
    font-size: 20px;
    color: #000;
}

.sp{
    display: none;
}



/* 出展申込ボタン */
.c-header__link__apply.gnav_link{
    color: #fff;
    /* background: linear-gradient(45deg, #e8102c, #ed3e7c); */
    /* border-radius: 3px; */
    text-decoration: none;
}

.c-header__link__apply.gnav_link .c-header_apply_link{
    font-size: var(--font-size_15);
    font-weight: bold;
    padding: 4px 25px;
    vertical-align: text-top;
    background: linear-gradient(45deg, #e8102c, #ed3e7c);
    border-radius: 5px;
}

.c-global-navi .menu.sidenav a{
    text-decoration: none;
}


@media only screen and (max-width: 1360px){
    .menu > ul > li a {
        padding: 0px 5px 5px;
    }
    .menu > ul > li.select_pc > a {
        padding: 0px 5px 2px;
    }
}
@media only screen and (max-width: 1335px){
    .en .menu > ul > li a {
        padding: 0px 5px 10px;
    }
    .en .menu > ul > li.select_pc > a{
        padding: 0px 5px 6px;
    }
    .menu > ul > li > ul{
        margin-top: 0;
    }
}

@media only screen and (max-width: 1080px){
     .en .c-header__title.with_place {width: 280px;}
    .en .c-header__link{
    width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 1070px){
    .c-header__title.with_place,
    .en .c-header__title.with_place {
    }
    .en .c-header__title.with_place{
        /* width: 310px; */
    }
    .c-header__link {
        /* width: calc(100% - 550px); */
    }

  .en .c-header__link {
        /* width: calc(100% - 500px); */
    }
   
}

@media only screen and (max-width: 1000px){
    .en .c-header .menu_login .header__link__pre-regist{
        /* width: max-content; */
        width: 100%;
    }
    .c-header {
        height: 60px;
        /* ロゴありheader 1000px以下で追従 */
        position: sticky;
        border-bottom: 0;
        box-shadow: 0px -6px 20px 0px #b3b3b3;
    }


    .c-header__link__sns__item.sp:has(.c-header__link__apply){
        background: #EE0000;
    }
    .c-header__link__sns__item.sp:has(.c-header__link__apply) a span{
        font-weight:bold;
        font-size: 16px;
    }
    .c-header__link__lang {
        background: #424242;
    }

    .c-header__link__sns__item.sp:has(.c-header__link__apply) a[target=_blank]:after{
        content:none;     
     }
     


    br.pc{
        display:none;
    }
    .sp{
        display: block;
    }
    .c-header .menu_login{
        display: none;
    }
    .c-header .menu_login .sp{
        display: block;
    }
    .c-header__title.with_place,
    .en .c-header__title.with_place{
        width: calc(100% - 250px);
        max-width: 350px;
    }
    .regist_btn_cont {
        order: unset;
        height: 60px;
        margin-left: auto;
        margin-right: 0;
        max-width: 180px;
    }
    .c-header__link__pre-regist,
    .header_online .c-header__link__login {
        height: 60px;
        width: 90px;
        display :none;
    }
    .c-header__link,.en .c-header__link {
        width: 60px;
        height: 60px;
        padding-right: 0;
        padding-top: 0;
        margin-left: 0;
    }
    a.menu-mobile {
        width: inherit;
        border-left: none;
    }
    .menu-mobile:after {
        line-height: 60px;
    }
    .menu .show-on-mobile {
        background: #191919;
        top: 60px;
        width: 100vw;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li a {
        padding: 15px!important;
        font-size: 1rem;
        height: auto;
    }
    .menu > ul > li.select_pc > a {
        padding: 15px;
    }
    .menu-dropdown-icon:before {
        padding: 15px;
        /* メニュー内容より上に配置して押せるように */
        position: relative;
        z-index: 5;
    }
    .menu > ul > li.c-header__link__sns__item {
        display: block;
        margin-left: 0;
    }
    .menu > ul > li.c-header__link__sns__item.cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 10px;
        margin-left: 0;
    }
    .menu > ul > li.c-header__link__sns__item.cont a{
        width: max-content;
        padding: 15px;
    }
    .menu > ul > li.c-header__link__sns__item.cont a i{
        font-size: 1.6rem;
    }
    .menu > ul > li.c-header__link__sns__item.cont a::after {
        content: none;
    }
    .menu > ul > li.menu_login {
        display:block;
        background: #e70e0f;
    }
    .menu > ul > li.menu_login a {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        font-size: 1rem;
    }
    .c-header .menu_login .header__link__pre-regist{
        width: max-content;
        height: inherit;
        margin: 0;
        padding: 0!important;
    }
    .c-header .menu_login .header__link__pre-regist .sp{
        
    }
    .menu > ul > li > ul{
        margin-top: 0;
    }
    .menu li ul.sub_list li a{
        padding: 5px 10px!important;
    }

    
    .header_online .c-header__link__lang {
        width: 100%;
        height: auto;
    }
    .c-header__link__lang__text {
        font-size: 1rem;
        width: max-content;
        background: inherit;
        color: #fff;
    }
    .menu>ul>li.menu_regist span {
        font-size: 1rem;
        text-align: left;
    }
    .menu>ul>li.menu_regist a:after{
        content: none!important;
    }
}

@media only screen and (max-width: 480px){
    .c-header__title.with_place,
    .en .c-header__title.with_place {
        width: calc(100% - 70px);
    }
    .regist_btn_cont {
        display: none;
    }
    a.menu-mobile {
        /* border-left: 1px solid #383838; */
    }

}



