* {
  box-sizing: border-box;
  scroll-margin-top: 100px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 768px) {
	.visible-sp {
		display: none !important;
	}
}

/*1200以上非表示)*/
@media screen and (min-width: 1200px) {
	.visible-1200 {
		display: none !important;
	}
}

.main {
  width: 100%;
  height: auto;
  background-color: #15003d;
  overflow: hidden;
  position: relative;
}
.navigation {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100px;
  z-index: 200;
}
.navigation > .up {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.navigation > .share {
  position: fixed;
  right: 10px;
  bottom: 50%;
  transform: translate(0, 50%);
}
.navigation > .day1-day2 {
  position: fixed;
  left: 8px;
  bottom: 50%;
  transform: translate(0, 50%);
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .navigation > .up {
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .navigation > .share {
    left: 10px;
    right: auto;
    bottom: 25%;
    transform: translate(0, 50%);
  }
  .navigation > .day1-day2 {
    display: none;
  }
}
.navigation > .share > div {
  margin-bottom: 16px;
}
.navigation > .share > .label {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.navigation > .button {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 133px;
  height: 133px;
}
@media (max-width: 767px) {
  .navigation > .button {
    width: 250px;
    height: 80px;
  }
}
.navigation > .button > .sp {
  display: none;
}
@media (max-width: 767px) {
  .navigation > .button > .pc {
    display: none;
  }
  .navigation > .button > .sp {
    display: block;
  }
}
.day {
  display: flex;
  margin: auto 10px auto 20px;
}
@media (max-width: 767px) {
  .day {
    /*width: 260px;*/
    margin: auto 0;
  }
}
.day > div {
  margin: auto 0;
  display: flex;
  align-items: center
}
.day > div > .label {
  color: rgba(43, 44, 77, 1);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: auto 8px auto 0;
}
.date {
  padding: 0 4px 0 0;
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap
}
@media (max-width: 767px) {
  .date {
    font-size: 15px;
  }

  .day > div > .label {
    font-size: 16px;
  }
}
.date-week {
  margin: auto 0 auto 4px;
  white-space: nowrap;
}
.date-decoration-left {
  padding: 0 4px 0 0;
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 32px;
}
.date-decoration-right {
  padding: 0 0 0 4px;
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 32px;
}
@media (max-width: 767px) {
  .date-decoration-left,
  .date-decoration-right {
    font-size: 13px;
  }
}
.week {
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: Bold;
  font-size: 28px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .week {
    font-size: 11px;
  }
}
.date-hyphen {
  padding: 0 8px;
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: Bold;
  font-size: 40px;
}
@media (max-width: 767px) {
  .date-hyphen {
    font-size: 15px;
    padding: 0 4px;
  }
}
.times {
  margin: auto 5px auto 5px;
}
.times > .time {
  color: rgba(43, 44, 77, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 767px) {
  .times > .time {
    font-size: 14px;
  }
}
.hidden {
  display: none;
}


.scroll-logos {
  width: 100vw;
  height: 90px;
  background: rgba(255,255,255,1);
  position: inherit;
  z-index: 100;
}

.ml-16 {
  margin-left: 16px
}

.mr-16 {
  margin-right: 16px
}

.profile-icon {
  position: relative;
  /* top: -30px; */
}

/* FOOTER CTA */
/* 1200px 以上は常に非表示 */
.ft__cta {
  display: none;
}

@media (max-width: 1199px) {
  /* デフォルト非表示 ／ JS が .is-visible を付与したときだけ表示 */
  .ft__cta {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    text-align: center;
    box-shadow: 0px -3px 10px 4px rgba(212, 201, 187, 0.4);
    z-index: 300;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .ft__cta.is-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .ft__cta p {
    margin: 0;
  }
  .ft__cta p a img {
    max-width: 320px;
    height: auto;
    filter: drop-shadow(0px 4px 2px rgba(139, 115, 85, 0.5));
  }
}
@media (max-width: 380px) {
  .ft__cta p a img {
    width: 100%;
  }
}

/* DAY1 */
.profile-icon > .img {
  background: url("../images/profile/profile_default.png") no-repeat top center;
  background-size: auto;
  /*height: 329px;*/
}
.profile-icon > .profile-hiramatsu {
  background: url("../images/profile/profile_hiramatsu.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-kaneko {
  background: url("../images/profile/profile_kaneko.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-taima {
  background: url("../images/profile/profile_taima.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-taima {
  background: url("../images/profile/profile_taima.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-ogawa {
  background: url("../images/profile/profile_ogawa.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-principle {
  background: url("../images/profile/profile_principle.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-maekawa {
  background: url("../images/profile/profile_maekawa.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-uchida {
  background: url("../images/profile/profile_uchida.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-tada {
  background: url("../images/profile/profile_tada.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-satomura {
  background: url("../images/profile/profile_satomura.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-tsukuda {
  background: url("../images/profile/profile_tsukuda.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-maezawa {
  background: url("../images/profile/profile_maezawa.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-yoshida {
  background: url("../images/profile/profile_yoshida.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-shiozaki {
  background: url("../images/profile/profile_shiozaki.png") no-repeat top center;
  background-size: 250px;
}
.profile-icon > .profile-satou {
  background: url("../images/profile/profile_satou.png") no-repeat top center;
  background-size: 250px;
}


.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line2-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 0 10px;
}
.profile-more {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.profile-more > div {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.profile-more::after {
  content: "▼";
  font-size: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.profile-more.is-open::after {
  transform: rotate(180deg);
}
.profile-lead {
  font-size: 18px;
}
.name {
  color: #fff;
}
.break-time {
  margin: 8px 8px 8px 100px;
  height: 52px;
  display: flex;
}
@media (max-width: 767px) {
  .break-time {
    margin: 8px 8px 8px 80px;
  }
  .profile-lead {
    font-size: 14px;
  }
}
.break-time > .label {
  color: rgba(43, 44, 77, 1);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: Bold;
  font-size: 32px;
  text-align: center;
}

.application {
  max-width: 100vw;
  background: rgba(255,255,255,1);
  padding: 64px 0;
  text-align: center;
  position: inherit;
  z-index: 100;
}
.application-form {
  max-width: 1036px;
  text-align: center;
  margin: auto;
  padding: 0 180px;
}
.application-form > .end {
  font-size: 26px;
}
@media (max-width: 1036px) {
  .application-form {
    padding: 0 20px;
  }
}
.application-entry {
  color: rgba(4,21,41,1);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: Bold;
  font-size: 30px;
  text-align: center;
}
.line {
  margin: 0 1rem;
  width: 1px;
  background-color: #fff;
}
/* header PC */
.header {
  background-color: #030303;;
  display: flex;
  height: 80px;
  padding: 16px 103px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
}
.header > .logo {
  width: 100%;
}
.header > .logo > div {
  display: flex;
  width: auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
/* ロゴ画像（アンカー内・直置き共通）のレスポンシブサイズ */
.header > .logo > div > img {
  height: 34px;
  width: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header > .logo > div > img {
    height: 28px;
  }
  .header > .logo > div a img {
    height: 18px;
  }
  .header > .logo > div {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .header > .logo > div > img {
    height: 20px;
  }
  .header > .logo > div a img {
    height: 15px;
  }
  .header > .logo > div {
    gap: 10px;
  }
}
.toggle {
  transform: translateY( 0 );
  opacity: 1!important;
}
@media (max-width:  767px) {
  .header {
    display: flex;
    height: 48px;
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }
}

/* main visual */
.container {
  z-index: 100;
  width: 100vw;
  overflow: hidden;
  position: inherit;
}
.area {
  width: 100%;
  height: 474px;
  background-color: rgba(1,0,64,0.2);
}
.main-title {
  width: 100vw;
  padding: 0 8px;
}
.title {
  justify-content: center;
  display: flex;
  transform: translate(-50%, -50%);
  flex-direction: column;
  position: absolute;
  top: 280px;
  left: 50%;
  width: 100%;
}
.title-logo {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  animation: fade-in 3s 500ms forwards;
}
.title-logo > .title-logo-image {
  margin: auto;
  max-width: 920px;
  width: 100%;
  height: 570px;
  background-image: url("../images/title_logo.png");
  background-repeat: no-repeat;
  background-position: center;
}
.title-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: blur 3s;
}
@media (max-width: 767px) {
  .title {
    top: 20%;
    margin-top: 100px;
  }
  .area {
    height: 430px;
  }
  .title-logo {
    margin-top: 130px;
    height: 380px;
  }
  .title-logo > .title-logo-image {
    margin: 0 20px;
    background-image: url("../images/title_logo_sp.png");
    background-size: contain;
    background-position: center;
    max-height: 400px;
  }
  .title-logo > .speaker01,
  .title-logo > .speaker02 {
    display: none;
  }
}

/* main visual / entry */
@media (max-width: 767px) {
  .entry {
    width: auto;
    padding-top: 0;
  }
}
.main-title > * > .entry {
  display: flex;
  margin-top: 0;
  padding: 52px 180px 48px 180px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.60) 100%), #41464D;
  z-index: 10;
}
.main-title > * > .entry > .present {
  color:  #FFF;
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.main-title > * > .entry > .button {
  display: flex;
  width: 344px;
  height: 84px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(54deg, #ADBBED 16.18%, #E79F33 56.99%, #FE7653 89.84%);
  cursor: pointer;
}
.main-title > * > .entry > .button > a {
  display: block;
  height: 100%;

}
.main-title > * >.entry > .button > a > span {
  color: rgba(255,255,255,1);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
}
@media (max-width: 767px) {
  .main-title > * > .entry {
    display: flex;
    padding: 52px 32px 48px 32px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .main-title > * >.entry > .button > a > span {
    font-size: 30px;
  }
}

/* About / theme / outline / programs / sponsor */
.about {
  display: flex;
  justify-content: center;
  padding: 72px 100px 60px 100px;
  gap: 40px;
  position: relative;
  background: #15003d;
  width: 100vw;
  position: relative;
}
.about h2 {
  font-size: 24px;
  color: #fff;
}
.theme,
.outline,
.programs,
.sponsor {
  display: flex;
  justify-content: center;
  padding: 72px 100px 60px 100px;
  gap: 40px;
  position: relative;
  background: linear-gradient(
    to right,
    rgba(40, 6, 49, 0.8) 0%,
    rgba(40, 6, 49, 0.8) 18%,
    rgba(40, 6, 49, 0.8) 93%
  );
  width: 100vw;
  position: relative;
}
.section > .section-body {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.about > .section,
.theme > .section,
.outline > .section,
.programs > .section,
.sponsor > .section  {
  width: 100%;
  max-width: 976px;
}
/* .about > .section > .headline,
.theme > .section > .headline,
.programs > .section > .headline,
.sponsor > .section > .headline {
  margin: 0 0 20px;
} */
.section-entry {
  width: 100vw;
  display: flex;
  padding: 52px 180px 48px 180px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 200;
  position: relative;
  background: rgba(255,255,255,0.8);
  /* backdrop-filter: blur(20px); */
}
.section-entry > .present {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #c22f22;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.8px;
}

.section-entry > .button {
  display: flex;
  width: 344px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-entry > .button > a {
  display: block;
  height: 100%;
}
.section-entry > .button > a > span {
  color: rgba(255,255,255,1);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .section-entry > .button {
    width: 320px;
  }
  .section-entry > .button img {
    width: 100%;
  }
}
.background {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.60) 100%), #41464D;
}

.about p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .about p {
    font-size: 16px;
  }
}

.theme-day {
  margin-top: 30px;
}

.programs > .section > .section-body > .theme-day > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.programs > .section > .section-body > .theme-day > div  > .theme-day-title {
  margin-bottom: 0;
  padding-right: 8px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
}
.programs > .section > .section-body > .theme-day > div  > .theme-day-label {
  color: #FFF;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
  background: #0050EB;
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .about,
  .theme,
  .outline,
  .programs,
  .sponsor {
    padding: 72px 32px 60px 32px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .section-entry {
    padding: 52px 32px 48px 32px;
  }
  .section-entry > .present {
    flex-direction: column;
    font-size: 24px;
  }
  .programs > .section > .section-body > .theme-day {
    align-items: normal;
  }
  .programs > .section > .section-body > .theme-day > div {
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .programs > .section > .section-body > .theme-day > div  > .theme-day-label {
    text-align: initial;
  }
  .programs > .section > .section-body > .theme-day > div  > .theme-day-title {
    margin-bottom: 4px;
    padding-left: 4px;
    font-size: 24px;
    margin-top: 30px;
  }
}

/* timeline */
.section > .section-body > .theme-day {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 20px;
}
.section > .section-body > .theme-day  > .theme-day-title {
  margin-bottom: 0;
  padding-right: 8px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
}
.section > .section-body > .theme-day  > .theme-day-label {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .section > .section-body > .theme-day  > .theme-day-title {
    font-size: 24px;
  }
}

/* timeline / keynote */
.keynote {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  background-color: #fff;
  backdrop-filter: blur(20px);
  /* margin-bottom: 20px; */
}
.keynote .keynote-time {
  color: #0065BC;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.keynote .keynote-label {
  color: #030303;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
}
.keynote > .keynote-title {
  color: #030303;
  font-family: "Noto Sans JP", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
}
.theme .keynote-title {
  font-size: 22px;
}
.keynote > .keynote-company {
  color: #030303;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
}
@media (max-width: 767px) {
  .keynote > .keynote-title {
    font-size: 20px;
  }
  .section > .section-body > .theme-day {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

/* timeline/ theme day1*/
.theme-day1,
.theme-day2 {
  /* margin-top: 20px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.session-no {
  margin: 8px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  background: #4580F4;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap
}

.theme * .program-times {
  color:  #0065BC;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.theme * .program-companies {
  color: #030303;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  margin-top: 8px;
}
.session-title > span {
  color: #030303;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4%;
}
.theme > .section * ul > li > a {
  display: flex;
  /* padding-bottom: 16px; */
}
.theme > .section > * > .theme-day1 > ul,
.theme > .section > * > .theme-day2 > ul {
  padding: 0 0 0px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.theme > .section > * > .theme-day1 > ul > li,
.theme > .section > * > .theme-day2 > ul > li {
  background-color: #fff;
  width: calc((100% - 10px)/2);
  padding: 24px;
  border-radius: 12px;
}
.theme > .section > * > .theme-day1 > ul > li.height-space,
.theme > .section > * > .theme-day2 > ul > li.height-space {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .theme > .section > * > .theme-day1 > ul,
  .theme > .section > * > .theme-day2 > ul {
    flex-direction: column;
    padding-bottom: 0;
  }

  .theme > .section > * > .theme-day1 > ul > li,
  .theme > .section > * > .theme-day2 > ul > li {
    width: 100%;
    /* margin-bottom: 20px; */
  }
  .theme > .section > * > .theme-day1 > ul > li.height-space,
  .theme > .section > * > .theme-day2 > ul > li.height-space {
    margin-bottom: 20px;
  }
}

/* program */
.main-program > div > .day-section {
  height: 78px;
  background: linear-gradient(90deg, rgba(253, 87, 90, 1), rgba(189, 94, 162, 1), rgba(107, 102, 255, 1), rgba(255, 133, 167, 1), rgba(141, 82, 253, 1));
  padding: 20px 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  text-align: center;
}
.main-program > div > .day-section > span {
  width: 80px;
  color: rgba(217,217,217,1);
  font-family: 'Roboto', serif;
  font-weight: Bold;
  font-size: 32px;
  text-align: center;
}
.main-program > .entry {
  margin: 80px 0;
  width: 100%;
}
.main-program > .day2 {
  padding-top: 50px;
}
.agenda {
  width: 100%;
}
.program-times {
  color: #fff;
  font-family: "Noto Sans CJK JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;

}
.program {
  margin: 20px 0 0;
}
.program > .session {
  margin: 10px 4px 40px;
}
.program > .session-keynote {
  /* background-color: #fff; */
  border: none;
}
.program-keynote-label {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
}
.program > * .session-title > span {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}
.program > * .long-title > span {
  font-size: 28px;
}
/* .users {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
} */
.user {
  flex: 1 1 calc((100% - 10px) / 2);
  padding: 32px 49px;
  margin-top: 16px;
  background: #fff;
  border-radius: 12px;
  display: block; /* PC でも縦並び（1カラム）*/
}
.profile {
  position: relative;
  width: 100%; /* 縦並び化に伴い 170% → 100% */
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.profile video {
  width: 100%;
}
.profile-name-and-company {
  width: 100%;
  /*margin-top: -65px;*/
  /* position: absolute;
  top: 26px; */
}
.profile-name > span {
  color: #2E2E2E;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.profile-company {
  margin-top: 6px;
}
.profile-company > span {
  color: #2E2E2E;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-position > span {
  color: #2E2E2E;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-text {
  margin-top: 8px;
}
.profile-text > span {
  overflow: hidden;
  color: #150858;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.program-closing,
.program-opening {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.program-closing > .program-times,
.program-opening > .program-times {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.program-closing > .closing-title,
.program-opening > .opening-title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .users {
    flex-direction: column;
    margin-top: 20px;
  }
  .user {
    width: 100%;
    margin-top: 0;
  }
  .program > * .session-title > span {
    font-size: 20px;
  }
  .program > .session {
    /* padding: 20px 12px 0 12px; */
    margin-bottom: 20px;
  }
  .profile {
    margin: 0 0 10px;
  }
  .profile-position > span {
    font-size: 14px;
  }
  .profile-text > span {
    font-size: 14px;
  }
}
/* sponsor */
.sponsor {
  background: #41464D;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
}
.sponsor-contents {
  display: flex;
  gap: 76px;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
}
.sponsor-contents > .sponsor-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  letter-spacing: 0.64px;
}
.sponsor-contents > .sponsor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.sponsor-contents > .sponsor-contents-logo {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  align-items: flex-start;
  border-radius: 12px;
  background: #FFF;
}

/* outline */
.outline {
  background: linear-gradient(
    45deg,
    #280631 1%,
    #280631 18%,
    #280631 78%,
    #280631 95%
  );
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  padding: 64px 0 76px 0;
}
.outline-contents {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
}
.outline-item {
  display: flex;
  /* width: 50%; */
}

@media (max-width: 767px) {
  .outline {
    font-size: 18px;
  }
  .outline-contents {
    flex-direction: column;
    gap: 24px;
  }
  .outline-item {
    width: 100%;
  }
  .outline {
    padding: 72px 32px 60px 32px;
  }
  .outline-item > .time {
    padding: 0 16px 0 0;
  }
  .outline-item > .place {
    padding: 0 10px 0 0;
  }
}

.application {
  position: relative;
  padding: 72px 100px 60px 100px;
}

@media (max-width: 767px) {
  .application{
    padding: 130px 10px 59px 10px;
  }
}

.application-form iframe {
  min-height: 1200px;
  width: 100%;
  border: none;
  margin-top: 60px;
}

.privacy {
  margin: 60px auto 0;
  padding-top: 30px;
  width: 80%;
  text-align: left;
  border-top: 1px solid #d2d2d2;
}

/* ==========================================================================
 *追加スタイル
 * ========================================================================== */
.header {
  padding: 10px 2%;
}
.session-description {
  padding-left: 0; /* 縦並び化に伴い 5% → 0 */
  width: 100%;     /* 縦並び化に伴い 330% → 100% */
}
.profile-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #150858;
}
.profile-list {
  font-size: 18px;
  padding-left: 0;
  margin: 5px 0 15px;
}
.profile-list-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}
.profile-ttl-sub {
    padding: .2em .7em;
    border-left: 5px solid #c22f22;
}
.session-description {
  width: 100%;
}
.profile-logo {
  text-align: center;
}
/* .profile-lead : デフォルト非表示 → .profile-list-more クリックで展開 */
.profile-lead {
  display: none;
  margin: 8px 0 12px;
}
/* .line3-clamp : デフォルト非表示 → .profile-more クリックで展開 */
.line3-clamp {
  display: none;
  overflow: hidden;
  color: #2E2E2E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
/* profile-list-area 内「もっと見る」ボタン */
.profile-list-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin: 4px 0 0;
  padding: 0;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}
.profile-list-more::after {
  content: "▼";
  font-size: 10px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.profile-list-more.is-open::after {
  transform: rotate(180deg);
}
.label {
  width: 115px;
}
.outline {
  padding: 64px 13%;
}
@media (max-width: 767px) {
  .user {
    display: block;
    padding: 30px 5%;
  }
  .profile {
    width: 100%;
    flex-direction: column-reverse;
  }
  .profile-list {
    font-size: 14px;
  }
  .profile-list-title {
    font-size: 14px;
  }
  .session-description {
    width: 100%;
  }
  .profile-ttl {
    font-size: 4vw;
  }
  .session-description {
    padding-left: 0;
  }
  .profile-name-and-company {
    margin-top: 0;
  }
  /*
  .profile-icon > .img {
    height: 260px;
  }*/
  .user + .user {
    margin-top: 40px;
  }
  #seo-keynote > div > div:nth-child(2) > div.profile > div.profile-name-and-company.aos-init.aos-animate > div.profile-logo > img {
    height: 65px;
    object-fit: cover;
  }
  #website-keynote > div > div:nth-child(2) > div.profile > div.profile-name-and-company.aos-init.aos-animate > div.profile-logo > img {
    height: 120px;
    width: 50% !important;
    object-fit: cover;
  }
  .outline {
    padding: 64px 5%;
  }
  .scroll-element img {
    max-width: 120px;
  }
}

/* ==========================================================================
 * 修正追加スタイル
 * ========================================================================== */

/* ① 動画・プレースホルダー画像を16:9に統一 */
.profile-name-and-company video,
.profile-name-and-company img {
  width: 100%;
  height: auto;
  display: block;
}

/* ラッパー側でアスペクト比を強制 */
.profile-name-and-company {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.profile-name-and-company video,
.profile-name-and-company img {
  width: 100%;
  height: 100%;        /* ← ラッパーの高さに合わせる */
  object-fit: cover;
  display: block;
}

/* ② AOS fade-up アニメーション（下から浮き出す動き）を無効化 */
[data-aos="fade-up"] {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
[data-aos="fade-up"].aos-animate {
  transform: none !important;
  opacity: 1 !important;
}

/* ③ ヘッダーナビゲーションリンク */
.header {
  justify-content: space-between;
}
.header > .logo {
  width: auto;
  flex-shrink: 0;
}
.header > .logo > div {
  justify-content: flex-start;
}
.header-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-shrink: 0;
}
.header-nav a {
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0.03em;
}
.header-nav a:hover {
  color: #9883FF;
  border-bottom-color: #9883FF;
}
@media (max-width: 767px) {
  .header-nav {
    gap: 10px;
  }
  .header-nav a {
    font-size: 11px;
  }
}

/* ④ 「学べること」エリアを人物紹介と統一：背景・ボーダー・文字色 */
.profile-list-area {
  color: #150858;
}
.profile-list-title {
  border-left: 5px solid #9883FF;
  color: #150858;
  padding: .2em .7em;
  font-weight: normal;
}
.profile-list {
  color: #150858;
}
.profile-list-more {
  color: #150858;
}
/* 人物紹介タイトル横の棒とテキストを #9883FF / #150858 に */
.profile-ttl-sub {
  border-left: 5px solid #9883FF;
  color: #150858;
}


.tokuten {
  width: 100%;
  position: relative;
}
.tokuten img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .tokuten a {
    pointer-events: none;
  }
}