.line-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-box__btn {
  margin-top: 20px;
  width: 555px;
  height: 68px;
  background-color: #4cc764;
  border-radius: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-decoration: unset;
  margin-bottom: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .line-box a.line-box__btn {
    height: fit-content;
    width: 300px;
    font-size: 14px;
  }
}

.campaign-banner .card .banner-contents .bottom-contents p .pink-text {
  font-size: 45px;
}

@media screen and (max-width: 1200px) {
  section .campaign-banner .card .banner-contents .bottom-contents .large {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  section
    .campaign-banner
    .card
    .banner-contents
    .bottom-contents
    p
    .pink-text {
    font-size: 5vw;
  }
}

@media screen and (max-width: 500px) {
  .campaign-banner .card.top {
    padding: 20px 0 !important;
  }

  .campaign-banner .card.top .banner-contents .bottom-contents {
    margin-top: 0;
  }
}

/* google ピラティス */

.campaign-small {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .campaign-small {
    font-size: 3vw;
  }
}

.fv-murinaku {
  background-color: #fff;
}

/* meta ピラティス */

.cta_wrap img.cta_img-left,
.cta_wrap img.cta_img-right {
  width: 30px;
}

.cta_wrap.line-fit-content {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cta_heading.justify-center .cta_heading-big {
    font-size: 20px;
    white-space: nowrap;
  }
  .cta_wrap img.cta_img-left,
  .cta_wrap img.cta_img-right {
    width: 15px;
  }
}

@media screen and (max-width: 500px) {
  .cta_heading.justify-center .cta_heading-big {
    font-size: 16px;
    white-space: nowrap;
  }
  .cta_wrap img.cta_img-left,
  .cta_wrap img.cta_img-right {
    width: 15px;
  }
}

.black-text {
  color: #5f4f3f;
  font-weight: normal;
}

.cta .cta_heading .line {
  position: relative;
}

.cta .cta_heading .line::after {
  content: "";
  position: absolute;
  width: 97.5%;
  height: 2px;
  background: #ff6464;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(6deg);
  -webkit-transform: translate(-50%, -50%) rotate(6deg);
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* video-choose-launcherのz-index調整 */
#video-choose-launcher {
  z-index: 10001 !important;
}

/* キャンペーンバナーのピンク文字サイズ */
@media screen and (min-width: 768px) {
  body
    .campaign-banner
    .card
    .banner-contents
    .bottom-contents
    p
    .pink-text {
    font-size: 32px !important;
    margin: 0 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  body
    .campaign-banner
    .card
    .banner-contents
    .bottom-contents
    p
    .pink-text {
    font-size: 3.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  body
    .campaign-banner
    .card
    .banner-contents
    .bottom-contents
    p
    .pink-text {
    font-size: 5vw !important;
    margin: 0 2vw !important;
  }
  body
    .campaign-banner
    .card
    .banner-contents
    .bottom-contents
    p
    .pink-text {
    font-size: 16px !important;
    margin: 0 10px !important;
}
}
