@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : イベント関連
===================================================================== */
/* =====================================================================
    category
======================================================================*/
.category {
  position: relative;
  margin-bottom: 10rem;
}
.category::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
.category_inner {
  padding: 8.7rem 0 4rem;
}
.category_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.2rem !important;
  right: 0;
  margin: auto;
  width: calc(480 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .category_inner::before {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.category_inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_gray.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) {
  .category_inner::after {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.category p {
  margin-top: 0.5em;
  font-size: 93%;
  text-align: center;
}

.category_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category_list li {
  margin: 0 2rem 2rem 0;
}
.category_list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 0.3em;
  font-weight: 800;
  line-height: 1.3;
  color: #009952;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category_list li label img {
  margin-right: 0.2em;
  width: 1.87em;
}
.category_list li input {
  display: none;
}
.category_list li input:checked + label {
  background: rgba(0, 153, 82, 0.1);
  -webkit-box-shadow: 0 0 0 2px #009952;
          box-shadow: 0 0 0 2px #009952;
}
.category_list li.all label {
  padding: 0 0.8em;
  height: 100%;
  line-height: 1;
  background-color: #fff;
  border-radius: 3em;
}
.category_list li.all input:checked + label {
  color: #fff;
  background: #009952;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .category_inner {
    padding: 8rem 0 4rem;
  }
  .category_inner::before, .category_inner::after {
    width: calc(480 / 1280 * 100%);
  }
  .category_inner::after {
    bottom: -2.4rem;
  }
  .category_list {
    margin: 0 auto;
    max-width: 800px;
  }
  .category_list li {
    margin: 0 6rem 2.6rem 0;
  }
  .category_list li label {
    font-size: max(2rem, 17px);
  }
}
/* =====================================================================
    event
======================================================================*/
.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event_list li {
  position: relative;
  padding-bottom: 4.5rem;
  line-height: 1.3;
}
.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 figure {
  margin-bottom: 0.8em;
}
.event_list li figure img {
  border: 2px solid #f2f2f2;
  border-radius: 2.4rem;
}
.event_list li h3 {
  font-weight: 800;
}
.event_list li p {
  margin-top: 0.3em;
  font-weight: 800;
  color: #009952;
}

@media screen and (max-width: 767px) {
  .event_list {
    margin-left: calc(-35 / 680 * 100%);
    width: calc(750 / 680 * 100%);
  }
  .event_list li {
    margin: 0 calc(16 / 750 * 100%) 4rem;
    width: calc(324 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .event_list li {
    margin: 0 1.5% 4rem;
    width: 30.3333333333%;
  }
  .event_list li a:hover {
    opacity: 0.7;
  }
  .event_list li h3,
  .event_list li p {
    font-size: max(2.4rem, 16px);
  }
}
.event_list li.is-hidden {
  display: none;
}

/* =====================================================================
    article
======================================================================*/
.articles {
  position: relative;
  margin-bottom: 8rem;
}
.articles::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%;
}
.articles article {
  padding-bottom: 14rem;
}
.articles article header {
  position: relative;
  padding: 6rem 0 20rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.articles article header::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #009952;
  z-index: -1;
}
.articles article header h3 {
  font-size: 4rem;
}
.articles article header p {
  margin-top: 0.3em;
  color: #ffde0a;
}

.article_header_inner {
  padding-left: 2rem;
  border-left: 0.8rem solid #fff;
}

.article_contents {
  position: relative;
  line-height: 1.666;
}
.article_contents > *:not(:last-child) {
  margin-bottom: 6rem;
}
.article_contents figure {
  margin-top: -16rem;
}
.article_contents figure img {
  border-radius: 3.2rem;
}
.article_contents p span {
  color: #ed537a;
}

.article_banner {
  margin-left: auto;
  margin-right: auto;
  width: calc(600 / 680 * 100%);
  -webkit-filter: drop-shadow(0px 2.4rem 4rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2.4rem 4rem rgba(0, 0, 0, 0.15));
}

@media screen and (min-width: 768px) {
  .articles article header::before {
    width: 96vw;
    max-width: 1280px;
    border-radius: 4rem;
  }
  .articles article header h3 {
    font-size: max(3.5rem, 24px);
  }
  .articles article header p {
    margin-top: 0.5em;
    font-size: max(2rem, 16px);
  }
  .article_header_inner {
    margin: 0 auto;
    padding-left: 2.5rem;
    max-width: 800px;
  }
  .article_contents {
    margin: 0 auto;
    max-width: 800px;
    line-height: 2.111;
  }
  .article_contents > *:not(:last-child) {
    margin-bottom: 4rem;
  }
  .article_contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 86.25%;
  }
  .article_banner {
    width: calc(480 / 1280 * 100%);
  }
  .article_banner:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@media screen and (min-width: 1600px) {
  .articles article header::before {
    width: 100%;
  }
}
/* =====================================================================
    booth
======================================================================*/
.event_stage {
  margin-bottom: 8rem;
}
.event_stage > img {
  border-radius: 3.2rem;
  width: 70%;
  margin: 0 auto;
}
.event_stage .btn_shinoby {
  margin-top: calc(-120 / 680 * 100%);
}

.booth_illust {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-76 / 680 * 100%) calc(-80 / 680 * 100%);
  width: calc(513 / 680 * 100%);
  z-index: -1;
}

.tags {
  display: none;
}

@media screen and (min-width: 768px) {
  .event_stage {
    margin: 0 auto 12rem;
    max-width: 450px;
  }
  .event_stage img {
    width: 100%;
  }
  .event_stage .btn_shinoby {
    margin-top: -14%;
  }
  .booth_illust {
    margin: 0 0 calc(-43 / 1600 * 100%) calc(200 / 1600 * 100%);
    width: calc(385 / 1600 * 100%);
  }
}
@media screen and (min-width: 1600px) {
  .event_stage .btn_shinoby {
    margin-top: -19.0104166667%;
  }
}
/* =====================================================================
    stage
======================================================================*/
.stage .page_ttl small,
.stage .category_list li label,
.stage .event_list li p {
  color: #ed537a;
}
.stage .category_list li input:checked + label {
  -webkit-box-shadow: 0 0 0 1px #ed537a;
          box-shadow: 0 0 0 1px #ed537a;
}
.stage .category_list li.all input:checked + label,
.stage .articles article header::before {
  background: #ed537a;
}

.stage_illust1 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-55 / 680 * 100%) calc(-35 / 680 * 100%);
  width: calc(390 / 680 * 100%);
  z-index: -1;
}

.stage_illust2 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(127 / 680 * 100%) calc(-76 / 680 * 100%) 0;
  width: calc(293 / 680 * 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .stage .btn_shinoby {
    margin-top: 8rem;
  }
  .stage_illust1 {
    margin: 0 0 calc(-27 / 1600 * 100%) calc(400 / 1600 * 100%);
    width: calc(293 / 1600 * 100%);
  }
  .stage_illust2 {
    margin: 0 calc(400 / 1600 * 100%) calc(-43 / 1600 * 100%) 0;
    width: calc(220 / 1600 * 100%);
  }
}/*# sourceMappingURL=event.css.map */