@charset "UTF-8";
/* leaning-ux-conference CSS Document */


/* keyvisual
========================================== */
.keyvisual-upper {
  background-image: url(../images/kv_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.keyvisual-upper h1 {
  margin: 0 auto;
  width: 1080px;
}
.keyvisual-upper h1 img {
  max-width: 742px;
}
.keyvisual-slider .slick-slide {
  width: 160px;
}
/* PC */
@media only screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
  .keyvisual-upper {
    background-image: url(../images/kv_bg_sp.png);
    background-position: center bottom;
    height: 540px;
  }
  .keyvisual-upper h1 {
    width: calc(100% - 32px);
  }
  .keyvisual-upper h1 img {
    max-width: 100%;
  }
  .keyvisual-slider .slick-slide {
    width: 96px;
  }
}



/* section-wrap
========================================== */
.section-wrap {
  color: #00AEEC;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
.section-wrap a {
  color: #00AEEC;
  text-decoration: underline;
}
.section-wrap a:hover {
  text-decoration: none;
}
.section-wrap h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section-wrap h2 + * {
  margin-top: 32px;
}
.section-wrap p {
  line-height: 2;
}
/* PC */
@media only screen and (min-width: 769px) {
  .section-wrap .section-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-wrap {
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .section-wrap h2 + * {
    margin-top: 24px;
  }
}




/* section-summary
========================================== */
.section-summary .text-overview {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-summary .text-summary {
  margin-top: 20px;
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-summary .text-overview {
    font-size: 2rem;
  }
  .section-summary .text-overview p {
    line-height: 1.6;
  }
  .section-summary .text-overview p + p {
    margin-top: 10px;
  }
  .section-summary .text-summary {
    margin-top: 32px;
  }
}



/* section-schedule
========================================== */
.section-schedule .schedule-detail {
  border-top: 1px solid #00AEEC;
}
.section-schedule .schedule-detail > dl {
  border-bottom: 1px solid #00AEEC;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.section-schedule .schedule-detail > dl dt {
  font-weight: bold;
  text-align: center;
  width: 215px;
}
.section-schedule .schedule-detail > dl dd {
  padding: 0 40px;
  position: relative;
  width: calc(100% - 215px);
}
.section-schedule .schedule-detail > dl dd:before {
  background-color: #00AEEC;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.section-schedule .schedule-detail > dl dd .text-head {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}
.section-schedule .schedule-detail > dl dd .list-person {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-schedule .schedule-detail > dl dd .list-person-item {
  margin-right: 40px;
}
.section-schedule .schedule-detail > dl dd * + .list-person .list-person-item {
  margin-top: 10px;
}
.section-schedule .schedule-detail > dl dd .list-person-item.width-full {
  margin-right: 0;
  width: 100%;
}
.section-schedule .schedule-detail > dl dd .list-person-item .text-name {
  line-height: 1.6;
  font-weight: bold;
}
.section-schedule .schedule-detail > dl dd .list-person-item .text-belong {
  font-size: 10px;
  line-height: 1.6;
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-schedule .schedule-detail > dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-schedule .schedule-detail > dl dt {
    font-size: 1.4rem;
    width: 74px;
  }
  .section-schedule .schedule-detail > dl dd {
    padding: 14px 10px 14px 24px;
    width: calc(100% - 74px);
  }
  .section-schedule .schedule-detail > dl dd .text-head {
    font-size: 1.6rem;
  }
  .section-schedule .schedule-detail > dl dd .list-person-item .text-belong {
    font-size: 12px;
  }
}



/* section-booth
========================================== */
.section-booth .booth-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-booth .booth-detail-item {
  background: rgba(0,174,236,0.1);
  border-radius: 16px;
  margin-top: 24px;
  padding: 32px 48px;
}
.section-booth .booth-detail-item .text-head {
  font-size: 2rem;
  font-weight: bold;
}
.section-booth .booth-detail-item .text-head + p {
  font-size: 14px;
  line-height: 1.6;
}
/* PC */
@media only screen and (min-width: 769px) {
  .section-booth .booth-detail-item {
    width: 48.888%;
  }
  .section-booth .booth-detail-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-booth .booth-detail-item {
    margin-top: 16px;
    padding: 32px;
  }
  .section-booth .booth-detail-item:nth-of-type(1) {
    margin-top: 0;
  }
  .section-booth .booth-detail-item .text-head {
    font-size: 1.6rem;
  }
  
}




/* section-overview
========================================== */
.section-overview .overview-detail table {
  border-top: 1px solid #00AEEC;
  width: 100%;
}
.section-overview .overview-detail table th,
.section-overview .overview-detail table td {
  border-bottom: 1px solid #00AEEC;
  font-weight: bold;
  padding-top: 48px;
  padding-bottom: 48px;
  vertical-align: middle;
}
.section-overview .overview-detail table th {
  text-align: center;
  width: 160px;
}
.section-overview .overview-detail table td .small {
  font-size: 1.4rem;
}
/* SP */
@media only screen and (max-width: 768px) {
  .section-overview .overview-detail table th,
  .section-overview .overview-detail table td {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-overview .overview-detail table th {
    font-size: 1.4rem;
    width: 100px;
  }
  .section-overview .overview-detail table td {
    padding-left: 24px;
  }
  .section-overview .overview-detail table td .small {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 8px;
  }
  
}




/* footer
========================================== */
footer {
  position: relative;
}
footer .logo-ideal {
  margin: 100px auto;
  width: 136px;
}
footer a img {
  transition: 0.3s ease-in-out;
}
footer a:hover img {
  opacity: 0.7;
}
footer #pagetop {
  background-image: url(/images/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  cursor: pointer;
  color: transparent;
  font-size: 0;
  height: 48px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: 0.3s ease-in-out;
  width: 48px;
  z-index: 1;
}
footer #pagetop:hover {
  opacity: 0.7;
}
/* SP */
@media only screen and (max-width: 768px) {
  footer .logo-ideal {
    margin: 64px auto;
    width: 100px;
  }
  footer #pagetop {
    height: 40px;
    bottom: 15px;
    right: 15px;
    width: 40px;
  }
}




/* animation
---------------------------------------- */
.fadein {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(40px);
}
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}