@charset "utf-8";

/* 10/3 新着情報コンテンツ掲載 */

/* ニュースのヘッダー非表示 */
#news .news-block {
  border-bottom: none;
}

body {
  color: #000;
}

.txt_link {
  text-decoration: underline;
  color: #0c90e4;
}


@media screen and (min-width: 481px) and (max-width: 850px) {
  .w1400 {
    padding: 0px;
  }
}


/* ボタン */
.c-button::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #d61919;
  display: inline-block;
  border-radius: 100px;
  line-height: 20px;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}


/* MV */
#mv {
  position: relative;
}

#mv .pc {
  display: block;
}

#mv .sp {
  display: none;
}

#mv .content p.btn a {
  margin-bottom: 0;
  background: #000000;
  font-size: 1.4rem;
  padding: .8rem 65px .8rem 30px;
  width: 95%;
  letter-spacing: .1rem;
}

#mv .c-button.blue::after {
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  right: 25px;
}

.en #mv .c-button.blue::after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

#mv .recruitment .main_logo_cont {
  width: 90%;
}

#mv .recruitment .logo_cont {
  position: absolute;
  max-width: 52px;
  width: 100%;
  bottom: -10px;
  right: -10px;
}

.en #mv .recruitment .logo_cont {
  bottom: 0;
}


#mv .recruitment .button span {
  display: block;
}

/* -------- 出展者オンライン説明会 -------- */
#mv .recruitment:has(.notice_contents) {
  width: 28%;
}

#mv .recruitment ._block.cont_25.notice_contents {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding: 15px;
  margin-left: -110%;
  width: 210%;
  background-color: rgba(255, 255, 255, .7);
  transition: margin-left 0.5s ease;
}

#mv .notice_contents .notice_expo_area {
  flex: 0 0 42%;
  display: flex;
  flex-wrap: wrap;
}

#mv .notice_contents .expo_btn_wrap {
  align-self: flex-end;
  padding: 2px 5px 10px;
  background: linear-gradient(to right, #0072ff, #34d1ff);
}

#mv .notice_contents .expo_btn {
  margin-bottom: unset;
}

#mv .notice_contents .notice_link_area {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
  background: rgb(229, 246, 255);
  background: linear-gradient(90deg, rgba(229, 246, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  border: 5px solid #0b90e4;
  transition: transform 0.5s ease, box-shadow 0.5s ease !important;
}

#mv .notice_contents .notice_link_area:hover,
#mv .notice_contents .notice_link_area:focus {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* スライダーが動き出したら余白をなくす */
#mv .recruitment ._block.cont_25.notice_contents:hover,
#mv .recruitment ._block.cont_25.notice_contents:focus-within {
  margin-left: 0;
}

#mv .notice_contents .notice_date-img_wrap,
#mv .notice_contents .notice_annotation-img_wrap {
  margin-top: 20px;
}

#mv .notice_contents .notice_btn {
  margin-top: 15px;
  padding: 0.6rem 35px .6rem 15px;
  background: #ee114a;
  background: linear-gradient(90deg, rgba(238, 17, 74, 1) 0%, rgba(222, 37, 84, 1) 100%);
  border-color: #ee114a;
  color: #fff;
  font-size: 1.175rem;
  letter-spacing: 0;
}

#mv .notice_contents .notice_btn:hover {
  background: #fff;
  color: #ee114a;
  cursor: pointer;
}

#mv .notice_contents .notice_btn:after {
  right: 12px;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #ee114a;
  font-size: .725rem;
  line-height: 22px;
}

#mv .notice_contents .notice_btn:hover:after {
  background: #ee114a;
  color: #fff;
}

#mv .mv_btn_link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* padding-top: 30px; */
}

#mv .mv_btn_link li {
  width: 100%;
  margin-bottom: 10px;
}

#mv .mv_btn_link li:last-of-type {
  margin-bottom: 15px;
}

#mv .mv_btn_link li.sup_cont {
  position: absolute;
  width: 65%;
  top: 0;
  left: 18%;
  z-index: 1;
}

#mv .mv_btn_link li.comingsoon {
  pointer-events: none;
}

#mv .catchcopy:has(.catchcopy_newline) {
  /* position: absolute; */
  /* left: 0; */
  /* max-width: 1400px; */
  /* z-index: 0; */
  /* bottom: 11px; */
  /* margin: 10px auto 10px; */
  /* margin: 0 auto; */
  width: 100%;
  /* width: 110%; */
  /* margin: 0 auto; */
  /* padding: 0 20px; */
}

#mv .recruitment .btn span {
  display: block;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width:1250px) {
  #mv .recruitment {
    margin: 0px;
    min-width: 350px;
  }

}

@media screen and (max-width:1000px) {
  #mv .catchcopy {
    max-width: calc(100% - 390px);
  }

  #mv .attention_expo_area {
    padding: 0;
  }

  #mv .content p.btn a {
    padding: .8rem 65px .8rem 30px;
    font-size: 1.3rem;
    width: 90%;
  }
}

@media screen and (max-width:768px) {
  #mv .recruitment ._block {
    /* padding: 20px; */
    margin-top: 100%;
  }

  #mv .flex_cont {
    flex-direction: column;
  }

  #mv .recruitment {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
    min-width: inherit;
  }

  #mv .recruitment:has(.notice_contents) {
    width: 100%;
  }

  #mv .recruitment ._block.cont_25.notice_contents {
    flex-direction: column;
    margin-top: unset;
    margin-left: unset;
    width: 100%;
  }

  #mv .notice_contents .expo_btn_wrap {
    margin-top: 20px;
  }

  #mv .notice_contents .notice_link_area {
    margin-top: 20px;
  }

  #mv .recruitment h1 {
    /* max-width: 300px; */
    /* margin: 0 auto 25px; */
  }

  #mv .recruitment .logo_cont {
    right: 35px;
    max-width: 45px;
  }
}

@media screen and (max-width:700px) {
  #mv .flex_cont.w1400 {
    flex-direction: column-reverse;
  }

  .en #mv .catchcopy {
    top: 70%;
  }

  #mv .mv_btn_link li {
    width: 100%;
  }

  #mv .mv_btn_link li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:600px) {
  #mv .recruitment {
    width: 78%;
  }
}

@media screen and (max-width:500px) {
  #mv .recruitment ._block {
    margin-top: 85%;
  }

  .en #mv .catchcopy {
    top: 63%;
  }
}

@media screen and (max-width: 480px) {
  #mv .recruitment h1 {
    /* max-width: 270px; */
    /* margin: 0 auto 25px; */
  }

  #mv .content p.btn a {
    padding: .8rem 50px .8rem 30px;
  }

  #mv .catchcopy {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    top: 63.7%;
  }

  #mv .mv_btn_link {
    width: 95%;
  }

  #mv .recruitment ._block {
    width: 100%;
    margin-top: 75%;
  }

  #mv .recruitment .logo_cont {
    left: 80%;
    bottom: -12px;
  }

  #mv .recruitment {
    width: 95%;
  }

  #mv .flex_cont.w1400 {
    margin-top: 0px;
    margin-bottom: 0;
  }

  #mv .recruitment ._block.cont_25.notice_contents {
    width: 90%;
    margin: 0 auto;
  }

  #mv .notice_contents .notice_link_area {
    padding: 20px;
  }

  #mv .notice_contents .notice_btn {
    font-size: 1.125rem;
  }

  #mv .notice_contents .notice_btn:after {
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 21px;
  }
}

@media screen and (max-width:410px) {
  .en #mv .catchcopy {
    top: 68%;
  }
}

@media screen and (max-width:350px) {
  .en #mv .catchcopy {
    top: 65%;
  }
}

/* MV下のmagazine 250114~ */
.magazine_mv.main {
  line-height: 1.6;
}

.page_top .magazine .mag_nav_area .nav_cont {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page_top .magazine .mag_nav_area .mag_nav_btn li a:after {
  transform: translateY(-50%) rotate(-45deg);
}


/* MV下のお知らせバナーコンテンツ */
.notice_cont {
  background-color: #e8e8e8;
}

.notice_cont .notice-block {
  width: 70%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.notice_cont .notice-block .notice_banner_img-wrap {
  box-shadow: 1px -1px 18px #8d8d8d;
}

@media screen and (max-width:768px) {
  .notice_cont .notice-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

#mv_panel_popup {
  padding: 50px 20px 35px;
}

.main #mv_panel_popup h2 {
  margin-bottom: 2.3rem;
}

.en .main #mv_panel_popup h2 {
  margin-bottom: 3rem;
}

.mv_panel_content .comingsoon {
  font-size: .9rem;
  border: solid 1px;
  padding: 2px 20px;
  border-radius: 100px;
  width: max-content;
  line-height: 1.8;
  display: block;
  background: #7c7c7c;
  font-weight: bold;
  border: 1px solid #7c7c7c;
  margin: 0 auto 15px;
}

.mv_panel_cont .mv_panel li>a.disabled {
  pointer-events: none;
}


.mv_panel_link .sub_txt {
  color: #fff;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#bnr_Sponsored-Exhibitor-Google-Cloud {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
}

.mv_panel_cont .mv_panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.mv_panel_cont .mv_panel li:nth-child(4) {
  grid-column: span 1;
}

.mv_panel_cont .mv_panel li#exhibinfo_award {
  grid-column: span 2;
  /* display: flex; */
}

.mv_panel_cont .mv_panel li#exhibinfo_award a {
  display: flex;
  background: linear-gradient(46deg, #bbd8e9, #e4e5f3, #d9d8ee);
  padding: 1rem 2rem 1rem 1rem;
  justify-content: space-between;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a figure {
  width: 30%;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a figure.award_logo {
  max-width: 300px;
  width: initial;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.mv_panel_cont .mv_panel li#exhibinfo_award .award_logo.sp_img {
  display: none;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont {
  width: 67%;
  position: relative;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div {

  position: relative;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div:after {
  content: "Coming Soon";
  font-weight: bold;
  color: #dbdbdb;
  background: #6c6c6c;
  padding: 5px 30px;
  border-radius: 10vh;
  position: absolute;
  right: 0;
  top: 0;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div .comingsoon_txt {
  margin-top: 0;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont figure:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 100%);
  color: #ffffff;
  border-radius: 100px;
  line-height: 40px;
  font-size: .6rem;
  text-align: center;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont p {
  font-size: .8rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.en .mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont p {
  line-height: 1.7;
  font-size: 0.75rem;
}

.ai_serch_btn {
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto 0;
}

.ai_serch_btn .comingsoon {
  pointer-events: none;
}

.mv_panel_cont .sponsored_cont {
  max-width: 220px;
  position: absolute;
  top: 40px;
  right: 20px;
}

.en .mv_panel_cont .sponsored_cont {
  top: 30px;
}

.mv_panel_cont .mv_panel li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 20px;
  height: 100%;
  background-position: bottom;
  border-radius: 10px;
  background-size: cover;
  background-image: url(../img/top/onlineinfo_bg.webp);
}

.mv_panel .comingsoon h3:after {
  display: none;
}

.mv_panel_cont .mv_panel li>a.comingsoon {
  flex-direction: column;
}

.mv_panel_cont .mv_panel li#exhibinfo_online_exhibition_list>a {
  background-image: url(../img/top/exhiblist_bg.webp);
}

.mv_panel_cont .mv_panel li#exhibinfo_event>a {
  background-image: url(../img/top/exhibitorevent_bg.webp);
}

.mv_panel_cont .mv_panel li#exhibinfo_digitalbook>div {
  background-image: url(../img/top/disitalbook_bg.webp?250925);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 20px;
  background-position: top;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}



.mv_panel_cont .mv_panel li>a.comingsoon {
  pointer-events: none;
  padding: 70px 20px;
}

.mv_panel_cont .mv_panel li>a.comingsoon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.mv_panel_cont .mv_panel li>a.comingsoon:after {
  color: #ffffff;
  background: #9b9b9b;
  font-weight: bold;
  margin-top: 3.5rem;
  position: absolute;
  z-index: 3;
  padding: .5rem 2rem;
  border-radius: 10px;
}

.mv_panel_cont .mv_panel li#exhibinfo_award>a.comingsoon:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
  margin-top: 0;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon {
  pointer-events: none;
  flex-direction: row;
}

.mv_panel li:has(.comingsoon) {
  box-shadow: none;
}

.mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont figure:after {
  display: none;
}

.mv_panel_cont .mv_panel li#exhibinfo_digitalbook div h3 {
  text-align: left;
}

.mv_panel_cont .mv_panel li#exhibinfo_digitalbook div.exhibinfo_link_cont h3 {
  text-align: center;
  text-shadow: 0 0 6px #0000009e;
  letter-spacing: 3px;
}

.mv_panel_cont .mv_panel .exhibinfo_link_cont h3 {
  letter-spacing: 0;
}

.mv_panel_cont .mv_panel #exhibinfo_digitalbook .exhibinfo_link_cont {
  text-align: center;
  width: max-content;
  margin: 0 37% 0 0;
}


.mv_panel_cont .mv_panel li#exhibinfo_digitalbook div h3:after {
  display: none;
}

.mv_panel_cont .mv_panel #exhibinfo_digitalbook .subcont {
  color: #fff;
  margin-top: 1rem;
  display: inline-block;
  text-shadow: 0 0 6px #0000009e;
}

.mv_panel_cont .mv_panel #exhibinfo_digitalbook a.txt_cont {
  text-shadow: 0 0 6px #0000009e;
  color: #fff;
  font-weight: bold;
  font-size: .9rem;
  text-decoration: underline;
}

.mv_panel_cont .mv_panel #exhibinfo_digitalbook a.txt_cont.comingsoon {
  text-decoration: none;
  pointer-events: none;
  color: #a9a9a9;
  text-shadow: 0 0 6px #4040409e;
}

.mv_panel_cont .mv_panel li#exhibinfo_digitalbook>a {
  background-image: url(../img/top/disitalbook_bg.webp);
}


.mv_panel_cont .mv_panel li>a.disabled {
  pointer-events: none;
}

.mv_panel_cont .mv_panel li>a:hover {
  opacity: .8 !important;
}

.mv_panel h3 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;

}

.mv_panel span.comingsoon_txt,
.mv_panel .comingsoon h3 {
  position: relative;
  z-index: 2;
}

.mv_panel span.comingsoon_txt {
  background: #6c6c6c;
  padding: .5rem 3rem;
  color: #dbdbdb;
  border-radius: 100vw;
  font-weight: bold;
  margin-top: .5rem;
}

.mv_panel h3:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #0c90e4;
  display: inline-block;
  border-radius: 100px;
  line-height: 40px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.mv_panel .disabled h3 {
  line-height: 2.5;
}


.mv_panel li {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  box-shadow: 0 0 9px 1px #00000052;
}

.mv_panel li a.disabled {
  position: relative;
}

.mv_panel li.mv_panel_content>a.disabled:after {
  z-index: 1;
}

.mv_panel li .c-button {
  color: #000;
  background:
    #fff;
  border: none;
  font-size: .8rem;
  width: 160px;
  padding: 10px 30px 10px 10px;
  max-width: 170px;
  font-size: 13px;
}

.mv_panel_cont .c-button.disabled::after {
  display: none;
}

.mv_panel_cont .c-button::after {
  color: #000;
  border: 1px solid #001;
  font-size: 9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.en .mv_panel_cont .c-button::after {
  right: 10px;
}

.mv_panel_cont #mv_panel_comment {
  background-color: #ffffff57;
  padding: 15px;
}

.mv_panel_cont #mv_panel_comment h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 10px auto;
  position: relative;
  color: #000;
  background: none;
}

.en .mv_panel_cont #mv_panel_comment h3 {
  font-size: 1.3rem;
}

.mv_panel_cont #mv_panel_comment .c-button.blue {
  border: none;
  background-color: #0c90e4;
  font-weight: bold;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
  padding: 15px 30px;
  max-width: initial;
  font-size: 1.2rem;
}

.en .mv_panel_cont #mv_panel_comment .c-button.blue {
  padding: 15px 45px 15px 20px;
  font-size: 1rem;
}

.c-button.blue {
  border: none;
  background-color: #0c90e4;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  padding: 15px 30px;
  max-width: initial;
  padding: 10px 40px 10px 20px;
  font-size: .6rem;
}

.c-button.blue::after {
  color: #0c90e4;
}

.mv_panel_cont #mv_panel_comment .c-button.blue::after {
  color: #0c90e4;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
}

.mv_panel_cont #mv_panel_floor-map li>a {
  display: block;
  height: 100%;
}

.mv_panel_cont #mv_panel_online_exhibition_Info>a {
  background-image: url(../img/top/online_Exhibition_information_bg.webp);
  background-size: cover;
  padding: 25px 20px;
}

.mv_panel_cont #mv_panel_floor-map>a {
  background-image: url(../img/top/desital_book_bg.webp);
  background-size: cover;
  background-position: center;
}

.mv_panel_cont #mv_panel_conference>a {
  background-image: url(../img/top/conference_bg.webp);
  background-size: cover;
  background-position: bottom;
}

.mv_panel_cont #mv_panel_exhibitor-seminar>a {
  background-image: url(../img/top/seminer_bg.webp);
}

.mv_panel_cont #mv_panel_special-event>a {
  background-image: url(../img/top/special_event_bg.webp);
}

.mv_panel_cont #mv_panel_exhibitor-event>a {
  background-image: url(../img/top/exhibitorevent_bg.webp);
}

.mv_panel_cont #mv_panel_award>a {
  background-image: url(../img/top/award_bg.webp);
}


.mv_panel_cont .mv_panel #mv_panel_online_exhibition_Info {
  grid-column-start: 2;
  grid-column-end: 4;
  display: grid;
  height: 260px;
}

.mv_panel_cont .mv_panel .tag {
  background: #000;
  color: #fff;
  padding: 5px 25px;
  border-radius: 100vh;
  font-size: .8rem;
  background: linear-gradient(90deg, #a7bef8 0%, #b9b5f5 40%, #e3a4f0 80%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.mv_panel_cont .mv_panel .tag:before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100vh;
  border: 1px solid #525252;
}

.mv_panel_cont .mvmv_panel li {
  text-align: center;
}

.mv_panel_cont #mv_panel_comment figure {
  width: 70px;
  position: relative;
}

#mv_panel_popup .btn_cont {
  margin-top: 40px;
  margin-left: 30px;
}

#mv_panel_popup .btn_cont .mv_panel_inner_link:first-of-type {
  margin-bottom: 10px;
}

.mv_panel li .c-button.disabled {
  background: #a9a9a9;
  color: #737373;
  padding: 10px 30px;
  pointer-events: none;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  max-width: inherit;
  width: 85%;
}

.c-button.disabled {
  background: #a9a9a9;
  color: #737373;
  padding: 10px 20px;
  pointer-events: none;
  border: none;
  padding: 15px 30px;
  text-align: center;
  cursor: none;
  max-width: 350px;
}

.c-button.disabled:after {
  display: none;
}

@media screen and (max-width:1190px) {
  .mv_panel h3 {
    font-size: 1.2rem;
    padding: 0;
  }
}

@media screen and (max-width:1000px) {
  .main #mv_panel_popup h2 {
    text-align: left;
    padding-right: 200px;
  }

  .mv_panel_cont .sponsored_cont {
    max-width: 180px;
    top: 55px;
  }

  .mv_panel_cont #mv_panel_award>a {
    background-position: 60% 0;
    background-repeat: no-repeat;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a figure {
    width: 40%;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont {
    width: 57%;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a figure.award_logo {
    max-width: 200px;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award:after {

    content: "Coming Soon";
    font-weight: bold;
    color: #dbdbdb;
    background: #6c6c6c;
    padding: 10px 30px;
    border-radius: 10vh;
    position: absolute;
    right: 0;
    top: 45%;

    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont figure:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: -3rem;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont p {
    font-size: .7rem;
    margin-top: .8rem;
  }
}


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

  .mv_panel_cont #mv_panel_online_exhibition_Info>a,
  .mv_panel_cont .mv_panel li>a {
    padding: 20px 60px 20px 15px;
  }

  .mv_panel_cont .mv_panel {
    grid-template-columns: 1fr 1fr;
  }

  .mv_panel_cont .mv_panel li:nth-child(4),
  .mv_panel_cont .mv_panel li#exhibinfo_award {
    grid-column: span 1;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award {
    grid-column: span 2;
  }

  .mv_panel_link .sub_txt {
    bottom: 20%;
    padding: 0 10px;
    font-size: .9rem;
  }

  .mv_panel li .c-button.disabled {
    max-width: 300px;
  }

  .c-button.disabled {
    margin: 0 auto;
  }

  .c-button.disabled:after {
    display: none;
  }
}

@media screen and (max-width:700px) {
  .main #mv_panel_popup h2 {
    padding-right: 0;
    padding-bottom: 5rem;
  }

  .mv_panel_cont .sponsored_cont {
    top: 135px;
  }

  .en .mv_panel_cont .sponsored_cont {
    top: 105px;
  }
}

@media screen and (max-width:660px) {
  .en .mv_panel_cont .sponsored_cont {
    top: 90px;
    min-width: 150px;
  }

}

@media screen and (max-width:600px) {
  .en .mv_panel_cont .sponsored_cont {
    top: 100px;
  }

  .en .main #mv_panel_popup h2 {
    padding-bottom: 4rem;
  }

  .mv_panel_cont .sponsored_cont {
    right: 0;
  }

  #mv_panel_popup {
    padding: 50px 0px;
  }

  .mv_panel_cont .sponsored_cont {
    top: 120px;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award .award_logo.pc_img {}

  #bnr_Sponsored-Exhibitor-Google-Cloud {
    top: 55px;
    width: 150px;
  }
}

@media screen and (max-width:500px) {
  .en .mv_panel_cont .mv_panel li#exhibinfo_award a .txt_cont {
    width: 100%;
    margin-bottom: 1rem;
  }

  .en .mv_panel_cont .mv_panel li#exhibinfo_award a {}

  .en .mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }

  .en .mv_panel_cont .mv_panel li#exhibinfo_award a figure {
    width: 75%;
  }

  .mv_panel_cont .sponsored_cont {
    width: 34%;
    /* right: 0; */
    top: 9%;
    min-width: 150px;
  }

  .main #mv_panel_popup h2 {
    /* padding-right: 160px; */
    padding-bottom: 3.5rem;
    /* font-size: 25px; */
  }
}

@media screen and (max-width:480px) {
  .en .mv_panel_cont .sponsored_cont {
    top: 85px;
  }
  #mv_panel_popup {
    padding: 40px 0px;
  }
    .main #mv_panel_popup h2 {font-size: 24px;}

  .mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div .comingsoon_txt {
    position: absolute;
    top: 50%;


    left: -29%;
  }

  .mv_panel_cont #mv_panel_online_exhibition_Info>a,
  .mv_panel_cont .mv_panel li>a {
    padding: 15px 10px;
  }

  .mv_panel_cont .mv_panel {
    grid-template-columns: 1fr;
  }

  .mv_panel_cont .mv_panel li:nth-child(4),
  .mv_panel_cont .mv_panel li#exhibinfo_award {
    grid-column: span 1;
  }

  .c-button.blue::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .mv_panel_cont {
    padding: 0 20px;
  }
}

@media screen and (max-width:385px) {
  .mv_panel_cont .sponsored_cont {
    /* top: 10%; */
  }
}

@media screen and (max-width:350px) {
   .main #mv_panel_popup h2{
    font-size:22px;
  }
}



/*============================
     MAGAZNINE
============================*/

#magazine .heading:after {
  content: "";
  background-image: url(../../../assets/img/top/magazine_img01.webp);
  display: block;
  width: 500px;
  height: 125px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: -38px;
}

#magazine .contents ul li a.link_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#magazine .contents ul li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #0c90e4;
  width: 55px;
  height: 55px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  font-size: 1.3rem;
  position: absolute;
  right: 15px;
  bottom: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
  text-align: center;
}

#magazine .contents ul li {
  min-height: 170px;
}

@media screen and (max-width:1200px) {
  #magazine .heading:after {
    width: 420px;
    top: -20px;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div:after {
    right: -3%;

    font-size: .9rem;
  }

}

@media screen and (max-width:1120px) {
  #magazine .heading {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 0;
    width: max-content;
    padding-bottom: 20px;
  }

  #magazine .c-button.white_bg {
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
  }

  #magazine .heading:after {
    width: 400px;
    height: 125px;
    top: 20px;
  }
}

@media screen and (max-width: 850px) {
  #magazine .heading:after {
    width: 330px;
    top: 40px;
    right: 20px;
  }

  #magazine {
    display: inline-block;
    margin: 0;
    padding: 50px 20px;
  }

  #magazine .heading h2 {
    line-height: inherit;
    margin-bottom: inherit;
  }

  #magazine .contents ul li .detail {
    padding: 15px 0 20px 0;
  }

  .mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div:after {}


}

@media screen and (max-width: 650px) {
  #magazine .heading:after {
    width: 45%;
    top: 50px;
  }
}

@media screen and (max-width: 600px) {
  #magazine {
    padding: 50px 30px;
  }

  #magazine .heading:after {
    top: 7%;
    right: 0;
  }

  #magazine .contents ul li {
    width: 100%;
  }

  #magazine .c-button.white_bg {
    padding: 10px 45px 10px 21px;
  }
}

@media screen and (max-width: 480px) {
  #magazine .contents ul li figure {
    width: 45%;
  }

  #magazine .contents ul li {
    padding: 15px;
    min-height: 140px;
  }

  #magazine .contents ul li .detail {
    width: 50%;
    padding: 0;
  }

  #magazine .contents ul li:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
    bottom: -7px;
  }

  #magazine .heading:after {
    top: 17%;
    height: 44px;
  }
}

@media screen and (max-width: 400px) {
  #magazine .heading:after {
    width: 50%;
  }

}





/*============================
     mv_panel_cont
============================*/

.mv_panel_cont .mv_panel #mv_panel_online_exhibition_Info {
  grid-column-start: 2;
  grid-column-end: 4;
  display: grid;
  height: 260px;
}

.mv_panel_cont .mv_panel .tag {
  background: #000;
  color: #fff;
  padding: 5px 25px;
  border-radius: 100vh;
  font-size: .8rem;
  background: linear-gradient(90deg, #a7bef8 0%, #b9b5f5 40%, #e3a4f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@-moz-document url-prefix() {
  .mv_panel_cont .mv_panel .tag {
    background: #000;
    color: #c4b0f4;
    font-weight: bold;
    position: relative;
    z-index: 1;
    -webkit-text-fill-color: inherit;
  }
}

.mv_panel_cont .mv_panel .tag:before {
  content: "";
  width: 100%;
  height: 1.8rem;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 100vh;
  border: 1px solid #525252;
}

.mv_panel_cont .mvmv_panel li {
  text-align: center;
}

.mv_panel_cont #mv_panel_comment figure {
  width: 70px;
  position: relative;
}

#mv_panel_popup .btn_cont {
  margin-top: 40px;
  margin-left: 30px;
}

.rainbow_bg {
  animation-name: hero-gradient-animation;
}

@keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --x-0: 85%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --y-0: 80%;
    --y-1: 24%;
    --c-1: hsla(219.99999999999997, 100%, 82%, 1);
    --s-start-1: 5%;
    --s-end-1: 72%;
    --x-1: 60%;
    --x-2: 13%;
    --y-2: 82%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --y-3: 7%;
    --x-3: 24%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --c-3: hsla(182, 72%, 68%, 1);
  }

  100% {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --x-0: 31%;
    --s-start-0: 9%;
    --s-end-0: 55%;
    --y-0: 94%;
    --y-1: 25%;
    --c-1: hsla(220, 82%, 95%, 1);
    --s-start-1: 5%;
    --s-end-1: 72%;
    --x-1: 2%;
    --x-2: 98%;
    --y-2: 20%;
    --s-start-2: 5%;
    --s-end-2: 52%;
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --y-3: 92%;
    --x-3: 95%;
    --s-start-3: 13%;
    --s-end-3: 68%;
    --c-3: hsla(182, 72%, 68%, 1);
  }
}

@property --c-0 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(150.8823529411765, 52%, 83%, 1)
}

@property --x-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 85%
}

@property --s-start-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 9%
}

@property --s-end-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 55%
}

@property --y-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 80%
}

@property --y-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 24%
}

@property --c-1 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(219.99999999999997, 100%, 82%, 1)
}

@property --s-start-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 5%
}

@property --s-end-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 72%
}

@property --x-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 60%
}

@property --x-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 13%
}

@property --y-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 82%
}

@property --s-start-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 5%
}

@property --s-end-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 52%
}

@property --c-2 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(297.7941176470588, 100%, 65%, 0.49)
}

@property --y-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 7%
}

@property --x-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 24%
}

@property --s-start-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 13%
}

@property --s-end-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 68%
}

@property --c-3 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(182, 72%, 68%, 1)
}

.mv_panel_cont {}

.rainbow_bg {
  --c-0: hsla(150.8823529411765, 52%, 83%, 1);
  --x-0: 85%;
  --y-0: 80%;
  --y-1: 24%;
  --c-1: hsla(219.99999999999997, 100%, 82%, 1);
  --x-1: 60%;
  --x-2: 13%;
  --y-2: 82%;
  --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
  --y-3: 7%;
  --x-3: 24%;
  --c-3: hsla(182, 72%, 68%, 1);
  ;
  background-color: hsl(185.32deg, 100%, 93.26%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
}


@media screen and (max-width:1100px) {
  .mv_panel_cont #mv_panel_comment h3 {
    font-size: 1.1rem;
  }

  .mv_panel_cont #mv_panel_comment .c-button.blue {
    font-size: 1.1rem;
    width: 80%;
  }

  .mv_panel_cont #mv_panel_comment .c-button.blue::after {
    font-size: .9rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}


@media screen and (max-width:1000px) {
  .mv_panel_cont .mv_panel li#exhibinfo_award a.comingsoon .txt_cont>div:after {

    display: none;
  }

  .mv_panel_cont #mv_panel_comment .c-button.blue {
    width: 100%;
    padding: 15px 45px 15px 30px;
  }

  #mv_panel_popup .btn_cont {
    margin-left: 0;
  }
}



@media screen and (max-width:850px) {
  .mv_panel_cont {}

  .mv_panel_cont .mv_panel {
    gap: 20px;
  }
}



@media screen and (max-width:770px) {
  .mv_panel_cont .mv_panel {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .mv_panel_cont .mv_panel li>a.comingsoon {
    padding: 20px 15px 20px 15px;
  }

  .mv_panel li .c-button {
    min-width: 100px;
    padding: 10px 40px 10px 20px;
    width: 135px;
  }

  .mv_panel_cont #mv_panel_comment,
  .mv_panel_cont .mv_panel #mv_panel_online_exhibition_Info {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .mv_panel_cont #mv_panel_comment .c-button.blue {
    width: 80%;
    max-width: 300px;
    margin-bottom: 0;
  }

  .mv_panel_cont #mv_panel_comment h3 {
    font-size: 1.4rem;
  }

  #mv_panel_popup .btn_cont {
    margin-left: 30px;
    margin-top: 20px;
  }

  #mv_panel_popup .btn_cont .mv_panel_inner_link:first-of-type {
    font-size: .7rem;
  }

  .en #mv_panel_popup .btn_cont .mv_panel_inner_link:first-of-type {
    padding: 7px 25px 7px 9px;
  }

  .en #mv_panel_popup .btn_cont .mv_panel_inner_link.disabled:first-of-type {
    padding: 7px 9px;
  }

  .en .mv_panel_cont .c-button::after {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }

  .mv_panel_cont #mv_panel_award>a {
    background-position: inherit;
  }



}


@media screen and (max-width:600px) {
  .mv_panel_cont {
    padding: 0 20px;
  }

  #mv_panel_popup .btn_cont {
    margin-left: 0;
  }

  .mv_panel_cont .mv_panel {
    gap: 20px;
  }
}

@media screen and (max-width:550px) {
  .mv_panel_cont .mv_panel {
    display: flex;
    flex-direction: column;
  }

  .mv_panel_cont #mv_panel_online_exhibition_Info>a,
  .mv_panel_cont .mv_panel li>a {
    height: 100%;
    min-height: 120px;
  }
}

@media screen and (max-width:480px) {
  .mv_panel_cont .mv_panel .tag {
    padding: 5px 5%;
  }

  #mv_panel_popup .btn_cont {
    margin-left: 0;
  }

  .mv_panel_cont .mv_panel {
    gap: 10px;
  }

  .mv_panel_cont #mv_panel_award>a {
    background-position: 60% 0;
  }
}






/*============================
     interbee_map
============================*/
:root {
  --forum: #009fde;
  --seminar: #02b8de;
  --experience: #d70d19;
  --cinema: #414141;
  --ippavilion: #2f86c7;
  --ignition: #725094;
  --borderless: #f49801;
  --creative: #12a84e;
  --jba: #0c1739;
  --rokeben: #e5002d;
}

#interbee_map {
  background-image: url(../img/top/maparea_bg.webp);
  background-position: inherit;
  background-size: cover;
}

#interbee_map .flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff4f;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#interbee_map .flex_box ul {
  width: 35%;
}

#interbee_map .flex_box ul.event_list_btn_cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#interbee_map .flex_box ul.event_list_btn_cont li {
  margin-right: 5px;
  border-radius: 100vh;
  border: 2px solid #1591de;
  margin-bottom: 5px;
}

#interbee_map .flex_box ul.event_list_btn_cont li a {
  padding: 8px 45px 8px 15px;
  font-size: .9rem;
}

#interbee_map .flex_box figure.map_img {
  width: 62%;
  position: relative;
  padding: 10px;
  overflow: hidden;
  margin-right: 1%;
}

#interbee_map .flex_box figure.map_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* margin-right: 0; */
  /* margin-left: auto; */
}


#interbee_map .bold_txt {
  display: block;
  margin-top: .5rem;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  background: var(--experience);
}


.en #interbee_map .flex_box>figure:after {
  background-image: url(../../../assets/img/top/MAP_speechbubble_en.webp);
}

#interbee_map .flex_box ul li figure {
  width: 101%;
  position: relative;
  height: 230px;
  object-fit: cover;
  overflow: hidden;
  z-index: 2;
}

#interbee_map .map_img_area {
  display: block;
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  cursor: pointer;
}

#interbee_map .map_img_area:hover {
  opacity: 1;
}


#interbee_map .map_img_area:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 700;
  display: block;
  width: max-content;
  position: relative;
  font-size: 2.5rem;
  color: #fa2e2d;
  opacity: .7;
}

#interbee_map .map_img_area:hover:before {
  opacity: 1;
}

#interbee_map .map_img_area#borderless:before {
  top: -122%;
  left: 11%;
}

#interbee_map .map_img_area#ip_pavilion:before {
  right: -40%;
  top: -71%;
}

#interbee_map .map_img_area#creative:before {
  left: 59%;
  top: -54%;
  color: #fa2e2dbd;
}

#interbee_map .map_img_area#forum:before {
  left: 59%;
  top: 4%;
  rotate: 25deg;
}

#interbee_map .map_img_area#experience_x:before {
  left: 36%;
  top: -31%;
}

#interbee_map .map_img_area#ignition:before {
  left: 39%;
  top: -127%;
  color: #fa2e2dbd;
}

#interbee_map .map_img_area#cinema:before {
  left: 42%;
  top: -161%;
}

#interbee_map .map_img_area#experience_speaker:before {
  top: 9%;
  left: 45%;
}

#interbee_map .map_img_area#rokeben:before {
  top: -152%;
  left: 58%;
}

.en #interbee_map .map_img_area#rokeben:before,
.en #interbee_map .map_img_area#rokeben {
  display: none;
}

#interbee_map .map_img_area#ignition {
  top: 273px;
  left: 27%;
  width: 24%;
  height: 5%;
  z-index: 1;
}

#interbee_map .map_img_area#experience_x {
  right: 0;
  top: 107px;
  right: 9%;
  width: 20%;
  height: 10%;
  z-index: 1;
}

#interbee_map .map_img_area#forum {
  bottom: 53px;
  rotate: -25deg;
  right: 55%;
  width: 20%;
  height: 18%;
}

#interbee_map .map_img_area#experience_speaker {
  top: 240px;
  left: 61%;
  width: 18%;
  height: 16%;
}

#interbee_map .map_img_area#creative {
  top: 41%;
  left: 61%;
  width: 18%;
  height: 22%;
  left: 0;
}

#interbee_map .map_img_area#borderless {
  /* right: 0; */
  top: 300px;
  right: 67%;
  width: 15%;
  height: 7%;
  z-index: 1;
}

#interbee_map .map_img_area#creative {
  top: 377px;
  height: 7%;
  width: 15%;
  left: 5%;
  z-index: 1;
}

#interbee_map .map_img_area#cinema {
  top: 333px;
  left: 6px;
  width: 16%;
  height: 5%;
  z-index: 1;
}

#interbee_map .map_img_area#ip_pavilion {
  right: 0;
  top: 182px;
  right: 25%;
  height: 6%;
  width: 18%;
}

#interbee_map .map_img_area#rokeben {
  width: 10%;
  height: 5%;
  top: 95px;
  left: 51%;
  z-index: 0;
}

#interbee_map .flex_box>ul>li {
  display: none;
  color: #fff;
  overflow: hidden;
  background: #fff;
  border-radius: 10px 0 0 10px;
  position: relative;
}

#interbee_map .flex_box ul li a {
  display: block;
  position: relative;
}

#interbee_map .flex_box .txt_rokeben.active,
#interbee_map .flex_box .txt_experience_x.active,
#interbee_map .flex_box .txt_forum.active,
#interbee_map .flex_box .txt_ignition.active,
#interbee_map .flex_box .txt_creative.active,
#interbee_map .flex_box .txt_experience_speaker.active,
#interbee_map .flex_box .txt_borderless.active,
#interbee_map .flex_box .txt_cinema.active,
#interbee_map .flex_box .txt_ip_pavilion.active {
  display: block;
}

#interbee_map .flex_box ul li h3 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'LINESeedJP', sans-serif;
  position: relative;
  padding: 0px 2rem 20px 0;
  /* display: flex; */
  /* align-items: center; */
}

#interbee_map .flex_box ul li.txt_rokeben h3 {
  color: #000;
  padding: 0px 2rem 0px 0;
}

#interbee_map .flex_box ul li.txt_rokeben h3:after {
  display: none;
}

#interbee_map .flex_box ul li.txt_rokeben .comingsoon {
  font-size: .9rem;
  padding: 2px 20px;
  border-radius: 100px;
  width: 100%;
  line-height: 1.8;
  display: block;
  text-align: center;
  background: #7c7c7c;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

#interbee_map .flex_box ul li h3:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100px;
  line-height: 35px;
  font-size: .7rem;
  font-weight: bold;
  position: absolute;
  margin-left: 1rem;
  text-align: center;
  top: -3px;
}

#interbee_map .c-button.white_bg:after {
  right: 10px;
}

#interbee_map .c-button::after {
  width: 21px;
  height: 22px;
  line-height: 22px;
  font-size: .5rem;
}

#interbee_map .flex_box ul li p {
  font-size: .9rem;
  line-height: 1.5;
}

#interbee_map .flex_box ul>li .txt:after {
  content: "";
  display: none;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  border-right: 15px solid #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#interbee_map .flex_box ul>li .txt:before {
  content: "";
  display: none;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  border-right: 15px solid #0c90e4;
  position: absolute;
  right: 0;
  height: 40%;
  top: 0;
  z-index: 1;
}

/* forum */
#interbee_map li.txt_forum h3:after {
  color: var(--forum);
  border: 2px solid var(--forum);
}

#interbee_map .flex_box ul>li.txt_forum:before {
  border-right: 15px solid var(--forum);
}

/* ignition */
#interbee_map .flex_box .txt_ignition ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_ignition ul.event_list_btn_cont li a,
#interbee_map li.txt_ignition h3:after {
  color: var(--ignition);
  border: 1px solid var(--ignition);
}

#interbee_map .flex_box ul>li.txt_ignition:before {
  border-right: 15px solid var(--ignition);
}

.txt_ignition .c-button.white_bg:after {
  background: var(--ignition);
}

/* experience_speaker */
/* experience_x */
#interbee_map li.txt_experience_x h3:after,
#interbee_map li.txt_experience_speaker h3:after,
#interbee_map .flex_box .txt_experience_speaker ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_experience_speaker ul.event_list_btn_cont li a,
#interbee_map .flex_box .txt_experience_x ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_experience_x ul.event_list_btn_cont li a {
  color: var(--experience);
  border: 1px solid var(--experience);
}

#interbee_map .flex_box ul>li.txt_experience_x:before,
#interbee_map .flex_box ul>li.txt_experience_speaker:before {
  border-right: 15px solid var(--experience);
}

.txt_experience_x .c-button.white_bg:after,
.txt_experience_speaker .c-button.white_bg:after {
  background: var(--experience);
}

/* borderless */
#interbee_map li.txt_borderless h3:after,
#interbee_map .flex_box .txt_borderless ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_borderless ul.event_list_btn_cont li a {
  color: var(--borderless);
  border: 1px solid var(--borderless);
}

#interbee_map .flex_box ul>li.txt_borderless:before {
  border-right: 15px solid var(--borderless);
}

.txt_borderless .c-button.white_bg:after {
  background: var(--borderless);
}

/* creative */
#interbee_map li.txt_creative h3:after,
#interbee_map .flex_box .txt_creative ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_creative ul.event_list_btn_cont li a {
  color: var(--creative);
  border: 1px solid var(--creative);
}

.txt_creative .c-button.white_bg:after {
  background: var(--creative);
}

#interbee_map .flex_box ul>li.txt_creative:before {
  border-right: 15px solid var(--creative);
}

#interbee_map li.txt_rokeben h3:after,
#interbee_map .flex_box .txt_rokeben ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_rokeben ul.event_list_btn_cont li a {
  color: var(--rokeben);
  border: 1px solid var(--rokeben);
}

.txt_rokeben .c-button.white_bg:after {
  background: var(--rokeben);
}

#interbee_map .flex_box ul>li.txt_rokeben:before {
  border-right: 15px solid var(--rokeben);
}

/* cinema */
#interbee_map li.txt_cinema h3:after,
#interbee_map .flex_box .txt_cinema ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_cinema ul.event_list_btn_cont li a {
  color: var(--cinema);
  border: 1px solid var(--cinema);
}

.txt_cinema .c-button.white_bg:after {
  background: var(--cinema);
}

#interbee_map .flex_box ul>li.txt_cinema:before {
  border-right: 15px solid var(--cinema);
}

/* ip_pavilion */
#interbee_map li.txt_ip_pavilion h3:after,
#interbee_map .flex_box .txt_ip_pavilion ul.event_list_btn_cont li,
#interbee_map .flex_box .txt_ip_pavilion ul.event_list_btn_cont li a {
  color: var(--ippavilion);
  border: 1px solid var(--ippavilion);
}

#interbee_map .flex_box ul>li.txt_ip_pavilion:before {
  border-right: 15px solid var(--ippavilion);
}

#interbee_map .flex_box ul>li.txt_ip_pavilion:before,
#interbee_map .flex_box ul>li.txt_ip_pavilion_2:before {
  border-right: 15px solid var(--ippavilion);
}

.fadein {
  animation-name: fadein;
  animation-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#interbee_map h2 {
  color: #fff;
}

#interbee_map .flex_box ul li .txt {
  height: 302px;
  overflow-y: scroll;
  padding: 30px;
}

#interbee_map .flex_box ul li .txt::-webkit-scrollbar {
  background: #e1e1e1;
  width: 10px;
  height: 5px;
}

#interbee_map .flex_box ul li .txt::-webkit-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #e1e1e1 #0c90e4;
}

#interbee_map .flex_box ul li.txt_forum .txt::-webkit-scrollbar-thumb {
  background-color: #0c90e4;
}

#interbee_map .flex_box ul li.txt_ignition .txt::-webkit-scrollbar-thumb {
  background-color: #694d81;
}

#interbee_map .flex_box ul li.txt_ip_pavilion .txt::-webkit-scrollbar-thumb {
  background-color: #1477be;
}

#interbee_map .flex_box ul li.txt_cinema .txt::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
}

#interbee_map .flex_box ul li.txt_borderless .txt::-webkit-scrollbar-thumb {
  background-color: #e37a00;
}

#interbee_map .flex_box ul li.txt_experience_x .txt::-webkit-scrollbar-thumb,
#interbee_map .flex_box ul li.txt_experience_speaker .txt::-webkit-scrollbar-thumb {
  background-color: var(--experience);
}

#interbee_map .flex_box ul li.txt_creative .txt::-webkit-scrollbar-thumb,
#interbee_map .flex_box ul li.txt_creative_2 .txt::-webkit-scrollbar-thumb {
  background-color: #0a9367;
}



@media screen and (max-width:1450px) {
  #interbee_map .flex_box ul li .txt {
    height: 327px;
  }

  #interbee_map .map_img_area#ignition {
    top: 49%;
  }

  #interbee_map .map_img_area#forum {
    bottom: 13%;
  }

  #interbee_map .map_img_area#experience_speaker {
    top: 41%;
    left: 61%;
    width: 18%;
    height: 22%;
  }

  #interbee_map .map_img_area#creative {
    top: 67%;
  }

  #interbee_map .map_img_area#borderless {
    top: 54%;
    height: 5%;
  }


}

@media screen and (max-width:14000px) {
  #interbee_map .map_img_area#ignition {
    top: 51%;
  }

  #interbee_map .map_img_area#forum {
    bottom: 10%;
  }

  #interbee_map .map_img_area#borderless {
    top: 56%;
  }

  #interbee_map .map_img_area#creative {
    top: 70%;
  }

  #interbee_map .map_img_area#cinema {
    top: 62%;
  }
}

@media screen and (max-width:1315px) {
  #interbee_map .map_img_area#experience_x {
    top: 17%;
  }

  #interbee_map .map_img_area#ip_pavilion {
    top: 29%;
  }

  #interbee_map .map_img_area#experience_speaker {
    top: 36%;
  }

  #interbee_map .map_img_area#borderless {
    top: 48%;
  }

  #interbee_map .map_img_area#creative {
    top: 60%;
  }

  #interbee_map .map_img_area#cinema {
    top: 53%;
  }

  #interbee_map .map_img_area#rokeben {
    top: 14%;
  }
}

@media screen and (max-width:1250px) {
  #interbee_map .map_img_area#borderless {
    top: 57%;
    /* width: 14%; */
  }

  #interbee_map .map_img_area#forum {
    bottom: 9%;
  }

  #interbee_map .map_img_area#cinema {
    top: 63%;
    width: 14%;
    left: 27px;
  }

  #interbee_map .map_img_area#cinema:before {
    top: -92%;
  }

  #interbee_map .flex_box ul li figure {
    width: 40%;
    /* height: 400px; */
    height: initial;
  }

  #interbee_map .flex_box ul li .txt {
    width: 60%;
    height: 240px;
    padding: 1.5rem;
  }

  #interbee_map .flex_box figure.map_img {
    width: 100%;
    position: relative;
    padding: 10px 30px;
    order: 1;
    text-align: center;
  }

  #interbee_map .flex_box ul {
    width: 100%;
    order: 2;
  }

  #interbee_map .flex_box ul>li>a {
    display: flex;
    align-items: center;
    height: 220px;
  }

  #interbee_map .flex_box>ul>li {
    border-radius: 0 0 10px 10px;
  }

  #interbee_map .map_img_area#ignition {
    top: 51%;
    left: 28%;
    width: 22%;
  }

  #interbee_map .map_img_area#ignition:before {
    top: -81%;
  }

  #interbee_map .map_img_area#ip_pavilion {
    top: 35%;
  }

  #interbee_map .map_img_area#rokeben {
    /* top: 32%; */
    /* left: 22%; */
  }

  #interbee_map .map_img_area#rokeben {
    top: 18%;
  }

  #interbee_map .map_img_area#creative {
    top: 72%;
    height: 5%;
    width: 14%;
    z-index: 1;
    left: 7%;
  }

  #interbee_map .map_img_area#experience_x {
    top: 21%;
    right: 11%;
  }

  #interbee_map .map_img_area#rokeben:before {
    top: -112%;
  }

  #interbee_map .map_img_area:before {
    font-size: 2.1rem;
  }

  #interbee_map .map_img_area#borderless:before {
    left: 40%;
    top: -90%;
  }

  #interbee_map .flex_box {

    height: inherit;
  }
}

@media screen and (max-width:1000px) {
  #interbee_map .flex_box>figure:after {
    width: 320px;
    top: -13%;
  }
}

@media screen and (max-width:850px) {
  #interbee_map .flex_box ul li figure {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width:800px) {
  #interbee_map .flex_box ul li .txt {
    padding: 2rem 1.5rem;
  }

  #interbee_map .flex_box ul li h3 {
    font-size: 1.6rem;
  }
}


@media screen and (max-width:767px) {
  #interbee_map .flex_box ul li {
    border-radius: 0px 0 10px 10px;
  }

  #interbee_map .flex_box figure.map_img {
    width: 100%;
    position: relative;
    padding: 10px;
    order: 1;
  }

  #interbee_map .flex_box ul li h3 {
    font-size: 1.2rem;
  }

  #interbee_map .map_img_area#creative:before {
    left: 50%;
  }

}

@media screen and (max-width:600px) {
  #interbee_map .flex_box ul.event_list_btn_cont {
    margin-top: 10px;
  }

  #interbee_map .map_img_area#cinema {
    left: 9px;
  }

  #interbee_map .flex_box ul.event_list_btn_cont li a {
    padding: 5px 35px 5px 10px;
  }

  #interbee_map .flex_box ul li figure {
    padding: 10px;
  }

  #interbee_map .c-button::after {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  #interbee_map .flex_box ul>li>a {
    height: 160px;
  }

  #interbee_map .flex_box ul li figure {
    width: 50%;
  }

  #interbee_map .flex_box ul li h3 {
    font-size: 1.1rem;
    padding: 0 1rem 5px 0;
  }

  #interbee_map .flex_box ul li p {
    margin-top: 5px;
  }

  #interbee_map .flex_box ul li.txt_rokeben .comingsoon {
    margin-top: 10px;
  }

  #interbee_map .flex_box ul li .txt {
    width: 60%;
    height: 140px;
    padding: 6px 10px 0 0;
  }

  #interbee_map .flex_box ul li h3:after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
  }


}

@media screen and (max-width:480px) {
  #interbee_map .flex_box ul li h3:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    margin-left: 7px;
  }

  #interbee_map .flex_box ul li h3 {
    font-size: 1rem;
    padding: 0 5px 5px 0;
  }

  #interbee_map .flex_box>figure:after {
    width: 250px;
    top: -14%;
    height: 50px;
  }

  #interbee_map .flex_box figure.map_img {
    padding: 5px;
  }

  #interbee_map .map_img_area:before {
    font-size: 1.5rem;
    left: 67%;
  }

  #interbee_map .map_img_area#forum:before {
    top: 31%;
    left: 11%;
  }

  #interbee_map .map_img_area#experience_x:before {
    top: -15%;
  }

  #interbee_map .map_img_area#creative:before {
    top: -181%;
    left: 60%;
  }

  #interbee_map .flex_box ul.event_list_btn_cont li a {
    padding: 5px 25px 5px 10px;
  }

  #interbee_map .c-button.white_bg:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: .5rem;
    right: 6px;
  }

  #interbee_map h2:before {
    width: 80px;
    height: 112px;
  }

}





/*============================
#exhibitor_information
============================*/
#exhibitor_information {
  padding: 70px 50px 80px;
}

#exhibitor_information .top_ttl {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 40px;
  background-image: url(../../../assets/img/top/exhibitor_update_bg.webp);
  background-size: cover;
  background-position: top;
  border-radius: 5px;
}

#exhibitor_information .top_ttl span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}


#exhibitor_information .top_news_list,
#exhibitor_information .press_release_list {
  background: #f9f9f9;
  padding: 30px;
  padding-top: 20px;
  border-radius: 0 0px 10px 10px;
}


#exhibitor_information #press_release .top_ttl {
  background: url(../../../assets/img/top/top_press_release_bg.webp);
  background-size: cover;
  padding: 40px 160px 40px 40px;
  background-position: center;
}

#exhibitor_information #press_release .press_release_list {
  padding: 23px 30px;
}

#exhibitor_information #press_release .c-button.bl-button {
  position: absolute;
  top: 45px;
  right: 40px;
  width: max-content;
  font-size: 1rem;
  padding: 10px 60px 10px 22px;
  border: 1px solid #0c90e4;
}

.en #exhibitor_information #press_release .top_ttl {
  padding: 40px 16rem 40px 40px;
}

.en #exhibitor_information #press_release .c-button.bl-button {
  padding: 10px 45px 10px 20px;
}

.en #exhibitor_information #press_release .c-button::after {
  right: 10px;
}

#exhibitor_information .inner .exbinfo_list.col>li {
  width: 48.5%;
  min-height: 500px;
  position: relative;
}

#exhibitor_information .inner .exbinfo_list.col>li:first-of-type {
  background: #f9f9f9;
  border-radius: 0 0 10px 10px;
}


#exhibitor_information .inner .exbinfo_list.col>li:last-of-type {
  margin: 0 auto;
  width: 80%;
  background: #f9f9f9;
  border-radius: 0 0 10px 10px;
}


#exhibitor_information .inner .exbinfo_list.col li.press_release_list_item {
  width: 100%;

}

#exhibitor_information .inner .exbinfo_list.col li.press_release_list_item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#exhibitor_information .inner .exbinfo_list.col li.press_release_list_item figure {
  width: 150px;
}

#exhibitor_information .inner .exbinfo_list.col li.press_release_list_item div {
  width: calc(100% - 180px);
}

#exhibitor_information .inner .exbinfo_list.col .top_news_list li {
  width: 100%;
}

#exhibitor_information .inner .exbinfo_list.col .top_news_list li+li,
#exhibitor_information .inner .exbinfo_list.col .press_release_list li+li {
  border-top: 1px solid #979797;
}

#exhibitor_information .top_news_list li a,
#exhibitor_information .press_release_list li a {
  display: inline-block;
  width: 100%;
  padding: 20px 57px 25px 10px;
  position: relative;
  transition: all .25s;
  cursor: pointer;
}

#exhibitor_information .top_news_list li a {
  padding: 30px 57px 30px 10px;
}

#exhibitor_information .inner .exbinfo_list.col .top_news_list li a:after,
#exhibitor_information .inner .exbinfo_list.col .press_release_list li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #ffffff;
  width: 30px;
  height: 30px;
  color: #0c90e4;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  font-size: 0.8rem;
  position: absolute;
  border: 1px solid #1d99e6;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  transition: all .25s;
}

#exhibitor_information .inner .exbinfo_list.col .top_news_list .text {
  display: flex;
  align-items: center;
}

#exhibitor_information .inner .exbinfo_list.col .top_news_list .news_ttl,
#exhibitor_information .text {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1rem;
}

#exhibitor_information .press_release_list .text {
  margin-top: 1rem;
}

#exhibitor_information .date {
  font-weight: bold;
  color: #9d9d9d;
  font-size: .9rem;
  margin-right: 15px;
}

#exhibitor_information .company {
  font-weight: bold;
  font-size: .9rem;
}

@media screen and (max-width:1100px) {
  #exhibitor_information #press_release .top_ttl {
    padding: 40px 150px 40px 40px;
    background-position: right;
  }

  .en #exhibitor_information #press_release .top_ttl {
    padding: 40px 14rem 40px 40px;
  }

  .en #exhibitor_information #press_release .c-button.bl-button {
    padding: 5px 43px 5px 30px;
    width: 200px;
    text-align: left;
  }

  .en #exhibitor_information #press_release .c-button::after {
    text-align: center;
  }
}



@media screen and (max-width:965px) {
  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item a {
    padding: 20px 57px 25px 10px;
  }

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item figure {
    width: 130px;
  }

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item div {
    width: calc(100% - 145px);
  }

  #exhibitor_information {
    padding: 10px 50px 80px;
  }

}

@media screen and (max-width: 900px) {
  #exhibitor_information .inner .exbinfo_list.col>li {
    width: 100%;
  }

  #exhibitor_information {
    padding: 0 50px 80px;
  }

  #exhibitor_information .inner .exbinfo_list.col>li:last-of-type {
    padding-right: 0;
  }

  #exhibitor_information .inner .exbinfo_list.col>li:first-of-type {
    padding-left: 0;
    margin-bottom: 30px;
  }

  #exhibitor_information .inner .exbinfo_list.col>li {
    min-height: inherit;
  }

  .en #exhibitor_information #press_release .top_ttl {
    padding: 40px 285px 40px 40px;
  }

  .en #exhibitor_information #press_release .c-button.bl-button {
    width: max-content;
    padding: 10px 45px 10px 20px;
  }

}

@media screen and (max-width:600px) {
  #exhibitor_information {
    padding: 0 20px 80px;
  }

  .en #exhibitor_information #press_release .top_ttl {
    padding: 20px 20px 65px 20px;
  }

  .en #exhibitor_information #press_release .c-button.bl-button {
    top: 55px;
    right: inherit;
    left: 20px;
  }

  #exhibitor_information .top_ttl,
  #exhibitor_information #press_release .top_ttl {
    padding: 30px 150px 40px 30px;
  }

  #exhibitor_information .top_news_list,
  #exhibitor_information .press_release_list {
    padding: 0 30px 10px;
  }

  #exhibitor_information #press_release .press_release_list {
    padding: 0 30px 10px;
  }
}

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

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item a {
    padding: 20px 40px 25px 10px;
  }

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item div {
    width: calc(100% - 140px);
  }

  #exhibitor_information {
    padding: 0 20px 80px;
  }

  #exhibitor_information #press_release .c-button.bl-button {
    right: 20px;
    top: 30px;
    padding: 10px 45px 10px 21px;
  }

  #exhibitor_information .inner .exbinfo_list.col>li:first-of-type {
    min-height: inherit;
    width: 100%;
  }

  .c-button.white_bg:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: 7px;
  }


  #exhibitor_information #press_release .top_ttl {
    padding: 20px 150px 20px 20px;
    font-size: 1.5rem;
  }


  #exhibitor_information .top_ttl {
    padding: 20px;
  }

  #exhibitor_information #press_release .press_release_list {
    padding: 0 20px 10px;
  }

  #exhibitor_information .top_news_list,
  #exhibitor_information .press_release_list {
    padding: 0 20px 10px;
  }


  #exhibitor_information .top_news_list {
    padding: 25px 20px;
  }

  #exhibitor_information .top_news_list li a {
    padding: 15px 57px 15px 10px;
  }

  #exhibitor_information .inner .exbinfo_list.col .top_news_list li a:after,
  #exhibitor_information .inner .exbinfo_list.col .press_release_list li a:after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 0.7rem;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item figure {
    width: 100px;
  }

  #exhibitor_information .inner .exbinfo_list.col li.press_release_list_item div {
    width: calc(100% - 110px);
  }

  #exhibitor_information .date {
    display: block;
    margin-bottom: .5rem;
  }

  #exhibitor_information .press_release_list .text {
    margin-top: .5rem;
  }
}

/*============================
     top_conferencepanel
============================*/

.top_conferencepanel .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item {
  width: 50%;
  text-align: center;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a {
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 5% 8% 40%;
  display: flex;
  align-items: center;
  transition: all .25s;
  text-align: center;
}

.top_conferencepanel .conferencepanel_list .conference_timetable a {
  background-image: url(../../../assets/img/top/ConferenceTimetable_bg.webp);
}

.top_conferencepanel .conferencepanel_list .session_list a {
  background-image: url(../../../assets/img/top/all_session_list_bg.webp);
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 {
  color: #ffffff;
  font-size: 2.4rem;
  text-shadow: 0 0 10px #000000;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.2;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span {
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item .sub_txt {
  margin: 0 auto 15px auto;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::before,
.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::after {
  background-color: #ffffff;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 19px;
  box-shadow: 0px 0px 6px #000000b5;
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::before {
  margin-right: 0px;
  transform: rotate(45deg);
}

.top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::after {
  transform: rotate(-45deg);
}

#pickup_slider_list.slick-initialized {
  margin-bottom: 60px !important;
}

#topregist_area:after {
  content: none;
}

#topregist_area .c-button.blue {
  font-size: 1.3rem;
  padding: 15px 30px 15px 20px;
}


.en #topregist_area .c-button.blue {
  padding: 15px 65px 15px 30px;
  width: max-content;
}

#top_conferencepanel {
  position: relative;
}


#top_conferencepanel:after {
  content: "";
  background-image: url(../../../assets/img/top/regist_treat01.webp);
  width: 160px;
  height: 180px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: -152px;
}


.top_pickup {
  margin: 70px 0px;
}

.top_pickup .slider_count_1 {
  margin: 0 auto;
  max-width: 780px;
  padding: 0 20px;
}

.slick-dots li.slick-active button:before {
  color: #05a0e0 !important;
  font-size: 1rem;
}

.js-pickup_slider_item.slick-dotted.slick-slider {
  margin-bottom: 80px !important;
}

.js-pickup_slider_item.slick-initialized .slick-slide {
  padding: 0 25px;
}

.js-pickup_slider_item .slick-slide img {
  box-shadow: 0px 0px 15px 0px #949494;
}

.js-pickup_slider_item .slick-dots {
  bottom: -50px;
}

#pickup_slider_list .slick-list {
  padding: 0 30px;
}

.slick-dots li button:before {
  color: #c8c8c8 !important;
  font-size: 1rem;
}

.top_pickup h2 {
  text-align: center;
  font-size: var(--font-size_39);
  position: relative;
}

.top_pickup h2:before {
  content: "";
  background-image: url(../../../assets/img/top/exhibitorinfo_treat01.webp);
  width: 113px;
  height: 167px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -165px;
  z-index: 1;
}


@media screen and (max-width: 850px) {
  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 {
    font-size: 1.5rem;
  }

  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item.conference_timetable a h3 {
    padding-top: 10%;
    margin-top: initial;
  }

  #top_conferencepanel:after {
    width: 130px;
    height: 147px;
  }
}


@media screen and (max-width:600px) {
  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item.conference_timetable a h3 {
    padding-top: inherit;
  }

  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item {
    width: 100%;
  }

  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a {
    padding: 5% 8% 35%;
  }

  #top_conferencepanel:after {
    width: 100px;
    height: 112px;
    bottom: -80px;
  }

  .js-pickup_slider_item.slick-initialized .slick-slide {
    padding: 0 10px;
  }

  .top_conferencepanel .conferencepanel_list .session_list a {
    background-image: url(../../../assets/img/top/all_session_list_bg_sp.webp);
  }
}

@media screen and (max-width:480px) {
  .top_conferencepanel .conferencepanel_list .conferencepanel_list_item.session_list a {
    padding: 4% 8% 50%;
  }

  .en .top_conferencepanel .conferencepanel_list .conferencepanel_list_item.session_list a {
    padding: 4% 8% 40%;
  }

  #top_conferencepanel:after {
    width: 83px;
    height: 93px;
  }

  .en #topregist_area .c-button.blue {
    width: 100%;
  }

  .top_pickup h2:before {
    width: 80px;
    height: 116px;
    top: -120px;
  }
}

/*============================
     top_pickup
============================*/

.top_pickup .hashtag_slider_cont {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding: 1.5rem;
  background: #e8e8e8;
  max-width: 1400px;
  border-radius: 100vh;
}

.top_pickup .hashtag_slider_cont .hashtag_slider {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: hashtag_slider 40s linear infinite;
}

.top_pickup .hashtag_slider_cont .hashtag_slider.roop {
  animation: hashtag_slider_roop 40s linear infinite;
}

.top_pickup .hashtag_slider_cont .hashtag_slider:hover {
  animation-play-state: paused;
}

.top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item {
  display: inline;
  margin-right: 1em;
}

.top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  font-size: 1.1rem;
}

.top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item a:hover {
  color: #48dff1;
}

@keyframes hashtag_slider {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}


.hashtag_slider {
  display: flex;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


@media screen and (max-width:1400px) {
  .top_pickup .hashtag_slider_cont {
    margin: 30px 50px;
  }

  div.hashtag_cont div.hashtag_ttl p {
    margin-left: 50px;
  }
}


@media screen and (max-width:600px) {
  div.hashtag_cont div.hashtag_ttl p {
    width: 175px;
    font-size: .9rem;
    margin-left: 10px;
    padding: 1rem 1rem 1rem 1rem;
  }

  .hashtag_cont .hashtag_ttl p:after {
    font-size: 1.6rem;
  }

  .top_pickup .hashtag_slider_cont {
    padding: 1rem;
    margin: 30px 20px;
  }
}

/*============================
#faq
============================*/
#faq h2 {
  text-align: center;
  text-shadow: 0 0 20px #ffffff, 0 0 20px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
  font-size: 41px;
}

#faq .faq_cont {
  margin: 0 auto;
  max-width: 700px;
}

#faq.main {
  /* padding: 70px 60px; */
  background-image: url(../../../assets/img/top/faq_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#faq .bold {
  font-weight: bold;
  display: block;
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

#faq.main .w1400.flex_box .accordion-container .accordion-list {
  position: relative;
  pointer-events: all;
}

#faq.main .w1400.flex_box .c-button.blue {
  margin-top: 30px;
  width: max-content;
  padding: 15px 55px 15px 35px;
  font-size: 1rem;
}

#faq.main .w1400.flex_box .c-button.blue:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: .8rem;
  right: 15px;
}

@media screen and (max-width: 900px) {
  #faq h2:before {
    width: 100px;
    height: 128px;
    top: -140px;
  }
}

@media screen and (max-width:850px) {
  #faq h2 {
    /* width: 100%; */
  }

  #faq .faq_cont {
    width: 100%;
  }

  #faq.main {
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  #faq h2:before {
    left: -20px;
  }

  #faq h2 {
    font-size: 35px;
  }
}

@media screen and (max-width:480px) {
  #faq h2:before {
    width: 78px;
    height: 100px;
    left: -10px;
  }

  #faq.main .w1400.flex_box .c-button.blue {
    /* width: 100%; */
  }

}



/*============================
#Exhibitor_info
============================*/
#Exhibitor_info.main {
  background: #187a9d;
  margin-top: 5%;
  margin-left: 4%;
  margin-bottom: 5%;

  padding: 70px 70px 50px;
  border-radius: 10px 0 0 10px;
  position: relative;
  background-image: url(../img/top/exhibitor_info_bg.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

#Exhibitor_info.main div.w1400 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

#Exhibitor_info.main div.w1400 h2 {
  order: 2;
  color: #fff;
  text-align: right;
}

#Exhibitor_info.main h2 span {
  margin: 0 11px 30px auto;
  text-align: right;
}

#Exhibitor_info.main div.w1400 h2 span {
  font-weight: bold;
}

#Exhibitor_info.main div.w1400 ul {
  min-width: 550px;
  max-width: 550px;
  position: relative;
  z-index: 2;
}

#Exhibitor_info.main div.w1400 ul li {
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 1px 9px #46687499;
}

#Exhibitor_info.main div.w1400 ul li:last-of-type {
  margin-bottom: 0;
}

#Exhibitor_info.main div.w1400 ul li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  background: #ffffff;
  padding: 25px;
  align-items: center;
  border-radius: 5px;
}

  {}

#Exhibitor_info.main div.w1400 ul li a.disabled {
  pointer-events: none;
}

#Exhibitor_info.main div.w1400 ul li a h3 {
  order: 2;
  color: #187a9d;
  font-weight: bold;
  margin-left: 15px;
  font-size: 1.7rem;
  line-height: 1.3;
}

.en #Exhibitor_info.main div.w1400 ul li a h3 {
  width: calc(100% - 50%);
}

#Exhibitor_info.main div.w1400 ul li a h3 span {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 10px;
}

.en #Exhibitor_info.main div.w1400 ul li a h3 span.comsoon {
  display: inline-block;
}

#Exhibitor_info.main div.w1400 ul li a h3 span.comingsoon {
  font-size: .9rem;
  border: solid 1px;
  padding: 2px 20px;
  border-radius: 100px;
  width: 100%;
  line-height: 1.8;
  display: block;
  text-align: center;
  background: #7c7c7c;
  border: none;
  color: #fff;
}

#Exhibitor_info.main div.w1400 ul li a h3 span.under_line {
  display: inline;
  border-bottom: 2px solid #187a9d;
}

#Exhibitor_info.main div.w1400 ul li .under_line a {
  font-weight: bold;
  color: #187a9d;
}


#Exhibitor_info.main div.w1400 ul li a figure {
  order: 1;
  width: 200px;
}

#Exhibitor_info.main li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #187a9d;
  width: 55px;
  height: 55px;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  line-height: 55px;
  font-size: 1.3rem;
  position: absolute;
  right: 15px;
  bottom: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
  text-align: center;
}

#Exhibitor_info.main li a.disabled:after {
  content: none;
}

#Exhibitor_info.main li a:hover:after {
  opacity: 0.9 !important;
}

.flex_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mediabiz .flex_cont {
  flex-wrap: nowrap;
}

#Exhibitor_info.main ul:before {
  content: "";
  background-image: url(../../../assets/img/top/exhibitor_speechbubble.webp);
  width: 290px;
  height: 101px;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -90px;
  top: -105px;
  z-index: 1;
}

.en #Exhibitor_info.main ul:before {
  background-image: url(../../../assets/img/top/exhibitor_speechbubble_en.webp);
  width: 400px;
  top: -115px;
}

@media screen and (max-width: 1100px) {
  #Exhibitor_info.main div.w1400 ul {
    min-width: 455px;
  }

  #Exhibitor_info.main div.w1400 ul li a h3 {
    font-size: 1.4rem;
  }

  #Exhibitor_info.main div.w1400 h2 {
    font-size: var(--font-size_50);
  }

  #Exhibitor_info.main div.w1400 h2 span {
    margin-bottom: 20px;
  }

  #Exhibitor_info.main div.w1400 ul li a h3 span {
    font-size: .9rem;
  }

  #Exhibitor_info.main div.w1400 ul li a figure {
    width: 155px;
  }
}

@media screen and (max-width: 970px) {
  #Exhibitor_info.main div.w1400 h2 {
    order: 1;
    width: 100%;
    font-size: var(--font-size_50);
  }

  #Exhibitor_info.main div.w1400 ul {
    order: 2;
    width: 100%;
    max-width: inherit;
    min-width: initial;
  }

  #Exhibitor_info.main ul:before {
    left: 0;
  }
}

@media screen and (max-width: 850px) {
  #Exhibitor_info.main ul:before {
    left: -50px;
    width: 250px;
    top: -85px;
  }

  .en #Exhibitor_info.main ul:before {
    top: -90px;
  }

  #Exhibitor_info.main div.w1400 h2 {
    margin-bottom: 20%;
  }

  #Exhibitor_info.main div.w1400 {
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  #Exhibitor_info.main {
    padding: 5% 40px;
  }

  #Exhibitor_info.main ul:before {
    left: -20px;
    height: 66px;
    top: -73px;
  }

  .en #Exhibitor_info.main ul:before {
    top: -75px;
  }

  .en #Exhibitor_info.main div.w1400 ul li a {
    padding: 20px;
  }

  .en #Exhibitor_info.main div.w1400 ul li .under_line a {
    padding: 0px;
  }

  #Exhibitor_info.main li a:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #Exhibitor_info.main div.w1400 ul li a h3 {
    margin-left: 10px;
  }

  #Exhibitor_info.main div.w1400 ul li a figure {
    width: 145px;
  }
}

@media screen and (max-width:480px) {
  .en #Exhibitor_info.main div.w1400 ul li a h3 {
    width: calc(100% - 55%);
  }

  .en #Exhibitor_info.main div.w1400 ul li a {
    padding: 15px;
  }

  #Exhibitor_info.main div.w1400 ul li a figure {
    width: 125px;
  }

  .en #Exhibitor_info.main ul:before {
    width: 300px;
    top: -70px;
  }

  #Exhibitor_info.main div.w1400 ul li .under_line a {
    padding: 0;
    font-size: .8rem;
  }

  #Exhibitor_info.main {
    padding: 5% 30px;
  }

  #Exhibitor_info.main div.w1400 h2 {
    margin-bottom: 25%;
  }

  #Exhibitor_info.main div.w1400 ul li a {
    padding: 15px;
    align-items: start;
  }

  #Exhibitor_info.main li a:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  #Exhibitor_info.main div.w1400 ul li a h3 {
    font-size: 1.2rem;
    width: calc(100% - 140px);
  }

  #Exhibitor_info.main div.w1400 ul li a h3 span {
    font-size: .8rem;
    margin-top: 5px;
  }

  .en #Exhibitor_info.main div.w1400 ul li a h3 span.comingsoon {
    font-size: .8rem;
  }

  #Exhibitor_info.main ul:before {
    width: 230px;
    top: -70px;
  }
}

/*============================
     hashtag_cont
============================*/
.hashtag_cont {
  position: relative;
}

.hashtag_cont .hashtag_ttl {
  position: absolute;
  z-index: 1;
  left: 0px;
}

.hashtag_cont .hashtag_ttl p {
  background: #0c90e4;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  border-radius: 100vh;
  width: 250px;
  font-size: 1.1rem;
  position: relative;
}

.en .hashtag_cont .hashtag_ttl p {
  width: 330px;
}

.hashtag_cont .hashtag_ttl p:after {
  font-family: "Font Awesome 5 Free";
  content: '\e098';
  font-weight: 700;
  display: inline-block;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.main h2 span {
  font-size: 1rem;
  font-weight: bold;
  margin-top: .7rem;
}

.magazine {
  overflow: hidden;
}

#magazine {
  display: block;
}

@media screen and (max-width:850px) {
  .en .hashtag_cont .hashtag_ttl p {
    width: 270px;
  }

  .en .hashtag_cont .hashtag_ttl p:after {
    font-size: 1.4rem;
    right: 20px;
  }
}

@media screen and (max-width:600px) {
  .hashtag_cont .hashtag_ttl p:after {
    font-size: 1.6rem;
    right: 15px;
  }

  .en .hashtag_cont .hashtag_ttl p {
    width: 230px;
  }
}


/*============================
#interbee_search
============================*/

#interbee_search {
  padding: 100px 50px;
}

#interbee_search h2 span {
  margin: 0 0 20px 0;
}

#interbee_search h2 span:before {
  background-image: linear-gradient(135deg, #ffffff, #1d97e5);
}

#interbee_search.main.rainbow_bg h2 {
  color: #0c90e4;
  position: relative;
}

#interbee_search.main.rainbow_bg h2:after {
  content: "";
  background-image: url(../../../assets/img/top/search_icon.webp);
  width: 500px;
  height: 135px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}

.en #interbee_search.main.rainbow_bg h2:after {
  background-image: url(../../../assets/img/top/search_icon_en.webp);
  width: 600px;
  height: 152px;
  bottom: -25px;
  top: inherit;
}

#interbee_search.main.rainbow_bg ul li {
  width: 49.8%;
}

#interbee_search.main.rainbow_bg ul li .comingsoon {
  font-size: 1rem;
  padding: 2px 70px;
  border-radius: 100px;
  width: max-content;
  line-height: 1.8;
  display: block;
  text-align: center;
  background: #9d9d9d;
  border: none;
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
}

#interbee_search.main.rainbow_bg ul li a {
  color: #ffff;
  display: block;
  background-image: url(../../../assets/img/top/free_search_bg.webp);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 90px 40px;
  position: relative;
  height: 320px;
}

#interbee_search.main.rainbow_bg ul li:nth-of-type(2) a {
  background-image: url(../../../assets/img/top/AIsearch_bg.webp);
  padding: 90px 40px 60px;
  pointer-events: none;
}

.en #interbee_search.main.rainbow_bg ul li:nth-of-type(2) a {
  padding: 100px 50px 60px 40px;
}

.en #interbee_search.main.rainbow_bg ul li a {
  padding: 80px 50px 40px 40px;
}

#interbee_search.main.rainbow_bg ul li a h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#interbee_search.main.rainbow_bg ul li a p {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.3rem;
}

.en #interbee_search.main.rainbow_bg ul li a p {
  line-height: 1.4;
  font-size: 1.2rem;
}

#interbee_search.main.rainbow_bg ul li a span.login {
  position: absolute;
  font-size: 1rem;
}

.ribbon {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}

.ribbon {
  --r: 1rem;
  border-block: .5em solid #0000;
  padding-inline: .5em calc(var(--r) + 1em);
  line-height: 1.4;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(106% - .25em), calc(100% - var(--r)) 50%, 99% .25em);
  background: #cd0a0b;
  width: fit-content;
  position: absolute;
  top: 30px;
  left: 0;
}

.ribbon span {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1rem;
}

.ribbon span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 11px;
  color: #fff;
  content: "\f023";
}

@media screen and (max-width:1200px) {
  #interbee_search.main.rainbow_bg ul li a h3 {
    font-size: 1.8rem;
  }

  .en #interbee_search.main.rainbow_bg ul li a h3 {
    font-size: 2rem;
  }

  #interbee_search.main.rainbow_bg ul li a p {
    font-size: 1.2rem;
  }

  .en #interbee_search.main.rainbow_bg ul li a p {
    font-size: 1.5rem;
  }

  #interbee_search.main.rainbow_bg ul li a {
    background-position: center;
  }

  .en #interbee_search.main.rainbow_bg h2:after {
    width: 450px;
    height: 115px;
  }
}


@media screen and (max-width:1130px) {
  #interbee_search.main.rainbow_bg h2:after {
    width: 430px;
    height: 119px;
  }
}

@media screen and (max-width:1050px) {
  #interbee_search.main.rainbow_bg h2 {
    margin-bottom: 100px;
  }

  .en #interbee_search.main.rainbow_bg h2:after {
    top: 50px;
    width: 450px;
    height: 113px;
  }

  #interbee_search.main.rainbow_bg h2:after {
    top: 85px;
    width: 500px;
    height: 135px;
  }

  #interbee_search {
    padding: 50px;
  }

  #interbee_search.main.rainbow_bg ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:850px) {
  #interbee_search {
    padding: 70px 30px;
  }

  #interbee_search.main.rainbow_bg h2:after {
    top: 75px;
  }
}

@media screen and (max-width:600px) {
  #interbee_search.main.rainbow_bg h2:after {
    width: 350px;
    height: 97px;
    top: 107px;
  }

  .en #interbee_search.main.rainbow_bg h2:after {
    top: 43px;
    width: 400px;
    height: 100px;
  }

  #interbee_search.main.rainbow_bg ul li a {
    padding: 60px 40px;
    height: 100%;
  }

  .en #interbee_search.main.rainbow_bg ul li a {
    padding: 30px 50px 30px 30px;
  }

  .en #interbee_search.main.rainbow_bg ul li a h3,
  #interbee_search.main.rainbow_bg ul li a h3 {
    font-size: 1.7rem;
  }

  .en #interbee_search.main.rainbow_bg ul li a p {
    font-size: 1rem;
  }

  #interbee_search.main.rainbow_bg ul li:nth-of-type(2) a {
    padding: 40px;
  }

  .en #interbee_search.main.rainbow_bg ul li:nth-of-type(2) a {
    padding: 85px 30px 30px;
  }
}

@media screen and (max-width:480px) {
  #interbee_search.main.rainbow_bg h2:after {
    top: 90px;
  }

  #interbee_search {
    padding: 60px 30px;
  }

  #interbee_search.main.rainbow_bg ul li a {
    padding: 60px 30px;
  }

  #interbee_search.main.rainbow_bg ul li a h3 {
    font-size: 1.4rem;
  }

  #interbee_search.main.rainbow_bg ul li a p {
    font-size: 1rem;
  }

  #interbee_search.main.rainbow_bg ul li:nth-of-type(2) a {
    padding: 85px 30px 30px;
  }

  .en #interbee_search.main.rainbow_bg h2:after {
    top: 36px;
    width: 290px;
    height: 75px;
  }

  #interbee_search.main.rainbow_bg h2:after {
    top: 90px;
    width: 320px;
    height: 89px;
  }

  #interbee_search.main.rainbow_bg h2 {
    margin-bottom: 80px;
  }

}



/*============================
#event_conference
============================*/
#event_conference.main.w1400 {
  padding: 100px 50px;
}

#event_conference {
  padding: 50px 0px 90px;
}

#event_conference .event_list_btn_cont li.disabled {
  pointer-events: none;
}

#event_conference .event_list_btn_cont li.disabled a:hover {
  opacity: 1;
}

#event_conference .c-button::after {
  width: 18px;
  height: 18px;
  line-height: 18px;
  right: 8px;
  font-size: 0.4rem;
}

.en #event_conference .c-button::after {
  width: 17px;
  height: 17px;
  line-height: 17px;
  right: 8px;
  font-size: 0.5rem;
}

#event_conference .experience .c-button::after {
  background: #d70d19;
}

#event_conference .cinema .c-button::after {
  background: #414141;
}

#event_conference .ip_pavilion .c-button {
  color: #2f86c7;
}

#event_conference .ip_pavilion .c-button::after {
  background: #2f86c7;
}

#event_conference .ignition .start_up_university .c-button::after,
#event_conference .creative .marketing_rounge .c-button::after {
  text-align: center;
  background: #ffffff;
  color: #e40080;
  line-height: 20px;
}

#event_conference .creative .marketing_rounge .c-button::after {
  color: #12a84e;
}

#event_conference .ignition .c-button {
  color: #725094;
}

#event_conference .ignition .c-button::after {
  background: #725094;
}

#event_conference .mediabiz .c-button::after {
  background: #f49801;
}

#event_conference .mediabiz .c-button {
  color: #f49801;
}

#event_conference .mediabiz .sub_btn .c-button {
  background: #f49801;
  color: #fff;
  padding: 8px 10px 8px 10px;
  border: 1px solid #fff;
}

#event_conference .mediabiz .sub_btn .c-button::after {
  color: #f49801;
  background: #fff;
}

#event_conference .mediabiz .sub_btn .c-button::after {
  display: none;
}

#event_conference .creative .c-button::after {
  background: #12a84e;
}

#event_conference .creative .c-button {
  color: #12a84e;
}

#event_conference .jba_symposium .c-button::after {
  background: #0c1739;
}

#event_conference .jba_symposium .c-button {
  color: #0c1739;
}

#event_conference .disabled .c-button::after {
  display: none;
}

#event_conference .disabled .c-button {
  padding: 10px 20px !important;
}


#event_conference .disabled .c-button.white_bg {
  background: #d8d8d8;
}

#event_conference .award .c-button::after {
  background: #ac891d;
}

#event_conference .award .c-button {
  color: #ac891d;
}

#event_conference .c-button.blue {
  font-size: .9rem;
  padding: 10px 40px 10px 20px;
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 0;
}


.en #event_conference .c-button.white_bg {
  padding: 8px 30px 8px 13px;
  font-size: .8rem;
}

#event_conference .cinema .c-button.white_bg {
  color: #414141;
}

#event_conference .experience .c-button.white_bg {
  border-radius: 20px;
  padding: 5px 20px 5px 10px;
}

.en #event_conference .experience .c-button.white_bg {
  padding: 10px 40px 10px 15px;
}

.en #event_conference .experience .c-button.white_bg {
  padding: 10px 35px 10px 15px;
}

#event_conference .experience li:first-of-type .c-button.white_bg img {
  max-width: 113px;
  width: 100%;
}

.en #event_conference .experience li:first-of-type .c-button.white_bg img {
  max-width: 100px;
}

.en #event_conference .experience li:last-of-type .c-button.white_bg {
  padding: 12px 40px 13px 15px;
}

#event_conference .experience li:last-of-type .c-button.white_bg img {
  max-width: 279px;
  width: 100%;
}

.en #event_conference .experience li:last-of-type .c-button.white_bg img {
  max-width: 246px;
}

#event_conference.main.w1400 h2.top_ttl {
  text-align: center;
  margin-bottom: 1rem;
}

#event_conference.main.w1400 p {
  text-align: center;
}

#event_conference .event_list_item {
  padding: 165px 0;
  background-image: url(../../../assets/img/top/AIsearch_bg.webp);
  background-size: cover;
  background-position: center;
}


#event_conference.main h3 {
  width: 300px;
  margin: 0 auto 5px;
  font-family: 'LINESeedJP', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
}

#event_conference.main .experience h3 {
  margin-bottom: 6px;
}

#event_conference.main .ip_pavilion h3 {
  width: 350px;
}

#event_conference.main .cinema h3 {
  width: 270px;
}

#event_conference.main .ignition h3 {
  min-width: 400px;
}


#event_conference.main .creative h3 {
  min-width: 250px;
}


#event_conference.main .flex_cont.single_btn h3 {
  margin-right: 0;
}

#event_conference .event_list_btn_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}

#event_conference .event_list_btn_cont.sub_btn {
  margin-right: 0;
}

#event_conference .single_btn .event_list_btn_cont {
  margin: 0
}

#event_conference .event_list_btn_cont.single_btn li {
  margin-right: 0;
}

#event_conference .event_list_btn_cont li {
  margin-right: 5px;
  width: max-content;
}

.en #event_conference .event_list_btn_cont li {
  margin-right: 5px;
}

#event_conference .event_list_btn_cont li.single_btn {
  margin-right: 0;
}

#event_conference .event_list_btn_cont li.start_up_university .c-button.white_bg,
#event_conference .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
  padding: 6px 29px 6px 10px;
  color: #fff;
  background: #e40080;
  line-height: 1;
  border: 1px solid #fff;
  text-align: left;
}

#event_conference .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
  background: #12a84e;
  top: 0;
  right: 0;
}

.event_list_item,
.event_list_link {
  position: relative;
}

#event_conference .event_list_cont {
  position: absolute;
  padding: 20px 1% 20px;
  bottom: 0;
  width: 100%;
}

#event_conference .experience .event_list_cont {
  padding: 20px 1% 13px;
}

.en #event_conference .event_list_cont {
  padding: 20px 2% 15px;
}


.grid_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .5rem;
  margin-top: 35px;
}

#event_conference .grid_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin-top: 35px;
}

#event_conference .event_list_item.forum {
  background: url(../../../assets/img/top/forum_bg.webp);
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}

#event_conference .event_list_item.experience {
  background: url(../../../assets/img/top/experience_bg.webp);
  background-size: cover;
  background-position: center;
}

#event_conference .event_list_item.cinema {
  background: url(../../../assets/img/top/cinema_bg.webp);
  background-size: cover;
}

#event_conference .event_list_item.ip_pavilion {
  background: url(../../../assets/img/top/ip_bg.webp);
  background-size: cover;
}

.ip_pavilion {
  padding: 0;
  margin: 0;
}

#event_conference .event_list_item.ignition {
  background: url(../../../assets/img/top/ig_bg.webp);
  background-size: cover;
  background-position: center;
}

#event_conference .event_list_item.mediabiz {
  background: url(../../../assets/img/top/mediabiz_bg.webp);
  background-size: cover;
}

#event_conference .event_list_item.creative {
  background: url(../../../assets/img/top/creative_bg.webp);
  background-size: cover;
}

#event_conference .event_list_item.jba_symposium {
  background: url(../../../assets/img/top/minpou_bg.webp);
  background-size: cover;
  padding: 125px 0;
}

#event_conference .event_list_item.award {
  background: url(../../../assets/img/top/award_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 125px 0;
}

#event_conference .event_list_item.disabled {
  position: relative;
  pointer-events: none;
}

#event_conference .event_list_item.disabled .comingsoon {
  font-size: .9rem;
  padding: 2px 30px;
  border-radius: 100px;
  width: max-content;
  line-height: 1.8;
  display: block;
  font-weight: bold;
  margin: 5px auto 5px;
  margin-right: auto;
  margin-left: 0;
  background: #636363;
  color: #fff;
}

#event_conference .forum .event_list_cont {
  background: #009fde99;
  height: 95px;
}

#event_conference .forum .event_list_btn_cont {
  margin: initial;
}


#event_conference .flex_cont_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#event_conference .flex_cont_ttl .event_list_btn_cont {
  display: block;
  margin: 0;
}

#event_conference .creative .event_list_cont {
  background: linear-gradient(to top, #11a84e85 0%,
      #80ce9f85 30%,
      transparent 100%);
}

#event_conference .jba_symposium .event_list_cont {
  background: #0c1639a3;
  height: 80px;
}

#event_conference .award .event_list_cont {
  background: #ac891dad;
  height: 80px;
}

#event_conference .jba_symposium .event_list_cont,
#event_conference .award .event_list_cont {
  align-items: center;
}

.en #event_conference .jba_symposium .event_list_cont,
.en #event_conference .award .event_list_cont {
  padding: 20px 50px;
  height: auto;
}

#topregist_area {
  overflow: hidden;
}

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

  #event_conference .cinema .event_list_btn_cont li,
  #event_conference .experience .event_list_btn_cont li {
    margin-bottom: 5px;
  }

  #event_conference .event_list_item.cinema .event_list_btn_cont li:last-of-type,
  #event_conference .event_list_item.experience .event_list_btn_cont li:last-of-type {
    margin-bottom: 0;
  }

}

@media screen and (max-width:1400px) {
  .en #event_conference .event_list_cont {
    height: auto;
  }

  .en #event_conference .jba_symposium .event_list_cont,
  .en #event_conference .award .event_list_cont {
    padding: 20px 3%;
  }

  .en #event_conference .ip_pavilion .event_list_cont {
    height: inherit;
  }

}

@media screen and (max-width:1350px) {
  #event_conference.main .ignition h3 {
    margin-bottom: 10px;
  }

  #event_conference .ignition .event_list_btn_cont li {
    margin-bottom: 5px
  }

  .en #event_conference .event_list_btn_cont li {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .en #event_conference .experience .event_list_btn_cont li:last-of-type {
    margin-bottom: 0px;
  }

  .en #event_conference .event_list_cont {
    height: inherit;
  }

}



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


  #event_conference.main .ignition h3 {
    min-width: 300px;
  }

  #event_conference .event_list_cont {
    padding: 20px 2% 10px;
  }

  #event_conference .ip_pavilion .event_list_cont {
    height: inherit;
  }

  #event_conference .jba_symposium .event_list_cont,
  #event_conference .award .event_list_cont {
    padding: 20px 2% 3%;
  }

  #event_conference .jba_symposium .event_list_cont h3,
  #event_conference .award .event_list_cont h3 {
    width: initial;
  }

  #event_conference.main .flex_cont.single_btn h3 {
    width: 275px;
  }
}

@media screen and (max-width:1200px) {
  #event_conference .forum .event_list_btn_cont li {
    margin-bottom: 0px;
  }

  #event_conference .event_list_btn_cont li.start_up_university .c-button.white_bg,
  #event_conference .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
    right: 13%;
  }

}

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


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

  #event_conference .mediabiz .sub_btn .c-button {
    padding: 5px 10px 5px 10px;
    font-size: .7rem;
  }

  #event_conference .event_list_btn_cont li.marketing_rounge,
  #event_conference .event_list_btn_cont li.start_up_university {
    position: relative;
  }

  #event_conference .event_list_btn_cont li.start_up_university .c-button.white_bg,
  #event_conference .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
    top: 0;
    right: 0;
    margin-right: 5px;
  }

  #event_conference.main .ignition h3 {
    margin: 0 auto;
    min-width: initial;
    width: 100%;
    max-width: 320px;
  }

  #event_conference.main .creative h3 {
    margin: 0 auto;
    padding: 0 20px;
  }

  #event_conference .forum .event_list_cont,
  #event_conference .award .event_list_cont,
  #event_conference .jba_symposium .event_list_cont,
  #event_conference .event_list_cont,
  #event_conference .experience .event_list_cont {
    height: auto;
  }

  #event_conference .forum .event_list_cont {
    padding-bottom: 15px;
  }

  #event_conference .jba_symposium .event_list_cont h3,
  #event_conference .award .event_list_cont h3 {
    margin-bottom: 10px;
  }

  #event_conference.main .ip_pavilion h3 {
    width: 100%;
    max-width: 320px;
    margin-bottom: 0px;
  }

  .mediabiz .flex_cont {
    margin-bottom: .3rem;
  }
}

@media screen and (max-width:1000px) {
  #event_conference .cinema .event_list_btn_cont li, #event_conference .experience .event_list_btn_cont li {
    margin-bottom: 0;
  }

  #event_conference .grid_cont {
    grid-template-columns: 1fr 1fr;
  }

  #event_conference .event_list_cont {
    padding: 15px 2%;
  }

  #event_conference.main .ip_pavilion h3,
  #event_conference.main .ignition h3 {
    max-width: 380px;
  }

  #event_conference.main .creative h3 {
    max-width: 340px;
    width: initial;
  }

  #event_conference.main .creative h3,
  #event_conference.main .ignition h3,
  #event_conference.main .ip_pavilion h3,
  #event_conference.main h3 {
    margin-bottom: .5rem;
  }
}

@media screen and (max-width:986px) {
  #event_conference .cinema .event_list_btn_cont li {
    margin-bottom: 5px;
  }

  #event_conference .cinema .event_list_btn_cont li {
    margin-top: 0;
  }
}

@media screen and (max-width:962px) {
  #event_conference .experience .event_list_btn_cont li {
    margin-bottom: 5px;
  }

  #event_conference.main .experience h3,
  #event_conference.main .cinema h3 {
    margin-bottom: 0;
  }

  .en #event_conference .event_list_btn_cont li,
  .en #event_conference .experience .event_list_btn_cont li {

    margin-top: 0;
  }
}

@media screen and (max-width:850px) {
  #event_conference.main .cinema h3 {}

  #event_conference.main .creative h3 {
    max-width: 300px;
  }

  .mediabiz .flex_cont {
    margin-bottom: 5px;
  }

  #event_conference.main .flex_cont.single_btn h3 {
    width: 200px;
  }

  #topregist_area .txt_cont {
    width: 50%;
    padding-right: 30px;
  }

  #event_conference {
    padding: 50px 20px;
  }

  .en #event_conference {
    /* padding: 80px 20px; */
  }

  #event_conference.main h3 {
    width: 100%;
    max-width: 250px;
  }

  #event_conference.main .forum h3 {
    margin-bottom: 10px;
  }

  #topregist_area .c-button.blue {
    margin: 0 auto;
  }

  #event_conference h2:before {
    width: 110px;
    height: 120px;
  }
}


@media screen and (max-width:700px) {
  #event_conference.main .forum h3 {
    margin-bottom: 10px;
  }

}

@media screen and (max-width:600px) {
  #event_conference .event_list_item {
    background-position: 50% !important;
  }

  #event_conference .event_list_item.ignition {
    background-position: 50%;
  }

  #event_conference.main .creative h3,
  #event_conference.main .ignition h3,
  #event_conference.main .ip_pavilion h3,
  #event_conference.main h3 {
    margin-bottom: 0rem;
  }

  #event_conference.main .flex_cont.single_btn h3 {
    width: 200px;
  }

  #event_conference .grid_cont {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  #event_conference .forum {
    grid-column-start: 1;
    grid-column-end: 1;
  }

  #event_conference h2:before {
    width: 100px;
    height: 108px;
    right: 20px;
  }

  #event_conference .event_list_item.award,
  #event_conference .event_list_item,
  #event_conference .event_list_item.jba_symposium,
  #event_conference .event_list_item.forum {
    padding: 100px 0;
  }

  #event_conference .event_list_cont {
    padding: 10px 10px 15px;
  }

  #event_conference.main .mediabiz .flex_cont h3 {
    max-width: 300px;
  }

  #event_conference.main .flex_cont h3 {
    margin: 0 auto;
  }

  #event_conference .jba_symposium .event_list_cont h3,
  #event_conference .award .event_list_cont h3 {
    margin: 0 30px 0 0;
  }

  .en #event_conference .jba_symposium .event_list_cont h3,
  .en #event_conference .award .event_list_cont h3 {
    margin-bottom: 10px;
  }

  #event_conference .forum .event_list_btn_cont {
    margin-top: 10px;
  }

  #event_conference .experience li:first-of-type .c-button.white_bg img {
    max-width: 100px;
  }

  #event_conference .experience li:last-of-type .c-button.white_bg img {
    max-width: 250px;
  }

  #event_conference .experience .event_list_btn_cont li {
    margin-bottom: 0;
  }

  .en #event_conference .experience .event_list_btn_cont li {
    margin-top: 5px;
  }

  #event_conference .experience .event_list_btn_cont {
    justify-content: center;
  }

  #topregist_area .img_cont {
    width: 95%;
    position: relative;
    margin-top: 25px;
  }

  #topregist_area .txt_cont {
    width: 100%;
    padding-right: 20px;
    margin-left: 20px;
  }

  .en #event_conference .forum .event_list_btn_cont li {
    margin-bottom: 0px;
  }

}

@media screen and (max-width:500px) {
  .en #event_conference .experience .c-button.white_bg {
    padding: 8px 30px 8px 10px;
  }

  .en #event_conference .experience li:last-of-type .c-button.white_bg {
    padding: 8px 32px 8px 10px;
  }

  .en #event_conference .experience li:first-of-type .c-button.white_bg img {
    max-width: 80px;
  }

  .en #event_conference .experience li:last-of-type .c-button.white_bg img {
    max-width: 220px;
  }
}

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

  #event_conference .jba_symposium .event_list_cont h3,
  #event_conference .award .event_list_cont h3 {
    font-size: 1.2rem;
  }

  #event_conference {
    padding: 70px 20px;
  }

  #event_conference .c-button.blue,
  #event_conference .c-button.white_bg {
    padding: 7px 32px 7px 15px;
  }

  #event_conference .disabled .c-button {
    padding: 7px !important;
  }

  #event_conference .experience li:first-of-type .c-button.white_bg img {
    width: 70px;
  }

  #event_conference .experience li:last-of-type .c-button.white_bg img {
    width: 170px;
  }

  #event_conference .c-button::after {
    right: 7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: .5rem;
  }

  #event_conference .event_list_cont,
  #event_conference .ip_pavilion .event_list_cont {
    padding: 10px 2%;
  }

  #event_conference {
    padding: 40px 20px;

  }

  #event_conference.main .experience h3 {
    margin-bottom: 0;
  }

  #event_conference .jba_symposium li:last-of-type,
  #event_conference .award li:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
  }

  #topregist_area .txt_cont {
    padding-right: 30px;
  }

  .en #topregist_area .txt_cont {
    padding-right: 0px;
    width: 90%;
  }

  #topregist_area h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  #event_conference h2:before {
    width: 90px;
    height: 97px;
    right: 10px;
    top: -110px;
  }

  #event_conference.main .flex_cont.single_btn h3 {
    width: max-content;
  }

  #event_conference .event_list_item.disabled .comingsoon {
    padding: 2px 15px;
  }
}





/*============================
#QuickMenu
============================*/
#QuickMenu.main {
  background-image: url(../img/top/quick_menu_bg.webp);
  background-size: cover;
  background-repeat: no-repeat
}

#QuickMenu.main .w1400 h2 {
  font-family: 'LINESeedJP', sans-serif;
}

#QuickMenu.main .quick-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

#QuickMenu.main .quick-grid li.quick-card {
  width: calc((100% - 80px)/4);
  position: relative;
  box-shadow: 0 0 20px 4px #00000052;
  border-radius: 10px;
  background: #fff;
}

#QuickMenu.main .quick-grid li.quick-card img.balloon_cont {
  max-width: 200px;
  margin: 0 auto -20px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 1;
}

.en #QuickMenu.main .quick-grid li.quick-card.exhibitor_product img.balloon_cont {
  max-width: 315px;
  width: 90%;
}


#QuickMenu .quick-grid .quick-card h3.card_ttl {
  background: linear-gradient(45deg, #d1098d, #be3ae6);
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 1.3rem;
  padding: 1.5rem 10px 1rem;
  position: relative;
  border-radius: 10px 10px 0 0;
}

#QuickMenu .quick-grid li.quick-card.exhibitor_product a.quick-link.btn,
#QuickMenu .quick-grid .quick-card.exhibitor_product h3.card_ttl {
  background: linear-gradient(45deg, #910cef, #6238ef);
}

#QuickMenu .quick-grid li.quick-card.exhibitor_product a.quick-link.btn:after {
  color: #9e17f0;
}

#QuickMenu .quick-grid li.quick-card.service a.quick-link.btn,
#QuickMenu .quick-grid .quick-card.service h3.card_ttl {
  background: linear-gradient(45deg, #43c119, #9ddc3a);
}

#QuickMenu .quick-grid li.quick-card.service a.quick-link.btn.comingsoon{
  background: #a5a5a5;
  padding: .7rem 2rem;
  color: #f5f5f5;
  pointer-events: none;
}

#QuickMenu .quick-grid li.quick-card.service a.quick-link.btn.comingsoon:after{
  display:none;
}

#QuickMenu .quick-grid li.quick-card.service a.quick-link.btn:after {
  color: #2fbc13;
}

#QuickMenu .quick-grid li.quick-card.seminar_event a.quick-link.btn,
#QuickMenu .quick-grid .quick-card.seminar_event h3.card_ttl {
  background: linear-gradient(45deg, #0456ed, #08bbdb);
}

#QuickMenu .quick-grid li.quick-card.seminar_event a.quick-link.btn:after {
  color: #0346ef;
}


#QuickMenu.main .quick-grid li.quick-card h3.card_ttl:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5da';
  color: #ffffff;
  margin-right: 6px;
  font-weight: 600;
  font-size: 1.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#QuickMenu.main .quick-grid li.quick-card.exhibitor_product h3:before {
  content: '\f1ad';
}

#QuickMenu.main .quick-grid li.quick-card.seminar_event h3:before {
  content: '\f3c9';
}

#QuickMenu.main .quick-grid li.quick-card.service h3:before {
  content: '\f4be';
}


#QuickMenu.main .quick-grid li.quick-card ul.link_block {
  background: #fff;
  padding: 1rem 1.5rem 5rem;
  border-radius: 0 0 10px 10px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list {
  position: relative;
  display: flex;
  align-items: center;
}

#QuickMenu.main .quick-grid li.quick-card.about2025 ul.link_block li.link_list a:hover {
  color: #d834a4;
}

#QuickMenu.main .quick-grid li.quick-card.exhibitor_product ul.link_block li.link_list a:hover {
  color: #9f17f0;
}

#QuickMenu.main .quick-grid li.quick-card.seminar_event ul.link_block li.link_list a:hover {
  color: #0346ef;
}

#QuickMenu.main .quick-grid li.quick-card.service ul.link_block li.link_list a:hover {
  color: #2fbc13;
}


#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont:before {
  font-family: "Font Awesome 5 Free";
  content: '\f5da';
  color: #d31099;
  margin-right: 9px;
  font-weight: 600;
  font-size: 1.1rem;
}

#QuickMenu.main .quick-grid li.quick-card.exhibitor_product ul.link_block li.link_list .icon_cont:before {
  color: #9f17f0;
}

#QuickMenu.main .quick-grid li.quick-card.seminar_event ul.link_block li.link_list .icon_cont:before {
  color: #0346ef;
}

#QuickMenu.main .quick-grid li.quick-card.service ul.link_block li.link_list .icon_cont:before {
  color: #2fbc13;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_visit_registration:before {
  content: "\f145";
  transform: rotate(-42deg);
  /* display: inline-block; */
  font-size: .95rem;
  margin-left: -2px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_schedule:before {
  content: "\f073";
  font-weight: 900;
  font-weight: 500;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_access:before {
  content: "\f239";
  margin-left: 2px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_faq:before {
  content: "\f059";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_exhibitor_search:before {
  content: "\f002";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_venue_map:before {
  content: "\f279";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_online_exhibit:before {
  content: "\f05a";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_venue_tour:before {
  content: "\f024";
  margin-left: 1px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_timetable:before {
  content: "\f0ce";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_all_sessions:before {
  content: "\f00b";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_special_list:before {
  content: "\f005";
  margin-left: -2px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_interbee_award:before {
  content: "\f091";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_bento:before {
  content: "\f2e7";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_coffee_marche:before {
  content: "\f7b6";
  margin-left: -1px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_stamp_rally:before {
  content: "\f5bf";
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont.icon_youtube_lounge:before {
  font-family: "Font Awesome 7 Brands";
  /* font-weight: 500; */
  content: "\f431";
  margin-left: 1px;
}

#QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  position: absolute;
  right: 0;
  font-weight: 600;
}

#QuickMenu.main .link_block li.link_list a {
  font-weight: bold;
  font-size: 1.1rem;
  width: 100%;
  padding: .7rem 2rem .7rem 1.7rem;
  text-indent: -1.7rem;
}


#QuickMenu.main .link_block li.link_list a.comingsoon {
  color: #aaaaaa;
  pointer-events: none;
}

#QuickMenu.main .link_block li.link_list a.comingsoon:before {
  color: #aaaaaa !important;
}

#QuickMenu.main .link_block li.link_list a.comingsoon:after {
  display: none;
}

#QuickMenu .quick-grid li.quick-card a.quick-link.btn {
  font-size: .9rem;
  padding: .7rem 3rem .7rem 2rem;
  position: absolute;
  bottom: 0;
  left: 25%;
  bottom: 25px;
  background: linear-gradient(45deg, #d1098d, #be3ae6);
  left: 50%;
  transform: translateX(-50%);
}

#QuickMenu.main .w1400 .quick-grid li.quick-card a.quick-link.btn:after {
  right: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: .6rem;
}

.exhibitor_information {
  background-image: url(../img/top/Exhib_Info_bg.webp);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.exhibitor_information ul {
  display: grid;
}

#conference {
  background-image: url(../img/top/conference_bg.webp);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
}

#conference h2 {
  color: #fff;
}

@media screen and (max-width:700px) {
  #QuickMenu.main .w1400 h2 {
    margin-bottom: 3rem;
  }

  .en #QuickMenu.main .w1400 .quick-grid li.quick-card a.quick-link.btn:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 10px;
  }
}

/*============================
#topregist_area
============================*/
#topregist_area.main {
  background-image: url(../img/top/regist_bg.webp);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 62px 20px;
}

#topregist_area.main .schedule-block h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#topregist_area.main .schedule-block h2 span.bg_white {
  display: inline-block;
  font-size: inherit;
  color: #000;
  background: #fff;
  line-height: 1.2;
  padding: 0 2px;
}

#topregist_area.main .schedule-block p {
  text-align: center;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 1rem;
  font-weight: 500;
}

#topregist_area.main .schedule-block ul.link_cont {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  /* width: 100%; */
}

.en #topregist_area.main .schedule-block ul.link_cont {
  justify-content: center;
}
#topregist_area.main .schedule-block ul.link_cont li {
  margin-right: 1rem;
}

#topregist_area.main .schedule-block ul.link_cont li a.btn.btn_bg_pink {
  color: #ef0194;
  background: #fff;
  border: 1px solid #ef0194;
}

.btn_bg_pink:after {
  border: 1px solid #ef0194;
}


a.btn.btn_bg_pink,
a.btn.btn_pink {
  background: linear-gradient(90deg, #e9099e 0%, #bf39e5 100%);
  padding: 1rem 5rem 1rem 3rem;
}

a.btn.btn_bg_pink:after,
a.btn.btn_pink::after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: .8rem;
  right: 16px;
}

@media screen and (max-width:850px) {
  a.btn.btn_bg_pink:after, a.btn.btn_pink::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 20px;
  }
}

@media screen and (max-width:500px) {
    a.btn.btn_bg_pink:after, a.btn.btn_pink::after {
   /* right: 0px; */
  }
  #topregist_area.main .schedule-block p {
    line-height: 2;
  }
}

@media screen and (max-width:480px) {
  #topregist_area.main {
    padding: 45px 20px;
  }

  #topregist_area.main .schedule-block p {
    line-height: 2;
    font-size: .9rem;
  }

  #topregist_area.main .schedule-block h2 {
    margin-bottom: .7rem;
    font-size: 1.5rem;
  }

  a.btn.btn_bg_pink,
  a.btn.btn_pink {
    padding: .8rem 3rem .8rem 1.5rem;
    /* width: 100%; */
  }

  a.btn.btn_bg_pink:after,
  a.btn.btn_pink::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 9px;
  }

   .link_cont li{
    width: 49%;
  }

  #topregist_area.main .schedule-block ul.link_cont{
    width:100%;
  }

  .en .link_cont li{
    width:100%;
    max-width:300px
  }

  .link_cont li .btn{
    width:initial;
  }
}

/*============================
#exibitor_cont
============================*/
#exibitor_cont.main h2 {
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

#exibitor_cont.main h2 span {
  color: #0c90e4;
}

#exibitor_cont .press_list .date {
  color: #8d8d8d;
  font-weight: bold;
  font-size: 14px;
}

#exibitor_cont .press_list .slick-track{
  padding: 10px 0;
}

#exibitor_cont .press_list .list_info {
  display: flex;
  align-items: center;
}

#exibitor_cont .press_list .list_info p {
  font-size: .8rem;
  color: #000;
}

#exibitor_cont .img_cont {
  margin-bottom: 1rem;
}

#exibitor_cont .press_list a {
  padding: 35px;
  background: #f0f0f0;
}


#conference.section.main ul.conference-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

#conference.section.main ul.conference-grid li {
  width: 49.5%;
  position: relative;
}

#conference.section.main ul.conference-grid li.conference-card a,
#conference ul.conference-grid li.allsessionlist-card a {
  padding: 2rem 0 9rem;
  border-radius: 5px;
  background-size: cover;
  background-image: url(../img/top/timetable_bg.webp);
  display: block;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  background:
}

#conference.section.main ul.conference-grid li.conference-card a:after,
#conference ul.conference-grid li.allsessionlist-card a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 100%);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  right: 24px;
  bottom: -11px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

#conference.section.main ul.conference-grid li a {
  background-image: url(../img/top/allsesssionlist_bg.webp);
}

#conference.section.main .inner ul.conference-grid li.allsessionlist-card a h3,
#conference.section.main .inner ul.conference-grid li.conference-card a h3 {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}

#conference.section.main .inner ul.conference-grid li.conference-card a h3 span,
#conference.section.main .inner ul.conference-grid li.allsessionlist-card a h3 span {
  display: block;
  font-size: .8rem;
  font-weight: bold;
  margin-top: .5rem;
}

#conference.section.main .w1400.inner .grid_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-top: 20px;
}

#conference.section.main div.grid_cont .c-button.white_bg {
  padding: 8px 40px 8px 20px;
}

#conference.section.main div.grid_cont a.event_list_item {
  width: calc((100% - 40px)/3);
}

#conference.section.main .grid_cont a.event_list_item {
  background-position: bottom;
  border-radius: 10px;
  background-size: cover;
  background-image: url(../img/top/conference_forum_bg.webp?250925);
  padding: 149px 0 0px;
}

#conference.section.main .event_list_item .event_list_cont.flex_cont h3 {
  max-width: 276px;
  margin-bottom: 5px;
}

#conference.section.main .event_list_item.seminar .event_list_cont.flex_cont h3 {
  max-width: 325px;
}

#conference.section.main .event_list_item.seminar .c-button.white_bg {
  color: #04b8de;
}

#conference.section.main .event_list_item.seminar .c-button.white_bg:after {
  background: #04b8de;
}

#conference.section.main .event_list_item.jba_symposium .c-button.white_bg {
  color: #414140;
}

#conference.section.main .event_list_item.jba_symposium .c-button.white_bg:after {
  background: #414140;
}

#conference.section.main .grid_cont a.event_list_item.forum ul.event_list_btn_cont {
  display: flex;
  align-items: center;
}

#conference.section.main .grid_cont a.event_list_item.forum ul.event_list_btn_cont li {
  margin-right: .5rem;
}

#conference .grid_cont a.event_list_item.forum .event_list_cont.flex_cont ul.event_list_btn_cont a.event_list_link.c-button.white_bg {
  font-size: .8rem;
  padding: 10px 35px 10px 20px;
}

#conference.section.main div.grid_cont a.event_list_item.jba_symposium {
  background-image: url(../img/top/conference_jba_bg.webp);
}

#conference.section.main div.grid_cont a.event_list_item.seminar {
  background-image: url(../img/top/conference_exhib_seminar_bg.webp);

}



.event_list_cont.flex_cont {
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 0 0 10px 10px;
}


#conference.section.main div.w1400.inner div.grid_cont a.event_list_item.jba_symposium div.event_list_cont.flex_cont ul.event_list_btn_cont {
  width: max-content;
}

@media screen and (max-width:1200px) {
  #QuickMenu.main .link_block li.link_list a {
    font-size: .95rem;
  }
}

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

  #conference.section.main .event_list_item .event_list_cont.flex_cont h3 {
    max-width: 200px;
  }

  #conference.section.main .event_list_item.seminar .event_list_cont.flex_cont h3 {
    max-width: 250px;
  }
}

@media screen and (max-width:768px) {
  #conference.section.main div.w1400.inner div.grid_cont a.event_list_item {
    width: calc((100% - 20px)/3);
  }

  .event_list_cont.flex_cont {
    padding: 1rem 10px;
  }

  #conference .grid_cont a.event_list_item.forum .event_list_cont.flex_cont ul.event_list_btn_cont a.event_list_link.c-button.white_bg {
    padding: 10px 35px 10px 10px;
  }
}

@media screen and (max-width:700px) {
  #conference.section.main .w1400.inner .grid_cont {
    flex-direction: column;
  }

  #conference.section.main div.w1400.inner div.grid_cont a.event_list_item {
    width: 100%;
    padding: 89px 0 0;
    background-position: 0 50%;
    margin-bottom: 1rem;
  }

  #conference.section.main div.w1400.inner div.grid_cont a.event_list_item:last-of-type {
    margin-bottom: 0;
  }

  #conference.section.main .event_list_item .event_list_cont.flex_cont h3 {
    max-width: 280px;
  }

  #conference.section.main .event_list_item.seminar .event_list_cont.flex_cont h3 {
    max-width: 270px;
  }

  #conference.section.main ul.conference-grid li.conference-card a,
  #conference ul.conference-grid li.allsessionlist-card a {
    min-height: 222px;
    background-position: 46%;
  }

  #conference.section.main ul.conference-grid li a {
    background-position: 30%;
  }
}

@media screen and (max-width:600px) {
  #conference.section.main ul.conference-grid {
    flex-direction: column;
  }

  #QuickMenu.main .w1400 .quick-grid li.quick-card a.quick-link.btn:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 10px;
  }

  #conference.section.main ul.conference-grid li.conference-card a,
  #conference ul.conference-grid li.allsessionlist-card a {
    width: 100%;
    min-height: 180px;
    padding: 1rem 0 4rem;
  }

  #conference.section.main ul.conference-grid li {
    width: 100%;
    margin-bottom: 1rem;
  }

  #conference.section.main ul.conference-grid li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:480px) {
  #conference .grid_cont a.event_list_item.forum .event_list_cont.flex_cont ul.event_list_btn_cont a.event_list_link.c-button.white_bg {
    padding: 7px 32px 7px 15px;
  }

  #exibitor_cont.main h2 {
    padding: 0 20px;
  }

  #conference.section.main .inner ul.conference-grid li.allsessionlist-card a h3,
  #conference.section.main .inner ul.conference-grid li.conference-card a h3 {
    font-size: 1.5rem;
  }

  #conference.section.main .event_list_item .event_list_cont.flex_cont h3 {
    max-width: 240px;
  }

  #conference.section.main .event_list_item.seminar .event_list_cont.flex_cont h3 {}

}

/*============================
#exibitor_cont
============================*/
#exibitor_cont.main {
  padding-top: 30px;
}

.top_news_list {
  padding: 20px 0;
}

.top_news_list.slick-slider {
  margin-bottom: 0;
}

.top_news_list .slick-track {
  display: flex;
  align-items: center;
}

.top_news_list .slick-slide {
  margin: 10px 15px;
}

.top_news_list .slick-slide.error{
  padding: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-left: -15px;
}

.top_news_list_item {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgb(75 75 75 / 31%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 450px;
  max-width: 450px;
  height: 155px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.top_news_list_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.top_news_list_item a {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  justify-content: center;
}

.top_news_list_item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.top_news_list_item .date {
  font-weight: bold;
  color: #8d8d8d;
  font-size: 0.9rem;
}

.top_news_list_item .news_ttl {
  font-size: 1rem;
  color: #000000;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top_news_list {
    padding: 15px 0;
  }

  .top_news_list_item {
    width: 350px;
    max-width: 350px;
    height: 110px;
  }

  .top_news_list_item a {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .top_news_list {
    padding: 10px 0;
  }

  #QuickMenu.main .w1400 .quick-grid li.quick-card a.quick-link.btn:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .top_news_list_item {
    width: 300px;
    max-width: 300px;
    height: 100px;
  }

  .top_news_list_item a {
    padding: 12px;
  }

  .top_news_list_item .date {
    font-size: 0.85rem;
  }

  .top_news_list_item .news_ttl {
    font-size: 0.9rem;
  }
}

.top_press_release_cont {
  padding: 40px 0 70px;
}

.top_press_release_cont .top_press_release_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.en .top_press_release_cont .top_press_release_area {
  margin-bottom: 1rem;
}

.top_press_release_cont .top_press_release_area .btn.c-button {
  background: #fff;
  color: #0c90e4;
  border: 1px solid #0c90e4;
  padding: .5rem 3.5rem .5rem 1.5rem;
}


.press_list_cont {
  background: #f5f5f5;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 2px 16px rgb(75 75 75 / 31%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.press_list_cont:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.press_list_cont a {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.press_list_cont .img_cont {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-color: #e0e0e0;
}

.press_list_cont .img_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
}

.press_list_cont:hover .img_cont img {
  transform: scale(1.05);
}

.press_list_cont .txt_cont {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.press_list_cont .list_info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #666;
  width: 100%;
}

.press_list_cont .list_info .date {
  font-weight: bold;
  color: #0c90e4;
  flex-shrink: 0;
  white-space: nowrap;
}

.press_list_cont .list_info p {
  margin: 0;
  overflow-wrap: break-word;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.press_list_cont .list_info p.exhibitor_txt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f1ad';
  font-weight: 900;
  color: #000000;
  margin-right: 6px;
  font-size: 0.8rem;
}

.press_list_cont h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .press_list {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
    justify-content: center;
  }

  .press_list_cont {
    width: 100%;
    max-width: 350px;
    height: 280px;
    margin: 0 auto;
  }

  .press_list_cont a {
    padding: 15px;

  }

  #exibitor_cont .press_list a {
    padding: 20px;
  }

  .press_list_cont .img_cont {
    height: 120px;
    margin-bottom: 12px;
  }

  .press_list_cont .list_info p {
    width: 100%;
    word-break: break-all;
  }

  .press_list_cont h5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .en .top_press_release_cont .top_press_release_area .btn.c-button {
    padding: .5rem 2rem .5rem 2rem;
    text-align: left;
  }

  .en #exibitor_cont.main>div.top_press_release_cont>div.top.top_press_release_area>a.btn.c-button:after {
    text-align: center;
  }

  .en #exibitor_cont.main h2 {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #exibitor_cont.main {
    padding-top: 40px;
  }

  .top_press_release_cont .top_press_release_area .btn.c-button {
    min-width: 100px;
    margin-right: 20px;
  }

  .top_press_release_cont .top_press_release_area {
    gap: 15px;
    padding: 0;
  }

  .press_list {
    padding: 0px;
    margin-top: 10px;
  }

  .press_list_cont a {
    padding: 12px;
  }

  .press_list_cont .img_cont {
    height: 150px;
    margin-bottom: 10px;
  }

  .press_list_cont h5 {
    font-size: 1rem;
  }
}

#exibitor_cont.main>div.top_press_release_cont>div.top.top_press_release_area>a.btn.c-button:after {
  background: #0c90e4;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width:850px) {
  #exibitor_cont.main>div.top_press_release_cont>div.top.top_press_release_area>a.btn.c-button:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width:480px) {
  .top_press_release_cont {
    padding: 25px 0 40px;
  }
}

/*============================
#js-press_item
============================*/
.top_press_release_cont .w1200 .press_list .press_list_cont {
  width: 48.5%;
  background: #fff;
  border-radius: 5px;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  justify-content: space-between;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a:hover {
  opacity: .7 !important;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont {
  width: 42%;
  min-width: 150px;
  height: 160px;
  overflow: hidden;
  border-radius: 5px;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a figure.img_cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info span.date.mgr10 {
  font-family: 'Outfit';
  font-size: .9rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info p {
  position: relative;
  margin-top: .5rem;
  line-height: 1.4;
  font-size: .9rem;
  padding-left: 1rem;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont .list_info p:before {
  font-family: "Font Awesome 5 Free";
  content: '\f1ad';
  color: #000000;
  position: absolute;
  display: block;
  font-weight: 900;
  left: 0;
}

.top_press_release_cont .w1200 .press_list .press_list_cont a .txt_cont h5 {
  color: #123ec9;
  font-weight: bold;
  margin-top: .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#pickup_slider_list.slick-initialized {
  display: block;
}

/* Exhibitor Update Information スライダーの左揃え調整 */
.top_exhibitor_updateinfo_cont {
  overflow: visible !important;
}

.top_news_list.slick-initialized {
  margin-left: calc((100vw - 1400px) / 2);
  padding-left: 0;
}

.top_news_list .top_news_list_item {
  width: 400px !important;
  margin-right: 20px;
  /* padding: 20px; */
}

.press_list.slick-initialized {
  margin-left: calc((100vw - 1400px) / 2);
}

.press_list .press_list_cont {
  width: 400px;
  margin-right: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 1400px) {

  .top_news_list.slick-initialized,
  .press_list.slick-initialized {
    margin-left: 20px;
  }
}


@media screen and (max-width:1300px) {
  #QuickMenu .quick-grid li.quick-card a.quick-link.btn {
    padding: .6rem 3rem .6rem 1rem;
  }

  #QuickMenu .quick-grid .quick-card h3.card_ttl {
    font-size: 1.1rem;
  }
}


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


@media screen and (max-width:1000px) {
  #QuickMenu.main .quick-grid li.quick-card {
    width: calc((100% - 20px)/2);
  }

  #QuickMenu.main .quick-grid .seminar_event,
  #QuickMenu.main .quick-grid .service {
    margin-top: 1.5rem;
  }

  #QuickMenu.main .quick-grid li.quick-card img.balloon_cont {
    max-width: 250px;
  }

  #QuickMenu .quick-grid li.quick-card a.quick-link.btn {
    padding: .6rem 3rem .6rem 3rem;
    bottom: 18px;
  }

  #QuickMenu .quick-grid .quick-card h3.card_ttl {
    font-size: 1.3rem;
    padding: 2rem 10px 1rem;
  }
}

@media screen and (max-width:850px) {
  #QuickMenu.main .quick-grid li.quick-card ul.link_block {
    padding: 1rem 1rem 4rem;
  }
}


@media screen and (max-width:850px) {
  #QuickMenu.main .quick-grid li.quick-card img.balloon_cont {
    max-width: 200px;
  }

}



@media (max-width: 768px) {

  .top_news_list .top_news_list_item,
  .press_list .press_list_cont {
    width: 300px;
  }
}

@media screen and (max-width:600px) {
  #QuickMenu .quick-grid li.quick-card a.quick-link.btn {
    padding: .6rem 3rem .6rem 2rem;
  }
}

@media screen and (max-width:500px) {
  #QuickMenu .quick-grid .quick-card h3.card_ttl {
    padding: 1.2rem 10px .8rem;
    font-size: 1.2rem;
  }

  .en #QuickMenu .quick-grid .quick-card h3.card_ttl {
    padding: 1.7rem 10px 1rem;
  }

  #QuickMenu.main .link_block li.link_list a {
    font-size: 1rem;
    /* padding: .4rem 0 .4rem; */
  }

  #QuickMenu.main .quick-grid li.quick-card ul.link_block li.link_list .icon_cont:after {
    right: -5px;
  }

  #QuickMenu.main .quick-grid li.quick-card ul.link_block {
    padding: .5rem 1rem 4rem;
  }

  #QuickMenu .quick-grid li.quick-card a.quick-link.btn {
    padding: .6rem 3rem .6rem 2rem;
    bottom: 15px;
  }

  #QuickMenu.main .quick-grid {
    padding: 0 35px;
  }

  #QuickMenu.main .quick-grid li.quick-card {
    width: 100%;
    margin-bottom: 2rem;
  }

  #QuickMenu.main .quick-grid li.quick-card:last-of-type {
    margin-bottom: 0;
  }

  #QuickMenu.main .quick-grid .main_img {
    height: 130px;
    width: 100%;
    object-fit: cover;
  }

  #QuickMenu.main .quick-grid .seminar_event, #QuickMenu.main .quick-grid .service {
    margin-top: 0;
  }
}



@media (max-width: 480px) {
  br.sp_none {
    display: none;
  }
}