@charset "utf-8";

.lp_wrap {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

button {
  padding: 0;
  border: none;
}

img.resize,
.img_resize img {
  max-width: 100%;
  height: auto;
}

.bg {
  background-image: url(/app/image/campaign/dks/2506/250613_beauty-health/bg.png);
  background-size: cover;
}

.bg_ye {
  background-image: url(/app/image/campaign/dks/2506/250613_beauty-health/yeloow_bg.png);
  background-size: cover;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 4%;
}

.tab-button {
  flex: 1 1 0;
  max-width: 50%;
  position: relative;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tab-button img.resize {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px 30px 0 0;
}

.tab-button::after {
  position: absolute;
  content: '';
  display: block;
  width: 25%;
  height: 30%;
  background-image: url('/app/image/campaign/dks/2506/250613_beauty-health/click.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 30%;
  left: 85%;
  animation: pulseMotion 1.5s infinite;
}

.tab-button.active::after {
  content: none;
  /* 非表示にする */
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    /* background-color: rgba(170, 143, 123, 0.4) */
  }

  100% {
    transform: translate(-50%, -50%) scale(1.7, 1.7);
    /* background-color: rgba(170, 143, 123, 0) */
  }
}

.tab-contents>div {
  display: none;
  /* padding: 20px; */
  border: 1px solid #ddd;
  border-radius: 8px;
}

.tab-contents>div.active {
  display: block;
}

.tab1_lp1 {
  margin-top: -0.3%;
}

.po {
  position: relative;
}

.po_ab1,
.po_ab2 {
  width: 80%!important;
  position: absolute;
  top: 83%;
  left: 10.1%;
}

.po_ab2 {
  top: 62%;
  left: 9.8%;
}

.tab2_lp1 {
  margin-top: -0.4%;
}

.shine-wrapper {
  position: relative;
  margin: 0 6%;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
}

.shine-target {
  display: block;
  width: 96%;
  height: auto;
  margin: 0 auto;
}

.shine-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  50% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.btn_pb {
  padding-bottom: 4%;
  margin: 0 auto;
}

.btn_pt {
  padding-top: 4%;
  margin: 0 auto;
}

@media (max-width:749px) {
  .tab-buttons {
    gap: 5px;
  }

  .tab1_lp1 {
    margin-top: -0.6%;
  }

  .tab2_lp1 {
    margin-top: -0.6%;
  }

  .tab-button,
  .tab-button img.resize {
    border-radius: 4vw 4vw 0 0;
  }

  .btn_pb {
    padding: 0 4% 4%;
  }

  .btn_pt {
    padding: 4% 4% 0;
  }
}