/* color
**************************************************************************************************/
/* font
**************************************************************************************************************************/
body {
  font: 16px "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  overflow-x: clip;
  background: #0D101F;
  color: #323232;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Reddit Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: all 0.5s;
  text-decoration: none;
  transition: all 0.3s;
  color: #323232;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* animation
**************************************************************************************************************************/
/* status
**************************************************************************************************************************/
.is_sp {
  display: block;
}

.is_pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block !important;
  }
}
.is_hide {
  display: none;
}

.is_hidden {
  display: none;
}

.is_fixed {
  position: fixed;
}

/* common
**************************************************************************************************************************/
html {
  scroll-padding-top: 64px;
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 98px;
  }
}

/* header
**************************************************************************************************************************/
header {
  padding: 24px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .si-glnv {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .si p.logo {
  font-family: "Reddit Sans", sans-serif;
  line-height: 0.9;
}
header .si p.logo a {
  color: #fff;
  font-size: 24px;
}
header .si p.logo span {
  font-weight: bold;
}
header .si p.logo small {
  font-weight: 300;
  font-size: 13px;
  display: block;
}
.is_home header .si {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(-10px);
}
header .si.is_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .glnv {
  display: none;
}
header .glnv nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  header {
    padding: 24px 30px;
  }
  header .si p.logo a {
    font-size: 52px;
  }
  header .si p.logo span {
    display: block;
  }
  header .si p.logo small {
    font-size: 22px;
    display: block;
  }
  header .glnv {
    display: block;
    flex-grow: 1;
  }
  header .glnv nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
  }
  header .glnv nav ul li {
    margin-left: 3em;
  }
  header .glnv nav ul li a {
    color: #fff;
  }
}

footer {
  background: linear-gradient(0deg, #0A1933, #0A1933), #0A1F44;
  padding: 24px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer p.name {
  font-family: "Reddit Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
footer ul {
  margin: 1.5em 0;
  text-align: center;
  font-size: 13px;
}
footer ul li {
  margin: 0.5em 0;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
  font-family: "Reddit Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  footer {
    padding: 60px;
  }
  footer p.name {
    font-size: 32px;
  }
  footer ul {
    margin: 2em 0 3em 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
  }
  footer ul li {
    margin: 0 1.5em;
  }
  footer .copyright {
    font-size: 12px;
  }
}

/* main
**************************************************************************************************************************/
.wrap {
  overflow: clip;
  position: relative;
  scroll-padding-top: 64px;
}
@media screen and (min-width: 1025px) {
  .wrap {
    scroll-padding-top: 90px;
  }
}

.has_header {
  padding-top: 100px !important;
}
@media screen and (min-width: 1025px) {
  .has_header {
    padding-top: 180px !important;
  }
}

/* footer
**************************************************************************************************************************/
/* nav
**************************************************************************************************************************/
/* wysiwyg
**************************************************************************************************************************/
/* area
**************************************************************************************************************************/
/* top */
.area-kv {
  min-height: 100vh;
  place-items: center;
  display: grid;
  background: url(../img/top/bg-kv.png) 50% 50% repeat-x;
  background-size: calc(100vw + 200px) 100%;
  color: #fff;
  position: relative;
  animation: loop-scroll 60s linear infinite;
}
@keyframes loop-scroll {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -200px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.area-kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 221px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(2.07deg, rgba(9, 24, 49, 0) 31.41%, #091831 102%);
  transform: rotate(-180deg);
}
.area-kv .title::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-top: 2em;
  margin-bottom: 2em;
}
.area-kv .title p {
  color: #A1D9F5;
  font-size: 14px;
  margin-top: 2em;
  font-family: "Reddit Sans", sans-serif;
}
.area-kv .body .lead {
  margin-bottom: 3em;
}
.area-kv .body .lead > p {
  font-size: 14px;
  margin-bottom: 3em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.area-kv .body .lead .registration {
  position: relative;
  z-index: 3;
}
.area-kv .body .lead .registration p.button a {
  font-size: 21px;
}
.area-kv .body .lead .registration p.button span {
  display: block;
  font-size: 14px;
  margin-top: 1em;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .area-kv .inner {
    width: 100%;
    padding: 100px;
    max-width: 1400px;
    margin-inline: auto;
  }
  .area-kv .title p {
    font-size: 19px;
  }
  .area-kv .body .lead-date {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .area-kv .body .lead {
    margin-bottom: 0;
  }
  .area-kv .body .lead > p {
    font-size: 20px;
    margin-bottom: 2em;
  }
  .area-kv .body .lead .registration p.button a {
    font-size: 26px;
    padding: 0.6em 3em;
  }
  .area-kv .body .lead .registration p.button span {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    margin-left: 3em;
  }
}

.area-keynote {
  padding: 48px 24px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-keynote {
    padding: 100px 100px;
  }
  .area-keynote .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
}

.area-speaker {
  padding: 48px 24px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-speaker {
    padding: 100px 100px;
  }
  .area-speaker .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
}

.area-concept {
  padding: 48px 24px;
  color: #fff;
  background: linear-gradient(131.96deg, #1B1A2C 13.57%, #232360 85.51%), linear-gradient(0deg, #111632, #111632), #1F1D34;
}
.area-concept .body h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.area-concept .body p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0.5em;
  color: #CCD1E0;
}
.area-concept .body p:last-of-type {
  margin-top: 1.5em;
}
.area-concept .body p:last-of-type img {
  width: 120px;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .area-concept {
    padding: 100px 100px;
  }
  .area-concept .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .area-concept .title-body {
    display: flex;
  }
  .area-concept .title {
    width: 300px;
  }
  .area-concept .body h3 {
    font-size: 38px;
  }
}

.area-program {
  padding: 48px 24px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-program {
    padding: 100px 100px;
  }
  .area-program .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
}

.area-overview {
  padding: 48px 24px;
  color: #fff;
}
.area-overview .body .info {
  margin-bottom: 24px;
}
.area-overview .body .info .registration {
  margin-bottom: 24px;
}
.area-overview .body .info .registration .button a {
  width: 100%;
  text-align: center;
}
.area-overview .body .info ul {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .area-overview {
    padding: 100px 100px;
  }
  .area-overview .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .area-overview .body .info-map {
    display: flex;
    justify-content: space-between;
  }
  .area-overview .body .info {
    margin-bottom: 0;
    width: 45%;
    order: 2;
  }
  .area-overview .body .info .registration {
    margin-bottom: 24px;
  }
  .area-overview .body .map {
    width: 45%;
    order: 1;
  }
}

.area-registration {
  padding: 48px 12px;
  color: #fff;
  background: url(../img/top/bg02.png) 50% 50% no-repeat, linear-gradient(0deg, #091831, #091831), #F5F8FA;
  background-size: 100% 100%;
  position: relative;
  margin-top: -2px;
  margin-top: -1px;
}
.area-registration .body {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  color: #323232;
  max-width: 660px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.area-registration .body .form {
  margin-bottom: 12px;
}
.area-registration .body .list-notice {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .area-registration {
    padding: 100px 100px;
  }
  .area-registration .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .area-registration .body {
    padding: 36px;
  }
}

.area-contact {
  padding: 48px 12px;
  color: #fff;
  background: url(../img/top/bg02.png) 50% 50% no-repeat, linear-gradient(0deg, #091831, #091831), #F5F8FA;
  background-size: 100% 100%;
  position: relative;
  margin-top: -2px;
  margin-top: -1px;
}
.area-contact .body {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  color: #323232;
  max-width: 660px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.area-contact .body .form {
  margin-bottom: 12px;
}
.area-contact .body .list-notice {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .area-contact {
    padding: 100px 100px;
  }
  .area-contact .inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .area-contact .body {
    padding: 36px;
  }
}

.area-thanks {
  padding: 48px 12px;
  color: #fff;
  background: url(../img/top/bg02.png) 50% 50% no-repeat, linear-gradient(0deg, #091831, #091831), #F5F8FA;
  background-size: 100% 100%;
  position: relative;
  margin-top: -2px;
  margin-top: -1px;
}
.area-thanks .body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5em;
}
.area-thanks .body p.back {
  text-align: center;
}
.area-thanks .body .c-box-bg {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 2em;
}
.area-thanks .body .c-box-bg h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.area-thanks .body .c-box-bg p {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .area-thanks {
    padding: 100px 100px;
  }
  .area-thanks .inner {
    max-width: 784px;
    margin-inline: auto;
  }
  .area-thanks .body {
    text-align: center;
  }
  .area-thanks .body p {
    margin-bottom: 2em;
  }
  .area-thanks .body p.back a {
    width: 300px;
  }
  .area-thanks .body .c-box-bg {
    padding: 32px;
    margin-bottom: 3em;
  }
}

/* component
**************************************************************************************************************************/
/* status */
/* logo */
.c-logo {
  font-family: "Reddit Sans", sans-serif;
  line-height: 0.9;
  color: #fff;
  font-size: 24px;
}
.c-logo span {
  font-weight: bold;
  display: block;
}
.c-logo small {
  font-weight: 300;
  font-size: 13px;
}
.c-logo.is_large {
  font-size: 46px;
}
.c-logo.is_large small {
  font-size: 16px;
  display: block;
  margin-top: 0.2em;
}
@media screen and (min-width: 1025px) {
  .c-logo.is_large {
    font-size: 140px;
  }
  .c-logo.is_large small {
    font-size: 59px;
    display: block;
    margin-top: 0.2em;
  }
}

/* button */
.c-btn.is_primary {
  display: inline-block;
  color: #fff;
  background: linear-gradient(0deg, #FF6B6B 0%, #FF8A7A 100%);
  box-shadow: 0px 8px 24px rgba(23, 25, 30, 0.17);
  border-radius: 4px;
  font-weight: 900;
  padding: 0.6em 2em;
}
.c-btn.is_secondary {
  display: inline-block;
  color: #FF7A6B;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(23, 25, 30, 0.17);
  border-radius: 4px;
  font-weight: 900;
  padding: 0.6em 2em;
}
.c-btn.is_secondary.has_arw {
  padding-right: 4em;
  position: relative;
}
.c-btn.is_secondary.has_arw::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/arw01.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

/* headline */
.c-hl01 {
  margin-bottom: 2em;
}
.c-hl01 .title {
  font-size: 32px;
  font-weight: 800;
}
.c-hl01 .title small {
  display: block;
  font-family: "Reddit Sans", sans-serif;
  color: #FF7A6B;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.c-hl01 .title span {
  margin-left: 1em;
  font-size: 12px;
  font-weight: normal;
}
.c-hl01.is_center {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-hl01 {
    margin-bottom: 4em;
  }
  .c-hl01 .title {
    font-size: 43px;
  }
  .c-hl01 .title small {
    font-size: 23px;
    margin-bottom: 0.3em;
  }
}

.c-hl02 {
  margin-bottom: 2em;
}
.c-hl02 .title {
  font-family: "Reddit Sans", sans-serif;
  color: #FF7A6B;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  .c-hl02 {
    margin-bottom: 4em;
  }
}

.c-speaker .speakers {
  display: grid;
  gap: 60px;
}
.c-speaker .speaker .imgtxt .img {
  margin-bottom: 24px;
}
.c-speaker .speaker .imgtxt .txt h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.c-speaker .speaker .imgtxt .txt .position {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.c-speaker .speaker .imgtxt .txt .profile p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1em;
  color: #CCD1E0;
}
.c-speaker .speaker .imgtxt .txt .profile p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .c-speaker .speakers {
    display: grid;
    gap: 64px 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-speaker .speaker .imgtxt .img {
    margin-bottom: 24px;
  }
  .c-speaker .speaker .imgtxt .txt .position {
    margin-bottom: 0.8em;
  }
}

.c-list-info {
  margin-bottom: 24px;
}
.c-list-info dl {
  display: grid;
  gap: 24px;
}
.c-list-info dl .row {
  padding-left: 35px;
}
.c-list-info dl .row dt {
  font-size: 14px;
  margin-bottom: 0.3em;
  padding-top: 4px;
}
.c-list-info dl .row dd {
  font-size: 16px;
  line-height: 1.8;
}
.c-list-info dl .row dd img {
  width: 200px;
  margin-top: 5px;
}
.c-list-info dl .row:nth-of-type(1) {
  background: url(../img/top/icn-outline01.svg) 0 0 no-repeat;
}
.c-list-info dl .row:nth-of-type(2) {
  background: url(../img/top/icn-outline02.svg) 0 0 no-repeat;
}
.c-list-info dl .row:nth-of-type(3) {
  background: url(../img/top/icn-outline03.svg) 0 0 no-repeat;
}
.c-list-info dl .row:nth-of-type(4) {
  background: url(../img/top/icn-outline04.svg) 0 0 no-repeat;
}
.c-list-info dl .row:nth-of-type(5) {
  background: url(../img/top/icn-outline05.svg) 0 0 no-repeat;
}
.c-list-info dl .row:nth-of-type(6) {
  background: url(../img/top/icn-outline06.svg) 0 0 no-repeat;
}
@media screen and (min-width: 1025px) {
  .c-list-info {
    margin-bottom: 40px;
  }
  .c-list-info dl .row {
    padding-left: 45px;
  }
  .c-list-info dl .row dt {
    font-size: 13px;
  }
}

.c-date p {
  font-family: "Reddit Sans", sans-serif;
  background: url(../img/common/icn-calendar.svg) 0 50% no-repeat;
  background-size: contain;
  padding-left: 2.5em;
  line-height: 1;
}
.c-date p span {
  font-weight: 500;
  font-size: 32px;
}
.c-date p small {
  font-size: 16px;
  font-weight: 300;
}
.c-date address {
  font-style: normal;
  font-size: 14px;
  margin-top: 0.8em;
  background: url(../img/common/icn-map.svg) 0 50% no-repeat;
  background-size: contain;
  padding-left: 1.8em;
}
@media screen and (min-width: 1025px) {
  .c-date p {
    padding-left: 3em;
  }
  .c-date p span {
    font-size: 43px;
  }
  .c-date p small {
    font-size: 31px;
    margin-left: 0.5em;
  }
  .c-date address {
    font-size: 16px;
    margin-top: 1.5em;
  }
}

.c-table-program {
  width: 100%;
  font-size: 14px;
  color: #CCD1E0;
  border-spacing: 5px;
  margin-bottom: 3em;
}
.c-table-program thead th {
  text-align: left;
  color: #FF7A6B;
}
.c-table-program tbody th, .c-table-program tbody td {
  font-weight: normal;
  padding: 0.6em;
  border-bottom: 1px solid #58616E;
  line-height: 1.8;
  padding-bottom: 2em;
}
.c-table-program tbody th {
  width: 50px;
}
.c-table-program tbody td:nth-of-type(1) {
  width: 100px;
}
.c-table-program tbody td:nth-of-type(2) {
  width: auto;
}
.c-table-program tbody td strong {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-table-program {
    font-size: 17px;
  }
  .c-table-program thead tr {
    font-size: 20px;
  }
  .c-table-program tbody th {
    width: 80px;
  }
  .c-table-program tbody td:nth-of-type(1) {
    width: 160px;
  }
  .c-table-program tbody td strong {
    font-size: 20px;
  }
}

/* utility
**************************************************************************************************************************/
.u-vertically {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.u-alr {
  text-align: right;
}

.u-center {
  text-align: center;
}

.u-img-zoom {
  overflow: hidden;
}
.u-img-zoom img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: 100%;
}
.u-img-zoom:hover img {
  transform: scale(1.1, 1.1);
}

.u-size-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.u-sticky-panel {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.u-nonsticky-panel {
  z-index: 3;
  position: relative;
}

/*# sourceMappingURL=layout.css.map */
