@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

html body .session {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  html body .session {
    margin: 0 auto 60px;
  }
}
html body .session p.session-lead {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .session p.session-lead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
html body .session .stage {
  display: flex;
  gap: 60px 0;
  flex-direction: column;
}
html body .session .stage__details-item {
  border-radius: 20px;
  position: relative;
}
html body .session .stage__details-item .img-wrap img {
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
html body .session .stage__details-item-category {
  position: absolute;
  top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-category {
    top: 10px;
  }
  html body .session .stage__details-item-category img {
    width: 40px;
    height: auto;
  }
}
html body .session .stage__details-item-category p {
  color: #000;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: bold;
}
html body .session .stage__details-item-title {
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-title {
    font-size: 17px;
    line-height: 1.2941176471;
    letter-spacing: 0.06em;
  }
}
html body .session .stage__details-item-text {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
html body .session .stage__details-item .btnarea {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px 10px;
}
html body .session .stage__details-item .btnarea .movie_btn {
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  margin: 0;
  padding: 6px 24px;
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: bold;
  background: var(--red);
  color: #fff;
  border-radius: 100px;
  transition: 0.2s;
  height: 40px;
  width: 140px;
  border: solid 2px var(--red);
}
@media (hover) {
  html body .session .stage__details-item .btnarea .movie_btn:hover {
    color: var(--red);
  }
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item .btnarea .movie_btn {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}
html body .session .stage__details-item .btnarea p {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item .btnarea p {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}
html body .session .stage__details-item .btnarea p a {
  text-decoration: underline;
}
html body .session .stage__details-item .btnarea p a:hover {
  text-decoration: none;
}
html body .session .stage__details-item-info {
  z-index: 10;
  position: absolute;
  top: -15px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-info {
    top: -13px;
    right: 15px;
  }
}
html body .session .stage__details-item-info-time {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-info-time {
    font-size: 14px;
  }
}
html body .session .stage__details-item-info-place {
  display: none;
  width: 100%;
  max-width: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-info-place {
    max-width: 110px;
  }
}
html body .session .stage__details-item-info-place .place-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-info-place .place-detail {
    font-size: 15px;
  }
}
html body .session .stage__details-item-moderator {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-moderator {
    max-width: 100%;
  }
}
html body .session .stage__details-item-moderator.moderator2 {
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-moderator.moderator2 {
    max-width: 100%;
  }
}
html body .session .stage__details-item-area-title {
  color: #000;
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
html body .session .stage__details-item-panelist {
  width: 100%;
}
html body .session .stage__details-item .list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
html body .session .stage__details-item .list .item {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item .list .item {
    max-width: 100%;
  }
}
html body .session .stage__details-item .list .item .img-wrap img {
  border-radius: 50%;
}
html body .session .stage__details-item .list .item-title {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
}
html body .session .stage__details-item .list .item-position {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #666666;
}
html body .session .stage__details-item-top {
  overflow: hidden;
  padding: 80px 70px;
  background: #e9e9e9;
  color: #000 !important;
  position: relative;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-top {
    padding: 60px 30px 20px;
  }
}
html body .session .stage__details-item-top::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -50px;
  width: 170px;
  aspect-ratio: 262/296;
  -webkit-mask-image: url(/2025/students/index/img/detail-bg-left-top.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/students/index/img/detail-bg-left-top.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-top::after {
    left: -55px;
    top: -45px;
    width: 120px;
  }
}
html body .session .stage__details-item-wrap {
  z-index: 5;
  position: relative;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
html body .session .stage__details-item-bottom {
  padding: 0 70px 40px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-bottom {
    padding: 50px 25px 35px;
  }
}
html body .session .stage__details-item-bottom::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 101%;
  height: auto;
  aspect-ratio: 1099/75;
  background: url(/2025/students/index/img/details-bg.jpg) no-repeat;
  background-size: contain;
}
html body .session .stage__details-item-bottom::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 330px;
  aspect-ratio: 487/433;
  background: url(/2025/students/index/img/detail-bg-right-bottom.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  html body .session .stage__details-item-bottom::after {
    width: 180px;
    right: -50px;
  }
}
html body .session .stage__details-item .nonspeaker {
  border-radius: 20px;
}
html body .pavilion-timetable {
  text-align: center;
  margin: 200px auto 100px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable {
    margin: 0 auto 60px;
  }
}
html body .pavilion-timetable .day {
  margin-top: 30px;
}
html body .pavilion-timetable .day__title {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #666666;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__title {
    font-size: 18px;
  }
}
html body .pavilion-timetable .day__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
html body .pavilion-timetable .day__btn {
  cursor: pointer;
  border: solid 2px var(--red);
  background: #fff;
  border-radius: 35px;
  height: 70px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__btn {
    height: 60px;
  }
}
html body .pavilion-timetable .day__btn .date {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 30px;
  width: 64px;
  height: auto;
  aspect-ratio: 64/40;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url(/2025/timetable/index/img/btn-bg.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/timetable/index/img/btn-bg.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #999999;
  color: #fff;
  z-index: 15;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__btn .date {
    font-size: 14px;
    width: 56px;
    left: 10px;
  }
}
html body .pavilion-timetable .day__btn .text {
  z-index: 5;
  margin-left: 15px;
  position: relative;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-size: 24px !important;
  color: #000;
  display: flex;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__btn .text {
    font-size: 20px !important;
  }
}
html body .pavilion-timetable .day__btn.is-active {
  pointer-events: none;
  background: #e60012;
  cursor: auto;
}
html body .pavilion-timetable .day__btn.is-active .date {
  -webkit-mask-image: url(/2025/timetable/index/img/btn-bg.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2025/timetable/index/img/btn-bg.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  color: #e60012;
}
html body .pavilion-timetable .day__btn.is-active .text {
  color: #fff;
}
html body .pavilion-timetable .day__btn.is-active::after {
  left: 0;
}
html body .pavilion-timetable .day__content {
  display: none;
  overflow-x: auto;
  padding-left: 0 !important;
  text-indent: initial;
}
html body .pavilion-timetable .day__content.is-active {
  display: block;
}
html body .pavilion-timetable .day__content table.mini-stage {
  position: relative;
  width: 100%;
  line-height: 2;
  letter-spacing: 0.06em;
}
html body .pavilion-timetable .day__content table.mini-stage:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: #111;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage {
    width: auto;
  }
}
html body .pavilion-timetable .day__content table.mini-stage tr:first-child th {
  font-size: 20px;
  background-color: #323232;
}
html body .pavilion-timetable .day__content table.mini-stage tr:first-child th:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage tr:first-child th:nth-child(1) {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage tr:first-child th:last-child {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage tr:first-child td {
    white-space: nowrap;
  }
}
html body .pavilion-timetable .day__content table.mini-stage tr:first-child td:first-child {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage .sticky,
  html body .pavilion-timetable .day__content table.mini-stage .time {
    width: 70px;
    border: none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: normal;
    line-height: 1.7;
  }
}
html body .pavilion-timetable .day__content table.mini-stage .sticky span,
html body .pavilion-timetable .day__content table.mini-stage .time span {
  font-size: 80%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage .sticky span,
  html body .pavilion-timetable .day__content table.mini-stage .time span {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage .sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
    border-bottom: 1px solid #666666;
    background: #323232;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage .time:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background: #111;
    z-index: -1;
  }
}
html body .pavilion-timetable .day__content table.mini-stage th {
  font-family: var(--rubik);
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage th {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage th:nth-child(2) {
    width: 500px;
  }
}
html body .pavilion-timetable .day__content table.mini-stage th:last-child {
  border-right: none;
}
html body .pavilion-timetable .day__content table.mini-stage td {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
html body .pavilion-timetable .day__content table.mini-stage td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage td:last-child {
    width: 500px;
  }
}
html body .pavilion-timetable .day__content table.mini-stage td.contents-name {
  vertical-align: middle;
  padding: 20px 40px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage td.contents-name {
    width: 100px;
    padding: 15px;
    font-size: 14px;
  }
}
html body .pavilion-timetable .day__content table.mini-stage td.contents-name span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .pavilion-timetable .day__content table.mini-stage td.contents-name span {
    font-size: 15px;
    display: block;
    line-height: 1.5;
    margin-top: 2px;
  }
}
html body .pavilion-timetable .day__content table.mini-stage td.contents-name span.buffer {
  font-size: 16px;
  font-weight: normal;
}
html body .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .popup.is-active {
  visibility: visible;
  opacity: 1;
  /*.popup__close {
  }*/
}
html body .popup.is-active .popup__inner .swiper {
  opacity: 1;
  visibility: visible;
}
html body .popup__close {
  transition: all 0.3s;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 100;
  height: 30px;
  width: 30px;
}
html body .popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  height: 2px;
  width: 30px;
  background: #999999;
  transform-origin: center center;
}
html body .popup__close span:nth-child(1) {
  rotate: 45deg;
}
html body .popup__close span:nth-child(2) {
  rotate: -45deg;
}
html body .popup__overlay {
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
html body .popup__inner {
  transition: all 0.3s;
  background: #fff;
  position: relative;
  z-index: 5;
  max-width: 1040px;
  max-height: 720px;
  height: 80vh;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  html body .popup__inner {
    padding: 30px 20px;
  }
}
html body .popup .swiper-button-prev1 {
  top: 50%;
  position: absolute;
  left: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 50;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  translate: -50% -50%;
  transition: opacity 0.3s visibility 0.3s;
}
@media screen and (max-width: 1100px) {
  html body .popup .swiper-button-prev1 {
    width: 45px;
    translate: -40% -50%;
  }
}
html body .popup .swiper-button-prev1.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper-button-prev1 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .popup .swiper-button-prev1:hover {
  scale: 1.2;
}
html body .popup .swiper-button-prev1:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .popup .swiper-button-prev1:hover span {
  width: 200px;
  height: 200px;
}
html body .popup .swiper-button-prev1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(225deg);
}
@media screen and (max-width: 768px) {
  html body .popup .swiper-button-prev1::before {
    width: 10px;
    height: 10px;
  }
}
html body .popup .swiper-button-prev1::after {
  display: none;
}
html body .popup .swiper-button-next1 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
  left: auto;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  border: var(--red) solid 2px;
  border-radius: 9999px;
  transition: opacity 0.3s visibility 0.3s;
  transition: all 0.3s ease-in-out;
  translate: 50% -50%;
}
@media screen and (max-width: 1100px) {
  html body .popup .swiper-button-next1 {
    width: 45px;
    translate: 40% -50%;
  }
}
html body .popup .swiper-button-next1.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper-button-next1 span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--red);
  border-radius: 50%;
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  transform: translate(-50%, -50%);
}
html body .popup .swiper-button-next1:hover {
  scale: 1.2;
}
html body .popup .swiper-button-next1:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
html body .popup .swiper-button-next1:hover span {
  width: 200px;
  height: 200px;
}
html body .popup .swiper-button-next1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  html body .popup .swiper-button-next1::before {
    width: 10px;
    height: 10px;
  }
}
html body .popup .swiper-button-next1::after {
  display: none;
}
html body .popup .swiper1 {
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
}
html body .popup .swiper1 .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
html body .popup .swiper1 .swiper-slide {
  width: 100%;
  font-size: 32px;
  height: 100%;
}
html body .popup .swiper1 .slide-inner {
  overscroll-behavior: contain;
  max-width: 860px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html body .popup .swiper1 .slide-inner::-webkit-scrollbar {
    display: none;
  }
}
html body .popup .swiper1 .slide-inner .person {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.375;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .person {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
html body .popup .swiper1 .slide-inner .person span {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .person span {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    font-size: 12px;
  }
}
html body .popup .swiper1 .slide-inner .person span.no_ml {
  margin-left: 0;
}
html body .popup .swiper1 .slide-inner .info-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .info-wrap {
    flex-direction: column;
  }
}
html body .popup .swiper1 .slide-inner .info-wrap .info-left {
  height: auto;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/370;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .info-wrap .info-left {
    aspect-ratio: 1/1;
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}
html body .popup .swiper1 .slide-inner .info-wrap .info-left img {
  width: 100%;
  object-fit: cover;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right {
  width: 100%;
  max-width: 520px;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e6e6e6;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 15px;
  }
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details .info-detail dt {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details .info-detail dt {
    margin-bottom: 5px;
  }
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details .info-detail dd {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a {
  color: #e60012;
  text-decoration: underline;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li a:hover {
  text-decoration: none;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-annotation {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-session-title {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-session-schedule {
  display: flex;
  align-items: center;
  gap: 30px;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-session-schedule .day {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-session-schedule .day span {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  border: solid 1px #000;
  padding: 2px 8px;
  margin-right: 10px;
}
html body .popup .swiper1 .slide-inner .info-wrap .info-right .info-session-schedule .place {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 2px 10px;
  border-radius: 13px;
  background: #e60012;
}
@media screen and (max-width: 1480px) {
  html body .content-left-top {
    display: none;
  }
}
html body .main .section-title {
  margin-bottom: 30px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .main .section-title span {
  font-size: 33px;
}
@media screen and (max-width: 950px) {
  html body .main .section-title span {
    font-size: 28px;
  }
}
html body .main .section-title.lead-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.lead-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .lead {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  html body .lead {
    margin: 0 auto 60px;
  }
}
html body .lead .lead_sub_ttl {
  max-width: 800px;
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  html body .lead .lead_sub_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
html body .lead .lead_sub_ttl .text_br .color {
  color: var(--red);
}
html body .pavilion-image {
  text-align: center;
  margin: 0 auto 200px;
}
html body .pavilion-image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image {
    margin: 0 auto 60px;
  }
}
html body .pavilion-image.index {
  margin-bottom: 0;
}
html body .pavilion-image .cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
  margin: 60px auto 0 !important;
  max-width: 700px;
  width: 100%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap {
    margin-bottom: 50px;
    gap: 30px;
    margin-top: 30px auto 0 !important;
  }
}
html body .pavilion-image .cont-wrap .cont-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap .cont-item {
    gap: 20px;
  }
}
html body .pavilion-image .cont-wrap .cont-item .cont-left {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap .cont-item .cont-left {
    max-width: 60px;
  }
}
html body .pavilion-image .cont-wrap .cont-item .cont-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap .cont-item .cont-right {
    gap: 10px;
  }
}
html body .pavilion-image .cont-wrap .cont-item .cont-right-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap .cont-item .cont-right-title {
    font-size: 20px;
  }
}
html body .pavilion-image .cont-wrap .cont-item .cont-right-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .cont-wrap .cont-item .cont-right-text {
    font-size: 14px;
  }
}
html body .pavilion-image p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image p {
    font-size: 20px;
  }
}
html body .pavilion-image .img {
  margin: 30px auto 0;
}
html body .pavilion-image .flex-button {
  display: flex;
  width: 300px;
  margin: 60px auto 120px;
}
@media screen and (max-width: 768px) {
  html body .pavilion-image .flex-button {
    margin: 30px auto 60px;
  }
}
html body .speaker {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  html body .speaker {
    margin: 0;
    margin-top: 10px;
  }
}
html body .speaker .aiw__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .speaker .aiw__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
html body .speaker .img-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1000px) {
  html body .speaker .img-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  html body .speaker .img-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
html body .speaker .img-list .img-list--item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.46/1;
  background: #fff;
  border: 0.5px solid #e5e5e5;
}
html body .speaker .img-list .img-list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  html body .speaker .img-list .img-list--item a {
    padding: 0 16px;
  }
}
@media (hover) {
  html body .speaker .img-list .img-list--item a:hover img {
    scale: 1.1;
  }
}
html body .speaker .img-list .img-list--item a img {
  display: block;
  width: 100%;
  height: 70%;
  object-fit: contain;
  transition: all var(--transition);
}


html body .speaker .exhibit
{
  margin: 30px 0;
}

html body .speaker .exhibit p
{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5em;
}

html body .speaker .exhibit ul li
{
  margin: 2em 1em;
  font-weight: bold;
}


.dls-wrapper {
  gap: 100px !important;
}
@media screen and (max-width: 768px) {
  .dls-wrapper {
    gap: 80px !important;
  }
}
.dls-wrapper dl dd {
  position: relative;
}
.dls-wrapper dl dd img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.dls-wrapper dl dd img.mt {
  margin-top: 30px;
}
.dls-wrapper dl dd img.mb {
  margin-bottom: 30px;
  /* 5月6日追記 */
  max-width: 360px;
}
.dls-wrapper dl dd.pa30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd.pa30 {
    padding-bottom: 20px;
  }
}
.dls-wrapper dl dd .link_txt {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd .link_txt {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */


/* ----------------------------------
Exibitor University
-----------------------------------*/
html body .exibitor {
    margin: 3em auto;
}
html body .exibitor ul.list {
    display: flex;
    gap: 30px;
    margin-top:2em;
}
html body .exibitor ul.list li {
    max-width: 196px;
    margin: 2em auto;
    font-weight: bold;
}
html body .exibitor ul.list li p.item-title {
    min-height:80px;
}
html body .exibitor ul.list li .img-wrap {
    margin:0.5em 0 1em;
}

html body .exibitor ul.p-text li {
    margin: 2em 1em;
    font-weight: bold;
    text-align: left;
}


/* ----------------------------------
Exibitor University SP
-----------------------------------*/
@media screen and (max-width: 768px) {
    html body .exibitor ul.list {
    flex-wrap: wrap;
    }
    html body .exibitor ul.list li {
    max-width: 196px;
    margin: 0em auto;
    font-weight: bold;
    }
    html body .exibitor ul.list li p.item-title {
    min-height:auto;
    margin:1em 0;
    }
    html body .exibitor ul.list li p.item-title {
    margin:1em 0;
    }
}