/* =========================== [ #container ] */
#page {
  width: 100vw;
}

.u-mg-b12 {
  margin-bottom: 12vw !important;
}

.u-mg-b8 {
  margin-bottom: 8vw !important;
}

.main {
  width: 100%;
  margin: 0 auto;
}
.main * {
  position: relative;
  box-sizing: border-box;
}
.main img {
  width: 100%;
  height: auto;
}
.main a {
  color: #01fae6;
}

footer {
  z-index: 100;
  position: fixed;
  bottom: 0;
}

.cv_area {
  right: 0;
  left: 2vw;
  width: 68vw;
  margin: 0 auto;
}
.cv_area ul {
  flex-direction: column;
}
.cv_area ul li {
  padding-bottom: 2vw;
}

.head {
  height: 165vw;
  background: url(main_bg_sp.jpg) center center no-repeat;
  background-size: cover;
}
.head .ttl-sub {
  font-size: 1.4em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
}
.head .ttl-sub__item {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.3em;
  width: 100%;
  text-align: center;
}
.head .ttl-sub__item--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.head .ttl-sub__item--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.head .main_slogan {
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.head .logo {
  position: absolute;
  width: 75vw;
  margin: auto;
  left: 0;
  right: 0;
  top: 52vw;
}
.head .cv_area {
  position: absolute;
  top: 104vw;
}

.contents {
  padding: 12vw 0;
  color: #fff;
}
.contents--event, .contents--rule {
  background-image: url(bg_stripe.png), url(bg_event_sp.jpg);
  background-position: top center, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
}
.contents--event .ttl {
  height: 2.5em;
}
.contents--event .ttl img {
  height: 100%;
  width: auto;
}
.contents--event .ttl-sub.pic01 {
  position: static;
}
.contents--event .ttl-sub.pic01::before {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_event01_sp.png) top center no-repeat;
  background-size: contain;
  width: 61vw;
  height: 206vw;
  left: 0;
  top: 0;
}
.contents--event .ttl-sub.pic02::before {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_event02_sp.png) top center no-repeat;
  background-size: contain;
  width: 57.4vw;
  height: 212vw;
  right: 0;
  top: -33vw;
}
.contents--mgcm {
  background-image: url(bg_stripe.png), url(bg_mgcm_sp.jpg);
  background-position: top center, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
}
.contents--mgcm .ttl {
  height: 5.6em;
  margin-bottom: 0 !important;
}
.contents--mgcm .ttl img {
  height: 100%;
  width: auto;
}
.contents--rule::before, .contents--rule::after {
  content: none !important;
}
.contents--rule .ttl {
  height: 2.5em;
}
.contents--rule .ttl img {
  height: 100%;
  width: auto;
}
.contents--rule .wrap-rule {
  background: #000;
  padding: 12vw 4vw 4vw;
  width: 100vw;
  margin-bottom: 8vw;
}
.contents::before, .contents::after {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_tri_sp.png) top right no-repeat;
  background-size: contain;
  width: 19vw;
  height: 31vw;
}
.contents::before {
  top: 0;
  right: 0;
}
.contents::after {
  bottom: 0;
  left: 0;
  transform: rotateZ(180deg);
}
.contents .ttl {
  z-index: 10;
  margin-bottom: 8vw;
}
.contents .ttl-sub {
  font-size: 1.4em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents .ttl-sub__item {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.3em;
}
.contents .ttl-sub__item--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.contents .ttl-sub__item--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.contents .text {
  font-size: 1em;
  text-align: left;
  width: 100%;
  margin: 0 auto 8vw;
  padding: 1em;
}
.contents .text--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.contents .text--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.contents .text--showmore {
  height: 8em;
  overflow-y: hidden;
  transition: 0.5s;
}
.contents .text--showmore.is-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: unset;
}
.contents .text .btn-showmore {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
  color: #01fae6;
}
.contents .text .btn-showmore--01 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d31f6e 70%);
}
.contents .text .btn-showmore--02 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #7e00ff 70%);
}
.contents .text .btn-showmore--03 {
  padding-bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 70%);
}
.contents .cv_area {
  z-index: 10;
}
.contents .cv_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .cv_area ul li {
  margin: 0;
}/*# sourceMappingURL=main.css.map */