.tiktok-wrap * {
  box-sizing: border-box;
}

.tiktok-wrap a {
  text-decoration: none;
}

.tiktok-wrap .btn-cv-wrap {
  width: 460px;
  height: 107px;
  position: relative;
  margin: 0 auto;
}
.tiktok-wrap .cta-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.tiktok-wrap .btn-cv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 420px;
  height: 88px;
  color: #fff;
  font-size: 22px;
  font-weight: 700 !important;
  border-radius: 44px;
  margin: 0 auto;
  background: #FE2C55;
  transition: .3s;
  line-height: 1;
  /* padding-top: 45px; */
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
}
.tiktok-wrap .cta-btn-wrapper .btn-cv {
  margin: 0;
}
.tiktok-wrap .btn-cv-white {
  color: #000;
  background: #fff;
}

.tiktok-wrap .btn-cv .fnt-s {
  font-size: 14px;
  margin-bottom: 11px;
  /* position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%); */
}

.tiktok-wrap .btn-cv:hover {
  width: 460px;
}

.tiktok-wrap .sec-ttl {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}

.tiktok-wrap .sec-ttl .fnt-s {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tiktok-wrap .lead {
  text-align: center;
  font-size: 18px;
}

.tiktok-wrap .red {
  color: #FE2C55;
}

.tiktok-wrap .cv {
  background: url("../../img/lp/tiktok/cv_bg.png") no-repeat center 0;
  background-size: cover;
  text-align: center;
  height: 400px;
  padding-top: 60px;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 14px;
}

.tiktok-wrap .cv::before, .tiktok-wrap .cv::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tiktok-wrap .cv::before {
  bottom: -50px;
  margin-left: -442px;
  width: 220px;
  height: 203px;
  background: url("../../img/lp/tiktok/cv_img_02.svg") no-repeat 0 0;
}

.tiktok-wrap .cv::after {
  top: -10px;
  margin-left: 392px;
  width: 133px;
  height: 149px;
  background: url("../../img/lp/tiktok/cv_img_01.svg") no-repeat right 0;
}

.tiktok-wrap .cv .cv-ttl {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.5;
}

.tiktok-wrap .cv .cv-ttl .bg {
  font-size: 50px;
  color: #000;
  display: inline-block;
  background: #fff;
  padding: 4px 30px 1px;
  margin-bottom: 25px;
  line-height: 1;
}

.tiktok-wrap .cv .btn-cv {
  margin-top: 25px;
}

.tiktok-wrap .fixed-banner-wrap {
  position: fixed;
  text-align: center;
  /* display: flex;*/
  z-index: 999;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.tiktok-wrap .fixed-banner-wrap .bnnr-ttl .bg {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 21px;
  line-height: 1.3;
  padding: 1px 5px 0;
}

.tiktok-wrap .fixed-banner-wrap .bnnr-btn {
  display: block;
  background: #FE2C55;
  color: #fff;
  width: 140px;
  height: 34px;
  line-height: 34px;
}

.tiktok-wrap .mv {
  position: relative;
}

.tiktok-wrap .mv .mv-txt {
  text-align: center;
  font-size: 16px;
  margin-top: 91px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.tiktok-wrap .mv .lead {
  font-size: 24px;
  font-weight: 700;
}

.tiktok-wrap .mv .mv-ttl {
  font-size: 80px;
  margin: 25px 0 20px;
  font-weight: 700;
  line-height: 1;
}

.tiktok-wrap .mv .mv-ttl .bg {
  background: #000;
  font-size: 74px;
  color: #fff;
  display: inline-block;
  padding: 5px 35px 1px;
  line-height: 1;
  margin-bottom: 35px;
}

.tiktok-wrap .mv .btn-cv {
  margin-top: 35px;
}

.tiktok-wrap .opinion {
  background: #EFEFEF;
  padding: 77px 0 80px;
  position: relative;
  z-index: -1;
}

.tiktok-wrap .opinion::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translate(-50%);
  width: 190px;
  height: 107px;
  background: url("../../img/lp/tiktok/opinion_03.svg") no-repeat center 0;
}

.tiktok-wrap .opinion .box-wrap {
  position: relative;
  margin-top: 55px;
}

.tiktok-wrap .opinion .box-wrap::before, .tiktok-wrap .opinion .box-wrap::after {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 14px;
  background: url("../../img/lp/tiktok/opinion_01.svg") no-repeat 0 0;
}

.tiktok-wrap .opinion .box-wrap::before {
  left: 30px;
  bottom: -20px;
}

.tiktok-wrap .opinion .box-wrap::after {
  right: 26px;
  top: -19px;
}

.tiktok-wrap .opinion .box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 30px 5px;
}

.tiktok-wrap .about {
  margin: 125px 0 90px;
}

.tiktok-wrap .about .about-ttl {
  text-align: center;
}

.tiktok-wrap .about .about-ttl .fnt-m {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 0 27px;
  margin-bottom: 15px;
}

.tiktok-wrap .about .about-ttl .fnt-m::before, .tiktok-wrap .about .about-ttl .fnt-m::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  width: 2px;
  height: 22px;
  background: #000;
}

.tiktok-wrap .about .about-ttl .fnt-m::before {
  left: 0;
  transform: rotate(150deg);
}

.tiktok-wrap .about .about-ttl .fnt-m::after {
  right: 0;
  transform: rotate(-150deg);
}

.tiktok-wrap .about .about-ttl .bg {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 7px 40px 5px;
}

.tiktok-wrap .about .box-wrap {
  margin: 25px 0 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.tiktok-wrap .about .box {
  position: relative;
}

.tiktok-wrap .about .box::before, .tiktok-wrap .about .box::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.tiktok-wrap .about .box::before {
  top: -1px;
  left: -1px;
  background: #25F4EE;
}

.tiktok-wrap .about .box::after {
  top: 1px;
  left: 1px;
  background: #FE2C55;
}

.tiktok-wrap .about .box .box-inner {
  border: 4px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  padding: 10px 5px;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.tiktok-wrap .about .box .box-inner::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: -5px;
  right: -5px;
  background: url("../../img/lp/tiktok/about_01.svg") no-repeat 0 0;
}

.tiktok-wrap .about .box .ttl {
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: -20px;
}

.tiktok-wrap .about .box .ttl.fnt-m {
  font-size: 16px;
}

.tiktok-wrap .about .box .num {
  color: #FE2C55;
  font-size: 90px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0 5px;
}

.tiktok-wrap .about .box .note {
  font-size: 9px;
  font-weight: 400;
  margin-top: -20px;
}

.tiktok-wrap .strength {
  margin: 145px 0 130px;
}

.tiktok-wrap .strength .sec-ttl .fnt-s {
  margin-bottom: 20px;
}

.tiktok-wrap .strength .box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tiktok-wrap .strength .box {
  font-size: 16px;
  position: relative;
  background: #EFEFEF;
  display: flex;
}

.tiktok-wrap .strength .box .box-ttl-wrap .box-ttl {
  margin-bottom: 20px;
  line-height: 1.3;
}

.tiktok-wrap .strength .box .box-ttl-wrap .bg {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2px 5px 0;
}

.tiktok-wrap .strength .box-wrap01 {
  margin: 65px 0 15px;
}

.tiktok-wrap .strength .box-wrap01 .image-wrap {
  width: 27%;
  margin: -20px auto 20px;
}

.tiktok-wrap .strength .box-wrap01 .image-wrap .num {
  background: url("../../img/lp/tiktok/strength_01.svg") no-repeat 0 0;
  width: 74px;
  height: 66px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.tiktok-wrap .strength .box-wrap01 .image-wrap img {
  display: block;
  margin: 0 auto;
}

.tiktok-wrap .strength .box-wrap01 .box-ttl-wrap {
  width: 73%;
  font-size: 18px;
}

.tiktok-wrap .strength .box-wrap01 .box-ttl-wrap .blue {
  font-size: 24px;
}

.tiktok-wrap .strength .box-wrap02 .box {
  width: 49.4%;
  padding: 20px 2.4% 23px;
}

.tiktok-wrap .strength .box-wrap02 .box:last-child {
  margin-left: 1.2%;
}

.tiktok-wrap .strength .box-wrap02 .box .num {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #FE2C55;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 2.4%;
  color: #fff;
}

.tiktok-wrap .service {
  margin: 140px 0 115px;
}

.tiktok-wrap .service .lead {
  margin: 15px 0 45px;
}

.tiktok-wrap .service .bg-wrap {
  position: relative;
}

.tiktok-wrap .service .bg-wrap::before, .tiktok-wrap .service .bg-wrap::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.tiktok-wrap .service .bg-wrap::before {
  top: -8px;
  left: -8px;
  background: #25F4EE;
}

.tiktok-wrap .service .bg-wrap::after {
  top: 8px;
  left: 8px;
  background: #FE2C55;
}

.tiktok-wrap .service .bg-wrap-inner {
  background: #000;
  position: relative;
  padding: 80px 8.2%;
  color: #fff;
  z-index: 1;
}

.tiktok-wrap .service .bg-wrap-inner::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 24px;
  height: 24px;
  background: url("../../img/lp/tiktok/service_10.svg") no-repeat 0 0;
}

.tiktok-wrap .service .bg-wrap-inner .box-ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.tiktok-wrap .service .bg-wrap-inner .box-ttl .bg {
  background: #25F4EE;
  color: #000;
  line-height: 1;
  padding: 1px 10px 0;
}

.tiktok-wrap .service .bg-wrap-inner .list {
  line-height: 1.5;
}

.tiktok-wrap .service .bg-wrap-inner .list .ttl {
  margin-bottom: 11px;
}

.tiktok-wrap .service .bg-wrap-inner .list .ttl .bg {
  color: #000;
  background: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 4px 0;
}

.tiktok-wrap .service .bg-wrap-inner .fnt-m {
  font-size: 13px;
  margin-top: 10px;
}

.tiktok-wrap .service .box01 {
  margin-bottom: 30px;
}

.tiktok-wrap .service .box01 .list .item {
  position: relative;
  padding-left: 38px;
  font-size: 13px;
}

.tiktok-wrap .service .box01 .list .item .icon {
  width: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

.tiktok-wrap .service .box01 .list .item:last-child {
  padding-left: 42px;
}

.tiktok-wrap .service .box01 .list .item:last-child .icon {
  width: 28px;
}

.tiktok-wrap .service .box02 .list {
  max-width: 400px;
  margin: 0 auto;
}

.tiktok-wrap .service .box02 .list .item {
  display: flex;
  align-items: center;
}

.tiktok-wrap .service .box02 .list .item .photo {
  width: 45%;
}

.tiktok-wrap .service .box02 .list .item .ttl-wrap {
  width: 52%;
  margin-left: 3%;
  font-weight: 700;
}

.tiktok-wrap .service .box02 .list .item:nth-child(2) .ttl-wrap {
  padding-left: 9%;
}

.tiktok-wrap .service .box02 .fnt-s {
  font-size: 11px;
  margin-top: 20px;
}

.tiktok-wrap .industry .bg {
  background: #EFEFEF;
  padding: 10px 4% 40px;
}

.tiktok-wrap .industry .lead {
  margin: 25px 0 55px;
}

.tiktok-wrap .industry .list-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  text-align: center;
}

.tiktok-wrap .industry .list-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 54px;
  height: 54px;
  margin: 0 auto 5px;
}

.tiktok-wrap .flow {
  margin: 115px 0 130px;
}

.tiktok-wrap .flow .lead {
  margin: 17px 0 25px;
}

.tiktok-wrap .flow .box-wrap {
  display: flex;
  justify-content: center;
}

.tiktok-wrap .flow .box {
  background: #000;
  position: relative;
  width: calc((100% - 30px) / 4);
  max-width: 208px;
  margin-right: 10px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.tiktok-wrap .flow .box::before, .tiktok-wrap .flow .box::after {
  display: block;
  content: "";
  position: absolute;
}

.tiktok-wrap .flow .box::before {
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url("../../img/lp/tiktok/flow_06.svg") no-repeat 0 0;
}

.tiktok-wrap .flow .box::after {
  top: 10px;
  left: 12px;
  width: 18px;
  height: 15px;
}

.tiktok-wrap .flow .box01::after {
  background: url("../../img/lp/tiktok/flow_01.svg") no-repeat 0 0;
}

.tiktok-wrap .flow .box02::after {
  background: url("../../img/lp/tiktok/flow_02.svg") no-repeat 0 0;
}

.tiktok-wrap .flow .box03::after {
  background: url("../../img/lp/tiktok/flow_03.svg") no-repeat 0 0;
}

.tiktok-wrap .flow .box04::after {
  background: url("../../img/lp/tiktok/flow_04.svg") no-repeat 0 0;
}

.tiktok-wrap .flow .txt-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.tiktok-wrap .flow .txt-box-wrap .icon {
  width: 53px;
  margin-right: 54px;
}

.tiktok-wrap .results {
  margin: 145px 0 130px;
}

.tiktok-wrap .results .sec-ttl {
  margin-bottom: 15px;
}

.tiktok-wrap .results .banner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.tiktok-wrap .cases-youtube figure img {
  border: none !important;
}

.tiktok-wrap .cases-youtube figure::before {
  display: none !important;
}

.tiktok-wrap .cases-youtube .swiper-button-prev, .tiktok-wrap .cases-youtube .swiper-button-next {
  border: none !important;
  width: 11px;
  height: 19px;
  left: 50%;
  right: auto;
  bottom: 10px;
  top: auto;
  display: block;
  content: "";
  transform: none !important;
  z-index: 999;
  cursor: pointer;
}

.tiktok-wrap .cases-youtube .swiper-button-prev {
  margin-left: -95px;
  background: url("../../img/lp/tiktok/voice_arrow_l.svg") no-repeat 0 0;
}

.tiktok-wrap .cases-youtube .swiper-button-next {
  margin-left: 95px;
  background: url("../../img/lp/tiktok/voice_arrow_r.svg") no-repeat 0 0;
}

.tiktok-wrap .cases-youtube .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  bottom: 10px;
  width: 100%;
}

.tiktok-wrap .cases-youtube .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 5px !important;
  background: #fff !important;
  border: 1px solid #1B1F22;
  opacity: .5;
}

.tiktok-wrap .cases-youtube .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background: #1B1F22 !important;
  z-index: 999;
  width: 8px !important;
  height: 8px !important;
  opacity: .8;
}

.tiktok-wrap .voice {
  margin: 80px 0 50px;
}

.tiktok-wrap .voice .l_inner {
  position: relative;
  padding-bottom: 15px;
}

.tiktok-wrap .voice .sec-ttl {
  margin-bottom: 35px;
}

.tiktok-wrap .voice .swiper-container {
  padding-bottom: 70px;
}

.tiktok-wrap .voice .case-swiper {
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

.tiktok-wrap .voice .case-swiper .swiper-slide {
  background: #EFEFEF;
}

.tiktok-wrap .voice .case-swiper .swiper-slide .txt {
  padding: 20px 11% 60px;
}

.tiktok-wrap .voice .case-swiper .swiper-slide .ttl {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.7;
}

.tiktok-wrap .voice .case-swiper .swiper-slide .ttl .name {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.tiktok-wrap .price {
  margin-bottom: 175px;
  text-align: center;
}

.tiktok-wrap .price .bg {
  background: url("../../img/lp/tiktok/price_bg.svg") no-repeat 0 0;
  padding-top: 58px;
  height: 298px;
  color: #fff;
}

.tiktok-wrap .price .price-ttl {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tiktok-wrap .price .btn-cv {
  margin-top: 15px;
  width: 280px;
}

.tiktok-wrap .price .btn-cv:hover {
  width: 320px;
}

@media (min-width: 769px) {
  .tiktok-wrap {
    padding-top: 72px;
    font-size: 15px;
  }
  .tiktok-wrap .sp {
    display: none;
  }
  .tiktok-wrap .fixed-banner-wrap {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 197px;
    height: 157px;
    padding: 20px 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    background: url("../../img/lp/tiktok/side_bg_pc.svg") no-repeat 0 0;
  }
  .tiktok-wrap .fixed-banner-wrap .bnnr-ttl .bg {
    margin-bottom: 15px;
  }
  .tiktok-wrap .fixed-banner-wrap .bnnr-btn {
    margin: 8px auto 0;
    transition: .3s;
    font-size: 14px;
    border-radius: 17px;
  }
  .tiktok-wrap .fixed-banner-wrap .bnnr-btn:hover {
    width: 160px;
  }
  .tiktok-wrap .l_inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .tiktok-wrap .l_box-wrap {
    display: flex;
  }
  .tiktok-wrap .mv {
    height: 700px;
    padding: 1px;
    background: #fff;
  }
  .tiktok-wrap .mv::before, .tiktok-wrap .mv::after {
    display: block;
    content: "";
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .tiktok-wrap .mv::before {
    margin-left: -453px;
    background: url("../../img/lp/tiktok/mv_bg01.svg") no-repeat 0 0;
    width: 501px;
    height: 755px;
  }
  .tiktok-wrap .mv::after {
    margin-left: 490px;
    background: url("../../img/lp/tiktok/mv_bg02.svg") no-repeat 0 0;
    width: 257px;
    height: 677px;
  }
  .tiktok-wrap .opinion::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #EFEFEF;
  }
  .tiktok-wrap .opinion .box {
    width: 23.9%;
    margin-right: 1.46%;
  }
  .tiktok-wrap .opinion .box:last-child {
    margin-right: 0;
  }
  .tiktok-wrap .opinion .box::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -6.5px;
    left: 50%;
    transform: translate(-50%);
    width: 11px;
    height: 10px;
    background: url("../../img/lp/tiktok/opinion_02.svg") no-repeat 0 0;
  }
  .tiktok-wrap .about .about-ttl .bg.bg01 {
    padding-right: 0;
  }
  .tiktok-wrap .about .about-ttl .bg.bg02 {
    padding-left: 0;
  }
  .tiktok-wrap .about .box {
    min-height: 220px;
    width: 32.4%;
    margin: 0 1.4% 16px 0;
  }
  .tiktok-wrap .about .box:nth-child(3n) {
    margin-right: 0;
  }
  .tiktok-wrap .strength .box-wrap01 .box {
    width: 32.4%;
    padding: 0 1% 20px 2.4%;
    margin-right: 1.4%;
  }
  .tiktok-wrap .strength .box-wrap01 .box .image-wrap .num {
    margin-bottom: 30px;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box03 {
    margin-right: 0;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box03 .box-ttl-wrap .blue {
    letter-spacing: -2px;
    font-size: 23px;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box03 .image-wrap .num {
    margin-bottom: 35px;
  }
  .tiktok-wrap .strength .box-wrap02 .box-ttl-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .tiktok-wrap .strength .box-wrap02 .box-ttl-wrap .box-ttl {
    font-size: 18px;
    white-space: nowrap;
  }
  .tiktok-wrap .strength .box-wrap02 .box-ttl-wrap .txt {
    padding-left: 3%;
  }
  .tiktok-wrap .service .bg-wrap-inner .box-ttl .bg.bg01 {
    padding-right: 0;
  }
  .tiktok-wrap .service .bg-wrap-inner .box-ttl .bg.bg02 {
    padding-left: 0;
  }
  .tiktok-wrap .service .l_box-wrap {
    align-items: center;
  }
  .tiktok-wrap .service .box01 .txt {
    width: 72%;
  }
  .tiktok-wrap .service .box01 .image {
    width: 22%;
    margin-left: 6%;
  }
  .tiktok-wrap .service .box01 .list {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
  }
  .tiktok-wrap .service .box01 .list .item {
    margin-right: 3%;
  }
  .tiktok-wrap .service .box01 .list .item:last-child {
    margin: 0;
  }
  .tiktok-wrap .service .box02 .txt {
    width: 57.1%;
    order: 2;
  }
  .tiktok-wrap .service .box02 .image {
    width: 33%;
    margin-right: 9.9%;
  }
  .tiktok-wrap .service .box03 .txt {
    width: 58%;
    padding-top: 10px;
  }
  .tiktok-wrap .service .box03 .image {
    width: 33%;
    margin-left: 9%;
  }
  .tiktok-wrap .industry .list-wrap .item {
    margin: 0 8px 10px 0;
  }
  .tiktok-wrap .industry .list-wrap .item.mrgn {
    margin: 0 2px 10px -6px;
  }
  .tiktok-wrap .industry .list-wrap .item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .tiktok-wrap {
    font-size: 14px;
  }
  .tiktok-wrap .pc {
    display: none;
  }
  .tiktok-wrap .btn-cv-wrap {
    width: 100%;
  }
  .tiktok-wrap .cta-btn-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .tiktok-wrap .btn-cv {
    width: 100%;
    max-width: 315px;
    height: 80px;
    font-size: 20px;
    border-radius: 40px;
    /* padding-top: 42px; */
    letter-spacing: -1px;
  }
  .tiktok-wrap .cta-btn-wrapper .btn-cv {
    margin: 0;
  }
  .tiktok-wrap .btn-cv .fnt-s {
    font-size: 14px;
  }
  .tiktok-wrap .btn-cv:hover {
    width: 100%;
  }
  .tiktok-wrap .l_inner {
    padding: 0 2.5%;
  }
  .tiktok-wrap .sec-ttl {
    font-size: 26px;
  }
  .tiktok-wrap .sec-ttl .fnt-s {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .tiktok-wrap .lead {
    font-size: 16px;
  }
  .tiktok-wrap .cv {
    background-image: url("../../img/lp/tiktok/cv_bg_sp.png");
    background-size: cover;
    height: 530px;
    padding-top: 55px;
  }
  .tiktok-wrap .cv::before, .tiktok-wrap .cv::after {
    transform: translateX(0);
    margin: 0;
    z-index: 1;
  }
  .tiktok-wrap .cv::before {
    left: 16px;
    bottom: -30px;
    width: 114px;
    height: 70px;
    background: url("../../img/lp/tiktok/cv_img_02_sp.svg") no-repeat 0 0;
    background-size: 100% auto;
  }
  .tiktok-wrap .cv::after {
    top: -15px;
    left: auto;
    right: 10px;
    width: 85px;
    height: 62px;
    background: url("../../img/lp/tiktok/cv_img_01_sp.svg") no-repeat right 0;
    background-size: 100% auto;
  }
  .tiktok-wrap .cv .l_inner {
    padding: 0 5%;
  }
  .tiktok-wrap .cv .cv-ttl {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .tiktok-wrap .cv .cv-ttl .bg {
    font-size: 32px;
    padding: 4px 20px 1px;
  }
  .tiktok-wrap .fixed-banner-wrap {
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    background: url("../../img/lp/tiktok/side_bg_sp.svg") no-repeat 0 0;
    background-size: cover;
    font-size: 16px;
  }
  .tiktok-wrap .fixed-banner-wrap .txt {
    width: calc(100% - 136px);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 50px;
  }
  .tiktok-wrap .fixed-banner-wrap .txt .bnnr-ttl .bg {
    margin-right: 10px;
    font-size: 14px;
  }
  .tiktok-wrap .fixed-banner-wrap .bnnr-btn {
    width: 136px;
    height: 50px;
    line-height: 50px;
  }
  .tiktok-wrap .mv {
    display: flex;
    align-items: center;
    height: 600px;
    background: url("../../img/lp/tiktok/mv_bg_sp.svg") no-repeat center 0;
    background-size: cover;
    padding-top: 10px;
  }
  .tiktok-wrap .mv .l_inner {
    padding: 0 5%;
    margin: 0 auto;
  }
  .tiktok-wrap .mv .mv-txt {
    font-size: 14px;
    margin-top: 0;
  }
  .tiktok-wrap .mv .lead {
    font-size: 18px;
    line-height: 1.5;
  }
  .tiktok-wrap .mv .mv-ttl {
    font-size: 42px;
    margin: 18px 0;
  }
  .tiktok-wrap .mv .mv-ttl .bg {
    font-size: 36px;
    padding: 10px 25px 4px;
    margin-bottom: 30px;
  }
  .tiktok-wrap .mv .mv-ttl + p {
    text-align: left;
  }
  .tiktok-wrap .mv .btn-cv {
    margin-top: 20px;
  }
  .tiktok-wrap .opinion {
    padding: 44px 0 70px;
  }
  .tiktok-wrap .opinion::after {
    bottom: -25px;
    width: 128px;
    height: 72px;
    background-size: 100% auto;
  }
  .tiktok-wrap .opinion .box-wrap {
    margin-top: 25px;
  }
  .tiktok-wrap .opinion .box-wrap::before, .tiktok-wrap .opinion .box-wrap::after {
    width: 38px;
    height: 10px;
    background-size: 100% auto;
  }
  .tiktok-wrap .opinion .box-wrap::before {
    left: 0;
    bottom: -15px;
  }
  .tiktok-wrap .opinion .box-wrap::after {
    right: 0;
    top: -15px;
  }
  .tiktok-wrap .opinion .box {
    padding: 15px 5px;
    margin-bottom: 5px;
  }
  .tiktok-wrap .opinion .box:last-child:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 10px;
    background: url("../../img/lp/tiktok/opinion_02_sp.svg") no-repeat center 0;
  }
  .tiktok-wrap .about {
    margin: 60px 0 30px;
  }
  .tiktok-wrap .about .about-ttl {
    margin-bottom: 0;
  }
  .tiktok-wrap .about .about-ttl .fnt-m {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .tiktok-wrap .about .about-ttl .fnt-m::before, .tiktok-wrap .about .about-ttl .fnt-m::after {
    top: 0px;
    width: 1px;
    height: 18px;
  }
  .tiktok-wrap .about .about-ttl .bg {
    padding: 7px 20px 5px;
  }
  .tiktok-wrap .about .about-ttl .bg.bg01 {
    margin: 0 calc((100% - 180px) / 2) 7px;
  }
  .tiktok-wrap .about .box-wrap {
    margin: 15px 0 0;
  }
  .tiktok-wrap .about .box {
    width: 49.3%;
    margin-bottom: 5px;
  }
  .tiktok-wrap .about .box:nth-child(2n) {
    margin-left: 1.4%;
  }
  .tiktok-wrap .about .box .box-inner {
    font-size: 16px;
  }
  .tiktok-wrap .about .box .box-inner::after {
    width: 12px;
    height: 12px;
    bottom: -5px;
    right: -5px;
    background-size: 100% auto;
  }
  .tiktok-wrap .about .box .ttl {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .tiktok-wrap .about .box .ttl.fnt-m {
    font-size: 12px;
  }
  .tiktok-wrap .about .box .num {
    font-size: 48px;
    margin: 0 3px;
    letter-spacing: -2px;
  }
  .tiktok-wrap .about .box p .sp {
    display: inline-block;
  }
  .tiktok-wrap .about .box .note {
    width: 100%;
    margin-top: 10px;
    font-size: 8px;
    text-align: left;
    line-height: 1.3;
    word-wrap: break-word;
  }
  .tiktok-wrap .strength {
    margin: 70px 0 30px;
  }
  .tiktok-wrap .strength .box {
    padding: 0 4% 10px 4%;
    font-size: 18px;
    line-height: 1.5;
  }
  .tiktok-wrap .strength .box .box-ttl-wrap .box-ttl {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 16px;
  }
  .tiktok-wrap .strength .box .box-ttl-wrap .bg {
    font-size: 16px;
    padding: 2px 5px 0;
  }
  .tiktok-wrap .strength .box .box-ttl-wrap .bg .blue {
    font-size: 22px;
  }
  .tiktok-wrap .strength .box-wrap01 {
    margin: 35px 0 0;
  }
  .tiktok-wrap .strength .box-wrap01 .image-wrap {
    width: 21%;
    margin: 10px auto 0;
  }
  .tiktok-wrap .strength .box-wrap01 .image-wrap .num {
    width: 59px;
    height: 52px;
    background-size: 100% auto;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .tiktok-wrap .strength .box-wrap01 .box-ttl-wrap {
    width: 77%;
    margin-right: 2%;
  }
  .tiktok-wrap .strength .box-wrap01 .box {
    width: 100%;
    margin-bottom: 8px;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box01 .image-wrap img {
    width: 62px;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box02 .image-wrap img {
    width: 37px;
  }
  .tiktok-wrap .strength .box-wrap01 .box.box03 .image-wrap img {
    width: 32px;
  }
  .tiktok-wrap .strength .box-wrap02 .box {
    font-size: 16px;
    padding: 10px 2% 10px;
  }
  .tiktok-wrap .service {
    margin: 70px 0 25px;
  }
  .tiktok-wrap .service .l_inner {
    padding: 0 calc(3% + 3px);
  }
  .tiktok-wrap .service .lead {
    margin: 15px 0 20px;
  }
  .tiktok-wrap .service .bg-wrap::before {
    top: -4px;
    left: -4px;
  }
  .tiktok-wrap .service .bg-wrap::after {
    top: 4px;
    left: 4px;
  }
  .tiktok-wrap .service .bg-wrap-inner {
    padding: 50px 5% 25px;
  }
  .tiktok-wrap .service .bg-wrap-inner::after {
    bottom: -5px;
    right: -5px;
  }
  .tiktok-wrap .service .bg-wrap-inner .box-ttl {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
  }
  .tiktok-wrap .service .bg-wrap-inner .box-ttl .bg {
    padding: 1px 10px 0;
  }
  .tiktok-wrap .service .bg-wrap-inner .box-ttl .bg01 {
    margin: 0 calc((100% - 150px) / 2);
  }
  .tiktok-wrap .service .bg-wrap-inner .list {
    margin-top: 15px;
  }
  .tiktok-wrap .service .bg-wrap-inner .list .ttl {
    margin-bottom: 5px;
  }
  .tiktok-wrap .service .bg-wrap-inner .list .ttl .bg {
    font-size: 15px;
  }
  .tiktok-wrap .service .bg-wrap-inner .fnt-m, .tiktok-wrap .service .bg-wrap-inner .fnt-s {
    margin-top: 40px;
  }
  .tiktok-wrap .service .box01 {
    margin-bottom: 40px;
  }
  .tiktok-wrap .service .box01 .list {
    padding-right: 46%;
    background: url("../../img/lp/tiktok/service_01.png") no-repeat right 0;
    background-size: 46% auto;
  }
  .tiktok-wrap .service .box01 .list .item {
    padding-left: 25px !important;
    margin-bottom: 10px;
  }
  .tiktok-wrap .service .box01 .list .item .icon {
    width: 16px !important;
  }
  .tiktok-wrap .service .box01 .image {
    display: none;
  }
  .tiktok-wrap .service .box03 .txt {
    margin: 40px 0 30px;
  }
  .tiktok-wrap .service .box03 .image img {
    margin: 0 auto;
    display: block;
    max-width: 80%;
  }
  .tiktok-wrap .industry .l_inner {
    padding: 0;
  }
  .tiktok-wrap .industry .bg {
    padding: 35px 3% 20px;
  }
  .tiktok-wrap .industry .lead {
    margin: -10px 0 20px;
  }
  .tiktok-wrap .industry .list-wrap {
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tiktok-wrap .industry .list-wrap .item {
    margin-bottom: 5px;
    margin-right: calc((100% - 330px) / 5);
  }
  .tiktok-wrap .industry .list-wrap .item:nth-child(6n) {
    margin-right: 0;
  }
  .tiktok-wrap .flow {
    margin: 55px 0 40px;
  }
  .tiktok-wrap .flow .lead {
    margin: 8px 0 15px;
  }
  .tiktok-wrap .flow .scroll-wrap {
    overflow: auto;
  }
  .tiktok-wrap .flow .scroll-wrap .box-wrap {
    margin: 0 0 10px;
    width: 740px;
  }
  .tiktok-wrap .flow .scroll-wrap .scroll-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .tiktok-wrap .flow .scroll-wrap .scroll-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .tiktok-wrap .flow .scroll-wrap .scroll-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .tiktok-wrap .flow .box {
    width: 190px;
  }
  .tiktok-wrap .flow .box.box01 {
    width: 130px;
  }
  .tiktok-wrap .flow .txt-box-wrap {
    max-width: 85%;
    margin: 20px auto 0;
  }
  .tiktok-wrap .flow .txt-box-wrap .icon {
    width: 39px;
    margin-right: 10px;
  }
  .tiktok-wrap .flow .txt-box-wrap .txt {
    width: calc(100% - 49px);
  }
  .tiktok-wrap .results {
    margin: 65px 0;
  }
  .tiktok-wrap .results .sec-ttl {
    font-size: 16px;
  }
  .tiktok-wrap .results .banner-wrap {
    display: none;
  }
  .tiktok-wrap .results .btn-link-wrap {
    margin-top: 25px;
  }
  .tiktok-wrap .cases-youtube .swiper-slide {
    height: auto;
  }
  .tiktok-wrap .cases-youtube .swiper-button-prev, .tiktok-wrap .cases-youtube .swiper-button-next,
  .tiktok-wrap .cases-youtube .swiper-pagination, .tiktok-wrap .cases-youtube .swiper-pagination-bullet {
    display: none;
  }
  .tiktok-wrap .voice {
    margin: 50px 0 10px;
  }
  .tiktok-wrap .voice .sec-ttl {
    margin-bottom: 20x;
    font-size: 16px;
  }
  .tiktok-wrap .voice .sec-ttl .fnt-s {
    font-size: 16px;
    display: inline;
    margin: 0;
  }
  .tiktok-wrap .voice .case-swiper {
    padding-bottom: 0;
    height: 100%;
  }
  .tiktok-wrap .voice .case-swiper .swiper-slide .txt {
    padding: 20px 5% 30px;
    font-size: 14px;
  }
  .tiktok-wrap .voice .swiper-container {
    padding-bottom: 0;
  }
  .tiktok-wrap .price {
    margin-bottom: 65px;
  }
  .tiktok-wrap .price .bg {
    background: url("../../img/lp/tiktok/price_bg_sp.svg") no-repeat center 0;
    padding-top: 40px;
    height: 250px;
  }
  .tiktok-wrap .price .price-ttl {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .tiktok-wrap .price .btn-cv:hover {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 769px) {
  .tiktok-wrap .service .box01 .list {
    background-size: auto 100%;
  }
  .tiktok-wrap .price {
    margin-bottom: 105px;
  }
}

.nl-rightContainer {
  background: none !important;
}

.nl-sidebar-hubspot-form .hs-form-field:nth-of-type(4) {
  border-bottom: none !important;
}

.nl-sidebar {
  background: url("../../img/lp/tiktok/side_bg2.svg") no-repeat 0 0;
  background-size: auto 100%;
  padding: 0 5px;
}

.nl-sidebar-scroll {
  height: 100vh;
  border-top: 5px solid #04D5FB;
  border-bottom: 5px solid #FE4FD0;
  background: #000;
}

.nl-sidebar-scroll-inner {
  background: url("../../img/lp/tiktok/side_bg2-2.png") no-repeat 0 0 #000;
  background-size: 100% auto;
}

.nl-sidebar-visual {
  color: #fff;
  background: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.nl-sidebar-ttl-wrap {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
}

.nl-sidebar-ttl-wrap .bg {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 28px;
  padding: 2px 10px 0;
  line-height: 1.1;
}

.nl-sidebar-ttl-wrap .fnt-s {
  font-size: 18px;
  margin-top: 3px;
}

.nl-sidebar-hubspot-form .hs-form-field {
  border: none !important;
  background: none;
}

.nl-sidebar-hubspot-form .hs-form-field label strong {
  color: #fff;
}

.nl-sidebar-hubspot-form .hs-form-field {
  padding: 5px 15px 10px;
}

.nl-sidebar-hubspot-form .hs-form-field .input input {
  border-radius: 2px;
  padding: 12px;
  font-size: 12px;
}

.nl-sidebar-hubspot-form .hs_submit {
  padding: 0 15px;
  margin-top: 20px;
}

.nl-sidebar-hubspot-form .hs_submit input[type="submit"] {
  background: #FE2C55;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  width: 100%;
  border-radius: 22px;
}

.nl-sidebar-hubspot-form .hs_submit input[type="submit"]:hover {
  background: #FE2C55;
}

.nl-sidebar-hubspot-form .hs_submit::before {
  display: none;
}

.hs-form-field.has-focus,
.hs-form-field.has-focus .input {
  background-color: #000 !important;
}

.nl-sidebar-hubspot-form .hs_price_pulldown label {
  color: #fff;
  font-weight: bold;
}

.nl-sidebar-hubspot-form .hs_price_pulldown label.hs-error-msg {
  color: #b70000;
}

.nl-sidebar-hubspot-form .hs_price_pulldown::after {
  right: 24px;
  bottom: auto;
  top: 47px;
}

.nl-sidebar-hubspot-form .hs-fieldtype-select select {
  border-radius: 2px;
  padding: 10px 12px;
  font-size: 12px;
  height: 40px;
}

.footer-lp {
  z-index: 80;
}
