@charset "utf-8";

.page-mv {
  background: url(../img/bg_title.webp) center top / cover no-repeat;
}

.page-mv .btn {
  width: 100%;
}

.page-mv .btn a {
  width: 320px;
  height: 68px;
  font-size: 1.8rem;
  margin: 23px 0 0 44px;
}

.page-mv .btn a::before {
  width: 12px;
  height: 9px;
  right: 30px;
}

.page-mv .btn a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 5px 25px;
  margin: auto;
  width: 19px;
  height: 20px;
  background: url(../../timetable/img/ico_entry.svg) 0 0 / contain no-repeat;
}


.speaker-area {
  background: url(../../timetable/img/bg_timetable.webp) 0 -50vw / cover repeat-y;
  padding: 60px 0 120px;
}

.speaker-box {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.speaker-box .lead {
  margin-bottom: 45px;
}

.speaker-box .lead p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.speaker-day+.speaker-day {
  margin-top: 55px;
}

.is-remove {
  display: none;
}

.speaker-day h2 {
  margin-bottom: 20px;
}

.speaker-day h2 em {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 3.1rem;
  margin-right: 5px;
}

.speaker-day h2 span {
  font-weight: bold;
  font-size: 1.86rem;
  display: flex;
  align-items: center;
}

.speaker-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speaker-item {
  width: 49.5%;
  margin-bottom: 12px;
}

.speaker-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  padding: 30px 30px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
}

.speaker-item .name {
  display: flex;
  align-items: center;
}

.speaker-item .name figure {
  width: 120px;
  margin-right: 18px;
  flex-shrink: 0;
}

.speaker-item .name dt {
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 16px;
}

.speaker-item .name dt span {
  font-size: 1.6rem;
  font-weight: bold;
}

.speaker-item .name dd {
  font-size: 1.5rem;
  line-height: 1.5;
}

.speaker-item .session-tit {
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 15px 0 23px 0;
}

.speaker-item .session-cat {
  margin-top: auto;
}

.speaker-item .ico-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.speaker-item .session-var {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
}

.speaker-item .session-type {
  justify-content: flex-start;
  margin: 0;
}

.speaker-item .ico-set li {
  padding: 7px 0 10px;
}

.empty {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0 60px;
}

.empty em {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 3rem;
}

.empty span {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 8px 0 3px;
  bottom: 3px;
  position: relative;
}

.bt-sort {
  position: fixed;
  top: 42%;
  right: 0;
  width: 50px;
  z-index: 1;
}

.bt-sort a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #000;
  width: 100%;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  padding: 23px 17px 23px 15px;
  border-radius: 5px 0 0 5px;
  z-index: 1;
}

.bt-sort::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  display: block;
  width: calc(100% + 5px);
  height: 100%;
  background: #00fff6;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}

/*  絞り込み
============================================================================= */
.sort-wrap {
  padding: 70px 55px;
  background: #fff;
}

.sort-head {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 23px;
  width: 100%;
  border-bottom: 4px solid #000;
}

.sort-ttl {
  font-size: 3rem;
  font-weight: bold;
}

.sort-clear {
  margin-left: 20px;
}

.sort-clear button {
  cursor: pointer;
  padding: 7px 14px 10px;
  border-radius: 3px;
  border: solid 1px #000;
  color: #000;
  margin-top: 1px;
}

.sort-session {
  flex-grow: 1;
  text-align: right;
  font-size: 1.6rem;
}

.sort-session em {
  margin-right: 5px;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Poppins";
}

.sort-check dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 45px;
}

.sort-check dd {
  margin-top: 20px;
}

.sort-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.sort-list li {
  margin: 10px 0 0 10px;
}

.sort-list__input {
  display: none;
}

.sort-list__label {
  cursor: pointer;
  display: block;
  padding: 8px 18.3px 10px;
  font-size: 1.6rem;
  border-radius: 3px;
  color: #fff;
  background: #b3b3b3;
}

.sort-list__input:checked+.sort-list__label {
  background: #000;
}

#OFFLINE:checked+.sort-list__label {
  background: #e6301c;
}

#ONLINE:checked+.sort-list__label {
  background: #2352dd;
}

.sort-wrap .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 63px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  text-decoration: none;
  z-index: 1;
  padding-bottom: 5px;
  font-weight: 500;
  box-shadow: -5px 5px 0px 0px #07fbed;
  margin: 60px auto 0;
  transition: .3s;
  position: relative;
}

.sort-wrap .btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 16px;
  inset: 0 23px 0 auto;
  margin: auto;
  background: url(../../entry/img/ico_detail.svg) 0 0 / contain no-repeat;

}




/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .speaker-item a,
  .bt-sort a,
  .sort-clear button,
  .conference-share li a {
    transition: 0.3s;
  }

  .speaker-item a:hover,
  .sort-clear button:hover,
  .conference-share li a:hover,
  .sort-wrap .btn:hover {
    opacity: 0.7;
  }

  .bt-sort a:hover {
    background: #444;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .wapper {
    position: relative;
  }

  .content {
    overflow: hidden;
  }

  .page-mv {
    height: 0;
    padding-top: 126.25%;
    background-image: url(../img/bg_title_sp.webp);
    color: #000;
  }

  .page-mv .inner {
    padding-top: 17.96875vw;
  }

  .page-mv .tit-data {
    margin-top: 0;
    padding: 9.375vw 0 0;
  }

  .page-mv .tit-data::before {
    display: none;
  }

  .page-mv .tit-data dt {
    background: #000;
    color: #fff;
    border: none;
  }

  .page-mv .tit-data dd {
    border-color: #000;
  }

  .page-mv .btn a {
    font-size: 4.375vw;
    height: 15.625vw;
    width: 75vw;
    margin: 9.375vw auto 0;
  }

  .page-mv .btn a::after {
    width: 5.3125vw;
    height: 5.3125vw;
    inset: 0 auto 0 6.25vw;
  }

  .speaker-area {
    background: url(../../common/img/bg_cont_sp.webp) 0 0 / 100% auto repeat-y;
    padding: 12.5vw 0 20vw;
  }

  .speaker-box {
    width: 100%;
    padding: 0 6.25%;
  }

  .speaker-box .lead {
    margin-bottom: 10vw;
  }

  .speaker-box .lead p {
    font-size: 4.375vw;
  }

  .speaker-day+.speaker-day {
    margin-top: 6vw;
  }

  .speaker-day h2 {
    margin-bottom: 3.3vw;
    padding: 0 0 1.5vw;
  }

  .speaker-day h2 em {
    font-size: 5vw;
  }

  .speaker-day h2 span {
    font-size: 3vw;
    padding-right: 3vw;
  }

  .speaker-item {
    width: 100%;
  }

  .speaker-item a {
    padding: 4.6875vw 4.6875vw;
  }

  .speaker-item .name figure {
    width: 25vw;
    margin-right: 4.6875vw;
    align-self: flex-start;
  }

  .speaker-item .name dt {
    font-size: 4.6875vw;
    margin-bottom: 3vw;
  }

  .speaker-item .name dt span {
    font-size: 3.4375vw;
  }

  .speaker-item .name dd {
    font-size: 3.4375vw;
  }

  .speaker-item .session-tit {
    font-size: 3.75vw;
    margin: 2vw 0 4vw;
  }

  .speaker-item .session-var {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
  }

  .speaker-item .ico-set {
    margin-bottom: 3.5vw;
  }

  .speaker-item .ico-set li,
  .session-var li {
    height: 6.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.31vw 0.5vw;
  }

  .session-var li.online {
    padding: 0 1.8vw 0.5vw;
  }


  .empty {
    font-size: 3.75vw;
    padding: 1vw 0 6vw;
  }

  .empty em {
    font-size: 5vw;
  }

  .empty span {
    font-size: 2.5vw;
  }

  .bt-sort {
    position: absolute;
    top: initial;
    right: 3.125vw;
    width: 46.875vw;
  }

  .sort-fixed {
    position: fixed;
  }

  .bt-sort a {
    writing-mode: horizontal-tb;
    padding: 3.125vw 0;
    border-radius: 1.875vw 1.875vw 0 0;
    font-size: 3.75vw;
    text-align: center;
    font-weight: bold;
  }

  .bt-sort::before {
    border-radius: 1.875vw 1.875vw 0 0;
    top: -0.78125vw;
    right: 0.78125vw;
    width: 100%;
    height: calc(100% + 0.78125vw);
  }

  /*  絞り込み
	============================================================================= */

  .sort-wrap {
    padding: 9vw 4.5vw 11.5625vw;
  }

  .sort-head {
    padding-bottom: 3.8vw;
    border-width: 0.625vw;
  }

  .sort-head:before {
    height: 0.65vw;
  }

  .sort-ttl {
    font-size: 5.625vw;
  }

  .sort-clear {
    position: absolute;
    top: 14.5vw;
    left: 0;
    margin: 0;
  }

  .sort-clear button {
    font-size: 3.75vw;
    border-radius: 5px;
    padding: 3vw 3.5vw;
    font-feature-settings: normal;
  }

  .sort-session {
    margin-bottom: -0.7vw;
    font-size: 3.4375vw;
  }

  .sort-session em {
    font-size: 6.875vw;
    position: relative;
    bottom: -0.5vw;
    margin-right: 0.8vw;
  }

  .sort-check {
    margin-top: 22vw;
  }

  .sort-check dt {
    margin-top: 4vw;
    font-size: 4.4vw;
  }

  .sort-check dd {
    margin-top: 4vw;
  }

  .sort-list {
    margin: 0;
  }

  .sort-list li {
    margin: 0 2vw 2vw 0;
  }

  .sort-list__label {
    font-size: 3.75vw;
    padding: 3.15vw 3.75vw;
  }

  .sort-wrap .btn {
    width: 62.5vw;
    height: 13.75vw;
    font-size: 4.375vw;
    box-shadow: -0.9375vw 0.9375vw 0px 0px #07fbed;
    margin-top: 9.375vw;
    border-radius: 1.875vw;
    padding-bottom: 0;
  }

  .sort-wrap .btn::before {
    width: 3.4375vw;
    height: 3.75vw;
    right: 5vw;
  }

}