* {
  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;
}
.main {
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,1);
  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: 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;
}

/* dummy */
.profile-icon > .img {
  background: url("../images/profile/profile_sample.png") no-repeat top right;
  background-size: 300px;
  height: 300px;
}

/* DAY1 */
.profile-icon > .profile-ryukyuasteeda_hayakawa {
  background: url("../images/profile/ryukyuasteeda_hayakawa.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-uzabase_inagaki {
  background: url("../images/profile/uzabase_inagaki.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-willgate_yoshioka {
  background: url("../images/profile/willgate_yoshioka.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-sokkin_homma {
  background: url("../images/profile/sokkin_homma.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-salesmarker_ogihara {
  background: url("../images/profile/salesmarker_ogihara.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-exe-partnerz_komasa {
  background: url("../images/profile/exe-partnerz_komasa.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-partnersuccess_nagata {
  background: url("../images/profile/partnersuccess_nagata.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-shakou_ota {
  background: url("../images/profile/shakou_ota.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-grtx_matsumoto {
  background: url("../images/profile/grtx_matsumoto.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-wacul_matsuo {
  background: url("../images/profile/wacul_matsuo.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-exidea_shioguchi {
  background: url("../images/profile/exidea_shioguchi.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-panhouse_tsuchido {
  background: url("../images/profile/panhouse_tsuchido.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-bell24_tsukasa {
  background: url("../images/profile/bell24_tsukasa.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-nttdata_yamada {
  background: url("../images/profile/nttdata_yamada.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-shikigaku_andou {
  background: url("../images/profile/shikigaku_andou.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-cerebrix_imai {
  background: url("../images/profile/cerebrix_imai.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-excite_okuma {
  background: url("../images/profile/excite_okuma.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-spool_youichi {
  background: url("../images/profile/spool_youichi.png") no-repeat top center;
  background-size: 300px; 
}


.profile-icon > .profile-libcon_oshima {
  background: url("../images/profile/libcon_oshima.png") no-repeat top center;
  background-size: 300px; 
}
.profile-icon > .profile-persol_kawamura {
  background: url("../images/profile/persol_kawamura.png") no-repeat top center;
  background-size: 300px; 
}



.profile-icon > .profile-rakus_ishikawa {
  background: url("../images/profile/rakus_ishikawa.png") no-repeat top center;
  background-size: 300px; 
}


.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;
}
.profile-more {
  margin-top: 8px;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.profile-more > div {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-right: 8px;
}
.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;
  }
}
.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: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 0 !important;
  box-sizing: border-box;
}

.application-form > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.application-form iframe {
  display: block;
  width: 100%;
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.fg-form-wrapper,
.fg-form-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1036px) {
  .application-form {
    margin: 0 auto;
    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: #000;
}
/* header PC */
.header {
  background-color: #030303;;
  display: flex;
  height: 80px;
  padding: 16px 103px 8px 103px;
  gap: 10px;

  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
}
.header > .logo > div {
  width: 254px;
}
.header > .menus-entry {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.header > .menus-entry > .sp {
  display: none!important;
}
.header > .menus-entry > .button {
  margin-left: 24px;
  display: flex;
  height: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 44px;
  background-image: url("../images/background-gradation.svg");
  background-size: cover;
  background-position: center;
}
.header > .menus-entry > .button > a {
  display: block;
  min-width: 230px;
  height: 100%;
  line-height: 32px;
  padding: 8px 24px;
  text-align: center;
}
.header > .menus-entry > .button > a > span {
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header > .menus-entry > .button {
    height: 84px;
    padding: 16px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: auto;
    margin-top: 20px;
    border-radius: 8px;
    border: none;
    background: none;
    max-width: 100%;
  }
  .header > .menus-entry > .button img {
    width: 100%;
  }
  .header > .menus-entry > .pc {
    display: none!important;
  }
  .header > .menus-entry > .sp {
    display: flex!important;
  }
  .header > .menus-entry > .button > a > span {
    font-size: 30px;
  }
}

.header > .menus-entry > .menus {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.header > .menus-entry > .menus > div {
  display: flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
}
.header > .menus-entry > .menus > div > a {
  font-family: Montserrat;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  /* font-weight: 800; */
  line-height: normal;
}
#hamburger {
  width: 46px;
  height: 34px;
  margin: auto 0;
  display: none;
}
.header > #hamburger > .menu-close {
  display: none;
  width: 36px;
  height: 34px;
  opacity: 0;
  position: relative;
  top: -30px;
}
.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;
  }
  #hamburger {
    display: block;
  }
  .header > .menus-entry {
    z-index: 200;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    flex-direction: row;
    background: rgba(3, 3, 3, .9);
    transition: all .2s ease-in-out;
    text-align: center;
    opacity: 0;
  }
  .header > #hamburger > .menu-close {
    display: block;
  }
  .header > .logo > div > a > img {
    width: 110px;
  }
  .header > .menus-entry > .menus  {
    flex-direction: column;
  }
  .header > .menus-entry > .entry {
    margin: 50px;
  }
}

/* Outer container */
.container {
  z-index: 100;
  width: 100vw;
  overflow: hidden;
  position: inherit;
}

/* Main visual area */
.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  padding-top: 80px;
  box-sizing: border-box;
}

/* Title block */
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Title logo wrapper */
.title-logo {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  animation: fade-in 3s 500ms forwards;
  padding: 0 40px;
}

/* Title logo image */
.title-logo > .title-logo-image {
  margin: 0 auto;
  width: 90%;
  height: auto;
  max-width: 1420px;
  aspect-ratio: 1420 / 600;
  background-image: url("../images/title_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* Blur overlay */
.title-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: blur 3s;
}

/* Company logo bar */
.company-logo-image {
  width: 100%;
  height: auto;
  background-image: url("../images/company_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1420 / 130;
  padding: 0 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .main-title {
    height: auto;
    padding-top: 40px;
  }

  .title-logo {
    margin-top: 40px;
    padding: 0 20px;
  }

  .title-logo > .title-logo-image {
    width: 100%;
    height: auto;
    max-width: 375px;
    aspect-ratio: 325 / 487;
    background-image: url("../images/title_logo_sp.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 40px;
  }

  .company-logo-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 365 / 400;
    background-image: url("../images/company_logo_sp.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
  }

  .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 / application / privacy */
.about,
.theme,
.outline,
.programs,
.sponsor,
.application,
.privacy {
  display: flex;
  justify-content: center;
  padding: 72px 100px;
  gap:40px;
  position: relative;
  width: 100vw;
  background-image: url("../images/background-dark.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}

.section > .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.headline > .headline-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.headline > .headline-item-title::before,
.headline > .headline-item-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}

.headline > .headline-item-title > .headline-item {
  text-align: center;
  font-family: "Bodoni 72", "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  white-space: nowrap;
}

.about,
.outline,
.sponsor {
  color: #000;
}

.theme,
.programs {
  color: #FFF;
}

.theme .headline > .headline-item-title::before,
.theme .headline > .headline-item-title::after,
.programs .headline > .headline-item-title::before,
.programs .headline > .headline-item-title::after {
  background: #fff;
}

@media (max-width: 767px) {
  .section > .headline {
    bottom: auto;
    height: 30px;
    width: 100%;
    padding-top: 0;
  }
  .headline > .headline-item-title > .headline-item {
    font-size: 32px;
  }
  .headline > .headline-item-title > .headline-item::before {
    width: 30px;
    height: 1px;
  }
  .headline > .headline-item-title > .headline-item.is-lg::before {
    height: 1px;
  }
}
.section > .section-body {
  color: #FFF;
  font-family: "Sawarabi Gothic", 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,
.application > .section,
.privacy > .section {
  width: 100%;
  max-width: 976px;
}
.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(5px);
}
.section-entry > .present {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #16507E;
  text-align: center;
  font-family: "Sawarabi Gothic", 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 {
  background: url('../images/background-light.jpg') repeat-y center top;
  background-size: 100% auto;
}

.about p {
  text-align: center;
  font-size: 24px;
  color: #3E3E3E;
  font-weight: 800;
}
.about .aos-init:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .concept-box {
  background: var(--exe, linear-gradient(70deg, #001F3F -3.26%, #6A859A 90.92%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: solid 1px #001F3F;
  display: inline-block;
  padding: 6px 52px 8px;
  margin: 0;
}
.about .concept-title {
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 105px; /* 175% */
  letter-spacing: 4.8px;
  background: var(--exe, linear-gradient(70deg, #001F3F -3.26%, #6A859A 90.92%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 32px 0;
}

.about .is-sp {
  display: none;
}

.about .aos-init:nth-child(2) p:first-child {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.about .concept-body{
  font-size:24px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about .concept-box {
    font-size: 20px;
    padding: 6px 20px 8px;
  }
  .about .concept-title {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 4px;
  }
  .about .is-sp {
    display: inline-block;
  }
  .about .aos-init:nth-child(2) p:first-child {
    font-size: 20px;
  }
  
  .about .concept-body{
    font-size:18px;
  }
}

.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;
}


/* 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: 20px 0px;
}

.keynote .keynote-time {
  color: #16507E;
  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: "Sawarabi Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
}

.keynote > .keynote-title {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  color: #030303;
  font-family: "Noto Sans JP", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 1.4;
}

.keynote > .keynote-title > .session-no {
  flex-shrink: 0;
  font-size: 32px;
  font-weight: bold;
  color: #1e5b8d;
  line-height: 1;
  margin-top: 6px;
}

.theme .keynote-title {
  font-size: 22px;
}

.keynote > .keynote-company {
  color: #030303;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
}

@media (max-width: 767px) {
  .keynote {
    margin: 0;
  }
  .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-right: 8px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  background: #16507E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap
}

.theme-day1 .session-no {
  margin-right: 14px;
  padding-top: 26px;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.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: #fff;
  font-family: "Sawarabi Gothic", 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: #fff;
  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;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
}
.theme > .section > * > .theme-day1 > ul > li,
.theme > .section > * > .theme-day2 > ul > li {
  /* background-color: #fff; */
  width: calc((100% - 10px)/2);
  margin: 24px 0px;
  padding: 0px 40px 0px 24px;
  display: flex;
  width: 50%;
  border-right: 1px solid #fff;
}
.theme > .section > * > .theme-day1 > ul > li.height-space,
.theme > .section > * > .theme-day2 > ul > li.height-space {
  margin-bottom: 32px;
}
.theme > .section > * > .theme-day1 > ul > li:nth-child(even),
.theme > .section > * > .theme-day2 > ul > li:nth-child(even) {
  border-right: none;
  padding-left: 40px;
  padding-right: 0px;
}

@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%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 30px 0 30px 20px;
    margin: 0;
  }

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

  .theme > .section > * > .theme-day1 > ul > li:nth-child(even),
  .theme > .section > * > .theme-day2 > ul > li:nth-child(even) {
    padding-left: 20px;
  }

  .theme > .section > * > .theme-day1 > ul > li:last-child,
  .theme > .section > * > .theme-day2 > ul > li:last-child {
    border-bottom: none;
  }

  .session-no > span {
    font-size: 32px;
  }
}

/* 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 > .section-headline {
  display: flex;
  padding-left: 8px;
  align-items: flex-start;
  gap: 8px;
  background: #fff;
  border-radius: 12px;
}
.program > .session-keynote {
  /* background-color: #fff; */
  border: none;
}
.program-keynote-label {
  color: #FFF;
  font-family: "Sawarabi Gothic", 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);
  max-width: 479px;
  min-height: 234px;
  padding: 40px 49px 32px;
  /* background: rgba(255, 255, 255, 0.5); */
  /* border-radius: 12px; */
  display: flex;
}
.profile {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profile-name-and-company {
  width: 100%;
  margin-top: -26px;
  /* position: absolute;
  top: 26px; */
}
.profile-name > span {
  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 {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-position > span {
  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;
  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%;
    /* max-width: 310px; */
    /* padding: 0 20px 20px 20px; */
    /* margin: 16px auto; */
    margin-top: 0;
  }

  .program > * .session-title > span {
    font-size: 20px;
  }

  .program > .session {
    /* padding: 20px 12px 0 12px; */
    margin-bottom: 20px;
  }
  .program > .session > .section-headline {
    padding-left: 0;
  }
  .profile-position > span {
    font-size: 14px;
  }
  .profile-text > span {
    font-size: 14px;
  }
}

/* sponsor */
.sponsor {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  background-image: url("../images/background-light.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.sponsor-contents {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.sponsor-contents > .sponsor-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.64px;
  margin: 60px 0 20px;
}
.sponsor-contents > .sponsor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.sponsor-contents > .sponsor-contents-logo {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  padding: 40px;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  max-width: 100%;
  box-sizing: border-box;
}
.sponsor-contents-logo img {
  max-width: 260px;
  height: auto;
}

@media (max-width: 767px) {
  .sponsor-contents > .sponsor-title {
    font-size: 24px;
  }
  .sponsor-contents-logo img {
    max-width: 260px;
    max-height: 100px;
  }
}

/* outline */
.outline {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  background: url('../images/background-light.jpg') repeat-y center top;
  background-size: 100% auto;
}
.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 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  /* background: url('../images/background-light.jpg') repeat-y center top;
  background-size: 1420px auto; */
  background: #FFF;
}

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

.privacy {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d2d2d2;
  padding: 30px 100px 60px;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .about,
  .theme,
  .outline,
  .programs,
  .sponsor,
  .application,
  .privacy {
    padding: 72px 32px 60px 32px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .section-entry {
    padding: 52px 32px 48px 32px;
  }
  .headline > .headline-item-title {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .section-entry > .present {
    flex-direction: column;
    font-size: 18px;
  }
  .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;
  }
}

.thanks-container {
  max-width: 720px;
  height: 100vh;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.thanks-message {
  font-family: "Bodoni 72", "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}

.thanks-text {
  font-family: "Bodoni 72", "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 32px;
}

.thanks-link {
  color: #007bff;
  text-decoration: underline;
  font-size: 16px;
}
