.video-email .wrapper {
  max-width: 1087px;
  margin: 0 auto;
}
.video-email h1 {
  font: normal normal 600 40px/60px Poppins;
  text-align: left;
}
.video-email h2 {
  font: normal normal 600 34px/51px Poppins;
  text-align: center;
}
.video-email p {
  font: normal normal 300 18px/27px Poppins;
  font-weight: lighter;
}
.video-email .btn {
  display: inline-block;
}
.video-email .btn > span {
  display: inline-block;
  min-width: 253px;
  border-radius: 25px;
  background-color: #6D4DFF;
  padding: 12px 10px;
  text-align: center;
  color: #FFFFFF;
  font: normal normal 500 18px/27px Poppins;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-email .btn > span:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #FFFFFF;
}
.video-email .white-btn {
  display: inline-block;
}
.video-email .white-btn > span {
  display: inline-block;
  min-width: 253px;
  border-radius: 25px;
  text-align: center;
  background-color: transparent;
  color: #6D4DFF;
  border: 2px solid #6D4DFF;
  padding: 10px;
  font: normal normal 500 18px/27px Poppins;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.video-email .white-btn > span:hover {
  background: #4F2FE3;
  border-color: #4F2FE3;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  color: #FFFFFF;
}
.video-email-top {
  padding: 160px 0 244px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/top_bg.webp) center/cover no-repeat;
}
.video-email-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1170px;
}
.video-email-top .wrapper > div {
  width: 533px;
}
.video-email-top .wrapper > div h1 {
  margin-bottom: 15px;
  padding-right: 38px;
}
.video-email-top .wrapper > div .btn-box {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-email-top .wrapper > div .btn-box .btn > span {
  min-width: 260px;
}
.video-email-top .wrapper > div .btn-box .white-btn {
  margin-left: 5px;
}
.video-email-top .wrapper > div .btn-box .white-btn > span {
  min-width: 260px;
  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;
}
.video-email-top .wrapper > div .btn-box .white-btn > span > img {
  margin-right: 8px;
}
.video-email-top .wrapper > img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 11px;
}
.video-email-desc {
  padding: 100px 0;
}
.video-email-desc .wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-email-desc .wrapper > p {
  text-align: center;
  margin-top: 20px;
}
.video-email-desc .wrapper > p > a {
  font-weight: 600;
  text-decoration: underline;
}
.video-email-desc .wrapper .btn {
  margin-top: 50px;
}
.video-email-desc .wrapper .btn > span {
  min-width: 460px;
}
.video-email-apply {
  padding: 100px 0 129px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/apply_bg.webp) center/cover no-repeat;
}
.video-email-apply .wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 88px;
}
.video-email-apply .wrapper > div .video-email-apply-list {
  margin-left: 62px;
}
.video-email-apply .wrapper > div .video-email-apply-list > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 464px;
}
.video-email-apply .wrapper > div .video-email-apply-list > p > img {
  margin-right: 11px;
  margin-top: 10px;
}
.video-email-apply .wrapper > div .video-email-apply-list > p:nth-child(2) {
  margin-top: 25px;
}
.video-email-apply .wrapper > div .video-email-apply-list > p > span {
  font: inherit;
}
.video-email-apply .wrapper > div .video-email-apply-list > p > span > b {
  font-weight: 600;
}
.video-email-apply .wrapper > div .video-email-apply-list .btn {
  margin-top: 25px;
  margin-left: 21px;
}
.video-email-apply .wrapper > div .video-email-apply-list .btn > span {
  min-width: 296px;
}
.video-email-apply .wrapper > div > div:nth-child(1) {
  position: relative;
}
.video-email-apply .wrapper > div > div:nth-child(1) > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div {
  font: normal normal normal 26px/33px Microsoft YaHei UI;
  background: #39325A;
  border-radius: 100%;
  position: absolute;
  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;
  color: #FFFFFF;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div > div {
  font: normal normal 100 12px/17px Poppins;
  position: absolute;
  border-radius: 15px;
  opacity: 0.9;
  padding: 6px 15px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div > div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) {
  width: 83px;
  height: 83px;
  left: 74px;
  top: 289px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) > div {
  top: 66px;
  background: #FFA454;
  -webkit-box-shadow: 0px 16px 25px #FEB387;
          box-shadow: 0px 16px 25px #FEB387;
  width: 188px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) > div::before {
  border-bottom: 5px solid #FFA454;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) > div > span {
  color: #FFFFFF;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) {
  width: 92px;
  height: 92px;
  left: 274px;
  top: 70px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) > div {
  top: 76px;
  background: #FE6969;
  -webkit-box-shadow: 0px 16px 25px rgba(255, 77, 77, 0.431372549);
          box-shadow: 0px 16px 25px rgba(255, 77, 77, 0.431372549);
  width: 156px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) > div::before {
  border-bottom: 5px solid #FE6969;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) > div > span {
  color: #FFFFFF;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) {
  width: 107px;
  height: 107px;
  right: 70px;
  top: 179px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div {
  top: 86px;
  background: #877EFF;
  -webkit-box-shadow: 0px 16px 25px #B5A4FF;
          box-shadow: 0px 16px 25px #B5A4FF;
  width: 216px;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div::before {
  border-bottom: 5px solid #877EFF;
}
.video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div > span {
  color: #FFFFFF;
}
.video-email-list {
  padding: 120px 0;
}
.video-email-list .wrapper > ul {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-email-list .wrapper > ul > img:nth-child(2) {
  margin-left: 130px;
}
.video-email-list .wrapper > ul > img:nth-child(3) {
  display: none;
}
.video-email-list .wrapper > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-email-list .wrapper > ul > li > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video-email-list .wrapper > ul > li > section > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.video-email-list .wrapper > ul > li > section .mob-img {
  display: none;
}
.video-email-list .wrapper > ul > li > section > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 493px;
}
.video-email-list .wrapper > ul > li > section > div > p > img {
  margin: 10px 10px 0 0;
}
.video-email-list .wrapper > ul > li > section > div > p:first-child {
  margin: 0;
}
.video-email-list .wrapper > ul > li > section > div > p > span {
  color: #39325A;
  font: normal normal 300 18px/27px Poppins;
  display: block;
}
.video-email-list .wrapper > ul > li > section > div > p > span > a {
  font-weight: 600;
  text-decoration: underline;
}
.video-email-list .wrapper > ul > li > section > div > p > span > b {
  font-weight: 600;
}
.video-email-list .wrapper > ul > li > section > div > p > span > span {
  display: inline-block;
  width: 27px;
  height: 14px;
  margin-left: 8px;
  background: #39325A;
  border-radius: 0px 5px;
  opacity: 0.48;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.video-email-list .wrapper > ul > li > section > div > p > span > span > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-email-list .wrapper > ul > li > section > div .btn {
  margin-left: 20px;
  margin-top: 25px;
}
.video-email-list .wrapper > ul > li:first-child > section {
  margin-top: 111px;
}
.video-email-list .wrapper > ul > li:first-child > section > div {
  margin-left: 27px;
}
.video-email-list .wrapper > ul > li:first-child > section > div > p:nth-child(3) {
  margin-top: 25px;
}
.video-email-list .wrapper > ul > li:last-child > section {
  margin-top: 111px;
}
.video-email-list .wrapper > ul > li:last-child > section > div {
  margin-right: 47px;
}
.video-email-list .wrapper > ul > li:last-child > section > div > p:last-child {
  margin-top: 40px;
}
.video-email-email {
  padding: 100px 0 93px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/email_bg.webp) center/cover no-repeat;
}
.video-email-email .wrapper {
  text-align: center;
}
.video-email-email .wrapper > p {
  margin-top: 20px;
}
.video-email-email .wrapper > ul {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-email-email .wrapper > ul > li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 97px;
  width: 300px;
  font: normal normal 300 15px/21px Poppins;
}
.video-email-email .wrapper > ul > li:first-child {
  margin: 0;
}
.video-email-email .wrapper > ul > li > img {
  margin-bottom: 36px;
}
.video-email-email .wrapper .btn {
  margin-top: 42px;
}
.video-email-email .wrapper .btn > span {
  min-width: 344px;
}
.video-email-user {
  padding: 120px 0;
}
.video-email-user .wrapper {
  max-width: 870px;
}
.video-email-user .wrapper .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.video-email-user .wrapper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-email-user .wrapper .swiper-slide {
  min-width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-email-user .wrapper .swiper-slide > img {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-email-user .wrapper .swiper-slide > div {
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/user_bg.webp) center/cover no-repeat;
  padding: 31px 36px 36px 52px;
  border-radius: 30px;
  margin-top: -40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video-email-user .wrapper .swiper-slide > div > div > p:nth-child(1) {
  font: normal normal 600 18px/27px Poppins;
}
.video-email-user .wrapper .swiper-slide > div > div > p:nth-child(2) {
  font: normal normal 300 14px/21px Poppins;
  margin-top: 7px;
}
.video-email-user .wrapper .swiper-slide > div > div > p:nth-child(3) {
  font: normal normal 300 14px/21px Poppins;
  margin-top: 19px;
}
.video-email-user .wrapper .swiper-slide > div > div > p:nth-child(3) > a {
  font-weight: 600;
  text-decoration: underline;
}
.video-email-user .wrapper .swiper-button-prev {
  position: absolute;
  left: 290px;
  top: 82px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/user_right.svg) center/cover no-repeat;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 32px;
  height: 14px;
  cursor: pointer;
}
.video-email-user .wrapper .swiper-button-next {
  position: absolute;
  right: 290px;
  top: 82px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/user_right.svg) center/cover no-repeat;
  width: 32px;
  height: 14px;
  cursor: pointer;
}
.video-email-user .wrapper .swiper-button-disabled {
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/video-email/user_left.svg);
}
.video-email-user .wrapper .swiper .swiper-button-prev.swiper-button-disabled {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.video-email-user .wrapper .swiper .swiper-button-next.swiper-button-disabled {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.video-email-user .wrapper .btn-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-email-user .wrapper .btn-box .btn > span {
  min-width: 260px;
}
.video-email-user .wrapper .btn-box .white-btn {
  margin-left: 5px;
}
.video-email-user .wrapper .btn-box .white-btn > span {
  min-width: 260px;
  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;
}
.video-email-user .wrapper .btn-box .white-btn > span > img {
  margin-right: 8px;
}
.video-email-bottom {
  padding: 63px 0 70px;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/bottom_bg.webp) center/cover no-repeat;
}
.video-email-bottom .wrapper > ul {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-email-bottom .wrapper > ul > li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 190px;
}
.video-email-bottom .wrapper > ul > li a {
  font: normal normal 600 16px/25px Poppins;
  text-decoration: underline;
}
.video-email-bottom .wrapper > ul > li:first-child {
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 90px;
}
.video-email-bottom .wrapper > ul > li:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.video-email-bottom .wrapper > ul > li:first-child > div > span {
  margin-left: 4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/bottom_arrow.svg) center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-email-bottom .wrapper > ul > li:first-child .active > span {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.video-email-bottom .wrapper > ul > li:first-child > p {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-email-bottom .wrapper > ul > li:first-child > p > a {
  margin-top: 20px;
  white-space: nowrap;
  text-align: left;
}
.video-email-bottom .wrapper > ul > li > img {
  margin: 0 auto 11px;
}

@media screen and (max-width: 1200px) {
  .video-email .wrapper {
    max-width: 1087px;
    margin: 0 auto;
  }
  .video-email h1 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
    text-align: center;
  }
  .video-email h2 {
    font: normal normal 600 0.5rem/0.76rem Poppins;
    text-align: center;
  }
  .video-email p {
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
    text-align: center;
  }
  .video-email .btn {
    display: inline-block;
  }
  .video-email .btn > span {
    display: inline-block;
    min-width: 6.1rem;
    border-radius: 0.5rem;
    background-color: #6D4DFF;
    padding: 0.28rem 0.1rem;
    text-align: center;
    color: #FFFFFF;
    font: normal normal 300 0.32rem/0.48rem Poppins;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .video-email .btn > span:hover {
    background: #4F2FE3;
    border-color: #4F2FE3;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    color: #FFFFFF;
  }
  .video-email .white-btn {
    display: inline-block;
  }
  .video-email .white-btn > span {
    display: inline-block;
    min-width: 6.1rem;
    border-radius: 0.5rem;
    text-align: center;
    background-color: transparent;
    color: #6D4DFF;
    border: 2px solid #6D4DFF;
    padding: 0.27rem 0.1rem;
    font: normal normal 300 0.32rem/0.48rem Poppins;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .video-email .white-btn > span:hover {
    background: #4F2FE3;
    border-color: #4F2FE3;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    color: #FFFFFF;
  }
  .video-email-top {
    padding: 0.51rem 0.6rem 0.55rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/top_mob_bg.webp) center/cover no-repeat;
  }
  .video-email-top .wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-top .wrapper > div {
    width: 100%;
  }
  .video-email-top .wrapper > div h1 {
    margin-bottom: 0.17rem;
    padding: 0;
  }
  .video-email-top .wrapper > div .btn-box {
    margin-top: 0.5rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-top .wrapper > div .btn-box .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-top .wrapper > div .btn-box .btn > span {
    min-width: 6.1rem;
  }
  .video-email-top .wrapper > div .btn-box .white-btn {
    margin-left: 0;
    margin-top: 0.18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-top .wrapper > div .btn-box .white-btn > span {
    min-width: 6.1rem;
    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;
  }
  .video-email-top .wrapper > div .btn-box .white-btn > span > img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
  }
  .video-email-top .wrapper > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 4.77rem;
    margin: 0;
  }
  .video-email-desc {
    padding: 1rem 0.6rem;
  }
  .video-email-desc .wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-desc .wrapper > p {
    text-align: center;
    margin-top: 0.5rem;
  }
  .video-email-desc .wrapper > img {
    margin-top: 0.39rem;
    width: 6.85rem;
    height: 4.56rem;
  }
  .video-email-desc .wrapper .btn {
    margin-top: 0.55rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-desc .wrapper .btn > span {
    min-width: 6.1rem;
  }
  .video-email-apply {
    padding: 1rem 0.6rem 1.24rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/apply_mob_bg.webp) center/cover no-repeat;
  }
  .video-email-apply .wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.45rem;
  }
  .video-email-apply .wrapper > div .video-email-apply-list {
    margin-left: 0;
    text-align: left;
  }
  .video-email-apply .wrapper > div .video-email-apply-list > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: left;
  }
  .video-email-apply .wrapper > div .video-email-apply-list > p > img {
    margin: 0.15rem 0.15rem 0;
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .video-email-apply .wrapper > div .video-email-apply-list > p:nth-child(2) {
    margin-top: 0.55rem;
  }
  .video-email-apply .wrapper > div .video-email-apply-list .btn {
    margin-top: 0.5rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-apply .wrapper > div .video-email-apply-list .btn > span {
    min-width: 6.1rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) {
    position: relative;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 5.47rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin-top: 0.2rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div {
    font: normal normal normal 0.3rem/0.4rem Microsoft YaHei UI;
    background: #39325A;
    border-radius: 100%;
    position: absolute;
    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;
    color: #FFFFFF;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div > div {
    font: normal normal 100 0.12rem/0.25rem Poppins;
    position: absolute;
    border-radius: 0.1rem;
    opacity: 0.9;
    padding: 0.1rem 0.2rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div > div::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div > div > span {
    font: inherit;
    color: #FFFFFF;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) {
    width: 0.96rem;
    height: 0.96rem;
    left: 0.39rem;
    top: 3.06rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) > div {
    top: 0.8rem;
    background: #FFA454;
    -webkit-box-shadow: 0px 0.16rem 0.25rem #FEB387;
            box-shadow: 0px 0.16rem 0.25rem #FEB387;
    width: 2.9rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(2) > div::before {
    border-bottom: 5px solid #FFA454;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) {
    width: 1.06rem;
    height: 1.06rem;
    left: 2.8rem;
    top: 0.24rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) > div {
    top: 0.86rem;
    background: #FE6969;
    -webkit-box-shadow: 0px 16px 25px rgba(255, 77, 77, 0.431372549);
            box-shadow: 0px 16px 25px rgba(255, 77, 77, 0.431372549);
    width: 2.5rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(3) > div::before {
    border-bottom: 5px solid #FE6969;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) {
    width: 1.1rem;
    height: 1.1rem;
    right: 0;
    top: 1.86rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div {
    top: 0.96rem;
    background: #877EFF;
    -webkit-box-shadow: 0px 16px 25px #B5A4FF;
            box-shadow: 0px 16px 25px #B5A4FF;
    width: 2.5rem;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div::before {
    border-bottom: 5px solid #877EFF;
  }
  .video-email-apply .wrapper > div > div:nth-child(1) > div:nth-child(4) > div > span {
    color: #FFFFFF;
  }
  .video-email-list {
    padding: 1.2rem 0.6rem;
  }
  .video-email-list .wrapper > ul {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-list .wrapper > ul > img:nth-child(2) {
    display: none;
  }
  .video-email-list .wrapper > ul > img:nth-child(3) {
    display: block;
    width: 1.36rem;
    height: 1.18rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0.8rem;
  }
  .video-email-list .wrapper > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-email-list .wrapper > ul > li > section {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-list .wrapper > ul > li > section > img {
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 0.7rem;
  }
  .video-email-list .wrapper > ul > li > section .pc-img {
    display: none;
  }
  .video-email-list .wrapper > ul > li > section .mob-img {
    display: block;
    margin: 0.9rem auto 0;
  }
  .video-email-list .wrapper > ul > li > section > div > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .video-email-list .wrapper > ul > li > section > div > p > img {
    margin: 0.15rem 0.15rem 0 0;
    width: 0.2rem;
    height: 0.2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .video-email-list .wrapper > ul > li > section > div > p:first-child {
    margin: 0;
  }
  .video-email-list .wrapper > ul > li > section > div > p > span {
    color: #39325A;
    font: normal normal 300 0.3rem/0.55rem Poppins;
    display: inline-block;
    letter-spacing: 0.64px;
    text-align: left;
  }
  .video-email-list .wrapper > ul > li > section > div > p > span > b {
    font-weight: 600;
  }
  .video-email-list .wrapper > ul > li > section > div > p > span > span {
    display: block;
    margin: 0 auto;
    width: 0.77rem;
    height: 0.4rem;
    background: #39325A;
    border-radius: 0px 0.15rem;
    opacity: 0.48;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .video-email-list .wrapper > ul > li > section > div > p > span > span > img {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .video-email-list .wrapper > ul > li > section > div .btn {
    margin-left: 0;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-list .wrapper > ul > li:first-child > section {
    margin-top: 0;
  }
  .video-email-list .wrapper > ul > li:first-child > section > div {
    margin-left: 0;
  }
  .video-email-list .wrapper > ul > li:first-child > section > div > p {
    margin-top: 0.5rem;
  }
  .video-email-list .wrapper > ul > li:first-child > section > div > p:nth-child(3) {
    margin-top: 0.5rem;
  }
  .video-email-list .wrapper > ul > li:first-child > section > div > img {
    width: 5.76rem;
    height: 3.84rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .video-email-list .wrapper > ul > li:last-child > section {
    margin-top: 0;
  }
  .video-email-list .wrapper > ul > li:last-child > section > img {
    width: 5.4rem;
    height: 3.8rem;
  }
  .video-email-list .wrapper > ul > li:last-child > section > div {
    margin-right: 0;
  }
  .video-email-list .wrapper > ul > li:last-child > section > div > p {
    margin-top: 0.5rem;
  }
  .video-email-list .wrapper > ul > li:last-child > section > div > p:last-child {
    margin-top: 0.5rem;
  }
  .video-email-email {
    padding: 1.1rem 0.6rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/email_mob_bg.webp) center/cover no-repeat;
  }
  .video-email-email .wrapper {
    text-align: center;
  }
  .video-email-email .wrapper > p {
    margin-top: 0.5rem;
  }
  .video-email-email .wrapper > ul {
    margin-top: 0.85rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-email .wrapper > ul > li {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-top: 0.85rem;
    width: auto;
    font: normal normal 300 0.32rem/0.55rem Poppins;
    letter-spacing: 0.64px;
  }
  .video-email-email .wrapper > ul > li:first-child {
    margin: 0;
  }
  .video-email-email .wrapper > ul > li > img {
    margin-bottom: 0.5rem;
    width: 5rem;
    height: 3.85rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .video-email-email .wrapper .btn {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-email .wrapper .btn > span {
    min-width: 6.1rem;
  }
  .video-email-user {
    padding: 1.1rem 0.6rem 1.19rem;
  }
  .video-email-user .wrapper {
    max-width: 870px;
  }
  .video-email-user .wrapper .swiper {
    width: 100%;
    overflow: hidden;
    margin-top: 0.62rem;
    position: relative;
  }
  .video-email-user .wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-email-user .wrapper .swiper-slide {
    min-width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-user .wrapper .swiper-slide > img {
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    width: 2.29rem;
    height: 2.02rem;
  }
  .video-email-user .wrapper .swiper-slide > div {
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/user_mob_bg.webp) center/cover no-repeat;
    padding: 0.7rem 0.36rem 0.7rem 0.52rem;
    border-radius: 0.3rem;
    margin-top: -0.4rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .video-email-user .wrapper .swiper-slide > div > div > p:nth-child(1) {
    font: normal normal 500 0.32rem/0.48rem Poppins;
  }
  .video-email-user .wrapper .swiper-slide > div > div > p:nth-child(2) {
    font: normal normal 300 0.28rem/0.42rem Poppins;
    margin-top: 0.14rem;
  }
  .video-email-user .wrapper .swiper-slide > div > div > p:nth-child(3) {
    font: normal normal 300 0.28rem/0.5rem Poppins;
    letter-spacing: 0.56px;
    margin-top: 0.52rem;
    text-align: left;
  }
  .video-email-user .wrapper .swiper-button-prev {
    display: none;
  }
  .video-email-user .wrapper .swiper-button-next {
    display: none;
  }
  .video-email-user .wrapper .swiper-pagination {
    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;
    margin-top: 0.38rem;
  }
  .video-email-user .wrapper .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    background-color: #BEB8CB;
    margin-left: 0.2rem;
  }
  .video-email-user .wrapper .swiper-pagination-bullet:first-child {
    margin: 0;
  }
  .video-email-user .wrapper .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #6D4DFF;
  }
  .video-email-user .wrapper .btn-box {
    margin-top: 0.5rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-email-user .wrapper .btn-box .btn > span {
    min-width: 6.1rem;
  }
  .video-email-user .wrapper .btn-box .white-btn {
    margin-left: 0;
    margin-top: 0.18rem;
  }
  .video-email-user .wrapper .btn-box .white-btn > span {
    min-width: 6.1rem;
    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;
  }
  .video-email-user .wrapper .btn-box .white-btn > span > img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
  }
  .video-email-bottom {
    padding: 1rem 0.6rem 1.14rem;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/bottom_mob_bg.webp) center/cover no-repeat;
  }
  .video-email-bottom .wrapper > ul {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.5rem;
  }
  .video-email-bottom .wrapper > ul > li {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.69rem;
  }
  .video-email-bottom .wrapper > ul > li a {
    font: normal normal 500 0.28rem/0.42rem Poppins;
    text-decoration: underline;
  }
  .video-email-bottom .wrapper > ul > li a:first-child {
    line-height: 0.34rem;
  }
  .video-email-bottom .wrapper > ul > li:first-child {
    margin: 0;
    min-width: auto;
    max-width: 1.54rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .video-email-bottom .wrapper > ul > li:first-child > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .video-email-bottom .wrapper > ul > li:first-child > div > span {
    margin-left: 0;
    min-width: 0.42rem;
    min-height: 0.42rem;
    display: inline-block;
    background: transparent url(https://static-alter1.vidnoz.com/web/jp/img/video-email/bottom_arrow.svg) center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .video-email-bottom .wrapper > ul > li:first-child .active > span {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .video-email-bottom .wrapper > ul > li:first-child > p {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-email-bottom .wrapper > ul > li:first-child > p > a {
    margin-top: 0.2rem;
    text-align: left;
    white-space: nowrap;
  }
  .video-email-bottom .wrapper > ul > li > img {
    margin-bottom: 0.16rem;
    width: 1.54rem;
    height: 1.54rem;
  }
}