@charset "UTF-8";
/* dream */
.dream {
  background: #7A73B7;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 40px;
}
.dream .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dream .bg::before, .dream .bg::after {
  content: "";
  position: absolute;
  display: block;
}
.dream .bg::before {
  background: url(../images/dream_wavet.png) no-repeat top left;
  width: 199px;
  height: 742px;
  top: 0;
  left: 0;
}
.dream .bg::after {
  background: url(../images/dream_waveb.png) no-repeat top left;
  width: 392px;
  height: 880px;
  right: 0;
  bottom: 0;
}
.dream h2 {
  background: url(../images/dream_tit.svg) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  width: 677px;
  height: 63px;
}
.dream .contents {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 38px;
}
.dream .contents .btn_area {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
.dream .contents .btn_area .btn {
  width: 400px;
  background: url(../images/dream_day1.svg) no-repeat top center;
  background-size: contain;
  font-size: 0;
}
.dream .contents .btn_area .btn h4 {
  background: url(../images/dream_titd1.svg) no-repeat center bottom;
  background-size: contain;
  width: 400px;
  height: 60px;
  margin-top: 80px;
}
.dream .contents .btn_area .btn.day2 {
  background: url(../images/dream_day2.svg) no-repeat top center;
  background-size: contain;
}
.dream .contents .btn_area .btn.day2 h4 {
  background: url(../images/dream_titd2.svg) no-repeat center bottom;
  background-size: contain;
}
.dream .contents .wrap {
  font-size: 22px;
}
.dream .contents .wrap p {
  background: rgba(0, 0, 0, 0.431372549);
  border-radius: 22px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dream .contents .wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.dream .contents .wrap ul li:nth-child(2), .dream .contents .wrap ul li:nth-child(5) {
  margin-left: 5px;
  margin-right: 5px;
}
.dream .contents .wrap ul li .photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  width: 190px;
  height: 214px;
}
.dream .contents .wrap ul li .photo img {
  width: auto;
  height: 214px;
}
.dream .contents .wrap ul li .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.9em;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.dream .contents .wrap ul li .name span {
  font-weight: 400;
  font-size: 22px;
}
.dream .contents .wrap span {
  font-weight: 900;
}
.dream .contents .wrap .day1 .txt span {
  color: #FFF14F;
}
.dream .contents .wrap .day2 .txt span {
  color: #58D8FF;
}
.dream .contents .wrap .txt {
  text-align: justify;
  padding-bottom: 70px;
}
.dream .contents .wrap .txt h3 {
  text-align: center;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.dream .contents p.kome {
  text-align: center;
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer {
  z-index: 1;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media screen and (min-width: 751px) {
  .dream {
    background: url(../images/dream_bg_etc.png) no-repeat top right, url(../images/dream_bg.png) no-repeat bottom left, #7A73B7;
  }
  .dream h2 {
    top: 80px;
    right: 860px;
  }
  .dream .contents {
    width: 1260px;
  }
  .dream .contents .btn_area .btn {
    pointer-events: none;
    margin-right: 90px;
    margin-left: 90px;
  }
  .dream .contents .wrap {
    display: flex;
    justify-content: space-between;
  }
  .dream .contents .wrap .members {
    width: 580px;
  }
  .dream .contents .wrap .day2 {
    position: relative;
  }
  .dream .contents .wrap .day2::before {
    content: "";
    display: block;
    background: url(../images/bg_stitch.svg) repeat-y top center;
    background-size: contain;
    position: absolute;
    top: -170px;
    left: -66px;
    width: 30px;
    height: 1335.355px;
  }
  .dream .contents p.kome {
    margin-bottom: 90px;
  }
  #footer {
    background: none;
    margin-top: -45px;
  }
} /* PC end */
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media screen and (max-width: 750px) {
  .dream {
    background-position: bottom;
    padding-top: 150px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 30px;
    margin-bottom: -50px;
  }
  .dream .bg::before {
    background: url(../images/dream_wavet_sp.png) no-repeat top left;
    width: 100%;
    height: 255px;
    top: 100px;
    left: 0;
  }
  .dream .bg::after {
    background: url(../images/dream_waveb_sp.png) no-repeat bottom right;
    width: 100%;
    height: 160px;
    right: 0;
    bottom: 0;
  }
  .dream h2 {
    background: url(../images/dream_tit_sp.svg) no-repeat center;
    background-size: contain;
    width: 482px;
    height: 107px;
    position: relative;
    margin-bottom: 50px;
  }
  .dream .contents {
    margin-bottom: 100px;
  }
  .dream .contents .btn_area .btn {
    width: 290px;
    background: url(../images/dream_day1sp.svg) no-repeat top center;
    background-size: contain;
  }
  .dream .contents .btn_area .btn h4 {
    width: 290px;
    height: 110px;
    background: url(../images/dream_titd1_sp.svg) no-repeat center bottom;
    background-size: contain;
    margin-top: 110px;
  }
  .dream .contents .btn_area .btn.day2 {
    background: url(../images/dream_day2sp.svg) no-repeat top center;
    background-size: contain;
  }
  .dream .contents .btn_area .btn.day2 h4 {
    background: url(../images/dream_titd2_sp.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .contents .btn_area .btn.on {
    width: 370px;
  }
  .dream .contents .btn_area .btn.on h4 {
    width: 370px;
    background: url(../images/dream_titd1_spon.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .contents .btn_area .btn.on.day2 h4 {
    background: url(../images/dream_titd2_spon.svg) no-repeat center bottom;
    background-size: contain;
  }
  .dream .contents .wrap .members {
    display: none;
  }
  .dream .contents .wrap .members.active {
    display: block;
  }
  .dream .contents .wrap ul li .photo {
    width: 223.3333333333px;
    height: 252px;
  }
  .dream .contents .wrap ul li .photo img {
    height: 252px;
  }
  .dream .contents p.kome {
    font-size: 20px;
  }
} /* SP end */
/***********************************************************************
■■■■■アニメーション■■■■■
**********************************************************************/
@keyframes wave {
  0%, 5% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-24px);
  }
  95%, 100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=dream.css.map */