@charset "UTF-8";

/*------------------------------common------------------------------*/

body:not(.is-top-page) {
  background-color: unset;
}

.specialevents_page .l-1column-contents {
  padding: 20px;
  background: none;
}

.c-sub-section-title {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.65;
  font-weight: bold;
  background-color: unset;
  padding: 0;
  margin-bottom: 25px;
  text-indent: -25px;
  padding-left: 25px;
  border: 0;
}

.c-sub-section-title:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-right: 15px;
}

.c-sub-section-title:after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: 3px;
  margin-top: 10px;
  position: relative;
  left: -25px;
}

.bar-title .icon {
  width: 35px;
}

.text_small {
  font-size: 0.8rem;
  font-weight: 400;
}

.card_anchor_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.card_anchor_link li {
  width: 49%;
}

.card_anchor_link.link_4col li {
  width: 24%;
}

.cinema .card_anchor_link li a.coming {
  pointer-events: none;
}

.exhibitors_card_list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.exhibitors_card_list li {
  width: calc(33.3333333% - 20px);
  border-radius: 10px;
  box-shadow: 0px 0px 24px 0px #d1d1d1;
  background: #e27a00;
}

.ip_pavilion .exhibitors_card_list li {
  background: #1277be;
}

.creative .exhibitors_card_list li {
  background: #019164;
}

.exhibitors_card_list li figure {
  text-align: center;
  margin-bottom: 15px;
}

.exhibitors_card_list li figure img {
  max-height: 100px;
  width: auto;
}

.exhibitors_card_list li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 6px;
  height: 100%;
  /* 会期終了のため、リンク押せない設定 */
  /* pointer-events: none; */
}

.exhibitors_card_list li h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.exhibitors_card_list li .info {
  background: #f0f0f0;
  font-size: 0.7rem;
  padding: 5px;
  margin-right: 5px;
  display: inline-block;
}

.ignition .exhibitors_card_list li a {
  padding: 10px;
}

.ignition .exhibitors_card_list li {
  background: #735394;
}

.cinema .exhibitors_card_list li {
  background: #525252;
}

.forum_btn {
  margin-bottom: 20px;
}

.forum_btn a {
  background-color: #d9f1fa;
}

.forum_btn
  .c-contents-links__item.item_striking.c-contents-links__item--current {
  background-color: #a7e7ff;
}

.forum .c-sub-section-title:before {
  color: #029fde;
}

.forum .c-sub-section-title:after {
  background: rgb(2, 159, 222);
  background: -moz-linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#029fde", endColorstr="#000000", GradientType=1);
}

.forum .bar-title,
.forum .forvisitors-speech__schedule {
  background-color: #d9f1fa;
}

.forum .link_banner_single {
  max-width: 600px;
  margin: auto;
}

.seminar .c-sub-section-title:before {
  color: #029fde;
}

.seminar .c-sub-section-title:after {
  background: rgb(2, 159, 222);
  background: -moz-linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(2, 159, 222, 1) 0%,
    rgba(2, 159, 222, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#029fde", endColorstr="#000000", GradientType=1);
}

.seminar .bar-title,
.seminar .forvisitors-speech__schedule {
  background-color: #d9f1fa;
}

.experience .c-sub-section-title:before {
  color: #e60012;
}

.experience .c-sub-section-title:after {
  background: rgb(230, 0, 18);
  background: -moz-linear-gradient(
    90deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(230, 0, 18, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(230, 0, 18, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(230, 0, 18, 1) 0%,
    rgba(230, 0, 18, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e60012", endColorstr="#000000", GradientType=1);
}

.experience .bar-title,
.experience .forvisitors-speech__schedule {
  background-color: #fad9dc;
}

.ignition .c-sub-section-title:before {
  color: #bba1ef;
}

/* リアルタイム・バーチャルプロダクションのデモンストレーション */
.ignition #leveraging-platforms .c-sub-section-title:before {
  color: #ffbfbf;
}

.ignition .c-sub-section-title:after {
  background: rgb(187, 161, 239);
  background: -moz-linear-gradient(
    90deg,
    rgba(187, 161, 239, 1) 0%,
    rgba(187, 161, 239, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(187, 161, 239, 1) 0%,
    rgba(187, 161, 239, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(187, 161, 239, 1) 0%,
    rgba(187, 161, 239, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#bba1ef", endColorstr="#000000", GradientType=1);
}

/* リアルタイム・バーチャルプロダクションのデモンストレーション */
.ignition #leveraging-platforms .c-sub-section-title:after {
  background: rgb(255, 191, 191);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 191, 191, 1) 0%,
    rgba(255, 191, 191, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 191, 191, 1) 0%,
    rgba(255, 191, 191, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 191, 191, 1) 0%,
    rgba(255, 191, 191, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
}

.ignition .bar-title,
.ignition .forvisitors-speech__schedule {
  background-color: #e7d9fa;
}

/* リアルタイム・バーチャルプロダクションのデモンストレーション */
.ignition #leveraging-platforms .bar-title,
.ignition #leveraging-platforms .forvisitors-speech__schedule {
  background-color: #ffe6e6;
}

.connected .c-sub-section-title:before {
  color: #e27a00;
}

.connected .c-sub-section-title:after {
  background: rgb(226, 122, 0);
  background: -moz-linear-gradient(
    90deg,
    rgba(226, 122, 0, 1) 0%,
    rgba(226, 122, 0, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(226, 122, 0, 1) 0%,
    rgba(226, 122, 0, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(226, 122, 0, 1) 0%,
    rgba(226, 122, 0, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e27a00", endColorstr="#000000", GradientType=1);
}

.connected .bar-title,
.connected .forvisitors-speech__schedule {
  background-color: #fbeddb;
}

.creative .c-sub-section-title:before {
  color: #019164;
}

.creative .c-sub-section-title:after {
  background: rgb(1, 145, 100);
  background: -moz-linear-gradient(
    90deg,
    rgba(1, 145, 100, 1) 0%,
    rgba(1, 145, 100, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(1, 145, 100, 1) 0%,
    rgba(1, 145, 100, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(1, 145, 100, 1) 0%,
    rgba(1, 145, 100, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#019164", endColorstr="#000000", GradientType=1);
}

.creative .bar-title,
.creative .forvisitors-speech__schedule {
  background-color: #d6eae3;
}

.cinema .c-sub-section-title:before {
  color: #525252;
}

.cinema .c-sub-section-title:after {
  background: rgb(82, 82, 82);
  background: -moz-linear-gradient(
    90deg,
    rgba(82, 82, 82, 1) 0%,
    rgba(82, 82, 82, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(82, 82, 82, 1) 0%,
    rgba(82, 82, 82, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(82, 82, 82, 1) 0%,
    rgba(82, 82, 82, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#525252", endColorstr="#000000", GradientType=1);
}

.cinema .bar-title,
.cinema .forvisitors-speech__schedule {
  background-color: #e1e1e1;
}

.ip_pavilion .c-sub-section-title:before {
  color: #007bc1;
}

.ip_pavilion .c-sub-section-title:after {
  background: rgb(0, 123, 193);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 123, 193, 1) 0%,
    rgba(0, 123, 193, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 123, 193, 1) 0%,
    rgba(0, 123, 193, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 123, 193, 1) 0%,
    rgba(0, 123, 193, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#007bc1", endColorstr="#000000", GradientType=1);
}

.ip_pavilion .bar-title,
.ip_pavilion .forvisitors-speech__schedule {
  background-color: #e2ecfa;
}

.jba_symposium .c-sub-section-title:before {
  color: #0c1739;
}

.jba_symposium .c-sub-section-title:after {
  background: rgb(12, 23, 57);
  background: -moz-linear-gradient(
    90deg,
    rgba(12, 23, 57, 1) 0%,
    rgba(12, 23, 57, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(12, 23, 57, 1) 0%,
    rgba(12, 23, 57, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(12, 23, 57, 1) 0%,
    rgba(12, 23, 57, 1) 60px,
    rgba(0, 0, 0, 1) 60px,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0c1739", endColorstr="#000000", GradientType=1);
}

.jba_symposium .bar-title,
.jba_symposium .forvisitors-speech__schedule {
  background-color: #e4e7f0;
}

.c-sub-section-title span {
  margin-left: 10px;
}

/* 右寄せリンク */
.link_right {
  text-align: right;
  margin-top: -75px;
  margin-bottom: 40px;
}

/* AI Street用ボタンスタイル */
.link_right .c-button-ai {
  display: flex;
  max-inline-size: max-content;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #d70d19;
  line-height: 1.2;
  position: relative;
  border-radius: 100px;
  padding: 8px 30px 8px 10px;
  cursor: pointer;
  margin-left: auto;
}

.link_right .c-button-ai img {
  width: 70px;
}

/* AI Streetボタン内の改行を非表示 */
.link_right .c-button-ai .sp_br {
  display: none;
}

/* AI Street後の改行を非表示（デフォルト） */
.link_right .c-button-ai .sp_br_425 {
  display: none;
}

/* AI Streetボタンの下向き矢印 */
.link_right .c-button-ai.c-button--next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 14px;
  transform: rotate(90deg);
  top: auto;
}

/* アンカーリンクのスタイル
.c-sub-section-anchor-link {
    font-size: 0.9rem;
    color: #BBA1EF;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.c-sub-section-anchor-link:hover {
    color: #735394;
    text-decoration: underline;
} */

@media (max-width: 850px) {
  .exhibitors_card_list {
    gap: 20px;
  }

  .exhibitors_card_list li {
    width: calc(33.3333333% - 13.33333333px);
  }
}

@media (max-width: 650px) {
  .exhibitors_card_list {
    gap: 20px;
  }

  .exhibitors_card_list li {
    width: calc(50% - 10px);
  }
  /* AI Street用ボタンのレスポンシブ対応 */
  .link_right .c-button-ai {
    font-size: 14px;
    padding: 4px 30px 4px 10px;
  }
  .link_right .c-button-ai .sp_br {
    display: block;
  }
  .link_right .c-button-ai.c-button--next:after {
    /* bottom: 30%; */
  }
}

@media (max-width: 425px) {
  /* AI Street後の改行を表示 */
  .link_right .c-button-ai .sp_br_425 {
    /* display: block; */
  }
  .link_right .c-button-ai img {
    width: 55px;
  }
  .link_right .c-button-ai {
    font-size: 10px;
  }
  .link_right .c-button-ai.c-button--next:after {
    font-size: 10px;
  }
  .link_right .c-button-ai {
    padding: 8px 21px 8px 8px;
  }
}

@media (max-width: 480px) {
  .card_anchor_link.link_4col li {
    width: 49%;
  }

  .c-sub-section-title {
    font-size: 1.3rem;
  }

  /* レスポンシブ対応: 右寄せリンクを左寄せに */
  .link_right {
    text-align: right;
  }

  .c-sub-section-anchor-link {
    font-size: 0.8rem;
  }

  .card_anchor_link li {
    width: 100%;
    margin-bottom: 10px;
  }

  .card_anchor_link li:last-child {
    margin-bottom: 0;
  }

  .exhibitors_card_list li a {
    padding: 10px 10px 15px;
  }

  .exhibitors_card_list li figure {
    margin-bottom: 10px;
  }

  .exhibitors_card_list li figure img {
    max-height: 60px;
  }

  .exhibitors_card_list li h5 {
    font-size: 0.9rem;
  }
}

.bar-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.65;
  padding: 5px 20px;
  margin-bottom: 25px;
  color: #000;
}

/* bar-titl内の右揃えのサブタイトル */
.bar-title.bar-title--subtitle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-title.bar-title--subtitle-wrap .bar-subtitle-inner {
  display: flex;
  align-items: flex-end;
}

.bar-title.bar-title--subtitle-wrap .bar-subtitle {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.ignition .bar-title.bar-title--subtitle-wrap .bar-subtitle {
  color: #6a4994;
}

.bar-title.bar-title--subtitle-wrap .bar-subtitle-img-wrap {
  width: 110px;
}

@media screen and (max-width: 850px) {
  /* bar-titl内の右揃えのサブタイトル */
  .bar-title.bar-title--subtitle-wrap .bar-subtitle {
    font-size: 12px;
  }

  .bar-title.bar-title--subtitle-wrap .bar-subtitle-img-wrap {
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .bar-title {
    font-size: 1.2rem;
  }

  /* bar-titl内の右揃えのサブタイトル */
  .bar-title.bar-title--subtitle-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .bar-title.bar-title--subtitle-wrap .bar-subtitle-inner {
    align-items: center;
  }

  .bar-title.bar-title--subtitle-wrap .bar-subtitle {
    margin-right: 5px;
    font-size: 10px;
  }

  .bar-title.bar-title--subtitle-wrap .bar-subtitle-img-wrap {
    width: 75px;
  }
}

.c-square-title {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

.c-square-title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000;
  margin-right: 10px;
  vertical-align: middle;
}

.c-square-title span {
  display: inline-block;
  margin-left: 10px;
}

.col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dod_list {
}

.dod_list li {
  text-indent: -3.5em;
  padding-left: 3.5em;
}

.dod_list li:before {
  content: "・";
  display: inline;
}

@media (max-width: 850px) {
  .dod_list li {
    text-indent: -4em;
    padding-left: 3.5em;
  }
}

/*-------------------- 出展者リスト 小間番号 --------------------*/

.specialevents_page #exhibitors_list .dod_list li:before {
  content: none;
}

.font_bold {
  font-weight: bold;
}

.pc {
}

.sp {
  display: none;
}

@media (max-width: 480px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.c-contents-links__item--1col,
.c-contents-links__item--2col,
.c-contents-links__item--3col {
  font-size: 0.9rem;
  background: #f8f8f8;
}

.c-contents-links__item {
  flex-direction: unset;
  align-items: center;
}

.movie_label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px 10px;
  width: auto;
  height: max-content;
  margin-left: 10px;
}

.forum .movie_label {
  background-color: #029fde;
}

.seminar .movie_label {
  background-color: #029fde;
}

.experience .movie_label {
  background-color: #e60012;
}

.ignition .movie_label {
  background-color: #594385;
}

.connected .movie_label {
  background-color: #e27a00;
}

.creative .movie_label {
  background-color: #019164;
}

.ip_pavilion .movie_label {
  background-color: #007bc1;
}

.jba_symposium .movie_label {
  background-color: #0c1739;
}

@media (max-width: 768px) {
  /* 民放ボタンサイズ調整 */
  .jba_symposium .c-contents-links__item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .c-contents-links__item {
    flex-direction: column;
  }

  .movie_label {
    margin-left: 0;
    margin-top: 3px;
  }
}

/*---------------------------------------------------------*/

/*-------------------- カンファレンスTOP --------------------*/

/*---------------------------------------------------------*/

.conference_top {
  background: #fff;
}

.conference_top .title_wtap {
  background: url(../../../assets/img/online/conference/top/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

.conference_top .title_wtap:after {
  content: "";
  background: rgb(0, 22, 64);
  background: -moz-linear-gradient(
    180deg,
    rgb(0 22 64 / 0%) 0%,
    rgba(0, 22, 64, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgb(0 22 64 / 0%) 0%,
    rgba(0, 22, 64, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(0 22 64 / 0%) 0%,
    rgba(0, 22, 64, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001640", endColorstr="#001640", GradientType=1);
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.conference_top .title_wtap .inner {
  background: rgb(0 0 0 / 80%);
  width: 45%;
  max-width: unset;
  margin-left: 0;
  padding: 30px 20px;
  z-index: 2;
}

.conference_top .title_wtap .inner h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  /* font-family: urw-din-condensed, "Noto Sans JP", sans-serif; */
  color: #ffffff;
}

.conference_top .title_wtap .inner p {
  font-size: 0.95rem;
}

.conference_top .title_wtap .inner h2,
.conference_top .title_wtap .inner p {
  max-width: 440px;
  margin-right: 0;
  margin-left: auto;
}

.conference_top footer {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .conference_top .title_wtap .inner {
    width: 75%;
  }

  .conference_top .title_wtap {
    padding-bottom: 20px;
  }

  .conference_top .title_wtap .inner h2 {
    font-size: 2rem;
  }

  .conference_top .title_wtap .inner h2,
  .conference_top .title_wtap .inner p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .conference_top .title_wtap .inner h2 {
    font-size: 2rem;
  }

  .conference_top .title_wtap .inner h2,
  .conference_top .title_wtap .inner p {
    max-width: 100%;
  }
}

/*----------スライダー----------*/

.specialevents_area {
  background: rgb(0, 22, 64);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 22, 64, 1) 0%,
    rgba(0, 22, 64, 1) 51%,
    rgb(0 22 64 / 0%) 51%,
    rgb(0 22 64 / 0%) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 22, 64, 1) 0%,
    rgba(0, 22, 64, 1) 51%,
    rgb(0 22 64 / 0%) 51%,
    rgb(0 22 64 / 0%) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 22, 64, 1) 0%,
    rgba(0, 22, 64, 1) 51%,
    rgb(0 22 64 / 0%) 51%,
    rgb(0 22 64 / 0%) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001640", endColorstr="#001640", GradientType=1);
}

.specialevents_area .c-square-title {
  color: #fff;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  width: auto;
  max-width: 1060px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 10px;
}

.specialevents_area .c-square-title:before {
  background-color: #fff;
}

.conference_top_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.conference_top_slider .slide-arrow {
  width: 8px;
  opacity: 0.7;
  transition: all 0.3s;
}

.conference_top_slider .slide-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.conference_top_slider .prev-arrow {
  order: 3;
  margin-left: 10px;
  margin-right: 6px;
}

.conference_top_slider .slick-list {
  order: 1;
  margin-bottom: 15px;
}

.conference_top_slider .slick-dots {
  order: 2;
  position: relative;
  bottom: 0;
  max-width: 1010px;
  width: calc(95% - 40px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.conference_top_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.conference_top_slider .slick-dots li button:before {
  line-height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e3e3;
  width: 100%;
  height: 3px;
  content: "";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}

.conference_top_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #394bdd !important;
}

.conference_top_slider .next-arrow {
  order: 4;
}

.conference_top_slider .slick-slide {
  margin: 10px 15px;
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
}

.conference_top_slider .slick-slide a {
  display: block;
}

@media (max-width: 480px) {
  .specialevents_area .c-square-title {
    font-size: 1.5rem;
  }
}

/*----------スケジュール----------*/

.conference_top .schedule_area {
}

.conference_top .schedule_area .c-square-title {
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  width: auto;
  max-width: 1060px;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 10px;
}

.conference_top .schedule_area .schedule_bar {
  position: relative;
  z-index: 0;
}

.conference_top .schedule_area .schedule_bar:before {
  content: "";
  width: 100%;
  height: 4.6vw;
  max-height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  z-index: -1;
}

.conference_top .schedule_area .schedule_bar img {
  width: 1060px;
  margin: 0 auto;
  display: block;
}

.schedule_txt_list_cont {
  background-color: #fff;
  background-image: url(../../../assets/img/online/conference/top/schedule_bar_bg_l.webp),
    url(../../../assets/img/online/conference/top/schedule_bar_bg_r.webp);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: auto 100%;
  padding: 15px 0 45px;
  position: relative;
  z-index: 0;
}

.schedule_txt_list_cont:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 100%) 5%,
    rgb(255 255 255 / 100%) 95%,
    rgb(255 255 255 / 0%) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 100%) 5%,
    rgb(255 255 255 / 100%) 95%,
    rgb(255 255 255 / 0%) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 100%) 5%,
    rgb(255 255 255 / 100%) 95%,
    rgb(255 255 255 / 0%) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#001640", endColorstr="#001640", GradientType=1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.schedule_txt_list {
  width: auto;
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
}

.schedule_txt_list li {
  width: calc(100% / 3 - 4px);
  border-right: 2px solid #f4f4f4;
  padding: 1%;
}

.schedule_txt_list li:last-child {
  border-right: 0;
}

.schedule_txt_list li p {
  font-size: 0.9rem;
}

.schedule_txt_list li p.batch_cont {
  display: none;
}

.schedule_txt_list li h4,
.schedule_txt_list li > img {
  display: none;
}

.batch_cont {
}

.batch_cont img {
  width: 35px;
}

.batch_cont img {
  width: 35px;
  display: inline-block;
}

@media (max-width: 600px) {
  .conference_top .schedule_area .schedule_bar {
    display: none;
  }

  .schedule_txt_list_cont {
    background-image: none;
    padding: 60px 0;
    padding-top: 40px;
  }

  .schedule_txt_list {
    padding: 0;
  }

  .schedule_txt_list li {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #f4f4f4;
    padding: 5% 2%;
    padding-left: 85px;
    position: relative;
    min-height: 200px;
  }

  .schedule_txt_list li:last-child {
    border-bottom: 0;
  }

  .schedule_txt_list li:before {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0;
    background-color: #c4d0ff;
  }

  .schedule_txt_list li.real {
    background: #f7f7f9;
  }

  .schedule_txt_list li.real:before {
    background-color: #394bdd;
  }

  .schedule_txt_list li h4,
  .schedule_txt_list li > img {
    display: block;
  }

  .schedule_txt_list li h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: #394bdd;
    margin-bottom: 10px;
  }

  .schedule_txt_list li > img {
    position: absolute;
    left: 0px;
    width: 80px;
    z-index: 5;
  }

  .schedule_txt_list li > img.top {
    top: -40px;
  }

  .schedule_txt_list li > img.center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .schedule_txt_list li > img.bottom {
    bottom: -40px;
  }

  .schedule_txt_list li p.batch_cont {
    display: block;
  }

  .conference_top .scroll_cont .schedule_txt_list_cont {
    padding-bottom: 30px;
  }

  .schedule_txt_list_cont:after {
    content: none;
  }
}

@media (max-width: 480px) {
  .conference_top .schedule_area .c-square-title {
    font-size: 1.5rem;
  }
}

/*----------カンファレンスタイムテーブル、全セッションリスト----------*/

.barlink_cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.conference-time-table {
  background-image: url("../../../assets/img/forvisitors/conference/sessionlist/conference-time-table_bg.webp");
}

.session-list {
  background-image: url("../../../assets/img/online/conference/top/session-list_bg.webp");
}

.barlink_cont section {
  background-color: rgb(0 5 20 / 50%);
  width: 50%;
  padding: 80px 0;
}

.session-list section {
  margin-left: auto;
  margin-right: 0;
}

.barlink_cont .inner {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

.conference-time-table section .inner {
  margin-right: 0;
}

.session-list section .inner {
  margin-left: 20px;
}

.barlink_cont .inner h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.barlink_cont .inner h3 span {
  display: block;
  font-weight: bold;
  font-family: urw-din-condensed, "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.2;
  color: #cbcbcb;
}

.barlink_cont .c-button {
  background-color: #d0efff;
  color: #194ecd;
  padding: 20px;
  max-width: 300px;
}

.barlink_cont .c-button--next:after {
  content: "\f0da";
  right: 20px;
}

@media screen and (max-width: 600px) {
  .barlink_cont section {
    width: 75%;
    padding: 60px 0;
  }

  .session-list section {
    margin-left: 0;
    margin-right: auto;
  }

  .session-list section .inner {
    margin-left: 0;
  }

  .barlink_cont .inner h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .barlink_cont section {
    width: 100%;
    padding: 50px 0;
  }
}

/*-------------------------------------------------*/

/*-------------------- 特別企画 --------------------*/

/*-------------------------------------------------*/

/*----------what_area----------*/

.what_area {
}

.abm_comment {
  background-color: #f8f8f8;
  padding: 28px 30px;
}

.abm_comment_txt {
  width: calc(100% - 120px);
}

.abm_comment_ttl {
  border-bottom: 2px solid #a2a2a2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.abm_comment_ttl .font_bold {
  font-size: 0.9rem;
}

.abm_comment_ttl_color {
  font-weight: bold;
}

.ignition .abm_comment_ttl_color {
  color: #3c1c7b;
}

.abm_comment_ttl_color:after {
  content: "";
  font-size: inherit;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-left: 10px;
  margin-right: 10px;
}

.abm_comment figure {
  width: 90px;
}

.seminar .schedule_bar img,
.experience .schedule_bar img,
.ip_pavilion .schedule_bar img,
.creative .schedule_bar img {
  max-width: 600px;
  margin: auto;
  display: block;
}

.text_img_flex {
  display: flex;
  justify-content: space-between;
}

.text_img_flex figure {
  width: 250px;
  margin-left: 20px;
}

.specialevents_page .text_img_flex figure {
  width: 600px;
}

.specialevents_page .text_img_flex.mini figure {
  width: 200px;
}

.text_img_flex p {
  width: calc(100% - 250px);
}

@media (max-width: 600px) {
  .abm_comment {
    padding: 18px 20px;
  }

  .specialevents_page .text_img_flex figure {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .abm_comment_ttl_color {
    display: block;
  }

  .abm_comment_txt {
    width: 100%;
  }

  .abm_comment figure {
    max-width: 90px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  .text_img_flex figure {
    width: 150px;
    margin-left: 10px;
  }

  .text_img_flex p {
    width: calc(100% - 150px);
  }

  .specialevents_page .text_img_flex {
    flex-wrap: wrap;
  }

  .specialevents_page .text_img_flex p {
    width: 100%;
    margin-bottom: 10px;
  }

  .specialevents_page .text_img_flex figure {
    width: 100%;
    margin-left: 0;
  }

  .specialevents_page .text_img_flex.mini figure {
    width: 100%;
  }
}

/*----------schedule_area----------*/

.schedule_area {
}

/*----------program_area----------*/

.program_area {
}

/*一覧*/

.session_list_area {
}

.session_list_area .session_list {
  margin-bottom: 80px;
}

.session_list li {
}

.session_list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

.session_info {
  width: 61%;
  flex: 1;
}

.session_info p {
  vertical-align: initial;
  display: inline-block;
}

.session_info p.session_sum {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.session_day {
  font-weight: bold;
  margin-right: 10px;
}

.session_day:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f073";
  margin-right: 8px;
  font-size: 1.3rem;
}

.ignition .session_day:before {
  color: #594385;
}

.num_big {
  font-weight: bold;
  font-size: 1.5rem;
}

.session_time {
  font-weight: bold;
  margin-right: 10px;
}

.session_time:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f017";
  margin-right: 5px;
}

.session_batch {
  display: inline-block;
  vertical-align: bottom;
}

.session_batch img {
  width: 35px;
}

.session_list li .session_info a {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  line-height: 2;
}

.session_list li .session_info a h5 {
  color: #000;
  font-weight: bold;
}

.session_list li .session_info a h5:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-left: 10px;
}

.ignition .session_list li .session_info a h5:after {
  color: #594385;
}

.session_thumbnail {
  width: 37%;
}

.session_thumbnail a {
  display: block;
}

.session_info .forvisitors-speech__num {
  margin-right: 10px;
}

.borderdod-section-title {
  display: block;
  font-size: 1.2rem;
  border-bottom: 2px;
  border-bottom: 3px dotted;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.creative .borderdod-section-title {
  border-color: #019164 !important;
}

/*詳細*/

.session_detail_area {
  margin-bottom: 45px;
}

.session_detail_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.session_info_cont {
  display: flex;
  flex-wrap: wrap;
}

.session_detail_area .session_day:before {
  font-size: 1rem;
  color: #000;
}

.session_place {
  font-weight: bold;
}

.session_place:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f3c5";
  margin-right: 3px;
}

.session_label_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.session_detail {
}

.session_detail li {
}

.session_detail li + li {
  margin-top: 50px;
}

.session_detail h5 {
  margin-bottom: 10px;
}

.session_detail .forvisitors-speech__num {
  margin-right: 10px;
}

.session_detail .forvisitors-speech__title {
  display: block;
  width: 100%;
}

/*.session_detail .forvisitors-speech-profile p:nth-child(2):not(.forvisitors-speech-profile__role-text){
    margin-bottom: 15px;
}*/

.session_detail .forvisitors-speech-profile__role-text {
  font-size: 0.9rem;
}

.session_detail .forvisitors-speech-profile__role-text.prof {
  font-size: 0.75rem;
}

.session_detail h5 span.ttl {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 5px;
}

.forvisitors-speech-profile {
  background-color: #f8f8f8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.forvisitors-speech-profile__role {
  width: 100%;
}

.forvisitors-speech-profile__role-box {
  width: 48%;
}

@media (max-width: 600px) {
  .session_info {
    width: 100%;
  }

  .session_thumbnail {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
  }

  .session_day:before {
    font-size: 1.1rem;
  }

  .num_big {
    font-size: 1.3rem;
  }

  .session_info_cont {
    width: 100%;
  }

  .session_label_cont {
    width: 100%;
    justify-content: right;
  }

  .forvisitors-speech-profile__role-box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .session_batch img {
    width: 25px;
  }

  .session_list_area .session_list.session_list {
    margin-bottom: 50px;
  }
}

/*----------タブ切り替え----------*/

.tab_area {
  flex-wrap: wrap;
  display: flex;
}

.tab_class {
  width: calc(100% / 2);
  background-color: #e8e5ee;
  color: #000;
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  position: relative;
  padding: 10px;
  opacity: 1;
  transition: 0.25s;
}

input:not(:checked) + .tab_class {
  cursor: pointer;
}

input:not(:checked) + .tab_class:hover {
  opacity: 0.75;
}

.tab_class:after {
  content: "";
  display: block;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.25s;
}

.tab_class:hover:after {
  border-top: 15px solid #e8e5ee;
}

.tab_class img {
  width: 35px;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0.8;
  transition: 0.25s;
}

input[name="tab_name"] {
  display: none;
}

input:checked + .tab_class {
  background-color: #594385;
  color: #fff;
  transition: 0.3s;
}

input:checked + .tab_class:after {
  border-top: 15px solid #594385;
}

input:checked + .tab_class img {
  opacity: 1;
}

.tab_content {
  display: none;
  width: 100%;
  margin-top: 30px;
}

input:checked + .tab_class + .tab_content {
  display: block;
}

.forum .tab_class {
  background-color: #d9f1fa;
}

.forum .tab_class:hover:after {
  border-top: 15px solid #d9f1fa;
}

.forum input:checked + .tab_class {
  background-color: #029fde;
}

.forum input:checked + .tab_class:after {
  border-top: 15px solid #029fde;
}

.seminar .tab_class {
  background-color: #d9f1fa;
}

.seminar .tab_class:hover:after {
  border-top: 15px solid #d9f1fa;
}

.seminar input:checked + .tab_class {
  background-color: #029fde;
}

.seminar input:checked + .tab_class:after {
  border-top: 15px solid #029fde;
}

.experience .tab_class {
  background-color: #fad9dc;
}

.experience .tab_class:hover:after {
  border-top: 15px solid #fad9dc;
}

.experience input:checked + .tab_class {
  background-color: #e60012;
}

.experience input:checked + .tab_class:after {
  border-top: 15px solid #e60012;
}

.ignition .tab_class {
  background-color: #e7d9fa;
}

.ignition .tab_class:hover:after {
  border-top: 15px solid #e7d9fa;
}

.ignition input:checked + .tab_class {
  background-color: #594385;
}

.ignition input:checked + .tab_class:after {
  border-top: 15px solid #594385;
}

.connected .tab_class {
  background-color: #fbeddb;
}

.connected .tab_class:hover:after {
  border-top: 15px solid #fbeddb;
}

.connected input:checked + .tab_class {
  background-color: #e27a00;
}

.connected input:checked + .tab_class:after {
  border-top: 15px solid #e27a00;
}

.creative .tab_class {
  background-color: #d6eae3;
}

.creative .tab_class:hover:after {
  border-top: 15px solid #d6eae3;
}

.creative input:checked + .tab_class {
  background-color: #019164;
}

.creative input:checked + .tab_class:after {
  border-top: 15px solid #019164;
}

.ip_pavilion .tab_class {
  background-color: #e2ecfa;
}

.ip_pavilion .tab_class:hover:after {
  border-top: 15px solid #e2ecfa;
}

.ip_pavilion input:checked + .tab_class {
  background-color: #007bc1;
}

.ip_pavilion input:checked + .tab_class:after {
  border-top: 15px solid #007bc1;
}

.jba_symposium .tab_class {
  background-color: #e4e7f0;
}

.jba_symposium .tab_class:hover:after {
  border-top: 15px solid #e4e7f0;
}

.jba_symposium input:checked + .tab_class {
  background-color: #0c1739;
}

.jba_symposium input:checked + .tab_class:after {
  border-top: 15px solid #0c1739;
}

#exhibitors_list .dod_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#exhibitors_list .dod_list li {
  width: 48.9%;
}

.dod_list_3 {
  width: 100%;
}

.dod_list_wid100 {
  width: 100%;
}

#exhibitors_list .col .dod_list {
  width: 49%;
  display: initial;
}

#exhibitors_list .col .dod_list li {
  width: 100%;
}

#exhibitors_list .col .prmovie_cont {
  width: 49%;
}

#exhibitors_list .col .prmovie_cont h4 {
  font-size: 15px;
  margin-bottom: 15px;
}

#exhibitors_list .col .movie_cont {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#exhibitors_list .col .movie_cont iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .tab_class {
    font-size: 1.1rem;
  }
}

@media (max-width: 600px) {
  .tab_class {
    width: 100%;
  }

  .tab_class:after {
    content: none;
  }

  #exhibitors_list .col .dod_list {
    width: 100%;
  }

  #exhibitors_list .col .prmovie_cont {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .tab_class {
    font-size: 1rem;
    padding: 8px 45px;
  }

  .tab_class img {
    right: 2%;
  }

  #exhibitors_list .dod_list li {
    width: 97.8%;
  }
}

/*----------exb_area----------*/

.exb_area {
}

.exb_area .dod_list li + li {
  margin-top: 5px;
}

.exb_area .dod_list li a {
  color: #000;
}

@media (max-width: 480px) {
  .exb_area .dod_list li + li {
    margin-top: 10px;
  }
}

.fixed_bottom_block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  display: none;
  /*登録開始～会期中は外す*/
}

/*----------ボタン（右矢印付き）----------*/

.c-button.c-button--arrow-right {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding-top: 20px;
  padding-right: 55px;
  padding-bottom: 20px;
  padding-left: 35px;
  margin-bottom: 30px;
}

.c-button.c-button--arrow-right::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 700;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #0b90e4;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.2s;
}

.c-button.c-button--arrow-right:hover,
.c-button.c-button--arrow-right:focus {
  background: #fff;
  color: #0b90e4;
}

.c-button.c-button--arrow-right:hover::after {
  background: #0b90e4;
  color: #fff;
}

/*----------ボタン（右矢印付き）各企画の色に変更----------*/

/* IG */
.c-button.c-button--arrow-right.c-button--ig {
  border: 1px solid #725094;
  background-color: #725094;
}

.c-button.c-button--arrow-right.c-button--ig::after {
  color: #725094;
}

.c-button.c-button--arrow-right.c-button--ig:hover,
.c-button.c-button--arrow-right.c-button--ig:focus {
  background: #fff;
  color: #725094;
}

.c-button.c-button--arrow-right.c-button--ig:hover::after {
  background: #725094;
  color: #fff;
}

/*----------予約ボタン----------*/

.reserve_btn_area {
  background: rgb(0 0 0 / 75%);
}

.reserve_btn_area .l-1column-contents {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  background: initial;
}

.reserve_btn_area .l-1column-contents p {
  color: #fff;
}

.reserve_btn_area .l-1column-contents .c-button {
  margin: auto;
  margin-top: 15px;
  background-color: #e70c0f;
  min-width: 200px;
  display: inline-block;
  width: auto;
  cursor: pointer;
}

/*----------jba_symposium----------*/

.jba_symposium .flex_2column {
  margin: 40px 0 40px;
  display: flex;
  justify-content: space-between;
}

.jba_symposium .flex_2column section {
  width: 49%;
  padding: 20px;
  background: #f7f9ff;
}

/* ----------検索ページ---------- */

.search_page .l-2column-contents {
  width: 100%;
  max-width: 1060px;
}

.search_page .l-2column-contents__main {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.search_page .l-1column-contents.u-mb20.u-pb0 {
  margin: 0;
}

.search_page .search_list > li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.c-form-search__control__button .c-button {
  width: 125px;
}

.search_page .forvisitors-speech .c-button {
  padding: 15px 30px;
  /*ボタン2つ並びになったらトリ*/
}

.search_page .forvisitors-speech__header {
  border: none;
  padding-bottom: 0;
}

.search_page .search_results_list a {
  color: #000;
  text-decoration: none;
}

.search_page .search_results_list a:hover {
  opacity: 0.7 !important;
}

.search_page .search_results_list li section {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 40px;
}

.search_page .search_results_list li:last-child section {
  padding-bottom: 0;
  border: none;
}

.search_page h4.forvisitors-speech__title.main_title {
  display: flex;
  align-items: center;
  color: #000;
}

.search_page h4.forvisitors-speech__title.main_title::after {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f054";
  padding-left: 30px;
}

@media (max-width: 768px) {
  .search_page .search_results_list li section {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .search_page h4.forvisitors-speech__title.main_title::after {
    padding-left: 10px;
  }
}

.specialevents_page.experience .c-text-link.c-text-link--no-icon {
  font-size: 0.9rem;
}

.specialevents_page.experience .system {
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .specialevents_page.experience .system {
    margin-right: 0;
    display: block;
  }
}

.specialevents_page.experience .company_name {
  margin-bottom: 5px;
}

.virtual_production_area .virtual_production_exblist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.virtual_production_area .virtual_production_exblist li {
  display: flex;
  width: 32%;
  border-radius: 3px;
  margin-bottom: 3%;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #000;
  display: flex;
  padding: 13px;
  flex-direction: column;
  justify-content: space-between;
}

.virtual_production_area .virtual_production_exblist li a {
  text-decoration: none;
}

/* .virtual_production_area .virtual_production_exblist li:hover {
    filter: drop-shadow(0px 0px 5px #59ba94);
    outline: 3px solid #59ba94;
    outline-offset: -3px;
} */

/* .virtual_production_area .virtual_production_exblist li:nth-child(8) {
    pointer-events: none;
} */
.virtual_production_area .virtual_production_exblist li:nth-child(8) h5 {
  line-height: 2.4em;
}

.virtual_production_area .virtual_production_exblist li:last-child {
  margin-right: auto;
  margin-left: 2%;
}

.virtual_production_area .virtual_production_exblist .category-icon {
  margin-right: auto;
  margin-top: 1px;
}

.virtual_production_area .virtual_production_exblist .title {
  line-height: 1.2em;
  margin-bottom: 13px;
  font-weight: bold;
  padding-left: 0.8em;
  letter-spacing: -0.5px;
  border-left: 3px solid #039164;
  min-height: 2.4em;
}

.virtual_production_area .virtual_production_exblist .info {
  font-size: 0.8rem;
  padding-top: 10px;
  /* min-height: 235px; */
}

/* .virtual_production_area .virtual_production_exblist li:nth-child(7) .info,
.virtual_production_area .virtual_production_exblist li:nth-child(8) .info{
    min-height: 190px;
} */
.virtual_production_area .virtual_production_exblist .company_name {
  padding: 0.6em 0;
  font-weight: bold;
}

.virtual_production_area .virtual_production_exblist .company_name:hover {
  color: #039164;
}

.virtual_production_area .virtual_production_exblist .company_name::before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 0.4em;
}

.virtual_production_area .virtual_production_exblist .company_name::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-left: 0.4em;
}

/* .virtual_production_area .virtual_production_exblist .photo {
    padding: 0 10px;
} */

.virtual_production_area .virtual_production_exblist .booth_number {
  background-color: #ffffff;
  font-size: 0.7rem;
  padding: 1px 3px;
  border-radius: 3px;
  border: 1px solid #78b99f;
}

.virtual_production_area .virtual_production_exblist .ico-wrap {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  /* padding: 0px 13px 13px; */
  /* background-color: #f2f2f2; */
}

.virtual_production_area .virtual_production_exblist .detail_link {
  padding: 4px;
  background-color: #bbddd0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 0.8rem;
  /* border-bottom-left-radius: 3px; */
  /* border-bottom-right-radius: 3px; */
  /* margin: 0 10px 10px; */
}

.virtual_production_area .virtual_production_exblist .detail_link:hover {
  filter: drop-shadow(0px 0px 4px #59ba94);
  outline: 2px solid #59ba94;
  outline-offset: -3px;
}

.virtual_production_area .virtual_production_exblist .detail_link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-left: 10px;
  color: #007751;
}

.virtual_production_area .virtual_production_exblist .c-button {
  width: 100;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 0.8rem;
  line-height: 0.8em;
  color: #000;
  background-color: #fff;
  /* border: 1px solid #039164; */
}

/* .virtual_production_area .virtual_production_exblist .c-button:hover{
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
} */

.virtual_production_area .virtual_production_exblist .c-button--next:after {
  color: #039164;
}

.creative_virtual .category-icon {
  width: 20px;
  background-color: #019164;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  height: 20px;
  font-family: "Archivo Narrow", "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  min-width: 20px;
  text-align: center;
}

.creative_virtual .category-icon_cont {
  display: flex;
  flex-wrap: wrap;
  background-color: #ededed;
  padding: 10px;
  margin-bottom: 20px;
}

.creative_virtual .category-icon_cont .category-icon {
  margin-right: 5px;
}

.creative_virtual .category-icon_cont p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  width: 32%;
  font-size: 0.8rem;
  line-height: 1rem;
}

.creative_virtual .ico-wrap-inner {
  display: flex;
}

/* .creative_virtual .forvisitors-speech__schedule{
    background-color: #dadada;
    margin-bottom: 0;
} */

@media screen and (max-width: 768px) {
  .virtual_production_area .virtual_production_exblist li {
    width: 48.5%;
  }

  .virtual_production_area .virtual_production_exblist li:last-child {
    margin-left: 0;
  }

  .creative_virtual .category-icon_cont p {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .virtual_production_area .virtual_production_exblist li {
    width: 100%;
    /* padding: 0px; */
    border-radius: 3px;
    margin-bottom: 3%;
  }

  .creative_virtual .category-icon_cont p {
    width: 100%;
  }

  .creative_virtual .c-contents-links.c-contents-links--3item a {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }

  .virtual_production_area .virtual_production_exblist .title {
    height: initial;
  }

  .virtual_production_area .virtual_production_exblist li:nth-child(7) h5 {
    line-height: initial;
  }
}

/*ig_event*/

.ig_event {
}

.ig_event .session_day {
  margin-right: 0;
  text-indent: -1.5rem;
  padding-left: 2.5rem;
}

.ig_event h5 {
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.ig_event h5.border-title {
  border-left: 3px solid #594385;
  padding-left: 10px;
}

.ig_event h6 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.ig_event .num_small {
  font-size: 0.8em;
}

.ig_event .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stage_event {
}

.stage_event .event_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #f8f8f8;
  padding: 20px;
  position: relative;
}

.stage_event .event_list:after {
  content: "";
  height: calc(100% - 40px);
  width: 1px;
  display: block;
  background-color: #cccccc;
  position: absolute;
  top: 20px;
  left: 130px;
}

.stage_event .event_list dt {
  width: 130px;
  /*padding-right: 15px;*/
  margin-bottom: 15px;
  font-weight: bold;
}

.stage_event .event_list dd {
  width: calc(100% - 130px);
  /*padding-left: 15px;*/
  margin-bottom: 15px;
}

.stage_event .event_list.demo_list dd p:not(.font_bold) {
  font-size: 0.9rem;
}

.stage_event .event_list dt:last-of-type,
.stage_event .event_list dd:last-of-type {
  margin-bottom: 0;
}

.stage_event .event_list dd {
  width: calc(100% - 130px);
  /*padding-left: 15px;*/
  margin-bottom: 15px;
}

.stage_event .event_list dd .col p {
  /*width: 70%;*/
  width: calc(100% - 130px);
}

.stage_event .event_list dd figure {
  /*width: 27%;*/
  width: 120px;
}

.explore_new_realities {
}

.explore_list {
  margin-top: 20px;
}

.explore_list li {
}

.explore_list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}

.explore_list li div {
  width: 70%;
}

.explore_list li figure {
  /*width: 37%;*/
  width: 28%;
}

.explore_list li figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ig_event .session_day {
    padding: 5px 15px;
    font-size: 16px;
    padding-left: 2.5rem;
  }

  .session_day:before {
    margin-right: 5px;
    font-size: 1.2rem;
  }

  .stage_event .event_list {
    padding: 15px;
  }

  .stage_event .event_list dt {
    width: 115px;
    margin-bottom: 10px;
  }

  .stage_event .event_list dd {
    width: calc(100% - 115px);
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .stage_event .event_list:after {
    height: calc(100% - 30px);
    top: 15px;
    left: 115px;
  }

  .explore_list li div {
    width: 75%;
  }

  .explore_list li figure {
    width: 23%;
  }
}

@media screen and (max-width: 480px) {
  .ig_event .session_day {
    font-size: 15px;
    text-indent: -1.6rem;
    padding-left: 2.5rem;
    line-height: 1.5;
  }

  .session_day:before {
    font-size: 1.1rem;
  }

  .ig_event h5,
  .ig_event h6 {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .stage_event .event_list dt {
    width: 100%;
    margin-bottom: 0;
  }

  .stage_event .event_list dd {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
  }

  .stage_event .event_list dd:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
  }

  .stage_event .event_list dd .col p {
    width: 100%;
  }

  .stage_event .event_list dd figure {
    width: 100px;
    margin: auto;
    margin-top: 15px;
  }

  .stage_event .event_list:after {
    content: none;
    height: calc(100% - 30px);
    top: 15px;
    left: 115px;
  }

  .explore_list li + li {
    margin-top: 20px;
    padding-top: 20px;
  }

  .explore_list li div {
    width: 100%;
  }

  .explore_list li figure {
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-top: 15px;
  }
}

/*ip_pavilion ブースツアー、プログラムPDFボタン*/
.ip_pavilion .program_banner {
  display: flex;
  padding: 10px 20px;
  background: #e1e4f3;
  border-radius: 5px;
  margin: 0 auto 30px;
  max-width: 500px;
  align-items: center;
  text-decoration: none;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 25%);
}

.ip_pavilion .program_banner img {
  max-width: 80px;
  margin-right: 15px;
  border: solid 1px #4575c7;
}

.ip_pavilion .program_banner p {
  font-weight: bold;
}

.ip_pavilion .program_banner:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: auto;
}

.ip_pavilion .white_box {
  border: dashed 1px #ccc;
  background: #fff;
  padding: 15px 20px;
}

.ip_pavilion .tours_detial {
  display: flex;
  justify-content: space-between;
}

.ip_pavilion .tours_detial > li:first-child {
  width: 56%;
}

.ip_pavilion .tours_detial > li {
  width: 42%;
}

.ip_pavilion .tours_detial .disc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.7rem;
}

.ip_pavilion .tours_detial .disc_list li {
  width: 47%;
  font-size: 0.9rem;
}

.ip_pavilion .tours_detial .disc_list li::after {
  width: 4px;
  height: 4px;
  top: 0.7em;
}

.ip_pavilion .tours_list .date {
  font-weight: bold;
}

.ip_pavilion .tours_detial .red_icon {
  background: #fdd4d4;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 5px;
  color: #d50000;
  display: inline-block;
  margin-left: 20px;
}

.ip_pavilion .tours_list .date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f073";
  margin-right: 8px;
}

.ip_pavilion .tours_area .c-button {
  max-width: 500px;
  margin: 20px auto 0;
  background: #007bc1;
  border: 0;
}

.ip_pavilion .tours_area .new_icon {
  margin: 0 10px 0 0;
  background: #d3ff00;
  padding: 5px 10px;
  color: #0c56d6;
  font-weight: bold;
  border-radius: 5px;
}

.ip_pavilion #tours .tours_link {
  text-align: right;
}

.ip_pavilion_partners {
  margin: 50px 0 70px;
}

.ip_pavilion_partners__section {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.ip_pavilion_partners__section:last-child {
  margin-bottom: 0;
}

.ip_pavilion_partners__section::before {
  content: '';
  position: absolute;
  top: calc(1.7rem * 0.5);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #527c97;
  z-index: 0;
}

.ip_pavilion_partners__title {
  font-size: 0.7rem;
  font-weight: bold;
  color: #527c97;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  z-index: 1;
}

.ip_pavilion_partners__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  width: 90%;
  margin: auto;
}

.ip_pavilion_partners__list li {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
}

@media (max-width: 850px) {
  .ip_pavilion .tours_detial {
    flex-wrap: wrap;
  }

  .ip_pavilion .tours_detial > li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }

  .ip_pavilion .tours_detial > li {
    width: 100%;
  }

  .ip_pavilion_partners__list {
    gap: 15px 20px;
  }
}

@media (max-width: 480px) {
  .ip_pavilion .program_banner img {
    max-width: 50px;
  }

  .ip_pavilion_partners__section::before {
    top: calc(1rem * 0.5);
  }

  .ip_pavilion_partners__title {
    font-size: 1rem;
    padding: 0 15px;
  }

  .ip_pavilion_partners__list {
    gap: 15px;
  }

  .ip_pavilion_partners__list li {
    font-size: 0.9rem;
  }
}

.ip_pavilion .what_area h4.mgb10 {
  font-size: 1.2rem;
}

/*ip_pavilion 見学のポイント*/

.ip_pavilion .what_area ul.visit_point_list {
  list-style: disc;
  padding-left: 2rem;
}

.ip_pavilion .what_area ul.visit_point_list li {
  margin-top: 10px;
}

.ip_pavilion .what_area .visit_point_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ip_pavilion .visit_point_list li b {
  font-weight: bold;
}

.ip_pavilion .what_area .visit_point_cont .col_l {
  width: 38%;
}

.ip_pavilion .what_area .visit_point_cont .col_r {
  width: 58%;
}

.ip_pavilion .what_area .visit_point_cont .col_r img {
  border: 1px solid #d4d4d4;
  padding: 10px 20px 20px;
}

.ip_pavilion .what_area .visit_point_cont p.blue_txt {
  color: #1277be;
  font-weight: bold;
}

.ip_pavilion .what_area .visit_point_cont p.blue_txt {
  color: #1277be;
  font-weight: bold;
}

.ip_pavilion .what_area p.u-textCenter {
  padding: 5px 0;
  color: #5e5e5e;
  background: #eaeaea;
  font-size: 13px;
  width: 50%;
  margin: 0 auto;
}

.ip_pavilion .what_area .system_overview_cont img {
  border: 1px solid #d4d4d4;
  padding: 10px 20px 20px;
}

.ip_pavilion .what_area .system_overview_cont {
  margin: 0 auto;
}

/* IP バナー配置部分の調整css */
.ip_pavilion .ip_banner_cont div {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

/* top_scssの場所わかったらそちらに移転！！仮でこちらに記述 */
.ip_pavilion .c-contents-links__item--4col {
  font-size: 0.9rem;
  background: #f8f8f8;
}

@media screen and (max-width: 480px) {
  .ip_pavilion .what_area .visit_point_cont .col_l,
  .ip_pavilion .what_area .visit_point_cont .col_r {
    width: 100%;
  }

  .ip_pavilion .what_area p.u-textCenter {
    width: 70%;
  }

  .ip_pavilion .ip_banner_cont div {
    width: 90%;
  }
}

.ip_pavilion #relay_seminar .mini p {
  font-size: 1.2rem;
}

.specialevents_page.creative_virtual .gray_border {
  border: solid 1px #ececec;
}

.specialevents_page.creative_virtual .c-button {
  width: 40%;
  margin: 0 auto;
  background-color: #bbddd0;
  border: none;
  border-radius: 0;
  color: #000;
  line-height: 0.25em;
}

.specialevents_page.creative_virtual .c-button span {
  font-size: 0.8rem;
}

.specialevents_page.creative_virtual .c-button:hover {
  filter: drop-shadow(0px 0px 4px #59ba94);
  outline: 2px solid #59ba94;
  outline-offset: -3px;
  color: #000;
}

.specialevents_page.creative_virtual .c-button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0da";
  margin-left: 10px;
  color: #007751;
}

.specialevents_page.creative_virtual .virtual_studio_wrap {
  background-color: #f5f5f5;
  padding: 20px;
  margin: 20px auto 25px;
  /* border-radius: 3px; */
}

.specialevents_page.creative_virtual .zoom_txt {
  font-size: 0.8rem;
}

@media screen and (max-width: 480px) {
  .specialevents_page.creative_virtual .c-button {
    width: 100%;
  }
}

/*makuhari_archive*/

.specialevents_page.makuhari_archive .title_wtap {
  background: url(../../../../assets/img/online/conference/makuhari_archive/tit_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.specialevents_page.makuhari_archive .title_wtap h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
  margin-bottom: 15px;
}

.specialevents_page.makuhari_archive .title_wtap p {
  text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
  margin-bottom: 15px;
}

.makuhari_archive .close {
  margin-right: 10px;
}

.makuhari_archive .forvisitors-speech__num {
  margin-right: 10px;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(n + 3) {
    border-radius: 0;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(7) {
    border-radius: 0 0 0px 0px;
    border-top: 0;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(8) {
    border-top: 0;
    border-left: 0;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(9) {
    border-radius: 0 0 0 0;
    border-top: 0;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(10) {
    border-radius: 0 0 5px 0;
    border-top: 0;
    border-left: 0;
}

.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(11) {
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.makuhari_archive .c-contents-links__item--2col:nth-child(n + 3){
  border-radius: 0;
}.makuhari_archive .c-contents-links__item--anchor.c-contents-links__item--2col:nth-child(10)

.makuhari_archive .c-contents-links__item--2col:nth-child(n + 4){
  border-radius: 0;
}

.makuhari_archive .c-contents-links__item--2col:nth-child(5) {
  border-top: 0;
}

.makuhari_archive .c-contents-links__item--2col:nth-child(6){
  border-left: 0;
  border-top: 0;

}

.makuhari_archive .c-contents-links__item--anchor.close_comingsoon:before {
  content: none;
}

.makuhari_archive .c-contents-links__item.close_comingsoon {
  pointer-events: none;
}

.makuhari_archive .session_list li .session_info {
  flex: none;
}

.makuhari_archive .session_list li .session_info p a {
  display: inline;
}

.makuhari_archive .session_list li .session_info .session_day + a + p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.makuhari_archive .session_list li .session_info a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.makuhari_archive .session_list li .session_info a h5 {
  font-size: 1.2rem;
  line-height: 1.9;
}

.makuhari_archive .session_list li .session_info a h5:after {
  margin-left: 8px;
}

.makuhari_archive .session_day {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.makuhari_archive .session_list_area {
  margin-bottom: 55px;
}

@media screen and (max-width: 480px) {
  .specialevents_page.makuhari_archive .title_wtap h2 {
    font-size: 1.5rem;
  }

  .specialevents_page.makuhari_archive .title_wtap p {
    margin-bottom: 10px;
  }

  .makuhari_archive .session_list li .session_info a h5 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .makuhari_archive .session_day {
    text-indent: -1.25rem;
    padding-left: 1.25rem;
  }

  .makuhari_archive h3 span.ac_txt {
    font-size: 0.8rem;
    margin-left: 0;
  }

  .makuhari_archive h3.c-sub-section-title {
    line-height: 1.2;
  }
}

/* =============================================
特別企画
============================================= */

/* creative */

.point-block.no_flex {
  display: block;
  background-color: #d6eae3;
  border: 2px solid #019164;
}

.c-section-space .point-block-image {
  width: calc(100% - 65%);
}

/* experience */

.specialevents_page .c-contents-links--2item .txt_logo img {
  height: auto;
  max-height: 1.8rem;
  width: auto;
  max-width: 100%;
}

.c-contents-links__item.arrow_none:before {
  content: none;
}

.c-contents-links__item.img_btn {
  background: #fff;
  padding: 10px 5px;
  border: #e60012 solid 1px;
}

.c-contents-links__item.bd_red {
  border: #e60012 solid 2px;
}

.c-contents-links__item.bd_black {
  border: 2px solid #353535;
}

.specialevents_page.creative .c-contents-links--2item .txt_logo img {
  height: 1.5rem;
}

.specialevents_page.creative
  .c-contents-links--2item
  .txt_logo.small_txt_logo
  img {
  height: 1.2rem;
}

/*ignition*/

.specialevents_page.ignition .table_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.specialevents_page.ignition .table_list li {
  width: 49%;
}

.specialevents_page.ignition img.detail_only {
  display: none;
}

.point-block {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.point-block-text {
  margin-right: 1vw;
  width: 68%;
}

.point-block-image {
  width: calc(100% - 68%);
}

.ip_pavilion .point-block {
  background-color: #f5f9ff;
  border-color: #1277be;
}

/* point-block-wrap column_2 */
.point-block-wrap.column_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}

.point-block-wrap.column_2 .point-block {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 49%;
}

.point-block-wrap.column_2 .point-block .point-block-text {
  width: 100%;
}

.point-block-wrap.column_2 .point-block .point-block-text .point-block-title {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 700;
}

.ip_pavilion .point-block-wrap.column_1 .point-block {
  margin-top: 10px;
  padding: 0.75rem;
}

.ip_pavilion .point-block-wrap.column_1 .point-block-text {
  width: 100%;
  margin-right: 0;
}

.ip_pavilion .point-block-wrap.column_1 .point-block-text p {
  font-size: 15px;
}

.ip_pavilion .point-block-wrap .point-block {
  background-color: #f5f9ff;
  border-color: #1277be;
}

.ip_pavilion
  .point-block-wrap
  .point-block
  .point-block-text
  .point-block-title {
  color: #1277be;
}

.cinema .point-block-wrap .point-block {
  background-color: #f2f2f2;
  border-color: #525252;
}

.cinema .point-block-wrap .point-block .point-block-text .point-block-title {
  color: #525252;
}

.cinema .point-block-wrap .point-block.studio_set_area {
  background: url(../../../../assets/img/forvisitors/conference/cinema/studio_set_area_img_bg.webp)
    no-repeat 50%;
  background-size: cover;
}

.cinema .point-block-wrap .point-block.lens_bar {
  background: url(../../../../assets/img/forvisitors/conference/cinema/lens_bar_img_bg.webp)
    no-repeat 50%;
  background-size: cover;
}

.cinema .point-block-wrap .point-block.product_exhibition_area {
  background: url(../../../../assets/img/forvisitors/conference/cinema/product_exhibition_area_img_bg.webp)
    no-repeat 50%;
  background-size: cover;
}

.cinema .point-block-wrap .point-block.program {
  background: url(../../../../assets/img/forvisitors/conference/cinema/program_img_bg.webp)
    no-repeat 50%;
  background-size: cover;
}

/* ------ ignition リアルタイム・バーチャルプロダクションのデモンストレーション ------ */

#virtual-production.c-section-space {
  margin-bottom: 100px;
}

/* テキストと画像を横並び */
.media_flex {
  display: flex;
  justify-content: space-between;
}

.media_flex .media_text-area {
  flex: 1;
  margin-right: 1%;
}

.media_flex .media_img-wrap {
  flex: 0 1 40%;
}

/* 顔写真を円形で表示するスピーカーリスト */
.speaker_list {
  display: flex;
  /* justify-content: space-between; */
}

.speaker_list .speaker_list_item {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 30%;
  margin-bottom: 30px;
}

.speaker_list .speaker_list_item .speaker_detail_text {
  /* flex: 1; */
  margin-right: 10%;
}

.speaker_list .speaker_list_item .speaker_detail_text .speaker_detail_name {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 700;
}

.speaker_list .speaker_list_item .speaker_detail_img-wrap {
  flex: 0 1 30%;
}

.speaker_list .speaker_list_item .speaker_detail_img {
  border-radius: 50%;
}

/* 2列（時間とタイトル）のタイムテーブル */
.timetable_col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}

.timetable_col2 dt,
.timetable_col2 dd {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: 700;
}

.timetable_col2 dt:last-of-type,
.timetable_col2 dd:last-of-type {
  border-bottom: none;
}

.timetable_col2 dt {
  width: 20%;
  background-color: #fcf9ff;
  border-right: 1px solid #ccc;
}

#leveraging-platforms .timetable_col2 dt {
  background-color: #fff7f7;
}

.timetable_col2 dd {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .specialevents_page.ignition .table_list li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .specialevents_page.ignition .table_list li img {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .specialevents_page.ignition .table_list li img {
    width: 100%;
  }

  .point-block {
    flex-direction: column !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .point-block .point-block-text {
    margin-right: 0 !important;
    /* margin-bottom: 1rem !important; */
    width: 100% !important;
  }

  .point-block .point-block-image {
    width: 100%;
    margin-bottom: 20px;
  }

  #virtual-production.c-section-space {
    margin-bottom: 60px;
  }

  /* テキストと画像を横並び */
  .media_flex {
    flex-direction: column;
  }

  .media_flex .media_text-area {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  /* 顔写真を円形で表示するスピーカーリスト */
  .speaker_list {
    flex-wrap: wrap;
  }

  .speaker_list .speaker_list_item {
    width: 80%;
    justify-content: space-between;
  }

  /* 2列（時間とタイトル）のタイムテーブル */
  .timetable_col2 dt {
    width: 40%;
  }

  .timetable_col2 dd {
    width: 60%;
  }
}

/*AI Street*/
.ig .program-table th {
  background: #6a4994;
}

.ig .program-table td {
  border: 1px solid #c2c2c2;
}

.ig .program-time {
  background: #e7d9fa;
}

.ig .program-table th:nth-child(2) {
  background-color: #9780c6;
}
.ig .program-table td:nth-child(2) {
  background-color: #faf7ff;
}
.ig.c-section-space .point-block-image {
  width: calc(100% - 80%);
  object-fit: contain;
}
.ig .point-block-text {
  width: 80%;
}

.ig .program-table .empty {
  background-image: linear-gradient(
    to right bottom,
    transparent calc(50% - 0.5px),
    #d8d8d8 50%,
    #d8d8d8 calc(50% + 0.5px),
    transparent calc(50% + 1px)
  );
}

/* rowspan使用時の3行目3列目の背景色調整 */
.ig .program-table tbody tr:nth-child(3) td:nth-child(2) {
  background-color: transparent;
}

.ig .AI_Street_detail_banner {
  max-width: 600px;
  margin: auto;
}

/* =============================================
特別企画　会場図面のcss
============================================= */

.specialevents_page figure.layout_img_area {
  display: block;
  margin: 50px auto 0 !important;
}

/* =============================================
特別企画　動画と会場図
============================================= */

.video_box {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video_box iframe {
  width: 100%;
  height: 100%;
}

.appeal_pt {
  display: flex;
  flex-wrap: wrap;
}

.appeal_pt .col_l {
  width: 29%;
}

.appeal_pt .col_r {
  width: 70%;
}

.appeal_pt h3 {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  background: #e27a00;
  padding: 10px 4px;
  font-size: 0.9rem;
}

.appeal_pt h3 i {
  margin-right: 5px;
}

.video_pr {
  background: #fff6e9;
}

.video_pr li {
  padding: 10px 10px 0;
  margin-bottom: 10px;
}

.exhibitor_name {
  margin-bottom: 10px;
}

.exhibitor_name span a {
  color: #000;
  background-color: #ececec;
  padding: 3px 10px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  min-width: 85px;
  text-decoration: auto;
}

.exhibitor_name span + a {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .appeal_pt .col_l {
    width: 100%;
    margin-bottom: 10px;
  }

  .specialevents_page figure.layout_img_area {
    width: 100%;
  }

  .video_pr ul {
    display: flex;
  }

  .video_pr li {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .video_pr ul {
    display: block;
    width: 100%;
  }

  .video_pr li {
    width: 100%;
  }

  .video_box {
    max-width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 480px) {
  .video_box {
    max-width: 100%;
  }
}

/* =============================================
特別企画　出展者リスト　小間番号
============================================= */

.specialevents_page #exhibitors_list span a {
  text-decoration: none;
}

.specialevents_page #exhibitors_list a.booth_num {
  color: #000;
  background-color: #ececec;
  padding: 3px 10px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  min-width: 85px;
}

.specialevents_page #exhibitors_list a.exb_name {
  padding-left: 5px;
}

/* =============================================
INTER BEE IP PAVILION 準備勉強会
============================================= */
.specialevents_page.stydy_meeting .text_img_flex figure {
  width: 40%;
}

.stydy_meeting .text {
  width: 58%;
}

.stydy_meeting .text_img_flex p {
  width: 100%;
}

ul.report_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.report_list li {
  border: 3px solid #1d3885;
  width: 49%;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.report_list li:last-of-type {
  margin-bottom: 0;
}

.report_list h4 {
  text-align: center;
  padding: 5px 0;
  background: #1d3885;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.report_list_inner {
  padding: 20px;
  display: flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.report_list_inner .speaker_box + p {
  margin-bottom: 30px;
}

.report_list_inner dl {
  width: 100%;
}

.report_list dd.day,
.report_list dd.time {
  display: inline;
  font-weight: 600;
  font-size: 1.1rem;
}

.report_list dd.day::before,
.report_list dd.time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  margin-right: 5px;
  font-weight: bold;
}

.report_list dd.day::before {
  content: "\f073";
}

.report_list dd.day {
  margin-right: 10px;
}

.report_list dd.day span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 0;
}

.specialevents_page .report_list dt {
  font-size: 1.19rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: none;
  margin-top: 10px;
  border-bottom: 2px dotted #1d3885;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  min-height: 120px;
}

.specialevents_page .report_list dt.special-dt {
  min-height: 60px;
}

@media (max-width: 768px) {
  .specialevents_page .report_list dt {
    min-height: auto;
  }
}

.report_list dt span {
  background: #1d3885;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.report_list .speaker_box figure img {
  border-radius: 50%;
  border: 1px solid #a1add1f5;
}

.report_list .speaker_name {
  font-weight: bold;
  font-size: 17px;
}

.report_list .speaker_company,
.report_list .session_detail {
  font-size: 16px;
}

.report_list .speaker_box {
  text-align: center;
}

.report_list .speaker_box .speaker_company.mgrm5 {
  text-indent: -10px;
}

.report_list a.c-button--arrow_red.dl_btn {
  margin-top: 10px;
  background: #2a9ce4;
}

.report_list a.c-button--arrow_red {
  margin: auto;
  width: 100%;
  margin-bottom: 0;
}

.report_list .speaker_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.report_list .speaker_box {
  margin: 20px 0;
}

.report_list .speaker_name,
.report_list .speaker_company {
  text-align: left;
}

.report_list .speaker_box figure {
  width: 30%;
  margin-right: 20px;
}

/* お申し込み終了ボタン */
.close-button {
  pointer-events: none;
  background: #a2a2a2;
  color: #ebeaea;
}

/* 矢印削除 */
.close-button.c-button--arrow:after {
  display: none;
}

.finish .c-button--arrow:before,
.finish .c-button--arrow:after {
  content: none;
}

.specialevents_page.ip_pavilion.stydy_meeting .l-1column-contents {
  margin: 20px auto 0;
}

.specialevents_page.ip_pavilion .c-contents-links__item.blue_btn {
  margin: 0 auto 10px;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  background: #1d3885;
  width: 100%;
  color: #fff;
  border: none;
}

.specialevents_page.ip_pavilion .c-contents-links__item.blue_btn.rightblue_btn {
  background: #1077be;
}

.specialevents_page.ip_pavilion
  .blue_btn.c-contents-links__item--anchor:before {
  content: "\f054";
}

.specialevents_page.ip_pavilion.stydy_meeting
  .c-contents-links__item--anchor:before {
  content: "\f054";
}

@media (max-width: 768px) {
  .report_list li {
    width: 100%;
  }

  .report_list dt {
    display: block;
    min-height: unset;
  }

  .report_list .speaker_box figure {
    width: 20%;
  }

  .mainv_area {
    padding: 25% 0;
    background-position: center;
    background-position: top center;
  }

  .mainv_area .mainv_box figure.img1 {
    width: 60%;
  }

  .mainv_area .mainv_box figure.img2 {
    width: 100%;
  }

  .mainv_area .mainv_box {
    max-width: unset;
    min-width: unset;
    width: 70%;
  }
}

@media (max-width: 480px) {
  .stydy_meeting .text,
  .specialevents_page.stydy_meeting .text_img_flex figure {
    width: 100%;
  }

  .specialevents_page .report_list dt {
    font-size: 1.1rem;
  }

  .report_list .speaker_box figure {
    width: 30%;
  }
}

/* =============================================
INTER BEE CREATIVE ページ
============================================= */

.creative .cr_point_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.creative .cr_point_block li {
  width: 49%;
  /* border-radius: 5px; */
  border: 2px solid #019164;
  box-sizing: border-box;
  background: #d6eae3;
  margin-top: 30px;
}

.creative .cr_point_block li p {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  /* background: #d6eae3; */
  padding: 10px;
  padding-top: 0px;
  margin-top: -16px;
}

.creative .cr_point_block li p span {
  background: #007751;
  color: #fff;
}

.creative .cr_point_block li p span {
  font-weight: bold;
  padding: 4px 8px;
  background-color: #019164;
  color: #ffffff;
  position: relative;
  /* border-radius: 50px; */
  display: inline-block;
  margin: 0 0 5px;
  font-size: 0.9rem;
  border-radius: 5px;
}

.creative .cr_point_block li p span i {
  margin-right: 5px;
}

.creative .cr_point_block li p span:before {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #d6eae3;
  border-right-color: #d6eae3;
  border-width: 6.5px;
  display: none;
}

.creative .point-block-image {
  width: 200px;
}

.creative .point-block-text {
  width: calc(100% - 200px);
}

.creative .point-block-text p {
  font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
  .creative .point-block {
    flex-direction: column !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .creative .point-block .point-block-text {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
  }

  .creative .cr_point_block li {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .creative .cr_point_block li {
    width: 100%;
  }
}

/* =============================================
INTER BEE IGNITION ページ
============================================= */
.ignition .point-block {
  display: block;
}

.ignition .point-block .flex {
  display: block;
}

.ignition .point-block .flex img {
  width: calc(100% - 80%);
  height: auto;
  float: right;
  padding: 0 0 10px 10px;
}

.ignition .point-block .flex::after {
  content: "";
  display: block;
  clear: both;
}

.ignition .demo_timetable h5 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ignition .demo_timetable h5 img {
  width: 30px;
  max-height: max-content;
  margin-right: 10px;
}

.ignition .demo_timetable h5 span {
  font-size: 1.1rem;
  color: #735394;
  font-weight: bold;
  border-bottom: solid 2px #735394;
}

.ignition .demo_timetable .demo_timetable_list {
  justify-content: space-between;
}

.ignition .demo_timetable .demo_timetable_list li {
  width: 32%;
}

@media screen and (max-width: 480px) {
  .ignition .point-block .flex img {
    width: 30%;
    flex-direction: column;
  }

  .ignition .demo_timetable .demo_timetable_list {
    display: block;
  }

  .ignition .demo_timetable .demo_timetable_list li {
    width: 100%;
  }

  .ignition .demo_timetable .demo_timetable_list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* =============================================
INTER BEE CINEMA ページ
============================================= */

.cinema .card_anchor_link.link_4col li {
  width: 32%;
}

.cinema ul.disc_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cinema ul.disc_list li {
  width: 47%;
}

.cinema ul.col_free {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cinema ul.col_free li {
  width: auto;
  margin-right: 50px;
}

.cinema ul.disc_list.column3 li {
  width: 30%;
}

.cinema #studio_set_area .point-block-wrap .point-block {
  border: 0;
}

.cinema #studio_set_area .point-block-wrap .point-block p {
  font-size: 0.9rem;
}

.cinema #studio_set_area .text_img_flex p .u-fwBold {
  display: inline-block;
  margin-top: 10px;
}

.cinema #talk_area figure {
  text-align: center;
}

.specialevents_page.cinema .schedule-wrap__content {
  overflow-y: hidden;
}

@media screen and (max-width: 480px) {
  .cinema .exb {
    margin-top: 20px;
  }

  .cinema ul.disc_list li,
  .cinema ul.disc_list.column3 li {
    width: 100%;
  }

  .cinema .card_anchor_link {
    gap: 0px;
  }
}

/* =============================================
INTER BEE conferenceページ
============================================= */

.conference .conferencepanel .conferencepanel_list {
  transition: all 0.25s;
  background-color: #000;
}

.conference .conferencepanel .conferencepanel_list .conferencepanel_list_item {
  width: 50%;
}

.conference
  .conferencepanel
  .conferencepanel_list
  .conferencepanel_list_item
  a {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 13% 8%;
  display: flex;
  align-items: center;
  transition: all 0.25s;
}

.conference
  .conferencepanel
  .conferencepanel_list
  .conferencepanel_list_item
  a
  h3 {
  color: #000;
  font-size: 2rem;
  text-shadow: 0 0 10px #fff;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold;
}

.conference
  .conferencepanel
  .conferencepanel_list
  .conferencepanel_list_item
  a
  h3
  span {
  font-weight: bold;
  font-size: 0.5em;
}

/* コンファレンスタイムテーブル */
.conference .conferencepanel .conferencepanel_list .conference_timetable {
}

.conference .conferencepanel .conferencepanel_list .conference_timetable a {
  background-image: url(../../assets/img/top/online/cp_conference_timetable_bg.webp);
}

/* 全セッションリスト */
.conference .conferencepanel .conferencepanel_list .session_list {
}

.conference .conferencepanel .conferencepanel_list .session_list a {
  background-image: url(../../assets/img/top/online/cp_session_list_bg.webp);
}

.conference .conferencepanel_list:hover li > a {
  opacity: 0.5;
}

.conference .conferencepanel_list li a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 850px) {
  .conference .top_event {
    gap: 35px 20px;
  }

  .conference .top_event .event_list_item .event_list_cont {
    padding: 4% 3.5%;
    padding-bottom: 3%;
  }

  .conference .top_event .event_list_item .event_list_cont h3 {
    /* font-size: 1.6rem; */
  }

  .conference .top_event .event_list_item .event_list_cont h3 img {
    max-height: 1.6rem;
  }

  .conference
    .top_event
    .event_list_item
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button {
    font-size: 13px;
  }

  .conference
    .top_event
    .experience
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button {
    height: 50px;
  }

  .conference .top_event .jba_symposium {
    aspect-ratio: 3 / 1.9;
  }

  .conference
    .conferencepanel
    .conferencepanel_list
    .conferencepanel_list_item
    a {
    padding: 10% 5%;
  }

  .conference
    .conferencepanel
    .conferencepanel_list
    .conferencepanel_list_item
    a
    h3 {
    font-size: 1.8rem;
  }

  /* コンファレンスタイムテーブル */
  .conference .conferencepanel .conferencepanel_list .conference_timetable a {
    background-image: url(/assets/img/top/online/cp_conference_timetable_bg_sp.webp);
  }

  /* 全セッションリスト */
  .conference .conferencepanel .conferencepanel_list .session_list a {
    background-image: url(/assets/img/top/online/cp_session_list_bg_sp.webp);
  }
}

@media screen and (max-width: 600px) {
  .conference .top_pickup .top_ttl {
    width: 100%;
    font-size: 1.8rem;
  }

  .conference .top_pickup .pickup_slider .pickup_slider_item {
    padding: 0 5px;
  }

  .conference .top_event {
    display: block;
  }

  .conference .top_event .top_ttl {
    margin-bottom: 30px;
  }

  .conference .top_event .top_ttl br {
    display: none;
  }

  .conference .top_event .event_list_item {
    /* padding-top: 80px; */
  }

  .conference .top_event .event_list_item + .event_list_item {
    margin-top: 20px;
  }

  .conference .top_event .event_list_item .event_list_cont {
    padding: 3% 3.5%;
    padding-bottom: 3%;
  }

  .conference .top_event .event_list_item .event_list_cont h3 {
    font-size: 1.4rem;
  }

  .conference .top_event .event_list_item .event_list_cont h3 img {
    max-height: 1.2rem;
  }

  .conference .top_event .event_list_item .event_list_cont h3 span {
    font-size: 0.75rem;
    padding: 3px 5px;
  }

  /* .conference .top_event .event_list_item .event_list_cont .event_list_btn_cont li .c-button {
        font-size: 14px;
    } */
  .conference
    .top_event
    .creative
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button
    img {
    height: 14px;
  }

  .conference
    .top_event
    .creative
    .event_list_cont
    .event_list_btn_cont
    li:nth-child(2)
    .c-button
    img {
    height: 16px;
  }

  .conference
    .top_event
    .experience
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button {
    height: 40px;
    padding: 8px 10px;
    padding-right: 30px;
  }

  .en
    .conference
    .top_event
    .experience
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button {
    height: 35px;
  }

  .conference
    .top_event
    .experience
    .event_list_cont
    .event_list_btn_cont
    li
    .c-button::after {
    color: #000000;
  }

  .conference .top_event .jba_symposium {
    aspect-ratio: 1 / 1;
  }

  .conference
    .conferencepanel
    .conferencepanel_list
    .conferencepanel_list_item {
    width: 100%;
  }

  .conference
    .conferencepanel
    .conferencepanel_list
    .conferencepanel_list_item
    a {
    padding: 15% 8%;
  }

  .conference
    .conferencepanel
    .conferencepanel_list
    .conferencepanel_list_item
    a
    h3 {
    font-size: 1.4rem;
  }
}

/*============================
.conferenceregist_area
============================*/

/* bold */
@font-face {
  font-family: "LINESeedJP";
  src: url("/assets/font/LINESeedJP_OTF_Bd.woff") format("woff"),
    url("/assets/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}

.conferencepanel {
  font-family: "LINESeedJP", sans-serif;
}

.conferenceregist_area {
  background-image: url(../../assets/img/top/online/topregistarea_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.conferenceregist_area::before,
.conferenceregist_area::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 25%;
  height: 90%;
  top: 5%;
}

.conferenceregist_area::before {
  background-image: url(../../assets/img/top/online/topregistarea_item_bg1.webp);
  background-position: center left;
  left: 0;
}

.conferenceregist_area::after {
  background-image: url(../../assets/img/top/online/topregistarea_item_bg2.webp);
  background-position: center right;
  right: 0;
}

section.conferenceregist_area .inner {
  width: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px;
  position: relative;
}

.conferenceregist_area h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.conferenceregist_area p {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 2;
}

.conference .conferenceregist_area .c-button {
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.2s;
  border: 1px solid #d61818;
  background-color: #d61818;
  line-height: 1.2;
  position: relative;
  border-radius: 100px;
  padding: 20px 55px;
  margin: auto;
  font-size: 18px;
}

.conference .conferenceregist_area .c-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 700;
  background: #fff;
  width: 30px;
  height: 30px;
  color: #d61919;
  display: inline-block;
  border-radius: 100px;
  line-height: 30px;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.2s;
}

@media screen and (max-width: 850px) {
  section.conferenceregist_area .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 60%;
    padding: 50px 20px 50px;
  }

  .conferenceregist_area::before,
  .conferenceregist_area::after {
    width: 20%;
  }

  .conferenceregist_area p br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  section.conferenceregist_area .inner {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 5;
    filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 60%));
  }

  .conferenceregist_area::before,
  .conferenceregist_area::after {
    width: 25%;
  }

  .conferenceregist_area::before {
    background-position: top -20px right;
  }

  .conferenceregist_area::after {
    background-position: bottom -15px left;
  }

  .conferenceregist_area h2 {
    font-size: 1.4rem;
  }

  .conferenceregist_area h2 br {
    display: none;
  }

  .conferenceregist_area p {
    font-size: 1rem;
    color: #fff;
  }
}

.page_top section .inner {
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .page_top section .inner {
    padding: 50px 20px 50px;
  }

  .page_top section.spo_area .inner {
    padding-bottom: 100px;
  }
}

/* relayseminar_banner */

.relayseminar_banner-block {
  width: 80%;
  max-width: 840px;
  margin: auto auto 30px;
}

.relayseminar_banner_img-wrap {
  box-shadow: 1px -1px 18px #8d8d8d;
}

@media screen and (max-width: 768px) {
  .relayseminar_banner-block {
    width: 100%;
  }
}

/* =============================================
INTER BEE MEDIA Biz ページ
============================================= */
.mediabiz .media_point_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  align-items: stretch;
}

.mediabiz .media_point_block li {
  width: 49%;
  border: 2px solid #ff8601;
  box-sizing: border-box;
  background: #fbeddb;
  /* margin-top: 30px; */
  display: flex;
  flex-direction: column;
  flex: 1 1 49%;
  /* 2カラム時の等幅等高 */
}

.mediabiz .media_point_block li p {
  font-weight: bold;
  /* margin-bottom: 5px; */
  text-align: center;
  padding: 10px;
  /* padding-top: 0px; */
  /* margin-top: -16px; */
}

.mediabiz .media_point_block li p span {
  font-weight: bold;
  padding: 4px 8px;
  background-color: #e77a02;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 0.9rem;
  border-radius: 5px;
}

.mediabiz .media_point_block li p span i {
  margin-right: 5px;
}

.mediabiz .media_point_block li p span:before {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #d6eae3;
  border-right-color: #d6eae3;
  border-width: 6.5px;
  display: none;
}

.mediabiz .point-block-image {
  width: 200px;
}

.mediabiz .point-block-text {
  width: calc(100% - 200px);
}

.mediabiz .point-block-text p {
  font-size: 0.9rem;
}

.mediabiz .media_point_block li figure {
  margin-top: auto;
  /* 画像（figure）を下寄せ */
}

.mediabiz .media_point_block li figure img {
  display: block;
  height: auto;
}

@media screen and (max-width: 600px) {
  .mediabiz .point-block {
    flex-direction: column !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .mediabiz .point-block .point-block-text {
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
  }

  .mediabiz .media_point_block li {
    width: 90%;
    margin: auto;
    /* margin-top: 30px; */
  }
}

@media screen and (max-width: 480px) {
  .mediabiz .media_point_block li {
    width: 100%;
  }
}

/* ip_pavilion 上部の余白調整 */
.ip_pavilion {
  margin-top: 0px;
}

/* INTER BEE MEDIA Biz出展者プレゼンテーション追加 */
.program-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.program-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 600px;
}

.program-table th {
  background: #ff8800;
  padding: 10px 12px;
  text-align: center;
  /* color: #fff; */
  font-weight: bold;
  border: 1px solid #dee2e6;
  color: #ffffff;
  width: 33.33%;
}

.program-table td {
  padding: 15px 12px;
  border: 1px solid #dee2e6;
  vertical-align: top;
  width: 33.33%;
}

.program-cell {
  min-height: 80px;
}

.program-time {
  background: #ffebd3;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  color: #495057;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
  display: inline-block;
}

.program-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.4;
}

.program-company {
  color: #666;
  font-size: 12px;
}

@media (max-width: 768px) {
  .program-table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .program-table {
    min-width: 700px;
    font-size: 12px;
  }

  .program-table th,
  .program-table td {
    padding: 10px 8px;
  }

  .program-time {
    font-size: 10px;
    padding: 3px 6px;
  }

  .program-title {
    font-size: 11px;
  }

  .program-company {
    font-size: 10px;
  }
}

/* 11月20日（木）の列を薄いオレンジ色にする */
.program-table th:nth-child(2) {
  background-color: #fb8600db;
}
.program-table td:nth-child(2) {
  background-color: #fff8f2cc;
}

/* アーカイブページのComing Soonセクション用スタイル */
.archive-comingsoon-section {
  background: #f5f5f5;
  padding: 60px 0px;
  text-align: center;
}
