* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
  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_default.png") no-repeat top right;
  background-size: auto;
  height: 400px;
}
.profile-icon > .profile-esuma {
  background: url("../images/profile_default.png") no-repeat top right;
  background-size: 300px; 
}
.profile-icon > .profile-grtx {
  background: url("../images/profile_grtx.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-soramichi {
/*  background: url("../images/profile_soramichi.png") no-repeat top right; */
  background-size: 300px;
}
.profile-icon > .profile-planb {
  background: url("../images/profile_planb.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-neo {
/*  background: url("../images/profile_neo.png") no-repeat top right; */
  background-size: 300px;
}
.profile-icon > .profile-wacul {
/*  background: url("../images/profile_wacul.png") no-repeat top right; */
  background-size: 300px;
}

/* これ以降順番を整理。終わったらコメントを消す */
.profile-icon > .profile-basic {
  background: url("../images/profile_basic.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-f-marketing {
  background: url("../images/profile_f-marketing.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-profile_microad.png {
  background: url("../images/profile_microad.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile_yrglm {
  background: url("../images/profile_yrglm.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-excite {
  background: url("../images/profile_excite.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-kuro {
  background: url("../images/profile_kuro.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-ceoclone {
  background: url("../images/profile_ceoclone.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-shakou1 {
  background: url("../images/profile_shakou1.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-dxo {
  background: url("../images/profile_dxo.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-shanon {
  background: url("../images/profile_shanon.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-shakou1 {
  background: url("../images/profile_shakou1.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-shakou2 {
  background: url("../images/profile_shakou2.png") no-repeat top right;
  background-size: 300px;
}

.profile-icon > .profile-koujitsu {
  background: url("../images/profile_koujitsu.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-satori {
  background: url("../images/profile_satori.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-rakus {
  background: url("../images/profile_rakus.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-rakus-m {
  background: url("../images/profile_rakus-m.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-blastmail {
  background: url("../images/profile_blastmail.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-cloudcircus {
  background: url("../images/profile_cloudcircus.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-cinc {
  background: url("../images/profile_cinc.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-explaza {
  background: url("../images/profile_explaza.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-exidea {
  background: url("../images/profile_exidea.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-microad {
  background: url("../images/profile_microad.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-eventhub {
  background: url("../images/profile_eventhub.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-ivs {
  background: url("../images/profile_ivs.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-forstartup {
  background: url("../images/profile_forstartup.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-fwh {
  background: url("../images/profile_fwh.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-fwh {
  background: url("../images/profile_fwh.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-digitalift {
  background: url("../images/profile_digitalift.png") no-repeat top right;
  background-size: 300px;
}



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

.profile-icon > .profile-elango {
  background: url("../images/profile_elango.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-clabel {
  background: url("../images/profile_clabel.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-innovation {
  background: url("../images/profile_innovation.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-salesmaker {
  background: url("../images/profile_salesmaker.png") no-repeat top right;
  background-size: 300px;
}
.profile-icon > .profile-salesrobotics {
  background: url("../images/profile_salesrobotics.png") no-repeat top right;
  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 {
  color: #FFF;
  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 iframe{
  border-radius: 15px;
}

.application-form {
  max-width: 1036px;
  text-align: center;
  margin: auto;
  padding: 0 180px;
  border-radius: 10px;
}
.application-form > .end {
  font-size: 26px;
}
@media (max-width: 1036px) {
  .application-form {
    margin: auto 16px;
    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: 79px;
  padding: 0px 101px 0px 0px;
  gap: 10px;

  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
}

.header .logo a:hover,
.header > .menus-entry > .menus > div > a:hover{
  opacity: .6;
}



.header .logo {
  width: 79px;
  height: 79px;
}
.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;
  background-color: #F83CA0;
}

.header > .menus-entry > .button:hover {
  transition: 1s;
  background-color: #0970D9;
}

.header > .menus-entry > .button > a {
  display: block;
  min-width: 230px;
  height: 100%;
  line-height: 32px;
  padding: 8px 24px;
  text-align: center;
  position: relative;
}

.header > .menus-entry > .button > a > span {
  color: rgba(255,255,255,1);
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
  position: absolute;
  left: 30px;
}

@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;
    border-radius: 50px;
    width: fit-content;
  }

  .header > .menus-entry > .button > a {
  padding: 10px 0;
}

  .header > .menus-entry > .pc {
    display: none!important;
  }
  .header > .menus-entry > .sp {
    display: flex!important;
    background-color: initial;
  }
  .header > .menus-entry > .button > a > span {
    font-size: 20px;
  }
}

.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 0 0;
    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;
}
.main-title {
  width: 100vw;
  padding: 0 8px;
}
.title {
  justify-content: center;
  display: flex;
  transform: translate(-50%, -50%);
  flex-direction: column;
  position: absolute;
  top: 50%;
  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;
  padding: 100px 0;
}
.title-logo > .title-logo-image {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  height: 424px;
  background-image: url("../images/title_logo.svg");
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
}
.title-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: blur 3s;
}
@media (max-width: 767px) {

  .container {
 height: 85vh;
}
  .title {
    top: 20%;
    margin-top: 100px;
  }
  .area {
    height: 485px;
  }
  .title-logo {
    margin-top: 32vh;
    height: 380px;
  }
  .title-logo > .title-logo-image {
    margin: 0 20px;
    background-image: url("../images/title_logo_sp.svg");
    background-size: contain;
    background-position: center;
    padding: 200px 0;
    min-height: 65vh;
  }
  .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,
.speakers,
.theme,
.outline,
.programs,
.outline,
.sponsor,
.application,
.privacy {
  display: flex;
  justify-content: center;
  padding: 72px 100px 60px 100px;
  gap: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100vw;
}

.application .section{
  width: 100%;
  max-width: 1086px;
}

@media (max-width: 767px) {
  .about,
.speakers,
.theme,
.outline,
.programs,
.sponsor,
.application,
.privacy {
  padding: 72px 30px 60px 30px;
}
}
.section > .headline {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.headline > .headline-item-title > .headline-item::before {
  content: "";
  width: 2px;
  height: 45px;
  background: #0970D9;
}
.headline > .headline-item-title > .headline-item {
  display: flex;
  gap: 26px;
  align-items: center;
  color: #0970D9;
  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;
}
.headline > .headline-item-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.headline > .headline-item-title > .headline-title {
  color: #0970D9;
  text-align: center;
  font-family: "Sawarabi Gothic";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}
.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,
.speakers > .section,
.theme > .section,
.outline > .section,
.programs > .section,
.sponsor > .section  {
  width: 100%;
  max-width: 1086px;
}
.about > .section > .headline,
.speakers > .section > .headline,
.theme > .section > .headline,
.programs > .section > .headline,
.sponsor > .section > .headline,
.application .headline {
  margin: 0 0 40px;
}
.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.5);
  /* backdrop-filter: blur(20px); */
}
.section-entry > .present {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #030303;
  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 a{
  display: flex;
  height: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 44px;
  background-size: cover;
  background-position: center;
  background-color: #F83CA0;
    color: #fff;
    font-weight: bold;
    padding: 1em 5em;
    font-size: 24px;
    max-width: 100%;
    display: block;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  .section-entry > .button a{
    padding: 1em 2em;
}
}


.section-entry > .button > a:hover {
  transition: 1s;
  background-color: #0970D9;
}


.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 > .present {
    font-size: 20px;
  }
  .section-entry > .button {
    width: 280px;
  }
  .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-image: url('../images/bg_about.jpg');
  background-size: cover;
}


.about p {
  text-align: center;
  font-size: 32px;
  color: #333;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
}

.about .ttl img{
  max-width: 100%;
}

.about .concept-title {
  font-size: 60px;
  color:#0970D9;
  margin: 20px 0;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.about .concept-body{
  font-size:24px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
.about .concept-body span {
  color:#0970D9;
}

.speakers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0;
}

@media (max-width: 767px) {
  .about .concept-title {
    font-size: 30px;
    white-space: wrap;
  }
  .about p {
    font-size: 20px;
  }
  .about .concept-body {
    font-size: 16px;
  }

  .speakers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 0;
}
}

.speakers-list .speaker {
  width: calc((100% - 180px)/4);
  max-width: 200px;
}
.speaker p,.speaker a {
  color: #333;
}
.speaker-img {
  max-width: 140px;
  margin: 0 0 12px;
}
.speaker-img img {
  width: 100%;
}
.speaker-name {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
}
.speaker-position {
  margin: 0 0 12px;
  font-size: 18px;
}
.speaker-position span {
  font-size: 15px;
  line-height: 1.1em;
  display: inline-block;
}
.speaker-info {
  margin: 0 0 12px;
  font-size: 14px;
  max-height: 3em;
  overflow: hidden;
  transition: 0.3s ease;
}
.speaker-info.is-active {
  max-height: 100em;
}
.speaker-more {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: end;
}
.speaker-more::after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.3s ease;
  background-image: url('../images/icn_speaker-more.svg');
}
.speaker-more.is-active::after {
  transform: rotate(180deg);
}
.speaker-more:hover {
  opacity: .6;
}

@media (max-width: 767px)  {
  .speaker {
    width: 100%;
    max-width: none;
  }
  .speakers-list .speaker {
    width: calc(50% - 10px);
    max-width: 200px;
  }
}

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

  .theme{
        padding: 72px 0px 60px 0px;
  }

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

.theme {
  background-image: url('../images/bg_timetable.jpg');
  background-size:auto;
  background-repeat: repeat;
}

.theme-content {
  margin-top: 40px;
}
.theme-section {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
.theme-section:first-child {
  margin-bottom: 0;
}
.theme-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 900;
  background-color: #0970D9;
  padding: 10px 030px;
  display: inline-block;
}
.theme-section p{
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.theme-section-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items:flex-start;
  gap: 10px;
}
.theme-section-title span {
  color: #0970D9;
  font-size: 32px;
  font-family: 'Roboto', serif;
  display: block;
}
.theme-section-time {
  margin-left: 44px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Roboto', serif;
}
.theme-section-info {
  margin-left: 44px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}
.theme-section .speakers-list {
  margin-left: 44px;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .theme-section {
    padding: 30px;
  }
  .theme-section-time,.theme-section-info,.theme-section .speakers-list {
    margin-left: 0px;
  }
  
}
/* timeline */

.theme .headline-item{
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
}

.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;
}
/* timeline / keynote */
.keynote {
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: rgba(65, 70, 77, 0.5);
  backdrop-filter: blur(20px);
  margin-bottom: 20px;
}
.keynote > .keynote-time {
  color: #FFF;
  font-family: "Noto Sans CJK JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.keynote > .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;
}
.keynote > .keynote-title {
  color: #FFF;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
}
.keynote > .keynote-company {
  color: rgba(255, 255, 255, 0.70);
  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 > .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: Inter, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #4580F4;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap
}

.theme * .program-times {
  color:  #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.theme * .program-companies {
  color: rgba(255, 255, 255, 0.70);
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
}
.session-title > span {
  color: #FFF;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.theme > .section * ul > li > a {
  display: flex;
  padding-bottom: 16px;
}
.theme > .section > * > .theme-day1 > ul,
.theme > .section > * > .theme-day2 > ul {
  padding: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
  width: 100%;
}
.theme > .section > * > .theme-day1 > ul > li,
.theme > .section > * > .theme-day2 > ul > li {
  width: calc(50% - 10px);
}
.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: #A8AEB3;
  font-family: "Noto Sans CJK JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.program {
  margin: 20px 0 0;
}
.program > .session {
  margin: 10px 4px 40px;
  padding: 20px 24px;
  border-radius: 8px;
  border: 1px solid #0050EB;
  backdrop-filter: blur(20px);
}
.program > .session > .section-headline {
  display: flex;
  padding-left: 8px;
  align-items: flex-start;
  gap: 8px;
}
.program > .session-keynote {
  background: rgba(65, 70, 77, 0.3);
  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;
  grid-auto-rows: 20px;
  row-gap: 20px;
}
.user {
  width: 442px;
  min-height: 234px;
  padding: 20px 20px 10px;
  margin-top: 16px;
}
.profile {
  position: relative;
}
.profile-name-and-company {
  width: 100%;
  position: absolute;
  top: 200px;
}
.profile-name > span {
  color: #FFF;
  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: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-position > span {
  color: #FFF;
  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: #FFF;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 12px;
  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: #A8AEB3;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  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: 310px;
    padding: 0 20px 20px 20px;
    margin: 16px auto;
  }

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

  .program > .session {
    padding: 20px 12px 0 12px;
  }
  .program > .session > .section-headline {
    padding-left: 0;
  }
  .profile-position > span {
    font-size: 14px;
  }
  .profile-text > span {
    font-size: 14px;
  }
}
/* sponsor */
.sponsor {
  background: #B9EAFF ;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  padding: 80px  100px;
}
.sponsor-contents {
  padding: 60px 40px;
  background: #fff;
}



@media (max-width: 767px) {
    .sponsor .headline {
        padding: 0px;
    }
}

.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;
  justify-content: center;
  gap: 62px 60px;
  padding: 0;
  align-items: center;
}

.sponsor-contents > .sponsor-list > li {
  max-width: 200px;
}

.sponsor-contents > .sponsor-list > li > img{
  width: 100%;
}

.sponsor-contents > .sponsor-contents-logo {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  align-items: flex-start;
  border-radius: 12px;
  background: #FFF;
}

.sponsor-contents ul li .square{
  width: 90px;
}

.sponsor-contents ul li .rectangle{
  height: 60px;
}

@media (max-width: 767px) {
  .sponsor {
    padding: 20px;
  }
  .sponsor-contents {
    padding: 30px 20px;
  }
  .sponsor-contents > .sponsor-list {
    gap: 30px;
  }
  .sponsor-contents > .sponsor-list li {
    width: calc((100% - 30px)/2);
    text-align: center;
  }
   .sponsor-contents > .sponsor-list li img{
    max-width: 100%;
  }
}

/* outline */
.outline {
  color: #030303;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: -0.2px;
  padding: 72px 100px 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.outline-list{
  padding: 0;
  margin: 40px auto 0;
}

.outline-contents {
  display: flex;
  align-items: flex-start;
  gap: 76px;
  align-self: stretch;
  border-bottom: 1px solid #030303;
  padding: 0 0 25px;
  margin: 0 0 25px;
}

.outline-contents .label{
  min-width: 120px;
}

.outline-item {
  display: flex;
  width: 50%;
}

@media (max-width: 767px) {
  .outline-contents {
    flex-direction: column;
    gap: 10px;
  }
  .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 {
  padding: 72px 100px 60px 100px;
}

@media (max-width: 767px) {
  .application{
    padding: 72px 32px 60px 32px;
  }
}

.privacy {
  background: #ECFAFF;
}
.privacy_wrap {
  width: 100%;
  max-width: 980px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.privacy_wrap h3 {
  color: #333;
  font-size: 18px;
  margin: 0;
}

.privacy_wrap p {
  color: #333;
  font-size: 16px;
  margin: 10px 0 40px;
}

.privacy_wrap ul {
  padding: 0;
  
}

.privacy_wrap li span {
  color: #333;
  font-size: 16px;
  min-width: 250px;
  display: inline-block;
}

.privacy_wrap li a {
  color: #0066FF;
  font-size: 20px;
  margin-left: 20px;
  font-size: 16px;

}


.privacy_wrap li a:hover {
  text-decoration: underline;
}

.privacy_wrap ul li::before {
  content: '・';
}

.privacy_wrap ul li{
  margin:0 0 5px;
}

@media (max-width: 767px) {
  .privacy_wrap h3 {
    font-size: 20px;
  }
  .privacy_wrap p {
    font-size: 18px;
  }
  .privacy_wrap li {
    margin-bottom: 10px;
  }
  .privacy_wrap li span {
    font-size: 16px;
    display: inline;
  }
  
  .privacy_wrap li a {
    display: block;
    font-size: 16px;
    margin-left: 0;
  }
}