@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
body {
  font-family: "メイリオ", sans-serif;
}

a {
  cursor: pointer;
}

.movetext {
  opacity: 0;
}

.movetext > span {
  opacity: 0;
}

.section-title__jp {
  opacity: 0;
  display: block;
}

.section-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width: 1201px) {
  .section-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-family: "Roboto";
}
@media print, screen and (max-width: 1023.9px) {
  .section-title {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title {
    font-size: 87px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title.-tal {
    text-align: left;
  }
}
.section-title.-has-mt {
  margin-top: 117px;
}
.section-title.-color_black .section-title__en {
  color: #000;
}

.section-title__en {
  color: #fff;
  font-style: italic;
  letter-spacing: 0.01em;
}
.section-title__en span.-orange {
  color: #f9b734;
}
.section-title__en span.-sky {
  color: #009ee2;
}

@media print, screen and (max-width: 1023.9px) {
  .section-title__jp {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .section-title__jp {
    font-size: 26px;
  }
}

.header {
  background-color: #003146;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023.9px) {
  .header__inner {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    padding-right: 15px;
  }
}

.header__logo {
  padding-left: 16px;
  max-width: 157px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__logo {
    width: 100px;
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    padding-top: 13px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__right {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: #000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__right.-active {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__nav {
  padding-top: 20px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__nav ul li {
    margin-top: 36px;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav ul li {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1201px) {
  .header__nav ul li {
    margin-right: 35px;
  }
}

.header__nav ul li a {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .header__nav ul li a {
    font-size: 17px;
  }
}
@media (hover: hover) {
  .header__nav ul li a:hover {
    text-decoration: underline;
  }
}

.header__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 174px;
  height: 60px;
  border-radius: 32px;
  line-height: 0.8;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 1023.9px) {
  .header__registration {
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
  }
}
.header__registration::before {
  content: "";
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: 178px;
  height: 64px;
  border-radius: 32px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
  background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
  -webkit-transition: 1s;
  transition: 1s;
}
.header__registration::after {
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 32px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
  background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) {
  .header__registration:hover::after {
    background: #000;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .humberger {
    position: relative;
    z-index: 100000;
    height: 22px;
    width: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .humberger {
    display: none;
  }
}
.humberger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f9b734;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: absolute;
  left: 0;
}
.humberger span:first-of-type {
  top: 0;
}
.humberger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.humberger span:last-of-type {
  bottom: 0;
}

.humberger.-active span:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.humberger.-active span:nth-of-type(2) {
  display: none;
}
.humberger.-active span:last-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mv {
  background-image: url(../img/mv_bg_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1023.9px) {
  .mv {
    padding-top: 55%;
    height: calc(100vh - 50px);
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 0%;
    background-position: right 39% top;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv {
    padding-top: 8%;
    padding-right: 4%;
    padding-left: 4%;
    margin-top: 75px;
  }
}
@media print, screen and (min-width: 1201px) {
  .mv {
    padding-top: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}

.mv__heading {
  width: 56%;
  padding-left: 4%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    width: 100%;
    padding-left: 0%;
  }
}
.mv__heading img {
  display: block;
  max-width: 100%;
}

.mv__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  width: 449px;
  height: 86px;
  border-radius: 45px;
  line-height: 0.8;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry {
    width: 90%;
    margin-top: 50px;
    height: 60px;
    font-size: 18px;
    background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
    background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
  }
}
@media print, screen and (min-width: 768px) {
  .mv__entry {
    font-size: 28px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1201px) {
  .mv__entry {
    margin-top: 94px;
  }
}
.mv__entry::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 453px;
  height: 90px;
  border-radius: 45px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
  background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry::before {
    width: calc(100% + 4px);
    height: 74px;
    content: none;
  }
}
.mv__entry::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
  background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
  border-radius: 45px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry::after {
    background: transparent;
  }
}
@media (hover: hover) {
  .mv__entry:hover::after {
    background: #000;
  }
}
.mv__entry span {
  height: 100%;
  width: 100%;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.mv__entry.white {
  border: 2px solid #FFF;
  background: #000;
  text-align: center;
  pointer-events: none;
  font-size: 20px;
  line-height: 1.35;
}
@media print, screen and (max-width: 767.9px) {
  .mv__entry.white {
    font-size: 16px;
  }
}
.mv__entry.white:before, .mv__entry.white:after {
  content: none;
}

.greeting {
  position: relative;
  padding-top: 0px;
  background-image: url(../img/greeting_bg.webp);
  background-size: cover;
  background-position: top;
  background-color: transparent;
}
@media print, screen and (min-width: 1024px) {
  .greeting {
    padding-top: 200px;
  }
}
@media print, screen and (min-width: 1201px) {
  .greeting {
    padding-top: 120px;
  }
}
.greeting::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
}

.greeting__prof {
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}
@media print, screen and (min-width: 768px) {
  .greeting__prof {
    width: 280px;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting__prof {
    width: 280px;
  }
}
@media print, screen and (min-width: 1201px) {
  .greeting__prof {
    width: 380px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .greeting__title {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1201px) {
  .greeting__title {
    padding-left: 46px;
    margin-bottom: 80px;
  }
}

.greeting__right {
  padding-top: 120px;
  line-height: 1.6;
  font-weight: bold;
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__right {
    padding-top: 40px;
    padding-bottom: 80px;
    line-height: 1.8;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting__right {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1201px) {
  .greeting__right {
    font-size: 18px;
    padding-top: 160px;
    line-height: 1.6;
    padding-left: 50px;
    padding-bottom: 60px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .greeting__right.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .greeting__right.-sp {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .greeting__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.keynote {
  background-image: url(../img/keynote_bg.webp);
  background-position: left;
  background-size: cover;
  padding-top: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  .keynote {
    padding-top: 80px;
  }
}

.keynote-prof {
  display: block;
  cursor: pointer;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 55px;
  max-width: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.keynote-prof:hover {
  opacity: 0.6;
}

.keynote-prof__img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .keynote-prof__img.-n1 {
    width: 482px;
  }
}

.keynote-prof__text {
  margin-top: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__text {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .keynote-prof__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}

.keynote-prof__name {
  font-size: 26px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.keynote-prof__name span {
  font-size: 21px;
}

.keynote-prof__position {
  font-size: 110%;
}
@media print, screen and (max-width: 767.9px) {
  .keynote-prof__position {
    font-size: 14px;
  }
}

.keynote__position {
  line-height: 1.375;
}

.keynote__row {
  margin-top: 55px;
}
@media print, screen and (min-width: 1024px) {
  .keynote__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.keynote__row .keynote-prof {
  margin: 0;
  width: 49%;
}
@media print, screen and (max-width: 1023.9px) {
  .keynote__row .keynote-prof {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 100%;
  }
}

.speakers {
  padding-top: 104px;
  padding-bottom: 106px;
  background-image: url(../img/speakers_bg.webp);
  background-size: cover;
  background-position: center;
}

.speakers__row {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 767.9px) {
  .speakers__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}
.speakers__row + .speakers__row {
  margin-top: 50px;
}

.speaker {
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 767.9px) {
  .speaker {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .speaker {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.speaker__name {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
}
.speaker__name span {
  font-weight: normal;
  font-size: 16px;
}

.speaker__posiiton {
  font-size: 13px;
}
.speaker__posiiton span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.black-bg-area {
  padding-top: 0px;
  background-image: url(../img/timetable_bg.webp);
  background-size: cover;
}

.timetable {
  padding: 130px 0 0;
}
@media print, screen and (max-width: 767.9px) {
  .timetable {
    padding: 70px 0;
  }
}
.timetable .inline {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.timetable .inline:hover {
  opacity: 0.6;
}

.timetable__content {
  margin-top: 54px;
}

.timetable__time {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.timetable__time span {
  font-size: 30px;
}

.table {
  display: block;
  margin-top: 19px;
  padding: 20px 15px 20px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(249, 172, 0)), color-stop(64%, rgb(136, 255, 231)), to(rgb(0, 170, 242)));
  background: linear-gradient(90deg, rgb(249, 172, 0) 10%, rgb(136, 255, 231) 64%, rgb(0, 170, 242) 100%);
}
@media print, screen and (min-width: 1024px) {
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px;
  }
  .table.w100w {
    display: block;
  }
}
.table + .timetable__time {
  margin-top: 36px;
}

.table__left {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .table__left {
    width: 79%;
  }
}

.w100w .table__left {
  width: 100%;
}

.table__right {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .table__right {
    width: 18%;
  }
}

.table__tag {
  text-align: center;
  display: inline-block;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 13px 15px;
}
@media print, screen and (max-width: 767.9px) {
  .table__tag {
    padding: 9px 15px 12px;
    font-size: 14px;
  }
}

.table__heading {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .table__heading {
    font-size: 18px;
    margin-top: 18px;
  }
}

.table__desc {
  margin-top: 15px;
  line-height: 1.875;
  font-weight: 500;
}
@media print, screen and (max-width: 767.9px) {
  .table__desc {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.table__prof {
  text-align: center;
}
.table__prof + .table__prof {
  margin-top: 13px;
}

.table__prof-img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.table__prof-name {
  font-size: 21px;
  margin-top: 3px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  .table__prof-name {
    font-size: 17px;
  }
}
.table__prof-name span {
  font-size: 14px;
}

.table__prof-position {
  margin-top: 2px;
  font-size: 11px;
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .fle {
    display: block;
  }
}
.fle.p2 {
  max-width: 470px;
}
.fle.p2 .table__prof {
  width: 49%;
}
@media print, screen and (max-width: 767.9px) {
  .fle.p2 .table__prof {
    width: 100%;
  }
}
.fle .table__prof {
  width: 33%;
  margin-top: 0;
}
@media print, screen and (max-width: 767.9px) {
  .fle .table__prof {
    width: 100%;
    margin-bottom: 20px;
  }
}

.outline {
  padding-top: 130px;
  padding-bottom: 125px;
}
@media print, screen and (max-width: 767.9px) {
  .outline {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}

.outline__table {
  color: #fff;
  width: 100%;
  margin-top: 8px;
}

tr {
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 767.9px) {
  tr {
    display: block;
    text-align: f;
  }
}

td {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.7;
}
td:first-of-type {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 767.9px) {
  td:first-of-type {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  td:first-of-type {
    width: 248px;
  }
}
td:last-of-type {
  font-size: 20px;
}
@media print, screen and (max-width: 767.9px) {
  td:last-of-type {
    padding-top: 0;
    font-size: 16px;
  }
}

.access {
  width: 100%;
}

.sponsors {
  padding-bottom: 70px;
  padding-top: 100px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsors {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}

.sponsors__row {
  padding-right: 100px;
  padding-left: 100px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto;
  grid-template-columns: repeat(1, auto);
  -webkit-column-gap: 78px;
     -moz-column-gap: 78px;
          column-gap: 78px;
  row-gap: 50px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.sponsors__row.platinum {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  margin-left: 220px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.platinum {
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.platinum img {
    width: 90%;
  }
}
.sponsors__row.gold {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 150px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.gold {
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.gold img {
    width: 80%;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row.glo {
    margin-left: auto;
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
  .sponsors__row.glo img {
    width: 80%;
  }
}
.sponsors__row.media {
  margin-left: auto;
  margin-right: auto;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
}
@media print, screen and (max-width: 1023.9px) {
  .sponsors__row {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 767.9px) {
  .sponsors__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: repeat(2, auto);
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
  }
}
.sponsors__row a {
  text-align: center;
}

.sponsor__cat {
  text-align: center;
  color: #f9b334;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto";
  margin-top: 60px;
}
@media print, screen and (max-width: 767.9px) {
  .sponsor__cat {
    margin-top: 40px;
  }
}

.sNote {
  text-align: right;
  font-size: 11px;
  padding-top: 50px;
}

.footer {
  text-align: center;
  background-image: url(../img/footer_bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 145px;
  color: #fff;
  font-style: italic;
}
@media print, screen and (max-width: 767.9px) {
  .footer {
    padding-top: 85px;
    padding-bottom: 155px;
  }
}

.footer__small {
  font-size: 18px;
}

.footer__big {
  margin-top: 25px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Roboto";
}

.sp-entry {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
  background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
}
.sp-entry span {
  height: 100%;
  width: 100%;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 12;
}
@media print, screen and (min-width: 1024px) {
  .sp-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 300px;
    left: auto;
    right: 20px;
    bottom: 20px;
    border-radius: 100px;
    padding: 20px 0;
  }
  .sp-entry::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    width: 306px;
    height: 70px;
    border-radius: 45px;
    background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
    background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .sp-entry::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(rgb(0, 172, 246)), color-stop(60%, rgb(193, 30, 228)), color-stop(81%, rgb(246, 170, 0)));
    background: linear-gradient(-90deg, rgb(0, 172, 246) 0%, rgb(193, 30, 228) 60%, rgb(246, 170, 0) 81%);
    border-radius: 45px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 767.9px) {
  .sp-entry::after {
    background: transparent;
  }
}
@media print and (hover: hover), screen and (min-width: 1024px) and (hover: hover) {
  .sp-entry:hover::after {
    background: #000;
  }
}

.modal {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .prof-img {
  max-width: 100%;
}

.modal figure {
  width: 20%;
}

.modal .prof-box {
  width: 77%;
}

.modal .prof-box .position {
  font-size: 15px;
  font-weight: bold;
}

.modal .prof-box-long .position {
  font-size: 18px;
  font-weight: bold;
}

.modal .prof-box .name {
  font-size: 27px;
  font-weight: bold;
  margin: 10px 0;
}

.modal .prof-box-long .name {
  font-size: 27px;
  font-weight: bold;
  margin: 10px 0;
}

.modal .name span {
  font-size: 18px;
}

.modal .prof-box .career {
  font-size: 14px;
  line-height: 2;
}
.modal .prof-box .career sup {
  top: -6px;
  font-size: 80%;
  position: relative;
}

.modal .prof-box-long .career {
  font-size: 14px;
  line-height: 2;
}

.modal .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  max-height: 36px;
  cursor: pointer;
}

.modal .btn_close:hover {
  opacity: 0.5;
}

@media (max-width: 960px) {
  .modal {
    padding: 15px;
    display: block;
  }
  .modal figure {
    width: 60%;
    margin: 10px auto 10px;
  }
  .modal .prof-box .position {
    font-size: 13px;
    font-weight: bold;
  }
  .modal .prof-img {
    margin: 0px;
  }
  .modal .prof-box {
    margin-left: 0;
    margin-top: 0px;
    margin-right: 0;
    width: 100%;
  }
  .modal #kunii figure {
    width: 100%;
  }
  .modal .prof-box .name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
  }
  .modal .name span {
    font-size: 15px;
  }
  .modal .prof-box .career {
    font-size: 13px;
    line-height: 1.6;
  }
}
.tt-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.tt-box__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tt-box__flex.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tt-box__top-area {
  margin-bottom: 20px;
}

.tt-box__cat {
  margin-right: 10px;
  padding-top: 4px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.tt-box__date {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.tt-box__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
}

.tt-box__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tt-box__prof {
  margin-right: 40px;
  width: 28%;
}

.tt-box .tt-box__fig {
  margin: 0 auto 10px;
  width: 130px;
}

.tt-box__position {
  margin-bottom: 8px;
  text-align: center;
  font-size: 12px;
}

.tt-box__name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.tt-box__name span {
  margin-left: 6px;
  font-size: 14px;
}

.tt-box__desc {
  width: 71%;
  font-size: 16px;
  line-height: 2.2;
}

.tt-box__desc.w100 {
  width: 100%;
}

.tt-box.tt-box--multi .tt-box__prof-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

.tt-box.tt-box--multi .tt-box__prof {
  width: 100%;
}

.tt-box.tt-box--multi .tt-box__desc {
  width: 100%;
}

.modal.modal--tt {
  padding: 50px;
}

@media screen and (max-width: 800px) {
  .modal.modal--tt {
    padding: 70px 12px 12px;
  }
  #time-table .event {
    height: auto;
    padding: 20px 10px;
  }
  #time-table .event .event-content .e-speaker {
    display: block;
    margin-bottom: 12px;
  }
  #time-table .event .event-content .e-speaker-name {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tt-box__flex {
    display: block;
  }
  .tt-box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tt-box__top-area {
    margin-bottom: 10px;
  }
  .tt-box__date {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tt-box__cat {
    margin-right: 0;
    padding: 4px 16px;
    font-size: 16px;
  }
  .tt-box__prof {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  .tt-box__desc {
    width: 100%;
    line-height: 1.6;
    font-size: 13.5px;
  }
  .tt-box__ttl {
    font-size: 14px;
  }
  .tt-box.tt-box--multi .tt-box__prof-wrap {
    margin-bottom: 16px;
  }
  .tt-box.tt-box--multi .tt-box__desc {
    line-height: 1.6;
    font-size: 13px;
  }
}