@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
*    header
* =================================================================== */
.header .nav {
  padding: 6.6rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav {
    padding: 2rem 0;
  }
}
.header .nav > .inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .nav > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 1920px;
  }
}
.header .nav h1 {
  margin: 0 auto;
  width: calc(537 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .header .nav h1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
    width: calc(460 / 1920 * 100%);
  }
}
.header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .header .nav-menu {
    margin: 0 0 0 calc(120 / 1920 * 100%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(610 / 1920 * 100%);
  }
}
.header .nav-menu li {
  margin: 0 calc(15 / 750 * 100%);
  width: calc(160 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .header .nav-menu li a {
    border-radius: 50%;
    position: relative;
  }
  .header .nav-menu li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    background: #cccccc;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    z-index: -1;
    border-radius: 50%;
  }
  .header .nav-menu li a:hover {
    opacity: 1;
  }
  .header .nav-menu li a:hover::before {
    opacity: 1;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
  }
}

.page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 8rem calc(50% - 50vw) 0;
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .page-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0 0;
    font-size: 4.6rem;
  }
}
.page-menu li {
  width: 6.166em;
  height: 6.166em;
}
@media screen and (min-width: 768px) {
  .page-menu li {
    margin: 0 0.657em;
  }
}
.page-menu li:nth-child(3n), .page-menu li:last-child {
  margin-right: 0;
}
.page-menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  border-radius: 50%;
  line-height: 1.2;
}
.page-menu li a .ja {
  margin-top: 0.2em;
  font-size: 66%;
}
@media screen and (min-width: 768px) {
  .page-menu li a .ja {
    font-size: 48%;
  }
}

/* =====================================================================
    booth
======================================================================*/
.booth {
  padding: 14rem 0;
}
@media screen and (min-width: 768px) {
  .booth {
    padding: 10rem 0;
  }
  .booth .sub-ttl {
    margin-bottom: 3rem;
  }
}
.booth-ttl {
  text-align: center;
  margin-bottom: 10rem;
  font-weight: 900;
  font-size: 4.5rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .booth-ttl {
    margin-bottom: 6rem;
  }
}
.booth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .booth-list {
    width: 100%;
    max-width: 1080px;
  }
}
.booth-list > li {
  margin: 0 3.125% 3.125% 0;
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .booth-list > li:nth-child(3n), .booth-list > li:last-child {
    margin-right: 0;
  }
  .booth-list > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .booth-list > li {
    margin: 0 3.7037037037% 3.7037037037% 0;
    width: 17.037037037%;
  }
  .booth-list > li:nth-child(5n), .booth-list > li:last-child {
    margin-right: 0;
  }
  .booth-list > li:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
}
.booth-list > li img {
  border-radius: 2rem;
}

/* =====================================================================
    access
======================================================================*/
.access {
  padding-top: 18rem;
}
@media screen and (min-width: 768px) {
  .access > .inner {
    max-width: 1820px;
  }
}
.access-map {
  border-radius: 2rem;
  overflow: hidden;
}
.access-map iframe {
  width: 100%;
}

/* =====================================================================
*    footer
* =================================================================== */
.copyright {
  padding: 8rem 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.916;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.4rem;
  }
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(710 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 80%;
    max-width: 1080px;
  }
}
.popup-close {
  position: absolute;
  top: -4.5em;
  right: 0;
  width: 4em;
  height: 4em;
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  padding-top: 90%;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close::after {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  line-height: 1.666;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup-list > li {
    font-size: 93%;
  }
}
.popup-list > li h2 {
  text-align: center;
  padding: 5rem 4.9295774648%;
  font-size: 170%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .popup-list > li h2 {
    padding: 3rem 5.5555555556%;
    font-size: 200%;
  }
}
.popup-list > li[id^=event_id_] h2 {
  text-align: left;
}
.popup-list-content {
  padding: 4.9295774648%;
}
@media screen and (min-width: 768px) {
  .popup-list-content {
    padding: 5rem 5.5555555556%;
  }
}
.popup-list-content > *:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .popup-list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .popup-list-head > *:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-list-head figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4.1666666667%;
    width: 45.8333333333%;
  }
}
.popup-list-head figure img {
  border-radius: 3.4rem;
}
@media screen and (min-width: 768px) {
  .popup-list-head dl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.popup-list-head dl dt.line {
  margin-bottom: 0.4em;
  font-size: 142%;
  text-decoration: underline;
}
.popup-list-head dl dd {
  margin-left: 1em;
}
.popup-list-about h3 {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 3em;
}
.popup-list-about h3, .popup-list-notice h3 {
  text-align: center;
  font-size: 114%;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .popup-list-about h3, .popup-list-notice h3 {
    font-size: 133%;
  }
}
.popup-list-about ul > li, .popup-list-notice ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.popup-list-about ul > li em, .popup-list-notice ul > li em {
  font-style: normal;
  font-size: 114%;
}
.popup-list-about ul > li span, .popup-list-notice ul > li span {
  color: #ff0000;
}
.popup-list-notice {
  padding: 6rem 5.46875%;
  background-color: #f5f5f5;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .popup-list-notice {
    padding: 3rem 3.125%;
  }
}
.popup-list-notice h3 {
  margin-bottom: 6rem;
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  .popup-list-notice h3 {
    margin-bottom: 3rem;
  }
}
.popup-schedule-ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .popup-schedule-ttl {
    margin-bottom: 2rem;
  }
}
.popup-schedule-ttl span {
  padding-bottom: 0.2em;
  font-size: 133%;
  font-weight: 700;
  border-bottom: 0.16em dotted currentColor;
}
@media screen and (min-width: 768px) {
  .popup-schedule-ttl span {
    font-size: 166%;
  }
}
@media screen and (min-width: 768px) {
  .popup-schedule-content {
    font-size: 111%;
  }
}
.popup-schedule-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-schedule-content dl:last-child > * {
  border-bottom: 0;
}
.popup-schedule-content dl > * {
  border-bottom: 2px solid #e0e0e0;
}
.popup-schedule-content dl dt,
.popup-schedule-content dl dd p {
  padding: 3rem 0;
}
.popup-schedule-content dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  margin-right: 0.8em;
  width: 4em;
  font-size: 107%;
}
@media screen and (min-width: 768px) {
  .popup-schedule-content dl dt {
    width: 5.5em;
    font-size: 118%;
  }
}
.popup-schedule-content dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-schedule-content dl dd figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5%;
  padding: 1em 0;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .popup-schedule-content dl dd figure {
    width: 15%;
  }
}
.popup-schedule-content dl dd figure img {
  border-radius: 0.8rem;
}
.popup-img-slider .slick-list {
  border-radius: 3.4rem;
  overflow: hidden;
}
.popup-img-slider .slick-list img {
  border-radius: 0;
}
.popup-img-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
  width: 100%;
}
.popup-img-slider .slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.5em;
  height: 0.5em;
}
.popup-img-slider .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.popup-img-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.booth-list h4 {
  padding: 1em 0;
  color: #6e57ec;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .popup-list-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.gDef-top-banner {
  background-color: #f7f7f7;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #3a3f43;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .wrapper a,
  .wrapper button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    opacity: 0.7;
  }
}

.main p,
.main dd {
  line-height: 1.666;
}
.main p a,
.main dd a {
  display: inline;
  color: #ff00b1;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .inner {
    width: 80%;
    max-width: 1480px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.header,
.main > *,
.footer,
.popup {
  position: relative;
}
.header::after,
.main > *::after,
.footer::after,
.popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img_noise.gif) repeat center/30rem auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.header .is-front,
.main > * .is-front,
.footer .is-front,
.popup .is-front {
  position: relative;
  z-index: 2;
}

.popup-list > li {
  z-index: initial;
}

.header .nav-menu li,
.page-menu li {
  position: relative;
  z-index: 1;
}

/* =====================================================================
    共通
======================================================================*/
.content01 {
  padding: 0 0 16rem;
  background: url(../images/bg_pattern-sp.jpg) repeat top center/100% auto;
}
@media screen and (min-width: 768px) {
  .content01 {
    padding-bottom: 10rem;
    background-image: url(../images/bg_pattern-pc.jpg);
  }
}
.content01-inner {
  position: relative;
}
.content01-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 9rem;
}
@media screen and (min-width: 768px) {
  .content01-inner::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    max-width: 1720px;
  }
}

.content_02 {
  background-color: #ffffff;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 10rem;
}
.sec-ttl .en {
  display: inline-block;
  color: transparent;
  letter-spacing: 0.02em;
  background: url(../images/ttl_grade.jpg) no-repeat center/150%;
  background-clip: text;
  -webkit-background-clip: text;
}
.sec-ttl .ja {
  display: block;
  margin-top: 0.6em;
  font-size: 30%;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ja {
    margin-top: 1em;
    font-size: 20%;
  }
}

.sub-ttl {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0.3em 1em;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #6e57ec;
  border-radius: 3em;
  border: 1px solid currentColor;
}
@media screen and (min-width: 768px) {
  .sub-ttl {
    font-size: 166%;
  }
}

a.btn01,
button.btn01 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 1em 1.5em;
  padding-right: 2.2em;
  font-weight: 900;
  line-height: 1.3;
  border-radius: 1.6rem;
  border: 0.4rem solid #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#bfb3ff), color-stop(52%, #f175d3), color-stop(98%, #ff8585));
  background: linear-gradient(to left, #bfb3ff 0%, #f175d3 52%, #ff8585 98%);
  -webkit-box-shadow: 0px 1.4rem 1.5rem 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1.4rem 1.5rem 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  a.btn01,
  button.btn01 {
    padding: 0.8em 2em;
    padding-right: 2.8em;
    font-size: 122%;
  }
  a.btn01:hover,
  button.btn01:hover {
    opacity: 1;
  }
  a.btn01:hover::before,
  button.btn01:hover::before {
    opacity: 0;
  }
  a.btn01:hover::after,
  button.btn01:hover::after {
    margin-right: -0.3em;
  }
}
a.btn01::before,
button.btn01::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#bfb3ff), color-stop(52%, #f175d3), color-stop(98%, #ff8585));
  background: linear-gradient(to right, #bfb3ff 0%, #f175d3 52%, #ff8585 98%);
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
a.btn01::after,
button.btn01::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1.5em;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.15em solid #ffffff;
  border-right: 0.15em solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
  a.btn01::after,
  button.btn01::after {
    right: 1.8em;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
  }
}
a.btn01.cs,
button.btn01.cs {
  background: #fff !important;
  pointer-events: none;
  -webkit-filter: brightness(180%) contrast(55%) grayscale(100%);
          filter: brightness(180%) contrast(55%) grayscale(100%);
}
a.btn01.cs::before,
button.btn01.cs::before {
  display: none;
}
a.btn01.cs span,
button.btn01.cs span {
  color: #474747 !important;
}
a.btn01[download]::after,
button.btn01[download]::after {
  width: 1.4em;
  height: 1.4em;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_download.svg) no-repeat center/contain;
}
a.btn01[download]:hover::after,
button.btn01[download]:hover::after {
  margin-right: 0;
}

/* =====================================================================
    header
======================================================================*/
.page-menu {
  margin: 0;
  padding: 5rem 0;
}
.page-menu li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 88%;
  letter-spacing: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-menu li a {
    position: relative;
  }
  .page-menu li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    background: -webkit-gradient(linear, left bottom, left top, from(#63bdfb), color-stop(50%, #c99cff), to(#f984de));
    background: linear-gradient(to top, #63bdfb 0%, #c99cff 50%, #f984de 100%);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    z-index: -1;
    border-radius: 50%;
  }
  .page-menu li a:hover {
    opacity: 1;
  }
  .page-menu li a:hover::before {
    opacity: 1;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
  }
}
.page-menu li a .en {
  font-family: "Montserrat", sans-serif;
}
.page-menu li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.2em;
  right: 50%;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
.page-menu li a[href="#concept"]::after {
  border-color: #f175d3;
}
.page-menu li a[href="#concept"] .ja {
  color: #f175d3;
}
.page-menu li a[href="#sponsor"]::after {
  border-color: #58e2ea;
}
.page-menu li a[href="#sponsor"] .ja {
  color: #58e2ea;
}
.page-menu li a[href="#schedule"]::after {
  border-color: #9685f3;
}
.page-menu li a[href="#schedule"] .ja {
  color: #9685f3;
}

/* =====================================================================
    concept
======================================================================*/
.concept {
  padding: 18rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .concept {
    padding: 15rem 0 5rem;
  }
  .concept > .inner {
    max-width: 1080px;
  }
}
.concept .sec-ttl {
  margin-bottom: 10rem;
}
.concept-lead {
  text-align: center;
  margin-bottom: 10rem;
  font-weight: 700;
  font-size: 98%;
  line-height: 2.133 !important;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .concept-lead {
    font-size: 133%;
  }
}
.concept-group:not(:last-child) {
  margin-bottom: 11rem;
}
.concept-group figure img {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640.218 436.53"><path d="M55.19,5560.52v329.99a39.11,39.11,0,0,0,18.193,33.05l44.649,28.28a39.1,39.1,0,0,0,20.935,6.07H656.294a39.121,39.121,0,0,0,39.127-39.12v-330a39.123,39.123,0,0,0-18.192-33.05l-44.648-28.28a39.183,39.183,0,0,0-20.936-6.07H94.318A39.129,39.129,0,0,0,55.19,5560.52Z" transform="translate(-55.188 -5521.38)"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640.218 436.53"><path d="M55.19,5560.52v329.99a39.11,39.11,0,0,0,18.193,33.05l44.649,28.28a39.1,39.1,0,0,0,20.935,6.07H656.294a39.121,39.121,0,0,0,39.127-39.12v-330a39.123,39.123,0,0,0-18.192-33.05l-44.648-28.28a39.183,39.183,0,0,0-20.936-6.07H94.318A39.129,39.129,0,0,0,55.19,5560.52Z" transform="translate(-55.188 -5521.38)"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.concept-list01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.5rem calc(20 / 680 * 100%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .concept-list01 > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5rem 4.6296296296%;
  }
}
.concept-list01 > li:not(:last-child) {
  margin-bottom: 5rem;
}
.concept-list01 > li h4 {
  margin-bottom: 5rem;
  font-size: 133%;
  font-weight: 900;
  line-height: 1.4;
  color: #ff00b1;
}
@media screen and (max-width: 767px) {
  .concept-list01 > li h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .concept-list01 > li h4 {
    margin-bottom: 4rem;
    font-size: 166%;
  }
}
@media screen and (max-width: 767px) {
  .concept-list01 > li p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.concept-list01 > li figure {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .concept-list01 > li figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .concept-list01 > li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 5.1020408163%;
    width: 44.8979591837%;
  }
}
.concept-list01-left {
  display: contents;
}
@media screen and (min-width: 768px) {
  .concept-list01-left {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .concept-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.concept-list02 > li {
  margin: 0 auto 5rem;
  width: calc(640 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .concept-list02 > li {
    margin: 0 1.6666666667% 3rem;
    width: 40.7407407407%;
  }
}
.concept-list02 > li figure {
  margin-bottom: 3rem;
}
.concept-list02 > li h4 {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 133%;
  line-height: 1.4;
  color: #ff00b1;
}
@media screen and (min-width: 768px) {
  .concept-list02 > li h4 {
    font-size: 144%;
  }
}
.concept-list02 > li p {
  font-size: 86%;
  color: #656565;
}

/* =====================================================================
    schedule
======================================================================*/
.schedule {
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding: 5.5rem 0;
  }
  .schedule > .inner {
    max-width: 1280px;
  }
}
.schedule::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(680 / 750 * 100%);
  height: 100%;
  background: url(../images/bg_schedule-sp.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .schedule::before {
    width: 90%;
    background-image: url(../images/bg_schedule-pc.png);
  }
}
@media screen and (min-width: 1920px) {
  .schedule::before {
    width: 94.1860465116%;
    max-width: 1620px;
  }
}
@media screen and (max-width: 767px) {
  .schedule .sec-ttl .en {
    font-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .schedule-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.schedule-btn .btn01 {
  margin: 0 auto 4rem;
  text-align: left;
  width: calc(550 / 680 * 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(19%, #e5eefd), color-stop(65%, #bfb3ff), to(#f175d3));
  background: linear-gradient(to left, #e5eefd 19%, #bfb3ff 65%, #f175d3 100%);
}
.schedule-btn .btn01:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .schedule-btn .btn01 {
    margin: 0 calc(10 / 1280 * 100%);
    width: calc(530 / 1280 * 100%);
    min-width: 300px;
    font-size: 100%;
  }
}
.schedule-btn .btn01::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #e5eefd), color-stop(65%, #bfb3ff), to(#f175d3));
  background: linear-gradient(to right, #e5eefd 19%, #bfb3ff 65%, #f175d3 100%);
}
.schedule-btn .btn01 span {
  display: inline-block;
  margin-bottom: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 186%;
  letter-spacing: 0.07em;
  color: #ff00b1;
}
@media screen and (min-width: 768px) {
  .schedule-btn .btn01 span {
    font-size: 209%;
  }
}
.schedule-btn .btn01 span em {
  font-style: normal;
  font-size: 120%;
}
.schedule-btn .btn01[data-popup=schedule_id_02] {
  background: -webkit-gradient(linear, right top, left top, color-stop(19%, #e5eefd), color-stop(65%, #96d0f4), to(#7bffff));
  background: linear-gradient(to left, #e5eefd 19%, #96d0f4 65%, #7bffff 100%);
}
.schedule-btn .btn01[data-popup=schedule_id_02]::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #e5eefd), color-stop(65%, #96d0f4), to(#7bffff));
  background: linear-gradient(to right, #e5eefd 19%, #96d0f4 65%, #7bffff 100%);
}
.schedule-btn .btn01[data-popup=schedule_id_02] span {
  color: #6e57ec;
}

/* =====================================================================
    present
======================================================================*/
.present {
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .present > .inner {
    max-width: 1080px;
  }
}
.present-text {
  text-align: center;
  padding: 8rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.5 !important;
  color: #3a3f43;
  background-color: #ffffff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 1.6rem 2.4rem 0px rgba(0, 42, 113, 0.1);
          box-shadow: 0px 1.6rem 2.4rem 0px rgba(0, 42, 113, 0.1);
}
.present-text small {
  display: block;
  font-size: 66%;
  color: #6e57ec;
}

/* =====================================================================
    sponsor
======================================================================*/
.sponsor {
  padding: 10rem 0 4rem;
}
.sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
}
.sponsor-list > li {
  margin: 0 auto 5rem;
  width: calc(640 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .sponsor-list > li {
    margin: 0 2.8571428571% 6rem 0;
    width: 31.4285714286%;
  }
  .sponsor-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
.sponsor-list > li figure {
  margin-bottom: 3rem;
}
.sponsor-list > li figure img {
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640.218 436.53"><path d="M55.19,5560.52v329.99a39.11,39.11,0,0,0,18.193,33.05l44.649,28.28a39.1,39.1,0,0,0,20.935,6.07H656.294a39.121,39.121,0,0,0,39.127-39.12v-330a39.123,39.123,0,0,0-18.192-33.05l-44.648-28.28a39.183,39.183,0,0,0-20.936-6.07H94.318A39.129,39.129,0,0,0,55.19,5560.52Z" transform="translate(-55.188 -5521.38)"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640.218 436.53"><path d="M55.19,5560.52v329.99a39.11,39.11,0,0,0,18.193,33.05l44.649,28.28a39.1,39.1,0,0,0,20.935,6.07H656.294a39.121,39.121,0,0,0,39.127-39.12v-330a39.123,39.123,0,0,0-18.192-33.05l-44.648-28.28a39.183,39.183,0,0,0-20.936-6.07H94.318A39.129,39.129,0,0,0,55.19,5560.52Z" transform="translate(-55.188 -5521.38)"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.sponsor-list > li h4 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 133%;
  font-weight: 900;
  line-height: 1.4;
  color: #ff00b1;
}
.sponsor-list > li p {
  font-size: 86%;
  color: #656565;
}

/* =====================================================================
    about
======================================================================*/
@media screen and (min-width: 768px) {
  .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .column2 .sec-ttl {
    position: relative;
    top: -0.4em;
    text-align: left;
  }
  .column2 .sec-ttl .en {
    font-size: 60%;
  }
  .column2-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 calc(70 / 1480 * 100%) 0 0;
    width: calc(300 / 1480 * 100%);
  }
  .column2-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.about {
  padding: 14rem 0;
}
.about-list {
  border-top: 1px solid #f175d3;
}
.about-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.666;
  border-bottom: 1px solid #f175d3;
}
.about-list li > * {
  padding: 0.8em 0;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .about-list li > * {
    padding: 0.6em 0;
  }
}
.about-list li h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.7em;
  width: 2.8em;
  font-weight: 700;
  color: #f175d3;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (min-width: 768px) {
  .about-list li h3 {
    margin-right: 3em;
    width: 4.5em;
  }
}

/* =====================================================================
    map
======================================================================*/
.map {
  padding: 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .map .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map .column2-left {
    display: contents;
  }
  .map .column2 .sec-ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .map .btn01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    width: calc(600 / 680 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .map .btn01 {
    padding: 1em 1em 2.8em;
    font-size: 2rem;
  }
  .map .btn01::after {
    top: auto;
    right: auto;
    bottom: 0.8em;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .map figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 6rem;
  }
}
.map figure img {
  border-radius: 2rem;
}

/* =====================================================================
    booth
======================================================================*/
.booth {
  padding-bottom: 0;
}
.booth-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* =====================================================================
    access
======================================================================*/
.access {
  padding-top: 15rem;
}

/* =====================================================================
    popup
======================================================================*/
.popup-bg {
  background: rgba(0, 0, 0, 0.3);
}
.popup-close::before, .popup-close::after {
  border-color: #3a3f43;
}
.popup-list > li h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#5fbffb), color-stop(50%, #ca9bff), to(#fa83dd));
  background: linear-gradient(to left, #5fbffb 0%, #ca9bff 50%, #fa83dd 100%);
}
.popup-list-head dl dt {
  color: #ff00b1;
}
.popup-list-about h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #ffffff;
  background-color: #9685f3;
}
.popup-schedule-ttl span {
  font-weight: 700;
  color: #ff00b1;
  border-style: solid;
}
.popup-schedule-content dl > * {
  border-color: #e0e0e0;
}
.popup-schedule-content dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #037dfa;
}
.popup-img-slider .slick-dots li.slick-active button::before {
  background-color: #ff00b1;
}

.facility-ttl picture {
  display: block;
  width: 80%;
  margin: 8em auto 0;
}
/*# sourceMappingURL=base.css.map */