@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*========= headline ===============*/
.el_h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.375;
}
@media screen and (max-width: 744px) {
  .el_h1 {
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}
.el_h1 .__ja {
  font-size: 4rem;
}
@media screen and (max-width: 744px) {
  .el_h1 .__ja {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
.el_h1 .__en {
  color: #ff3d8b;
  margin-top: 10px;
}
@media screen and (max-width: 744px) {
  .el_h1 .__en {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
}

/*========= link ===============*/
/*========= button ===============*/
.el_button_type01,
.el_button_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  box-shadow: 0px 0px 14px rgba(255, 61, 139, 0.5);
  border-radius: 100vh;
}

.el_button_type01 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #ff3d8b 0%, #bd9dea 70.88%, #a0b8f3 100%, #a0b8f3 100%);
}
@media screen and (max-width: 744px) {
  .el_button_type01 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.el_button_type02 {
  color: #ff3d8b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border: 1px solid #ff3d8b;
}
@media screen and (max-width: 744px) {
  .el_button_type02 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.el_button_type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #ff3d8b;
  border-radius: 100vh !important;
  min-width: 220px;
  min-height: 46px;
}
@media screen and (max-width: 744px) {
  .el_button_type03 {
    min-width: 220px;
    min-width: 58.6666666667vw;
    min-height: 46px;
    min-height: 12.2666666667vw;
  }
}

.el_button_X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 36px;
  background: #000;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .el_button_X {
    width: 160px;
    width: 42.6666666667vw;
    height: 36px;
    height: 9.6vw;
  }
}
.el_button_X::before {
  display: block;
  content: url(../../img/common/icon_x.svg);
  line-height: 1;
  margin-right: 14px;
}

/*========= banner ===============*/