/* 202506アーカイブ対応 */
/* すべてのスタイル */
.wide-section.archived .session_time,
#popup-wrapper.archived .session_time{
    display: none;
}
.wide-section.archived .special_session .session_time_wrap {
    display: none;
}
.wide-section.archived .session_card_wrap:not(.coming-soon) {
    border: none;
}
/* PCのみ */
@media screen and (min-width: 768px)
{
  .wide-section.archived .special_session .session_card_wrap {
      width: 100%;
      padding-right: 30px;
  }

  .wide-section.archived .special_session .speaker_wrap {
      align-self: center;
  }

  .wide-section.archived .special_session .speaker_image:not(.cross),
  .wide-section.archived .special_session .speaker_image:not(.cross) img {
      width: 175px;
      height: 175px;
  }
  .wide-section.archived .special_session {
      height: 350px;
  }
}
