/* ========================= [ .main ] */
.main {
  min-width: 1040px;
  min-height: 500px;
  overflow: hidden;
}

/* ===== .base kit */
.main .head .cv_area .btn,
.main .contents .cv_area .btn {
  transition: 0.5s;
}

.main .head .cv_area .btn:hover,
.main .contents .cv_area .btn:hover {
  filter: brightness(1.2);
}

.u-mg-b60 {
  margin-bottom: 60px;
}

.u-mg-b40 {
  margin-bottom: 40px;
}

.main * {
  position: relative;
}
.main img {
  max-width: 100%;
  height: auto;
}
.main a {
  color: #01fae6;
}
.main .head {
  z-index: 10;
  height: 880px;
  background: url(main_bg_pc.jpg) top center no-repeat;
}
.main .head .ttl-sub {
  font-size: 2.6em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 20px;
}
.main .head .ttl-sub__item {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.3em;
}
.main .head .ttl-sub__item--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.main .head .ttl-sub__item--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.main .head .main_slogan {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
.main .head .logo {
  position: absolute;
  margin: auto;
  top: 120px;
  left: 0;
  right: -500px;
}
.main .head .cv_area {
  position: absolute;
  width: 100%;
  bottom: 105px;
  left: 0;
}
.main .head .cv_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .head .cv_area ul li {
  margin: 0;
}
.main .contents {
  padding: 100px 0;
  color: #fff;
}
.main .contents--event, .main .contents--rule {
  background-image: url(bg_stripe.png), url(bg_event_pc.jpg);
  background-position: top center, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
}
.main .contents--event .ttl-sub.pic01::before {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_event01_pc.png) top center no-repeat;
  background-size: contain;
  width: 1205px;
  height: 1474px;
  margin: auto;
  left: -740px;
  right: 0;
  top: -300px;
}
.main .contents--event .ttl-sub.pic02::before {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_event02_pc.png) top center no-repeat;
  background-size: contain;
  width: 1107px;
  height: 1390px;
  margin: auto;
  left: 0;
  right: -850px;
  top: -120px;
}
.main .contents--mgcm {
  background-image: url(bg_stripe.png), url(bg_mgcm_pc.jpg);
  background-position: top center, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
}
.main .contents--mgcm .ttl {
  padding-bottom: 0 !important;
}
.main .contents--rule::before, .main .contents--rule::after {
  content: none !important;
}
.main .contents--rule .wrap-rule {
  background: #000;
  padding: 100px 0 60px;
  width: 1000px;
}
.main .contents::before, .main .contents::after {
  content: "";
  display: block;
  position: absolute;
  background: url(pic_tri_pc.png) top center no-repeat;
  width: 629px;
  height: 1091px;
  margin: auto;
}
.main .contents::before {
  top: 0;
  right: -1300px;
  left: 0;
}
.main .contents::after {
  bottom: 0;
  left: -1300px;
  right: 0;
  transform: rotateZ(180deg);
}
.main .contents .ttl {
  z-index: 10;
  padding-bottom: 60px;
}
.main .contents .ttl-sub {
  font-size: 2.6em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .contents .ttl-sub__item {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.3em;
}
.main .contents .ttl-sub__item--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.main .contents .ttl-sub__item--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.main .contents .text {
  font-size: 1.3em;
  text-align: left;
  width: 680px;
  margin: 0 auto 40px;
  padding: 1em;
}
.main .contents .text--red {
  background-color: #d31f6e;
  filter: drop-shadow(5px 5px 1px #7e00ff);
}
.main .contents .text--ppl {
  background-color: #7e00ff;
  filter: drop-shadow(5px 5px 1px #ac26c4);
}
.main .contents .text--showmore {
  height: 5em;
  overflow-y: hidden;
  transition: 0.5s;
}
.main .contents .text--showmore.is-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: unset;
}
.main .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;
}
.main .contents .text .btn-showmore--01 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d31f6e 70%);
}
.main .contents .text .btn-showmore--02 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #7e00ff 70%);
}
.main .contents .text .btn-showmore--03 {
  padding-bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 70%);
}
.main .contents .cv_area {
  z-index: 10;
}
.main .contents .cv_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .contents .cv_area ul li {
  margin: 0;
}/*# sourceMappingURL=main.css.map */