@charset "UTF-8";
.mypage {
  margin: 0 auto 150px;
  max-width: calc(1000px + (20px * 2));
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mypage {
    margin: 0 auto 80px;
  }
}
.mypage #qr img {
  text-align: center;
  margin: 0 auto 16px;
}
.mypage__qr_message {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mypage__qr_message {
    font-size: 15px;
  }
}
.mypage__qr_caption {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
.mypage.comingsoon p {
  text-align: center;
  border: 2px solid #F9582D;
  border-radius: 3px;
  padding: 40px 40px 40px 40px;
  line-height: 1.75;
  margin: 45px auto 120px;
}
@media screen and (max-width: 768px) {
  .mypage.comingsoon p {
    font-size: 13px;
    margin: 30px auto 60px;
    padding: 25px 15px;
  }
}
.mypage__lead {
  background-color: #000;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding: 6px 20px 8px;
  position: relative;
  line-height: 1.6875;
}
@media screen and (max-width: 1000px) {
  .mypage__lead {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .mypage__lead {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px 8px;
    margin: 0 -20px;
  }
}
.mypage__lead--sequestion {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mypage__lead--sequestion {
    margin-top: 72px;
  }
}
.mypage .reserve__list {
  margin-top: -6px;
}
.mypage .reserve__list h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__list h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
.mypage .reserve__list .button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 180px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__list .button {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0 12px;
  }
}
.mypage .reserve__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__item {
    gap: 15px;
    padding: 20px 0;
  }
}
.mypage .reserve__time {
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__time {
    font-size: 14px;
    font-weight: 700;
    min-width: 100px;
  }
}
.mypage .reserve__time--empty {
  visibility: hidden;
}
.mypage .reserve__detail {
  width: calc(100% - 150px - 30px);
  padding-right: 213px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__detail {
    padding-right: 0;
    width: calc(100% - 100px - 30px);
    font-size: 10px;
    font-weight: 400;
  }
}
.mypage .reserve__code {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__code {
    font-size: 12px;
    font-weight: 700;
  }
}
.mypage .reserve__button {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__button {
    margin: 40px 0 0;
  }
}
.mypage .reserve__button .button {
  max-width: 512px;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__button .button {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mypage .reserve__button .button::after {
    right: 15px;
  }
}
.mypage .reserve__button-confirm {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__button-confirm {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.mypage .reserve__button-confirm .button {
  max-width: 390px;
}
.mypage .reserve__button + .reserve__button {
  margin-top: 20px;
}
.mypage .reserve__complete {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mypage .reserve__complete {
    font-size: 18px;
    font-weight: 700;
  }
}
.mypage .reserve__complete + .reserve__button .button {
  max-width: 460px;
}
.mypage .enquete__button {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .mypage .enquete__button {
    margin: 20px 0 0;
  }
}
.mypage .enquete__button .button {
  max-width: 512px;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mypage .enquete__button .button {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mypage .enquete__button .button::after {
    right: 15px;
  }
}
.mypage .notice {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mypage .notice {
    font-size: 14px;
    padding: 0 20px;
  }
}
.mypage .notice p {
  line-height: 1.3;
}
.mypage .notice.no-login p {
  font-weight: bold;
  text-align: center;
}
.mypage .error_messages {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mypage .error_messages {
    font-size: 14px;
    padding: 0 20px;
  }
}
.mypage .error_messages .error {
  color: #D04D40;
  line-height: 1.3;
}
/* モーダル */
.modal__session {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal__session {
    font-size: 14px;
  }
}
.modal__session h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 20px;
  padding-top: 90px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .modal__session h4 {
    font-size: 18px;
    margin: 15px 0 15px;
    padding-top: 80px;
  }
}
.modal__session h4:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.modal__code {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .modal__code {
    margin: 0 0 5px;
  }
}
.modal__speakers {
  border-top: 1px solid #F9582D;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  padding-left: 180px;
  min-height: 170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal__speakers {
    padding-top: 25px;
    margin-top: 25px;
    font-size: 12px;
    min-height: 125px;
    padding-left: 115px;
  }
}
.modal__speakers + .modal__speakers {
  border: none;
  margin-top: 0;
}
.modal__photo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .modal__photo {
    width: 100px;
    height: 100px;
  }
}
.modal__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  overflow-clip-margin: unset;
}
.modal__profile-name {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal__profile-name {
    font-size: 14px;
  }
}
.modal__button {
  margin: 20px auto 0;
  text-align: center;
}
.narrowdown {
  text-align: center;
  margin: 32px 0 77px;
}
@media screen and (max-width: 768px) {
  .narrowdown {
    margin: 0 0 37px;
    padding: 0 20px;
  }
}
.narrowdown__list {
  border-top: 0;
}
.narrowdown__list::after {
  display: none;
}
.narrowdown__list dt {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .narrowdown__list dt {
    width: 100%;
    font-size: 14px;
    padding: 10px 0 0;
  }
}
.narrowdown__list dd {
  width: calc(100% - 120px);
  padding: 27px 0 26px 40px;
}
@media screen and (max-width: 768px) {
  .narrowdown__list dd {
    width: 100%;
    font-size: 14px;
    padding: 6px 0 10px;
  }
}
.narrowdown__list ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .narrowdown__list ul {
    gap: 5px;
  }
}
.narrowdown__list ul li {
  position: relative;
  line-height: 1;
  text-indent: 0;
  padding-left: 0;
}
.narrowdown__list ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
}
.narrowdown__list ul li label {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 6px;
  border-radius: 2px;
  border: 1px solid #b3b3b3;
  outline: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
@media screen and (max-width: 768px) {
  .narrowdown__list ul li label {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .narrowdown__list ul li label:hover {
    color: #F9582D;
    border: 1px solid #F9582D;
    outline: 1px solid #F9582D;
  }
}
.narrowdown__list ul li input[type="checkbox"]:checked + label {
  color: #F9582D;
  border: 1px solid #F9582D;
  outline: 1px solid #F9582D;
}
.narrowdown .button {
  margin: 16px 0 0;
  max-width: 180px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .narrowdown .button {
    font-size: 16px;
  }
}
.narrowdown .button_area .button {
  margin-left: 10px;
  margin-right: 10px;
}
.session.mypage {
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  .session.mypage {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .session .mypage__lead {
    margin: 0;
  }
}
.session .mypage__lead.osaka {
  margin-top: 100px;
}
.session__table_title {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 5px solid #F9582D;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .session__table_title {
    margin-top: 20px;
    font-size: 14px;
  }
  .session__table_title + .session__description {
    margin-top: 24px;
  }
}
.session__description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin: 45px 0 30px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .session__description {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.session__description li::before {
  content: "";
  border-radius: 3px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.session__description-paloalto::before {
  background: #F9582D;
}
.session__description-sponsor::before {
  background: #FFA700;
}
.session__description-online::before {
  background: #707070;
}
@media screen and (max-width: 1250px) {
  .session__wrapper {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .session__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .session__wrapper {
    padding-left: 20px;
  }
  .session__wrapper .session__table {
    position: relative;
  }
  .session__wrapper .session__table::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 20px;
    background-color: transparent;
  }
}
.session__wrapper + h2.mypage__lead {
  margin-top: 60px;
}
.session__table {
  margin: 0;
  width: 100%;
  min-width: 1000px;
  text-align: center;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background-position: top left -150px;
  background-size: auto auto;
  background-color: #f2f2f2;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 230px, #f2f2f2 230px, #f2f2f2 460px);
}
@media screen and (max-width: 768px) {
  .session__table {
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.session__table.tokyo.limited {
  background-position: top left -104px;
  background-color: #f2f2f2;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 184px, #f2f2f2 184px, #f2f2f2 368px);
}
.session__table.osaka {
  background-position: top left -380px;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 460px, #f2f2f2 460px, #f2f2f2 920px);
}
.session__table.osaka.limited {
  background-position: top left -227px;
  background-color: #f2f2f2;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 307px, #f2f2f2 307px, #f2f2f2 614px);
}
.session__table tr {
  position: relative;
}
.session__table tr::after {
  content: "";
  background: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.session__table th {
  padding: 10px;
  width: 80px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.25;
}
.session__table th .time {
  font-size: 12px;
  font-weight: 700;
  margin-left: -8px;
}
.session__table td {
  padding: 10px;
  width: 230px;
  padding: 12px 5px;
  position: relative;
  height: 100%;
}
.session__table td.disabled .session__checkbox {
  pointer-events: none;
}
.session__table td.disabled .session__checkbox label::before {
  border-color: rgba(249, 88, 45, 0.25) !important;
}
.session__table td.disabled .session__link {
  pointer-events: none;
}
.session__table td.disabled .session__link::before {
  content: "";
  background: #FFF;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 7;
}
.session__table td .session__checkbox {
  position: absolute;
  top: 11px;
  right: 5px;
  z-index: 4;
}
.session__table td .session__checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.session__table td .session__checkbox input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 29px;
  font-size: 0;
  text-align: left;
  position: relative;
  line-height: 1.375;
  position: absolute;
  top: 0;
  left: calc(100% - 21px);
}
.session__table td .session__checkbox input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #F9582D;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  top: 12px;
}
.session__table td .session__checkbox input[type=checkbox] + label.disabled {
  pointer-events: none;
}
.session__table td .session__checkbox input[type=checkbox]:focus + label::before {
  transition: all 0.3s;
}
.session__table td .session__checkbox input[type=checkbox]:checked + label::before {
  background: #FFF;
}
.session__table td .session__checkbox input[type=checkbox]:checked + label.disabled::before {
  background: #ccc;
}
.session__table td .session__checkbox input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: #000;
  background: #FFF;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 2px);
  left: 4px;
  transform: translate(0, -50%) rotate(-45deg);
  top: 11px;
}
.session__table td .session__checkbox input[type=checkbox]:checked + label.disabled::after {
  border-color: #999;
  background: #ccc;
}
.session__table td .session__seat_availability {
  position: absolute;
  right: 5px;
  z-index: 5;
  width: 50px;
  margin: 2px;
  border-radius: 2px;
}
.session__table td .session__seat_availability--full {
  background: #FFF;
  color: red;
  font-size: 13px;
  font-weight: 700;
}
.session__table td .session__seat_availability--full.reserved {
  right: 26px;
  padding: 0;
  line-height: 18px;
}
.session__table td .session__seat_availability--threshold {
  right: 26px;
  color: red;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.9);
  width: 90px;
  text-align: center;
  padding: 0;
  line-height: 18px;
}
.session__table.tokyo.limited td {
  width: 184px;
}
.session__table.osaka td {
  width: 460px;
}
.session__table.osaka.limited td {
  width: 307px;
}
.session__table thead td {
  font-weight: bold;
}
.session__link {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 3px;
  z-index: 3;
  cursor: pointer;
}
.session__link.no-modal {
  pointer-events: none;
}
.session__link.no-modal:hover {
  opacity: 1;
}
.session__paloalto .session__link {
  background: #F9582D;
  color: #fff;
}
.session__paloalto .session__link.online {
  background: #707070;
}
.session__sponsor label::before {
  border-color: #FFA700 !important;
}
.session__sponsor .session__link {
  background: #FFA700;
  color: #fff;
}
.session__sponsor .session__link.online {
  background: #707070;
}
.session__disabled .session__link {
  background: #B3B3B3;
  color: #fff;
}
.session__box {
  height: 100%;
  min-height: 261px;
  min-height: 207px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 26px 5px 5px 4px;
  font-size: 12px;
  font-weight: 400;
  word-break: break-all;
}
.session__box:has(.session__speakers) {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  display: block;
}
.session__box:has(.session__speakers) .session__title {
  font-size: 13px;
  margin-bottom: 0;
}
.session__box:has(.session__photo) {
  min-height: 207px;
  min-height: 261px;
}
.session__box.showcase {
  flex-direction: column;
  justify-content: space-around;
}
.session__code {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 5px;
}
.session__time {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 5px;
}
.session__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2307692308;
  margin-bottom: 20px;
}
.session__speakers {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #FFF;
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.session__speakers + .session__speakers {
  border: none;
  margin-top: 0;
  padding-top: 7px;
}
.session__photo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  width: 50px;
  height: 50px;
}
.session__photo img {
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  overflow-clip-margin: unset;
}
.session__button {
  text-align: center;
  margin: 57px 0 0;
}
.session__button .button {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .session__button .button {
    font-size: 16px;
  }
}
.session__notice {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .session__notice {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #registration2025 .session__wrapper {
    margin: 0 -20px;
  }
}
.timetable__button {
  text-align: center;
  margin: 57px 0 0;
}
.timetable__button .button {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .timetable__button .button {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .timetable__button .button {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .timetable__button span {
    font-size: 14px;
  }
}
.timetable__button + .timetable__button {
  margin-top: 48px;
}
.timetable__button--pagetop {
  margin-bottom: 32px;
}
/* 総合アンケート送信完了 */
.enq-complete {
  text-align: center;
}
.enq-complete__mark {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .enq-complete__mark {
    margin-top: -10px;
  }
  .enq-complete__mark img {
    width: 50px;
    height: 50px;
  }
}
.enq-complete__heading {
  font-size: 34px;
  font-weight: 700;
  margin: 5px 0 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .enq-complete__heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
  }
}
.enq-complete__heading .break {
  display: inline-block;
}
.enq-complete__text {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .enq-complete__text {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px;
  }
}
.enq-complete__attention {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  display: inline;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .enq-complete__attention {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .enq-complete__attention .break-sp {
    display: inline-block;
    margin-top: 5px;
  }
}
.enq-complete .reserve__button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .enq-complete .reserve__button {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=./mypage2025.css.map */