@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : schedule.css
Description : スケジュール関連
===================================================================== */
/* =====================================================================
    schedule
======================================================================*/
.schedule > .inner {
  padding-bottom: 50rem;
}

.pager {
  margin-bottom: 5rem;
}
.pager li {
  font-weight: 900;
}
.pager li strong {
  font-size: 133%;
}
.pager li svg {
  fill: #000000;
}
.pager li.prev {
  margin-right: 4rem;
}
.pager li.next {
  margin-left: 4rem;
}
.pager li.sat strong,
.pager li.sat span {
  color: #29becc;
}
.pager li.sun strong,
.pager li.sun span {
  color: #ed537a;
}

.schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule_list li {
  margin: 0 calc(40 / 680 * 100%) 6rem 0;
  width: calc(320 / 680 * 100%);
}
@media screen and (max-width: 767px) {
  .schedule_list li:nth-child(2n), .schedule_list li:last-child {
    margin-right: 0;
  }
  .schedule_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.schedule_list li a {
  position: relative;
  text-align: center;
  padding: 0.8em 0;
  padding-left: 0.5em;
  font-size: 2.8rem;
  font-weight: 800;
  background-color: #fff;
  border-radius: 3em;
  border: 1px solid;
}
.schedule_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1.2em;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.45em;
  height: 0.45em;
  border-top: 0.15em solid #ffde0a;
  border-right: 0.15em solid #ffde0a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.schedule_list li strong {
  font-size: 133%;
}
.schedule_list li.sat strong,
.schedule_list li.sat span {
  color: #29becc;
}
.schedule_list li.sun strong,
.schedule_list li.sun span {
  color: #ed537a;
}

.schedule_illust {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-83 / 680 * 100%) calc(-46 / 680 * 100%);
  width: calc(369 / 680 * 100%);
  z-index: -1;
}

.schedule_illust2 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-81 / 680 * 100%) calc(-108 / 680 * 100%);
  width: calc(349 / 680 * 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .schedule > .inner {
    padding-bottom: 44rem;
  }
  .scheduleIndex > .inner {
    padding-bottom: 22rem;
  }
  .pager li {
    font-size: max(2.5rem,18px);
  }
  .schedule_list li {
    margin: 0 calc(13 / 1280 * 100%) 4rem;
    width: calc(280 / 1280 * 100%);
    min-width: 180px;
  }
  .schedule_list li a {
    font-size: max(2.1rem,16px);
  }
  .schedule_list li a:hover::after {
    right: 0.8em;
  }
  .schedule_illust {
    margin: 0 0 calc(-45 / 1600 * 100%) calc(657 / 1600 * 100%);
    width: calc(328 / 1600 * 100%);
  }
  .schedule_illust2 {
    margin: 0 0 calc(-45 / 1600 * 100%) calc(330 / 1600 * 100%);
    width: calc(262 / 1600 * 100%);
  }
}
/* =====================================================================
    event
======================================================================*/
.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event_list li {
  position: relative;
  margin: 0 0 4rem 0;
  line-height: 1.3;
}
.event_list li figure img {
  border: 2px solid #f2f2f2;
  border-radius: 2.4rem;
}
.event_list li h4 {
  font-weight: 800;
}
.event_list li p {
  margin-bottom: 0.3em;
  font-weight: 900;
  color: #ffde0a;
}
@media screen and (max-width: 767px) {
  .event_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .event_list li figure {
    width: calc(320 / 680 * 100%);
  }
  .event_list_txt {
    position: relative;
    top: -0.15em;
    padding-bottom: 3rem;
    width: calc(320 / 680 * 100%);
  }
  .event_list_txt::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    background: url(../images/common/img_dots2.png) round center/auto 100%;
  }
}

@media screen and (min-width: 768px) {
  .event_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
  }
  .event_list li {
    margin: 0 4.5% 4rem 0;
    padding-bottom: 4rem;
    width: 30.3333333333%;
  }
  .event_list li::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    background: url(../images/common/img_dots2.png) round center/auto 100%;
  }
  .event_list li:nth-child(3n), .event_list li:last-child {
    margin-right: 0;
  }
  .event_list li a:hover {
    opacity: 0.7;
  }
  .event_list li figure {
    margin-bottom: 0.8em;
  }
  .event_list li h4 {
    font-size: max(2.4rem, 16px);
  }
  .event_list li p {
    font-size: max(2.2rem, 15px);
  }
}
/* =====================================================================
    stage
======================================================================*/
.stage {
  position: relative;
  margin-bottom: 10rem;
}
.stage::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #29becc;
  z-index: -1;
}
.stage_inner {
  padding: 8.7rem 0 4rem;
}
.stage_inner::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  z-index: 1;
  bottom: auto !important;
  top: -0.4rem !important;
  right: 0;
  margin: auto;
  width: calc(480 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .stage_inner::before {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.stage_inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_blue.png) round no-repeat center top/auto 100%;
  z-index: 1;
  bottom: -2.8rem;
  right: 0;
  margin: auto;
  width: calc(480 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .stage_inner::after {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.stage .event_list li figure img {
  border: 0;
}
.stage .event_list li h4 {
  color: #fff;
}
.stage .event_list_txt::after {
  background-image: url(../images/common/img_dots3.png);
}

@media screen and (min-width: 768px) {
  .stage_inner {
    padding: 8rem 0 4rem;
  }
  .stage_inner::before, .stage_inner::after {
    width: calc(480 / 1280 * 100%);
  }
  .stage_inner::after {
    bottom: -2.4rem;
  }
  .stage .event_list li::after {
    background-image: url(../images/common/img_dots3.png);
  }
}
/* =====================================================================
    booth
======================================================================*/
.page_ttl + p {
  text-align: center;
  margin-bottom: 11rem;
  line-height: 1.666;
}

.booth_group {
  margin-top: 10rem;
}
.booth_group .sec_subttl span,
.booth_group .sec_subttl small {
  color: #009952;
}/*# sourceMappingURL=schedule.css.map */