.cp-bnr-wrap {
  position: fixed;
  width: fit-content;
  z-index: 11;
  opacity: 1;
  background-color: #fff;
}

.cp-bnr-wrap.is-hidden {
  opacity: 0!important;
  visibility: hidden!important;
  transition-duration: .5s!important;
}

.cp-bnr {
  display: block;
  height: fit-content;
}

.cp-bnr-wrap .del-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .cp-bnr-wrap {
    bottom: 2.66666vw;
    right: 2.66666vw;
  }

  .cp-bnr {
    width: 56.98vw;
  }

  .cp-bnr-wrap .del-btn {
    width: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .cp-bnr-wrap {
    bottom: 1.46412vw;
    right: 1.46412vw;
    height: 11.49194vw;
  }

  .cp-bnr {
    width: 26.37115vw;
  }

  .cp-bnr-wrap .del-btn {
    width: 2.26939vw;
  }
}


.explanation_data_caption {
  margin-top: 0;
} 

@media (max-width: 767px) {
  .product_about_link {
    margin-top: 11.6vw;
  } 
}


@media (min-width: 1025px) {
  .product_about_link {
    margin-top: 3.29428vw;
  }
}