html {
  font-size: 16px;
}

body {
  font-family: "Robot", "Arial", sans-serif;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}
.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fff linear-gradient(120deg, #fff, #ddd);
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background: #ff8021 linear-gradient(120deg, #ff8021, #f1d39c);
  color: #fff;
}
.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

@-webkit-keyframes floatX {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes floatX {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    opacity: 0.33;
  }
  100% {
    opacity: 1;
  }
}
.g_kv {
  position: relative;
}
.g_kv .desktop {
  max-height: 100vh;
  overflow: hidden;
}
.g_kv .tit, .g_kv .ic {
  position: absolute;
}
.g_kv .tit {
  left: 6.25%;
  top: 6.9444444444%;
  width: 81.25%;
  -webkit-animation: floatX 6s ease-in-out infinite;
          animation: floatX 6s ease-in-out infinite;
}
.g_kv .ic {
  width: 6.25%;
  -webkit-animation: slide-in-fwd-center cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate both infinite;
          animation: slide-in-fwd-center cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate both infinite;
}
.g_kv .ic1 {
  left: 4%;
  top: 70%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.g_kv .ic2 {
  left: 9%;
  top: 58%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.g_kv .ic3 {
  left: 42%;
  top: 46%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.g_kv .ic4 {
  left: 36%;
  bottom: 1%;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.g_kv .ic5 {
  right: 4%;
  top: 58%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.g_kv .date {
  position: absolute;
  left: 50%;
  top: 17vw;
  padding: 10px 1.25rem;
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(255, 128, 33, 0.8), rgba(241, 211, 156, 0.8));
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g_kv .date .d,
.g_kv .date .t {
  padding: 4px 10px;
}
.g_kv .date .d {
  font-weight: 900;
}

.g_main {
  position: relative;
  z-index: 2;
  background: url("img/kv_bg.jpg") center/cover fixed;
}

.main_sc {
  position: relative;
  padding: 100px 0;
}

.sc_title {
  width: 100%;
  height: 2rem;
}
.sc_title .tit {
  position: relative;
  top: calc(-1em - 30px);
  display: block;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  color: #183092;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

.sc_intro {
  padding-top: 80px;
  background-color: #fff;
}
.sc_intro .intro_cnt {
  font-size: 1.25rem;
}
.sc_intro .parag {
  margin-bottom: 1em;
}
.sc_intro .parag b {
  color: #183092;
}
.sc_intro .list {
  padding-left: 0;
  list-style: none;
}
.sc_intro .list li {
  position: relative;
  line-height: 1.2;
  padding: 4px 0;
  padding-left: 24px;
}
.sc_intro .list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #a0baea, #183092);
}

.cta {
  margin-top: 2rem;
  font-size: 0;
  text-align: center;
}
.cta .tip {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  margin-right: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #c699a3;
}
.cta .bttn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  height: 5rem;
  background-color: #fff;
  overflow: hidden;
}
.cta .bttn::before, .cta .bttn::after {
  content: "";
  position: absolute;
  -webkit-transition: left 1200ms;
  transition: left 1200ms;
}
.cta .bttn::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(120deg, #f1d39c, #ff8021);
}
.cta .bttn::after {
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid #c699a3;
}
.cta .bttn div {
  position: relative;
  top: 50%;
  z-index: 2;
  padding: 0 3em;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 900;
  color: #f1d39c;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: color 800ms 200ms;
  transition: color 800ms 200ms;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.cta .bttn:hover {
  text-decoration: none;
}
.cta .bttn:hover::before {
  left: 100%;
}
.cta .bttn:hover div {
  color: #c699a3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0);
}

.sc_agenda {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(24, 48, 146, 0.5)));
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(24, 48, 146, 0.5));
}

.agenda_cnt {
  position: relative;
  z-index: 2;
}

.ag_switch_wrap {
  margin: 0 auto;
  max-width: 80%;
}

.ag_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sw_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 1rem 1.5rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.sw_item .day {
  font-weight: 700;
  color: #183092;
}
.sw_item .date {
  margin-left: 0.5em;
}
.sw_item.is_active {
  background-color: white;
}

.ag_days .slick-active {
  background-color: #fff;
}

.day_content {
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: rgba(255, 255, 255, 0.5);
}
.day_content .day_top,
.day_content .day_body {
  padding: 0 30px;
}
.day_content .day_top {
  padding-top: 30px;
}
.day_content .day_body {
  padding-top: 10px;
  padding-bottom: 40px;
}
.day_content.is_empty {
  background: rgba(255, 255, 255, 0);
}

@-webkit-keyframes timeFlip {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  90% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

@keyframes timeFlip {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  90% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}
.day_top .title {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 400;
  color: #183092;
}
.day_top .host {
  margin-top: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.day_top .host .pic {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
.day_top .host .pic img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #c699a3;
}
.day_top .host .wording {
  padding-left: 1.25em;
  line-height: 1.3;
}
.day_top .host .wording .tit {
  font-style: italic;
  color: #c699a3;
}
.day_top .host .wording .name {
  font-size: 1.5em;
  color: #183092;
}
.day_top .host .wording .job {
  font-size: 1.25em;
}

.day__item {
  padding: 20px;
  border: 0 solid #a0baea;
  border-bottom-width: 1px;
}
.day__item:first-child {
  border-top-width: 1px;
}
.day__item .title {
  display: inline-block;
}
.day__item .title .t {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.day__item .title .more_box {
  display: block;
  overflow: hidden;
}
.day__item .title .more_box .more {
  margin-top: 0.75em;
  border-radius: 10px;
  padding: 1.25em 1.5em;
  background-color: #f7f7f7;
}
.day__item .title .more_box .more :last-child {
  margin-bottom: 0;
}
.day__item .title.has_more {
  position: relative;
}
.day__item .title.has_more .t {
  cursor: pointer;
  text-decoration: underline;
}
.day__item .title.has_more .t::after {
  content: "+";
  display: inline-block;
  margin: 7px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
}
.day__item .title.has_more .t:hover {
  color: #c699a3;
}
.day__item .title.is_close .more_box {
  max-height: 0;
}
.day__item .time_wrap {
  padding: 4px 0;
  height: 32px;
  overflow: hidden;
}
.day__item .time_wrap .time_flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: timeFlip 8s ease-in 0s infinite;
          animation: timeFlip 8s ease-in 0s infinite;
}
.day__item .time_wrap .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 24px;
  color: #ff8021;
}
.day__item .spk_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
.day__item .speaker {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.5em 0 1em;
  line-height: 1.1;
  border-left: 1px solid #183092;
}
.day__item .speaker .name {
  color: #183092;
  font-size: 1.2em;
  font-weight: 500;
}
.day__item .speaker .job {
  margin-top: 6px;
}

.sc_speaker {
  background: rgba(0, 0, 0, 0.1);
}

.spk_cnt .items {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spk_cnt .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.spk_cnt .item .wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.spk_cnt .item .wrap[data-toggle] {
  cursor: pointer;
}
.spk_cnt .item .wrap:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.spk_cnt .item .pic {
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 200px;
  padding-top: 200px;
  background: url("img/spk/spk.svg") center/cover;
  overflow: hidden;
}
.spk_cnt .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.spk_cnt .item .wording {
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.spk_cnt .item .wording .name {
  font-size: 1.2em;
  font-weight: 700;
}
.spk_cnt .item .wording .job {
  line-height: 1.3;
  font-size: 0.9em;
  font-weight: 300;
  min-height: 2.34em;
}

.g_footer {
  padding: 30px 0;
  background-color: #fff;
}
.g_footer .logo_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_footer .logo_cnt .item {
  display: block;
  padding: 0 40px;
}
.g_footer .logo_cnt .key {
  padding-right: 0;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.g_footer .logo_cnt .logo img {
  height: 80px;
}

.modal-dialog {
  max-width: 36rem;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-body ul {
  padding-left: 1.5rem;
}
.modal-body ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .sc_title {
    text-align: center;
  }
  .sc_title .tit {
    font-size: 4rem;
  }

  .main_sc {
    padding: 70px 0;
  }

  .sc_title {
    height: 0;
  }

  .sc_intro {
    padding-top: 40px;
  }
  .sc_intro .intro_cnt {
    padding: 0 20px;
    font-size: 1rem;
  }
  .sc_intro .list li::before {
    top: 9px;
  }

  .sc_agenda .container {
    padding: 0;
  }

  .ag_switch_wrap {
    max-width: 100%;
  }

  .ag_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sw_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .day_top .title {
    font-size: 1.5em;
  }
  .day_top .host {
    padding: 10px 0;
  }
  .day_top .host .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .day_top .host .pic img {
    width: 100px;
    height: 100px;
  }
  .day_top .host .wording {
    font-size: 0.9em;
    padding-left: 1em;
  }
  .day__item {
    padding: 20px 0;
  }
  .day__item .tit {
    font-size: 1.25em;
    margin-bottom: 5px;
  }
  .day__item .spk_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8px;
  }
  .day__item .speaker {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px 0;
    padding: 2px 1em;
  }

  .spk_cnt .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px;
  }
  .spk_cnt .item .wrap {
    border-radius: 0;
    overflow: unset;
  }
  .spk_cnt .item .pic {
    overflow: hidden;
    padding-top: 100%;
  }
  .spk_cnt .item .text {
    position: static;
    color: #000;
    padding: 6px 0 20px;
    background-image: none;
  }
  .spk_cnt .item .text .n {
    color: #c699a3;
  }
  .spk_cnt .item .text .t {
    line-height: 1.2;
  }

  .fix_aside {
    right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix_aside .fx_item {
    margin: 0 0.5em;
  }

  .g_footer {
    padding-bottom: 50px;
  }
  .g_footer .logo_cnt {
    display: block;
    text-align: center;
  }
  .g_footer .logo_cnt .item {
    margin-bottom: 30px;
  }
  .g_footer .logo_cnt .key {
    margin-bottom: 0;
  }
}