@charset "UTF-8";

/* ============================
  Common Styles
   ============================ */
body:not(.is-top-page) {
  background-color: unset;
  background-image: none;
}

/* 見出し */
.top_ttl {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 40px;
  font-family: 'LINESeedJP', sans-serif;
  text-align: center;
  line-height: 1.4;
}

.top_ttl span {
  display: block;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 900;
  width: max-content;
  margin: 0 auto 5px;
  position: relative;
  z-index: 1;
  padding: 0 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;
}

.btn {
  display: block;
  padding: clamp(0.4rem, 1.5vw, 0.5rem) clamp(2rem, 5vw, 4rem);
  border-radius: 100px;
  font-weight: bold;
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: center;
  color: #fff;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 50%, #2f67f6 100%);
  background-size: 200% 100%;
  border: none;
  transition: .3s ease;
  box-sizing: border-box;
  text-decoration: none;
}

.btn:hover {
  background-position: 100% 0;
}

.btn.arrow_btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.c-button::after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #d61919;
  display: inline-block;
  border-radius: 100px;
  line-height: 20px;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 1.7rem;
  }

  .c-button {
    font-size: 14px;
    padding: 15px 50px;
  }

  .c-button::after {
    right: 10px;
  }
}

@media (max-width: 480px) {
  br.sp_none {
    display: none;
  }
}


/* ============================
  Conference Top Page
   ============================ */

.conference_top .close_btn {
  background: #818181;
  border: none;
  pointer-events: none;
  color: #ccc;
  font-size: .7rem;
  font-weight: bold;
  padding: 8px 10px 8px 10px;
}

.conference_top .close_btn.c-button::after {
  display: none;
}


.conference_top {
  overflow: hidden;
}

.conference_top .title_wtap {
  background: url(../../../assets/img/online/conference/top/mv_bg.webp?250924);
  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: 1rem;
  line-height: 1.8;
}

.conference_top .title_wtap .inner h2,
.conference_top .title_wtap .inner p {
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
  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;
  }
}


/* ============================
  Schedule Section
   ============================ */
.conference_top .schedule_area {
  position: relative;
  margin-bottom: 0;
  padding: 0 20px 80px;
  z-index: 1;
  background-image: url(../../assets/img/online/conference/top/schedule_area_bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.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: #ebf6ff;
  margin: -30px auto 0;
  padding: 50px 0 30px;
  max-width: 1300px;
  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 {
    padding: 0;
  }

  .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;
    background: linear-gradient(133deg, rgba(40, 113, 250, 1) 0%, rgba(103, 23, 205, 1) 100%);
  }

  .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 {
  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 {
  max-width: 300px;
}

@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;
  padding: 50px 20px;
  position: relative;
  max-width: 1300px;
}

.conferencepanel_list_area ul.conference-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.conferencepanel_list_area ul.conference-grid li {
  width: 49.5%;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgb(2 4 45 / 40%);
}

.conferencepanel_list_area ul.conference-grid li.conference-card a,
.conferencepanel_list_area ul.conference-grid li.allsessionlist-card a {
  padding: 2rem 0 9rem;
  border-radius: 5px;
  background-size: cover;
  background-image: url(../img/top/timetable_bg.webp);
  display: block;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.conferencepanel_list_area ul.conference-grid li.conference-card a:after,
.conferencepanel_list_area ul.conference-grid li.allsessionlist-card a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 700;
  background: #fff;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #2f67f6 0%, #6022d2 100%);
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  right: 24px;
  bottom: -11px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .2s;
}

.conferencepanel_list_area ul.conference-grid li.allsessionlist-card a {
  background-image: url(../img/top/allsesssionlist_bg.webp);
}

.conferencepanel_list_area ul.conference-grid li.allsessionlist-card a h3,
.conferencepanel_list_area ul.conference-grid li.conference-card a h3 {
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  font-weight: 900;
  text-align: center;
}

.conferencepanel_list_area ul.conference-grid li.conference-card a h3 span,
.conferencepanel_list_area ul.conference-grid li.allsessionlist-card a h3 span {
  display: block;
  font-size: .8rem;
  font-weight: bold;
  /* margin-top: .5rem; */
}

@media screen and (max-width:600px) {
  .conferencepanel_list_area ul.conference-grid {
    flex-direction: column;
  }

  .conferencepanel_list_area ul.conference-grid li.conference-card a,
  .conferencepanel_list_area ul.conference-grid li.allsessionlist-card a {
    width: 100%;
    min-height: 180px;
    padding: 1rem 0 4rem;
  }

  .conferencepanel_list_area ul.conference-grid li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .conferencepanel_list_area ul.conference-grid li:last-of-type {
    margin-bottom: 0;
  }
}


/* 各会場 */
.conference_place_cont {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px .5rem;
}

.conference_place {
  padding: 70px 20px;
}

#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:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 10px;
  font-size: 0.6rem;
  background: #0c90e4;
  color: #fff;
}

.forum .flex_cont {
  justify-content: center;
}

.event_list_item.forum h3 {
  height: 30px;
}

.en .event_list_item.forum h3 {
  height: 25px;
}

.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);
  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;
  font-size: .8rem;
  font-weight: bold;
}

.en .event_list_item .conference_place_label {
  font-size: 0.9rem;
}

.event_list_item .conference_place_label i {
  opacity: 0.5;
  color: #e4007f;
}

.en .event_list_item .conference_place_label i {
  font-size: 0.9rem;
}

.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;
}

.grid_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 20px .5rem;
  margin-top: 35px;
}

@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_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;
  }
}


/* ============================
  Shared Components
   ============================ */
.flex_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mediabiz .flex_cont {
  flex-wrap: nowrap;
}

.c-button.white_bg {
  display: inline-block;
  color: #0c90e4;
  font-size: var(--font-size_14);
  font-weight: bold;
  position: relative;
  background: #ffff;
  border: none;
  font-size: .7rem;
  font-weight: bold;
  padding: 8px 30px 8px 10px;
}

.c-button.white_bg:after {
  background: #0c90e4;
  color: #fff;
}

.main h2 {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.main h2 span {
  font-weight: bold;
  display: block;
}


/* ============================
  International Section
   ============================ */
#international {
  background: url(../../../assets/img/online/conference/top/international_bg.webp?250927);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#international a.event_list_item {
  background-position: bottom;
  border-radius: 10px;
  background-size: cover;
  background-image: url(../img/top/conference_forum_bg.webp?250925);
  box-shadow: -7px 10px 15px #30303045;
  padding: 149px 0 0px;
  height: 100%;
}

#international .event_list_item .event_list_cont.flex_cont h3 {
  max-width: 276px;
  margin-bottom: 5px;
}

#international .event_list_item.seminar .event_list_cont.flex_cont h3 {
  max-width: 325px;
}

#international .event_list_item.seminar .c-button.white_bg {
  padding: 8px 40px 8px 20px;
  color: #04b8de;
}

#international .event_list_item.seminar .c-button.white_bg:after {
  background: #04b8de;
}

#international .event_list_item.jba_symposium .c-button.white_bg {
  color: #414140;
}

#international .event_list_item.jba_symposium .c-button.white_bg:after {
  background: #414140;
}

#international a.event_list_item.forum ul.event_list_btn_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 16px 0 0 0;
}

#international a.event_list_item.forum ul.event_list_btn_cont li {
  margin-right: .5rem;
}

#international a.event_list_item.forum .event_list_cont.flex_cont ul.event_list_btn_cont a.event_list_link.c-button.white_bg {
  font-size: .8rem;
  padding: 8px 40px 8px 20px;
}

#international a.event_list_item.jba_symposium {
  background-image: url(../img/top/conference_jba_bg.webp);
}

#international a.event_list_item.seminar {
  background-image: url(../img/top/conference_exhib_seminar_bg.webp);

}

.event_list_cont.flex_cont {
  flex-direction: column;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 0 0 10px 10px;
}


/* ============================
  Open Stage Section
   ============================ */
#openstage {
  margin-bottom: 30px;
  position: relative;
  padding: 50px 20px;
}

#openstage::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: clamp(120px, 14vw, 200px);
  background: url(../../../assets/img/online/conference/top/circle_motif.webp) no-repeat left top;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

#openstage h3 {
  margin: 0 auto 5px;
}

#openstage .event_list_btn_cont li.disabled {
  pointer-events: none;
}

#openstage .event_list_btn_cont li.disabled a:hover {
  opacity: 1;
}

#openstage .c-button::after {
  width: 18px;
  height: 18px;
  line-height: 18px;
  right: 8px;
  font-size: 0.4rem;
}

.en #openstage .c-button::after {
  width: 17px;
  height: 17px;
  line-height: 17px;
  right: 8px;
  font-size: 0.5rem;
}

#openstage .experience .c-button::after {
  background: #d70d19;
}

#openstage .cinema .c-button::after {
  background: #414141;
}

/* #openstage .ip_pavilion .c-button {
  color: #2f86c7;
} */

/* #openstage .ip_pavilion .c-button::after {
  background: #2f86c7;
} */

#openstage .ignition .start_up_university .c-button::after,
#openstage .creative .marketing_rounge .c-button::after {
  text-align: center;
  background: #ffffff;
  color: #e40080;
  line-height: 20px;
}

#openstage .creative .marketing_rounge .c-button::after {
  color: #12a84e;
}

#openstage .ignition .c-button {
  color: #725094;
}

#openstage .ignition .c-button::after {
  background: #725094;
}

#openstage .mediabiz .c-button::after {
  background: #f49801;
}

#openstage .mediabiz .c-button {
  color: #f49801;
}

#openstage .mediabiz .sub_btn .c-button {
  background: #f49801;
  color: #fff;
  padding: 8px 10px 8px 10px;
  border: 1px solid #fff;
}

#openstage .mediabiz .sub_btn .c-button::after {
  color: #f49801;
  background: #fff;
}

#openstage .mediabiz .sub_btn .c-button::after {
  display: none;
}

#openstage .creative .c-button::after {
  background: #12a84e;
}

#openstage .creative .c-button {
  color: #12a84e;
}

#openstage .jba_symposium .c-button::after {
  background: #0c1739;
}

#openstage .jba_symposium .c-button {
  color: #0c1739;
}

#openstage .disabled .c-button::after {
  display: none;
}

#openstage .disabled .c-button {
  padding: 10px 20px !important;
}


#openstage .disabled .c-button.white_bg {
  background: #d8d8d8;
}

#openstage .award .c-button::after {
  background: #ac891d;
}

#openstage .award .c-button {
  color: #ac891d;
}

#openstage .c-button.blue {
  font-size: .9rem;
  padding: 10px 40px 10px 20px;
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 0;
}

#openstage .cinema .c-button.white_bg {
  color: #414141;
}

#openstage .experience .c-button.white_bg {
  border-radius: 20px;
  padding: 5px 20px 5px 10px;
}

.en #openstage .experience .c-button.white_bg {
  padding: 10px 40px 10px 15px;
}

.en #openstage .experience .c-button.white_bg {
  padding: 10px 35px 10px 15px;
}

#openstage .experience li:first-of-type .c-button.white_bg img {
  max-width: 113px;
  width: 100%;
}

.en #openstage .experience li:first-of-type .c-button.white_bg img {
  max-width: 100px;
}

.en #openstage .experience li:last-of-type .c-button.white_bg {
  padding: 12px 40px 13px 15px;
}

#openstage .experience li:last-of-type .c-button.white_bg img {
  max-width: 279px;
  width: 100%;
}

.en #openstage .experience li:last-of-type .c-button.white_bg img {
  max-width: 246px;
}

#openstage .event_list_item {
  padding: 130px 0;
  background-image: url(../../../assets/img/top/AIsearch_bg.webp);
  background-size: cover;
  background-position: center;
  box-shadow: 1px -1px 6px #8d8d8d;
  border-radius: 10px;
}

#openstage .ip_pavilion h3 {
  width: 350px;
}

#openstage .cinema h3 {
  width: 270px;
}

#openstage .ignition h3 {
  max-width: 400px;
}

#openstage .creative h3 {
  width: 270px;
}

#openstage .mediabiz h3 {
  max-width: 270px;
}

#openstage .flex_cont.single_btn h3 {
  margin-right: 0;
}

#openstage .event_list_btn_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  gap: 5px;
}

#openstage .mediabiz .event_list_btn_cont.sub_btn {
  width: auto;
}

#openstage .event_list_btn_cont.sub_btn {
  margin-right: 0;
}

#openstage .single_btn .event_list_btn_cont {
  margin: 0
}

#openstage .event_list_btn_cont.single_btn li {
  margin-right: 0;
}

#openstage .event_list_btn_cont li {
  margin-right: 5px;
  width: max-content;
}

#openstage .event_list_btn_cont li.single_btn {
  margin-right: 0;
}

#openstage .event_list_btn_cont li.start_up_university .c-button.white_bg,
#openstage .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
  padding: 6px 29px 6px 10px;
  color: #fff;
  background: #e40080;
  line-height: 1;
  border: 1px solid #fff;
  text-align: left;
}

#openstage .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
  background: #12a84e;
  top: 0;
  right: 0;
}

.event_list_item,
.event_list_link {
  position: relative;
}

#openstage .event_list_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  padding: 20px 1% 20px;
  bottom: 0;
  width: 100%;
}

#openstage .experience .event_list_cont {
  padding: 20px 1% 13px;
}

.en #openstage .event_list_cont {
  padding: 20px 2% 15px;
}

.grid_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: .5rem;
  margin-top: 35px;
}

#openstage .grid_cont {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  margin-top: 35px;
}

#openstage .event_list_item.forum {
  background: url(../../../assets/img/top/forum_bg.webp);
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}

#openstage .event_list_item.experience {
  background: url(../../../assets/img/top/experience_bg.webp);
  background-size: cover;
  background-position: center;
}

#openstage .event_list_item.cinema {
  background: url(../../../assets/img/top/cinema_bg.webp);
  background-size: cover;
}

#openstage .event_list_item.ip_pavilion {
  background: url(../../../assets/img/top/ip_bg.webp);
  background-size: cover;
}

.ip_pavilion {
  padding: 0;
  margin: 0;
}

#openstage .event_list_item.ignition {
  background: url(../../../assets/img/top/ig_bg.webp);
  background-size: cover;
  background-position: center;
}

#openstage .event_list_item.mediabiz {
  background: url(../../../assets/img/top/mediabiz_bg.webp);
  background-size: cover;
}

#openstage .event_list_item.creative {
  background: url(../../../assets/img/top/creative_bg.webp);
  background-size: cover;
}

#openstage .event_list_item.jba_symposium {
  background: url(../../../assets/img/top/minpou_bg.webp);
  background-size: cover;
  padding: 125px 0;
}

#openstage .event_list_item.award {
  background: url(../../../assets/img/top/award_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 125px 0;
}

#openstage .event_list_item.disabled {
  position: relative;
  pointer-events: none;
}

#openstage .event_list_item.disabled .comingsoon {
  font-size: .9rem;
  padding: 2px 30px;
  border-radius: 100px;
  width: max-content;
  line-height: 1.8;
  display: block;
  font-weight: bold;
  margin: 5px auto 5px;
  margin-right: auto;
  margin-left: 0;
  background: #636363;
  color: #fff;
}

#openstage .forum .event_list_cont {
  background: #009fde99;
  height: 95px;
}

#openstage .forum .event_list_btn_cont {
  margin: initial;
}


#openstage .flex_cont_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

#openstage .flex_cont_ttl .event_list_btn_cont {
  display: block;
  margin: 0;
}

#openstage .creative .event_list_cont {
  background: linear-gradient(to top, #11a84e85 0%,
      #80ce9f85 30%,
      transparent 100%);
  border-radius: 10px;
}

#openstage .jba_symposium .event_list_cont {
  background: #0c1639a3;
  height: 80px;
}

#openstage .award .event_list_cont {
  background: #ac891dad;
  height: 80px;
}

#openstage .jba_symposium .event_list_cont,
#openstage .award .event_list_cont {
  align-items: center;
}

.en #openstage .jba_symposium .event_list_cont,
.en #openstage .award .event_list_cont {
  padding: 20px 50px;
  height: auto;
}

#topregist_area {
  overflow: hidden;
}

@media screen and (max-width:1450px) {

  #openstage .cinema .event_list_btn_cont li,
  #openstage .experience .event_list_btn_cont li {
    margin-bottom: 5px;
  }

  #openstage .event_list_item.cinema .event_list_btn_cont li:last-of-type,
  #openstage .event_list_item.experience .event_list_btn_cont li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1400px) {
  .en #openstage .event_list_cont {
    height: auto;
  }

  .en #openstage .jba_symposium .event_list_cont,
  .en #openstage .award .event_list_cont {
    padding: 20px 3%;
  }

  .en #openstage .ip_pavilion .event_list_cont {
    height: inherit;
  }

  /* .en #openstage .ignition .event_list_btn_cont {
    justify-content: start;
  } */

  .en #openstage .ignition .event_list_btn_cont li {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1350px) {
  #openstage .ignition h3 {
    margin-bottom: 10px;
  }

  #openstage .ignition .event_list_btn_cont li {
    margin-bottom: 5px;
  }

  .en #openstage .experience .event_list_btn_cont li:last-of-type {
    margin-bottom: 0;
  }

  .en #openstage .event_list_cont {
    height: inherit;
  }
}

@media screen and (max-width:1300px) {
  #openstage .ignition h3 {
    min-width: 300px;
  }

  #openstage .event_list_cont {
    padding: 20px 2% 10px;
  }

  #openstage .ip_pavilion .event_list_cont {
    height: inherit;
  }

  #openstage .jba_symposium .event_list_cont,
  #openstage .award .event_list_cont {
    padding: 20px 2% 3%;
  }

  #openstage .jba_symposium .event_list_cont h3,
  #openstage .award .event_list_cont h3 {
    width: initial;
  }

  #openstage .flex_cont.single_btn h3 {
    width: 275px;
  }
}

@media screen and (max-width:1200px) {
  #openstage .forum .event_list_btn_cont li {
    margin-bottom: 0;
  }

  #openstage .event_list_btn_cont li.start_up_university .c-button.white_bg,
  #openstage .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
    right: 13%;
  }
}

@media screen and (max-width:1180px) {
  #openstage .mediabiz .sub_btn .c-button {
    padding: 5px 10px;
    font-size: .7rem;
  }

  #openstage .event_list_btn_cont li.marketing_rounge,
  #openstage .event_list_btn_cont li.start_up_university {
    position: relative;
  }

  #openstage .event_list_btn_cont li.start_up_university .c-button.white_bg,
  #openstage .event_list_btn_cont li.marketing_rounge .c-button.white_bg {
    top: 0;
    right: 0;
    margin-right: 5px;
  }

  #openstage .ignition h3 {
    margin: 0 auto;
    min-width: initial;
    width: 100%;
    max-width: 320px;
  }

  #openstage .creative h3 {
    margin: 0 auto;
    padding: 0 20px;
  }

  #openstage .forum .event_list_cont,
  #openstage .award .event_list_cont,
  #openstage .jba_symposium .event_list_cont,
  #openstage .event_list_cont,
  #openstage .experience .event_list_cont {
    height: auto;
  }

  #openstage .forum .event_list_cont {
    padding-bottom: 15px;
  }

  #openstage .jba_symposium .event_list_cont h3,
  #openstage .award .event_list_cont h3 {
    margin-bottom: 10px;
  }

  #openstage .ip_pavilion h3 {
    width: 100%;
    max-width: 320px;
    margin-bottom: 0;
  }

  .mediabiz .flex_cont {
    margin-bottom: .3rem;
  }
}

@media screen and (max-width:1000px) {

  #openstage .cinema .event_list_btn_cont li,
  #openstage .experience .event_list_btn_cont li {
    margin-bottom: 0;
  }

  #openstage .grid_cont {
    grid-template-columns: 1fr 1fr;
  }

  #openstage .event_list_cont {
    padding: 15px 2%;
  }

  #openstage .ip_pavilion h3,
  #openstage .ignition h3 {
    max-width: 380px;
  }

  #openstage .creative h3 {
    max-width: 340px;
    width: initial;
  }

  #openstage .creative h3,
  #openstage .ignition h3,
  #openstage .ip_pavilion h3 {
    margin-bottom: .5rem;
  }
}

@media screen and (max-width:850px) {

  #openstage .creative h3 {
    max-width: 300px;
  }

  .mediabiz .flex_cont {
    margin-bottom: 5px;
  }

  #openstage .flex_cont.single_btn h3 {
    width: 200px;
  }

  #topregist_area .txt_cont {
    width: 50%;
    padding-right: 30px;
  }

  .en #openstage {
    padding: 80px 20px;
  }

  #openstage .forum h3 {
    margin-bottom: 10px;
  }

  #topregist_area .c-button.blue {
    margin: 0 auto;
  }

  #openstage h2:before {
    width: 110px;
    height: 120px;
  }
}

@media screen and (max-width:700px) {
  #openstage .forum h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:600px) {
  #openstage .event_list_item {
    background-position: 50% !important;
  }

  #openstage .event_list_item.ignition {
    background-position: 50%;
  }

  #openstage .creative h3,
  #openstage .ignition h3,
  #openstage .ip_pavilion h3 {
    margin-bottom: 0;
  }

  #openstage .flex_cont.single_btn h3 {
    width: 200px;
  }

  #openstage .grid_cont {
    grid-template-columns: 1fr;
  }

  #openstage .forum {
    grid-column-start: 1;
    grid-column-end: 1;
  }

  #openstage h2:before {
    width: 100px;
    height: 108px;
    right: 20px;
  }

  #openstage .event_list_item.award,
  #openstage .event_list_item,
  #openstage .event_list_item.jba_symposium,
  #openstage .event_list_item.forum {
    padding: 100px 0;
  }

  #openstage .event_list_cont {
    padding: 10px 10px 15px;
  }

  #openstage .mediabiz .flex_cont h3 {
    max-width: 220px;
  }

  #openstage .flex_cont h3 {
    margin: 0 auto;
  }

  #openstage .jba_symposium .event_list_cont h3,
  #openstage .award .event_list_cont h3 {
    margin: 0 30px 0 0;
  }

  .en #openstage .jba_symposium .event_list_cont h3,
  .en #openstage .award .event_list_cont h3 {
    margin-bottom: 10px;
  }

  #openstage .forum .event_list_btn_cont {
    margin-top: 10px;
  }

  #openstage .experience li:first-of-type .c-button.white_bg img {
    max-width: 100px;
  }

  #openstage .experience li:last-of-type .c-button.white_bg img {
    max-width: 250px;
  }

  #openstage .experience .event_list_btn_cont li {
    margin-bottom: 0;
  }

  .en #openstage .experience .event_list_btn_cont li {
    margin-top: 10px;
  }

  #openstage .experience .event_list_btn_cont {
    justify-content: center;
  }

  #topregist_area .img_cont {
    width: 95%;
    position: relative;
    margin-top: 25px;
  }

  #topregist_area .txt_cont {
    width: 100%;
    padding-right: 20px;
    margin-left: 20px;
  }

  .en #openstage .forum .event_list_btn_cont li {
    margin-bottom: 0;
  }
}

@media screen and (max-width:480px) {
  #openstage::before {
    top: -60px;
  }

  #openstage .jba_symposium .event_list_cont h3,
  #openstage .award .event_list_cont h3 {
    font-size: 1.2rem;
  }

  #openstage {
    padding: 70px 20px;
    margin-bottom: 0;
  }

  #openstage .c-button.blue,
  #openstage .c-button.white_bg {
    padding: 7px 25px 7px 7px;
  }

  #openstage .disabled .c-button {
    padding: 7px !important;
  }

  #openstage .experience li:first-of-type .c-button.white_bg img {
    width: 70px;
  }

  #openstage .experience li:last-of-type .c-button.white_bg img {
    width: 170px;
  }

  #openstage .c-button::after {
    right: 7px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: .5rem;
  }

  #openstage .event_list_cont,
  #openstage .ip_pavilion .event_list_cont {
    padding: 10px 2%;
  }

  #openstage .jba_symposium li:last-of-type,
  #openstage .award li:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
  }

  #topregist_area .txt_cont {
    padding-right: 30px;
  }

  .en #topregist_area .txt_cont {
    padding-right: 0;
    width: 90%;
  }

  #topregist_area h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  #openstage h2:before {
    width: 90px;
    height: 97px;
    right: 10px;
    top: -110px;
  }

  #openstage .flex_cont.single_btn h3 {
    width: max-content;
  }

  #openstage .event_list_item.disabled .comingsoon {
    padding: 2px 15px;
  }
}


/* ============================
  Registration Area
   ============================ */
#topregist_area.main {
  background-image: url(../img/top/regist_bg.webp);
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 62px 20px;
}

#topregist_area.main .schedule-block h2 {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#topregist_area.main .schedule-block h2 span.bg_white {
  display: inline-block;
  font-size: inherit;
  color: #000;
  background: #fff;
  line-height: 1.2;
  padding: 0 2px;
}

#topregist_area.main .schedule-block p {
  text-align: center;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 1rem;
  font-weight: 500;
}

#topregist_area.main .schedule-block ul.link_cont {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}

#topregist_area.main .schedule-block ul.link_cont li {
  margin-right: 1rem;
}

#topregist_area.main .schedule-block ul.link_cont li a.btn.btn_bg_pink {
  color: #ef0194;
  background: #fff;
  border: 1px solid #ef0194;
}

.btn_bg_pink:after {
  border: 1px solid #ef0194;
}


a.btn.btn_bg_pink,
a.btn.btn_pink {
  background: linear-gradient(90deg, #e9099e 0%, #bf39e5 100%);
  padding: 1rem 5rem 1rem 3rem;
}

a.btn.btn_bg_pink:after,
a.btn.btn_pink::after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: .8rem;
  right: 25px;
}

@media screen and (max-width:850px) {

  a.btn.btn_bg_pink:after,
  a.btn.btn_pink::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 20px;
  }
}

@media screen and (max-width:480px) {
  #topregist_area.main {
    padding: 45px 20px;
  }

  #topregist_area.main .schedule-block ul.link_cont {
    flex-direction: column;
    gap: 1rem;
  }

  #topregist_area.main .schedule-block ul.link_cont li {
    width: 100%;
  }

  a.btn.btn_bg_pink,
  a.btn.btn_pink {
    width: 100%;
  }
}