@charset "UTF-8";
#wrapper {
  background-color: transparent !important;
}

.search-result-title {
  display: none !important;
}

.pt_product-search-result #secondary {
  display: none !important;
}

#secondary.refinements {
  display: none !important;
}

.pt_product-search-result .primary-content {
  margin-left: 0px;
  width: 100%;
}

.pt_product-search-result .primary-content {
  margin-top: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.obagi-recipe {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-bottom: 40px;
}

.obagi-recipe img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.obagi-recipe sup {
  font-size: 80%;
}

.obagi-recipe h2 {
  margin: 0 auto;
  max-width: 1200px;
}

.obagi-recipe .inner {
  margin: 0 auto;
  position: relative;
}

/* .obagi-recipe a {
  transition: 0.3s opacity;
}

.obagi-recipe a:hover {
  opacity: 0.7;
} */

.obagi-recipe .por {
  position: relative;
}

.obagi-recipe .anc-wrap {
  position: absolute;
  width: 76.4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 14%;
  /* mix-blend-mode: difference; */
}

.obagi-recipe .video-btn {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 80vw;
  /* mix-blend-mode: difference; */
}

.obagi-recipe .cv-btn {
  display: block;
  width: 39.5vw;
  position: absolute;

  /* mix-blend-mode: difference; */
}

.obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(1) {
  left: 38vw;
  bottom: 75vw;
}

.obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(2) {
  left: 38vw;
  bottom: 45.7vw;
}

.obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(3) {
  left: 38vw;
  bottom: 8.8vw;
}

.obagi-recipe .obagi-recipe__02 .video-btn {
  bottom: 11vw;
}

.obagi-recipe .obagi-recipe__02 .cv-btn:nth-of-type(1) {
  left: 21vw;
  bottom: 11.4vw;
}

.obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(1) {
  left: 38vw;
  bottom: 76.5vw;
}

.obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(2) {
  left: 38vw;
  bottom: 41.9vw;
}

.obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(3) {
  left: 38vw;
  bottom: 7.8vw;
}

.obagi-recipe .obagi-recipe__04 .video-btn {
  bottom: 7vw;
}

.obagi-recipe .obagi-recipe__04 .cv-btn:nth-of-type(1) {
  left: 34.8vw;
  bottom: 11.4vw;
}

@media screen and (min-width: 768px) {
  .cmn-contents .contents-category {
    padding-bottom: 0;
  }

  .obagi-recipe sup {
    font-size: 50%;
  }
  .obagi-recipe .sp {
    display: none;
  }

  .obagi-recipe .inner {
    max-width: 1000px;
  }

  .obagi-recipe .anc-wrap {
    width: 53.4%;
    bottom: 15%;
  }

  .obagi-recipe .video-btn {
    width: 42%;
  }

  .obagi-recipe .cv-btn {
    width: 22.4%;
  }

  .obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(1) {
    left: 21.8%;
    bottom: 57.7%;
  }

  .obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(2) {
    left: 21.8%;
    bottom: 16.6%;
  }

  .obagi-recipe .obagi-recipe__01 .cv-btn:nth-of-type(3) {
    left: 62.5%;
    bottom: 57.7%;
  }

  .obagi-recipe .obagi-recipe__02 .video-btn {
    bottom: 8.3%;
    left: 69.7%;
  }

  .obagi-recipe .obagi-recipe__02 .cv-btn:nth-of-type(1) {
    left: 37.6%;
    bottom: 12.4%;
  }

  .obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(1) {
    left: 20.2%;
    bottom: 57.2%;
  }

  .obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(2) {
    left: 61.9%;
    bottom: 57.2%;
  }

  .obagi-recipe .obagi-recipe__03 .cv-btn:nth-of-type(3) {
    left: 61.9%;
    bottom: 10.6%;
  }

  .obagi-recipe .obagi-recipe__04 .video-btn {
    bottom: 8.9%;
    left: 69.3%;
  }

  .obagi-recipe .obagi-recipe__04 .cv-btn:nth-of-type(1) {
    left: 37.1%;
    bottom: 31.9%;
  }
}

@media screen and (max-width: 767px) {
  .obagi-recipe .pc {
    display: none;
  }
}
