@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(18vw + 2px);
}
@media screen and (min-width: 751px) {
  html {
    scroll-padding-top: 137px;
  }
}

body {
  margin: 0;
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}
body img {
  max-height: initial !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

.wrapper {
  max-width: 750px !important;
  min-width: initial;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    overflow-x: hidden;
  }
}

#mainArea.l-wrapper {
  position: relative;
  min-height: 100vh;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.obcp-body {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
  line-height: 1;
}
.obcp-body img {
  max-width: 100%;
  display: block;
  border: 0;
}
.obcp-body img[src$=".svg"] {
  width: 100%;
}
.obcp-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.obcp-body ul li {
  padding: 0;
}
.obcp-body p {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
}

.obcp-fv {
  width: 100%;
  height: auto;
  position: relative;
}
.obcp-fv img {
  width: 100%;
  height: auto;
}
.obcp-fv__link {
  display: block;
  width: 89.3333333333vw;
  height: 18.6666666667vw;
  border-radius: 9.3333333333vw;
  position: absolute;
  top: 147.7333333333vw;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 1;
  -webkit-box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px) {
  .obcp-fv__link {
    width: 670px;
    height: 140px;
    border-radius: 70px;
    top: 1108px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.obcp-fv__link img {
  width: 100%;
  height: auto;
}

.obcp-damage {
  width: 100%;
  height: auto;
  position: relative;
}
.obcp-damage img {
  width: 100%;
  height: auto;
}

.obcp-which {
  width: 100%;
  height: auto;
  position: relative;
}
.obcp-which img {
  width: 100%;
  height: auto;
}

.obcp-anchors {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-anchors {
    margin-bottom: 38px;
  }
}
.obcp-anchors img {
  width: 100%;
  height: auto;
}

.obcp-2step,
.obcp-3step {
  background-image: url(/teiki/campaign/26/03/images/bkg-3step.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-top: 8vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step,
  .obcp-3step {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.obcp-2step.two-step,
.obcp-3step.two-step {
  background-image: url(/teiki/campaign/26/03/images/bkg-2step.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 12vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step.two-step,
  .obcp-3step.two-step {
    padding-bottom: 90px;
  }
}
.obcp-2step.two-step.cta-main,
.obcp-3step.two-step.cta-main {
  background-image: url(/teiki/campaign/26/03/images/bkg-2step-2.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step.two-step.cta-main,
  .obcp-3step.two-step.cta-main {
    padding-bottom: 60px;
  }
}
.obcp-2step h2,
.obcp-3step h2 {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step h2,
  .obcp-3step h2 {
    width: 670px;
    height: auto;
    margin: 0 auto 30px;
  }
}
.obcp-2step h2.second,
.obcp-3step h2.second {
  margin: 0 auto 7.4666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step h2.second,
  .obcp-3step h2.second {
    margin: 0 auto 56px;
  }
}
.obcp-2step h2 .sub,
.obcp-3step h2 .sub {
  display: block;
  margin-top: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step h2 .sub,
  .obcp-3step h2 .sub {
    margin-top: -20px;
  }
}
.obcp-2step-content,
.obcp-3step-content {
  width: 89.3333333333vw;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0 auto 8vw;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 0 0 5.3333333333vw rgba(204, 123, 117, 0.3);
  box-shadow: 0 0 5.3333333333vw rgba(204, 123, 117, 0.3);
  padding-top: 8.8vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content,
  .obcp-3step-content {
    width: 670px;
    height: auto;
    margin: 0 auto 60px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 40px rgba(204, 123, 117, 0.3);
    box-shadow: 0 0 40px rgba(204, 123, 117, 0.3);
    padding-top: 66px;
  }
}
.obcp-2step-content.two-step,
.obcp-3step-content.two-step {
  -webkit-box-shadow: 0 0 5.3333333333vw rgba(204, 123, 117, 0.5);
  box-shadow: 0 0 5.3333333333vw rgba(204, 123, 117, 0.5);
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content.two-step,
  .obcp-3step-content.two-step {
    -webkit-box-shadow: 0 0 40px rgba(204, 123, 117, 0.5);
    box-shadow: 0 0 40px rgba(204, 123, 117, 0.5);
  }
}
.obcp-2step-content:last-of-type,
.obcp-3step-content:last-of-type {
  margin-bottom: 0;
}
.obcp-2step-content.recommend,
.obcp-3step-content.recommend {
  position: relative;
}
.obcp-2step-content.recommend::after,
.obcp-3step-content.recommend::after {
  content: "";
  display: block;
  width: 29.3333333333vw;
  height: 8vw;
  background: url(/teiki/campaign/26/03/images/icn-recommend.webp) no-repeat;
  background-size: 29.3333333333vw 8vw;
  position: absolute;
  top: -2.6666666667vw;
  left: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content.recommend::after,
  .obcp-3step-content.recommend::after {
    width: 220px;
    height: 60px;
    top: -20px;
    left: -20px;
    background: url(/teiki/campaign/26/03/images/icn-recommend.webp) no-repeat;
    background-size: 220px 60px;
  }
}
.obcp-2step-content.popular,
.obcp-3step-content.popular {
  position: relative;
}
.obcp-2step-content.popular::after,
.obcp-3step-content.popular::after {
  content: "";
  display: block;
  width: 29.3333333333vw;
  height: 8vw;
  background: url(/teiki/campaign/26/03/images/icn-popular.webp) no-repeat;
  background-size: 29.3333333333vw 8vw;
  position: absolute;
  top: -2.6666666667vw;
  left: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content.popular::after,
  .obcp-3step-content.popular::after {
    width: 220px;
    height: 60px;
    top: -20px;
    left: -20px;
    background: url(/teiki/campaign/26/03/images/icn-popular.webp) no-repeat;
    background-size: 220px 60px;
  }
}
.obcp-2step-content img,
.obcp-3step-content img {
  width: 100%;
  height: auto;
}
.obcp-2step-content a,
.obcp-3step-content a {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content a,
  .obcp-3step-content a {
    width: 670px;
    height: auto;
    margin: 0 auto;
  }
}
.obcp-2step-content a.toggle,
.obcp-3step-content a.toggle {
  position: relative;
}
.obcp-2step-content a.toggle.open::after,
.obcp-3step-content a.toggle.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.obcp-2step-content a.toggle::after,
.obcp-3step-content a.toggle::after {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  background: url(/teiki/campaign/26/03/images/icn-arrow.webp) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 5.6vw;
  right: 10.6666666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 751px) {
  .obcp-2step-content a.toggle::after,
  .obcp-3step-content a.toggle::after {
    width: 36px;
    height: 36px;
    top: 42px;
    right: 80px;
  }
}
.obcp-2step-content.item,
.obcp-3step-content.item {
  margin-bottom: 5.3333333333vw;
  padding-bottom: 2.6666666667vw;
}
.obcp-2step-content.item:last-of-type,
.obcp-3step-content.item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content.item,
  .obcp-3step-content.item {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}
.obcp-2step-content.item:has(+ .recommend), .obcp-2step-content.item:has(+ .popular),
.obcp-3step-content.item:has(+ .recommend),
.obcp-3step-content.item:has(+ .popular) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step-content.item:has(+ .recommend), .obcp-2step-content.item:has(+ .popular),
  .obcp-3step-content.item:has(+ .recommend),
  .obcp-3step-content.item:has(+ .popular) {
    margin-bottom: 60px;
  }
}
.obcp-2step-inner,
.obcp-3step-inner {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}
.obcp-2step-inner img,
.obcp-3step-inner img {
  width: 100%;
  height: auto;
}
.obcp-2step-inner .btn-inside,
.obcp-3step-inner .btn-inside {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .obcp-2step-inner .btn-inside,
  .obcp-3step-inner .btn-inside {
    width: 670px;
    height: auto;
    margin: 0 auto;
  }
}
.obcp-2step-note,
.obcp-3step-note {
  width: 100%;
  height: auto;
  background-image: url(/teiki/campaign/26/03/images/bkg-3step.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .obcp-2step-note,
  .obcp-3step-note {
    border-radius: 20px;
  }
}
.obcp-2step-note img,
.obcp-3step-note img {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .obcp-2step-note img,
  .obcp-3step-note img {
    width: 670px;
    height: auto;
    margin: 0 auto;
  }
}
.obcp-2step-link,
.obcp-3step-link {
  width: 73.3333333333vw;
  margin: 0 auto;
  padding-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-2step-link,
  .obcp-3step-link {
    width: 550px;
    padding-top: 50px;
  }
}

.obcp-present {
  width: 100%;
  height: auto;
  position: relative;
}
.obcp-present img {
  width: 100%;
  height: auto;
}

.obcp-subscription-help {
  width: 100%;
  height: auto;
  position: relative;
}
.obcp-subscription-help img {
  width: 100%;
  height: auto;
}
.obcp-subscription-help a {
  display: block;
  width: 89.3333333333vw;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0 1.3333333333vw 1.3333333333vw #CDB8B5;
  box-shadow: 0 1.3333333333vw 1.3333333333vw #CDB8B5;
  border-radius: 1000px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 12.2666666667vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .obcp-subscription-help a {
    width: 670px;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 10px #CDB8B5;
    box-shadow: 0 10px 10px #CDB8B5;
    border-radius: 1000px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 92px;
    margin: auto;
  }
}

.obcp-haircare {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(/teiki/campaign/26/03/images/bkg-haircare.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 7.4666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-haircare {
    padding-bottom: 56px;
  }
}
.obcp-haircare img {
  width: 100%;
  height: auto;
}
.obcp-haircare-content {
  width: 89.3333333333vw;
  height: auto;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-content {
    width: 670px;
    margin: 0 auto;
  }
}
.obcp-haircare-content__item {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 5.3333333333vw;
  -webkit-box-shadow: 0 0 4vw rgba(166, 147, 112, 0.3);
  box-shadow: 0 0 4vw rgba(166, 147, 112, 0.3);
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-content__item {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 30px rgba(166, 147, 112, 0.3);
    box-shadow: 0 0 30px rgba(166, 147, 112, 0.3);
    background-color: #fff;
    border-radius: 20px;
  }
}
.obcp-haircare-content__item::before, .obcp-haircare-content__item::after {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 0.4vw;
  background-color: #B60038;
  position: absolute;
  top: 17.8666666667vw;
  left: auto;
  right: 5.3333333333vw;
  bottom: auto;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-content__item::before, .obcp-haircare-content__item::after {
    width: 32px;
    height: 3px;
    right: 40px;
    top: 134px;
  }
}
.obcp-haircare-content__item::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.obcp-haircare-content__item.open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.obcp-haircare-content__item > img {
  cursor: pointer;
}
.obcp-haircare-content__item-inner {
  display: none;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-content__item-inner {
    padding-bottom: 18px;
  }
}
.obcp-haircare-link {
  width: 62.6666666667vw;
  margin: 5.3333333333vw auto 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-link {
    width: 470px;
    margin: 40px auto 80px;
  }
}
.obcp-haircare-authority {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .obcp-haircare-authority {
    width: 690px;
    margin: 0 auto;
  }
}

.obcp-cta-onemore {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore {
    padding-bottom: 100px;
  }
}
.obcp-cta-onemore img {
  width: 100%;
  height: auto;
}
.obcp-cta-onemore a {
  display: block;
  width: 84vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore a {
    width: 630px;
    margin: 0 auto;
  }
}
.obcp-cta-onemore a img {
  width: 100%;
  height: auto;
}
.obcp-cta-onemore a.toggle {
  position: relative;
}
.obcp-cta-onemore a.toggle.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.obcp-cta-onemore a.toggle::after {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  background: url(/teiki/campaign/26/03/images/icn-arrow-w.webp) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 5.6vw;
  right: 5.3333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore a.toggle::after {
    width: 36px;
    height: 36px;
    top: 42px;
    right: 40px;
  }
}
.obcp-cta-onemore-inner {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}
.obcp-cta-onemore-inner img {
  width: 100%;
  height: auto;
}
.obcp-cta-onemore-inner .btn-inside {
  display: block;
  width: 78.6666666667vw;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  -webkit-box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore-inner .btn-inside {
    width: 590px;
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.obcp-cta-onemore-inner .btn-inside.first {
  top: 64.5333333333vw;
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore-inner .btn-inside.first {
    top: 484px;
  }
}
.obcp-cta-onemore-inner .btn-inside.second {
  top: 155.2vw;
}
@media screen and (min-width: 751px) {
  .obcp-cta-onemore-inner .btn-inside.second {
    top: 1164px;
  }
}

.obcp-service {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #F6E5E4;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .obcp-service {
    padding-bottom: 100px;
  }
}
.obcp-service img {
  width: 100%;
  height: auto;
}

.obcp-howto,
.obcp-faq {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #F6E5E4;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .obcp-howto,
  .obcp-faq {
    padding-bottom: 80px;
  }
}
.obcp-howto img,
.obcp-faq img {
  width: 100%;
  height: auto;
}
.obcp-howto .title,
.obcp-faq .title {
  display: block;
  width: 21.6vw;
  top: -2.9333333333vw;
  bottom: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .obcp-howto .title,
  .obcp-faq .title {
    width: 162px;
    top: -22px;
  }
}
.obcp-howto-wrapper,
.obcp-faq-wrapper {
  width: 94.6666666667vw;
  height: auto;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .obcp-howto-wrapper,
  .obcp-faq-wrapper {
    width: 710px;
    margin: 0 auto;
  }
}
.obcp-howto-wrapper-inner,
.obcp-faq-wrapper-inner {
  width: 83.4666666667vw;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .obcp-howto-wrapper-inner,
  .obcp-faq-wrapper-inner {
    width: 626px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.obcp-howto .number,
.obcp-faq .number {
  position: relative;
  cursor: pointer;
}
.obcp-howto .number.open::after,
.obcp-faq .number.open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.obcp-howto .number::before, .obcp-howto .number::after,
.obcp-faq .number::before,
.obcp-faq .number::after {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 0.4vw;
  background-color: #D79691;
  position: absolute;
  top: 0;
  left: auto;
  right: 4.8vw;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .obcp-howto .number::before, .obcp-howto .number::after,
  .obcp-faq .number::before,
  .obcp-faq .number::after {
    width: 28px;
    height: 3px;
    right: 36px;
  }
}
.obcp-howto .number::after,
.obcp-faq .number::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.obcp-howto-content__item,
.obcp-faq-content__item {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .obcp-howto-content__item,
  .obcp-faq-content__item {
    margin-bottom: 40px;
  }
}
.obcp-howto-content__item:last-of-type,
.obcp-faq-content__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .obcp-howto-content__item:last-of-type,
  .obcp-faq-content__item:last-of-type {
    margin-bottom: 0;
  }
}
.obcp-howto-content__item .content,
.obcp-faq-content__item .content {
  display: none;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .obcp-howto-content__item .content,
  .obcp-faq-content__item .content {
    padding-bottom: 40px;
  }
}

.obcp-floatingCta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 101;
  width: 100%;
  max-width: 750px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.obcp-floatingCta.is-visible {
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.obcp-floatingCta img {
  display: block;
  width: 100%;
  height: auto;
}