.wrapper .bottom-area03 {
  margin: 0 auto 43px;
}

.main-visual {
  position: relative;
}

.main-visual img {
  width: 100%;
  display: block;
}

.main-visual .link {
  position: absolute;
  /* 2026のKV画像内「参加登録受付中」ボタンの位置に合わせている */
  top: 73%;
  right: 20%;
  width: 30%;
  height: 5%;
  border-radius: 50px;
}

@media (max-width: 1168px) {
  .main-visual .inner {
    padding-bottom: 40px;
  }
}

.main-visual .inner .title {
  font-family: good-times, sans-serif;
  font-weight: bold;
  font-size: 105px;
  line-height: 100px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1168px) {
  .main-visual .inner .title {
    font-size: calc(105 / 1168 * 100vw);
    line-height: calc(100 / 1168 * 100vw);
  }
}

.main-visual .inner .date {
  font-family: good-times, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 47px;
  margin-top: 19px;
  line-height: 50px;
}

@media (max-width: 1168px) {
  .main-visual .inner .date {
    font-size: calc(40 / 1168 * 100vw);
    line-height: calc(50 / 1168 * 100vw);
    margin-bottom: calc(50 / 1168 * 100vw);
  }
}

.main-visual .inner .date span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 25px;
}

@media (max-width: 1168px) {
  .main-visual .inner .date span {
    font-size: calc(25 / 1168 * 100vw);
  }
}

.main-visual .inner .lead {
  font-size: 34px;
  line-height: 48px;
  font-weight: bold;
}

@media (max-width: 1168px) {
  .main-visual .inner .lead {
    font-size: calc(34 / 1168 * 100vw);
    line-height: calc(48 / 1168 * 100vw);
  }
}

.contents {
  /* 下部の装飾背景画像を置くための余白だったが、2026は画像を使わないため詰める */
  padding: 52px 32px 70px;
}

.featured-sessions,
.featured-sessions .contents {
  padding: 52px 32px 70px;
}

@media screen and (max-width: 767px) {
.featured-sessions,
.featured-sessions .contents {
  padding: 40px 0;
}
}

.featured-sessions {
  background-color: #1B2A41;
}


@media screen and (max-width: 767px) {
  .contents {
    padding: 30px 10px 40px;
  }
}

@media only screen and (max-width:480px) {
  .contents {
    padding: 30px 0 40px
  }
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.contents img {
  vertical-align: bottom;
}

.about_contents .inner,
.featured-sessions .inner,
.contents .inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 65px 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.featured-sessions .inner {
  padding: 65px 0px 0px;
}

.featured-sessions .inner .contents {
  background-image: none;
}

.about_contents,
.contents {
  /* 背景はカラーパレットの紺(#1B2A41)。ただしKV画像の最下部はほぼ黒(2,1,12)で、
     そのまま紺にすると境目に線が出る。上端だけKV最下部の色から紺へ徐々に
     繋いで、KVと地続きに見せている。2026は下部の装飾背景画像を使わない */
  background-color: #1B2A41;
  background-image: linear-gradient(to bottom, #000008 0, #1B2A41 420px);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

  .about_contents,
  .contents {
    background-image: linear-gradient(to bottom, #000008 0, #1B2A41 200px);
  }
}

.about_contents .inner {
  max-width: 1120px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner,
  .featured-sessions .inner,
  .contents .inner {
    max-width: 90%;
    padding: 40px 15px;
  }
}


.featured-sessions .inner .subtitle,
.contents .inner .subtitle {
  text-align: center;
  margin-bottom: 45px;
}

.featured-sessions .inner .subtitle span,
.contents .inner .subtitle span {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 10px solid #FFC800;
  display: inline-block;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {

  .featured-sessions .inner .subtitle span,
  .contents .inner .subtitle span {
    font-size: 28px;
    line-height: 42px;
  }
}

.contents .inner h3 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
}

.about_contents .inner h3 span,
.contents .inner h3 span {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 10px solid #FFC800;
  display: inline-block;
}

@media screen and (max-width: 767px) {

  .about_contents .inner h3 span,
  .contents .inner h3 span {
    font-size: 24px;
    line-height: 36px;
  }
}

.contents .inner h4 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contents .inner h4 {
    font-size: 22px;
    line-height: 33px;
  }
}

.contents .inner h4.font26 {
  font-size: 26px;
  line-height: 37px;
}

@media screen and (max-width: 767px) {
  .contents .inner h4.font26 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contents .inner h4.font22 {
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .contents .inner h4.font22 {
    font-size: 18px;
    line-height: 27px;
  }
}

.about_contents .inner hr,
.contents .inner hr {
  border-top: 1px solid #000 !important;
  width: calc(100% + 80px);
  margin: 0 -40px 50px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner hr,
  .contents .inner hr {
    width: 100%;
    margin: 0 0 50px;
  }
}

#timeTableView #dayContainer-0 .col_5,
#timeTableView #dayContainer-1 .col_5,
#timeTableView #dayContainer-2 .col_5 {
  width: calc(100% / 5);
  min-width: calc(100% / 5);
  margin: 0
}

#timeTableView #dayContainer-0 .sessionDaily .roomBox,
#timeTableView #dayContainer-1 .sessionDaily .roomBox,
#timeTableView #dayContainer-2 .sessionDaily .roomBox {
  top: 0;
  bottom: 0;
  margin: auto;
}

#timeTableView .sessionThBox .col_5 {
  border-bottom: 2px solid #EEE;
}

@media screen and (max-width: 992px) {
  #timeTableView .col_5 {
    width: 100% !important;
  }

  #timeTableView .col_5.noContent {
    display: none;
  }
}

#timeTableView .RoomA {
  background-color: #dd6767;
}

#timeTableView .RoomD {
  background-color: #eaab31;
}

#timeTableView .RoomF {
  background-color: #6abe7e;
}

#timeTableView .RoomG {
  background-color: #58a4bb;
}

#dayContainer-2 .sessionThBox .sessionTitle:nth-of-type(9),
#dayContainer-2 .sessionThBox .sessionTitle:nth-of-type(9) ~ .sessionBox {
  display: none;
}

.contents .inner .txt-box {
  margin-bottom: 45px;
}

.contents .inner .txt-box p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .contents .inner .txt-box p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
  }
}

.about_contents .inner .flexbox,
.contents .inner .flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner .flexbox,
  .contents .inner .flexbox {
    flex-direction: column;
  }
}

.contents .inner .flexbox .col p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.88px;
  font-weight: bold;
  margin-bottom: 0;
}

.contents .inner .flexbox .col p:not(:last-of-type) {
  margin-bottom: 40px;
}

.contents .inner .flexbox .col p a:hover {
  color: #000;
  opacity: 0.7;
}

.contents .inner .flexbox .col:first-of-type {
  margin-right: 60px;
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .contents .inner .flexbox .col:first-of-type {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.about_contents .inner .remarks,
.contents .inner .remarks {
  color: #333333;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .about_contents .inner .remarks,
  .contents .inner .remarks {
    text-align: left;
  }
}


.about_contents .btn-area,
.contents .btn-area {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area,
  .contents .btn-area {
    flex-direction: column;
    align-items: center;
  }
}

.about_contents .btn-area .black-btn,
.contents .btn-area .black-btn {
  width: calc((100% - 20px) / 2);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn,
  .contents .btn-area .black-btn {
    width: 400px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn:not(:last-of-type),
  .contents .btn-area .black-btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.about_contents .btn-area .black-btn a,
.contents .btn-area .black-btn a {
  width: 100%;
  display: inline-block;
  padding: 28px 40px 28px 22px;
  background-color: #373741;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

.about_contents .btn-area .black-btn a:focus,
.about_contents .btn-area .black-btn a:hover,
.contents .btn-area .black-btn a:focus,
.contents .btn-area .black-btn a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn a,
  .contents .btn-area .black-btn a {
    font-size: 18px;
    line-height: 27px;
  }
}

.about_contents .btn-area .black-btn a::after,
.contents .btn-area .black-btn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
}

.contents .btn-area2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .contents .btn-area2 {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
}

.contents .btn-area2 a {
  color: #333333;
  width: 180px;
  display: block;
  background-color: #f0f0f0;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.contents .btn-area2 a:not(:last-of-type) {
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .contents .btn-area2 a {
    margin-bottom: 20px;
  }
}

.contents .btn-area2 a:hover,
.contents .btn-area2 a:focus {
  color: #000;
  text-decoration: none;
}

.contents .btn-area2 a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 11px;
  border-width: 9px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

#timeTableView {
  margin-bottom: 50px;
}

.featured-sessions .session-detail .sessionId,
#timeTableView .sessionId {
  background-color: #1B2A41;
  color: #fff;
  text-shadow: none !important;
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.featured-sessions .session-detail .sessionId {
  font-size: 14px;
  padding: 2px 8px;
}

#timeTableView .sessionDaily {
  background-color: #373741;
}

#timeTableView .sessionDaily .dayTitle {
  font-size: 18px;
  line-height: 46px;
  color: #fff;
}

#timeTableView .sessionDaily .dayType {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#timeTableView .sessionDaily .roomBox .roomTtile {
  background-color: #1B2A41;
  color: #FFF;
  font-size: 19px;
  line-height: 27px;
  padding: 10px;
  border-radius: 0;
}

#timeTableView .sessionThBox .col_5 {
  border-bottom: 1px solid #aaaaaa !important;
}

#timeTableView .sessionThBox .sessionTitle {
  text-align: left;
}

#timeTableView .sessionThBox .sessionCol .sessionId {
  background-color: #1B2A41;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: none !important;
  text-align: left;
  border-radius: 0;
}

/* コミュニティ枠はTech Blueで強調する。クラスはJS側(db_tech_showcase2026_timetable.js)で
   mark が Community で始まるセッションに付与している */
.featured-sessions .session-detail .sessionId.is-community,
#timeTableView .sessionId.is-community,
#timeTableView .sessionThBox .sessionCol .sessionId.is-community {
  background-color: #2D9CDB;
}

#timeTableView .sessionThBox .sessionCol .sessionListTitle {
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

#timeTableView .sessionThBox .sessionCol .boxTag {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  background: #fff !important;
  color: #000;
  margin-bottom: 1px;
}

.featured-sessions .tagsBlock .boxTag,
#timeTableView .tagsBlock .boxTag {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  background: #fff !important;
  color: #000;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 1px;
}

.featured-sessions .tagsBlock .boxTag {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 5px;
  line-height: 1;
  margin-right: 3px;
  vertical-align: top;
}


.featured-sessions .session-detail .sessionLabel *,
#timeTableView .sessionLabel * {
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.featured-sessions .session-detail .sessionLabel {
  background-color: #1B2A41;
}

#timeTableView .sessionDetailWrap .black-btn {
  width: 300px;
  max-width: 100%;
  display: block;
  padding: 14px 25px 14px 7px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin: 20px auto;
}

#timeTableView .sessionDetailWrap .black-btn::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #ffffff;
}

.inquiry_btn {
  margin: 0 auto;
}

.footer-inner small,
.footer-item a {
  color: #fff;
}

.footer-item {
  display: inline-block;
  padding: 0 6px;
  font-size: 14.5px;
}

.footer-item a:hover {
  text-decoration: underline;
}

.footer-inner .copyright {
  margin-top: 30px;
}

.featured-sessions .slick-list {
  background-color: #E5E5E5;
}

.featured-sessions .item {
  margin: 50px;
  transition: 0.3s;
  background-color: #1B2A41;
}

.featured-sessions .item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .featured-sessions .item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.featured-sessions .item .session-overview {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 410px;
}

.featured-sessions .session-speaker-img {
  width: 40%;
  margin: 20px 0 20px 20px;
  position: relative;
}

.featured-sessions .session-speaker-img .session-speaker-img-wrap {
  position: absolute;
  top: -10%;
  left: 10%;
  background-color: #F5F7FA;
  width: 80%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
}

.featured-sessions .session-speaker-img .session-speaker-img-wrap img {
  width: 100%;
  background-color: #fff;
}

.featured-sessions .session-info {
  position: relative;
  width: 60%;
  margin: 20px 25px 20px 0;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}

.featured-sessions .session-info .session-time {
  display: flex;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-time {
    margin: 5px;
    justify-content: space-between;
  }
}

.featured-sessions .session-info .session-time .session-date {
  width: 75%;
}

.featured-sessions .session-info .session-time .session-id {
  width: 90px;
  height: 22px;
  margin-right: 1%;
  text-align: center;
  background-color: #373741;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-time .session-id {
    margin-right: 0;
    width: 70px;
  }
}

.featured-sessions .session-info .session-category {
  float: right;
}

.featured-sessions .session-info .session-title {
  position: absolute;
  top: 25%;
  font-size: 2.0rem;
  padding-right: 5%;
}

@media screen and (max-width: 1400px) {
  .featured-sessions .session-info .session-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-title {
    top: 30%;
    font-size: 1.6rem;
    margin: 5px;
  }
}

.featured-sessions .session-info .session-speaker {
  position: absolute;
  top: 70%;
}

@media screen and (max-width: 1700px) {
  .featured-sessions .session-info .session-speaker {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-speaker {
    top: auto;
    bottom: 5%;
    margin: 5px;
  }
}

.featured-sessions .session-detail {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.featured-sessions .arrows-prev,
.featured-sessions .arrows-next {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: rgba(163, 120, 100, 0.8);
  border-radius: 50%;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.featured-sessions .arrows-prev.bg-white,
.featured-sessions .arrows-next.bg-white {
  background-color: #ffffff;
}

.featured-sessions .arrows-prev {
  left: -40px;
}

@media screen and (max-width: 767px) {
  .featured-sessions .arrows-prev {
    left: -30px;
  }
}

.featured-sessions .arrows-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 14.7px 8.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}

.featured-sessions .arrows-prev.bg-white::after {
  border-color: transparent #000000 transparent transparent;
}

.featured-sessions .arrows-next {
  right: -40px;
}

@media screen and (max-width: 767px) {
  .featured-sessions .arrows-next {
    right: -30px;
  }
}

.featured-sessions .arrows-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.featured-sessions .arrows-next.bg-white::after {
  border-color: transparent transparent transparent #000000;
}

.featured-sessions .slick-disabled {
  display: none !important;
}

.featured-sessions .session-detail {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.featured-sessions .session-detail .sessionDetailInner {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: 100px auto 60px;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  border: 1px solid #CCC;
}

.featured-sessions .session-detail .sessionTime {
  font-size: 14px;
  padding: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .sessionListTitle {
  font-size: 18px;
  margin: 0 0 18px;
  border-bottom: 2px solid #999;
  margin-bottom: 1em !important;
  font-weight: bold;
  color: #333333;
  padding: 6px 0;
  white-space: normal;
  text-shadow: 0 2px 0 #fff !important;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .abstract h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
}

.featured-sessions .session-detail .abstract p {
  margin-bottom: 20px;
  font-size: 15px !important;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .profilePhoto {
  width: 180px !important;
}

.featured-sessions .session-detail .profilePhoto img {
  width: 180px !important;
}

.featured-sessions .session-detail .profileName p {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-detail .sessionDetailInner {
    margin: 80px auto 60px;
    width: 90%;
  }
}

.featured-sessions .session-detail .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  background-color: #E74C3C;
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.scroll-button {
  position: fixed;
  right: 30px;
  bottom: 10px;
  background: #373741;
  padding: 10px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50vh;
}

@media screen and (max-width: 767px) {
  .scroll-button {
    right: 10px;
  }
}

.scroll-button .content {
  padding-top: 2px;
  color: #fff;
  text-align: center;
}

.scroll-button .arrow {
  margin: 0 auto;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

.scroll-button .text {
  text-align: center;
  font-size: 16px;
}

.scroll-button.active {
  opacity: 1;
  visibility: visible;
}

.scroll-button.absolute {
  position: absolute;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .scroll-button.absolute {
    bottom: 200px;
  }
}

.cta-button {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta-button {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: #a0aaad;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .cta-button.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .cta-button .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 24px;
  }  
}

/* ------------------------------------------------------------------
   Guest Speakers
   1行4名。カード全体がボタンで、押すとセッション詳細のポップアップが開く。

   【写真】
   イベレジ登録の写真は縦横比がまちまち（32枚中25枚が3:4前後の縦長、
   4枚が4:3の横長、3枚が正方形）。枠は正方形にして大きさを揃えるが、
   写真そのものは contain で全体を収め、切り取らない。
   縦長なら左右に、横長なら上下に地色(#F5F7FA)が出る。
   cover にすれば枠を隙間なく埋められるが、それだと縦長写真の上下、
   横長写真の左右が切り落とされ、寄りの写真や人物が端に寄っている写真で
   顔が欠ける。枠が揃っていれば並びは崩れないので、余白が出ることより
   写真が欠けないことを優先している。
   ------------------------------------------------------------------ */
.speakers[hidden] {
  display: none !important;
}

.speakers {
  margin-bottom: 124px;
}

.speakers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4列にすると1枚あたりが小さくなるぶん、行間は3列のときより詰める */
  gap: 44px 24px;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .speakers {
    margin-bottom: 80px;
  }

  .speakers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}

.speakers__item {
  min-width: 0;
}

/* カード全体を押せるようにするためbutton要素にしている。
   ブラウザ既定の見た目を消して、素の要素として組み直す */
.speakers__card {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* セッションが取れなかった登壇者はdisabledにしてある。
   押せないので、押せそうな見た目にしない */
.speakers__card.is-static,
.speakers__card[disabled] {
  cursor: default;
  opacity: 1;
}

.speakers__card:focus-visible {
  outline: 3px solid #2D9CDB;
  outline-offset: 4px;
}

.speakers__photo {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F5F7FA;
}

/* aspect-ratio非対応ブラウザ向け */
@supports not (aspect-ratio: 1 / 1) {
  .speakers__photo {
    height: 0;
    padding-top: 100%;
  }

  .speakers__photo img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.speakers__photo img {
  width: 100%;
  height: 100%;
  display: block;
  /* cover だと枠からはみ出した分が切り取られる。contain なら写真全体が残る */
  object-fit: contain;
}

/* 写真が未登録の登壇者。頭文字を置いて枠だけ保つ */
.speakers__photo.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 写真ありのカードと地色をそろえたいので、背景は他と同じ #F5F7FA のまま
     頭文字だけを置く */
  color: #B7C0CC;
}

.speakers__initial {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: bold;
  line-height: 1;
}

/* 開催日は写真の下端に重ねる。4列に詰めるので、日付を独立した行にすると
   カードが縦に伸びて写真が小さくなる。縦長写真は下端が胸から下、
   横長写真は下端が地色の余白なので、どちらも顔にはかからない */
.speakers__schedule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: baseline;
  padding: 8px 10px;
  background-color: rgba(27, 42, 65, .88);
  color: #ffffff;
  line-height: 1;
}

.speakers__day {
  flex: none;
  margin-right: 8px;
  color: #FFC800;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .04em;
}

.speakers__date {
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 押せることを示す印。hoverの出ない端末でも分かるように常時出しておく */
.speakers__card:not(.is-static) .speakers__photo::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(27, 42, 65, .78);
  /* 円の中の＋。線2本を背景で描く */
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 11px 2px, 2px 11px;
  background-position: center, center;
  transition: background-color .25s ease;
  z-index: 2;
}

.speakers__card:hover .speakers__photo::after {
  background-color: #FFC800;
  background-image: linear-gradient(#1B2A41, #1B2A41), linear-gradient(#1B2A41, #1B2A41);
}

/* hoverで写真に薄く紺をかけ、何が開くのかを文字で出す */
.speakers__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(27, 42, 65, .55);
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .06em;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 1;
}

.speakers__card:hover .speakers__more,
.speakers__card:focus-visible .speakers__more {
  opacity: 1;
}

.speakers__name {
  display: block;
  margin: 0 0 7px;
  color: #1B2A41;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

.speakers__honorific {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
}

.speakers__company {
  display: block;
  margin: 0 0 4px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.speakers__title {
  margin: 0;
  color: #666666;
  font-size: 12px;
  line-height: 19px;
  /* 肩書きが3行を超える登壇者がいるので打ち切る。改行はJSが\nで渡している */
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .speakers__name {
    font-size: 16px;
    line-height: 23px;
  }

  .speakers__honorific {
    font-size: 12px;
  }

  .speakers__company {
    font-size: 12px;
    line-height: 18px;
  }

  .speakers__title {
    font-size: 11px;
    line-height: 17px;
  }

  /* SPはhoverが無いので、押せる印だけ残して覆いは出さない */
  .speakers__more {
    display: none;
  }
}

/* ------------------------------------------------------------------
   Guest Speakers のセッション詳細ポップアップ

   見た目はタイムテーブル（/2026/schedule/）の詳細とまったく同じものを使う。
   その見た目を作っているCSSは 40jrm.css・67mxg.css とこのファイルにあり、
   どれも「#timeTableView 配下」でしか当たらない。そこでJS側
   （common/js/dbts2026_speakers.js の createModal）が、ポップアップを
   id="timeTableView" の div に入れて body の末尾へ置いている。
   トップページにタイムテーブルは無いのでidは重複せず、
   向こうのCSSを直せばこちらも自動でついてくる。

   入れ物には .contents も付けている。向こうのポップアップは
   section.contents の中にあり、.contents img の vertical-align や
   .contents h1〜h6 の書体指定が中身に効いているため、
   同じ組み合わせにしないと写真の下に隙間が出たり書体がずれたりする。

   ここに書くのは次の2点だけ。
   1. 入れ物がページに余白や背景を作らないようにする。中身は position:fixed の
      ポップアップなので、入れ物自体に高さも背景も要らない
   2. 文字の大きさをタイムテーブル側とそろえる。向こうのポップアップは
      セッション枠（#timeTableView .sessionThBox / 13px・行間1.4em）の
      中にあり、詳細の中身はそれを継いだうえで 85% になる。
      トップページには枠が無く、そのままだとページ既定の16pxを継いで
      1〜2pxずつ大きくなるので、ここで同じ値を置いておく
   ------------------------------------------------------------------ */
#timeTableView.speakers-modal-host {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 13px;
  line-height: 1.4em;
}

/* ------------------------------------------------------------------
   2026のスポンサーロゴの並び
   2025からのティア対応は エメラルド→ゴールド / ルビー→シルバー / サファイア→ブロンズ。

   ロゴは縦横比がばらばら（横長のワードマークから正方形のシンボルまで）なので、
   従来のように「列幅に対する％」で幅を決めると見た目の大きさが揃わない。
   ここでは各ロゴの表示面積が揃うように幅を決めている。

     幅 = min( √(目標面積 × 縦横比), 最大高 × 縦横比 )

   目標面積と最大高はティアごとに決めている。

     ティア                目標面積   最大高
     GOLD                   26000     153px
     SILVER                 14500     114px
     BRONZE                  9000      90px
     SPECIAL / MEDIA         6200      75px

   最大高は、正方形に近いロゴが縦に伸びすぎないための上限で、
   目標面積の平方根に比例させている（ティアが下がれば上限も下がる）。
   いまの掲載ロゴでは、どれもこの高さの上限には当たっていない。

   これと対になるものとして、ブロンズには幅の上限（列幅の70.51%＝220px）
   を入れている。面積をそろえても、極端に横長のロゴは幅が出て高さが薄くなる。
   実際 PhoenixAI（10.5:1）は 307x29px となり、シルバーのどのロゴ
   （最大 Google Cloud 299px）よりも広く、上のティアと逆転して見えていた。
   高さで見れば銀のほうが1.7倍あるのだが、目は幅で大小を判断する。
   上限に当たるのは PhoenixAI・ULS Consulting・日立製作所の3社で、
   そのぶん面積は目標を下回る（それぞれ51% / 70% / 86%）。
   ロゴを追加するときは、この式で幅を出して下の一覧に1行足す。
   その前に画像の余白を必ず落とすこと。式は画像の縦横比を使うので、
   周囲に余白があるとその分だけ小さく表示される
   （Questの支給画像は上下13%の余白入りで、そのままだと面積が目標の83%だった）。

   注意：最大高が効くのは正方形に近いロゴだけで、当たると面積は目標を下回る。
   上限の値はコーソル（ブロンズ・縦横比1.13でいちばん正方形に近い）を
   基準に決めた。上限74pxでは84x74＝面積6200と目標9000を大きく下回り、
   隣のクライム（169px）やEDB（201px）と並べると明らかに小さく見えた。
   84 / 95 / 101 / 110px を並べて見比べたところ、目標面積どおりの
   101x89 がちょうど釣り合ったため、ブロンズの上限を90pxとしている。
   高さは89pxと同じ行の他社（38〜60px）より高くなるが、
   行は上下中央そろえなので並びは崩れない。

   【面積の決め方の経緯】
   当初は 26000 / 18000 / 12000 としていたが、ティア間の差が
   面積で1.44倍・幅で1.20倍しかなく、ゴールドとシルバーの区別が付かなかった。
   実際、Qlik（ゴールド 229x96・面積22000）とCData（シルバー 306x59・
   面積18000）が同じ大きさに見えるという指摘があった。
   ゴールドはそのままに、シルバーを14500・ブロンズを9000へ下げて
   幅の比を 1 : 0.75 : 0.59 にしている。
   あわせてゴールドの最大高を96pxから125pxに上げた。96pxのままだと
   縦に厚いQlik（縦横比2.38）が幅229pxで頭打ちになり、
   シルバーのCData（306px）より細く見えてしまうため。

   なお極端に横長のロゴ（Phoenix AI 10.5:1）は算出幅が307pxと、
   ブロンズの列幅（コンテナ1000px時で312px）ぎりぎりになる。
   画面幅が狭くて列がこれより細くなると、列幅で頭打ちになって
   面積が目標を下回る。これは3列レイアウトの制約。
   ------------------------------------------------------------------ */
/* 見出しまわりの余白。ティア間が124pxあるのに対して、Sponsors見出しの下が20px、
   ティア見出しの下が23pxしかなく、上のほうだけ詰まって見えていた。
   ティア間(124px) > ロゴの行間(72px) > 見出し下(64px) > ティア見出し下(56px)
   の順にしている。見出しから下は段階的に詰めることで、
   Sponsors見出し → ティア見出し → ロゴ群 の親子関係が余白の差で読み取れる。
   ティア見出し下がロゴの行間(72px)を超えると、ティア見出しがどのロゴ群のものか
   読めなくなるので、そこだけは超えないこと */
/* 見出しの下は about_contents 内の3セクションでそろえる。
   共通CSSの既定は20pxだが、それだとセクション見出しが中身に張り付いて見える */
.about_contents .event-overview > .common__subtitle,
.speakers > .common__subtitle,
.sponsors > .common__subtitle {
  margin-bottom: 64px;
}

.sponsors .black__title {
  margin-bottom: 56px;
}

@media only screen and (max-width:480px),
only screen and (max-width:767px) {

  .about_contents .event-overview > .common__subtitle,
  .speakers > .common__subtitle,
  .sponsors > .common__subtitle {
    margin-bottom: 44px;
  }

  .sponsors .black__title {
    margin-bottom: 36px;
  }
}

.sponsors__list {
  display: grid;
  gap: 72px 32px;
  align-items: center;
  justify-items: center;
}

.sponsors__list.gold,
.sponsors__list.silver,
.sponsors__list.pearl {
  grid-template-columns: repeat(2, 1fr);
}

/* ゴールドだけロゴ同士の間隔を広げる。1社あたりが大きいぶん、
   他のティアと同じ間隔だと詰まって見える。
   余白が広いほうが上位ティアらしく見える、という効果もある。
   SPは下のメディアクエリで全ティア共通の間隔に戻す */
.sponsors__list.gold {
  gap: 100px 48px;
}

.sponsors__list.bronze,
.sponsors__list.towel {
  grid-template-columns: repeat(3, 1fr);
}

/* MEDIA SPONSORだけ1行4社。
   4列のグリッド（repeat(4, 1fr)）にすると、社数が4の倍数でない行が
   左に寄って右端が空く。いまは3社なので1枠まるごと空いて目立つ。
   4列のグリッド（repeat(4, 1fr)）でも同じ並びになるが、他のティアが
   grid-template-columns で列数を指定しているのに対し、こちらは1枠の幅を
   決めたいのでflexにしている。列の幅は
     4社ぶんの幅 + 3つぶんの間隔 = 全幅
   になるよう calc(25% - 24px) にしている（列間 32px × 3 ÷ 4 = 24px）。
   社数が4に満たない行は、他のティアと同じく左詰めのままにする */
.sponsors__list.special,
.sponsors__list.media {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sponsors__list.special > p,
.sponsors__list.special .logo-img > p,
.sponsors__list.media > p,
.sponsors__list.media .logo-img > p {
  width: calc(25% - 24px);
}

/* SPでも列数はPCと同じにする（2025と同じ考え方）。
   一時期SPだけ全ティア2列に落としていたが、そうすると横長のロゴが
   どれも列幅いっぱいで頭打ちになり、ゴールドもブロンズもメディアも
   同じ幅で並んでティアの差が消える。実測ではシルバーのCDataが
   ゴールドのALTIBASEより大きく見える逆転まで起きていた。
   ロゴの幅を列幅に対する%で持たせているので、列数さえ保てば
   画面幅が変わっても各ティアの大小関係はそのまま縮む。
   間隔だけはSPで詰める */
@media screen and (max-width: 767px) {
  .sponsors__list {
    gap: 36px 16px;
  }

  .sponsors__list.gold {
    gap: 48px 20px;
  }

  .sponsors__list.special > p,
  .sponsors__list.special .logo-img > p,
  .sponsors__list.media > p,
  .sponsors__list.media .logo-img > p {
    width: calc(25% - 12px);
  }
}

/* HTML上の行(.logo-img)は枠として残しつつ、ロゴ自体を直接グリッドに流し込む。
   これで行あたりの社数が変わっても並びが崩れない */
.sponsors__list .logo-img {
  display: contents;
}

/* ロゴは枠の中で中央寄せ。
   なお「行の詰め方」は別で、社数が列数に満たない行は左詰めにしている
   （.sponsors__list.media の justify-content を参照） */
.sponsors__list p {
  width: 100%;
  margin: 0;
  text-align: center;
}

.sponsors__list img {
  margin-top: 0;
  height: auto;
  max-width: 100%;
}

/* ブロンズだけ幅の上限を入れる。上の説明を参照。
   70.51% は列幅312pxに対する220px */
.sponsors__list.bronze img {
  max-width: 70.51%;
}

/* ロゴごとの表示幅（上記の式で算出） */
.logo-img .altibase {
  width: 84.87%;
}

/* AWSだけは面積の式どおりにしない。
   このロゴは上に「aws」の文字、下にスマイルが乗った縦積みで、
   画像の高さの3割ほどが文字とスマイルのあいだの余白。そのぶん
   面積で揃えると（式では208px）実際の文字より大きく出る。
   幅200pxのとき「aws」の文字の高さが62.7pxとなり、
   隣のALTIBASE（61.1px）とそろうので、文字の高さで合わせている。
   このとき画像全体の高さは120pxとゴールドで最も高くなるが、
   行は上下中央そろえなので並びは崩れない */
.logo-img .aws {
  width: 42.02%;
}

.logo-img .click_house {
  width: 80.67%;
}

.logo-img .dell {
  width: 94.12%;
}

/* Fivetranだけは面積の式どおりにしない。
   支給されたロゴは角丸の枠に入った「バッジ」形式で、画像の62%が枠と
   その内側の余白。面積をそろえると枠ばかりが大きくなり、肝心の
   ロゴ自体は文字の高さが28.7pxと、ClickHouse(46.6px)やALTIBASE(39.2px)の
   半分ほどにしか見えない。
   幅443px（当時のゴールドの最大高96pxいっぱい）まで拡大して、
   文字の高さを36.6pxに寄せている。
   枠の無い版が入手できれば、他社と同じく式で算出した値に戻すこと */
.logo-img .fivetran {
  width: 93.07%;
}

/* CDataだけは面積の式どおりにしない。
   このロゴは太い黒のワードマークで塗りが多く、同じ面積で並べても
   隣の富士通よりインクの量が2.8倍（6615 : 2328）あり、明らかに目立っていた。
   AWSと同じく文字の高さで合わせる。
   ただし富士通と文字の高さを完全にそろえる205pxまで下げると、
   面積が8078となりブロンズ9社中7社より小さくなってしまい、
   「ブロンズの日立やQuestのほうが大きく見える」状態になった。
   245pxなら面積11543で、ブロンズの最大（クライム9050）を上回りつつ、
   式どおりの275pxより11%小さく抑えられる。
   50.62% = 245px ÷ 列幅484px */
.logo-img .cdata {
  width: 50.62%;
}

.logo-img .fujitsu {
  width: 35.54%;
}

.logo-img .google_cloud {
  width: 61.78%;
}

.logo-img .nec {
  width: 47.31%;
}

.logo-img .ocean_base {
  width: 61.57%;
}

.logo-img .single_store {
  width: 54.75%;
}

.logo-img .sraoss {
  width: 53.31%;
}

.logo-img .climb {
  width: 54.17%;
}

.logo-img .cosol {
  width: 32.37%;
}


.logo-img .edb {
  width: 64.42%;
}

.logo-img .exem {
  width: 63.51%;
}

.logo-img .hitachi {
  width: 75.96%;
}

.logo-img .phoenix_ai {
  width: 98.4%;
}

.logo-img .qlik {
  width: 52.31%;
}

.logo-img .pingcap {
  width: 47.76%;
}

.logo-img .quest {
  width: 60.9%;
}

.logo-img .sysbank {
  width: 59.29%;
}

.logo-img .uls_consulting {
  width: 83.97%;
}

/* SPECIAL SESSION。1行4社なので、目標面積はMEDIA SPONSORと同じ6200。
   2025も両者を同じ col-4 で並べていたので、大きさをそろえている */
.logo-img .apacouc {
  width: 63.72%;
}

.logo-img .oracle_ace {
  width: 64.6%;
}

/* MEDIA SPONSOR。1行4社に収まるよう、目標面積を6200にしている。
   ブロンズ（12000）のままだと、いちばん横長のIT Leaders（縦横比6.4）が
   幅277pxになり、4列にしたときの1枠（およそ200px）に収まらない。
   6200なら199pxで収まる。面積は他のティアと同じ式で揃えているので、
   3社の見た目の大きさは揃う。
   クラウド Watch は背景色まで含めた1枚絵（塗りのタイル）なので、
   面積が同じでもワードマークより見た目の重さが出る。
   社数が増えて枠が狭くなるときは、この3つを同じ比率で縮めること */
.logo-img .cloud_watch {
  width: 46.9%;
}

/* DIGITAL X だけ位置を5px下げている。
   このロゴはXのシンボルから細い光条が左下へ長く伸びていて、
   画像の外枠がその分だけ下に広がっている。外枠の中央でそろえると、
   実体である「DIGITAL」の文字が枠の上寄り（インクの重心が38%）になり、
   隣のIT Leaders（61%）やクラウド Watch（57%）より高い位置に見える。
   5px下げると「DIGITAL」の文字の下端が、IT Leadersの文字および
   クラウド Watchの「Watch」の帯とそろう。
   0 / 3 / 5 / 6.5px を並べて見比べて決めた。

   なお同じ理屈でゴールドのALTIBASE（重心67%）やブロンズのコーソル（67%）も
   数値上はずれているが、こちらは実際に並べると外枠の中央でそろえたほうが
   自然に見えたので、位置は動かしていない。
   細い突起で外枠だけが広がっているロゴに限った調整 */
.logo-img .digital_x {
  width: 54.42%;
  position: relative;
  /* 画面幅が変わっても同じ割合でずらしたいので、transformの%（＝自分の高さ基準）を使う。
     PC表示の高さ51pxに対して5px＝9.8% */
  transform: translateY(9.8%);
}

.logo-img .it_leaders {
  width: 88.05%;
}

/* 2025から複製したロゴ個別の指定（.aws / .oracle / .nec / .fujitsu など）は
   すべて削除した。2026では面積正規化で幅を出しており、旧ルールの
   margin-top: 25% のような指定は不要なうえ、後ろにあるぶん新しい指定を
   打ち消してしまう。実際に quest・fujitsu・nec の3社でロゴが大きくずれる
   原因になった。社名が一致すると再発するので復活させないこと */


/* 満席,残席僅か */
.sold_out,
.few_seats {
  font-size: 11px;
  border: solid 2px red;
  color: #fff;
  background-color: red;
  padding: 2px 5px;
  line-height: 1;
  margin: 0px 3px 1px 0px;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
  font-weight: bold;
}


/* AI */
.tag_7e99e1592f74350a5b1e1e883a1e78e7{
  border-color: #7F00FF;
}

/* データ管理 */
.tag_ec9e08990d7ab36bf301383b4c845b1f{
  border-color: #007B43;
}

/* データ分析 */
.tag_67b9939a2a9b81bf78fc49e0deb0018e{
  border-color: #008080;
}

/* クラウド */
.tag_540ba6eb9b0e12a51ff73e01878d2534{
  border-color: #000066;
}

/* ビッグデータ/データレイク */
.tag_8128675683125a694c7a1841c9889f3b{
  border-color: #65AB31;
}

/* IoT */
.tag_8df5306a1cc3fa071d49bfd84c8afef9{
  border-color: #FF7F00;
}

/* セキュリティ */
.tag_025af126c9a852fa21b8a406e23d91a4{
  border-color: #7F1184;
}

/* 運用ノウハウ */
.tag_150bd4fa2da1c838a6ad28e26fe5d65d{
  border-color: #ff76a7;
}

/* ユーザー事例 */
.tag_2ccdfb8f0c92a34bba6acb9e272eea9e {
  border-color: #e9546b;
}

/* 初心者向け */
.tag_25dd765c6bc5e3d874d8970359a08ab8 {
  border-color: #00BFFF;
}

/* 中級者向け */
.tag_ce9b49badfc5ffbbd7ee273934901b4d {
  border-color: #007FFF;
}

/* 上級者向け */
.tag_543b732ec98285be38575afd73c582a8 {
  border-color: #0000FF;
}

/* その他 */
.tag_872ca9cee9bafb7e7489e8fb8bb72b1d {
  border-color: #5B6356;
}

/* 塗りつぶしタグ。イベレジのタグuidは開催年ごとに変わるため差し替えが必要 */

/* 当日限定 */
.featured-sessions .tagsBlock .tag_99d6c587d42b7c8af1099b4bda1b04ec,
#timeTableView .sessionThBox .sessionCol .tag_99d6c587d42b7c8af1099b4bda1b04ec,
#timeTableView .tagsBlock .tag_99d6c587d42b7c8af1099b4bda1b04ec {
  border-color: #FFC800;
  background-color: #FFC800 !important;
  color: #1B2A41;
  font-weight: bold;
}

/* 招待枠 */
.featured-sessions .hide-content .tagsBlock .tag_6206e50540e0471363a9a4248deb842c,
#timeTableView .sessionThBox .sessionCol .tag_6206e50540e0471363a9a4248deb842c,
#timeTableView .tagsBlock .tag_6206e50540e0471363a9a4248deb842c {
  border-color: #1B2A41;
  background-color: #1B2A41 !important;
  color: #fff;
  font-weight: bold;
}

.featured-sessions .tagsBlock .tag_6206e50540e0471363a9a4248deb842c {
  border-color: #000;
  background-color: #fff !important;
}

/* TODO: 2026のタグに「ビジネス」「テクノロジー」が追加されたら、uidを入れて
   Tech Blue(#2D9CDB) などで色分けする。JS側の tags_to_move_last にも追記が必要 */

/* ------------------------------------------------------------------
   タイムテーブル：時間軸に比例した配置
   縦軸を5分刻みのCSS Gridとし、各セッションを実際の時刻・所要時間で配置する。
   レーンごとに枠の長さが違っても正しい位置と高さで並ぶ。
   ------------------------------------------------------------------ */
#timeTableView {
  --tt-slot: 20px;
  /* 5分あたりの高さ */
  --tt-gap: 4px;
}

#timeTableView .dayContainer {
  margin-bottom: 60px;
}

#timeTableView .ttHead {
  display: grid;
  align-items: end;
  padding: 14px 15px;
  /* スクロール追従はしない。下のセッションカードに重なると読みづらいため。
     relative なのは、黄色の帯を描く ::after の位置基準にするだけの理由 */
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 6px;
}

/* Room帯とセッションのIDバーがどちらも紺で見分けづらいため、Room帯の下に
   黄色の背景を敷いて見出し行であることを分かるようにする。
   背景をttHead自体に付けると左右のpaddingぶん外へはみ出すので、
   Room帯の幅に合わせた擬似要素で敷く。右端は最終列のpadding-right(--tt-gap)ぶん
   内側で止めて、紺のブロックの右端とそろえる */
#timeTableView .ttHead::after {
  content: '';
  position: absolute;
  left: 15px;
  right: calc(15px + var(--tt-gap));
  top: 0;
  bottom: 0;
  background-color: #FFC800;
  z-index: 0;
}

#timeTableView .dayContainer .dayTitle {
  margin: 0 0 10px;
  padding: 0 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

#timeTableView .ttHead .ttHeadRoom {
  padding-right: var(--tt-gap);
  min-width: 0;
  /* 黄色の背景より前に出す */
  position: relative;
  z-index: 1;
}

#timeTableView .ttHead .roomTtile {
  /* 左右に隙間を作り、黄色の背景がRoom帯の間からも見えるようにする */
  margin: 0 10px;
  background-color: #1B2A41;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#timeTableView .ttGrid {
  display: grid;
  /* 行は5分ぶんの高さを基準にしつつ、カードの内容が入りきらない場合は伸びる。
     全列で行を共有しているので、伸びても開始時刻の揃いは保たれる */
  grid-auto-rows: minmax(var(--tt-slot), auto);
  padding: 0 15px 15px;
}

/* セッションの箱 */
#timeTableView .ttGrid>.sessionBox {
  min-width: 0;
  padding: 0 var(--tt-gap) var(--tt-gap) 0;
  box-sizing: border-box;
}

#timeTableView .ttGrid .sessionCol {
  height: 100%;
  /* 共有CSS(40jrm/67mxg)の min-height:150px を打ち消す。
     これが効いていると短い枠のカードが枠外にはみ出す */
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

/* 時刻。左の時間目盛りを廃止したのでカード内のこの表示が唯一の時間情報になる。
   薄いグレーの補足扱いだと読みづらいので、本文と同じ濃さの太字にする。
   数字は tabular-nums で桁幅を固定し、隣り合うカードで位置がそろうようにする */
#timeTableView .ttGrid .ttTime {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #1B2A41;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
}

#timeTableView .ttGrid .ttRoomLabel {
  display: none;
}

/* 20分以下の短い枠は情報量を絞って収める */
#timeTableView .ttGrid>.sessionBox.isShort .sessionCol {
  padding: 6px 8px;
}

#timeTableView .ttGrid>.sessionBox.isShort .ttTime {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
}

#timeTableView .ttGrid>.sessionBox.isShort .sessionListTitle {
  font-size: 13px;
  line-height: 18px;
}

/* SP：時間軸をやめて時系列の一覧にする（DOM順が時系列になっている） */
@media screen and (max-width: 992px) {
  #timeTableView .ttHead {
    display: block;
    position: static;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }

  /* SPはRoom見出しを出さないので、黄色の帯だけが残らないよう消す */
  #timeTableView .ttHead::after {
    display: none;
  }

  #timeTableView .ttHead .ttHeadRoom {
    display: none;
  }

  #timeTableView .ttGrid {
    display: block;
    padding: 0 10px 15px;
  }

  #timeTableView .ttGrid>.sessionBox {
    padding: 0;
    margin-bottom: 10px;
  }

  #timeTableView .ttGrid .sessionCol {
    height: auto;
    overflow: visible;
  }

  #timeTableView .ttGrid .ttRoomLabel {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #1B2A41;
    padding: 1px 8px;
    margin-bottom: 4px;
  }

  #timeTableView .ttGrid>.sessionBox.isShort .sessionCol {
    padding: 10px;
  }
}

/* ------------------------------------------------------------------
   KV カウントダウン
   KV画像の下部中央に重ねる。細い枠線で4つに区切ったシンプルな時計。
   数字は tabular-nums で桁幅を固定し、毎秒の更新でガタつかないようにする。
   ------------------------------------------------------------------ */
.kv-countdown[hidden] {
  display: none !important;
}

.kv-countdown {
  /* KV画像はビューポートより背が高く、下端に置くとスクロールしないと見えない。
     PCではヘッダー直下の余白に置き、ファーストビュー内に必ず収まるようにする */
  position: absolute;
  left: 4%;
  top: 9%;
  z-index: 2;
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  /* キャプションの金色(#FFC800)とKVの金色の帯が重なると読めなくなる。
     KV画像は幅で伸縮するので帯の位置も動き、どこに来ても読めるように
     キャプションごとガラス板に載せている（板は元々ボード側にあったもの） */
  box-sizing: border-box;
  padding: clamp(10px, 1vw, 16px) clamp(12px, 1.1vw, 20px) clamp(8px, 0.9vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: rgba(15, 24, 39, 0.62);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.kv-countdown.is-ready {
  opacity: 1;
}

.kv-countdown__caption {
  margin: 0 0 clamp(6px, 0.7vw, 12px);
  color: #FFC800;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: clamp(9px, 0.78vw, 13px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
}

.kv-countdown__board {
  display: flex;
  align-items: stretch;
  padding: 0 clamp(4px, 0.6vw, 10px);
}

.kv-countdown__unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* PC/SPともにセル内で中央揃え */
  align-items: center;
  text-align: center;
  min-width: clamp(56px, 7vw, 122px);
  padding: 0 clamp(6px, 0.8vw, 14px);
}

.kv-countdown__unit + .kv-countdown__unit {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.kv-countdown__num {
  display: block;
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(26px, 3.4vw, 60px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.kv-countdown__label {
  display: block;
  margin-top: clamp(4px, 0.5vw, 9px);
  color: rgba(255, 255, 255, 0.68);
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: clamp(8px, 0.62vw, 11px);
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-indent: 0.16em;
}


.kv-countdown__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* SPもPCと同じ左上に置く。KVの下だと日程・会場の文字と重なるため。
     SPのKVは余白が少なく、ヘッダー(高さ50px)がKVに重なっているうえ、
     KV画像の黄色いロゴボックスがすぐ下から始まる。ヘッダーの直下に置き、
     ロゴボックスに掛からない高さ(実測で約47px)に収まるよう各部を小さくする */
  .kv-countdown {
    left: 4%;
    top: 56px;
    bottom: auto;
    transform: none;
    width: auto;
    text-align: left;
    padding: 4px 8px 3px;
  }

  .kv-countdown__caption {
    font-size: 8px;
    line-height: 1.1;
    margin: 0 0 2px;
  }

  .kv-countdown__board {
    padding: 0 2px;
  }

  .kv-countdown__unit {
    min-width: 0;
    padding: 0 5px;
  }

  .kv-countdown__num {
    font-size: 17px;
    line-height: 1.05;
  }

  .kv-countdown__label {
    font-size: 7px;
    line-height: 1.1;
    margin-top: 2px;
  }
}
