@charset "UTF-8";


/*------------------------------common------------------------------*/


body:not(.is-top-page) {
  background-color: unset;
  background-image: none;
}

/* 見出し */
.top_ttl {
  font-size: var(--font-size_56);
  font-weight: bold;
  margin-bottom: 40px;
  font-family: 'LINESeedJP', sans-serif;
  font-size: 2rem;
  text-align: center;
}

.top_ttl span {
  font-size: var(--font-size_63);
  font-weight: bold;
  font-family: "Poppins", 'LINESeedJP', sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  width: max-content;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  padding: 10px 50px;
}

.top_ttl small {
  font-size: var(--font-size_19);
  margin: 14px 0 0 20px;
  color: #c40202;
  font-weight: bold;
  font-family: "Poppins", 'LINESeedJP', sans-serif;
  display: inline-block;
}


.top_ttl span:before {
  content: "";
  display: block;
  border: 3px solid transparent;
  /* ボーダーカラーは透過(transparent) */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(135deg, #f6f8f9, #77858b);
  /* グラデーション背景 */
  background-origin: border-box;
  /* 背景の基準位置はボーダーも含める */
  background-clip: border-box;
  /* 背景の適用範囲はボーダーも含める */
  top: -4px;
  left: 0;
  border-radius: 50%;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}



/* 丸ボタン */
.c-button {
  width: 100%;
  /* max-width: max-content; */
  transition: all .2s;
  border: 1px solid #0b90e4;
  background-color: #0b90e4;
  line-height: 1.2;
  position: relative;
  border-radius: 100px;
  padding: 20px 55px;
  margin: auto;
  font-size: 18px;
}

.c-button::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 .2s;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 1.8rem;
  }

  .c-button {
    font-size: 14px;
    padding: 15px 50px;
  }

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

@media (max-width: 480px) {}



/* =============================================
INTER BEE Conference扉ページ用
============================================= */



.conference_top {
  overflow: hidden;
}

.conference_top .title_wtap {
  background: url(../../../assets/img/online/conference/top/mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 160px;
  position: relative;
  z-index: 0;
}

.conference_top .title_wtap:after {
  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 {
  border-radius: 0 10px 10px 0;
  background: rgb(255 255 255 / 75%);
  width: 45%;
  max-width: unset;
  margin-left: 0;
  padding: 45px 30px;
  z-index: 2;
}

.conference_top .title_wtap .inner h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.conference_top .title_wtap .inner p {
  /* font-size: .95rem; */
}

.conference_top .title_wtap .inner h2,
.conference_top .title_wtap .inner p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  color: #000;
  text-align: left;
  font-weight: bold;
  text-shadow: 0px 0px 50px #ffffff;
}

.conference_top footer {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .conference_top .title_wtap .inner {
    width: 60%;
    padding: 30px 20px;
  }

  .conference_top .title_wtap {
    padding: 60px 0 120px;
  }

  .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 {
    padding: 40px 0 100px;
  }

  .conference_top .title_wtap .inner {
    width: 75%;
    padding: 20px;
  }

  .conference_top .title_wtap .inner h2 {
    font-size: 1.6rem;
  }

  .conference_top .title_wtap .inner p {
    font-size: 0.9em;
    word-break: auto-phrase;
  }

  .conference_top .title_wtap .inner h2,
  .conference_top .title_wtap .inner p {
    max-width: 100%;
    line-height: 1.4;
  }
}



/*----------スケジュール----------*/

.conference_top .schedule_area {
  position: relative;
  margin: 100px auto 80px;
  max-width: 1300px;
  z-index: 1;
}

.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 img {
  width: 1240px;
  margin: 0 auto;
  display: block;
}

.schedule_txt_list_cont {
  background: #f6f6f6;
  margin-top: -30px;
  padding: 50px 0 30px;
  position: relative;
  z-index: -1;
  border-radius: 10px;
}

.schedule_txt_list_cont:after {
  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: 1230px;
  padding: 0 15px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.schedule_txt_list li {
  width: 100%;
  border-right: 1px solid #d1d1d1;
  padding: 0 1rem;
}

.schedule_txt_list li:first-child {
  padding-left: 0;
}

.schedule_txt_list li:last-child {
  border-right: 0;
  padding-right: 0;
}

.schedule_txt_list li p {}

.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 {
    margin: 80px auto 30px;
  }

  .conference_top .schedule_area .schedule_bar {
    display: none;
  }

  .schedule_txt_list_cont {
    background: none;
    padding: 60px 0;
    padding-top: 30px;
  }

  .schedule_txt_list {
    padding: 0;
    grid-template-columns: 1fr;
  }

  .schedule_txt_list li {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #F4F4F4;
    padding: 5% 2%;
    padding-left: 100px !important;
    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: 35px;
    top: 0;
    background-color: #95caf5;
  }

  .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: 10px;
    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;
  }

  .schedule_txt_list li {
    padding-left: 80px !important;
  }

  .schedule_txt_list li:before {
    width: 10px;
    left: 35px;
  }

  .schedule_txt_list li>img {
    position: absolute;
    left: 10px;
    width: 60px;
    z-index: 5;
  }

  .schedule_txt_list li>img.top {
    top: -25px;
  }

  .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: -30px;
  }
}


.conferenceregist_area {
  background-image: url(../../assets/img/online/conference/top/registarea_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

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 .2s;
  border: 1px solid #0b90e4;
  background-color: #0b90e4;
  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: #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 .2s;
} */

@media screen and (max-width: 850px) {
  /* .conferenceregist_area p br {
    display: none;
  } */
}

@media screen and (max-width: 600px) {
  .conferenceregist_area h2 {
    font-size: 1.4rem;
  }

  .conferenceregist_area h2 br {
    display: none;
  }

  .conferenceregist_area p {
    font-size: 1rem;
    color: #fff;
    text-align: left;
  }

  .conferenceregist_area p br {
    display: none;
  }
}


/* Conference関連パネル */

.conferencepanel_list_area {
  margin: auto;
  margin-top: -80px;
  position: relative;
  width: 98%;
  max-width: 1160px;
}

.conferencepanel_list_area::before {
  content: "";
  background-image: url(../../../assets/img/top/eventconference_treat01.webp);
  aspect-ratio: 25 / 27;
  width: 180px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -110px;
  right: -80px;
  z-index: 5;
  pointer-events: none;
}

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

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item {
  width: 49.8%;
  text-align: center;
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a {
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 40px 8% 30px;
  display: flex;
  align-items: center;
  transition: all .25s;
  text-align: center;
  border-radius: 10px;
  /* drop-shadow */
  filter: drop-shadow(-15px 15px 15px rgba(48, 48, 48, 0.2));
}

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

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

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 {
  color: #ffffff;
  font-size: 1.8rem;
  text-shadow: 0 0 10px #323232;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 180px;
  line-height: 1.2;
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span {
  font-weight: bold;
  font-size: 0.5em;
  display: block;
  margin-bottom: 10px;
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}


.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat {
  align-items: center;
  /* 線を上下中央 */
  display: flex;
  /* 文字と線を横並び */
  justify-content: center;
  /* 文字を中央寄せ */
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::before,
.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::after {
  background-color: #ffffff;
  /* 線の色 */
  border-radius: 5px;
  /* 線の両端を丸く */
  content: "";
  height: 3px;
  /* 線の高さ */
  width: 18px;
  /* 線の長さ */
  box-shadow: 0px 0px 9px #323232;
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::before {
  margin-right: 4px;
  /* 文字との余白 */
  transform: rotate(60deg);
  /* 傾ける */
}

.conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span.border_treat::after {
  margin-left: 1px;
  /* 文字との余白 */
  transform: rotate(-60deg);
  /* 傾ける */
}

.regist_conference {
  margin: 40px auto 80px;
  text-align: center;
  border: 2px solid #e7e7e7;
  padding: 30px;
  border-radius: 10px;
}

.regist_conference p {
  font-weight: bold;
  font-size: 1.2rem;
}

.regist_conference .c-button {
  max-width: max-content;
  margin-top: 10px;
}

.regist_conference .c-butto::after {}

@media (max-width: 768px) {
  .conferencepanel_list_area {
    margin-top: -60px;
  }

  .conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a {
    padding: 30px 20px;
  }

  .conferencepanel_list_area::before {
    width: 120px;
    bottom: -60px;
    right: -30px;
  }
  .regist_conference {
    margin: 20px auto 50px;
  }
  .regist_conference p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .conferencepanel_list_area {
    width: 90%;
  }

  .conferencepanel_list_area::before {
    width: 90px;
    bottom: -40px;
    right: -40px;
  }

  .conferencepanel_list_area .col {
    gap: 10px;
  }

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

  .conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a {
    padding: 20px 20px;
  }

  .conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 {
    font-size: 1.4rem;
    margin-bottom: 120px;
  }

  .conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span {
    margin-bottom: 5px;
  }

  .conferencepanel_list_area .conferencepanel_list .conferencepanel_list_item a h3 span:last-child {
    margin-top: 5px;
    margin-bottom: 0;
  }
}


/* 各会場 */

.conference_place_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px .5rem;
}

.conference_place {
  padding: 70px 20px;
}

#international {
  background: url(../../../assets/img/online/conference/top/international_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#openstage {
  margin-bottom: 30px;
  position: relative;
}

#openstage::before {
  content: "";
  background-image: url(../../../assets/img/top/exhibitorinfo_treat01.webp);
  aspect-ratio: 11 / 16;
  width: 130px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 1;
  pointer-events: none;
}

.conference_place .top_ttl {
  margin: auto;
}

#international .top_ttl {
  color: #fff;
}



.conference_place .c-button::after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 10px;
  font-size: 0.6rem;
}


.conference_place .forum .c-button {
  display: inline-block;
  color: #0c90e4;
  font-size: var(--font-size_14);
  font-weight: bold;
  position: relative;
  background: #ffff;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 40px 10px 20px;
}

.en .conference_place .forum .c-button {
  font-size: 0.9rem;
  padding: 8px 35px 8px 18px;
}

.conference_place .forum .c-button:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 10px;
  font-size: 0.6rem;
  background: #0c90e4;
  color: #fff;
}



.conference_place .event_list_item {
  padding: 170px 0;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: -7px 10px 15px #30303045;
}

.forum .flex_cont {
  justify-content: center;
}

.event_list_item h3 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'LINESeedJP', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
}

.event_list_item h3:has(img) {
  height: 23px;
}

.event_list_item.forum h3 {
  height: 30px;
}

.en .event_list_item.forum h3 {
  height: 25px;
}

.event_list_item h3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.event_list_item .conference_txt {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  word-break: auto-phrase;
  width: 100%;
  font-weight: bold;
}

.en .event_list_item .conference_txt {
  line-height: 1.3;
  font-size: 0.9rem;
}

.event_list_item .conference_place_label {
  background: rgb(255 255 255 / 60%);
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  max-width: 95%;
  padding: 10px 15px 10px 1.6em;
  text-indent: -0.5em;
  border-radius: 10px 0;
  color: #000;
}

.en .event_list_item .conference_place_label {
  font-size: 0.9rem;
}

.event_list_item .conference_place_label i {
  opacity: 0.5;
}

.en .event_list_item .conference_place_label i {
  font-size: 0.9rem;
}

.conference_place .event_list_btn_cont {
  display: flex;
  justify-content: center;
  /* width: max-content; */
  /* height: 100%; */
  flex-wrap: wrap;
  align-items: center;
  /* width: 95%; */
  margin: 0 auto;
}

.conference_place .event_list_btn_cont li {
  max-width: 48%;
  width: max-content;
}

.conference_place .event_list_btn_cont li+li {
  margin-left: 2%;
}

.conference_place .event_list_btn_cont li object{
  display: block;
}


.event_list_link {
  position: relative;
}

.conference_place .event_list_cont {
  position: absolute;
  /* background: #ffffffa3; */
  padding: 20px 10px;
  bottom: 0;
  border-radius: 10px;
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.conference_place .event_list_cont .cinema {}

.forum {
  /* grid-column-start: 1; */
  /* grid-column-end: 3; */
}

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

.conference_place .event_list_item.forum {
  background-image: url(../../../assets/img/top/forum_bg.webp);
}

.conference_place .event_list_item.seminar {
  background-image: url(../../../../assets/img/online/conference/top/seminar_bg.webp);
}

.forum .event_list_cont {}

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

.conference_place .event_list_item.cinema {
  background-image: url(../../../assets/img/top/cinema_bg.webp);
}

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

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

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

.conference_place .event_list_item.borderless {
  background: url(../../../assets/img/top/borderless_bg.webp);
  background-size: cover;
}

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

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

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


.conference_place .forum .event_list_cont,
.conference_place .seminar .event_list_cont {
  background: #009fde99;
  min-height: 180px;
}

.conference_place .forum .event_list_btn_cont {
  margin: initial;
  margin-top: 10px;
  width: 100%;
}

.conference_place .experience .event_list_cont {
  background: #e600128f;
}

.conference_place .cinema .event_list_cont {
  background: #00000085;
}

.conference_place .ip_pavilion .event_list_cont {
  background: #227fc4a3;
}

.conference_place .ignition .event_list_cont {
  background: #715094a3;
}

.conference_place .borderless .event_list_cont {
  background: #f39800a6;
}

.conference_place .creative .event_list_cont {
  background: #11a84e85;
}

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

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


@media (min-width: 600px) and (max-width: 900px) {
  .conference_place .event_list_btn_cont li {
    max-width: 100%;
  }
  .conference_place .event_list_btn_cont li+li {
    margin-top: 2%;
}
}

@media (max-width: 768px) {
  .conference_place {
    padding: 70px 10px;
  }

  .conference_place .event_list_item {
    padding: 150px 0;
  }

  .event_list_item h3:has(img) {
    height: 20px;
  }

  .event_list_item.forum h3 {
    height: 20px;
  }

  .event_list_item .conference_txt {
    word-break: unset;
  }

  .event_list_item .conference_txt br {
    display: none;
  }

  .conference_place .forum .c-button {
    font-size: 1rem;
    padding: 10px 35px 10px 15px;
  }
}

@media (max-width: 600px) {
  #openstage::before {
    width: 80px;
    top: -40px;
  }

  .conference_place_cont {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .conference_place {
    padding: 60px 20px;
  }

  .conference_place .top_ttl {
    margin-bottom: 20px;
  }

  .conference_place .top_ttl br {
    display: none;
  }

  .conference_place .event_list_item {
    padding: 0;
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .conference_place .event_list_cont {
    min-height: auto;
    padding: 20px;
  }

  .conference_place .forum .event_list_cont,
  .conference_place .seminar .event_list_cont {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  #openstage::before {
    left: -5px;
  }
}