@charset "UTF-8";
@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;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb-140 {
    margin-bottom: 60px !important;
  }
}

.news {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 60px;
  }
}

html body .main .content__wrapper__inner .main-content .news-list {
  grid-template-columns: repeat(2, 2fr);
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list {
    align-items: center;
    grid-template-columns: 1fr;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1000000000;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup .btnarea {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px 10px;
}
.popup .btnarea .movie_btn {
  transition: width var(--transition) ease-in-out, height var(--transition) ease-in-out;
  margin: 0;
  padding: 6px 18px;
  font-size: 16px;
  line-height: 1.5;
  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);
  max-width: auto;
  min-width: 0;
}
@media (hover) {
  .popup .btnarea .movie_btn:hover {
    color: var(--red);
  }
}
.popup .btnarea .btnarea-2clm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.popup .btnarea .btnarea-2clm li {
  text-align: center;
}
.popup .btnarea .btnarea-2clm p {
  font-size: 14px;
  line-height: 2.4285714286;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .popup .btnarea .btnarea-2clm p {
    font-size: 12px;
    line-height: 2.6666666667;
    letter-spacing: 0.06em;
  }
}
.popup .btnarea .btnarea-2clm-p {
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .popup .btnarea .btnarea-2clm-p {
    padding: 0;
  }
}
.popup .btnarea p {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup .btnarea p {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .popup .btnarea p span {
    display: none;
  }
}
.popup .btnarea p a {
  text-decoration: underline;
}
.popup .btnarea p a:hover {
  text-decoration: none;
}
.popup__overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup__inner {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  max-width: 1100px;
  width: 90%;
}
.popup__container {
  max-height: 70vh;
  overflow-y: auto;
  width: 100%;
}
.popup__place {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__place {
    right: 15px;
    font-size: 14px;
  }
}
.popup__top-right {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 10;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .popup__top-right {
    left: 17px;
    top: 15px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .popup__top-right .stage.day-info {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__top-right .stage {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__top-right .stage {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__top-right .time {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__top-right .time {
    font-size: 12px;
    flex-shrink: 0;
  }
}
.popup__time {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__time {
    font-size: 12px;
  }
}
.popup__theme {
  margin-left: -70px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .popup__theme {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .popup__theme {
    gap: 15px;
    margin-top: 25px;
  }
}
.popup__theme-right {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .popup__theme-right {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.popup__theme-right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.popup__theme-right ul li {
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.popup__theme-left {
  aspect-ratio: 1;
  height: auto;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .popup__theme-left {
    width: 40px;
  }
}
.popup__theme.concept .popup__theme-left {
  background: url(/2025/session/index/img/icon01.png) no-repeat;
  background-size: contain;
}
.popup__theme.concept .popup__theme-right::before {
  content: "未来の都市を構想する";
}
.popup__theme.concept.en .popup__theme-right::before {
  content: "Imagining City of the Future";
}
.popup__theme.talk .popup__theme-left {
  background: url(/2025/session/index/img/icon02.png) no-repeat;
  background-size: contain;
}
.popup__theme.talk .popup__theme-right::before {
  content: "テクノロジーの未来を語る";
}
.popup__theme.talk.en .popup__theme-right::before {
  content: "Discussing Future of Technology";
}
.popup__theme.nurture .popup__theme-left {
  background: url(/2025/session/index/img/icon03.png) no-repeat;
  background-size: contain;
}
.popup__theme.nurture .popup__theme-right::before {
  content: "スタートアップを育む";
}
.popup__theme.nurture.en .popup__theme-right::before {
  content: "Developing Startups";
}
.popup__theme.sponsor .popup__theme-left {
  background: url(/2025/session/index/img/icon07.png) no-repeat;
  background-size: contain;
}
.popup__theme.sponsor .popup__theme-right::before {
  content: "コーポレートパートナー";
}
.popup__theme.sponsor.en .popup__theme-right::before {
  content: "Corporate Partner";
}
.popup__theme.city .popup__theme-left {
  background: url(/2025/session/index/img/icon08.png) no-repeat;
  background-size: contain;
}
.popup__theme.city .popup__theme-right::before {
  content: "シティパートナー";
}
.popup__theme.city.en .popup__theme-right::before {
  content: "City Partner";
}
.popup__theme.vc .popup__theme-left {
  background: url(/2025/session/index/img/icon04.png) no-repeat;
  background-size: contain;
}
.popup__theme.vc .popup__theme-right::before {
  content: "インベスターセッション";
}
.popup__theme.vc.en .popup__theme-right::before {
  content: "Investor Session";
}
.popup__theme.itamae .popup__theme-left {
  background: url(/2025/session/index/img/icon05.png) no-repeat;
  background-size: contain;
}
.popup__theme.itamae .popup__theme-right::before {
  content: "ITAMAE企画";
}
.popup__theme.itamae.en .popup__theme-right::before {
  content: "ITAMAE Program";
}
.popup__theme.emp .popup__theme-left {
  background: url(/2025/session/index/img/icon06.png) no-repeat;
  background-size: contain;
}
.popup__theme.emp .popup__theme-right::before {
  content: "EmpowerHer Stage";
}
.popup__theme.emp.en .popup__theme-right::before {
  content: "EmpowerHer Stage";
}
.popup__theme.japan .popup__theme-left {
  background: url(/2025/session/index/img/icon09.png) no-repeat;
  background-size: contain;
}
.popup__theme.japan .popup__theme-right::before {
  content: "オールジャパン";
}
.popup__theme.japan.en .popup__theme-right::before {
  content: "All Japan";
}
.popup__top {
  padding: 15px 0 65px;
  background: #333333;
  width: 100%;
  border-radius: 20px 20px 0 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .popup__top {
    padding-bottom: 30px;
  }
}
.popup__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/44;
  background: url(../img/popup-bg.jpg) no-repeat;
  background-size: cover;
}
.popup__top-inner {
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.popup__title {
  margin-top: -10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .popup__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .popup__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
.popup__power {
  font-weight: bold;
  font-family: var(--rubik);
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .popup__power {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.popup__text {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .popup__text {
    font-size: 12px;
  }
}
.popup__bottom {
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #fff;
  padding: 15px 0 30px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popup__bottom {
    padding: 20px 0;
  }
}
.popup__participants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 50px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .popup__participants {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.popup__participant {
  display: flex;
  gap: 10px;
}
.popup__participant-left {
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
  min-height: 140px;
  border-radius: 9999px;
  overflow: hidden;
}
.popup__participant-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup__name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: black;
}
.popup__tex {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #666666;
}
.popup__link {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #e60012;
  text-decoration: underline;
}
.popup__link:hover {
  text-decoration: none;
}
.popup__close-btn::after, .popup__close-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
  translate: -50% -50%;
}

.popup__close-btn {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: 5px;
  translate: 50% -50%;
  height: auto;
  width: 32px;
  aspect-ratio: 1/1;
}
.popup__close-btn::before {
  rotate: 45deg;
}
.popup__close-btn::after {
  rotate: -45deg;
}

.popup2 {
  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;
}
.popup2.is-active {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.popup2.is-active .popup2__inner .swiper2 {
  opacity: 1;
  visibility: visible;
}
.popup2__close {
  transition: all 0.3s;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 100;
  height: 30px;
  width: 30px;
}
.popup2__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  height: 2px;
  width: 30px;
  background: #999999;
  transform-origin: center center;
}
.popup2__close span:nth-child(1) {
  rotate: 45deg;
}
.popup2__close span:nth-child(2) {
  rotate: -45deg;
}
.popup2__overlay {
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.popup2__inner {
  transition: all 0.3s;
  background: #fff;
  position: relative;
  z-index: 5;
  max-width: 800px;
  max-height: 440px;
  height: 80vh;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  border-radius: 20px;
  background: url(/2025/vc-investor-pavilion/index/img/bg_speaker.png) no-repeat right bottom #fff;
}
@media screen and (max-width: 768px) {
  .popup2__inner {
    padding: 30px 20px;
    max-height: 720px;
  }
}
.popup2 .swiper-button-prev2 {
  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) {
  .popup2 .swiper-button-prev2 {
    width: 45px;
    translate: -40% -50%;
  }
}
.popup2 .swiper-button-prev2.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.popup2 .swiper-button-prev2 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%);
}
@media (hover) {
  .popup2 .swiper-button-prev2:hover {
    scale: 1.2;
  }
  .popup2 .swiper-button-prev2:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .popup2 .swiper-button-prev2:hover span {
    width: 200px;
    height: 200px;
  }
}
.popup2 .swiper-button-prev2::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) {
  .popup2 .swiper-button-prev2::before {
    width: 10px;
    height: 10px;
  }
}
.popup2 .swiper-button-prev2::after {
  display: none;
}
.popup2 .swiper-button-next2 {
  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) {
  .popup2 .swiper-button-next2 {
    width: 45px;
    translate: 40% -50%;
  }
}
.popup2 .swiper-button-next2.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.popup2 .swiper-button-next2 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%);
}
@media (hover) {
  .popup2 .swiper-button-next2:hover {
    scale: 1.2;
  }
  .popup2 .swiper-button-next2:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .popup2 .swiper-button-next2:hover span {
    width: 200px;
    height: 200px;
  }
}
.popup2 .swiper-button-next2::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) {
  .popup2 .swiper-button-next2::before {
    width: 10px;
    height: 10px;
  }
}
.popup2 .swiper-button-next2::after {
  display: none;
}
.popup2 .swiper2 {
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup2 .swiper2 .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.popup2 .swiper2 .swiper-slide {
  width: 100%;
  font-size: 32px;
  height: 100%;
}
.popup2 .swiper2 .slide-inner {
  overscroll-behavior: contain;
  max-width: 860px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .popup2 .swiper2 .slide-inner::-webkit-scrollbar {
    display: none;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap {
    flex-direction: column;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-left {
  height: auto;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 260/320;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-left {
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-left img {
  width: 100%;
  object-fit: cover;
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details {
    gap: 15px;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dt {
  font-size: 32px;
  margin: 20px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dt {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd {
    padding-right: 0;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd .company {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd .company {
    font-size: 14px;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd .position {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .popup2 .swiper2 .slide-inner .info-wrap .info-right .info-details .info-detail dd .position {
    font-size: 14px;
  }
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-annotation {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-session-title {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-session-schedule {
  display: flex;
  align-items: center;
  gap: 30px;
}
.popup2 .swiper2 .slide-inner .info-wrap .info-right .info-session-schedule .day {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
.popup2 .swiper2 .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;
}
.popup2 .swiper2 .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;
}

.popup3 {
  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;
}
.popup3.is-active {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.popup3.is-active .popup3__inner .swiper3 {
  opacity: 1;
  visibility: visible;
}
.popup3__close {
  transition: all 0.3s;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 100;
  height: 30px;
  width: 30px;
}
.popup3__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  height: 2px;
  width: 30px;
  background: #999999;
  transform-origin: center center;
}
.popup3__close span:nth-child(1) {
  rotate: 45deg;
}
.popup3__close span:nth-child(2) {
  rotate: -45deg;
}
.popup3__overlay {
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.popup3__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) {
  .popup3__inner {
    padding: 30px 20px;
  }
}
.popup3 .swiper-button-prev3 {
  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) {
  .popup3 .swiper-button-prev3 {
    width: 45px;
    translate: -40% -50%;
  }
}
.popup3 .swiper-button-prev3.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.popup3 .swiper-button-prev3 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%);
}
@media (hover) {
  .popup3 .swiper-button-prev3:hover {
    scale: 1.2;
  }
  .popup3 .swiper-button-prev3:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .popup3 .swiper-button-prev3:hover span {
    width: 200px;
    height: 200px;
  }
}
.popup3 .swiper-button-prev3::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) {
  .popup3 .swiper-button-prev3::before {
    width: 10px;
    height: 10px;
  }
}
.popup3 .swiper-button-prev3::after {
  display: none;
}
.popup3 .swiper-button-next3 {
  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) {
  .popup3 .swiper-button-next3 {
    width: 45px;
    translate: 40% -50%;
  }
}
.popup3 .swiper-button-next3.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.popup3 .swiper-button-next3 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%);
}
@media (hover) {
  .popup3 .swiper-button-next3:hover {
    scale: 1.2;
  }
  .popup3 .swiper-button-next3:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .popup3 .swiper-button-next3:hover span {
    width: 200px;
    height: 200px;
  }
}
.popup3 .swiper-button-next3::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) {
  .popup3 .swiper-button-next3::before {
    width: 10px;
    height: 10px;
  }
}
.popup3 .swiper-button-next3::after {
  display: none;
}
.popup3 .swiper3 {
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
}
.popup3 .swiper3 .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.popup3 .swiper3 .swiper-slide {
  width: 100%;
  font-size: 32px;
  height: 100%;
}
.popup3 .swiper3 .slide-inner {
  overscroll-behavior: contain;
  max-width: 860px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .popup3 .swiper3 .slide-inner::-webkit-scrollbar {
    display: none;
  }
}
.popup3 .swiper3 .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) {
  .popup3 .swiper3 .slide-inner .person {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.popup3 .swiper3 .slide-inner .person i {
  margin-right: 30px;
  font-style: normal;
}
.popup3 .swiper3 .slide-inner .person span {
  display: inline-block;
  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) {
  .popup3 .swiper3 .slide-inner .person span {
    display: block;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }
}
.popup3 .swiper3 .slide-inner .cred {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #666666;
  font-weight: normal;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner .cred {
    margin-top: -35px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.popup3 .swiper3 .slide-inner .info-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner .info-wrap {
    flex-direction: column;
  }
}
.popup3 .swiper3 .slide-inner .info-wrap .info-left {
  height: auto;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/370;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner .info-wrap .info-left {
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.popup3 .swiper3 .slide-inner .info-wrap .info-left img {
  width: 100%;
  object-fit: cover;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details {
    gap: 15px;
  }
}
.popup3 .swiper3 .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) {
  .popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details .info-detail dt {
    margin-bottom: 5px;
  }
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details .info-detail dd {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details .info-detail dd {
    padding-right: 0;
  }
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-details .info-detail dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-annotation {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-session-title {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-session-schedule {
  display: flex;
  align-items: center;
  gap: 30px;
}
.popup3 .swiper3 .slide-inner .info-wrap .info-right .info-session-schedule .day {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
}
.popup3 .swiper3 .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;
}
.popup3 .swiper3 .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: 50px;
  line-height: 1.25;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
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 .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);
}

.dls {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dls {
    margin-bottom: 30px;
  }
}
.dls .dls-wrapper {
  max-width: 100% !important;
  gap: 80px !important;
}
.dls .dls-wrapper dl:not(:last-child) {
  margin-bottom: 20px;
}
.dls .dls-wrapper dl dd {
  position: relative;
}
.dls .dls-wrapper dl dd.pa30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .dls .dls-wrapper dl dd.pa30 {
    padding-bottom: 20px;
  }
}
.dls .dls-wrapper dl dd .link_txt {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .dls .dls-wrapper dl dd .link_txt {
    font-size: 12px;
  }
}
.dls .dls-wrapper dl dd .link {
  color: #fff;
  position: absolute;
  padding-right: 20px;
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dls .dls-wrapper dl dd .link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dls .dls-wrapper dl dd .link {
    bottom: 8px;
    left: 0;
  }
}
@media (hover) {
  .dls .dls-wrapper dl dd .link:hover {
    text-decoration: none !important;
  }
  .dls .dls-wrapper dl dd .link:hover::before {
    scale: 0 1;
  }
}
.dls .dls-wrapper dl dd .link::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.dls .dls-wrapper dl dd .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/2025/index/img/blank.png) no-repeat;
  background-size: contain;
}
.dls .dls-wrapper dl dd .link.hidden {
  opacity: 0.5;
  pointer-events: none;
}

.timetable {
  width: 100% !important;
  max-width: 1100px !important;
}
@media screen and (max-width: 768px) {
  .timetable {
    max-width: 660px !important;
  }
}
.timetable img {
  max-width: 100%;
}

.table-wrap {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .table-wrap {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

dl.space-timetable {
  gap: 0 !important;
}
dl.space-timetable dt {
  text-align: center;
  font-size: 30px !important;
}
@media screen and (max-width: 768px) {
  dl.space-timetable dt {
    font-size: 24px !important;
  }
}
dl.space-timetable dd h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  dl.space-timetable dd h3 {
    font-size: 24px;
  }
}
dl.space-timetable dd table.table-meetup {
  width: 100%;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  dl.space-timetable dd table.table-meetup {
    width: 750px;
  }
}
dl.space-timetable dd table.table-meetup th {
  padding: 15px;
  background-color: #323232;
  font-family: var(--rubik);
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #3c3c3c;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #eef3f8;
}
@media screen and (max-width: 1220px) {
  dl.space-timetable dd table.table-meetup th {
    font-size: clamp(0.938rem, 0.44rem + 1.04vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  dl.space-timetable dd table.table-meetup th {
    padding: 0;
    font-size: 15px;
    position: sticky;
    top: 0;
    left: -1px;
    width: 30px !important;
    border: none;
  }
  dl.space-timetable dd table.table-meetup th.sticky {
    white-space: normal;
    z-index: 1;
  }
  dl.space-timetable dd table.table-meetup th.sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #323232;
    border-bottom: 1px solid #3c3c3c;
    background: #323232;
    z-index: -1;
  }
  dl.space-timetable dd table.table-meetup th.sticky:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #323232;
    border-bottom: 1px solid #3c3c3c;
    background: #323232;
    z-index: -1;
  }
}
dl.space-timetable dd table.table-meetup td {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: calc((100% - 100px) / 6);
  background-color: #fff;
  height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  dl.space-timetable dd table.table-meetup td {
    width: 100px;
  }
}
dl.space-timetable dd table.table-meetup td .logo {
  text-align: center;
}
dl.space-timetable dd table.table-meetup td[rowspan="2"] {
  position: relative;
}
dl.space-timetable dd table.table-meetup td[rowspan="2"] a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  align-items: center;
}
dl.space-timetable dd table.table-meetup td a {
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
@media (hover) {
  dl.space-timetable dd table.table-meetup td a:hover {
    opacity: 0.6;
  }
}
dl.space-timetable dd table.table-meetup td a img {
  vertical-align: middle;
}
dl.space-timetable dd table.table-meetup tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

dl.mini-stage-timetable dt {
  text-align: center;
  font-size: 30px !important;
}
@media screen and (max-width: 768px) {
  dl.mini-stage-timetable dt {
    font-size: 24px !important;
  }
}

html body .main .content__wrapper__inner .main-content .dls-wrapper {
  width: 100%;
  margin: 0;
}

.img-1 {
  width: 100%;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .img-1 {
    margin-bottom: 70px;
  }
}

.fig-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .fig-text {
    font-size: 14px;
  }
}

.area-flex {
  display: flex;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .area-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.area-flex-left {
  width: 100%;
  max-width: 360px;
}
.area-flex-right {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .area-flex-right {
    max-width: 100%;
  }
}
.area-flex-right .right-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.area-flex-right .right-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-text {
    font-size: 14px;
  }
}
.area-flex-right .right-anchors {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.area-flex-right .right-anchors::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.area-flex-right .right-soon {
  padding: 0.1em 1em;
  color: #000;
  font-weight: 700;
  background: #ccc;
  width: fit-content;
  margin-top: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-soon {
    font-size: 14px;
  }
}
.area-flex-right .right-dls {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-dls {
    margin-top: 10px;
  }
}
.area-flex-right .right-dls .right-dl {
  display: flex;
}
.area-flex-right .right-dls .right-dl .right-dt {
  font-weight: bold;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-dls .right-dl .right-dt {
    min-width: 100px;
  }
}
.area-flex-right .right-dls .right-dl .right-dt.en {
  min-width: 140px;
}
@media screen and (max-width: 768px) {
  .area-flex-right .right-dls .right-dl .right-dt.en {
    min-width: 120px;
  }
}
.guideline {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .guideline {
    margin-top: 60px;
  }
}
.guideline__text {
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .guideline__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.guideline__main-flex {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guideline__main-flex {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.guideline__main-flex dl {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .guideline__main-flex dl {
    padding: 15px 0;
    gap: 10px;
  }
}
.guideline__main-flex dl:last-child {
  border-bottom: solid 1px #fff;
}
.guideline__main-flex dl dt {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .guideline__main-flex dl dt {
    font-size: 18px;
  }
}
.guideline__main-flex dl dd {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .guideline__main-flex dl dd {
    font-size: 14px;
  }
}
.guideline__main-left {
  width: 100%;
  max-width: 600px;
}
.guideline__main-left iframe {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  aspect-ratio: 5/3 !important;
  height: auto !important;
  width: 100% !important;
}
.guideline__main-right {
  width: 100%;
  max-width: 440px;
}
.guideline__sub-title {
  margin: 0 auto;
  width: fit-content;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guideline__sub-title {
    padding-bottom: 15px;
    font-size: 24px;
  }
}
.guideline__sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  height: 6px;
  width: 50px;
  background: #e60012;
}
@media screen and (max-width: 768px) {
  .guideline__sub-title::after {
    height: 4px;
  }
}
.guideline__platforms {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guideline__platforms {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.guideline__platform iframe {
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 26/17 !important;
}
.guideline__platform .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .guideline__platform .txt {
    font-size: 16px;
  }
}
.guideline__platform a {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .guideline__platform a {
    font-size: 14px;
  }
}
@media (hover) {
  .guideline__platform a:hover {
    border-bottom: none;
  }
}

.timetable {
  overflow-x: auto;
}
.timetable__inner {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .timetable__inner {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .timetable__inner_other {
    width: 100%;
  }
}
.timetable__title {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .timetable__title {
    height: 46px;
  }
}
.timetable__title span {
  display: block;
  text-align: center;
}
.timetable__title:not(.date) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.timetable__title.date span {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .timetable__title.date span {
    font-size: 14px;
  }
}
.timetable__title.date span span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .timetable__title.date span span {
    font-size: 20px;
  }
}
.timetable__title.line {
  background: url(/2025/vc-investor-pavilion/index/img/line-bg.gif) repeat-x #111111;
}
.timetable__title.line span {
  background: #fff;
  height: 38px;
  width: 160px;
  padding: 0.25em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .timetable__title.line span {
    height: 24px;
    font-size: 16px;
    width: 140px;
  }
}
.timetable__contents {
  display: grid;
  place-content: center;
}
.timetable__contents.col3 {
  grid-template-columns: 60px 208px 208px 208px;
}
.timetable__contents.col2 {
  grid-template-columns: 60px 520px 520px;
}
@media screen and (max-width: 1100px) {
  .timetable__contents.col2 {
    grid-template-columns: 60px 300px 300px;
  }
}
.timetable__container.time {
  margin-top: 30px;
}
.timetable__container:not(.time) {
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  .timetable__container:not(.time) {
    padding-top: 76px;
  }
}
.timetable__content {
  position: relative;
  height: auto;
}
.timetable__content:nth-child(odd) {
  background: #bfbfbf;
}
.timetable__content:nth-child(even) {
  background: #d9d9d9;
}
.timetable__content.time {
  background: #111111;
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
}
.timetable__frame {
  position: relative;
  width: 100%;
  height: 170px;
  padding: 0 10px;
}
.timetable__frame.scale-down {
  height: 30px;
}
.timetable__frame.short {
  height: 75px;
}
.timetable__frame:not(.time):nth-child(odd)::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #a6a6a6;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable__frame:not(.time):nth-child(even)::after {
  content: "";
  height: 1px;
  width: 100%;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #a6a6a6 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable__time {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  right: 10px;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .timetable__time {
    font-size: 14px;
    right: 5px;
  }
}
.timetable__contents_other {
  display: grid;
  grid-template-columns: 60px 300px 300px 300px;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .timetable__contents_other {
    grid-template-columns: 50px 280px 280px 280px;
    place-content: inherit;
  }
}
.timetable__contents_other .timetable__frame {
  height: 220px;
}

.time-item {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.time-item .welcome {
  border-radius: 10px !important;
}
.time-item__top {
  border-radius: 10px 10px 0 0;
  padding: 10px 15px 10px;
  color: #fff;
  background: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .time-item__top {
    padding: 10px;
  }
}
.time-item__top::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .time-item__top::after {
    width: 36px;
  }
}
.time-item__place {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 10;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .time-item__place {
    font-size: 10px;
  }
}
.time-item__time {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .time-item__time {
    font-size: 13px;
  }
}
.time-item__title {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .time-item__title {
    font-size: 12px;
  }
}
.time-item__bottom {
  padding: 0 15px 10px;
  border-radius: 0 0 10px 10px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .time-item__bottom {
    padding: 0 10px 10px;
  }
}
.time-item__bottom.coming-soon {
  position: relative;
}
.time-item__bottom.coming-soon:after {
  content: "COMING \aSOON";
  position: absolute;
  letter-spacing: -0.03em;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  text-align: center;
  white-space: pre;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 40px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.time-item__participant {
  border-bottom: solid 1px #e60012;
  padding: 6px 0;
}
.time-item__name {
  color: #000;
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.time-item__text {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #555555;
}

.popup .info-detail dd a {
  color: #666;
  text-decoration: underline;
}

.speaker {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .speaker {
    margin: 0;
    margin-top: 10px;
  }
}
.speaker__first {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .speaker__first {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.speaker .links {
  margin-bottom: 160px;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 20;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .speaker .links {
    margin-bottom: 80px;
  }
}
.speaker .links .link {
  gap: 8px;
  margin: 0;
  width: auto;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .speaker .links .link {
    padding: 0 15px 0 25px;
  }
}
.speaker .links .link b {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .speaker .links .link b {
    font-size: 16px;
  }
}
.speaker .links .link::after {
  content: "";
  width: 14px;
  height: auto;
  aspect-ratio: 14/8;
  -webkit-mask-image: url(/2024/speakers/index/img/anker.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/2024/speakers/index/img/anker.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: all 0.3s;
}
@media (hover) {
  .speaker .links .link:hover::after {
    background-color: #000;
  }
}
.speaker__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.563rem, -6.389rem + 16.57vw, 5rem);
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .speaker__list {
    justify-content: flex-start;
    gap: 45px 26px;
  }
}
.speaker__list.last-left {
  justify-content: flex-start;
}
.speaker__item {
  position: relative;
  width: 27%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .speaker__item {
    width: 46%;
  }
}
@media (hover) {
  .speaker__item:has(> a):hover::after {
    rotate: -10deg;
  }
  .speaker__item:has(> a):hover .speaker__img {
    scale: 1.05;
  }
}
.speaker__item::after {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: -1;
  width: 120%;
  transition: all 0.3s;
  height: auto;
  aspect-ratio: 509/484;
  content: "";
  background: url(/2024/speakers/index/img/speaker-bg.png) no-repeat;
  background-size: cover;
  translate: -50% 0;
}
@media screen and (max-width: 1100px) {
  .speaker__item::after {
    width: 112%;
  }
}
.speaker__item-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.speaker__img {
  width: 73%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 10px;
  overflow: hidden;
  background: #ccc;
  border-radius: 9999px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .speaker__img {
    width: 95%;
  }
}
.speaker__img img {
  object-fit: cover;
  height: 100%;
}
.speaker__name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  background: #e60012;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .speaker__name {
    height: auto;
    padding: 5px 10px;
    font-size: 16px;
  }
}
.speaker__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .speaker__text {
    font-size: 14px;
  }
}
.speaker__text-devide {
  display: block;
}
.speaker__text-devide:not(:last-child) {
  margin-bottom: 10px;
}

.alpha {
  position: absolute;
  display: block;
  white-space: nowrap;
  top: 25px;
  left: calc(100% + 30px);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.img-list--wrapper {
  background: #fff;
  padding-bottom: 50px;
}

.img-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1000px) {
  .img-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .img-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.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;
}
.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) {
  .img-list .img-list--item a {
    padding: 0 16px;
  }
}
@media (hover) {
  .img-list .img-list--item a:hover img {
    scale: 1.1;
  }
}
.img-list .img-list--item a img {
  display: block;
  width: 100%;
  height: 70%;
  object-fit: contain;
  transition: all var(--transition);
}

.img-list--soon {
  padding: 2em 1em;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 50px;
  text-align: center;
  background: #ccc;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .img-list--soon {
    font-size: 18px;
    max-width: 250px;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}

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