* {
  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; */
}
/* 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;
}
.profile-more {
  margin-top: 8px;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.profile-more > div {
  color: #000;
  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: 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 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;
  }
}

/* main visual */
.container {
  z-index: 100;
  width: 100vw;
  overflow: hidden;
  position: inherit;
}
.area {
  width: 100%;
  height: 710px;
  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: 410px;
  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: 485px;
  }
  .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,
.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 > .headline {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  align-self: stretch;
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.4);
}
.headline > .headline-item-title > .headline-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
}

.headline > .headline-item-title > .headline-item.is-lg::before {
  height: 90px;
}
.headline > .headline-item-title > .headline-item {
  color: #FFF;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 123.077% */
  /* letter-spacing: -1.56px; */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  gap: 10px;
}
.headline > .headline-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.headline > .headline-item-title > .headline-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) {
  .section > .headline {
    bottom: auto;
    height: 60px;
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }
  .headline > .headline-item-title > .headline-item {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 20px;
  }
  .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: '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 {
  background: #fff;
  border-top: solid 4px #c22f22;
  border-bottom: solid 4px #c22f22;
}

.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 {
  color: #c22f22;
  border: solid 4px #c22f22;
  display: inline-block;
  padding: 6px 52px 8px;
  margin: 0;
}
.about .concept-title {
  font-size: 42px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
    background: linear-gradient(
    45deg,
    #c22f22 1%,
    #c22f22 18%,
    #c22f22 78%,
    #c22f22 95%
  );
  -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-size: 20px;
  margin: 0;
}

.about .concept-body{
  font-size:24px;
  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: 25px;
  }
  .about .is-sp {
    display: inline-block;
  }
  .about .aos-init:nth-child(2) p:first-child {
    font-size: 16px;
  }

  .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;
}
@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;
  }
  .headline > .headline-item-title {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .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 > .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: '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: flex;
}
.profile {
  position: relative;
  width: 170%;
  display: flex;
  flex-direction: column;
}
.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: #2E2E2E;
  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;
  }
  .program > .session > .section-headline {
    padding-left: 0;
  }
  .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: 5%;
}
.profile-ttl {
  font-size: 30px;
  font-weight: 700;
}
.profile-list {
  font-size: 18px;
  padding-left: 10px;
  margin: 5px 0 15px;
}
.profile-list-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}
.profile-list-area {
  padding: 1px 20px;
  background: #c22f22;
  border-radius: 5px;
  margin: 20px 0;
  color: #fff;
}
.profile-ttl-sub {
    padding: .2em .7em;
    border-left: 5px solid #c22f22;
}
.session-description {
  width: 330%;
}
.profile-logo {
  text-align: center;
}
.label {
  width: 115px;
}
.outline {
  padding: 64px 13%;
}
@media (max-width: 767px) {
  .user {
    display: block;
    padding: 30px 5%;
  }
  .profile {
    width: 100%;
    flex-direction: column-reverse;
  }
  .session-description {
    width: 100%;
  }
  .profile-ttl {
    font-size: 4.5vw;
  }
  .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;
  }
}
